Skip to content

Commit

Permalink
Merge pull request Quick#277 from Quick/276-ios-7-deployment-target
Browse files Browse the repository at this point in the history
Quick.xcodeproj: Lower iOS deployment target to 7.0
  • Loading branch information
jeffh committed Apr 6, 2015
2 parents a57176c + 028718b commit 8bf96f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Externals/Nimble
4 changes: 2 additions & 2 deletions Quick.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Quick"
s.version = "0.3.0"
s.version = "0.3.1"
s.summary = "The Swift (and Objective-C) testing framework."

s.description = <<-DESC
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.license = { :type => "Apache 2.0", :file => "LICENSE" }

s.author = "Quick Contributors"
s.ios.deployment_target = "8.0"
s.ios.deployment_target = "7.0"
s.osx.deployment_target = "10.10"

s.source = { :git => "https://github.com/Quick/Quick.git", :tag => "v#{s.version}" }
Expand Down
12 changes: 6 additions & 6 deletions Quick.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@
);
INFOPLIST_FILE = Quick/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
METAL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = NO;
Expand All @@ -1190,7 +1190,7 @@
);
INFOPLIST_FILE = Quick/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
METAL_ENABLE_DEBUG_INFO = NO;
PRODUCT_MODULE_NAME = Quick;
Expand All @@ -1215,7 +1215,7 @@
"$(inherited)",
);
INFOPLIST_FILE = QuickTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
METAL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = NO;
Expand All @@ -1235,7 +1235,7 @@
"$(inherited)",
);
INFOPLIST_FILE = QuickTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
METAL_ENABLE_DEBUG_INFO = NO;
ONLY_ACTIVE_ARCH = NO;
Expand Down Expand Up @@ -1300,7 +1300,7 @@
"$(inherited)",
);
INFOPLIST_FILE = QuickFocusedTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = NO;
Expand All @@ -1320,7 +1320,7 @@
"$(inherited)",
);
INFOPLIST_FILE = QuickFocusedTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = NO;
ONLY_ACTIVE_ARCH = NO;
Expand Down

0 comments on commit 8bf96f7

Please sign in to comment.