From e436e13f97b38f1dc1a1987fd2fae044f905b18f Mon Sep 17 00:00:00 2001 From: mikemilla Date: Mon, 30 Dec 2024 13:26:45 -0800 Subject: [PATCH] iOS Update --- courier-react-native.podspec | 4 ++-- example/ios/Podfile | 2 +- example/ios/Podfile.lock | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/courier-react-native.podspec b/courier-react-native.podspec index fecb53e..059e449 100644 --- a/courier-react-native.podspec +++ b/courier-react-native.podspec @@ -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. diff --git a/example/ios/Podfile b/example/ios/Podfile index 9a91323..302fd6a 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -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. diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 6aaa360..f0cdbfd 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -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): @@ -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 @@ -654,6 +654,6 @@ SPEC CHECKSUMS: SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 Yoga: 3efc43e0d48686ce2e8c60f99d4e6bd349aff981 -PODFILE CHECKSUM: 1ec9af05c2109f5e939c2bc1fe99d87465a6c21e +PODFILE CHECKSUM: 94a793006401476d96ad6b828ad5e179f25b3867 COCOAPODS: 1.15.2