diff options
author | Jose <jose@zeroc.com> | 2019-07-10 19:51:03 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-07-10 19:51:03 +0200 |
commit | 36cd486cb3e1ecb0ef4ac40d4b734ebe10524334 (patch) | |
tree | dff0d0585b3576928b2b60b352e8f17194e2a780 /objective-c | |
parent | Minor test driver fixes (diff) | |
download | ice-36cd486cb3e1ecb0ef4ac40d4b734ebe10524334.tar.bz2 ice-36cd486cb3e1ecb0ef4ac40d4b734ebe10524334.tar.xz ice-36cd486cb3e1ecb0ef4ac40d4b734ebe10524334.zip |
Fix objective-c iOS test builds
Diffstat (limited to 'objective-c')
-rw-r--r-- | objective-c/test/ios/controller/Objective-C Test Controller.xcodeproj/project.pbxproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/objective-c/test/ios/controller/Objective-C Test Controller.xcodeproj/project.pbxproj b/objective-c/test/ios/controller/Objective-C Test Controller.xcodeproj/project.pbxproj index d43e557b412..b29a27bb982 100644 --- a/objective-c/test/ios/controller/Objective-C Test Controller.xcodeproj/project.pbxproj +++ b/objective-c/test/ios/controller/Objective-C Test Controller.xcodeproj/project.pbxproj @@ -355,6 +355,8 @@ 14CF14CC215A4A7800499968 /* ObjectsDerivedEx.ice in Sources */ = {isa = PBXBuildFile; fileRef = 14CF14BC215A491100499968 /* ObjectsDerivedEx.ice */; }; 14FFBAA01E29361A00EA55AF /* ExternalAccessory.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 14FFBA9F1E29361A00EA55AF /* ExternalAccessory.framework */; }; 14FFBAA11E29362900EA55AF /* ExternalAccessory.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 14FFBA9F1E29361A00EA55AF /* ExternalAccessory.framework */; }; + 820CD39D22D65C8E0056BEDA /* ObjectsForward.ice in Resources */ = {isa = PBXBuildFile; fileRef = 820CD39C22D65C8E0056BEDA /* ObjectsForward.ice */; }; + 820CD39E22D65C8E0056BEDA /* ObjectsForward.ice in Resources */ = {isa = PBXBuildFile; fileRef = 820CD39C22D65C8E0056BEDA /* ObjectsForward.ice */; }; /* End PBXBuildFile section */ /* Begin PBXBuildRule section */ @@ -594,6 +596,7 @@ 14CF14BC215A491100499968 /* ObjectsDerivedEx.ice */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = ObjectsDerivedEx.ice; path = ../../Ice/objects/ObjectsDerivedEx.ice; sourceTree = "<group>"; }; 14CF14BE215A491100499968 /* ObjectsDerived.ice */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = ObjectsDerived.ice; path = ../../Ice/objects/ObjectsDerived.ice; sourceTree = "<group>"; }; 14FFBA9F1E29361A00EA55AF /* ExternalAccessory.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ExternalAccessory.framework; path = System/Library/Frameworks/ExternalAccessory.framework; sourceTree = SDKROOT; }; + 820CD39C22D65C8E0056BEDA /* ObjectsForward.ice */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = ObjectsForward.ice; path = ../../Ice/objects/ObjectsForward.ice; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1133,6 +1136,7 @@ 14CF1432215A47DF00499968 /* objects */ = { isa = PBXGroup; children = ( + 820CD39C22D65C8E0056BEDA /* ObjectsForward.ice */, 14A4CE08215A4C06002AD8F7 /* ObjectsTest.ice */, 14CF14BE215A491100499968 /* ObjectsDerived.ice */, 14CF14BC215A491100499968 /* ObjectsDerivedEx.ice */, @@ -1227,6 +1231,7 @@ developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( + English, en, Base, ); @@ -1251,6 +1256,7 @@ 148ABA1B1DFB12C800594F70 /* server.p12 in Resources */, 143A09AF1EB3895D00C8F91F /* cacert.pem in Resources */, 14905C611DF98FD8002AE61B /* Assets.xcassets in Resources */, + 820CD39D22D65C8E0056BEDA /* ObjectsForward.ice in Resources */, 14905C5F1DF98FD8002AE61B /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -1264,6 +1270,7 @@ 14B7DF5F1E043085001D0109 /* LaunchScreen.storyboard in Resources */, 14B7DF641E043085001D0109 /* server.p12 in Resources */, 14B7DF681E043085001D0109 /* Assets.xcassets in Resources */, + 820CD39E22D65C8E0056BEDA /* ObjectsForward.ice in Resources */, 14B7DF721E043085001D0109 /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; |