summaryrefslogtreecommitdiff
path: root/cpp/test/ios/controller
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-04-05 10:03:28 +0200
committerBenoit Foucher <benoit@zeroc.com>2017-04-05 10:03:28 +0200
commitdbf9c4209352f355a67a8400aab1659272c80703 (patch)
tree002b3141a47bf8ce0581ecbc6a5349fe62b40574 /cpp/test/ios/controller
parentFix (ICE-7742) - Ice/faultTolerance Python 3.6 crash when using pip packages (diff)
downloadice-dbf9c4209352f355a67a8400aab1659272c80703.tar.bz2
ice-dbf9c4209352f355a67a8400aab1659272c80703.tar.xz
ice-dbf9c4209352f355a67a8400aab1659272c80703.zip
Fixed C++/Objective-C controllerApp projects to no longer reference armv7, removed obsolete testSuiteApp
Diffstat (limited to 'cpp/test/ios/controller')
-rw-r--r--cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj b/cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj
index 9fa970de1eb..ad832226493 100644
--- a/cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj
+++ b/cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj
@@ -680,10 +680,11 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
+ VALID_ARCHS = "arm64 armv7s";
};
name = Debug;
};
@@ -722,10 +723,11 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
+ VALID_ARCHS = "arm64 armv7s";
};
name = Release;
};