Skip to content

Commit

Permalink
Release 1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DixaRobot committed Apr 2, 2024
1 parent 8d02a9e commit a703b1f
Show file tree
Hide file tree
Showing 26 changed files with 5,519 additions and 3,681 deletions.
10 changes: 5 additions & 5 deletions DixaMessenger.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>DixaMessenger.framework/DixaMessenger</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>DixaMessenger.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>DixaMessenger.framework/DixaMessenger</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>DixaMessenger.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,7 @@ SWIFT_CLASS("_TtC13DixaMessenger9Messenger")
///
/// \param logLevel 0: none, 1: warning, 2: error, 3: all
///
/// \param pushEnvironment 0: sandbox, 1: production
///
+ (void)configureWithMessengerToken:(NSString * _Nonnull)token logLevel:(NSUInteger)logLevel pushEnvironment:(NSUInteger)pushEnvironment;
+ (void)configureWithMessengerToken:(NSString * _Nonnull)token logLevel:(NSUInteger)logLevel;
/// Configure the Messenger from Objective-C
/// \param deviceToken Device token data
///
Expand All @@ -334,7 +332,7 @@ SWIFT_CLASS("_TtC13DixaMessenger9Messenger")
/// \param token jwe token
///
+ (void)verifyUserWith:(NSString * _Nonnull)token;
/// Removes stored credentials, if there’s stored credentials
/// Removes stored veritifcation token, if there’s anything stored
+ (void)clearVerificationToken;
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end
Expand All @@ -355,9 +353,6 @@ SWIFT_CLASS("_TtC13DixaMessenger9Messenger")









Expand Down
Loading

0 comments on commit a703b1f

Please sign in to comment.