Skip to content

Commit

Permalink
iOS Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemilla committed Dec 30, 2024
1 parent 7187ae3 commit e436e13
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions courier-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Pod::Spec.new do |s|
s.license = package["license"]
s.authors = package["author"]

s.platforms = { :ios => "13.0" }
s.platforms = { :ios => "15.0" }
s.source = { :git => "https://github.com/trycourier/courier-react-native.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm,swift}"

# Courier Core Dependency
s.dependency "Courier_iOS", "5.5.4"
s.dependency "Courier_iOS", "5.5.5"

# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require Pod::Executable.execute_command('node', ['-p',
)', __dir__]).strip

# Courier React Native requires iOS 13+
platform :ios, '13.0'
platform :ios, '15.0'
prepare_react_native_project!

# If you are using a `react-native-flipper` your iOS build will fail when `NO_FLIPPER=1` is set.
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- boost (1.76.0)
- courier-react-native (5.3.0):
- Courier_iOS (= 5.5.4)
- Courier_iOS (= 5.5.5)
- RCT-Folly (= 2021.07.22.00)
- React-Core
- Courier_iOS (5.5.4)
- Courier_iOS (5.5.5)
- DoubleConversion (1.1.6)
- FBLazyVector (0.72.4)
- FBReactNativeSpec (0.72.4):
Expand Down Expand Up @@ -604,8 +604,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
courier-react-native: 0f794e6aece5c1fcace9e87f2ae87b3a34c3c583
Courier_iOS: f7cc0205bad20e9ed9b7893fbd1776d91e9a8b1d
courier-react-native: 1c45af07b8e2adee06397b0d05559fdb5e806601
Courier_iOS: e4adb330bcee6f5b26ac3261b34f591d48f13488
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: 5d4a3b7f411219a45a6d952f77d2c0a6c9989da5
FBReactNativeSpec: 3fc2d478e1c4b08276f9dd9128f80ec6d5d85c1f
Expand Down Expand Up @@ -654,6 +654,6 @@ SPEC CHECKSUMS:
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 3efc43e0d48686ce2e8c60f99d4e6bd349aff981

PODFILE CHECKSUM: 1ec9af05c2109f5e939c2bc1fe99d87465a6c21e
PODFILE CHECKSUM: 94a793006401476d96ad6b828ad5e179f25b3867

COCOAPODS: 1.15.2

0 comments on commit e436e13

Please sign in to comment.