From 52a788c2ab52df0362f4c056a598210033cb8e9d Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Sat, 24 Oct 2020 14:33:19 +0900 Subject: [PATCH 1/2] chore: update podfile.lock --- example/ios/Podfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 43ef0e2e6..e9d3aecb5 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -292,8 +292,8 @@ PODS: - React-cxxreact (= 0.62.2) - React-jsi (= 0.62.2) - ReactCommon/callinvoker (= 0.62.2) - - RNCPushNotificationIOS (1.4.0): - - React + - RNCPushNotificationIOS (1.6.1): + - React-Core - Yoga (1.14.0) - YogaKit (1.18.1): - Yoga (~> 1.14) @@ -453,7 +453,7 @@ SPEC CHECKSUMS: React-RCTText: fae545b10cfdb3d247c36c56f61a94cfd6dba41d React-RCTVibration: 4356114dbcba4ce66991096e51a66e61eda51256 ReactCommon: ed4e11d27609d571e7eee8b65548efc191116eb3 - RNCPushNotificationIOS: dc1c0c6aa18a128df123598149f42e848d26a4ac + RNCPushNotificationIOS: 346c804c13fb99e644c996d1af5175a35452b2cb Yoga: 3ebccbdd559724312790e7742142d062476b698e YogaKit: f782866e155069a2cca2517aafea43200b01fd5a From 789a8a174f5a218026cf42af7885e78805a9c2db Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Sat, 24 Oct 2020 14:45:54 +0900 Subject: [PATCH 2/2] chore: set minimum iOS version to 10 --- RNCPushNotificationIOS.podspec | 2 +- example/ios/example.xcodeproj/project.pbxproj | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/RNCPushNotificationIOS.podspec b/RNCPushNotificationIOS.podspec index 0c8407dcb..80a95050b 100644 --- a/RNCPushNotificationIOS.podspec +++ b/RNCPushNotificationIOS.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/react-native-community/push-notification-ios", :tag => "v#{s.version}" } s.source_files = "ios/*.{h,m}" - s.platform = :ios, "9.0" + s.platform = :ios, "10.0" s.dependency "React-Core" diff --git a/example/ios/example.xcodeproj/project.pbxproj b/example/ios/example.xcodeproj/project.pbxproj index b09777878..6390cd9d3 100644 --- a/example/ios/example.xcodeproj/project.pbxproj +++ b/example/ios/example.xcodeproj/project.pbxproj @@ -161,7 +161,6 @@ 736DC2F0EF0CECD14EBBE3AF /* Pods-example-tvOSTests.debug.xcconfig */, D53A7F37504E7AE125015E53 /* Pods-example-tvOSTests.release.xcconfig */, ); - name = Pods; path = Pods; sourceTree = ""; }; @@ -828,7 +827,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)"; LIBRARY_SEARCH_PATHS = ( "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"", @@ -881,7 +880,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)"; LIBRARY_SEARCH_PATHS = ( "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"", @@ -945,4 +944,4 @@ /* End XCConfigurationList section */ }; rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */; -} \ No newline at end of file +}