Skip to content

Commit

Permalink
update frameworks for 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lc1006 committed Dec 23, 2024
1 parent bec1f86 commit 1114111
Show file tree
Hide file tree
Showing 94 changed files with 308 additions and 422 deletions.
4 changes: 4 additions & 0 deletions Frameworks/THEMISLite.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>THEMISLite.framework/THEMISLite</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
Expand All @@ -17,6 +19,8 @@
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>THEMISLite.framework/THEMISLite</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework module THEMISLite {
umbrella header "THEMISLite.h"

export *

module * { export * }
}
Binary file not shown.
10 changes: 5 additions & 5 deletions Frameworks/TapTapAchievementSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>TapTapAchievementSDK.framework/TapTapAchievementSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>TapTapAchievementSDK.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>TapTapAchievementSDK.framework/TapTapAchievementSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>TapTapAchievementSDK.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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 5 additions & 5 deletions Frameworks/TapTapComplianceSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>TapTapComplianceSDK.framework/TapTapComplianceSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>TapTapComplianceSDK.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>TapTapComplianceSDK.framework/TapTapComplianceSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>TapTapComplianceSDK.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
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ typedef SWIFT_ENUM(NSInteger, AntiAddictionTipType, open) {
AntiAddictionTipTypeTaptap_quick_verify = 0,
AntiAddictionTipTypeManual_auth_verify = 1,
AntiAddictionTipTypeAuth_waiting = 2,
AntiAddictionTipTypeAuth_failed = 3,
AntiAddictionTipTypeAllow_enter = 10,
AntiAddictionTipTypeReject_enter = 11,
};
Expand Down Expand Up @@ -459,7 +458,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, strong) AntiAddictionConfigura
///
/// \param completion 结果回调
///
+ (void)realNameAuthWithClientId:(NSString * _Nonnull)clientId userId:(NSString * _Nonnull)userId code:(NSString * _Nonnull)code name:(NSString * _Nonnull)name idCard:(NSString * _Nonnull)idCard isFallBack:(BOOL)isFallBack completion:(void (^ _Nonnull)(enum TapComplianceRealNameAuthState, NSString * _Nonnull))completion failureHandler:(void (^ _Nonnull)(NSString * _Nonnull))failureHandler;
+ (void)realNameAuthWithClientId:(NSString * _Nonnull)clientId userId:(NSString * _Nonnull)userId code:(NSString * _Nonnull)code name:(NSString * _Nonnull)name idCard:(NSString * _Nonnull)idCard isFallBack:(BOOL)isFallBack completion:(void (^ _Nonnull)(enum TapComplianceRealNameAuthState, NSString * _Nonnull))completion failureHandler:(void (^ _Nonnull)(BOOL, NSString * _Nonnull))failureHandler;
+ (void)performRealNameUseTapAuthWithPermission:(NSString * _Nonnull)permission callback:(void (^ _Nonnull)(AccessToken * _Nullable, NSError * _Nullable, BOOL))callback;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
Expand Down
Loading

0 comments on commit 1114111

Please sign in to comment.