Skip to content

Commit

Permalink
Set iOS Deployment target to 9.0 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pietbrauer committed Feb 25, 2016
1 parent 3e49f0d commit ad0a3f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ObjectiveGitFramework.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2268,7 +2268,7 @@
"Carthage/Checkouts/ZipArchive/SSZipArchive/**",
);
INFOPLIST_FILE = "ObjectiveGitTests/ObjectiveGitTests-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
.,
Expand Down Expand Up @@ -2320,7 +2320,7 @@
"Carthage/Checkouts/ZipArchive/SSZipArchive/**",
);
INFOPLIST_FILE = "ObjectiveGitTests/ObjectiveGitTests-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
.,
Expand Down Expand Up @@ -2373,7 +2373,7 @@
"Carthage/Checkouts/ZipArchive/SSZipArchive/**",
);
INFOPLIST_FILE = "ObjectiveGitTests/ObjectiveGitTests-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
.,
Expand Down Expand Up @@ -2426,7 +2426,7 @@
"Carthage/Checkouts/ZipArchive/SSZipArchive/**",
);
INFOPLIST_FILE = "ObjectiveGitTests/ObjectiveGitTests-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
.,
Expand Down

0 comments on commit ad0a3f5

Please sign in to comment.