Skip to content

Commit

Permalink
Fix up the pod tests to also work with Xcode 12 min iOS supported ver…
Browse files Browse the repository at this point in the history
…sion.
  • Loading branch information
thomasvl committed Oct 22, 2020
1 parent 0d17f8e commit 11f4ff4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Tests/PodTests.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
Expand Down Expand Up @@ -370,7 +371,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = "$(SRCROOT)/iOSPodTests/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.google.iOSPodTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -382,7 +383,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = "$(SRCROOT)/iOSPodTests/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.google.iOSPodTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion Tests/pod_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RunXcodeBuild() {
case "${PLATFORM}" in
ios)
TARGET_NAME=iOSPodTests
DEPLOYMENT_TARGET=7.0
DEPLOYMENT_TARGET=9.0
SDK=iphonesimulator
;;
osx)
Expand Down

0 comments on commit 11f4ff4

Please sign in to comment.