File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
example/ios/example.xcodeproj Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616 s . source = { :git => "https://github.com/react-native-community/push-notification-ios" , :tag => "v#{ s . version } " }
1717 s . source_files = "ios/*.{h,m}"
1818
19- s . platform = :ios , "9 .0"
19+ s . platform = :ios , "10 .0"
2020
2121 s . dependency "React-Core"
2222
Original file line number Diff line number Diff line change 161161 736DC2F0EF0CECD14EBBE3AF /* Pods-example-tvOSTests.debug.xcconfig */,
162162 D53A7F37504E7AE125015E53 /* Pods-example-tvOSTests.release.xcconfig */,
163163 );
164- name = Pods;
165164 path = Pods;
166165 sourceTree = "<group>";
167166 };
828827 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
829828 GCC_WARN_UNUSED_FUNCTION = YES;
830829 GCC_WARN_UNUSED_VARIABLE = YES;
831- IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
830+ IPHONEOS_DEPLOYMENT_TARGET = 10 .0;
832831 LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
833832 LIBRARY_SEARCH_PATHS = (
834833 "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
881880 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
882881 GCC_WARN_UNUSED_FUNCTION = YES;
883882 GCC_WARN_UNUSED_VARIABLE = YES;
884- IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
883+ IPHONEOS_DEPLOYMENT_TARGET = 10 .0;
885884 LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
886885 LIBRARY_SEARCH_PATHS = (
887886 "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
945944/* End XCConfigurationList section */
946945 };
947946 rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
948- }
947+ }
You can’t perform that action at this time.
0 commit comments