Skip to content

Commit

Permalink
binaries for 3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emawby committed Dec 24, 2020
1 parent 05d132d commit 76e0697
Show file tree
Hide file tree
Showing 24 changed files with 29 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ typedef NS_ENUM(NSUInteger, OSNotificationActionType) {
// The URL (if any) that should be opened when the action occurs
@property (strong, nonatomic, nullable) NSURL *clickUrl;

//UUID for the page in an IAM Carousel
@property (strong, nonatomic, nullable) NSString *pageId;

// Whether or not the click action is first click on the IAM
@property (nonatomic) BOOL firstClick;

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,25 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7_armv7s</string>
<string>ios-armv7_armv7s_arm64</string>
<key>LibraryPath</key>
<string>OneSignal.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>armv7s</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>OneSignal.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
Expand All @@ -35,12 +34,11 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>OneSignal.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ typedef NS_ENUM(NSUInteger, OSNotificationActionType) {
// The URL (if any) that should be opened when the action occurs
@property (strong, nonatomic, nullable) NSURL *clickUrl;

//UUID for the page in an IAM Carousel
@property (strong, nonatomic, nullable) NSString *pageId;

// Whether or not the click action is first click on the IAM
@property (nonatomic) BOOL firstClick;

Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ typedef NS_ENUM(NSUInteger, OSNotificationActionType) {
// The URL (if any) that should be opened when the action occurs
@property (strong, nonatomic, nullable) NSURL *clickUrl;

//UUID for the page in an IAM Carousel
@property (strong, nonatomic, nullable) NSString *pageId;

// Whether or not the click action is first click on the IAM
@property (nonatomic) BOOL firstClick;

Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<dict>
<key>Headers/OneSignal.h</key>
<data>
JDKuV5PV1hQSBYOzlketlpxhY94=
T2jK0NL+76HnVWR1Ecpi2L6U75g=
</data>
<key>Info.plist</key>
<data>
HtRN5TLLwFrCuzeSLa+/pjZWGoQ=
HNPPixQCA3c6Ku+bH1t5559akWY=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -23,11 +23,11 @@
<dict>
<key>hash</key>
<data>
JDKuV5PV1hQSBYOzlketlpxhY94=
T2jK0NL+76HnVWR1Ecpi2L6U75g=
</data>
<key>hash2</key>
<data>
98NdA26nQgZo+aqE0vd8QGdi8FyBpi3osQzDS1FPK5U=
yE+S5mcVx6WPsapKnR/BvgGTU2dMj7jti0j7++IrZeA=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ typedef NS_ENUM(NSUInteger, OSNotificationActionType) {
// The URL (if any) that should be opened when the action occurs
@property (strong, nonatomic, nullable) NSURL *clickUrl;

//UUID for the page in an IAM Carousel
@property (strong, nonatomic, nullable) NSString *pageId;

// Whether or not the click action is first click on the IAM
@property (nonatomic) BOOL firstClick;

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,17 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12C5020f</string>
<key>DTPlatformName</key>
<string>macosx</string>
<string>11A420a</string>
<key>DTPlatformVersion</key>
<string>11.1</string>
<string>GM</string>
<key>DTSDKBuild</key>
<string>20C5048g</string>
<string>19A547</string>
<key>DTSDKName</key>
<string>macosx11.1</string>
<string>macosx10.15</string>
<key>DTXcode</key>
<string>1230</string>
<string>1100</string>
<key>DTXcodeBuild</key>
<string>12C5020f</string>
<string>11A420a</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>UIDeviceFamily</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ typedef NS_ENUM(NSUInteger, OSNotificationActionType) {
// The URL (if any) that should be opened when the action occurs
@property (strong, nonatomic, nullable) NSURL *clickUrl;

//UUID for the page in an IAM Carousel
@property (strong, nonatomic, nullable) NSString *pageId;

// Whether or not the click action is first click on the IAM
@property (nonatomic) BOOL firstClick;

Expand Down

0 comments on commit 76e0697

Please sign in to comment.