Skip to content

Commit

Permalink
Update IPHONEOS_DEPLOYMENT_TARGET to 9.0 (#377)
Browse files Browse the repository at this point in the history
* Update IPHONEOS_DEPLOYMENT_TARGET to 9.0

* Update IPHONEOS_DEPLOYMENT_TARGET to 9.0

* Update project.pbxproj

* Update NeedleFoundation.podspec

* Update NeedleFoundation.podspec
  • Loading branch information
tinder-owenthomas authored Nov 18, 2020
1 parent a45fb8f commit 6911c81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NeedleFoundation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Pod::Spec.new do |s|

s.source = { :git => 'https://github.com/uber/needle.git', :tag => "v" + s.version.to_s }
s.source_files = 'Sources/**/*.swift'
s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'
s.swift_version = '4.2'
end
4 changes: 2 additions & 2 deletions NeedleFoundation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
"DEBUG=1",
"$(inherited)",
);
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "-DXcode";
Expand Down Expand Up @@ -511,7 +511,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_OPTIMIZATION_LEVEL = s;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
OTHER_SWIFT_FLAGS = "-DXcode";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion foundation.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0
IPHONEOS_DEPLOYMENT_TARGET = 9.0

0 comments on commit 6911c81

Please sign in to comment.