Skip to content

Commit

Permalink
Sailthru Mobile iOS SDK 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarnivalBot committed Sep 4, 2019
1 parent a869a3b commit 88d75fe
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
Binary file modified Carnival.framework/Carnival
Binary file not shown.
2 changes: 1 addition & 1 deletion Carnival.framework/Headers/Carnival.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ typedef NS_OPTIONS(NSUInteger, CarnivalDeviceDataType) {
CarnivalDeviceDataTypeEvents = 1 << 2
};

typedef NS_OPTIONS(NSUInteger, CarnivalPushAuthorizationOption) {
typedef NS_ENUM(NSUInteger, CarnivalPushAuthorizationOption) {
CarnivalPushAuthorizationOptionNoRequest, // This option will not request any push authorization permissions for the device. Note that a push token will still be requested. No prompt is required.
CarnivalPushAuthorizationOptionProvisional, // This option will request provisional push authorization, allowing push notifications to be sent to the notification center. No prompt is required. Available iOS 12+, defaults to CarnivalPushAuthorizationOptionNoRequest behaviour for earlier versions.
CarnivalPushAuthorizationOptionFull // This option will request full push authorization for alerts, sounds and badges. Note that this will prompt the user for permission.
Expand Down
6 changes: 3 additions & 3 deletions Carnival.framework/_CodeSignature/CodeResources
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Headers/Carnival.h</key>
<data>
djR0GQLPRBdBFVkP7dAdUyTZk/c=
8xghsWoMIBaOHv2HFF0+gjFPTmE=
</data>
<key>Headers/CarnivalAttributes.h</key>
<data>
Expand Down Expand Up @@ -128,11 +128,11 @@
<dict>
<key>hash</key>
<data>
djR0GQLPRBdBFVkP7dAdUyTZk/c=
8xghsWoMIBaOHv2HFF0+gjFPTmE=
</data>
<key>hash2</key>
<data>
ACucLBQnWumsV6sXDHu83pDzNB4RGU1d6ZpClg5qjTA=
1SBTrvp26eWEB2J3TRfgKYjqWHobg8NFe7mOKR/Gpvs=
</data>
</dict>
<key>Headers/CarnivalAttributes.h</key>
Expand Down
Binary file modified CarnivalExtension.framework/CarnivalExtension
Binary file not shown.
Binary file modified ExampleProject/ExampleProject/Carnival.framework/Carnival
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ typedef NS_OPTIONS(NSUInteger, CarnivalDeviceDataType) {
CarnivalDeviceDataTypeEvents = 1 << 2
};

typedef NS_OPTIONS(NSUInteger, CarnivalPushAuthorizationOption) {
typedef NS_ENUM(NSUInteger, CarnivalPushAuthorizationOption) {
CarnivalPushAuthorizationOptionNoRequest, // This option will not request any push authorization permissions for the device. Note that a push token will still be requested. No prompt is required.
CarnivalPushAuthorizationOptionProvisional, // This option will request provisional push authorization, allowing push notifications to be sent to the notification center. No prompt is required. Available iOS 12+, defaults to CarnivalPushAuthorizationOptionNoRequest behaviour for earlier versions.
CarnivalPushAuthorizationOptionFull // This option will request full push authorization for alerts, sounds and badges. Note that this will prompt the user for permission.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Headers/Carnival.h</key>
<data>
djR0GQLPRBdBFVkP7dAdUyTZk/c=
8xghsWoMIBaOHv2HFF0+gjFPTmE=
</data>
<key>Headers/CarnivalAttributes.h</key>
<data>
Expand Down Expand Up @@ -128,11 +128,11 @@
<dict>
<key>hash</key>
<data>
djR0GQLPRBdBFVkP7dAdUyTZk/c=
8xghsWoMIBaOHv2HFF0+gjFPTmE=
</data>
<key>hash2</key>
<data>
ACucLBQnWumsV6sXDHu83pDzNB4RGU1d6ZpClg5qjTA=
1SBTrvp26eWEB2J3TRfgKYjqWHobg8NFe7mOKR/Gpvs=
</data>
</dict>
<key>Headers/CarnivalAttributes.h</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ typedef NS_OPTIONS(NSUInteger, CarnivalDeviceDataType) {
CarnivalDeviceDataTypeEvents = 1 << 2
};

typedef NS_OPTIONS(NSUInteger, CarnivalPushAuthorizationOption) {
typedef NS_ENUM(NSUInteger, CarnivalPushAuthorizationOption) {
CarnivalPushAuthorizationOptionNoRequest, // This option will not request any push authorization permissions for the device. Note that a push token will still be requested. No prompt is required.
CarnivalPushAuthorizationOptionProvisional, // This option will request provisional push authorization, allowing push notifications to be sent to the notification center. No prompt is required. Available iOS 12+, defaults to CarnivalPushAuthorizationOptionNoRequest behaviour for earlier versions.
CarnivalPushAuthorizationOptionFull // This option will request full push authorization for alerts, sounds and badges. Note that this will prompt the user for permission.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Headers/Carnival.h</key>
<data>
djR0GQLPRBdBFVkP7dAdUyTZk/c=
8xghsWoMIBaOHv2HFF0+gjFPTmE=
</data>
<key>Headers/CarnivalAttributes.h</key>
<data>
Expand Down Expand Up @@ -128,11 +128,11 @@
<dict>
<key>hash</key>
<data>
djR0GQLPRBdBFVkP7dAdUyTZk/c=
8xghsWoMIBaOHv2HFF0+gjFPTmE=
</data>
<key>hash2</key>
<data>
ACucLBQnWumsV6sXDHu83pDzNB4RGU1d6ZpClg5qjTA=
1SBTrvp26eWEB2J3TRfgKYjqWHobg8NFe7mOKR/Gpvs=
</data>
</dict>
<key>Headers/CarnivalAttributes.h</key>
Expand Down

0 comments on commit 88d75fe

Please sign in to comment.