Skip to content

Commit

Permalink
Merge pull request #843 from OneSignal/release-3.1.0
Browse files Browse the repository at this point in the history
Release 3.1.0
  • Loading branch information
emawby authored Jan 4, 2021
2 parents 77cb220 + 76e0697 commit af4d52e
Show file tree
Hide file tree
Showing 28 changed files with 33 additions and 22 deletions.
2 changes: 1 addition & 1 deletion OneSignal.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OneSignal"
s.version = "3.0.1"
s.version = "3.1.0"
s.summary = "OneSignal push notification library for mobile apps."
s.homepage = "https://onesignal.com"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion OneSignalDynamic.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OneSignalDynamic"
s.version = "3.0.1"
s.version = "3.1.0"
s.summary = "OneSignal push notification library for mobile apps."
s.homepage = "https://onesignal.com"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion OneSignalXCFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OneSignalXCFramework"
s.version = "3.0.1"
s.version = "3.1.0"
s.summary = "OneSignal push notification library for mobile apps."
s.homepage = "https://onesignal.com"
s.license = { :type => 'MIT', :file => 'LICENSE' }
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 @@ -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
2 changes: 1 addition & 1 deletion iOS_SDK/OneSignalSDK/Source/OneSignal.m
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ @interface OneSignal (SessionStatusDelegate)

@implementation OneSignal

NSString* const ONESIGNAL_VERSION = @"030001";
NSString* const ONESIGNAL_VERSION = @"030100";
static NSString* mSDKType = @"native";
static BOOL coldStartFromTapOnNotification = NO;
static BOOL shouldDelaySubscriptionUpdate = false;
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 af4d52e

Please sign in to comment.