Skip to content

Commit b83b713

Browse files
authored
Merge pull request #457 from OneSignal/example/ios_pod_version_range
Example Switch to iOS pod version range
2 parents 8a189c9 + 5f84308 commit b83b713

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ target 'Runner' do
3232
end
3333

3434
target 'OneSignalNotificationServiceExtension' do
35-
pod 'OneSignalXCFramework', '3.6.0'
35+
pod 'OneSignalXCFramework', '>= 3.0.0', '< 4.0'
3636
end
3737

3838
post_install do |installer|

example/ios/Podfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- OneSignal (2.10.0)
4-
- onesignal_flutter (2.0.0):
3+
- onesignal_flutter (3.1.0):
54
- Flutter
6-
- OneSignal (< 3.0, >= 2.9.5)
5+
- OneSignalXCFramework (= 3.5.3)
6+
- OneSignalXCFramework (3.5.3)
77

88
DEPENDENCIES:
9-
- Flutter (from `.symlinks/flutter/ios`)
10-
- OneSignal (< 3.0, >= 2.9.4)
9+
- Flutter (from `Flutter`)
1110
- onesignal_flutter (from `.symlinks/plugins/onesignal_flutter/ios`)
11+
- OneSignalXCFramework (< 4.0, >= 3.0.0)
1212

1313
SPEC REPOS:
14-
https://github.com/cocoapods/specs.git:
15-
- OneSignal
14+
trunk:
15+
- OneSignalXCFramework
1616

1717
EXTERNAL SOURCES:
1818
Flutter:
19-
:path: ".symlinks/flutter/ios"
19+
:path: Flutter
2020
onesignal_flutter:
2121
:path: ".symlinks/plugins/onesignal_flutter/ios"
2222

2323
SPEC CHECKSUMS:
24-
Flutter: 58dd7d1b27887414a370fcccb9e645c08ffd7a6a
25-
OneSignal: 0f5ff711d9f25da54885e4ab06ef0abc221a46ef
26-
onesignal_flutter: 9f295af4ef4a987342bb374c5988392e076ccafd
24+
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
25+
onesignal_flutter: 79eb89d25249b078d3c358fb7827b22909f7fbed
26+
OneSignalXCFramework: 4e08d8353adec161c3d9174e2572c849e1225c9f
2727

28-
PODFILE CHECKSUM: 9ef7a252697efd34b66667034535923c4615900c
28+
PODFILE CHECKSUM: b074b7b0bedd9b715d33807e4b6c0f0dcee63e1e
2929

30-
COCOAPODS: 1.6.1
30+
COCOAPODS: 1.10.1

0 commit comments

Comments
 (0)