Skip to content

Commit 9e45fd0

Browse files
authored
Chore/specify minimum version (#204)
1 parent 270cc39 commit 9e45fd0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

RNCPushNotificationIOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

example/ios/example.xcodeproj/project.pbxproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@
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
};
@@ -828,7 +827,7 @@
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)\"",
@@ -881,7 +880,7 @@
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)\"",
@@ -945,4 +944,4 @@
945944
/* End XCConfigurationList section */
946945
};
947946
rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
948-
}
947+
}

0 commit comments

Comments
 (0)