Skip to content

Commit 4660c46

Browse files
committed
build(ios): bump minimum platform to iOS 15.1
1 parent 74f7297 commit 4660c46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/demo/bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/demo/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2349,7 +2349,7 @@ SPEC CHECKSUMS:
23492349
React-logger: 9e51e01455f15cb3ef87a09a1ec773cdb22d56c1
23502350
React-Mapbuffer: 92b99e450e8ff598b27d6e4db3a75e04fd45e9a9
23512351
React-microtasksnativemodule: 2fe0f2bd2840dedbd66c0ac249c64f977f39cc18
2352-
react-native-onesignal: 6f530ad3cac113ad36491dddc455fec600776158
2352+
react-native-onesignal: eb0b07478feb04abfc7a2504d34fec0df6317140
23532353
react-native-safe-area-context: 37e680fc4cace3c0030ee46e8987d24f5d3bdab2
23542354
React-NativeModulesApple: 44a9474594566cd03659f92e38f42599c6b9dee4
23552355
React-networking: db73d91466cb134fcbdaaa579fb2de14e2c2ea01

react-native-onesignal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.homepage = "https://github.com/OneSignal/react-native-onesignal"
99
s.license = package_json["license"]
1010
s.author = { package_json["author"] => package_json["author"] }
11-
s.platform = :ios, "11.0"
11+
s.platform = :ios, "15.1"
1212
s.source = { :git => "#{package_json["repository"]["url"]}.git", :tag => "#{s.version}" }
1313
s.source_files = 'ios/RCTOneSignal/*.{h,m,mm}'
1414
s.static_framework = true

0 commit comments

Comments
 (0)