Skip to content

Commit 1d341d3

Browse files
authored
Merge pull request #1355 from OneSignal/rel/5.1.0
Release 5.1.0
2 parents eae5234 + fa5f824 commit 1d341d3

File tree

125 files changed

+10194
-3800
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+10194
-3800
lines changed

OneSignal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OneSignal"
3-
s.version = "5.0.5"
3+
s.version = "5.1.0"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

OneSignalXCFramework.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OneSignalXCFramework"
3-
s.version = "5.0.5"
3+
s.version = "5.1.0"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

Package.swift

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -105,48 +105,48 @@ let package = Package(
105105
),
106106
.binaryTarget(
107107
name: "OneSignalFramework",
108-
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/5.0.5/OneSignalFramework.xcframework.zip",
109-
checksum: "3992fa88cd0e53df163bb61061637d18b4661db8fafa83186e3b8ffb6697802b"
108+
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/5.1.0/OneSignalFramework.xcframework.zip",
109+
checksum: "9f1b8c8c3cba585b5861d3b04df167a5e74a48400e7b6d4db7b61767b9c8bb46"
110110
),
111111
.binaryTarget(
112112
name: "OneSignalInAppMessages",
113-
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/5.0.5/OneSignalInAppMessages.xcframework.zip",
114-
checksum: "a45f932173dffc7584a0cedfe96d298bde4aa3b87b51517d3dd649a268b9ccec"
113+
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/5.1.0/OneSignalInAppMessages.xcframework.zip",
114+
checksum: "92212c029622ac585cb55ac29f36f68ce9c1f50bf500c33008477f96b229f7e1"
115115
),
116116
.binaryTarget(
117117
name: "OneSignalLocation",
118-
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/5.0.5/OneSignalLocation.xcframework.zip",
119-
checksum: "09a518db892ed75b41be46eb438ce42860e00ce1d68c9d70949155ae47fa90e2"
118+
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/5.1.0/OneSignalLocation.xcframework.zip",
119+
checksum: "8b1fee64e9dcebc85d5220e5600be23e560895f25aa2d6d02472d7ddb2bfd899"
120120
),
121121
.binaryTarget(
122122
name: "OneSignalUser",
123-
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/5.0.5/OneSignalUser.xcframework.zip",
124-
checksum: "53f0375965d4320236c72187bf90d10d039c08db9e6878b2ec88a9eedcb8726e"
123+
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/5.1.0/OneSignalUser.xcframework.zip",
124+
checksum: "04c4226583588782a3c7eab7fc5432e5c2e5d3f7b93dbe035f11420d040edba6"
125125
),
126126
.binaryTarget(
127127
name: "OneSignalNotifications",
128-
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/5.0.5/OneSignalNotifications.xcframework.zip",
129-
checksum: "1be5f1d399e078a25f3686808c13bedfa67f0b7cc8e598ef8ca4765cb0c5078a"
128+
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/5.1.0/OneSignalNotifications.xcframework.zip",
129+
checksum: "2383ae631e80b06f42557eff3f06a41a3e2614dccd854b767950e975ded70838"
130130
),
131131
.binaryTarget(
132132
name: "OneSignalExtension",
133-
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/5.0.5/OneSignalExtension.xcframework.zip",
134-
checksum: "6afc5293b1f91c92e97d9e5be0e2822c3cf02dc5f5fbbe8195833f24dc912379"
133+
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/5.1.0/OneSignalExtension.xcframework.zip",
134+
checksum: "9cc6c0e0b9090c7c9816157e4ba1193194f132ebf0dae6c28533c2de3fb7c5dd"
135135
),
136136
.binaryTarget(
137137
name: "OneSignalOutcomes",
138-
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/5.0.5/OneSignalOutcomes.xcframework.zip",
139-
checksum: "14a7cf63a33bb5892cd15bfb3c488c1ec8fa9b3c04649513daa4908c330de0ec"
138+
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/5.1.0/OneSignalOutcomes.xcframework.zip",
139+
checksum: "91e675c23450803d96554820dbe5a1d6aec4157364699bb141a58f24106ee7fc"
140140
),
141141
.binaryTarget(
142142
name: "OneSignalOSCore",
143-
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/5.0.5/OneSignalOSCore.xcframework.zip",
144-
checksum: "3434e40cce694900408b4f89d402a181d9fd52d53d46a156ec08650109a11103"
143+
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/5.1.0/OneSignalOSCore.xcframework.zip",
144+
checksum: "a7e039b2a43bb88d2e1de3feeac977db5cf941959379ef7a196813a4f9a048da"
145145
),
146146
.binaryTarget(
147147
name: "OneSignalCore",
148-
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/5.0.5/OneSignalCore.xcframework.zip",
149-
checksum: "9d30ad8b223749f014106aa82347a280b12a44c6afdb8f429fbee34c33964ffa"
148+
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/5.1.0/OneSignalCore.xcframework.zip",
149+
checksum: "b78ec86cbed1f271fe868eaa4cdce6a2ee7de5be514548f9d21e0b122653cde3"
150150
)
151151
]
152152
)

iOS_SDK/OneSignalSDK/OneSignalCore/Source/OneSignalCommonDefines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
// "*" in comment line ending comment means the string value has not been changed
4747
// App
4848

49-
#define ONESIGNAL_VERSION @"050005"
49+
#define ONESIGNAL_VERSION @"050100"
5050

5151
#define OSUD_APP_ID @"GT_APP_ID" // * OSUD_APP_ID
5252
#define OSUD_REGISTERED_WITH_APPLE @"GT_REGISTERED_WITH_APPLE" // * OSUD_REGISTERED_WITH_APPLE
347 Bytes
Binary file not shown.

iOS_SDK/OneSignalSDK/OneSignal_Core/OneSignalCore.xcframework/ios-arm64/OneSignalCore.framework/Headers/OneSignalCommonDefines.h

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
// "*" in comment line ending comment means the string value has not been changed
4747
// App
4848

49-
#define ONESIGNAL_VERSION @"050005"
49+
#define ONESIGNAL_VERSION @"050100"
5050

5151
#define OSUD_APP_ID @"GT_APP_ID" // * OSUD_APP_ID
5252
#define OSUD_REGISTERED_WITH_APPLE @"GT_REGISTERED_WITH_APPLE" // * OSUD_REGISTERED_WITH_APPLE
@@ -118,6 +118,10 @@
118118
// can use them directly.
119119
#define DEFAULT_UNAUTHORIZATIONOPTIONS (UNAuthorizationOptionSound + UNAuthorizationOptionBadge + UNAuthorizationOptionAlert)
120120

121+
// Class Names used with NSClassFromString
122+
#define ONE_SIGNAL_LOCATION_CLASS_NAME @"OneSignalLocationManager"
123+
#define ONE_SIGNAL_IN_APP_MESSAGES_CLASS_NAME @"OneSignalInAppMessages"
124+
121125
// iOS Parameter Names
122126
#define IOS_FBA @"fba"
123127
#define IOS_USES_PROVISIONAL_AUTHORIZATION @"uses_provisional_auth"
@@ -287,6 +291,10 @@ typedef enum {GET, POST, HEAD, PUT, DELETE, OPTIONS, CONNECT, TRACE, PATCH} HTTP
287291

288292
#define OS_ON_USER_WILL_CHANGE @"OS_ON_USER_WILL_CHANGE"
289293

294+
// OSID and EID snapshots during hydration
295+
#define OS_SNAPSHOT_ONESIGNAL_ID @"OS_SNAPSHOT_ONESIGNAL_ID"
296+
#define OS_SNAPSHOT_EXTERNAL_ID @"OS_SNAPSHOT_EXTERNAL_ID"
297+
290298
// Models and Model Stores
291299
#define OS_IDENTITY_MODEL_KEY @"OS_IDENTITY_MODEL_KEY"
292300
#define OS_IDENTITY_MODEL_STORE_KEY @"OS_IDENTITY_MODEL_STORE_KEY"

iOS_SDK/OneSignalSDK/OneSignal_Core/OneSignalCore.xcframework/ios-arm64/OneSignalCore.framework/_CodeSignature/CodeResources

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</data>
7979
<key>Headers/OneSignalCommonDefines.h</key>
8080
<data>
81-
SG8j5q+Z6fExky4vxn4vwfT4D5Y=
81+
ndR/xLw4L1jcYInpPlfRn0Qag08=
8282
</data>
8383
<key>Headers/OneSignalConfigManager.h</key>
8484
<data>
@@ -126,7 +126,7 @@
126126
</data>
127127
<key>Info.plist</key>
128128
<data>
129-
5j92A0qIhyoYwuBXYk8Ucin9gQc=
129+
l2wiySw7LUEDPbl1AKRhl5JgO4M=
130130
</data>
131131
<key>Modules/module.modulemap</key>
132132
<data>
@@ -265,7 +265,7 @@
265265
<dict>
266266
<key>hash2</key>
267267
<data>
268-
l1n/qWZvLmzj+PhG8acqf110T8rOeDJ+T+Ru+FKBR6g=
268+
jFVB6mq//2WLhfivs+XsCMKTED1ORLn5oxnpRIvdLbc=
269269
</data>
270270
</dict>
271271
<key>Headers/OneSignalConfigManager.h</key>

iOS_SDK/OneSignalSDK/OneSignal_Core/OneSignalCore.xcframework/ios-arm64_x86_64-maccatalyst/OneSignalCore.framework/Versions/A/Headers/OneSignalCommonDefines.h

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
// "*" in comment line ending comment means the string value has not been changed
4747
// App
4848

49-
#define ONESIGNAL_VERSION @"050005"
49+
#define ONESIGNAL_VERSION @"050100"
5050

5151
#define OSUD_APP_ID @"GT_APP_ID" // * OSUD_APP_ID
5252
#define OSUD_REGISTERED_WITH_APPLE @"GT_REGISTERED_WITH_APPLE" // * OSUD_REGISTERED_WITH_APPLE
@@ -118,6 +118,10 @@
118118
// can use them directly.
119119
#define DEFAULT_UNAUTHORIZATIONOPTIONS (UNAuthorizationOptionSound + UNAuthorizationOptionBadge + UNAuthorizationOptionAlert)
120120

121+
// Class Names used with NSClassFromString
122+
#define ONE_SIGNAL_LOCATION_CLASS_NAME @"OneSignalLocationManager"
123+
#define ONE_SIGNAL_IN_APP_MESSAGES_CLASS_NAME @"OneSignalInAppMessages"
124+
121125
// iOS Parameter Names
122126
#define IOS_FBA @"fba"
123127
#define IOS_USES_PROVISIONAL_AUTHORIZATION @"uses_provisional_auth"
@@ -287,6 +291,10 @@ typedef enum {GET, POST, HEAD, PUT, DELETE, OPTIONS, CONNECT, TRACE, PATCH} HTTP
287291

288292
#define OS_ON_USER_WILL_CHANGE @"OS_ON_USER_WILL_CHANGE"
289293

294+
// OSID and EID snapshots during hydration
295+
#define OS_SNAPSHOT_ONESIGNAL_ID @"OS_SNAPSHOT_ONESIGNAL_ID"
296+
#define OS_SNAPSHOT_EXTERNAL_ID @"OS_SNAPSHOT_EXTERNAL_ID"
297+
290298
// Models and Model Stores
291299
#define OS_IDENTITY_MODEL_KEY @"OS_IDENTITY_MODEL_KEY"
292300
#define OS_IDENTITY_MODEL_STORE_KEY @"OS_IDENTITY_MODEL_STORE_KEY"

0 commit comments

Comments
 (0)