File tree Expand file tree Collapse file tree 11 files changed +26
-11
lines changed
Framework/OneSignal.framework/Versions/A
OneSignal_XCFramework/OneSignal.xcframework
ios-armv7_armv7s_arm64/OneSignal.framework
ios-i386_x86_64-simulator/OneSignal.framework
ios-x86_64-maccatalyst/OneSignal.framework/Versions/A Expand file tree Collapse file tree 11 files changed +26
-11
lines changed Original file line number Diff line number Diff line change @@ -585,13 +585,16 @@ typedef void (^OSEmailSuccessBlock)();
585585
586586// External user id
587587// Typedefs defining completion blocks for updating the external user id
588+ typedef void (^OSUpdateExternalUserIdBlock)(NSDictionary * results);
588589typedef void (^OSUpdateExternalUserIdFailureBlock)(NSError *error);
589590typedef void (^OSUpdateExternalUserIdSuccessBlock)(NSDictionary *results);
590591
591592+ (void )setExternalUserId : (NSString * _Nonnull)externalId ;
593+ + (void )setExternalUserId : (NSString * _Nonnull)externalId withCompletion : (OSUpdateExternalUserIdBlock _Nullable)completionBlock ;
592594+ (void )setExternalUserId : (NSString * _Nonnull)externalId withSuccess : (OSUpdateExternalUserIdSuccessBlock _Nullable)successBlock withFailure : (OSUpdateExternalUserIdFailureBlock _Nullable)failureBlock ;
593595+ (void )setExternalUserId : (NSString *)externalId withExternalIdAuthHashToken : (NSString *)hashToken withSuccess : (OSUpdateExternalUserIdSuccessBlock _Nullable)successBlock withFailure : (OSUpdateExternalUserIdFailureBlock _Nullable)failureBlock ;
594596+ (void )removeExternalUserId ;
597+ + (void )removeExternalUserId : (OSUpdateExternalUserIdBlock _Nullable)completionBlock ;
595598+ (void )removeExternalUserId : (OSUpdateExternalUserIdSuccessBlock _Nullable)successBlock withFailure : (OSUpdateExternalUserIdFailureBlock _Nullable)failureBlock ;
596599
597600// In-App Messaging triggers
Original file line number Diff line number Diff line change 66 <array >
77 <dict >
88 <key >LibraryIdentifier </key >
9- <string >ios-x86_64-maccatalyst </string >
9+ <string >ios-armv7_armv7s_arm64 </string >
1010 <key >LibraryPath </key >
1111 <string >OneSignal.framework </string >
1212 <key >SupportedArchitectures </key >
1313 <array >
14- <string >x86_64 </string >
14+ <string >armv7 </string >
15+ <string >armv7s </string >
16+ <string >arm64 </string >
1517 </array >
1618 <key >SupportedPlatform </key >
1719 <string >ios </string >
18- <key >SupportedPlatformVariant </key >
19- <string >maccatalyst </string >
2020 </dict >
2121 <dict >
2222 <key >LibraryIdentifier </key >
3535 </dict >
3636 <dict >
3737 <key >LibraryIdentifier </key >
38- <string >ios-armv7_armv7s_arm64 </string >
38+ <string >ios-x86_64-maccatalyst </string >
3939 <key >LibraryPath </key >
4040 <string >OneSignal.framework </string >
4141 <key >SupportedArchitectures </key >
4242 <array >
43- <string >armv7 </string >
44- <string >armv7s </string >
45- <string >arm64 </string >
43+ <string >x86_64 </string >
4644 </array >
4745 <key >SupportedPlatform </key >
4846 <string >ios </string >
47+ <key >SupportedPlatformVariant </key >
48+ <string >maccatalyst </string >
4949 </dict >
5050 </array >
5151 <key >CFBundlePackageType </key >
Original file line number Diff line number Diff line change @@ -585,13 +585,16 @@ typedef void (^OSEmailSuccessBlock)();
585585
586586// External user id
587587// Typedefs defining completion blocks for updating the external user id
588+ typedef void (^OSUpdateExternalUserIdBlock)(NSDictionary * results);
588589typedef void (^OSUpdateExternalUserIdFailureBlock)(NSError *error);
589590typedef void (^OSUpdateExternalUserIdSuccessBlock)(NSDictionary *results);
590591
591592+ (void )setExternalUserId : (NSString * _Nonnull)externalId ;
593+ + (void )setExternalUserId : (NSString * _Nonnull)externalId withCompletion : (OSUpdateExternalUserIdBlock _Nullable)completionBlock ;
592594+ (void )setExternalUserId : (NSString * _Nonnull)externalId withSuccess : (OSUpdateExternalUserIdSuccessBlock _Nullable)successBlock withFailure : (OSUpdateExternalUserIdFailureBlock _Nullable)failureBlock ;
593595+ (void )setExternalUserId : (NSString *)externalId withExternalIdAuthHashToken : (NSString *)hashToken withSuccess : (OSUpdateExternalUserIdSuccessBlock _Nullable)successBlock withFailure : (OSUpdateExternalUserIdFailureBlock _Nullable)failureBlock ;
594596+ (void )removeExternalUserId ;
597+ + (void )removeExternalUserId : (OSUpdateExternalUserIdBlock _Nullable)completionBlock ;
595598+ (void )removeExternalUserId : (OSUpdateExternalUserIdSuccessBlock _Nullable)successBlock withFailure : (OSUpdateExternalUserIdFailureBlock _Nullable)failureBlock ;
596599
597600// In-App Messaging triggers
Original file line number Diff line number Diff line change @@ -585,13 +585,16 @@ typedef void (^OSEmailSuccessBlock)();
585585
586586// External user id
587587// Typedefs defining completion blocks for updating the external user id
588+ typedef void (^OSUpdateExternalUserIdBlock)(NSDictionary * results);
588589typedef void (^OSUpdateExternalUserIdFailureBlock)(NSError *error);
589590typedef void (^OSUpdateExternalUserIdSuccessBlock)(NSDictionary *results);
590591
591592+ (void )setExternalUserId : (NSString * _Nonnull)externalId ;
593+ + (void )setExternalUserId : (NSString * _Nonnull)externalId withCompletion : (OSUpdateExternalUserIdBlock _Nullable)completionBlock ;
592594+ (void )setExternalUserId : (NSString * _Nonnull)externalId withSuccess : (OSUpdateExternalUserIdSuccessBlock _Nullable)successBlock withFailure : (OSUpdateExternalUserIdFailureBlock _Nullable)failureBlock ;
593595+ (void )setExternalUserId : (NSString *)externalId withExternalIdAuthHashToken : (NSString *)hashToken withSuccess : (OSUpdateExternalUserIdSuccessBlock _Nullable)successBlock withFailure : (OSUpdateExternalUserIdFailureBlock _Nullable)failureBlock ;
594596+ (void )removeExternalUserId ;
597+ + (void )removeExternalUserId : (OSUpdateExternalUserIdBlock _Nullable)completionBlock ;
595598+ (void )removeExternalUserId : (OSUpdateExternalUserIdSuccessBlock _Nullable)successBlock withFailure : (OSUpdateExternalUserIdFailureBlock _Nullable)failureBlock ;
596599
597600// In-App Messaging triggers
Original file line number Diff line number Diff line change 66 <dict >
77 <key >Headers/OneSignal.h</key >
88 <data >
9- X22JZzVzzUeNk/i4HHmrDn2Qw/c =
9+ EVXphtkVA0pG/wCKXUqT8Br0olg =
1010 </data >
1111 <key >Info.plist</key >
1212 <data >
2323 <dict >
2424 <key >hash</key >
2525 <data >
26- X22JZzVzzUeNk/i4HHmrDn2Qw/c =
26+ EVXphtkVA0pG/wCKXUqT8Br0olg =
2727 </data >
2828 <key >hash2</key >
2929 <data >
30- 9DcPhQvXHeFosVtexOPITFlsg4eYnRpn22gCBiAKCQw =
30+ g07y/lXKM6H7TbypgKgFMT7K/hNdd1g4dcYnbX+edSE =
3131 </data >
3232 </dict >
3333 <key >Modules/module.modulemap</key >
Original file line number Diff line number Diff line change @@ -585,13 +585,16 @@ typedef void (^OSEmailSuccessBlock)();
585585
586586// External user id
587587// Typedefs defining completion blocks for updating the external user id
588+ typedef void (^OSUpdateExternalUserIdBlock)(NSDictionary * results);
588589typedef void (^OSUpdateExternalUserIdFailureBlock)(NSError *error);
589590typedef void (^OSUpdateExternalUserIdSuccessBlock)(NSDictionary *results);
590591
591592+ (void )setExternalUserId : (NSString * _Nonnull)externalId ;
593+ + (void )setExternalUserId : (NSString * _Nonnull)externalId withCompletion : (OSUpdateExternalUserIdBlock _Nullable)completionBlock ;
592594+ (void )setExternalUserId : (NSString * _Nonnull)externalId withSuccess : (OSUpdateExternalUserIdSuccessBlock _Nullable)successBlock withFailure : (OSUpdateExternalUserIdFailureBlock _Nullable)failureBlock ;
593595+ (void )setExternalUserId : (NSString *)externalId withExternalIdAuthHashToken : (NSString *)hashToken withSuccess : (OSUpdateExternalUserIdSuccessBlock _Nullable)successBlock withFailure : (OSUpdateExternalUserIdFailureBlock _Nullable)failureBlock ;
594596+ (void )removeExternalUserId ;
597+ + (void )removeExternalUserId : (OSUpdateExternalUserIdBlock _Nullable)completionBlock ;
595598+ (void )removeExternalUserId : (OSUpdateExternalUserIdSuccessBlock _Nullable)successBlock withFailure : (OSUpdateExternalUserIdFailureBlock _Nullable)failureBlock ;
596599
597600// In-App Messaging triggers
You can’t perform that action at this time.
0 commit comments