diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-01-17 20:14:36 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-01-17 20:14:36 +0100 |
commit | 57bc4863ea14bd14c671d40f45f92e4a50254d9a (patch) | |
tree | d6d0f9b175ce87a713d1f6ea8ae7472e5aa47219 /cpp/test/ios | |
parent | Synchronized hash algo/test with Java (diff) | |
download | ice-57bc4863ea14bd14c671d40f45f92e4a50254d9a.tar.bz2 ice-57bc4863ea14bd14c671d40f45f92e4a50254d9a.tar.xz ice-57bc4863ea14bd14c671d40f45f92e4a50254d9a.zip |
Fixed ICE-7512 and ICE-7511 - make distclean issues with Xcode IceSDK build
Diffstat (limited to 'cpp/test/ios')
-rw-r--r-- | cpp/test/ios/controller/C++ Test Controller.entitlements | 5 | ||||
-rw-r--r-- | cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj | 13 |
2 files changed, 7 insertions, 11 deletions
diff --git a/cpp/test/ios/controller/C++ Test Controller.entitlements b/cpp/test/ios/controller/C++ Test Controller.entitlements index 903def2af53..0c67376ebac 100644 --- a/cpp/test/ios/controller/C++ Test Controller.entitlements +++ b/cpp/test/ios/controller/C++ Test Controller.entitlements @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> -<dict> - <key>aps-environment</key> - <string>development</string> -</dict> +<dict/> </plist> 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 4903666f1fd..9fa970de1eb 100644 --- a/cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj +++ b/cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj @@ -346,15 +346,14 @@ ProvisioningStyle = Automatic; }; 148ABA401DFEEAEE00594F70 = { - DevelopmentTeam = U4TBVKNQ7F; + ProvisioningStyle = Automatic; }; 14905C501DF98FD8002AE61B = { CreatedOnToolsVersion = 8.1; - DevelopmentTeam = U4TBVKNQ7F; ProvisioningStyle = Automatic; SystemCapabilities = { com.apple.Push = { - enabled = 1; + enabled = 0; }; }; }; @@ -600,7 +599,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_ENTITLEMENTS = "C++ Test Controller.entitlements"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; DEVELOPMENT_TEAM = U4TBVKNQ7F; GCC_PREPROCESSOR_DEFINITIONS = ( ICE_STATIC_LIBS, @@ -624,7 +623,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_ENTITLEMENTS = "C++ Test Controller.entitlements"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; DEVELOPMENT_TEAM = U4TBVKNQ7F; GCC_PREPROCESSOR_DEFINITIONS = ( ICE_STATIC_LIBS, @@ -734,7 +733,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_ENTITLEMENTS = "C++ Test Controller.entitlements"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; DEVELOPMENT_TEAM = U4TBVKNQ7F; INFOPLIST_FILE = Classes/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; @@ -754,7 +753,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_ENTITLEMENTS = "C++ Test Controller.entitlements"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; DEVELOPMENT_TEAM = U4TBVKNQ7F; INFOPLIST_FILE = Classes/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |