Skip to content

Commit

Permalink
Merge pull request #1149 from OneSignal/rel/3.11.5
Browse files Browse the repository at this point in the history
Release 3.11.5
  • Loading branch information
fhboswell authored Nov 7, 2022
2 parents 4650809 + 8cc77f6 commit 45fc864
Show file tree
Hide file tree
Showing 48 changed files with 66 additions and 66 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.11.4"
s.version = "3.11.5"
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.11.4"
s.version = "3.11.5"
s.summary = "OneSignal push notification library for mobile apps."
s.homepage = "https://onesignal.com"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
16 changes: 8 additions & 8 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,23 @@ let package = Package(
),
.binaryTarget(
name: "OneSignal",
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/3.11.4/OneSignal.xcframework.zip",
checksum: "873600d3a903929baae530f059b47456250573089b044d48f771131083cd4dcb"
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/3.11.5/OneSignal.xcframework.zip",
checksum: "225e4e970eb04d8cd27a1a54e2d331b5af71ea51e34be690ee794262e02dde85"
),
.binaryTarget(
name: "OneSignalExtension",
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/3.11.4/OneSignalExtension.xcframework.zip",
checksum: "d8930e1a48e67c0d3d8a4dd4b7348c74459012736ba5f866ea90aa444504ef27"
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/3.11.5/OneSignalExtension.xcframework.zip",
checksum: "0d9474da57841bb6390cfc8302b598b39328ca5e3783f6f7810bf8372250751e"
),
.binaryTarget(
name: "OneSignalOutcomes",
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/3.11.4/OneSignalOutcomes.xcframework.zip",
checksum: "e347fbfd2810f390e871df33b3255a9a282d157bbf4c03b3bcbcd14b1e7fdae2"
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/3.11.5/OneSignalOutcomes.xcframework.zip",
checksum: "617be43975e74a0b4e24df3fbf770317fa5f7ffb7507f8fe4ffa21fc3c4bd92e"
),
.binaryTarget(
name: "OneSignalCore",
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/3.11.4/OneSignalCore.xcframework.zip",
checksum: "b5c579fe86e11ab5916a964cc83f6181102cb4b91fba97cb3aeddb772347c9c0"
url: "https://github.com/OneSignal/OneSignal-iOS-SDK/releases/download/3.11.5/OneSignalCore.xcframework.zip",
checksum: "08bb86ceb27a9d021e7ab1cf3acb791f210f8768b17f7be88108c8ffed69fa32"
)
]
)
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
// "*" in comment line ending comment means the string value has not been changed
// App

#define ONESIGNAL_VERSION @"031104"
#define ONESIGNAL_VERSION @"031105"

#define OSUD_APP_ID @"GT_APP_ID" // * OSUD_APP_ID
#define OSUD_REGISTERED_WITH_APPLE @"GT_REGISTERED_WITH_APPLE" // * OSUD_REGISTERED_WITH_APPLE
Expand Down
Binary file modified iOS_SDK/OneSignalSDK/OneSignal_Core/OneSignalCore.xcframework.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,48 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>OneSignalCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7_armv7s</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>OneSignalCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>armv7s</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64_armv7_armv7s</string>
<key>LibraryPath</key>
<string>OneSignalCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
<string>armv7</string>
<string>armv7s</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
// "*" in comment line ending comment means the string value has not been changed
// App

#define ONESIGNAL_VERSION @"031104"
#define ONESIGNAL_VERSION @"031105"

#define OSUD_APP_ID @"GT_APP_ID" // * OSUD_APP_ID
#define OSUD_REGISTERED_WITH_APPLE @"GT_REGISTERED_WITH_APPLE" // * OSUD_REGISTERED_WITH_APPLE
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</data>
<key>Headers/OneSignalCommonDefines.h</key>
<data>
fRkuK8n4cqoGLUlDRq8xc4VIB2I=
ajVYzXVC9IkL7oyHfc0J2laVSRk=
</data>
<key>Headers/OneSignalCore.h</key>
<data>
Expand Down Expand Up @@ -74,7 +74,7 @@
</data>
<key>Info.plist</key>
<data>
nyPNrszhR6g+hOPuzC1+L2YLu6A=
FX5vrG+A078WCMrmRkrznT+b+4s=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -197,11 +197,11 @@
<dict>
<key>hash</key>
<data>
fRkuK8n4cqoGLUlDRq8xc4VIB2I=
ajVYzXVC9IkL7oyHfc0J2laVSRk=
</data>
<key>hash2</key>
<data>
VyQrw0aZfryMun+rTRzxcBMdeAGvVlMz9eh/amNmqoE=
xoVJg4l8E0EvDm79sRT+FChpAE7ID0av1BwIlp6PuuM=
</data>
</dict>
<key>Headers/OneSignalCore.h</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
// "*" in comment line ending comment means the string value has not been changed
// App

#define ONESIGNAL_VERSION @"031104"
#define ONESIGNAL_VERSION @"031105"

#define OSUD_APP_ID @"GT_APP_ID" // * OSUD_APP_ID
#define OSUD_REGISTERED_WITH_APPLE @"GT_REGISTERED_WITH_APPLE" // * OSUD_REGISTERED_WITH_APPLE
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</data>
<key>Headers/OneSignalCommonDefines.h</key>
<data>
fRkuK8n4cqoGLUlDRq8xc4VIB2I=
ajVYzXVC9IkL7oyHfc0J2laVSRk=
</data>
<key>Headers/OneSignalCore.h</key>
<data>
Expand Down Expand Up @@ -74,7 +74,7 @@
</data>
<key>Info.plist</key>
<data>
mal+9YL1kecErsfLDrmJsGNbIV8=
BN843dUegzo7RmIO7U53A1Ph2sI=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -197,11 +197,11 @@
<dict>
<key>hash</key>
<data>
fRkuK8n4cqoGLUlDRq8xc4VIB2I=
ajVYzXVC9IkL7oyHfc0J2laVSRk=
</data>
<key>hash2</key>
<data>
VyQrw0aZfryMun+rTRzxcBMdeAGvVlMz9eh/amNmqoE=
xoVJg4l8E0EvDm79sRT+FChpAE7ID0av1BwIlp6PuuM=
</data>
</dict>
<key>Headers/OneSignalCore.h</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
// "*" in comment line ending comment means the string value has not been changed
// App

#define ONESIGNAL_VERSION @"031104"
#define ONESIGNAL_VERSION @"031105"

#define OSUD_APP_ID @"GT_APP_ID" // * OSUD_APP_ID
#define OSUD_REGISTERED_WITH_APPLE @"GT_REGISTERED_WITH_APPLE" // * OSUD_REGISTERED_WITH_APPLE
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21G72</string>
<string>21G115</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Resources/Info.plist</key>
<data>
WtJl7nmHbx8p2KHqq6U9Y8qj3VI=
wGmu4bd6K/olz+9uB6WEEqIL0pQ=
</data>
</dict>
<key>files2</key>
Expand Down Expand Up @@ -85,7 +85,7 @@
<dict>
<key>hash2</key>
<data>
VyQrw0aZfryMun+rTRzxcBMdeAGvVlMz9eh/amNmqoE=
xoVJg4l8E0EvDm79sRT+FChpAE7ID0av1BwIlp6PuuM=
</data>
</dict>
<key>Headers/OneSignalCore.h</key>
Expand Down Expand Up @@ -141,7 +141,7 @@
<dict>
<key>hash2</key>
<data>
lBuoiCwlIqF01k21A/EiscdNKpkdhqN/8X2GaO5sfTw=
3udMyvHp/sxaVK/QGHPUGGPAA+AT5c/4SWFXwLxpcNc=
</data>
</dict>
</dict>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,48 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>OneSignalExtension.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7_armv7s</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>OneSignalExtension.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>armv7s</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_armv7_armv7s</string>
<key>LibraryPath</key>
<string>OneSignalExtension.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>armv7</string>
<string>armv7s</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</data>
<key>Info.plist</key>
<data>
LzOcTCzsDS2VgchMMEiwOFtuBnc=
uqaxie/pdjDrq0x6qoFMvQ8uuVQ=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</data>
<key>Info.plist</key>
<data>
iHYZeKSEUuxr3+BwuiwJh3YZEpc=
10kELV+o8isR3GhJA68tjtoroQk=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21G72</string>
<string>21G115</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Resources/Info.plist</key>
<data>
UGNZiYcpgDcNoHM0eyqMlvjnkBg=
6g/B6AznbVbOZXwkxv0jt+/jzyU=
</data>
</dict>
<key>files2</key>
Expand Down Expand Up @@ -57,7 +57,7 @@
<dict>
<key>hash2</key>
<data>
ijZQGOER3G2Njy9c7hh54IXAfBAk4T9IsEIX8nS07GI=
2dkaNryFSN8nWbBDB7GYg7f4zDXFSVUq1TIG4jo5pCw=
</data>
</dict>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</data>
<key>Info.plist</key>
<data>
hV4VCIc/V2OIGVFz5PAOAhDWd/M=
xJ7nleT8k2+0bVwtJw3mKiW12Vg=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</data>
<key>Info.plist</key>
<data>
xjsaDk6VoyLQdJS1YPjG5acD3d4=
QBPgx1PKcPtcdSAM7h5q3xuC0xI=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21G72</string>
<string>21G115</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Resources/Info.plist</key>
<data>
b+N5mmP+ArDHBxS6Cg06t5tURE4=
N6O65CroHCIvuZnvaprYK21f5VM=
</data>
</dict>
<key>files2</key>
Expand Down Expand Up @@ -148,7 +148,7 @@
<dict>
<key>hash2</key>
<data>
nGlb/hUyFJF6J17YJOLelPTL627ERfy19hXA44fc4dM=
b2WZtRnu3TwMA5E/felWhZoDG0brRXrtmRyEPb6CrQU=
</data>
</dict>
</dict>
Expand Down
Binary file not shown.
Loading

0 comments on commit 45fc864

Please sign in to comment.