diff options
author | Benoit Foucher <benoit@zeroc.com> | 2019-08-29 18:12:50 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2019-08-29 18:12:50 +0200 |
commit | 52325337b9a939366bed8c1f57768e1b2909d3ac (patch) | |
tree | 8bfd21a45eeb3f04d9bee829fde52c6aaf69d582 /cpp/test/ios | |
parent | Minor timeout test fix to prevent failure, fixes #498 (diff) | |
download | ice-52325337b9a939366bed8c1f57768e1b2909d3ac.tar.bz2 ice-52325337b9a939366bed8c1f57768e1b2909d3ac.tar.xz ice-52325337b9a939366bed8c1f57768e1b2909d3ac.zip |
Fixed iOS test controller Xcode build issue, updated Swift project
Diffstat (limited to 'cpp/test/ios')
-rw-r--r-- | cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj | 4 |
1 files changed, 2 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 b1bdd56fb07..923d5e98c70 100644 --- a/cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj +++ b/cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj @@ -62,6 +62,8 @@ compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; fileType = pattern.proxy; + inputFiles = ( + ); isEditable = 1; outputFiles = ( "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).cpp", @@ -796,7 +798,6 @@ ); PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Cpp98-Test-Controller"; PRODUCT_NAME = "$(TARGET_NAME)"; - TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; @@ -821,7 +822,6 @@ ); PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Cpp98-Test-Controller"; PRODUCT_NAME = "$(TARGET_NAME)"; - TARGETED_DEVICE_FAMILY = "1,2"; }; name = Release; }; |