File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 213
213
developmentRegion = English;
214
214
hasScannedForEncodings = 0;
215
215
knownRegions = (
216
+ English,
216
217
en,
217
218
Base,
218
219
);
370
371
buildSettings = {
371
372
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
372
373
INFOPLIST_FILE = "$(SRCROOT)/iOSPodTests/Info.plist";
373
- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
374
+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
374
375
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
375
376
PRODUCT_BUNDLE_IDENTIFIER = com.google.iOSPodTests;
376
377
PRODUCT_NAME = "$(TARGET_NAME)";
382
383
buildSettings = {
383
384
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
384
385
INFOPLIST_FILE = "$(SRCROOT)/iOSPodTests/Info.plist";
385
- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
386
+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
386
387
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
387
388
PRODUCT_BUNDLE_IDENTIFIER = com.google.iOSPodTests;
388
389
PRODUCT_NAME = "$(TARGET_NAME)";
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RunXcodeBuild() {
26
26
case " ${PLATFORM} " in
27
27
ios)
28
28
TARGET_NAME=iOSPodTests
29
- DEPLOYMENT_TARGET=7 .0
29
+ DEPLOYMENT_TARGET=9 .0
30
30
SDK=iphonesimulator
31
31
;;
32
32
osx)
You can’t perform that action at this time.
0 commit comments