From 9b86faa850c4e9e95bf793df012e4a026e5db62a Mon Sep 17 00:00:00 2001 From: Joe George Date: Tue, 16 Jan 2024 09:22:34 -0500 Subject: [PATCH 1/2] Remove Swift ice.xcodeproj (#1670) Remove Swift ice.xcodeproj. The Make build system now regenerates this file every time it is invoked Closes #1669 --- .github/actions/setup-dependencies/action.yml | 5 + swift/.gitignore | 1 + swift/Makefile | 8 +- swift/ice.xcodeproj/project.pbxproj | 20985 ---------------- .../contents.xcworkspacedata | 7 - .../xcshareddata/xcschemes/Ice iOS.xcscheme | 114 - .../xcshareddata/xcschemes/Ice macOS.xcscheme | 114 - 7 files changed, 13 insertions(+), 21221 deletions(-) delete mode 100644 swift/ice.xcodeproj/project.pbxproj delete mode 100644 swift/ice.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 swift/ice.xcodeproj/xcshareddata/xcschemes/Ice iOS.xcscheme delete mode 100644 swift/ice.xcodeproj/xcshareddata/xcschemes/Ice macOS.xcscheme diff --git a/.github/actions/setup-dependencies/action.yml b/.github/actions/setup-dependencies/action.yml index 46f9c510c70..9e94e991b40 100644 --- a/.github/actions/setup-dependencies/action.yml +++ b/.github/actions/setup-dependencies/action.yml @@ -16,6 +16,11 @@ runs: shell: bash if: runner.os == 'macOS' + - name: Install xcodeproj gem + run: gem install xcodeproj + shell: bash + if: runner.os == 'macOS' + - name: Install apt dependencies run: sudo apt-get update && sudo apt-get install -y python3 python3-pip nodejs libbz2-dev libssl-dev libffi-dev libmcpp-dev libedit-dev liblmdb-dev libexpat1-dev libsystemd-dev openjdk-17-jdk ruby ruby-dev php-cli php-dev shell: bash diff --git a/swift/.gitignore b/swift/.gitignore index 13fa892eb02..88373a39641 100644 --- a/swift/.gitignore +++ b/swift/.gitignore @@ -1,2 +1,3 @@ /docs ice-test.xcodeproj +ice.xcodeproj diff --git a/swift/Makefile b/swift/Makefile index f0980a27722..9f3c2d18944 100644 --- a/swift/Makefile +++ b/swift/Makefile @@ -11,6 +11,9 @@ CONFIG ?= $(if $(filter $(OPTIMIZE),no),Debug,Release) PROJECT ?= ice.xcodeproj # PROJECT ?= $(if $(filter $(ICE_BIN_DIST), swift all),ice-test.xcodeproj,ice.xcodeproj) +RAKE ?= rake +RAKE_TASK ?= icebdistproj + # $(call make-xcodebuild-rule,$1=rule,$2=platform,$3=scheme,$4=target) define make-xcodebuild-rule $1:: $(PROJECT) @@ -31,7 +34,10 @@ all:: tests carthage-bootstrap: $(Q)cd .. && carthage bootstrap --cache-builds --use-xcframeworks --platform macOS,iOS -tests srcs:: carthage-bootstrap +rake: carthage-bootstrap + $(Q)$(RAKE) $(RAKE_TASK) + +tests srcs:: rake install:: @echo nothing to install diff --git a/swift/ice.xcodeproj/project.pbxproj b/swift/ice.xcodeproj/project.pbxproj deleted file mode 100644 index fcb568be4d8..00000000000 --- a/swift/ice.xcodeproj/project.pbxproj +++ /dev/null @@ -1,20985 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 002D46AEBB48571A3346772D /* UdpConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E4932165161ABA64172816A /* UdpConnector.cpp */; }; - 0064FB5868041AA654A52DD5 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 00720CC1CE9EFA9F72EEFB11 /* InitializationData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A2A558DF05365793BE1EDB3 /* InitializationData.swift */; }; - 0072171CABFBB0251ABDA1B9 /* TwowaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3253615704AD8092CF5F9D9 /* TwowaysAMI.swift */; }; - 008A2426B32864DB03A20B7C /* RecMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B548B1CC74CF128EB62110C /* RecMutex.cpp */; }; - 00AC98F3B5ED9798585C66C8 /* UnsupportedAdminFacet.h in Headers */ = {isa = PBXBuildFile; fileRef = AF2F997A9136C0D57A644334 /* UnsupportedAdminFacet.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 00C451DD3B6787E3F1EA946F /* PropertyNames.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 024741EC9D6CFD0898B474E7 /* PropertyNames.cpp */; }; - 00D76D517CA760B0D26AC140 /* ThreadException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7529B82331E9F8857C04C1C1 /* ThreadException.cpp */; }; - 00DC7DC4340E8B978B32F33D /* Incoming.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01108206A582A67F00C05EBC /* Incoming.cpp */; }; - 01033CC145D7EEF0A900EAE5 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 016D532E9D6B59BAFC1A65E9 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 016E13902F402548A0BA098C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 01B4C8A8A096BCA8943E5D57 /* IPEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FBA41C7E4F8D63EBFF2A282F /* IPEndpointI.cpp */; }; - 01C6E23BCDB40C1092D3644B /* SliceInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53F964ABBD543305F85E892C /* SliceInfo.swift */; }; - 023C0D71CD3653DA0AEE6DD7 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55085F9A97549394CFD026B6 /* TestI.swift */; }; - 025600DF80F8F1BE29956542 /* ServerPrivateAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 00C7727DB84AFAE74242A27A /* ServerPrivateAMD.ice */; }; - 02563DFBF11EF3AC04BDA54B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 02932AFCE7BA335363810B9D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 02CCBD8CD1225E63A31C030B /* IceBinding.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = ACB54D91532B125D146C8F52 /* IceBinding.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 02F2EFBEA4590FD7AFB2CFC0 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A01B0041D27E76F5889DE4 /* main.swift */; }; - 0327B5FBA995F7C7602A2697 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32F86D845456A70BA71A7775 /* Server.swift */; }; - 03931C98AA255A9D2A9D9DFA /* CountDownLatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4530DDD8E7C70EA73CE9806C /* CountDownLatch.cpp */; }; - 03B53422FD2E61D3956DF08B /* RequestHandlerFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AFE02F4EBE4026D7ABF4C2FD /* RequestHandlerFactory.cpp */; }; - 04893B0727E10680373C3A18 /* CommunicatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD60FA4285B90536DAE2ABC /* CommunicatorI.swift */; }; - 04B482E96FA087B4AE135F4A /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7DCC9D507EDF3CD2A1A3150F /* Test.ice */; }; - 04DC15CF3AEA83FBED5B3923 /* MetricsObserverI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 610608EEED146B107B5293A5 /* MetricsObserverI.cpp */; }; - 0501045FD20F0DB912FD22D4 /* Object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D7D263D2E578BF1F7AF589B9 /* Object.cpp */; }; - 050D10DF351B1C867806A92E /* ImplicitContextF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9BFE5D27E6A8D49C4BDD2EA /* ImplicitContextF.cpp */; }; - 0510AF3C93C359FBC7A8A61F /* ServantLocatorF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FF9AEE9480B3623AF7E5DCA7 /* ServantLocatorF.cpp */; }; - 0527885881E6046DA3B84E8B /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F1F158B962A78341F9EF225 /* Client.swift */; }; - 05372BF0755A63B4D7F7719E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 056204E6356566F6EAE592E6 /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = C2DCE61256F8846CB481C917 /* RouterF.ice */; }; - 058E2E780D1A291CA327F125 /* IceInheritance.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 23205029365EA8B8CFAB923B /* IceInheritance.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 0599EB19C53CE42679713230 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC428F92C038CB75D721C046 /* Collocated.swift */; }; - 05F1F0ECB0C2066F3F91E035 /* ConnectorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AFF8ED68FE8D153138422D /* ConnectorI.cpp */; }; - 06DFC340DF75BF1F2A034592 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 20112BFE6EAD65723FA67120 /* Test.ice */; }; - 06E1C5DA2EC742EDBD06BAD6 /* IceExceptions.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = ED0D8471106CE1DAD728538A /* IceExceptions.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 073241141AC1010142E8B38B /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 077926E720AD3AF95DCA673D /* ConnectionF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8488FB8F37D7958B38971E9F /* ConnectionF.cpp */; }; - 079D8B9814B0CF7EBB198370 /* ConnectionInfoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6658CBA7425F4413E4A2845D /* ConnectionInfoFactory.swift */; }; - 07CBB84253EAE4D078067823 /* RemoteLogger.ice in Sources */ = {isa = PBXBuildFile; fileRef = C5A0671B53C97F7A32AFCFA1 /* RemoteLogger.ice */; }; - 07D7222D1DC55602F48017EF /* SystemdJournalI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D0E3AEAA11EF708457A97AFC /* SystemdJournalI.cpp */; }; - 080EEDE73F2FF5F205016E01 /* IceProxyAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E64154AC1BD079614CFE6D0B /* IceProxyAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 083B4ABA39CF77E46070E0CF /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 0862D895FC7F30B13C2FE695 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 08A32CC42DD3A81A65EC6618 /* ObjectPrx.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3ACEF67499B23A250292B84D /* ObjectPrx.mm */; }; - 08FABEF1E13D5FEEC9454D1E /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 0994228FA78B3EE978437935 /* TcpConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8CEA95C263FCF61FDAC35F2D /* TcpConnector.cpp */; }; - 09C21C8473C6976E52291B99 /* Reference.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 262A4BBE4803F28C3591381A /* Reference.cpp */; }; - 09DDDD95E33E8F5D105C3A05 /* InputUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 539605938D0800C084345197 /* InputUtil.cpp */; }; - 0A030A4337C3044D72D4AB42 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 0A32FD95A093165DD69FFD39 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46411EDDE8E438FD8EAE98E5 /* AllTests.swift */; }; - 0A50E66510B6634E6D01A09B /* BlobjectAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = D31F7CBFF920A0CF7FB2382A /* BlobjectAsync.swift */; }; - 0A8F32F410E4BA3969572AD4 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 0ABE43B89DB8BBA0C05AF133 /* ObjectPrx.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3ACEF67499B23A250292B84D /* ObjectPrx.mm */; }; - 0AF7F5D1DD475A958F6C655A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 0B21DE753DFDE6AAAFD1C0D3 /* IceGridSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = D2A78D4720673DAF9D7E7F17 /* IceGridSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0B2F15344CAF65BC8262C9EC /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9E54977F5C39E7DEA70EA5 /* Client.swift */; }; - 0B7A95230903FA8C03003FCA /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 0BAC289E822F69E4C7FD6A5E /* StreamSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7592510233717E6CA95DA038 /* StreamSocket.cpp */; }; - 0BBC6D50B04D0B3E9EEECC28 /* Process.h in Headers */ = {isa = PBXBuildFile; fileRef = 0026EE92FD5C304A025799B2 /* Process.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0BC909307ABA174C17DB5344 /* ValueFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9A5EDE74C3A3591BBEF47D29 /* ValueFactory.cpp */; }; - 0BF706C97A87EE54A3E87284 /* IAPEndpointInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D349A4F305ED46BDBBEC05D /* IAPEndpointInfo.swift */; }; - 0CC2384A54EE205EDD3F9F49 /* IncomingAsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C8E7374D8D5DA4006B190AC /* IncomingAsync.cpp */; }; - 0CCA4D2914190B3E279D8B90 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 0CCD6A235A86107E6E7CEB44 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 0CF992769F5194F8DBD16E6B /* AdminFacetFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = F87C572B2EE3F2EB8C41205D /* AdminFacetFactory.swift */; }; - 0D288EEE4B875B489EF5870E /* EndpointFactoryManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69C937818B79D71765A58104 /* EndpointFactoryManager.cpp */; }; - 0D2D61EDFC698E92643535F1 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 0D6CBA4FB26518C981C3AF34 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 0D6D04112A34BDB1A5ADD8CF /* Process.ice in Sources */ = {isa = PBXBuildFile; fileRef = 316C086D0730E162FA3210E3 /* Process.ice */; }; - 0D7EFEBA6A9B4AE0904EA614 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 0D81C85B3AD3955719192B11 /* FormatType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE4C4A3FC0CBE37945762D1B /* FormatType.swift */; }; - 0D8C7F6407EF1A4AEBDB5017 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D04234BB20E2E7E05183D0D /* AllTests.swift */; }; - 0DB58E85F0DB6E63F47C6B81 /* LoggerAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA284C28AD71C2D624582DC7 /* LoggerAdminI.cpp */; }; - 0DE28B2E8764B81D88E14BB8 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 0E2B363E690A224CF1BE537E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 0E2E60FB76F0D0A6172CCE7A /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E672D54C33B901EEFAD1A9FF /* TestAMDI.swift */; }; - 0F0797F1CDDB72748CF607CF /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB3BD1DF07A3C09CF5FF39EB /* AllTests.swift */; }; - 0F5B96484AADBBB4073931A4 /* Options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1D033003707757F652EA1B85 /* Options.cpp */; }; - 0F629D5783C738CBC90B1850 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 0F8CD87AA9BB462CC8E71E21 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3C9AD082A4CE3A5F5435669 /* Server.swift */; }; - 0FB1214B920792F051DDCF10 /* Exception.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01BF3D7D7748BB551DE4E9C5 /* Exception.swift */; }; - 0FC5F1E1412F26368F6A9F7A /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 0FC9F45B490902148077FB5A /* TraceUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 960889AE80EE23F4AB9A7899 /* TraceUtil.mm */; }; - 10450A8F5D1657A9FBDB3724 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3048472560513EE07558DAEE /* TestAMDI.swift */; }; - 10562A209CE78DB378186E8F /* IceServantLocator.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1E6FDC3649CBA1598EAEBEA0 /* IceServantLocator.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 10FDB820CA3036500263166B /* ServantManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1E77773C9E5111EC13CAB7D /* ServantManager.swift */; }; - 11407C5FD3C78516E34D4AD6 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B839F8BB619665F6310934B /* AllTests.swift */; }; - 1172F44789421B6E15B653C1 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 11CEF453382D7531AF40BBEA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 11E51D858AA9A4CE8D2E9323 /* ServantManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1E77773C9E5111EC13CAB7D /* ServantManager.swift */; }; - 12100F39595AFD02BC5F7624 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 122E9EEB255A20ACB71CA23D /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A334934D39F8288BF273ECE /* Object.swift */; }; - 126E4F5D33FB622D5FA86CEC /* Communicator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9E33109A1F05AA19BCF9156F /* Communicator.cpp */; }; - 12728421B89F958E4C5442AD /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 264D776F123D481FEAD06C14 /* Client.swift */; }; - 13092BA50F9D5590B1231153 /* Exception.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A781B49FC82F7FA0184F819 /* Exception.mm */; }; - 130CB2286E54B4269616D7AB /* Transceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C2F0B4FF873A76833E941826 /* Transceiver.cpp */; }; - 1354B797ACF72C3D2E075BCD /* Session.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1FB327988DA6B56153EC048A /* Session.ice */; }; - 135BB0D232D1BA53D0AE06AC /* UnsupportedAdminFacet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 61FD2D97AAE33B8E0DAD2E48 /* UnsupportedAdminFacet.mm */; }; - 1378B59764FF3E243A936BEC /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB93EDD11FFD843B54F08CD6 /* AllTests.swift */; }; - 14003DF2C2853A4E8EB766EB /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 140E53724B5A0B1FA66E5DF7 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 1418FB50C29E64B22D7AC9C7 /* IceDefaultServant.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F1BA415B45FE40D1AF4C892C /* IceDefaultServant.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 142D327EBF2F0016CB0E6C75 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = F4B6E42CEF5AD0D3B22131A5 /* Test.ice */; }; - 1430954E8129EA244E25447F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 14617628299F2B63049AB633 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F4E52F6B53EC59E12989136 /* Server.swift */; }; - 146F9C22985ED2698B4D95E8 /* BuiltinSequences.ice in Sources */ = {isa = PBXBuildFile; fileRef = 245956FF449E351AEF203C2A /* BuiltinSequences.ice */; }; - 14917DEEE348358AA776CBC0 /* InstrumentationF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 290B87AA15456D1942D99E39 /* InstrumentationF.cpp */; }; - 14AA20DE19EC61D215210EAE /* EndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE02DD17EB206613ADA00EC9 /* EndpointI.cpp */; }; - 1507DED8F8D6DC4758A2A377 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 150B3CA3A01868537A293868 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 151D8C47C55E4416AF6B11DF /* libIceDiscovery C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EEE2D909D236CA9996023106 /* libIceDiscovery C++11 iOS.a */; }; - 151DDAFA47B8ADD3D4B86F76 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 1566BC2BE52BFF272AA2CB59 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED051A2BDDB9511D133CC34 /* Client.swift */; }; - 156744825C7A2C11539D4C53 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 157D683A8D052D485572A4ED /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5208C1A489762B290922821B /* AllTests.swift */; }; - 15CD52A4E4F472AFEC9F9AE6 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 03C85223CF53FA8C62D9D7B6 /* Metrics.ice */; }; - 15EEF88440CCC3D00B34CEC3 /* IceImpl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 75F40F1911A6EA4452908C71 /* IceImpl.framework */; }; - 15FD882CA27413DE0F49BA47 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 1600BD44041FED6A72A7C982 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92923B4684A1BF23B89BA01C /* TestI.swift */; }; - 162EB825BB854127C89AFD5A /* Key.ice in Sources */ = {isa = PBXBuildFile; fileRef = 57B4FD55C85D50B346DAC00F /* Key.ice */; }; - 1640EAEFC48343EAAFDDEFE9 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20939A1E0430B68C7B8CBFDC /* TestI.swift */; }; - 168134F128FE2145309BB1E4 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BF47819089271BCD4443183 /* Exception.cpp */; }; - 175491539AF5B8E3A29FE9EE /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 17846C75A0ADCBE674506CD0 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 17B51970734597216995DDDC /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 1814B0AA0B447688293BA3DA /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2405C9C20444A782D096AF0 /* Client.swift */; }; - 18152ADD040571E373032B12 /* Incoming.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54985FA2DF8607E8EEBCF4D2 /* Incoming.swift */; }; - 1820E94E892ED711749FC010 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7DCC9D507EDF3CD2A1A3150F /* Test.ice */; }; - 184460D94E2B82986F9D73F8 /* EventHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 847F20E8EE2CB3D83F522A4D /* EventHandler.cpp */; }; - 185572D86691304C327944AA /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 185939E599A86C9FDC28B625 /* PropertiesAdmin.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A23D3F73B4FB00D1F7749FA /* PropertiesAdmin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 18822FD1740418AEAFA88F03 /* IceStream.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = CE7D6C632EB030AE96F5F06C /* IceStream.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 198498A649B7132421146680 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 19C57D21F0CF05349371045B /* Value.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CAF52D8D0936AD9DAC5FB260 /* Value.cpp */; }; - 19FC06374CCF7EE38506B482 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB071CD809B5D6642DD39E53 /* TestAMDI.swift */; }; - 1A2428E84DB660C063834DB0 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9E54977F5C39E7DEA70EA5 /* Client.swift */; }; - 1A3144700DDAB2D396583969 /* IceExceptionsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 0443C0420CF9B9FDB9AE0E48 /* IceExceptionsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 1A53CAE7A6EDA1ECDE2C1F6D /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10A591B1108FD3668546AB65 /* Server.swift */; }; - 1A5C9A8E1B9EB05D2029E596 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 1A7F6A0C01F1D9F1D1C823BB /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1083A38AC12CA9C0F45A1422 /* Client.swift */; }; - 1AC167753FA5219719B70CD4 /* IceImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = F94F9CD8FEEC71F621DD3BB0 /* IceImpl.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1AD393C6742923EE9FC92894 /* certs in Resources */ = {isa = PBXBuildFile; fileRef = F48A4C9DD1628D724648AA45 /* certs */; }; - 1B1D5A149FECF50C0F4F9D33 /* Descriptor.ice in Sources */ = {isa = PBXBuildFile; fileRef = 182EAED50584404F22460330 /* Descriptor.ice */; }; - 1B24BB8CAD6D0C6638C6B5F2 /* Logger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7100AF407ED59019E77AC492 /* Logger.cpp */; }; - 1B319ED8181610ABAB51CD83 /* Locator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 46BD0BAC03B80804BF23E167 /* Locator.ice */; }; - 1B440BF02864D6B8271B0A62 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 1B7DCFEC630B333062000E92 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 1B80D7C545F9A73A92A3B923 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 1B9BA48F0517178DB792BAA1 /* Process.ice in Sources */ = {isa = PBXBuildFile; fileRef = 316C086D0730E162FA3210E3 /* Process.ice */; }; - 1BB667FA07A5B54C30F6FD59 /* TrustManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E13FB9A9AF502F1522420390 /* TrustManager.cpp */; }; - 1BD4198BA7E5485B96C95251 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CFF70BA10C4D6AE188D017E /* Client.swift */; }; - 1BD557788BE0E8A43EAAF6A7 /* OutputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = E53219E3EA6910F7E5D579A5 /* OutputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1BEBAB28570D1EE8C6675339 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = F507DE59727141A808786F2E /* Server.swift */; }; - 1C20696E0246F5B9D7048BBD /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 259ABFD3A22C573FDAE353BA /* TestI.swift */; }; - 1C724A372C4EC19D6B43AA31 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0CE33F8BDE00D6E18E58B3C3 /* TestAMD.ice */; }; - 1C79814AAA7B2A2408B471CA /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9AE62B725D03CDAC1B7BCBF /* AllTests.swift */; }; - 1D5F98C0B015EB6F1E6FBBF8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 1D61DE15530B90E1B7D25F3F /* Properties.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6CE17F65AD7D95CE4D52AEB8 /* Properties.cpp */; }; - 1E60151903B65FF346AC0871 /* Communicator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85E5A74751EB43D4ED344FCE /* Communicator.mm */; }; - 1EEF1385B4C9B44DE0EA805E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 1F1B2A120600717E9CA151F7 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = E57283A07B637882DC9B8F71 /* ServerAMD.swift */; }; - 1F517EBF12320E73F70F5AA7 /* IceGrid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38BF5DB9B9490714A81542C1 /* IceGrid.framework */; }; - 1F5830519586264CA16FA228 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34AEBCCD220042AB3BE523A8 /* Instance.cpp */; }; - 1F5C6C29D85A7C49CBFAF67B /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C76C28FCC88C6C84EFCCBD0 /* Client.swift */; }; - 1F7971A75A98BA85F1011808 /* SliceFlags.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650FAAE913B2A55BF40BDCC9 /* SliceFlags.swift */; }; - 1FFC9D29523F725EC9D26C12 /* Connector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 069A48B23F945A72742CD39C /* Connector.mm */; }; - 20570CB43385ABED61FBB7B7 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 62FEBA73AE042571D01D4F88 /* Test.ice */; }; - 207B48D545B1526630D2833A /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 20B1A5D11BA20A56002CFDA1 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B086B5175F1B76E321C3F86D /* TestI.swift */; }; - 2108F8BEC05828373DC7B0E8 /* Connector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 54DC8E443E82EBB5B393862E /* Connector.cpp */; }; - 212052526996E61998DB65D3 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0A16E1F318A236067C0E62C /* Client.swift */; }; - 213DD2695258E7D764A67CBF /* Buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6317DF41896C81DC9D6A94F0 /* Buffer.cpp */; }; - 213EF35BEE63F4996C1AE44D /* IAPConnectionInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30A8799AA971D15AED949425 /* IAPConnectionInfo.swift */; }; - 21681F549430F739C23F3E7D /* Process.ice in Sources */ = {isa = PBXBuildFile; fileRef = 316C086D0730E162FA3210E3 /* Process.ice */; }; - 21728AC16E7DD6C3CCAFAD21 /* OperationMode.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5A78C4D73F6D7790B04847E2 /* OperationMode.ice */; }; - 2187C03981B4CBDA59FB1EF4 /* ObjectAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = BFD81A96B2FEDC7DD5A61FF8 /* ObjectAdapter.mm */; }; - 218B870E287FE7AFBDAB0E04 /* ObserverHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EB4A218E07221A655D54AA36 /* ObserverHelper.cpp */; }; - 218B9BB9B2A11AD51A3BB97A /* DefaultsAndOverrides.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AA5332EE9D7AC564F1B4DC6 /* DefaultsAndOverrides.cpp */; }; - 21946641DC7DAE3869380451 /* CertificateI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4496C208706DABE2498E3D0A /* CertificateI.cpp */; }; - 21CDF6EBB244BECBC93B8854 /* Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3823D97E04C4BFCD7FB534C /* Timer.cpp */; }; - 21E191C1A872E6B9639C12AE /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C32C927265416D3C9E0334 /* AllTests.swift */; }; - 22095258D3235EF8954B4F9B /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 2231279E9F256B0B395FC509 /* ExternalAccessory.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA63D38F273987B6208237F7 /* ExternalAccessory.framework */; }; - 223690B9C2ED48C823677945 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 2249AA1725889F6940E2FBB4 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 22538C768CFB905DBEC2208E /* Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 59F988EA1C5CCD503309CAAC /* Util.cpp */; }; - 22AE1A032B0CAB4DEF018BC8 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 22E551533CEADB6D0DCE21F9 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 233E83C9CC80D5734039B0CC /* Ice.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 23B09A92B78FBE8EA2CE495D /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D04234BB20E2E7E05183D0D /* AllTests.swift */; }; - 240E00A1C8996C0F19258DCD /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 31A7531BFE63552977BE1908 /* Test.ice */; }; - 243364C28ED03D10E5FB3CA1 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 24877A2876453CC64490AF0C /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20917172F64B1F0658E4FD1D /* Server.swift */; }; - 2492A830D4759726D136DE5B /* CommunicatorF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EB64AD8D0C4921CF515944A6 /* CommunicatorF.cpp */; }; - 24982294CFC8799F13411B78 /* LocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F9A21CE53736A014B4EDECB /* LocalObject.swift */; }; - 249AED08BF39BE47CAAA6C1A /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = C19E1DCD6ED441B62D90114D /* Server.swift */; }; - 24BA557DC339872F595A77BA /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 24D5DC2E3769FC65D5B6DDB3 /* IceSlicingObjectsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 37BCBC566A446A9FB1903373 /* IceSlicingObjectsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 254974E6B74962DA0AFF1D36 /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC9E31096285763A44ED387C /* Glacier2.framework */; }; - 25A93B2AF574974D299AA614 /* TwowaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3253615704AD8092CF5F9D9 /* TwowaysAMI.swift */; }; - 25E16A861E6C8F0CB42B3AE1 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4066C2CF37F090029B871117 /* AllTests.swift */; }; - 25F006CA0FD62D4C9BF10554 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99528469CD587F598337AACA /* TestI.swift */; }; - 273AD12D40E9196FA5F7B328 /* UtilException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A981A15C3C763E3DF3AFDF3A /* UtilException.cpp */; }; - 273D0927CB662D8E24B07655 /* LocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3157232929DAA590D328DEC9 /* LocatorF.ice */; }; - 276387EADF27E1D2EA2B5C61 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A32B58F4D583452AEE62D6 /* Collocated.swift */; }; - 27B3C23E9AA046222424F245 /* SlicedData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0141623AD37C70B98DDDA989 /* SlicedData.swift */; }; - 27DAF0B89D5463516F434156 /* UdpTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9826BFD5D5016B5B7DA30496 /* UdpTransceiver.cpp */; }; - 285EB4C6216925532071D299 /* IceUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = B7A43DB55534C1EC4B2C2B8B /* IceUtil.mm */; }; - 28CF14C38303CA25BE961124 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 28DAD5B7044F8811A0E05B0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 2925B70C87EFC1B45BCBF7EF /* Locator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 46BD0BAC03B80804BF23E167 /* Locator.ice */; }; - 29281F511CB2A433A216C41E /* EndpointTypes.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1082EDDCF74692688AF946C2 /* EndpointTypes.ice */; }; - 292A0335BFE7F4A8D0A4D9A3 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4BEBA247618BA49B306637B /* Client.swift */; }; - 294378893FB3C4FCEB153D07 /* Glacier2.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = EC3920B0A3180CE9468B5D48 /* Glacier2.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 29633158A02ED93E6CB64E03 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 296D634AAD232906C99E8795 /* OptionalFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4DEA2B3E46B392AE8FA078C /* OptionalFormat.swift */; }; - 2983E0E1B3733EA378453AD4 /* OperationMode.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5A78C4D73F6D7790B04847E2 /* OperationMode.ice */; }; - 2995EB2F2B5ADF44E37B5F22 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 29C9619426FD5B794A369532 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 29D9A3026AF24D8AFDD663BA /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 2A15CC6FB4D3A2E3E38A9CF1 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = E2876A8434BDA95E5E67FA4D /* Test.ice */; }; - 2A900017F9B07F306445BA23 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34AEBCCD220042AB3BE523A8 /* Instance.cpp */; }; - 2AB85ED1CB4AB3643D8EAA03 /* CommunicatorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E5299A9AA357D51C620DC87 /* CommunicatorI.cpp */; }; - 2AC04CDAD01D9DE947F7BCF3 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 2B080DA92DFD0C14662D1B57 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 2B16E7346C0BEA3FA7DAF26B /* PluginF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BB35BFDB4D9B787E400326E /* PluginF.cpp */; }; - 2B4577C6B0D0EC4CEE11FFCA /* PropertiesAdmin.ice in Sources */ = {isa = PBXBuildFile; fileRef = CCFAA81005DA44D89E41494D /* PropertiesAdmin.ice */; }; - 2B5388E5597C1A7F8324B39A /* Registry.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7644F0F2714625FA88C9AD42 /* Registry.ice */; }; - 2B9B7237061ABFE8D6FE67C2 /* CommunicatorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E5299A9AA357D51C620DC87 /* CommunicatorI.cpp */; }; - 2C17AAA288AF09F376703FC3 /* IceEnums.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = EEAC0D6D20FA5E489B7D4EAB /* IceEnums.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 2C1F210EAFAA586BBBF37B3A /* Logger.h in Headers */ = {isa = PBXBuildFile; fileRef = A76F2988E9F63DA40311F76A /* Logger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2C4433401B06DBEB4D29532D /* PromiseKit.xcframework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 2C72E73DC2B678BCFCB5E569 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 2C997348E994142B458506A3 /* certs in Resources */ = {isa = PBXBuildFile; fileRef = F48A4C9DD1628D724648AA45 /* certs */; }; - 2CB63A080F4AA144BCC45FCB /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 29771C1E7DCB8C9578ECF41A /* Test.ice */; }; - 2CE77BD0998F6674A0D061C8 /* Service.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 052495E30CFEFD5327466782 /* Service.cpp */; }; - 2CF02CF1D15CFD591C03C886 /* BuiltinSequences.ice in Sources */ = {isa = PBXBuildFile; fileRef = 245956FF449E351AEF203C2A /* BuiltinSequences.ice */; }; - 2CFACED03E2DD9B7C026EE0E /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 2CFB39C329DF7D1B2F7E20CC /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 716DB7C607CA120F7407022D /* Test.ice */; }; - 2D14CA690A2E699E7871F540 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4BEBA247618BA49B306637B /* Client.swift */; }; - 2D2EE8FD6A072B48ED0757CD /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 33F4442B1E4EB5B04F907471 /* Test.ice */; }; - 2D7145AFAE0F26D9FFC8511D /* Protocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B215297BE120F8697A57E235 /* Protocol.cpp */; }; - 2DA75A9CC18C722CDDE384D0 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42C3558A6946242208F8CFF1 /* Server.swift */; }; - 2DADB317F9325844198C645C /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 2DE268DAFAEAB00F5B587CB0 /* Options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1D033003707757F652EA1B85 /* Options.cpp */; }; - 2E4C55A1C837BF2D2F851C8C /* TraceLevels.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D36CEA6C13079203D960A28A /* TraceLevels.cpp */; }; - 2E616DAACF31464D972DBFB3 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E263606DB96A9375B3DB0862 /* TestI.swift */; }; - 2E90A89093E42E33FF954C66 /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = C2DCE61256F8846CB481C917 /* RouterF.ice */; }; - 2ED5BFAE362F90AFB43868EE /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = A60DFD912C3076C2441A6EEB /* Test.ice */; }; - 2EFDCA785EC157D079C5019B /* SSLConnectionInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90787AF0A37EEA37C85695B9 /* SSLConnectionInfo.swift */; }; - 2F5E1B622DE4AB7B49C41E7F /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7817994383F3B13BD7F75310 /* TestI.swift */; }; - 2F87231EC5F543E6A74DB815 /* RegisterPluginsInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E80B06A40D65F65EF6C553E5 /* RegisterPluginsInit.cpp */; }; - 2F9F878F4E3E7E2DA2B1A888 /* RemoteLogger.ice in Sources */ = {isa = PBXBuildFile; fileRef = C5A0671B53C97F7A32AFCFA1 /* RemoteLogger.ice */; }; - 2FB7707ED1CDB4B417038EDD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 2FB9DBDA7BF6CCBC947CBE28 /* IceGridSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = D2A78D4720673DAF9D7E7F17 /* IceGridSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2FF58CD215110FB1A63946B4 /* UdpConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E4932165161ABA64172816A /* UdpConnector.cpp */; }; - 3019471D113F0F9D4946A705 /* StringConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A1998FED769C42CDC7AB11C5 /* StringConverter.cpp */; }; - 301CEE1162FDCE54CEF1DE68 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEF69473A2BBE7E2944931A1 /* Server.swift */; }; - 301F50C233B74FA25BE32961 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 30205464EC737F45B69C26E7 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 305AE1B91CE98B360902D641 /* LookupI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91DC2A0D34F096C05AFFAFE6 /* LookupI.cpp */; }; - 3092E3797E27EB23086A6186 /* Communicator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85E5A74751EB43D4ED344FCE /* Communicator.mm */; }; - 30AA16E058EB3692DC6E2379 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D0FE56C219D015301CB1369 /* Client.swift */; }; - 3174FEE3ACD5C905498C724B /* ServerPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9D31D9B7BAF73B3647C64990 /* ServerPrivate.ice */; }; - 3176C1ACCF72E6B00AE4FA9F /* ConnectRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EDDFDF674093FB356181A861 /* ConnectRequestHandler.cpp */; }; - 317A6D4AB6E8239408DBB274 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 319139978F867560AA586FAB /* EndpointF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35FF9CE9706BA3DC7134F434 /* EndpointF.cpp */; }; - 3227E645394F23A38CD1757F /* RequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 23CFD2FCAE3C1695E2970A65 /* RequestHandler.cpp */; }; - 32C555D12D60C06AD0D87EBC /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 32CD457E3C5431C0F933BBF0 /* LocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3157232929DAA590D328DEC9 /* LocatorF.ice */; }; - 32E981B5BBB4EC769C17C945 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = C6C97867F488137BCC0EB004 /* Test.ice */; }; - 331D3B59C70354E569BCEA5D /* Oneways.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBBD5106BD3CD7763C850ACE /* Oneways.swift */; }; - 338650FF2D4A1BB972846AC8 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 33A9620CCC7170A38C183999 /* BatchOnewaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32E26E67BE14E1FFE12A7ABD /* BatchOnewaysAMI.swift */; }; - 33C7FC60BC248C8588169BC1 /* UtilException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A981A15C3C763E3DF3AFDF3A /* UtilException.cpp */; }; - 33D41619BA0FABFAD2FA28D7 /* WSTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0AE70EAEDEBB73331DA341D1 /* WSTransceiver.cpp */; }; - 340068DA4C4C800CEFFAD5BB /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 340B368D09AF08D09FF8B4E6 /* HttpParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD8AC0525446464A4513C8E8 /* HttpParser.cpp */; }; - 342C7119D135D4323BAD59F3 /* WSEndpoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E49FEDA41C839C2DB5BFA9D /* WSEndpoint.cpp */; }; - 3490F52B01112CFB862F46B5 /* PermissionsVerifier.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9B9DC4A0F25EC95FDA68E396 /* PermissionsVerifier.ice */; }; - 34ADCE55C9125B913D3E9873 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 34AE3D7A1AFC7FE7D050AC7E /* Logger.h in Headers */ = {isa = PBXBuildFile; fileRef = A76F2988E9F63DA40311F76A /* Logger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 34C5CC632B8A41186DFE4E2A /* ClientPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9F4B82012902E7A12E38A2AF /* ClientPrivate.ice */; }; - 34EB9BB331D1E14CACA8625F /* ReferenceFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 897808914C54B9799F9A2F91 /* ReferenceFactory.cpp */; }; - 351CC6BAFEAF90CC712F477C /* FacetMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1916BD7FFB0A4D852F04D618 /* FacetMap.swift */; }; - 35AE42FE55F555A9C11CF3A6 /* Shared.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 44E9A83E6111394E43220448 /* Shared.cpp */; }; - 35EA22D546539E865A175F8C /* OpaqueEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 785159C3CF8A869678895694 /* OpaqueEndpointI.cpp */; }; - 363909CE191EAC8C931EBB56 /* LoggerWrapperI.h in Headers */ = {isa = PBXBuildFile; fileRef = F0503C372876754560BBB8C7 /* LoggerWrapperI.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 363DBCAA89220755AB470976 /* Random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00F761E139DDBBEA1CA42172 /* Random.cpp */; }; - 3659D3660E0D13EE3C5B21D6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 3668784874131EB100BDE095 /* RegisterPluginsInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E80B06A40D65F65EF6C553E5 /* RegisterPluginsInit.cpp */; }; - 3696E2ABF4D8E3AA49395B92 /* EndpointI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3F96F9704EBDCFBCAE0D3C3 /* EndpointI.swift */; }; - 36A86D927273E7B53188B3E1 /* PropertiesAdminI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7EC10FCBDFB6A2DECEF109D /* PropertiesAdminI.swift */; }; - 36D5956FE1CB2AABA1D11242 /* Endpoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EAD21EB605F400BA46ECBE5 /* Endpoint.cpp */; }; - 36D95D5F6DDD658EC10A2269 /* LoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0FC2161B7FFDD05E63318911 /* LoggerI.cpp */; }; - 36DD95350FA8FDFDA645E3E2 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E263606DB96A9375B3DB0862 /* TestI.swift */; }; - 36E9E80DDAD8AAF1E48D5DE2 /* Network.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0EFFE201B94FAE9FB1295F1D /* Network.cpp */; }; - 3726E5677BF9F8410C8E017F /* FileParser.ice in Sources */ = {isa = PBXBuildFile; fileRef = A3D1AE0406A87BA43230C922 /* FileParser.ice */; }; - 3735A35C22EB73B09F24F128 /* ObjectAdapterI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 13B8F6994B469BFB24A1CBF1 /* ObjectAdapterI.cpp */; }; - 3766AC01275B8452443E1446 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 37698CB6BF4664E10A0276AD /* LocalException.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8E6E1452E1DA4C8ED9914AA /* LocalException.swift */; }; - 3785D9A8FDFAD55894CBE6B7 /* StringConverterPlugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 66B3742B1FD8BF38A13DB528 /* StringConverterPlugin.cpp */; }; - 37A05CDF0D1B76900EDB952C /* Selector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55D284414C8201FF6861AD7E /* Selector.cpp */; }; - 3817D70C9C3C90EFB6162DE2 /* FileParser.ice in Sources */ = {isa = PBXBuildFile; fileRef = A3D1AE0406A87BA43230C922 /* FileParser.ice */; }; - 381E4DF0E691F60D3DC751BC /* StreamAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 82876D1602C1CC12EE6FAB84 /* StreamAcceptor.cpp */; }; - 386053403216670C3F4FDAD6 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CE2427693C29E4CEF450087 /* Server.swift */; }; - 388034EDA28AA24666FDDD77 /* TrustManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E13FB9A9AF502F1522420390 /* TrustManager.cpp */; }; - 38A4DE3A5617EB42E8C105CE /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B3240DA41D618B1A973AB23 /* PluginI.cpp */; }; - 3928839CC07F3A7BC120D07B /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53DFCB095E700117F6137EEE /* ServerAMD.swift */; }; - 3928B22A00BC1EC983EA3468 /* ClassResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CCBD4643B37D4081B89334 /* ClassResolver.swift */; }; - 397E2C753823E7C35B4CDE80 /* LoggerF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 177CE1264BA28FAD588640ED /* LoggerF.cpp */; }; - 39ABCE49B0129B2D0C40BBF4 /* NetworkProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE12756CF23A83E52C61D223 /* NetworkProxy.cpp */; }; - 39C47C046EDA14901A1A61AB /* certs in Resources */ = {isa = PBXBuildFile; fileRef = 5A4F6ED397F0755CDCDD8ACA /* certs */; }; - 39E735E4180A345C712046BE /* Connection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EA30CE30FF86630A51D19F8 /* Connection.cpp */; }; - 39E78190DC29186945EC4D48 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 3A1EA5F3CEF6C62DE70ADB43 /* Plugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 228A1E21539BF3DBB96E65FF /* Plugin.swift */; }; - 3A300747325BF345D2FD2045 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 3A59718C7DF060E457DD3DA6 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 3A6A457DBFB9C18C408B95E9 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 3A8DBB52A92F7C01B0122743 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18BC8EBDD63E0C2D34096A45 /* AllTests.swift */; }; - 3A98BFB96F4C1E36DDC7EEDD /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 3AB046D5D71BA6C7538B3088 /* ValueFactoryManagerI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B446E87A9F659C4A964E6F73 /* ValueFactoryManagerI.swift */; }; - 3ABDF8EE85FF58A1E6BD18B9 /* Oneways.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBBD5106BD3CD7763C850ACE /* Oneways.swift */; }; - 3AC57C55DC1E09BAB796BC20 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22437CADE6D8C1F4B4F6E399 /* Client.swift */; }; - 3B0CB41A2B7815B188F503A4 /* TcpAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AEA593E8C6F3F0525BEB029 /* TcpAcceptor.cpp */; }; - 3B135644BB8D78F665499415 /* Exception.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01BF3D7D7748BB551DE4E9C5 /* Exception.swift */; }; - 3B57EB174C11634DDA140618 /* Locator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 46BD0BAC03B80804BF23E167 /* Locator.ice */; }; - 3B70CC7AAB5D7662B0C62A0B /* LocalObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A6DB7AA8D03D71EC9B23B390 /* LocalObject.mm */; }; - 3B79FE11E55E6B25CBE8902A /* ObjectAdapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F1FC4C6C4A3154388E702E /* ObjectAdapter.swift */; }; - 3B91A64379EA5CEE5B89F531 /* PropertiesI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C7F78C569CF9618E842EF08 /* PropertiesI.cpp */; }; - 3B9A81FC1B21C292EA35347B /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = E00EC3B82938848CFB40EC31 /* Test.ice */; }; - 3BC339AA4359E9137FE2652E /* IceOptional.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 60CB9F01352AB79EE50AD568 /* IceOptional.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 3BDB0FCB06A9BCE7410E2D08 /* Instrumentation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2DF8C754C9DA80B0B434EF6B /* Instrumentation.cpp */; }; - 3BE4D5BF24575AAEBE3DF8E2 /* IceStormSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B8D9DC9A4A10105943CA252 /* IceStormSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3BF94AEAF11638FF2023B6E4 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 3BFF865CDEB153F412420A48 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 3C083A1752C208F02A0E5BBE /* RFC2253.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B64E1BCBF28AC80B97565EF1 /* RFC2253.cpp */; }; - 3C3D961062FE6BBC0159C88B /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 3C40474932B6C46BDB415AD8 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DB7EAB0C292EBBB3A8C6797 /* TestI.swift */; }; - 3C5D088CB54A320856260981 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 344ED5C42593ED171BE68E29 /* TestI.swift */; }; - 3C7D7AE5B9239FECD60E7511 /* IceServices.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1D90F14637894A37678FC3C4 /* IceServices.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 3CA6C0464036C0B817007A46 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 3CD86F3D8BE75F05CC4533F7 /* Session.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8C6C2E58CEE36AE17B95BBDF /* Session.ice */; }; - 3CF061122BD01A3A50D9DAE0 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 3D08DE01538E011B4F7F2A1A /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 3D0ADEE0F497BBFEA52F86B2 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 3D27768EEEE5E9E3E432960F /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA894B52D407082F22D345EF /* AllTests.swift */; }; - 3D5EB1B7BCA03B3E9F9BF095 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 3DB726F734862E4EEF4130F7 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 3DB825C1BB45879E493D0938 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 03C85223CF53FA8C62D9D7B6 /* Metrics.ice */; }; - 3DCA331E0DAA68788AC08507 /* Properties.mm in Sources */ = {isa = PBXBuildFile; fileRef = 909200862AB304F9E9056BD3 /* Properties.mm */; }; - 3DE44A3DC394B0BB7165E125 /* ServerPrivateAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 00C7727DB84AFAE74242A27A /* ServerPrivateAMD.ice */; }; - 3E05969AB4F71D8A8AF0324F /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 3E32B756E0EFA881F75F8646 /* UdpTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9826BFD5D5016B5B7DA30496 /* UdpTransceiver.cpp */; }; - 3EB09BE3B03E7E96AC74DFC0 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBB75B8D55DDA16960177189 /* TestI.swift */; }; - 3EBEA23EBB27232BDC5CCD9F /* PropertiesAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1AFCED0816ADEA6C571C2E7 /* PropertiesAdminI.cpp */; }; - 3EC80460A352A4644C37890B /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22437CADE6D8C1F4B4F6E399 /* Client.swift */; }; - 3EC8CC8A1D1616069094D005 /* IceProperties.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 6B7F99C1A7C43654FACDAA54 /* IceProperties.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 3ECA89212EF43CB58BE25727 /* TraceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C06BC9BB6B575A7285395AC /* TraceUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3ED586FFA65D9A2ACDCF8F61 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 3F32ED98F9F8A5E265291EB7 /* Endpoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4FAE8887A8A2B8B5AB2BFA1 /* Endpoint.swift */; }; - 3F7FFAD18E73947AD4912F72 /* IconvStringConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06FF3EB23F66FB5AF64C1B75 /* IconvStringConverter.cpp */; }; - 3F866C9887A2792FC2E4A378 /* IceAcm.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 8629DC53723BDBF2B619738A /* IceAcm.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 4024701E9F4ACCF8AB23ABC7 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 405522C1C326EE3E5C90F939 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = DDF2419DBADC2D1CB04E0823 /* Test.ice */; }; - 4057CD42B192B4EE67F698AC /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 78C5BD54F95050856DFE68B6 /* Test.ice */; }; - 406B01FD1E5515B2CE41BC6B /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA295C05339DC58C0D9F8E /* TestAMDI.swift */; }; - 408512F9A2A5C253183A58D0 /* ServerPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 82C6B16C4B7E40482A56F033 /* ServerPrivate.ice */; }; - 4109680E508B78E8AFDE4BA6 /* Proxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56A381E1ECD60A933EDE0C3 /* Proxy.swift */; }; - 4151F438971FE969F8F0C433 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC034BBCB34C7182E33E5260 /* AllTests.swift */; }; - 4183C8DC691BDAF574D88EE1 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3048472560513EE07558DAEE /* TestAMDI.swift */; }; - 418665670BA6F4220D855C1A /* Connection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C131E5D67136A0CA59E41363 /* Connection.swift */; }; - 418BA1B0341043FF36C54DB1 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10A591B1108FD3668546AB65 /* Server.swift */; }; - 41ACA14990011BF34FD3F2AA /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = DDF2419DBADC2D1CB04E0823 /* Test.ice */; }; - 41B948E332AFCE7FAFF70A6A /* IceInfo.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = FF5926EFAECD9C0572AFEE64 /* IceInfo.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 41CAC79C07BCCAC022A37945 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 851EBE7BCB0ABDCADDDBE688 /* Test.ice */; }; - 421967360C02DA383EB26582 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 427867D63DFC77C63EB18875 /* SecureTransportEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B667A5C8DD4F6EB3E5C9B46A /* SecureTransportEngine.cpp */; }; - 428C932CEC8D496A09081B04 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 42E48DA1CC978B2FB811F604 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 43505EC618AC2E37610D1DD8 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = EBEAB016AE060E51B33C88C5 /* Test.ice */; }; - 43521A3B58A1646B167B6836 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 43C51957B5E17FDD6C8D16FE /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 43F7F85541CA284372832294 /* IceOptional.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 69986A0036CFB94E71AFAEB2 /* IceOptional.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 441FB4DEBABB3F66593FD472 /* libIce C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E47A14897F2C93447F45EFCA /* libIce C++11 iOS.a */; }; - 44319B4FBC44B3FDC86E2A08 /* PropertiesAdminI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7EC10FCBDFB6A2DECEF109D /* PropertiesAdminI.swift */; }; - 445148345353A71A0D5F606C /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = EBEAB016AE060E51B33C88C5 /* Test.ice */; }; - 44601EEDC5B00B337E6A7A7B /* IceImpl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 550E7CC0FD0E1918D7A9AB38 /* IceImpl.framework */; }; - 44802909EDEBEFB47C87F48F /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9A5B352FEADCB1E176B01CED /* PluginI.cpp */; }; - 44F0F8378863839430B162BA /* EndpointSelectionType.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7263472329A47DFD021C4A7 /* EndpointSelectionType.swift */; }; - 45350E1F3DD40EAB236AD089 /* Buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6317DF41896C81DC9D6A94F0 /* Buffer.cpp */; }; - 454052662F451F169F1D5B0C /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = D255BAB7E5E515B654EDAD67 /* Test.ice */; }; - 454EA9653401A2346AE4CBE1 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 455BCA83C68354B1B3872661 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4066C2CF37F090029B871117 /* AllTests.swift */; }; - 457D960A94DA7E2108A1ED39 /* IceServantLocatorAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E65F59B3B48188E5E72C27D6 /* IceServantLocatorAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 45ABE296BF26B7BC9B1CB021 /* InputUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 539605938D0800C084345197 /* InputUtil.cpp */; }; - 45C8356339CDAABE8A6A654F /* Connection.mm in Sources */ = {isa = PBXBuildFile; fileRef = EE75E6D4EF3B33DFB659E39C /* Connection.mm */; }; - 45DC000704220A7B2C366463 /* StringUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE6273EFDFF34C2B0E6CC267 /* StringUtil.cpp */; }; - 460A5E82FCBD262C32A43C02 /* UserAccountMapper.ice in Sources */ = {isa = PBXBuildFile; fileRef = 57E9BE44DC6129D6174B2306 /* UserAccountMapper.ice */; }; - 46229BC73CCA413E698F213A /* IceObjects.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 58E4626AB44A7F584A615366 /* IceObjects.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 468CDDF2327C91A52C2FBA9E /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A92AF9829CC12933812E31B7 /* AllTests.swift */; }; - 46C3C65C8353EB4A7D30E842 /* Endpoint.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0DA087232F08332FC98A97BC /* Endpoint.mm */; }; - 46D5D78F4B547B43CF0FC4D0 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = A60DFD912C3076C2441A6EEB /* Test.ice */; }; - 46E6DF799438F7400A518777 /* IceStorm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1124897FAD46E0C20C2CD5AF /* IceStorm.framework */; }; - 46F614989B590A0C1A43D6D6 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 471CF4BCCA7221350FB4A394 /* ImplicitContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 94611F392D00B8B8E3640D6B /* ImplicitContext.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 474E338B4AC8335316D7614B /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = B1D1ED077D2A30E8ADBE189D /* TestAMD.ice */; }; - 4752B3E710176FFDC15E4E24 /* Properties.h in Headers */ = {isa = PBXBuildFile; fileRef = A369565B5F8B3323E92DFD73 /* Properties.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4790E7C482F60F51C89C2D5D /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = F82270A0824387C79330584C /* Client.swift */; }; - 47C5D873A39A3B0E63C684A8 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 47F857EBA23FAC143D24B094 /* Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 59F988EA1C5CCD503309CAAC /* Util.cpp */; }; - 48242D3F8B32E780A6590C31 /* Connection.h in Headers */ = {isa = PBXBuildFile; fileRef = 783AC53508ED2C4B2092DD5C /* Connection.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4849446D8A82970A48427E10 /* IceOperations.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 07B98AB5E4D60D7A85886DB5 /* IceOperations.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 485ED50D8DC1FBDECADBE865 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4D35CFAF36E324DC12502013 /* Test.ice */; }; - 48669C255F41F0EB9DE62096 /* IceOperations.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 6629A6F5DD07DBEF2C036E46 /* IceOperations.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 48E28B43D4D3A00FD1BD4837 /* Logger.mm in Sources */ = {isa = PBXBuildFile; fileRef = CF2AEC43FB6AF0355BAC4EF7 /* Logger.mm */; }; - 48F65F1EC6084A5403D04581 /* Clash.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4AB5AD4F60E4B47BF3908206 /* Clash.ice */; }; - 48FA4EFF3774FD3F02C75194 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E8EFB40B36345385787390F /* ServerAMD.swift */; }; - 4907D42B86E580F90CAA46E3 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1083A38AC12CA9C0F45A1422 /* Client.swift */; }; - 492E2F80F56691FB212833D7 /* IceAdmin.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 90AB8161442DBB20C4926B3B /* IceAdmin.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 4960A857834E2440A0AA8CDB /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 4964F3229C92168B3BB3DC87 /* PermissionsVerifier.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9B9DC4A0F25EC95FDA68E396 /* PermissionsVerifier.ice */; }; - 4999BA2BD3C8631DF66D2C39 /* Proxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B9394803D622D0ECAAE9E923 /* Proxy.cpp */; }; - 49DE0757E79F0CCDDF902075 /* Version.ice in Sources */ = {isa = PBXBuildFile; fileRef = 699F0DFE09B6CD4066FBF4C3 /* Version.ice */; }; - 49E523F72B458AE0AC97A4E9 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2543300D55BB8126BF01178 /* AllTests.swift */; }; - 4A33D7C70788D24C4ACE5DDD /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 4A3AF18B9557A0770E8AA10A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 4A56A0CED3F67194A4F51956 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 4A60EC0FF950F8B338FE09C8 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55EDAF98FFDD5285D1D33F96 /* Collocated.swift */; }; - 4A833E08CAE8DAF01AF34F0B /* SecureTransportCertificateI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCF9BA52A64AED325C68A383 /* SecureTransportCertificateI.cpp */; }; - 4A83A2F03CDF0C5B50E4AC81 /* Connection.mm in Sources */ = {isa = PBXBuildFile; fileRef = EE75E6D4EF3B33DFB659E39C /* Connection.mm */; }; - 4A8CF7471AA6DD6F4ED083F2 /* MutexProtocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 839B1E915C0CBD0129F6BAC4 /* MutexProtocol.cpp */; }; - 4A8DE40065856BD29FBFAA69 /* Main.storyboard in Sources */ = {isa = PBXBuildFile; fileRef = BB2FDEF71FCA90CDBDB32AAB /* Main.storyboard */; }; - 4AFE423C34F2A29E86A30044 /* BlobjectFacade.mm in Sources */ = {isa = PBXBuildFile; fileRef = 20B33ADC4ED75141C16290D9 /* BlobjectFacade.mm */; }; - 4B09029DBB4B214AEB80FB51 /* StringConverterPlugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 66B3742B1FD8BF38A13DB528 /* StringConverterPlugin.cpp */; }; - 4C2B315490C533624127FAE9 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 4C343EA6D74F70FB09E1A7FD /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 4C4F3BAED894DF9F5A7A368B /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6AA934BC1D34654E098F584 /* Client.swift */; }; - 4C5774A45EAE28E944207E23 /* IceTimeout.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1362916B0814388BFB67F664 /* IceTimeout.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 4CC437849E14B364258974EB /* Object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D7D263D2E578BF1F7AF589B9 /* Object.cpp */; }; - 4CE67D0CB90C3387427101B4 /* ProxyFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 864791648F2C6EEBD4033544 /* ProxyFactory.cpp */; }; - 4CEBED00EBCCA068EB72F645 /* IceSSLConfiguration.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = DDBB3E496664C584AD5364E5 /* IceSSLConfiguration.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 4D3C7C00E50422831C4B0D16 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551620868D0184DF2FBB2F56 /* TestI.swift */; }; - 4D56766F605D17F748102503 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 4D568F236E2D7CED11EDBD4B /* ACM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AA6F7EAE7C3E4C3B39E26A6 /* ACM.cpp */; }; - 4D5D54BD1EA454E923B628F6 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20917172F64B1F0658E4FD1D /* Server.swift */; }; - 4DA2E17F5FCB1BBDE6775697 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2D6CB1AC0F0C2259F0F5B65 /* Client.swift */; }; - 4DB1B5C5817E372996B98F97 /* EndpointInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53905C1AE3214B94DDA79E59 /* EndpointInfo.cpp */; }; - 4DEB274AFE53A779B0AD5208 /* Transceiver.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94E64A8A4468924DD9A7C2D2 /* Transceiver.mm */; }; - 4E0518D45C8E5F5D92F81663 /* Admin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3A3A0B6FB6D6326BBB4971C4 /* Admin.ice */; }; - 4E1CBBF8A9B6B28D775E96D8 /* IceInvoke.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 87A3043D1B1B7D7DE0B165C3 /* IceInvoke.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 4E2D7F783F8AF9E2BC582946 /* Admin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3A3A0B6FB6D6326BBB4971C4 /* Admin.ice */; }; - 4E66E803E7AFC81462FCFB66 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 4E73C37B19BCA1FF950871C1 /* ThreadPool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5728530DC35D7B52A550D7E8 /* ThreadPool.cpp */; }; - 4E7BA8D1B521A2CA30CE4B34 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 4E839FFF2154FB34E6315565 /* OutputUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32CAEEF22B4B76CD87E065B0 /* OutputUtil.cpp */; }; - 4EA1D22E71788FD1588BFFB1 /* LocalObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A6DB7AA8D03D71EC9B23B390 /* LocalObject.mm */; }; - 4ED956A744A405B137F70FC3 /* ProcessI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 488C831449F529C0B214CABE /* ProcessI.swift */; }; - 4F2BAC7791054249F17E1D6F /* Random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00F761E139DDBBEA1CA42172 /* Random.cpp */; }; - 4F394A8821C1A621A16CA9B5 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 4F3B2AB9A204D008BD7D8CC8 /* ImplicitContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 94611F392D00B8B8E3640D6B /* ImplicitContext.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4F49BFE850F3B527253D8E14 /* SHA1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 17A5B44F6AAFD44E0B814FED /* SHA1.cpp */; }; - 4FB22EBA51E813560E3A92AD /* ServantLocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012209B06380729805C41D0E /* ServantLocator.cpp */; }; - 505713015BF559EAB37FDE0E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 51718C680023987FABCD1AC0 /* BlobjectFacade.mm in Sources */ = {isa = PBXBuildFile; fileRef = 20B33ADC4ED75141C16290D9 /* BlobjectFacade.mm */; }; - 51A23A2998E43692D9BECD3E /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = F79211AF57FD9BFFC2CA5E3F /* Test.ice */; }; - 51FB508FA4FCD7002382865E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 5228591E57F8B56D8145739F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 522BF48392FC916675C87C5C /* RouterInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5E2090C4D1E0D664633C3C5 /* RouterInfo.cpp */; }; - 525E7118AC72F5454BF1FF4A /* ValueFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECE37EE5C08B6FFE1F009314 /* ValueFactory.swift */; }; - 527733893A0EDF27311D3C19 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 259ABFD3A22C573FDAE353BA /* TestI.swift */; }; - 52AC421DE2E727BBC7BBFE5C /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 52CF8061A33F555659B8458E /* ObjectAdapterFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D117E7E0EC5C30487CF9329 /* ObjectAdapterFactory.cpp */; }; - 52FB3E557DCB1D6776B836A6 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40BDBD839BADBF15799D26C4 /* Server.swift */; }; - 5313707749D818EF6702618F /* PropertiesF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D7D1EED80BE188B0BAFB69F1 /* PropertiesF.cpp */; }; - 5339A2B6B5873EE03D977DDE /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = D02E0C0E582227D272D99C1A /* Test.ice */; }; - 533D2D01CB77BB514B59F34B /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40BDBD839BADBF15799D26C4 /* Server.swift */; }; - 536BFB67716719424AD9BC71 /* IceGrid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B4F81CBE09B9EC7215B359B /* IceGrid.framework */; }; - 536E623763C231F6DE8297B8 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 53C41AD073B84093289AC54C /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02F2B04E2560FF1CFFCF86DA /* FileUtil.cpp */; }; - 53CE9FAC21216074C1F61F54 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07F3EDD1A3D763999E9C05E9 /* TestI.swift */; }; - 53F78F858311E38BC1611912 /* SliceEscape.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 2C1845D9001948A194C9BF3D /* SliceEscape.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 546DFAF58D038DE7ECECC037 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 31A7531BFE63552977BE1908 /* Test.ice */; }; - 5474470575C6913EB34DE331 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEF69473A2BBE7E2944931A1 /* Server.swift */; }; - 547B6F45A10CC245FE7CC262 /* LocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3157232929DAA590D328DEC9 /* LocatorF.ice */; }; - 54A952D6176107F88A3A7926 /* IceImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = F94F9CD8FEEC71F621DD3BB0 /* IceImpl.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 54E714BF0E244AB528DC7A76 /* Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3823D97E04C4BFCD7FB534C /* Timer.cpp */; }; - 55023367DFC441CB2094EBCE /* Plugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 74CAD313ABBD56B539F69B27 /* Plugin.cpp */; }; - 5550AC3139C42F728A00525C /* IceHold.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F17CE2C8EAC28CBD9A0667B3 /* IceHold.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 558B6671A45F66B448678D61 /* PropertiesI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3931DE5E459F004046D20 /* PropertiesI.swift */; }; - 558DAB2B21D2CE6918A7D71A /* Transceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C2F0B4FF873A76833E941826 /* Transceiver.cpp */; }; - 5592F091CB8D281F7C291E7F /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 563E87FE0656F0B5B4ECBC45 /* TestI.swift */; }; - 55D2A9DB1D4196C735453FDE /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = F624035F99B563D25F09B7C7 /* Collocated.swift */; }; - 55E7A43504BC2169071C952F /* IceStorm.ice in Sources */ = {isa = PBXBuildFile; fileRef = 097B3A1E14CCFB09E7E4CF92 /* IceStorm.ice */; }; - 56151081C11849A401DA5C1E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 565375DC0AD3DB101739E804 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = E560304D19C84FD096965E6C /* Client.swift */; }; - 565CD83A7100582F10D0C51C /* SecureTransportEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B667A5C8DD4F6EB3E5C9B46A /* SecureTransportEngine.cpp */; }; - 569276BD74AAFEECCA2ED63B /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 56B17C9424CC94ABFD7119E5 /* ProxyFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 864791648F2C6EEBD4033544 /* ProxyFactory.cpp */; }; - 56C8CA7FF7FD2436CBCC6A31 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2080E2259670BD44DFA6BF51 /* Test.ice */; }; - 56D20B23AD1EA8D353A9CFAC /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC9E31096285763A44ED387C /* Glacier2.framework */; }; - 570334BBB6964AEC5613EFA6 /* ProtocolPluginFacade.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16B2D2F24F75A2CEA9588C92 /* ProtocolPluginFacade.cpp */; }; - 57696667BFF60D8AB4745BA0 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7817994383F3B13BD7F75310 /* TestI.swift */; }; - 576A0A4D63C4F2119BEFECC2 /* Value.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CAF52D8D0936AD9DAC5FB260 /* Value.cpp */; }; - 5797B69F5F48DD3FEEF496E0 /* SSLInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = B43B0FAA9A029A4458C3590F /* SSLInfo.ice */; }; - 579AC8862E268F04BF95A503 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20939A1E0430B68C7B8CBFDC /* TestI.swift */; }; - 57FFDA3DEC427B2C9E9ED316 /* IceSlicingExceptions.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 6E87C9E4A4FD2945C3A68008 /* IceSlicingExceptions.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 5809CB6ED6828A14EDF9C412 /* Glacier2.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = CC9E31096285763A44ED387C /* Glacier2.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 58490D165A403189D14E5936 /* IceImpl.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 75F40F1911A6EA4452908C71 /* IceImpl.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 585D504007D0FB3158A3466C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 58CE66D8960C0C48B4EB2FBA /* UnknownSlicedValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089C840BD2340196C1789813 /* UnknownSlicedValue.swift */; }; - 5903AEE70DCBEDA77A0E608A /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = F4B6E42CEF5AD0D3B22131A5 /* Test.ice */; }; - 590D216B86ADC37F38004429 /* IceDiscovery.ice in Sources */ = {isa = PBXBuildFile; fileRef = 943F62DEE4D6B5F3DE6B0D22 /* IceDiscovery.ice */; }; - 5924D7AE289EE5AAC5D67202 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 5931AF049DA4EBAD9BE65058 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = B93100931C7208B5D3064FEF /* Server.swift */; }; - 594566C343C21A76FAA6AC62 /* Acceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F76B6CFDC81E7D00110BA047 /* Acceptor.cpp */; }; - 595268DD165C26007CB80FEC /* FactoryTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F65E818320EBA8D182AD4B31 /* FactoryTable.cpp */; }; - 5970CD2978B5A9EF00DAF5FF /* UdpEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 356A5466FDDC86F58D1F4D42 /* UdpEndpointI.cpp */; }; - 5985839FAE4EE0CF1A8CBF29 /* IceInheritance.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = EBD23A978B397DAF53B55273 /* IceInheritance.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 5A236B3180D4EA303E7A8C99 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D0FE56C219D015301CB1369 /* Client.swift */; }; - 5A37BC8A80EF00D8AC8A571D /* Current.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5527F3E66D1C8E580EDC49 /* Current.swift */; }; - 5A3ACC83C1089CD674851178 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 5A58FCF998EF33D64C39C23D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 5A6165BF367999E8BFBAD5EC /* UnknownSlicedValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089C840BD2340196C1789813 /* UnknownSlicedValue.swift */; }; - 5A8F2D3CFD11ECC83D52ADCD /* LocatorInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94CF1B1374A50ED7765868B6 /* LocatorInfo.cpp */; }; - 5A99153201F255452FEB162C /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E9CE949ADDB5DA57B0A2360 /* Client.swift */; }; - 5AA3D766148A1CDCA716F2C1 /* OutputUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32CAEEF22B4B76CD87E065B0 /* OutputUtil.cpp */; }; - 5AA3EB4296CC07F372237B9A /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C76C28FCC88C6C84EFCCBD0 /* Client.swift */; }; - 5AA856F056E1550F988E598C /* UnsupportedAdminFacet.h in Headers */ = {isa = PBXBuildFile; fileRef = AF2F997A9136C0D57A644334 /* UnsupportedAdminFacet.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5AB28B3FD75FBE7503736B30 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 5AB9FCFBA6E43BABF8FFDAAF /* IceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = B06214B3EFADD6728F980622 /* IceUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5AF5753A141F3A5436B85D4D /* Endpoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4FAE8887A8A2B8B5AB2BFA1 /* Endpoint.swift */; }; - 5B093A17DEF1D680BB4A9CE0 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 5B1B8A3663B396E286748837 /* ArgVector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CA0D87A615782B7CB24C3F4C /* ArgVector.cpp */; }; - 5B260BAABF5BEDF1B2671AEC /* MutexProtocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 839B1E915C0CBD0129F6BAC4 /* MutexProtocol.cpp */; }; - 5B4E55DFB03E922BD0506143 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = F943822FF946957243189A7E /* Collocated.swift */; }; - 5B77F7E5D43EE10265259D86 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 15F534469D81C24FFE8DCEE3 /* Test.ice */; }; - 5B99731404AE73A26DFD529A /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29F96EFF6178BC3FE5DB0F00 /* TestI.swift */; }; - 5BD35BDF4A24F0DEAFCCF83C /* Time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 123567924E68C349BAF887BF /* Time.cpp */; }; - 5BD577FEA68EF357F3768DDA /* BlobjectFacade.h in Headers */ = {isa = PBXBuildFile; fileRef = 46495D8B50FD3CF57DCEE7F0 /* BlobjectFacade.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5BEF353CAF8CE7F610173098 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 407A0D1CC4E333ABC1A0EECD /* TestAMD.ice */; }; - 5C105CA7B8B3E539C1A9952A /* DispatchInterceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 213E7606B6C3CA1D4D891CC6 /* DispatchInterceptor.cpp */; }; - 5C1B98574EA118AFBB73E88A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 5C69C585CF0BC6839725AF9C /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = B286694690297FFF7DF31EA9 /* Client.swift */; }; - 5C74592F59C896CB28F75E21 /* TcpEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D31585DF150199617B8B170F /* TcpEndpointI.cpp */; }; - 5CF5C759CD5C9A490EA16A3F /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 30EF7A48D5F3B8AF61ACE1F2 /* Test.ice */; }; - 5D67049EAB9EBF7B6F399BF4 /* IceOperationsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = A98619140D09F4A271DA212C /* IceOperationsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 5D702352AF4AAFFA56A91560 /* Version.ice in Sources */ = {isa = PBXBuildFile; fileRef = 699F0DFE09B6CD4066FBF4C3 /* Version.ice */; }; - 5DACC4F64C307F025A193A38 /* IceAmi.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 71C738B29B990967A0EC29C9 /* IceAmi.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 5E1358E78595CB847E5CBFD9 /* OutputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75BDF818FC40E0B1A7E2DCCD /* OutputStream.swift */; }; - 5E157060F06DFDE4915CC6A9 /* IAPEndpointInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D349A4F305ED46BDBBEC05D /* IAPEndpointInfo.swift */; }; - 5E675CD077AFC9339DCE10B6 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEB9F4EFA4B5E11103B64F2B /* TestAMDI.swift */; }; - 5E896129EAA8AE0A8786F92C /* ValueFactoryManagerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5B3CF540FFDDB8D8BB9DF0C5 /* ValueFactoryManagerI.cpp */; }; - 5E90DAC6C21862E543F964B8 /* IceStorm.ice in Sources */ = {isa = PBXBuildFile; fileRef = 097B3A1E14CCFB09E7E4CF92 /* IceStorm.ice */; }; - 5E9DED5B910192DE47EB112C /* IceSSLConfiguration.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 8425D2B0B3D5867C0C9F3351 /* IceSSLConfiguration.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 5F153ABD875561CC917CDD9D /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92923B4684A1BF23B89BA01C /* TestI.swift */; }; - 5F2EC79C63A8085DE548184B /* ConnectionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D570457F4FC3998BFFBC686B /* ConnectionFactory.cpp */; }; - 5F57E2CD43FAD623CF6788B0 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 344ED5C42593ED171BE68E29 /* TestI.swift */; }; - 5F65D2FEC048254C9E1083DC /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1D37440609D6999223F5D3FC /* TestAMD.ice */; }; - 5F7D0A09EA57E2631AFB1028 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42C3558A6946242208F8CFF1 /* Server.swift */; }; - 5F8A79A42975C82B22B1100A /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 5FA1F4752493BED64045E146 /* InstrumentationI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 051AA64F020D939F0BCE5A50 /* InstrumentationI.cpp */; }; - 5FE7D74B959988C90EA8A902 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 5FF0AE9CE30DE10AFC8B08FA /* ServantLocatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEF8392F8E40DDD59B323CB4 /* ServantLocatorI.swift */; }; - 60014B90BC57A700A35D230F /* ConnectionInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6F6F9065B966515883E3A81F /* ConnectionInfo.cpp */; }; - 6002F3A63234126AAC8E048E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 60106CAE83EB6F55217038F7 /* Initialize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 883D1C33472953A1CD1DB112 /* Initialize.cpp */; }; - 601387DC6D14FCF71AE0D19A /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 03C85223CF53FA8C62D9D7B6 /* Metrics.ice */; }; - 602CAAEF12802DD779A041DE /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 60309A689F48B5F17ED0AC5F /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 60505C7D3B5211FD69BB9620 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7064E95255F87EA955FE604D /* Test.ice */; }; - 60B89CFC21235AE88A7DA397 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17A4E70233C2149ACD8FE4F9 /* AllTests.swift */; }; - 610FCFF738E3585A68D89D97 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F917AF2529230B31D362F2 /* AllTests.swift */; }; - 615412B03C938D55ECFD6A3F /* ObjectAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 76311088F5303F630B9D1AE3 /* ObjectAdapter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 61CF66BE0ACB8B03A08B7032 /* Context.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8873EA7FF0431868BF97BF8D /* Context.ice */; }; - 61D2C7ED3FFCF5E888AA0FF9 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 61D9DB5BD99D93D5F05A6905 /* Thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7430D6EB5ECE9ED78A4B9BA1 /* Thread.cpp */; }; - 61F7603B4E8F1E0EC00C155E /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 29771C1E7DCB8C9578ECF41A /* Test.ice */; }; - 6204DBD8699BD5B5C10FA642 /* InitializationData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A2A558DF05365793BE1EDB3 /* InitializationData.swift */; }; - 62342547D0A276825BB0B640 /* LocatorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B858D15CFF07BA0E6A6FBA3 /* LocatorI.cpp */; }; - 6237103EC7087CC1F8B1180D /* WSConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C12F72D326BA31E4F3222697 /* WSConnector.cpp */; }; - 623EC808571025B7AB023173 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 6272D700C9BBD62FFDA84E5E /* Twoways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 669CDFA4C81273C4A8439769 /* Twoways.swift */; }; - 629135C26A388177FED87458 /* LocalObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 92BDF144EAE646068BBBDC31 /* LocalObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 62A9BD88B66BE231F302E36D /* ControllerI.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDB2B8CC413A604BFE6E9BEB /* ControllerI.swift */; }; - 62BE8A6ECB45FDA954D3CCF5 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 33F4442B1E4EB5B04F907471 /* Test.ice */; }; - 62C75AA5E2F9462280B14ED6 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 62DD04A4A316728D4B07AAEB /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 62F946138FDD30FE479D1FB8 /* SecureTransportTransceiverI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B0BFBF405F4644470BC57DA2 /* SecureTransportTransceiverI.cpp */; }; - 63087916BE595731F32AF218 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 63174316458448AC4E7DC92D /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 6346D3A3C72F84AA4AB41DEA /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 6368CF69E144362A08B33F49 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = D78CE34686A4B4BFD16057B6 /* Collocated.swift */; }; - 6398C43CC7E21C1827260529 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 63B7797EF929CDA27B444C39 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 63C21F69B4FA5FBE2B9F03BA /* libIceDiscovery C++11 macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B01C28336B07FA327829314A /* libIceDiscovery C++11 macOS.a */; }; - 63F00F80A1DA82B9D3A758BD /* Protocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B215297BE120F8697A57E235 /* Protocol.cpp */; }; - 642D60341FB680214188CD66 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = A1C88ECE6870F60549A0EE24 /* Router.ice */; }; - 643F33AC5304D8181111C387 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C32C927265416D3C9E0334 /* AllTests.swift */; }; - 646E4949DB160FF73465B90B /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5D56F4CFBCB26C84B24DFB5 /* Collocated.swift */; }; - 6473A34A1C579B5732469C7F /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1F0A3B85E7C703B656F50B /* Server.swift */; }; - 647887EBD046C418D44A226C /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6237E0C8AD8FD3CE4B7CFAA4 /* Client.swift */; }; - 647C2EA48623C44CF9D3F451 /* Twoways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 669CDFA4C81273C4A8439769 /* Twoways.swift */; }; - 64915A83269638F4343A9B15 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 649246D3EDF9617AF096AAC3 /* SysLoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5EC22E4227147E53CE7F4835 /* SysLoggerI.cpp */; }; - 64C4E0EDDB53BCE4FB23E310 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA9E2ECE0BEF16EAE0EA036F /* ServerAMD.swift */; }; - 64EFF36105ECB5C38BE791DA /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 64F69A05C89C108F67E0872E /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4D35CFAF36E324DC12502013 /* Test.ice */; }; - 6560EEE1F2DDA7C75C23DC84 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55085F9A97549394CFD026B6 /* TestI.swift */; }; - 659150220A61BE0629AA408C /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E8EFB40B36345385787390F /* ServerAMD.swift */; }; - 65A50A609BF9CA3FF65A8944 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53DFCB095E700117F6137EEE /* ServerAMD.swift */; }; - 65B695F97D7140A81973BFEB /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 65C81D615F1F29ED0E38B879 /* PropertiesAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1AFCED0816ADEA6C571C2E7 /* PropertiesAdminI.cpp */; }; - 65D4940FC9BB902571D9532A /* AdminFacetFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = B30F448C0594430A4E0E1449 /* AdminFacetFactory.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 65DE0677FD77F5B6C51F7824 /* FactoryTableInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61BF1C2278EF3139FA423B0C /* FactoryTableInit.cpp */; }; - 65F080DDE980D3D59A2DD0F9 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 661DAE22FD073F065DBC6AC3 /* LocalException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 857C1887760380EA7D969C13 /* LocalException.cpp */; }; - 66861428929B44C881B19992 /* IceDiscovery.ice in Sources */ = {isa = PBXBuildFile; fileRef = 943F62DEE4D6B5F3DE6B0D22 /* IceDiscovery.ice */; }; - 6689B702E44E486F1D5BD97A /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 669BACA79A295E915336EF16 /* Blobject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB3BFC19DFE9088A67D092 /* Blobject.swift */; }; - 66A7E1A3A913AF58C1196FE2 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE354D95153ECFD51CECEE4 /* Logger.swift */; }; - 66B65BC6DCC5EF73C5E71EDE /* OptionalFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4DEA2B3E46B392AE8FA078C /* OptionalFormat.swift */; }; - 66CF4471D25A3E2BAEF91788 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 66D8553486B3E9ABB6CAE190 /* EndpointFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C75AC8274DA14FCDB42058FA /* EndpointFactory.cpp */; }; - 66F0E6897B79658616514D1E /* Proxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56A381E1ECD60A933EDE0C3 /* Proxy.swift */; }; - 66FDBA47A5715EAD2C524C4A /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 6785CFDE9028CBB9DF666771 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0A16E1F318A236067C0E62C /* Client.swift */; }; - 67D1F7BF9D2EFC7BBCE1D40D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 67E1A5DCEDFEE9B30AF6DBF4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 68079088850A91F489DB7D5E /* ConnectRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EDDFDF674093FB356181A861 /* ConnectRequestHandler.cpp */; }; - 68119B06C32BBB0CDD428C42 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 682422A3B82DB1C4AEF9E1D4 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A39082637C810A7FA44C8BC /* TestAMDI.swift */; }; - 6824AA2D5903E4A815142CED /* ValueFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9A5EDE74C3A3591BBEF47D29 /* ValueFactory.cpp */; }; - 682F19F25DB41B208374EE97 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53899169BFAB829939A10CB9 /* UIKit.framework */; }; - 6847F056ACE03DA2B294CEC5 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2405C9C20444A782D096AF0 /* Client.swift */; }; - 68897C8BF672B7300D87D199 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 68D2683EE21084622B09A0B5 /* IceBinding.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 00B1BC62D4009B18B3E6DE80 /* IceBinding.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 68D46CFEA353638513BB1A3B /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = C39BB4ED7CFFA4DACD478D9B /* Util.swift */; }; - 691AFDC8364C658E389E2213 /* PropertyNames.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 024741EC9D6CFD0898B474E7 /* PropertyNames.cpp */; }; - 695C62773DE2009958415DD8 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35B05AF2B43317CD297363CA /* TestI.swift */; }; - 696FCB63E3F62F57CF3C51B9 /* EndpointFactoryManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69C937818B79D71765A58104 /* EndpointFactoryManager.cpp */; }; - 69878C54C57027CDAE00A5CB /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBA56D618556333971F2555 /* Server.swift */; }; - 69F0C81FC2B253D2372DD635 /* IceSlicingExceptions.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 52D616F0A4C2D7002EE8EE6C /* IceSlicingExceptions.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 6A003273EC22AD6896290404 /* libIce C++11 macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 952160511B9A724C82F64990 /* libIce C++11 macOS.a */; }; - 6A25F4A45665FB37317F0ABC /* DefaultsAndOverrides.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AA5332EE9D7AC564F1B4DC6 /* DefaultsAndOverrides.cpp */; }; - 6A436DD00E6EF12A8FACADD7 /* ThreadPool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5728530DC35D7B52A550D7E8 /* ThreadPool.cpp */; }; - 6A606B03EC935D5C4CC52274 /* OutgoingAsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 104801D9CD4099BFAF898CF0 /* OutgoingAsync.cpp */; }; - 6A6D70F561CD85DCEF156C4E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 6AA2BC3BBF3D7623E1C0EC49 /* IceSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = D82D2DB3437A859C9A02427E /* IceSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6ACD683ABFC9D02D45B3A65D /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 6B1EAECED0D88834C269FEBD /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 6B29EE17CEB0883F0D063271 /* ClientPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = AF9A4516C12A26D9D9FBBED9 /* ClientPrivate.ice */; }; - 6B8D86981CC978E00873851F /* Mutex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93C246AC846FCC1E1E510D6C /* Mutex.swift */; }; - 6BBE89367267A9634CFDA9DD /* ConnectorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AFF8ED68FE8D153138422D /* ConnectorI.cpp */; }; - 6BD9DB6F461DBB83792E17D5 /* Identity.ice in Sources */ = {isa = PBXBuildFile; fileRef = FFC16F00DE4220D83CB10211 /* Identity.ice */; }; - 6C06DB811A733D348A4F2399 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AF0C2725586B3CF91B8D5B /* TestI.swift */; }; - 6C09D0635EB25EE79FE9FE0A /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8009BD807CE901360AA23914 /* Collocated.swift */; }; - 6C64384B79949A75BA4F4F0B /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D045E859A2B4BFF7C830734D /* Instance.cpp */; }; - 6C7E660F6F0CFFC90869D97B /* TraceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C06BC9BB6B575A7285395AC /* TraceUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6CA1D8BF90A51D369EB4B35C /* ObjectPrx.h in Headers */ = {isa = PBXBuildFile; fileRef = 136757D4ECE48D0332330C07 /* ObjectPrx.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6CC0A293FAF7D9EBE4CE3999 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1BF190DF5F5598B978D43F7C /* TestAMD.ice */; }; - 6CC23C2EFAF6B57D376E6BDA /* StreamSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7592510233717E6CA95DA038 /* StreamSocket.cpp */; }; - 6CEDF708F1169CC054822456 /* LocalException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 857C1887760380EA7D969C13 /* LocalException.cpp */; }; - 6CFC517CD2E862FD6770151E /* DynamicLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C2252508F6DC523B17A69C5E /* DynamicLibrary.cpp */; }; - 6CFF55E6984BFCB1D7D5B603 /* BlobjectAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = D31F7CBFF920A0CF7FB2382A /* BlobjectAsync.swift */; }; - 6D166B9C980E56A9E8EF62B2 /* RetryQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32061348E05540BA94F263F1 /* RetryQueue.cpp */; }; - 6D428C16447934DF23D6B9C3 /* RemoteLogger.ice in Sources */ = {isa = PBXBuildFile; fileRef = C5A0671B53C97F7A32AFCFA1 /* RemoteLogger.ice */; }; - 6D54381C98639F00C3A4CD95 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 6D9806925FE9B1D91B7574DF /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = F79211AF57FD9BFFC2CA5E3F /* Test.ice */; }; - 6DE01EEE84CFBAE9E530A1B5 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = B93100931C7208B5D3064FEF /* Server.swift */; }; - 6E43FFAF21D2223BC6FF9C88 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709660761B36C91CB36FD31 /* AllTests.swift */; }; - 6E4A3BA74B6C0B8C515FBE71 /* Connection.h in Headers */ = {isa = PBXBuildFile; fileRef = 783AC53508ED2C4B2092DD5C /* Connection.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6E70E567FD5978DC9491EE6A /* Shared.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 44E9A83E6111394E43220448 /* Shared.cpp */; }; - 6E9CD3A191545F54F5BC486E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 6EB02E133B4E86AD6232B240 /* RFC2253.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B64E1BCBF28AC80B97565EF1 /* RFC2253.cpp */; }; - 6EE7F68D6C1D721931C9F867 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCF8EE48A1C89A1B55517AA /* Server.swift */; }; - 6F2C784D7AB29466E3DB65E1 /* ServerPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9D31D9B7BAF73B3647C64990 /* ServerPrivate.ice */; }; - 6F3E4A6456078206853F36FA /* MetricsAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E64DA691FE8767C9AE657374 /* MetricsAdminI.cpp */; }; - 6F3FAED34005B514F1024BA9 /* EndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE02DD17EB206613ADA00EC9 /* EndpointI.cpp */; }; - 6F55B5D7669E20D8BA13C9DC /* IceInterceptor.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 417ECCEE604C6E3005DA5A9A /* IceInterceptor.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 6F6F80AA28996FBA4EF0E0B0 /* Acceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F76B6CFDC81E7D00110BA047 /* Acceptor.cpp */; }; - 6F768B38BC0FAB1112ECFB36 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 6F9E7F2526BC5685E27886E7 /* Communicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D635B8A9885F1816618FFF5 /* Communicator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6FA3C22D831AEC7DE8B58128 /* LoggerUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9987215BF230537852456754 /* LoggerUtil.cpp */; }; - 70083F6AE57B8C2055B6F4AB /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3C9AD082A4CE3A5F5435669 /* Server.swift */; }; - 701C9599CE750EC22F3F7451 /* IceOptionalAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 4E225F52C80B142297214C92 /* IceOptionalAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 7041CAFBF52559E93826C15A /* IceSlicingExceptionsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 6407F8C33CF3719F6547CE3E /* IceSlicingExceptionsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 705E8806E733E1299FBB6519 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28A0C809966F471AF3580423 /* AllTests.swift */; }; - 708372DEE0A39A86DAA7EB59 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 70AF8225D209C2BE88E0CB37 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 70C027AC16D30B5A2B70C8EE /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709660761B36C91CB36FD31 /* AllTests.swift */; }; - 712121BCD4A1A181AE85D0D3 /* Incoming.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54985FA2DF8607E8EEBCF4D2 /* Incoming.swift */; }; - 7159B0E9B5F600926609553D /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB2A03D7BA843F9831286D /* AllTests.swift */; }; - 718C83E440AF75265AC2FAA2 /* SecureTransportCertificateI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCF9BA52A64AED325C68A383 /* SecureTransportCertificateI.cpp */; }; - 719F6AE81796FF1A87BC1B98 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CE2427693C29E4CEF450087 /* Server.swift */; }; - 71DDACB50B367962DC6FF2F9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 71F25A6E62265E90DBFAF9E7 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 721D27204F34CF6282FE4514 /* Instrumentation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A274FC67FF85EE280823CAA5 /* Instrumentation.swift */; }; - 7244859C37DD01B58316B701 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 725015781BF9E1A29DF6C6BC /* WSEndpoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E49FEDA41C839C2DB5BFA9D /* WSEndpoint.cpp */; }; - 7257EC947D01F51EB3EBF24D /* MetricsObserverI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 610608EEED146B107B5293A5 /* MetricsObserverI.cpp */; }; - 72953EAACD68F9D61B949B87 /* IceScope.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E4E970020786C4F7F72C5207 /* IceScope.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 72C14BF972259BC91DF0E05A /* IceFacets.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 40A8549E2D87C0E0C7322954 /* IceFacets.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 72F1699CF5C9D0AC7F104D94 /* OutputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5DF959949FDCEE7CC6B0467A /* OutputStream.cpp */; }; - 743EE122A059516C2329E364 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 744E26419A08CF0CD57C48CB /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 746772CCBA15207C42E0B52F /* TraceUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7370B3F9D40F36F1BD730CCA /* TraceUtil.cpp */; }; - 74D9F57DFA21D7CCB6F7A270 /* FactoryTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F65E818320EBA8D182AD4B31 /* FactoryTable.cpp */; }; - 7520F3D097B0AE4BC26D6DB8 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 7548D99462E5F043C29BF259 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB071CD809B5D6642DD39E53 /* TestAMDI.swift */; }; - 7567ABA971B703E0E97D7074 /* Convert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 49E2780B30D2DAD681184D1B /* Convert.mm */; }; - 75BF8E7000D7EEEF852396C4 /* ImplicitContextI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C10F4BCD402A666A979D101 /* ImplicitContextI.swift */; }; - 75D4023894060253FF73C1B4 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 761E23C17BA25FCBA4AF7D1F /* ConnectionI.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBA8491A44D0E0482F4677BC /* ConnectionI.swift */; }; - 76750A7B6C60C73F1E8B872A /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = E512A7FBE87BE4C3D0241122 /* Server.swift */; }; - 7698603D5D4483688C1E06C2 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 769880B85C8F3EBE542ED952 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 76AB3F609763210CADB2669A /* IceAdmin.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = FA6925D0243F823802CF0D97 /* IceAdmin.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 7705645FFA52859BA4B62E48 /* IceExceptionsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F0FBBD74A0A5794E1AF7F7CA /* IceExceptionsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 770AE78EF4DC9A9438C2BD9D /* Current.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5C224A90E0F866706D2C93A /* Current.cpp */; }; - 776246D78582E8F27CFB6885 /* ImplicitContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2817D930A52C7947C86C0F56 /* ImplicitContext.cpp */; }; - 787292652516D87D14D2A3F5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 787FA1F8D035BE7F702CEFF9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 7881A10B3D81DEF82EC2DEC0 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 78965389BB6864B001653048 /* Instrumentation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2DF8C754C9DA80B0B434EF6B /* Instrumentation.cpp */; }; - 78A521F590AC2F4DC82C659D /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = CB5AF66AE62474538F3B4C8A /* Metrics.ice */; }; - 78FD8CE4714B857F8E146D57 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = C95A65FBDD4DD8B4198F49DF /* Test.ice */; }; - 792CAE6A3A01483676FFA9AD /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 796C0B626B031FB823C90B51 /* ConnectionInfoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6658CBA7425F4413E4A2845D /* ConnectionInfoFactory.swift */; }; - 796CFCFC6EC0E1EDF0A13E80 /* Ice.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 7972927EC63E327C4FB459F7 /* IceStorm.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = BBB10CD52BD86395BC343A0B /* IceStorm.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 797ED14F2414395C3FF12777 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DAAC857DBB56205C7CCD7F7 /* Server.swift */; }; - 7985A726F62967CC6068ADBC /* IceStorm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBB10CD52BD86395BC343A0B /* IceStorm.framework */; }; - 79A86C9B8A76ED5F724223AA /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 79AE82DE7DAC903DE3B79A53 /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = A85AAECD4BA9FD8995F84E21 /* Config.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 79EB3FB42AB2CF59B72AC2D1 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA295C05339DC58C0D9F8E /* TestAMDI.swift */; }; - 7A0F589A3B4FEFE8BD19AA12 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 7A1F0F4549EE341F790E3683 /* IceImpl.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 550E7CC0FD0E1918D7A9AB38 /* IceImpl.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 7A7DB83F48579D1390343546 /* ServantLocator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09338C104543AFAA089DE918 /* ServantLocator.swift */; }; - 7A8AD5F78970C0A610B02EDC /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 7AB696B1B1B7409BF7D07D5D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 7AEED7CC582485369211CBC6 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 7AF9796D17FFCD4906A6451B /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A4046F75C70A64F2CF9A29E /* AllTests.swift */; }; - 7B2E212CA6328893EF888F03 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B29BEC4319D17CB3605C32E1 /* TestI.swift */; }; - 7B5B54D1B3A5C346B8B31807 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 7B5E718F6C045A9AD6C26E59 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE3D88FE76A1440B3A0C4DF5 /* AllTests.swift */; }; - 7B6A1EC67FD0F82E50AE84B1 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 7B93B52150FB69C91335F6DF /* Plugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 74CAD313ABBD56B539F69B27 /* Plugin.cpp */; }; - 7B9504A0DD1136F72064DBFE /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = CB5AF66AE62474538F3B4C8A /* Metrics.ice */; }; - 7BD0697BEB4B03C7DF9A204A /* Mutex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93C246AC846FCC1E1E510D6C /* Mutex.swift */; }; - 7BDF692BF7C88C256C94AA13 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54F210B44A3817B414C37EF0 /* AllTests.swift */; }; - 7C068A83F6A5E65E7E91EE90 /* Base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 641754B3600E4B8A31487EBC /* Base64.cpp */; }; - 7C2EC9F7EC44971E8E033030 /* ProtocolInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 748D6B2B330737998D89EFDD /* ProtocolInstance.cpp */; }; - 7C37A082DDC2AA1ABC543DCF /* ObjectAdapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F1FC4C6C4A3154388E702E /* ObjectAdapter.swift */; }; - 7C390614148AAE850C798BAD /* EndpointSelectionType.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7263472329A47DFD021C4A7 /* EndpointSelectionType.swift */; }; - 7C3ABF554403A3B01ECD3756 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFBF6BFF7EDE9F0FB64766F /* Server.swift */; }; - 7C5CFF83614D9F86032B07B6 /* LaunchScreen.storyboard in Sources */ = {isa = PBXBuildFile; fileRef = AA144D7BB355829B28020F78 /* LaunchScreen.storyboard */; }; - 7C8AE5C6582DBF5FA5D12218 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 7C966E8687EEC9441CD91EE8 /* DispatchInterceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 213E7606B6C3CA1D4D891CC6 /* DispatchInterceptor.cpp */; }; - 7CB67121D23B858EFFBE4474 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD5215EC1E4F66AFE89CA625 /* Client.swift */; }; - 7CCECBCEAC3F95EC662EFB82 /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EC3920B0A3180CE9468B5D48 /* Glacier2.framework */; }; - 7DBD74A434564EE6E56CCF28 /* IceGrid.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 38BF5DB9B9490714A81542C1 /* IceGrid.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 7E18BB634EEF0315FF704C7E /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 7E2F060895F39C0B62036465 /* IceLocation.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 7C3AA0639A1EDE5ADB774E21 /* IceLocation.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 7E6E06DEC096327E76FCE368 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 7E711E1D48D948FC830839EB /* ServerPrivateAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1805A9AC8B6C175A9078A8BE /* ServerPrivateAMD.ice */; }; - 7EE4C9C6E4842F23ACCB9B8E /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFBF6BFF7EDE9F0FB64766F /* Server.swift */; }; - 7F297CE3301586D2DE283BB0 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 7F59A0031365D9A1C5D30791 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BF47819089271BCD4443183 /* Exception.cpp */; }; - 7F904A60E772473B02D33A2E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 809946911F1EF30B663ACC2A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 80A12B2043A9A99F8B48E108 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - 80F1D9C228F0BF9DBBAE4303 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = B1D1ED077D2A30E8ADBE189D /* TestAMD.ice */; }; - 81397D2218A8E70ECB59F5EF /* IceGrid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38BF5DB9B9490714A81542C1 /* IceGrid.framework */; }; - 813B64002946C11C4F6CBF20 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 81B1515A8E35E8B56E63B1C9 /* PropertiesAdmin.ice in Sources */ = {isa = PBXBuildFile; fileRef = CCFAA81005DA44D89E41494D /* PropertiesAdmin.ice */; }; - 81D4B9B94408E1CE6ECEE72D /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2D6CB1AC0F0C2259F0F5B65 /* Client.swift */; }; - 81DD1E2B67B8FE98B55A925C /* IceHold.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 9F9C864BECBB215D589B5735 /* IceHold.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 81DD28CC5DAEF8400F43CF2B /* Cond.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D86BEF346F9EC95AE96B2542 /* Cond.cpp */; }; - 8223F1F8F0E1E13FC39DCDB2 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A39082637C810A7FA44C8BC /* TestAMDI.swift */; }; - 823C5974E18DDD9AD02B4305 /* CommunicatorF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EB64AD8D0C4921CF515944A6 /* CommunicatorF.cpp */; }; - 8293FA06292D0916E7E406E8 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0AEBA30C56A413C37FEDC134 /* Metrics.ice */; }; - 82BA66B3E37A3B6A4FD94B48 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3DC35F22EE9E9C9B4BB176 /* AllTests.swift */; }; - 82BEA96ABDBD8803939F7F24 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 82EB528E879F99ECDC7E0920 /* ConnectionRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B7C84F9F86A2642B4DB21761 /* ConnectionRequestHandler.cpp */; }; - 82FA9FDF8A79865391D2ECE9 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AF0C2725586B3CF91B8D5B /* TestI.swift */; }; - 83160EAC50936B3146A6AC3C /* ProtocolPluginFacade.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16B2D2F24F75A2CEA9588C92 /* ProtocolPluginFacade.cpp */; }; - 832ABBB17BD2AFF9D7A6DA06 /* PropertiesAdmin.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A23D3F73B4FB00D1F7749FA /* PropertiesAdmin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 834C50E4101DC0534FD8BD75 /* ConsoleUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92DFE8DFF46D7EFF704D4522 /* ConsoleUtil.cpp */; }; - 835B36D6CFAB0C6E23F1E1C2 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DB7EAB0C292EBBB3A8C6797 /* TestI.swift */; }; - 83D4406DF952DF489E1107AD /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8C2266EFA8E48B90FC6D26F /* ViewController.swift */; }; - 83E24C9B70C54A07077AC0C7 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 84C5040B492054A7AB337941 /* ConnectionRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B7C84F9F86A2642B4DB21761 /* ConnectionRequestHandler.cpp */; }; - 84D3DDB4C5A759FE668A341C /* OSLogLoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8D821D8582839A7FD652F7F /* OSLogLoggerI.cpp */; }; - 8512A33D16421A12F77CF99B /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F52CDE27C04211B51976AF73 /* AllTests.swift */; }; - 851F2626B959E7FB970A95EC /* LocalExceptionFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61579E1435780C538ABE9460 /* LocalExceptionFactory.swift */; }; - 854F5817FBBDC851F66DA096 /* OutputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75BDF818FC40E0B1A7E2DCCD /* OutputStream.swift */; }; - 8596A7EDD1E6ACEAA760FA23 /* ServantLocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012209B06380729805C41D0E /* ServantLocator.cpp */; }; - 85AD81EFF581BFF94527C071 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 85C76D2C7D87932FF4C38397 /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02F2B04E2560FF1CFFCF86DA /* FileUtil.cpp */; }; - 865F7E23C8C696EDA656289C /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F52CDE27C04211B51976AF73 /* AllTests.swift */; }; - 866CE6C7CD700419EAC10073 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = E00EC3B82938848CFB40EC31 /* Test.ice */; }; - 8673BE61C2E4DD507B2C82D9 /* ServantLocatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEF8392F8E40DDD59B323CB4 /* ServantLocatorI.swift */; }; - 8691F48171F3FBA1569525C9 /* ProtocolInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 748D6B2B330737998D89EFDD /* ProtocolInstance.cpp */; }; - 86B9C06840F8EA8534A76485 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0CE33F8BDE00D6E18E58B3C3 /* TestAMD.ice */; }; - 871C9625015AA4FF703DEF2E /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 871D07B0849F6260110751F4 /* PluginManagerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8865E47F058CCABBA06DB4AE /* PluginManagerI.cpp */; }; - 871E5D291FA35F324B3E81A1 /* Reference.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 262A4BBE4803F28C3591381A /* Reference.cpp */; }; - 872DA73CEB9AB130280CACEF /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECAF5F62EDCF29B918CCA154 /* Client.swift */; }; - 87B9EF80F8A9C89298608753 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C307ECD76BE33A0CF42D8C5E /* TestI.swift */; }; - 87D2448A0232D77E66EEC960 /* Plugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 228A1E21539BF3DBB96E65FF /* Plugin.swift */; }; - 8814309D74871A707A294D4D /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 886BEFBD831159A546C6F6B0 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B30555E6708ECEFAA4EDD334 /* TestI.swift */; }; - 8918A4B646924EECD601C4B7 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB93EDD11FFD843B54F08CD6 /* AllTests.swift */; }; - 891EDFD22D979D7B2F8B7EAB /* LoggerUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9987215BF230537852456754 /* LoggerUtil.cpp */; }; - 8922BFB194D5094EB85C1A50 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 072DFE1DF91B22D0966DB8E8 /* AllTests.swift */; }; - 8990F2867670512FFEC54BF9 /* Connection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C131E5D67136A0CA59E41363 /* Connection.swift */; }; - 89BC0EF8DDE8DD5899D94346 /* ObjectAdapterF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 219598874AE31277B34A82FA /* ObjectAdapterF.cpp */; }; - 8A19C0F341C695F17A7A9EBE /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 8A4DE6709B669E026271F2C9 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 8A75D7A6D804EC0E8E884723 /* RecMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B548B1CC74CF128EB62110C /* RecMutex.cpp */; }; - 8A826F49F5AF070F54B28EFD /* LoggerWrapperI.h in Headers */ = {isa = PBXBuildFile; fileRef = F0503C372876754560BBB8C7 /* LoggerWrapperI.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 8A8DA71DA7A74888C82992BE /* Key.ice in Sources */ = {isa = PBXBuildFile; fileRef = 57B4FD55C85D50B346DAC00F /* Key.ice */; }; - 8AEACECAAD401D57D61B33BC /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17A4E70233C2149ACD8FE4F9 /* AllTests.swift */; }; - 8B0482C7FCF2A1BA5293851C /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 8B1D34C9CB1A7C8EDEA0F631 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 8B2DA6CCC6EDE09862BFF39A /* TcpTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8D126B446148A88233AA2278 /* TcpTransceiver.cpp */; }; - 8B44E5682EF1126AD82D28DD /* RetryQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32061348E05540BA94F263F1 /* RetryQueue.cpp */; }; - 8B591102B6FF277BC4A39937 /* ImplicitContextI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9A5D217FA26C556261BDDDB2 /* ImplicitContextI.cpp */; }; - 8B5A5AE06BB2EDB5B38A62DB /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EC3920B0A3180CE9468B5D48 /* Glacier2.framework */; }; - 8BDC7D54F2F5E990CF7E7637 /* ClassResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CCBD4643B37D4081B89334 /* ClassResolver.swift */; }; - 8C0A74E1F87867F71DB13F75 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B086B5175F1B76E321C3F86D /* TestI.swift */; }; - 8CC3657F13D314A0F34FE8B3 /* ObjectAdapterF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 219598874AE31277B34A82FA /* ObjectAdapterF.cpp */; }; - 8CE6F4DF75D661EB1884EC78 /* IceFacets.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 75539742281DFE7E4DC5F602 /* IceFacets.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 8CE994248F535F6C71FF819C /* IceDefaultServant.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 6773D68D1A68AE755B5B28D3 /* IceDefaultServant.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 8CEC9D3F94796FF5F863B176 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE354D95153ECFD51CECEE4 /* Logger.swift */; }; - 8D2F94CAC28D59049C60DC1E /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0826EF9628F3B4A99BBD3238 /* Test.ice */; }; - 8D715640337A72A7BEAFEB1D /* Properties.h in Headers */ = {isa = PBXBuildFile; fileRef = A369565B5F8B3323E92DFD73 /* Properties.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8D9B8B570A1B3FF36E97F891 /* IceLocation.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = B7CC3EAFDBBAED579CB65E02 /* IceLocation.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 8DAD2AC8F8CF08679A296548 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 8E050B46CDE17D7B5B9F7A10 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 8E3CC5471AB83041D96F3BDD /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = C170AEFA2DAA25C77B642B50 /* ServerAMD.swift */; }; - 8EBF7831EABD52706373B87A /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54F210B44A3817B414C37EF0 /* AllTests.swift */; }; - 8ED95361CECF3A6567470C56 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 8EE324E33F6C2050ACE09483 /* OperationMode.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5A78C4D73F6D7790B04847E2 /* OperationMode.ice */; }; - 8EE927FA0D23AB485FDAB75D /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A92AF9829CC12933812E31B7 /* AllTests.swift */; }; - 8F6C7B677E7896DED0D466B6 /* ObjectAdapterI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 13B8F6994B469BFB24A1CBF1 /* ObjectAdapterI.cpp */; }; - 8F9FDE71F1E8E1A16C78A22D /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35B05AF2B43317CD297363CA /* TestI.swift */; }; - 8FD912C4ECE34E96169C6F0E /* SystemdJournalI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D0E3AEAA11EF708457A97AFC /* SystemdJournalI.cpp */; }; - 9066AFC809A2A59E6B01F26E /* IceAmi.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 2EB8E16DCE315D105EBA63E6 /* IceAmi.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 90753138F79D42A4B771D1D5 /* LoggerWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982DC694739062479B93510C /* LoggerWrapper.swift */; }; - 907C7F6424252479BE0E6979 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 90ACF276E13B746450078253 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2C6131D4A6ED131271C07ED /* Client.swift */; }; - 910F4AFF392E24D57930ED93 /* IPEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FBA41C7E4F8D63EBFF2A282F /* IPEndpointI.cpp */; }; - 915E686BA5D881D50F25A172 /* IceExceptions.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = D30F73A7A6497E2340EAC041 /* IceExceptions.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 91D947E3DA5B82A6D68059B7 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 91EE5AFE5F51B13A2CE3DF2B /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F4F314389C68631ED17CF4C /* ServerAMD.swift */; }; - 91F37D276B3C3CBD684876B4 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 9209F3EE245FD15FAF70ED96 /* LocatorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B858D15CFF07BA0E6A6FBA3 /* LocatorI.cpp */; }; - 92378E6FDD460AC4056FC1FD /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB2A03D7BA843F9831286D /* AllTests.swift */; }; - 925F643FD55E8BC1034ED68C /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 254F677EC087A0400A2F76B1 /* PluginI.cpp */; }; - 92C6D53D6E4289437FFBEA8F /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 62A61E872435F58924471D31 /* Test.ice */; }; - 92FA2577704DB12BD83DD89A /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7AF984294EC849DC6C9C7C4 /* Server.swift */; }; - 9317A82FB7BD4F383FD583F7 /* Selector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55D284414C8201FF6861AD7E /* Selector.cpp */; }; - 931AE25BE4E64DB26AD849CC /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 93269C8D9CEF7ABDB75301B9 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 934CD4860BE215CBEE757C37 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC034BBCB34C7182E33E5260 /* AllTests.swift */; }; - 93509A483875F3475B80D8B4 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99578A940F2AE450A4088200 /* Server.swift */; }; - 9361CD9DE69BE96914733C00 /* Assets.xcassets in Sources */ = {isa = PBXBuildFile; fileRef = 1C15A5FB6FD609998456F346 /* Assets.xcassets */; }; - 938F025C2E68D7EF7FEECE82 /* LoggerAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA284C28AD71C2D624582DC7 /* LoggerAdminI.cpp */; }; - 93A61FFCB9A6801419DC2543 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = F943822FF946957243189A7E /* Collocated.swift */; }; - 93E482009F62A05B774F0529 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1034928BF4CC47FCD19BE01C /* Client.swift */; }; - 93ED080464B046AE52A840F9 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED051A2BDDB9511D133CC34 /* Client.swift */; }; - 93F07B7B845E4AFBCF6ED751 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = E9827291A2B8B54C49FD1C85 /* Router.ice */; }; - 93F33DBD32EABC01F2FFCF18 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5D56F4CFBCB26C84B24DFB5 /* Collocated.swift */; }; - 93F8FB515F0210D60A52BF53 /* ReferenceFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 897808914C54B9799F9A2F91 /* ReferenceFactory.cpp */; }; - 94136B93D52B1FDDA9979D3E /* StreamEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A97E29B6434137D42CB3F467 /* StreamEndpointI.cpp */; }; - 9433E960BBFB8FC536E92EBB /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 298C03C34C25D9DDCA4DC7BF /* TestI.swift */; }; - 947254C85FA67D45FC615F89 /* ValueFactoryManagerI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B446E87A9F659C4A964E6F73 /* ValueFactoryManagerI.swift */; }; - 948A326D07253CB1C6EEE30A /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC428F92C038CB75D721C046 /* Collocated.swift */; }; - 94B06C834B5F7ADB020BDCE3 /* IceSlicingExceptionsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = D18F07031EC4C85F5159AFE9 /* IceSlicingExceptionsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 94CE962E1C8C57E766A55485 /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = C2DCE61256F8846CB481C917 /* RouterF.ice */; }; - 94FB7996F752EE4C220F184D /* Initialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 460C9BF801CDC866AC4DFE9F /* Initialize.swift */; }; - 951BF89EA1BA46A1D088D322 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEB12A56E8C359F1729F44DD /* Client.swift */; }; - 9625F96F5B2DA2128F38A766 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 964223501738DC1B2CCE8B09 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 30EF7A48D5F3B8AF61ACE1F2 /* Test.ice */; }; - 9645FE28EE9C68CB503EBC68 /* Connector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 54DC8E443E82EBB5B393862E /* Connector.cpp */; }; - 968613B5B342D59351D209F1 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DAAC857DBB56205C7CCD7F7 /* Server.swift */; }; - 969CBA3C3CF4D1BB678D89EC /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 96E121D5F989C98A2229047A /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 978105E1EE75A7FE3F79078B /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 97AE63872BAD7172B1181466 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF5998B9EC791F4A15E4E0AF /* Server.swift */; }; - 97CDA46DC153E82F7AA00490 /* ObjectAdapterFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D117E7E0EC5C30487CF9329 /* ObjectAdapterFactory.cpp */; }; - 9898C48A4731EFE8210D6AB4 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 98C63A6AC7E7D302D5AB19C4 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = E560304D19C84FD096965E6C /* Client.swift */; }; - 98CAB5AC4AFC0F9A66E03465 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B98B9DFC1163605AFE57B8F /* Server.swift */; }; - 98DD7702A6CF7D47A0D588C5 /* Locator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 46BD0BAC03B80804BF23E167 /* Locator.ice */; }; - 98EF39FE3767FF915B1216C0 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 99184557407C308C42EE5974 /* StringUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE6273EFDFF34C2B0E6CC267 /* StringUtil.cpp */; }; - 99B61F6318EA66063E904A49 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 99D32FFF57DFC1C87F61B73A /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 99FD9C8435879B20BD0D99BE /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = E512A7FBE87BE4C3D0241122 /* Server.swift */; }; - 9A6EBEFACA2391633E65C9FE /* IceUdp.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 039BF5E6C32CFEAC7B738A87 /* IceUdp.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 9A8F9A1FEDCD9289440A83F8 /* PropertiesI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3931DE5E459F004046D20 /* PropertiesI.swift */; }; - 9B0C371E96BFCAD9F90E62FD /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = C6C97867F488137BCC0EB004 /* Test.ice */; }; - 9B3594B847C63885825B1AB7 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 646675FFD1880B556F62E835 /* Client.swift */; }; - 9B37D544BD6B420966C6F71A /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 9B573BA9FF061F213A342DD2 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D045E859A2B4BFF7C830734D /* Instance.cpp */; }; - 9B8F978405764AA08F53E651 /* BatchRequestQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 984E408AE1C36AB3B759095E /* BatchRequestQueue.cpp */; }; - 9B953359C6EBA787F7BAAB5D /* LocalObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 92BDF144EAE646068BBBDC31 /* LocalObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BB9662792C162BE6D308D68 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 9BBC2606E489122C6B89B25F /* IceAdapterDeactivation.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 947C60AB5690BEF1175C6AE8 /* IceAdapterDeactivation.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 9BF0A328E074D17A570E7617 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 9C1C4D68F95FC5A4A29F2FC6 /* SlicedData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0CB6129CE22F51EF8C00D /* SlicedData.cpp */; }; - 9C7A28BDE9870CC30C3AB62A /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32F86D845456A70BA71A7775 /* Server.swift */; }; - 9CBF1661F887687BE135F131 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 9CF1829BE2AF5FACD04C9DBE /* Identity.ice in Sources */ = {isa = PBXBuildFile; fileRef = FFC16F00DE4220D83CB10211 /* Identity.ice */; }; - 9D09D6988129F553A9F6CBE2 /* AdminFacetFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = F87C572B2EE3F2EB8C41205D /* AdminFacetFactory.swift */; }; - 9D6541DB0B14FFBA3D2B5499 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - 9DF3FC6AACD41BD370C0FC11 /* PropertiesF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D7D1EED80BE188B0BAFB69F1 /* PropertiesF.cpp */; }; - 9E1AF2B945E75AB67F27DB2C /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1BF190DF5F5598B978D43F7C /* TestAMD.ice */; }; - 9E289FCA7BA6C73117470546 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - 9E311C28AADD696C5F848B21 /* EndpointInfoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54BEEE0D2C2D30B880D903F2 /* EndpointInfoFactory.swift */; }; - 9E58EC0247EC4CD99BF56748 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - 9E8E5B398CE5DC0CFCF02101 /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EC3920B0A3180CE9468B5D48 /* Glacier2.framework */; }; - 9E9E317B02130ED5FC126EC7 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 9EB39BFC3FFC4BAD40FACB29 /* ObjectAdapter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48E10D0AC873B9C7821B8DCA /* ObjectAdapter.cpp */; }; - 9EBE5B2FA2CD2481F058ABA9 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - 9ED77D67BEF83F9D5736BF96 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3DC35F22EE9E9C9B4BB176 /* AllTests.swift */; }; - 9F02E57705301888BB25FD35 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1034928BF4CC47FCD19BE01C /* Client.swift */; }; - 9F33ECA2E562F1FB9A6AAACA /* SSLConnectionInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90787AF0A37EEA37C85695B9 /* SSLConnectionInfo.swift */; }; - 9F4E88E1BE476B691EB5AA77 /* TraceUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 960889AE80EE23F4AB9A7899 /* TraceUtil.mm */; }; - 9F87661B5B22D9C4863CCB8F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - 9F92C5F149B853CC995E232A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - 9FD7D2A4411E0993C9BC89B5 /* libIceLocatorDiscovery C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C01588ADEBCFAC81EF7766F /* libIceLocatorDiscovery C++11 iOS.a */; }; - 9FE9A033D9A7E93EAF3910C4 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - 9FF3719B2786AFD4751727AB /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 072DFE1DF91B22D0966DB8E8 /* AllTests.swift */; }; - A00538A81AF3885A25578626 /* FormatType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE4C4A3FC0CBE37945762D1B /* FormatType.swift */; }; - A00E49418E163FCA8FF09DD7 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 298C03C34C25D9DDCA4DC7BF /* TestI.swift */; }; - A01F5ACB2F78E16B04143B71 /* LookupI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91DC2A0D34F096C05AFFAFE6 /* LookupI.cpp */; }; - A0297A42C5C8FFF1130AE25A /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = E9827291A2B8B54C49FD1C85 /* Router.ice */; }; - A04279D86E579CE700B36A9F /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA894B52D407082F22D345EF /* AllTests.swift */; }; - A0DE119B147295ECC81F4C56 /* SSLEndpointInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED98AEC78D53B98EF9216B56 /* SSLEndpointInfo.swift */; }; - A10F7290BA66DE7A51301D0D /* IceInvoke.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = AE24775D969D93908EB8704B /* IceInvoke.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - A18CF427995658B2A03DA4DC /* SlicedData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0141623AD37C70B98DDDA989 /* SlicedData.swift */; }; - A19C0D1E53AE6AFE3D2BCCBA /* IceLocatorDiscovery.ice in Sources */ = {isa = PBXBuildFile; fileRef = 47C76C71FAF5177CE46CD3A6 /* IceLocatorDiscovery.ice */; }; - A1F7F2E304F5642CFB7684A1 /* WSAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE7FC47F6D6B7DAFEE7F7199 /* WSAcceptor.cpp */; }; - A21F3C5B9215C266E3165ADE /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = E57283A07B637882DC9B8F71 /* ServerAMD.swift */; }; - A290CAE93C6AE71E72B09C17 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - A29F5225E5F504B3B4712BA7 /* FacetMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1916BD7FFB0A4D852F04D618 /* FacetMap.swift */; }; - A2B9078CBFEE60238FEB63B2 /* Value.swift in Sources */ = {isa = PBXBuildFile; fileRef = D44AFC725628521459EA373E /* Value.swift */; }; - A2BCAFFF02E5784D7E4C907F /* IceImpl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 550E7CC0FD0E1918D7A9AB38 /* IceImpl.framework */; }; - A3373CE979CB43C206CBEDBF /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2543300D55BB8126BF01178 /* AllTests.swift */; }; - A3AFD784B848DC0DA95132EF /* SysLoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5EC22E4227147E53CE7F4835 /* SysLoggerI.cpp */; }; - A3B322BCDB19F5455D136285 /* Connection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EA30CE30FF86630A51D19F8 /* Connection.cpp */; }; - A3EFCFE9E5193169F477884D /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = D02E0C0E582227D272D99C1A /* Test.ice */; }; - A43A9DE2D4D6F8D205F796B1 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FD566BEBA418C9151C0CC95 /* Client.swift */; }; - A44BBEB44F0061D52100F64A /* RequestHandlerFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AFE02F4EBE4026D7ABF4C2FD /* RequestHandlerFactory.cpp */; }; - A46050EA919D71F382C537F3 /* EndpointF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35FF9CE9706BA3DC7134F434 /* EndpointF.cpp */; }; - A4E1E744053E405915B3838D /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 17996C6A0CAFEC7E4D7ECECA /* TestAMD.ice */; }; - A522E2458E53D4F502599497 /* EndpointI.mm in Sources */ = {isa = PBXBuildFile; fileRef = D7348ED97038DE804E76B4F3 /* EndpointI.mm */; }; - A53B7D56532CB91BBA77E472 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F988BC0E5C27AAC15798F7E /* AllTests.swift */; }; - A553964A87A4A52E2126C21D /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42FCF5F723B9F42D13E7A575 /* TestI.swift */; }; - A565FF96F13E68B696AB0546 /* BatchOneways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4945A8EB3582EC6DE2591D30 /* BatchOneways.swift */; }; - A5801C6541EB32F85A876882 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F9F46F2B6EF9528E9EEA0A0 /* Client.swift */; }; - A5ADD7F645F1566D778AA846 /* Endpoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EAD21EB605F400BA46ECBE5 /* Endpoint.cpp */; }; - A5C7B5F4BE7054185E9ED7B4 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A325D1883148FBD7D53A2698 /* AllTests.swift */; }; - A5CA7DE0F8A95FCBDD5C461D /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551620868D0184DF2FBB2F56 /* TestI.swift */; }; - A5EA530DE3FF889027C595FA /* EndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1DA9250AC15D1756168A2B45 /* EndpointI.cpp */; }; - A60CCEDFB2EFBF7E4A1C52EE /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6AA934BC1D34654E098F584 /* Client.swift */; }; - A6379853F830F8DEE339CA2C /* OutputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = E53219E3EA6910F7E5D579A5 /* OutputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A63E27295147CE246831BCEF /* Version.ice in Sources */ = {isa = PBXBuildFile; fileRef = 699F0DFE09B6CD4066FBF4C3 /* Version.ice */; }; - A66A06BE14EECACF53996ECA /* SecureTransportTransceiverI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B0BFBF405F4644470BC57DA2 /* SecureTransportTransceiverI.cpp */; }; - A6862F4DD9FC91145AF03E03 /* IceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = B06214B3EFADD6728F980622 /* IceUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A6BBA41F0AD88A20589F5CA4 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24D8133BFA0658F49BD7539D /* ServerAMD.swift */; }; - A6F3DAE7E090AEFE39E3B0E2 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - A792D6FAFC79F36C2746CB04 /* IceServantLocator.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1290DF39C865119AAFCA300B /* IceServantLocator.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - A845703EE49A9602B854A312 /* LocalExceptionDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 445A79064CF64948393E75BD /* LocalExceptionDescription.swift */; }; - A858BCBEC0D95F005094AB59 /* HttpParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD8AC0525446464A4513C8E8 /* HttpParser.cpp */; }; - A889F31C6222CF6B413FEAA4 /* ClientPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9F4B82012902E7A12E38A2AF /* ClientPrivate.ice */; }; - A8A00A6905FDE0F8CC89FC0C /* TestCommon.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - A8D712086ECBFADE0C77F683 /* IceProperties.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = B678281893C42981DD91CE27 /* IceProperties.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - A8E72CB2A00CF277AEE78765 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B98B9DFC1163605AFE57B8F /* Server.swift */; }; - A94E182EB3CC9B77214F82FF /* AcceptorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF56A55F9B39D512B0DD722C /* AcceptorI.cpp */; }; - A9A0209FD1FBE2BCD1C84F3D /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 407A0D1CC4E333ABC1A0EECD /* TestAMD.ice */; }; - A9ED6155E60D72CF3A047F5F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - AA0BEC836C4EE11F76FCDCEF /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7064E95255F87EA955FE604D /* Test.ice */; }; - AA4DC4DF4058ABDC0211F008 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = C931BC0FF471A0F481027ADD /* Test.ice */; }; - AA7D730E054668168A05161E /* Version.ice in Sources */ = {isa = PBXBuildFile; fileRef = 699F0DFE09B6CD4066FBF4C3 /* Version.ice */; }; - AA91EE92EDBDF9C3B9BA2A60 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - AAA099ECB68A20E883D8E4C4 /* ACM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AA6F7EAE7C3E4C3B39E26A6 /* ACM.cpp */; }; - AAADF7A11CDA059908707F5C /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE3D88FE76A1440B3A0C4DF5 /* AllTests.swift */; }; - AABC7FD5416351DA827EE6CD /* CertificateI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4496C208706DABE2498E3D0A /* CertificateI.cpp */; }; - AAD9FD63A6AB1FE411C1663E /* ImplicitContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CAE7DCA47B0E6DA9102DFA0 /* ImplicitContext.swift */; }; - AB23F850880B2C6CE4371A73 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEB12A56E8C359F1729F44DD /* Client.swift */; }; - AB36D3F8130C7D08E9391B3F /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = F92FE3784F36CF61C114C8A7 /* Test.ice */; }; - AB4F72E3E6814533352A5C03 /* ServantLocatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEF8392F8E40DDD59B323CB4 /* ServantLocatorI.swift */; }; - AB6A2D0169AA8DB3C0F79348 /* ImplicitContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CAE7DCA47B0E6DA9102DFA0 /* ImplicitContext.swift */; }; - ABD3F68FFDF9EDA83E46A07D /* OperationMode.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5A78C4D73F6D7790B04847E2 /* OperationMode.ice */; }; - AC3EE8A69C69ADB755F265A5 /* ConnectionInfoF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5DC630E9AB4CD732D75C3AEA /* ConnectionInfoF.cpp */; }; - AC900EB0C56BF9816220A412 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA9E2ECE0BEF16EAE0EA036F /* ServerAMD.swift */; }; - AC9663224C75CE679D17B297 /* Logger.mm in Sources */ = {isa = PBXBuildFile; fileRef = CF2AEC43FB6AF0355BAC4EF7 /* Logger.mm */; }; - ACAEA3DEF571AB0493629190 /* ServerPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 82C6B16C4B7E40482A56F033 /* ServerPrivate.ice */; }; - AD131E0147C3854B0C729B0A /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - AD2B2DA6DF61587D5ABBB3D0 /* PropertyDict.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6D3DB17839D1905C961285D5 /* PropertyDict.ice */; }; - AD677EC668DEBC813361B3DA /* CollocatedRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1B7D798CB60FB962ADC8BB32 /* CollocatedRequestHandler.cpp */; }; - ADA1F2D1BF7FC5B1D901DF68 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - AE67083C56398BC5DE7D4D99 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - AF07549D2B06CF7F9786B699 /* CtrlCHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0FB6FFE9F654CF558339B7A0 /* CtrlCHandler.cpp */; }; - AF3D0F3725F6ED9BB6A10163 /* SlicedData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0CB6129CE22F51EF8C00D /* SlicedData.cpp */; }; - AF3EA462D891151A0EFEB0DE /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F9F46F2B6EF9528E9EEA0A0 /* Client.swift */; }; - AF3EE1D56748FE60B9D07826 /* RequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 23CFD2FCAE3C1695E2970A65 /* RequestHandler.cpp */; }; - AF4CF497AC2E6E5810C24ACC /* ArgVector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CA0D87A615782B7CB24C3F4C /* ArgVector.cpp */; }; - AF630E86E313FC6E6AD60ED6 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - AF6C82C2A12FEA3F0A6C6085 /* Properties.mm in Sources */ = {isa = PBXBuildFile; fileRef = 909200862AB304F9E9056BD3 /* Properties.mm */; }; - AF6ED8A265DCBAAAE53BE464 /* DynamicLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C2252508F6DC523B17A69C5E /* DynamicLibrary.cpp */; }; - AFD44DCF2AF9821684BF709D /* TestCommon.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - AFFA1EC2F552AA0DA6BF3FEA /* ConnectionI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94212BAD957A78E36EC3EED4 /* ConnectionI.cpp */; }; - B03E802CFDE2A218DE2981C4 /* Communicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 184B082770DE7259A12A3BD1 /* Communicator.swift */; }; - B05CE058BC244B6E3057D225 /* SecureTransportPluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 23C18BD31119A8393B61B049 /* SecureTransportPluginI.cpp */; }; - B0D8D816BB46B93AD0B4CEC6 /* EndpointInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53905C1AE3214B94DDA79E59 /* EndpointInfo.cpp */; }; - B0F89911A50D01531A70FD85 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - B0FF521816BF6FD5480F2F63 /* Identity.ice in Sources */ = {isa = PBXBuildFile; fileRef = FFC16F00DE4220D83CB10211 /* Identity.ice */; }; - B1A75AAD0B9493B074B173F1 /* UUID.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 383E5361C48546671985CEC1 /* UUID.cpp */; }; - B1E529E427369E6AF8DE3496 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - B1F9D23863E61F678A8A3764 /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B3240DA41D618B1A973AB23 /* PluginI.cpp */; }; - B2035F4B69A53A945C18D536 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - B216FFA98EF5680F9E86F586 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - B21EC75B9C09FC3EBF1905BC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - B2304A8CA53E03EBA25BABD0 /* Endpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 3002D403128013C2404936BD /* Endpoint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B247222F3766E51A219EBD4B /* Notifications.mm in Sources */ = {isa = PBXBuildFile; fileRef = B8CC643DD42F1A5B6B27A542 /* Notifications.mm */; }; - B253F6E36F7116E7BE04ABC5 /* ImplicitContextI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9A5D217FA26C556261BDDDB2 /* ImplicitContextI.cpp */; }; - B2A519C09270B84605895A6F /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - B2BC1B5F5775358D61C23C4F /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - B2DF0CB00702A0398BC76D2D /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - B2FC6096B00EDAE5AD85A564 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = C931BC0FF471A0F481027ADD /* Test.ice */; }; - B352E065DAD59352260A126B /* Initialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 460C9BF801CDC866AC4DFE9F /* Initialize.swift */; }; - B3719EF102C1D651ACFBFA1A /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F988BC0E5C27AAC15798F7E /* AllTests.swift */; }; - B388A2E9C12888AE3036941F /* TestCommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C4F4C9865AF32911F1A508 /* TestCommon.swift */; }; - B3A10D4F4A68ABE204829210 /* IceSlicingObjects.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 86525836B17F14E966E687FC /* IceSlicingObjects.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B411990ECF232D5EEC41CF4C /* ImplicitContextI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C10F4BCD402A666A979D101 /* ImplicitContextI.swift */; }; - B451C1FC311070C873B1D26A /* Instrumentation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A274FC67FF85EE280823CAA5 /* Instrumentation.swift */; }; - B49E109AEDBEF311AE201AD3 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - B4B9F42833EE44C8F17C2B2B /* Current.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5527F3E66D1C8E580EDC49 /* Current.swift */; }; - B50B7BD76CAB3AF2CE75EA3C /* LoggerF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 177CE1264BA28FAD588640ED /* LoggerF.cpp */; }; - B5F6F532A8B2349E0FE40865 /* Forward.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0F906003B06BE6FF5CC28C49 /* Forward.ice */; }; - B6633EDBE39668511F4FEA6C /* Time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 123567924E68C349BAF887BF /* Time.cpp */; }; - B668BF08B8C7168F91F12138 /* Service.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 052495E30CFEFD5327466782 /* Service.cpp */; }; - B680D486ECC83205B33E33BB /* Forward.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0F906003B06BE6FF5CC28C49 /* Forward.ice */; }; - B69CA3403843BF3BC58AF46C /* Proxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B9394803D622D0ECAAE9E923 /* Proxy.cpp */; }; - B6CD709CF20ECF56DE303D4D /* EndpointTypes.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1082EDDCF74692688AF946C2 /* EndpointTypes.ice */; }; - B6D2CACE37569D360E81CF71 /* BuiltinSequences.ice in Sources */ = {isa = PBXBuildFile; fileRef = 245956FF449E351AEF203C2A /* BuiltinSequences.ice */; }; - B6D66631D45C7F3DBA49048B /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - B6E959AF7E46799EA2F7196B /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99578A940F2AE450A4088200 /* Server.swift */; }; - B6ED4347B6CF8D570075A7CC /* IceObjects.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 7E752D08EB62E167C213E390 /* IceObjects.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B70E3D3C1C12B5939CC0AEE5 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - B73AAC1826FF86338EE5CDB6 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 62FEBA73AE042571D01D4F88 /* Test.ice */; }; - B7563680C62BF02B4C170D43 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - B75DD1605DEF5643E944BCB1 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - B79E763904325D5935C9EFB4 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0826EF9628F3B4A99BBD3238 /* Test.ice */; }; - B7AE6DA720BB24FB7D458DB6 /* PropertiesI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C7F78C569CF9618E842EF08 /* PropertiesI.cpp */; }; - B7CFA50A810D3D930A2D97FC /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A32B58F4D583452AEE62D6 /* Collocated.swift */; }; - B7E3CFE8300D0B2396E927C8 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - B7FDDD203AA66654A5607812 /* Convert.h in Headers */ = {isa = PBXBuildFile; fileRef = 86BC667FEF2BA5820A7B7BA5 /* Convert.h */; settings = {ATTRIBUTES = (Private, ); }; }; - B84A3412BF7B48EBBA623F6F /* OutgoingAsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 104801D9CD4099BFAF898CF0 /* OutgoingAsync.cpp */; }; - B8CAAACCE0841129645CA33E /* InputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACB597B2CB96C20CBF0FDA64 /* InputStream.swift */; }; - B8F88BD1EB9433D3D5245ED1 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A325D1883148FBD7D53A2698 /* AllTests.swift */; }; - B8FAD4AA198CF8C5259C6347 /* ServantManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 625E4E47BE0B8C13B100A33B /* ServantManager.cpp */; }; - B962FED105E70E6758FE6C94 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46411EDDE8E438FD8EAE98E5 /* AllTests.swift */; }; - B9B24E396FDE347A421F9CD5 /* Context.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8873EA7FF0431868BF97BF8D /* Context.ice */; }; - B9DC6350073FEEEBD96585C0 /* Identity.ice in Sources */ = {isa = PBXBuildFile; fileRef = FFC16F00DE4220D83CB10211 /* Identity.ice */; }; - BA1CC1B8CA069209399840AB /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DEFB158CC638F81D597598D /* Client.swift */; }; - BA36AAF6A0759F3AF120A5EA /* Current.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5C224A90E0F866706D2C93A /* Current.cpp */; }; - BA3E225D22D6C87A8A88AAED /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = A1C88ECE6870F60549A0EE24 /* Router.ice */; }; - BA6187767D253C1BA6CAC523 /* ConnectionInfoF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5DC630E9AB4CD732D75C3AEA /* ConnectionInfoF.cpp */; }; - BA6BBC581D1B8813C818F2F4 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - BA9EC1DA75BBFFA7D1A1A8D7 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91079E777372B4F182F41A0A /* Collocated.swift */; }; - BAE2651008892F7A89A3905B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F32ED048C90725C7C38CC684 /* Security.framework */; }; - BAF5E489392114DC2B84822F /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - BB0316A2829DB1C48EBC4310 /* InstrumentationF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 290B87AA15456D1942D99E39 /* InstrumentationF.cpp */; }; - BB3B26C8715649A1082E7F4B /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F4F314389C68631ED17CF4C /* ServerAMD.swift */; }; - BB664E60668EDDA5C2277A5E /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5208C1A489762B290922821B /* AllTests.swift */; }; - BB69A7C53192E2A2EA5C024B /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FD566BEBA418C9151C0CC95 /* Client.swift */; }; - BBABD332601D721665111C4A /* IceServices.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 76660D1C75C5895B539F597E /* IceServices.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - BC13CEA38D6BFD3DCB8DE8CF /* Process.mm in Sources */ = {isa = PBXBuildFile; fileRef = DA4864743AE51C6261C21300 /* Process.mm */; }; - BC6D32D684B5D1AD42E0F152 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F1F158B962A78341F9EF225 /* Client.swift */; }; - BCACC500C9573DB69AF80F00 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - BD0BF46B65299F2E14DCB36F /* RouterInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5E2090C4D1E0D664633C3C5 /* RouterInfo.cpp */; }; - BD47C6329890AA8D0A1D5D92 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07F3EDD1A3D763999E9C05E9 /* TestI.swift */; }; - BD59F6B7FBF3420436A94A16 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - BD6E854FF3690A66718478AA /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECF4655D8774B8E48A8D6C2 /* Properties.swift */; }; - BD8D7C3F1DA36FA0A413D715 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - BDA08263A4011CDEEADA6EF2 /* IconvStringConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06FF3EB23F66FB5AF64C1B75 /* IconvStringConverter.cpp */; }; - BDD69450839996D1DFF9B742 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - BDDA7FC6A6EE11BC28747E01 /* Value.swift in Sources */ = {isa = PBXBuildFile; fileRef = D44AFC725628521459EA373E /* Value.swift */; }; - BDE077E9720EC27AE72D3DF7 /* IceTimeout.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = B2C05AE8C73A007F79D23190 /* IceTimeout.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - BE44450971DFFDBA9992461E /* IceStream.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 3C8BAD4C851DA28C1DF9F17D /* IceStream.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - BE51A0791F89A85D2C6183C4 /* LoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0FC2161B7FFDD05E63318911 /* LoggerI.cpp */; }; - BECC94FA4529B520E530DACC /* IceServantLocatorAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = C1EB023D3B85638F4414F46A /* IceServantLocatorAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - BEEE7AF560043BA147111E0F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - BF15744731598046FEFAC839 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - BF349A28750D94AB60AE628B /* ImplicitContext.mm in Sources */ = {isa = PBXBuildFile; fileRef = D9380D40DF12A3318B74FC8B /* ImplicitContext.mm */; }; - BF3C71DE6E1B77891A8EE4C8 /* ImplicitContext.mm in Sources */ = {isa = PBXBuildFile; fileRef = D9380D40DF12A3318B74FC8B /* ImplicitContext.mm */; }; - BF40D440923D78CD05EDDC10 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - BF4903DC977C17334DF4B81E /* Thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7430D6EB5ECE9ED78A4B9BA1 /* Thread.cpp */; }; - BF5B0279E492FBD1DD08B770 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - BF5CAD0817D8DF9363E17E06 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3A42A2314F003B797A43F677 /* TestAMD.ice */; }; - BF6B21A85068A6A6CC69B6F4 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - BF7825223E822077FF21FE2B /* PropertyDict.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6D3DB17839D1905C961285D5 /* PropertyDict.ice */; }; - BF91B71139F96707D007F191 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - BFC2B93623F814848E325C16 /* ConnectionInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6F6F9065B966515883E3A81F /* ConnectionInfo.cpp */; }; - BFD6A16C9ED98E4A23AAA127 /* PropertiesAdmin.ice in Sources */ = {isa = PBXBuildFile; fileRef = CCFAA81005DA44D89E41494D /* PropertiesAdmin.ice */; }; - BFF4C3194AA5DF25334E99F2 /* IceGrid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B4F81CBE09B9EC7215B359B /* IceGrid.framework */; }; - BFFC556723B1885754F25EE7 /* EventHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 847F20E8EE2CB3D83F522A4D /* EventHandler.cpp */; }; - C05D173424BD71E284A052B5 /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = C2DCE61256F8846CB481C917 /* RouterF.ice */; }; - C081086F5629F3DB313DA8F1 /* InstrumentationI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 051AA64F020D939F0BCE5A50 /* InstrumentationI.cpp */; }; - C0A724E6D16AE6E0E9E9076B /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2C6131D4A6ED131271C07ED /* Client.swift */; }; - C0E08E323FA1218F61CFC193 /* SSLInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = B43B0FAA9A029A4458C3590F /* SSLInfo.ice */; }; - C0F611668FFB784E0586D4F1 /* BatchOneways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4945A8EB3582EC6DE2591D30 /* BatchOneways.swift */; }; - C14502A4E0EC17DA8C16C2FC /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBA56D618556333971F2555 /* Server.swift */; }; - C14A8BB9ACABDBDC2EFC985C /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - C18C1A2556FADA6C0E405256 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF5998B9EC791F4A15E4E0AF /* Server.swift */; }; - C1C1EDBAC6B2D725F2760A08 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 646675FFD1880B556F62E835 /* Client.swift */; }; - C1D8C9E056AE47058B5916B9 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = E2876A8434BDA95E5E67FA4D /* Test.ice */; }; - C2316BD1AA20DAD4632832F5 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A88EA74CCC4616D710AFB6 /* Server.swift */; }; - C24C6BDC05734F4417A5A3BB /* BatchOnewaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32E26E67BE14E1FFE12A7ABD /* BatchOnewaysAMI.swift */; }; - C2C3EFD402723454A3CE8FE0 /* ObjectAdapter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48E10D0AC873B9C7821B8DCA /* ObjectAdapter.cpp */; }; - C32369A16919A445F66F56C3 /* SecureTransportPluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 23C18BD31119A8393B61B049 /* SecureTransportPluginI.cpp */; }; - C37256EC29744BA7B9DE5286 /* PluginManagerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8865E47F058CCABBA06DB4AE /* PluginManagerI.cpp */; }; - C37ADCA5C9C062F551874C20 /* IceProxy.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 0E8CA41CAED77683EB6C5E74 /* IceProxy.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - C3D4E0973C91434F5D74C990 /* BuiltinSequences.ice in Sources */ = {isa = PBXBuildFile; fileRef = 245956FF449E351AEF203C2A /* BuiltinSequences.ice */; }; - C3DD6CA2DF4541A112267210 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - C3DF05379E8D5676B42811C5 /* ConnectionInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 860EEE47FA5F73DF18371EB0 /* ConnectionInfo.cpp */; }; - C3E8AAF1B09E5AF0629ECE4E /* RemoteLogger.ice in Sources */ = {isa = PBXBuildFile; fileRef = C5A0671B53C97F7A32AFCFA1 /* RemoteLogger.ice */; }; - C3FBE778CA9AECD610236D69 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = D255BAB7E5E515B654EDAD67 /* Test.ice */; }; - C44BE1C922D3653173116D1A /* ObjectAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 76311088F5303F630B9D1AE3 /* ObjectAdapter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C45218CEF77BEEDEF7355C56 /* LocalExceptionDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 445A79064CF64948393E75BD /* LocalExceptionDescription.swift */; }; - C454C5EED2C69E238ED50DA5 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = B88F26BEC7B480A327AB48B0 /* Client.swift */; }; - C48819E4F957A54E015352FF /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A864DCFB7D453663CD16FD7 /* Client.swift */; }; - C4DBA58A0036DE6056365B97 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 851EBE7BCB0ABDCADDDBE688 /* Test.ice */; }; - C51551DD0E0A0E94BEBC12F8 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = D78CE34686A4B4BFD16057B6 /* Collocated.swift */; }; - C51CBF0C456B9754875C8C21 /* IceUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = B7A43DB55534C1EC4B2C2B8B /* IceUtil.mm */; }; - C524553A01141672CDA8FB0A /* CtrlCHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0FB6FFE9F654CF558339B7A0 /* CtrlCHandler.cpp */; }; - C52BC0D38C4E663FF0C06E70 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E672D54C33B901EEFAD1A9FF /* TestAMDI.swift */; }; - C53F42963A4AFD4544698CC7 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - C54BBC52A953AFB63D2B7ABD /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = C19E1DCD6ED441B62D90114D /* Server.swift */; }; - C5762D07DF81F6545ED7D54A /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC9E31096285763A44ED387C /* Glacier2.framework */; }; - C598919CF0C8501D3DC90D5B /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F199BFCA75EA1D85ED8573 /* TestI.swift */; }; - C59E9287370C64C7FE64C74C /* Exception.ice in Sources */ = {isa = PBXBuildFile; fileRef = A8FBA68CBD78E9ADC871C4C5 /* Exception.ice */; }; - C5A8952214CFC78A3233C2BC /* SecureTransportUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0AF6D9D6FA59CAFDB3F6AEA8 /* SecureTransportUtil.cpp */; }; - C5ADF2BFA92E78D349605C1F /* SecureTransportUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0AF6D9D6FA59CAFDB3F6AEA8 /* SecureTransportUtil.cpp */; }; - C5C3A21713BE9FD46C8CFC16 /* IceProxy.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 2D1DA1259D07ADB52B759AD3 /* IceProxy.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - C6695CE4D8CDDF282DB52EAE /* Session.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1FB327988DA6B56153EC048A /* Session.ice */; }; - C6A08EAAFC95EB40B7AA7CA1 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - C6DA937A74733C9A94044CF2 /* IceGrid.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 4B4F81CBE09B9EC7215B359B /* IceGrid.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - C70008E9B4D3760A7C19887F /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - C700D8EA841D2A3DA0DB25E6 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - C770E74F553F7576F55A68FF /* ConsoleUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92DFE8DFF46D7EFF704D4522 /* ConsoleUtil.cpp */; }; - C78E3846FE62A72C93344FA6 /* CommunicatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD60FA4285B90536DAE2ABC /* CommunicatorI.swift */; }; - C791A58653F684CACAC0C044 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - C7B0B5324B1868D1DBEA7750 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99528469CD587F598337AACA /* TestI.swift */; }; - C81496216924244A9E8178C7 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - C84E5F9FB6C72298CFF0D98B /* InputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACB597B2CB96C20CBF0FDA64 /* InputStream.swift */; }; - C8541790D99E74903D0F780E /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 15F534469D81C24FFE8DCEE3 /* Test.ice */; }; - C8AC511677CE0AF0FA3D29C5 /* IceUdp.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E2C01CEC70FAB4F5A70D2671 /* IceUdp.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - C8E013C85F6858FFF3412418 /* ObjectAdapterI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3798FD61820B41A64C69B2A9 /* ObjectAdapterI.swift */; }; - C8E5F5A0CB9E7A88D599124D /* FactoryTableInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61BF1C2278EF3139FA423B0C /* FactoryTableInit.cpp */; }; - C920ED4CE6B727C84E47F6E3 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6237E0C8AD8FD3CE4B7CFAA4 /* Client.swift */; }; - C9343BDFEF3CE4648B07A7A2 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 264D776F123D481FEAD06C14 /* Client.swift */; }; - C94F0E787B8BF56168BCFCBE /* LocalExceptionFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61579E1435780C538ABE9460 /* LocalExceptionFactory.swift */; }; - C95230B6CF60D4621CC8A0AD /* EndpointFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C75AC8274DA14FCDB42058FA /* EndpointFactory.cpp */; }; - C99681DCD743D1398EDD3909 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCF8EE48A1C89A1B55517AA /* Server.swift */; }; - C99E8BCB8C0760680CCEBD67 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB3BD1DF07A3C09CF5FF39EB /* AllTests.swift */; }; - CA06CB0C5AB2857659D30283 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - CA252256CC2991D092545DBC /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = A85AAECD4BA9FD8995F84E21 /* Config.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CA7ABCDBECEDFBFB82D0DF7C /* ObjectAdapterI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3798FD61820B41A64C69B2A9 /* ObjectAdapterI.swift */; }; - CA7BA166EFFBB8A99FC8C1E3 /* Process.mm in Sources */ = {isa = PBXBuildFile; fileRef = DA4864743AE51C6261C21300 /* Process.mm */; }; - CABFF27F6F2A32F14735E3F0 /* Convert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 49E2780B30D2DAD681184D1B /* Convert.mm */; }; - CB11222FA168D7398A6C98F4 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A864DCFB7D453663CD16FD7 /* Client.swift */; }; - CB622D3E7281ED439F00EB46 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - CB7452679BCD75117D5A3606 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - CB85179282353A2E6162CF6C /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - CB8612D9A6C9DA3EB7116701 /* SliceInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53F964ABBD543305F85E892C /* SliceInfo.swift */; }; - CB99DA49E34E24584CAD6913 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - CB9FBAEEE0623717B25517A1 /* IceScope.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 888B3167CD8A4968215F0A38 /* IceScope.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - CC1BC24CBADEC97580FD197E /* ConnectionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D570457F4FC3998BFFBC686B /* ConnectionFactory.cpp */; }; - CC42C6CB3220213E9E19480B /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - CCD00E309469958F09EB011E /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBB75B8D55DDA16960177189 /* TestI.swift */; }; - CCD563DCABA4AE62E785390B /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7AF984294EC849DC6C9C7C4 /* Server.swift */; }; - CD25BD05523C2443FC2D8784 /* AcceptorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF56A55F9B39D512B0DD722C /* AcceptorI.cpp */; }; - CD865BB5039A6DE5AC815FFD /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F917AF2529230B31D362F2 /* AllTests.swift */; }; - CD9E6556C12C343B208C4334 /* IceRetry.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 111E017C3F3407C4582DC59A /* IceRetry.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - CDE84069274E7AA63091B286 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - CE104544E2C5CE0767FB43B6 /* IceStorm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1124897FAD46E0C20C2CD5AF /* IceStorm.framework */; }; - CE1B98B411AF06D2C3E6EFF8 /* LocalObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A9C59F0ED0E375A09B03481 /* LocalObject.cpp */; }; - CEAB89B465FF09233302CEC7 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = B286694690297FFF7DF31EA9 /* Client.swift */; }; - CEB1C40BD472C200638316CF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - CEC4684BC2D30A4AB0A27E2D /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B30555E6708ECEFAA4EDD334 /* TestI.swift */; }; - CED7A97236DE1FC84F1177A4 /* Communicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 184B082770DE7259A12A3BD1 /* Communicator.swift */; }; - CEE0EE82A6664D4B381E4F16 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - CEE0F269C74426DE6DB3DAD6 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - CF222468EC9ED1E375019BD8 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A4046F75C70A64F2CF9A29E /* AllTests.swift */; }; - CF29DF860D834842B34492BA /* IceRetry.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 52278F0A9D3CC113108CA88D /* IceRetry.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - CFA2FB72A8A2B0C3CD06F39F /* TraceLevels.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D36CEA6C13079203D960A28A /* TraceLevels.cpp */; }; - CFC18099F19E175F8039038D /* LoggerWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982DC694739062479B93510C /* LoggerWrapper.swift */; }; - CFFE0C91E174DFB6AFC62D11 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = F82270A0824387C79330584C /* Client.swift */; }; - D02DC67B4C2549D73E315F6A /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = D789BAF0BE9CC7DA9EAB63A2 /* Collocated.swift */; }; - D032321DCBCDE32548CA1618 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = F92FE3784F36CF61C114C8A7 /* Test.ice */; }; - D08C9B039F3B7FFA8A628B3E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A76BBEE914CB874C8B739408 /* Security.framework */; }; - D0A4E10E3BDFE93277F3A0A5 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = F48CF258CC15C9D7DB246467 /* Server.swift */; }; - D105991EF83EACF61F5208BC /* Communicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D635B8A9885F1816618FFF5 /* Communicator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D1086683670BCE57082B1CD4 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0AEBA30C56A413C37FEDC134 /* Metrics.ice */; }; - D14B93BD4ECF1E16210A2D13 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = D789BAF0BE9CC7DA9EAB63A2 /* Collocated.swift */; }; - D153EC50266E9B2F09907800 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - D16B4716FEE396397A5DD51F /* PropertiesAdmin.ice in Sources */ = {isa = PBXBuildFile; fileRef = CCFAA81005DA44D89E41494D /* PropertiesAdmin.ice */; }; - D1B35391E8FCD2989699CBA6 /* AdminFacetFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = B30F448C0594430A4E0E1449 /* AdminFacetFactory.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D1CE0391F2DC75CB87425047 /* IceImpl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 75F40F1911A6EA4452908C71 /* IceImpl.framework */; }; - D1DC12249C8AD1DE0B56F4A4 /* NetworkProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE12756CF23A83E52C61D223 /* NetworkProxy.cpp */; }; - D2515E535E9A0C8F55C4E938 /* OnewaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0635A59EF2F6E52013CF218 /* OnewaysAMI.swift */; }; - D268A8AB3B87A3F89F29BF12 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CFF70BA10C4D6AE188D017E /* Client.swift */; }; - D2EC16CDEC89CB28A7ECC4B8 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - D32123218F102E10A40E2517 /* IceInfo.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 31CED9038EC89062E2687C72 /* IceInfo.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - D344AE565CDA1EFACB3E6D8B /* Endpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 3002D403128013C2404936BD /* Endpoint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D3C12C588ECD99B77FD53F5F /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - D3FA2823ABE107257D253E69 /* Network.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0EFFE201B94FAE9FB1295F1D /* Network.cpp */; }; - D41343A9E5B61EA1DF0EC0E4 /* IceInterceptor.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = AE9FF7D3CCA47C89D218FFEE /* IceInterceptor.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - D41482265E25E3510EDA73D9 /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 44C06A1AEDD98E9D1115EB3E /* Exception.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D41EF67EB7FDAD10101461CA /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 03C85223CF53FA8C62D9D7B6 /* Metrics.ice */; }; - D43A0276A7E9664595C9F36B /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - D4B13738FC7E917F448E9D1A /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - D50693D75429F2F8FDE1D556 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - D57842885C9223C95EEA23FB /* Glacier2Swift.h in Headers */ = {isa = PBXBuildFile; fileRef = 84CFA96B1376810A278A1749 /* Glacier2Swift.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D5C7A0B1BC49DC9001E9B256 /* PropertyDict.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6D3DB17839D1905C961285D5 /* PropertyDict.ice */; }; - D5F2E483F2CAB70FF08377D3 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B80D1F29C6A35D955A94B1AE /* AppDelegate.swift */; }; - D5FCA2ECAEAB0118A83B1084 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - D601DC97D4D4A251BD47C21B /* Context.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8873EA7FF0431868BF97BF8D /* Context.ice */; }; - D60A3003C2A82F2742C7F04F /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9AE62B725D03CDAC1B7BCBF /* AllTests.swift */; }; - D67186A61676EA7BB4903D63 /* LocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F9A21CE53736A014B4EDECB /* LocalObject.swift */; }; - D68D845996671C82C624D511 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B839F8BB619665F6310934B /* AllTests.swift */; }; - D6A2FEC9AD952DC08FFF98D1 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = C170AEFA2DAA25C77B642B50 /* ServerAMD.swift */; }; - D725BFF39A8A7D7D356BFB68 /* IceSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = D82D2DB3437A859C9A02427E /* IceSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D7627C6559C1000CD02F4CA7 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - D78A6E3CEF457BBFFB8E4BBB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - D78ED6C3C9B75089154E32E2 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 563E87FE0656F0B5B4ECBC45 /* TestI.swift */; }; - D79D5036D144871CAA38E8DD /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - D7A2D9874C1DF3556BC94CE0 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C6C2523849920E54B5C3674 /* TestI.swift */; }; - D7A30EE1AC30494211B6235B /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - D7B4AE4B2DBB9275E10F8507 /* NativePropertiesAdmin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30A005FA49909E00786C40AA /* NativePropertiesAdmin.swift */; }; - D7C189E87156A9E30F00FF99 /* ServantLocatorF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FF9AEE9480B3623AF7E5DCA7 /* ServantLocatorF.cpp */; }; - D7EF61DAF00E36DA514A3C61 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42FCF5F723B9F42D13E7A575 /* TestI.swift */; }; - D8537385D90C11E0C55840C6 /* Endpoint.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0DA087232F08332FC98A97BC /* Endpoint.mm */; }; - D85502B5DD415C191999FC52 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - D8C81CE7F1DED28C44ABB600 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - D90CE957121A84EACAD5D2E3 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B29BEC4319D17CB3605C32E1 /* TestI.swift */; }; - D927230E991DEA814CAEB807 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - D944DDDFF3D0B9567A1BE5E2 /* PluginF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BB35BFDB4D9B787E400326E /* PluginF.cpp */; }; - D98AF6B485F2F611F7973894 /* StringConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A1998FED769C42CDC7AB11C5 /* StringConverter.cpp */; }; - D9B2618F56528BF1B2DED2BF /* Properties.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6CE17F65AD7D95CE4D52AEB8 /* Properties.cpp */; }; - D9F2CEAC2E915D020F5912D0 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - DAB7DEB33FC1FA8912F2EBA2 /* ValueFactoryManagerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5B3CF540FFDDB8D8BB9DF0C5 /* ValueFactoryManagerI.cpp */; }; - DADBC1295E2A171BA2EC50A4 /* IceDefaultValue.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 8A39FB52971B8BCC7CD607F3 /* IceDefaultValue.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - DB25127E76899AD620191D16 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - DB2F97CE9AE225B4A886DA05 /* EndpointInfoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54BEEE0D2C2D30B880D903F2 /* EndpointInfoFactory.swift */; }; - DB3A9B50184179620C44C96C /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91702C97E64FB532023CE75D /* Server.swift */; }; - DB47A318EF29D485F2DBC9B6 /* NativePropertiesAdmin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30A005FA49909E00786C40AA /* NativePropertiesAdmin.swift */; }; - DB4F11B521C6D3A69C4FA7CE /* Process.ice in Sources */ = {isa = PBXBuildFile; fileRef = 316C086D0730E162FA3210E3 /* Process.ice */; }; - DB5F541975063E593546079B /* ClientPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = AF9A4516C12A26D9D9FBBED9 /* ClientPrivate.ice */; }; - DB65655BB695669B985C0DC9 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = B88F26BEC7B480A327AB48B0 /* Client.swift */; }; - DBA772351D1FF736995A2143 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEB9F4EFA4B5E11103B64F2B /* TestAMDI.swift */; }; - DBC636FA81F0EB0411DC86B0 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = C95A65FBDD4DD8B4198F49DF /* Test.ice */; }; - DBCA5CCA1700E23B869F20D0 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - DBD096113939BA24E05072E2 /* IncomingAsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C8E7374D8D5DA4006B190AC /* IncomingAsync.cpp */; }; - DBD9C22B3087AE2BE513DAB7 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - DC328F456BDD65ED1668E893 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28A0C809966F471AF3580423 /* AllTests.swift */; }; - DC43BC0784EB4DB40CE3D228 /* UdpEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 356A5466FDDC86F58D1F4D42 /* UdpEndpointI.cpp */; }; - DCB11FBA6D5CA80E865C2819 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - DCB9207DBBD27DB0A13C371F /* ServantManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 625E4E47BE0B8C13B100A33B /* ServantManager.cpp */; }; - DCEDCE9F1CD9514D03FBC3C3 /* PropertyDict.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6D3DB17839D1905C961285D5 /* PropertyDict.ice */; }; - DCF75D9CA0611B6B1B4956E3 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - DD4688ED369D5398F27F3A93 /* TestCommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C4F4C9865AF32911F1A508 /* TestCommon.swift */; }; - DD683627B085DAED6347C947 /* Incoming.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01108206A582A67F00C05EBC /* Incoming.cpp */; }; - DDCA8F2E42DCD0F98C3B3AC3 /* IceAdapterDeactivation.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = C4D40FD4D514C6255DCF1E88 /* IceAdapterDeactivation.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - DDEC0533CBB5C093F7597307 /* IceSlicingObjectsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 20323F0CD7B9AE4569FF4757 /* IceSlicingObjectsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - DE6DB9614747B693F25C6D40 /* Process.h in Headers */ = {isa = PBXBuildFile; fileRef = 0026EE92FD5C304A025799B2 /* Process.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DE851618312004CEBFBCF914 /* IceOptionalAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = CB65DF0EB3BC9182E42B33C6 /* IceOptionalAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - DF26340484CF5EA4B18F615D /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - DF3CEEDE9EC370E61DC8F21A /* ImplicitContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2817D930A52C7947C86C0F56 /* ImplicitContext.cpp */; }; - DF4AE94D779813C602F900E3 /* Descriptor.ice in Sources */ = {isa = PBXBuildFile; fileRef = 182EAED50584404F22460330 /* Descriptor.ice */; }; - DFF0A49D4C787A8A1EF31837 /* MetricsAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E64DA691FE8767C9AE657374 /* MetricsAdminI.cpp */; }; - E0151FD5C29B853B09F13A21 /* Convert.h in Headers */ = {isa = PBXBuildFile; fileRef = 86BC667FEF2BA5820A7B7BA5 /* Convert.h */; settings = {ATTRIBUTES = (Private, ); }; }; - E02E83CB5991647FE818D277 /* StreamTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 885AE89496BA237CFD217347 /* StreamTransceiver.cpp */; }; - E05843FBC3FB2C0977CFC6B5 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - E0A07110CCA4F4832A4D9A8D /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E9CE949ADDB5DA57B0A2360 /* Client.swift */; }; - E181720D16E284E00EF5594A /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECAF5F62EDCF29B918CCA154 /* Client.swift */; }; - E197FD3BB8AE4C794D633A66 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29F96EFF6178BC3FE5DB0F00 /* TestI.swift */; }; - E19EEACF9EFBB411CE1EF29A /* LocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3157232929DAA590D328DEC9 /* LocatorF.ice */; }; - E223F919074FF937A6DD4674 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24D8133BFA0658F49BD7539D /* ServerAMD.swift */; }; - E23E1EE2CED7A8E397A83390 /* Initialize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 883D1C33472953A1CD1DB112 /* Initialize.cpp */; }; - E26864CCB63877CE01685511 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91079E777372B4F182F41A0A /* Collocated.swift */; }; - E2972B4D300F3C37F8B874AB /* SliceEscape.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 0753F097A120485770B9AAA7 /* SliceEscape.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - E29F4A25A6CB7DDB3B674446 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - E2AF96A686DFC6CEF9F5673F /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55EDAF98FFDD5285D1D33F96 /* Collocated.swift */; }; - E2C6533B983B817B639CF4A8 /* IceSlicingObjects.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = FA5ED0AF00325B25AA3D49E3 /* IceSlicingObjects.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - E2D0A8536465DD4F82547451 /* IceStorm.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1124897FAD46E0C20C2CD5AF /* IceStorm.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - E2E0F43EA08F84F854E28815 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - E307006E2183F31E65D4485C /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91702C97E64FB532023CE75D /* Server.swift */; }; - E308EC7E46EE3A0299C0B22B /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - E3100941E2344C35E29B6220 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - E32DDB7B74A4B86863D3EEF1 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - E340CCAF0754D842188E25F0 /* IceAcm.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = EF8280C5D17209751E14553C /* IceAcm.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - E35148CD7DAB1777BA4CAFB1 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C6C2523849920E54B5C3674 /* TestI.swift */; }; - E35F2CFE3A1690512338A863 /* IceEnums.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 527D2F42A3A39B2F888A301D /* IceEnums.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - E3972E1B16DA8EFF78CA1E2B /* ServantLocatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEF8392F8E40DDD59B323CB4 /* ServantLocatorI.swift */; }; - E3AC6A9A5C67AA8655036221 /* EndpointTypes.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1082EDDCF74692688AF946C2 /* EndpointTypes.ice */; }; - E3DEACACB95B8C3102DDB545 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - E47CD5936E8B95B198BFA1C2 /* OpaqueEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 785159C3CF8A869678895694 /* OpaqueEndpointI.cpp */; }; - E4AE87EB9BC7E71107135D00 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - E4CBF5D56D5430BCEA4B2DC7 /* BlobjectFacade.h in Headers */ = {isa = PBXBuildFile; fileRef = 46495D8B50FD3CF57DCEE7F0 /* BlobjectFacade.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4CC75662A01D162EE144698 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 17996C6A0CAFEC7E4D7ECECA /* TestAMD.ice */; }; - E501FE1E712129E20E07D4AE /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = C39BB4ED7CFFA4DACD478D9B /* Util.swift */; }; - E5473376AED73F1438E138F2 /* LocatorInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94CF1B1374A50ED7765868B6 /* LocatorInfo.cpp */; }; - E5FE605239046B97A6C988CE /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A334934D39F8288BF273ECE /* Object.swift */; }; - E61A9E65292B18FA7BF6C132 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = F507DE59727141A808786F2E /* Server.swift */; }; - E6F0BE4CB1ABA83CE61C9945 /* ServerPrivateAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1805A9AC8B6C175A9078A8BE /* ServerPrivateAMD.ice */; }; - E7EBDF8C478244E67DC7DCFD /* IceOperationsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 3660CBA3E7714EF6A750EB80 /* IceOperationsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - E89488B5B743CD7A045BF459 /* ConnectionI.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBA8491A44D0E0482F4677BC /* ConnectionI.swift */; }; - E89BA43278472B643EAAB3B6 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - E918EEBC3D0F1CE51176DCEE /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - E91EB9D7B8B7795C0B78675B /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE034D58C57F544FFE3F539 /* Client.swift */; }; - E962F80C77FF5299C4C4D217 /* BatchRequestQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 984E408AE1C36AB3B759095E /* BatchRequestQueue.cpp */; }; - E97CA34DFCE7B221D995416A /* Exception.ice in Sources */ = {isa = PBXBuildFile; fileRef = A8FBA68CBD78E9ADC871C4C5 /* Exception.ice */; }; - EA0D065C1E4099C44E194E8C /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - EA21B0DE086FB62B4FEF07D9 /* InputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 867D107D3A25FB9B5C7EB522 /* InputStream.cpp */; }; - EA3ED4751E869E5A27D4B1F3 /* PropertiesAdmin.mm in Sources */ = {isa = PBXBuildFile; fileRef = E004376D0DBB79789D7E0BB1 /* PropertiesAdmin.mm */; }; - EA51FF5B9B7905F24C928234 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - EA6D83B47C084C836B155733 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - EA7798C535376FCDDD288B23 /* UserAccountMapper.ice in Sources */ = {isa = PBXBuildFile; fileRef = 57E9BE44DC6129D6174B2306 /* UserAccountMapper.ice */; }; - EA7894F677C2CB4B39104F52 /* Communicator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9E33109A1F05AA19BCF9156F /* Communicator.cpp */; }; - EAA90F488F7A73863F034EB7 /* SHA1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 17A5B44F6AAFD44E0B814FED /* SHA1.cpp */; }; - EACB71E0E6B79A43AEF2452C /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A88EA74CCC4616D710AFB6 /* Server.swift */; }; - EAE540AF9A510E806A0A6DE0 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE034D58C57F544FFE3F539 /* Client.swift */; }; - EAFD3C037AB308364D7C3257 /* Base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 641754B3600E4B8A31487EBC /* Base64.cpp */; }; - EB6C3B8252BD2D2AF409093F /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - EBA1DA967D35C0D0A341DA44 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - EBB0CD6C3F76CA09601BFCD6 /* ObjectAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = BFD81A96B2FEDC7DD5A61FF8 /* ObjectAdapter.mm */; }; - EBBBBA347D35251165034E98 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD5215EC1E4F66AFE89CA625 /* Client.swift */; }; - EBBE0DA68CFE17CB462F7A33 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - EBD24F5DB9010C8B469F9827 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - EBDF86BF40CA2C7A8491A3CB /* ConnectionI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94212BAD957A78E36EC3EED4 /* ConnectionI.cpp */; }; - EC0384061AFFE85E8AB9C198 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - EC2F3A3A271839B3754275AF /* EndpointI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3F96F9704EBDCFBCAE0D3C3 /* EndpointI.swift */; }; - EC3539F63056F5A2F978BCFD /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 20112BFE6EAD65723FA67120 /* Test.ice */; }; - EC564EE3C735217D1425A1F6 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64A4D123257EF075A8AA0433 /* Client.swift */; }; - EC5656E3040B84EA47EF916F /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1D37440609D6999223F5D3FC /* TestAMD.ice */; }; - EC60696E4D73094969C50224 /* ProcessI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 488C831449F529C0B214CABE /* ProcessI.swift */; }; - EC63C9E225E8A81C43F571F5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - EC748BF1BB9717982863E011 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - EC7C6DB79B4B347EE47BFFAE /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECF4655D8774B8E48A8D6C2 /* Properties.swift */; }; - ECC6D6BFAE455D0D6467A97A /* InputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 867D107D3A25FB9B5C7EB522 /* InputStream.cpp */; }; - ECE0414F228AF7BD0A6CD5BE /* Glacier2Swift.h in Headers */ = {isa = PBXBuildFile; fileRef = 84CFA96B1376810A278A1749 /* Glacier2Swift.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ED8968CF101C1ACB84813849 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - EDBAF134DD0098517F50EF31 /* TraceUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7370B3F9D40F36F1BD730CCA /* TraceUtil.cpp */; }; - EDE8359ED25362D39ABC2006 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8009BD807CE901360AA23914 /* Collocated.swift */; }; - EE41BB9626CE81B8FDEE3A96 /* ValueFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECE37EE5C08B6FFE1F009314 /* ValueFactory.swift */; }; - EEA8CF883428B01324439676 /* Exception.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A781B49FC82F7FA0184F819 /* Exception.mm */; }; - EEC09ED2D0320C190B31AB1A /* ThreadException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7529B82331E9F8857C04C1C1 /* ThreadException.cpp */; }; - EED1C79E8ACA0DEC111B78B5 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35CD479A4FD1B76DA514E6A7 /* TestAMDI.swift */; }; - EF1026DCF581C70032FA0378 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19266A1DAEA30EF728B73CC3 /* TestI.swift */; }; - EFA435C5A247BC5BCE19D259 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - EFC42E1F469F67928B7880AF /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = E9827291A2B8B54C49FD1C85 /* Router.ice */; }; - EFCD4FF028F6D0D0394EFF15 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - EFEB20A1051E651311733724 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; }; - F000C7B14C676D9958496224 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - F003F36413ECB9AAC2EED254 /* Clash.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4AB5AD4F60E4B47BF3908206 /* Clash.ice */; }; - F008FF5C531FCFA968DB43FC /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - F06DABC8F789B26B76E47733 /* UUID.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 383E5361C48546671985CEC1 /* UUID.cpp */; }; - F119C7D34FDA00A16FC2901F /* EndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1DA9250AC15D1756168A2B45 /* EndpointI.cpp */; }; - F14D5146507DA54D91A1BD68 /* IceDefaultValue.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 3D9AB0F6AC4AB0F35FE74791 /* IceDefaultValue.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - F15FFA97EB815CA125B02D0D /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - F16D9AE5F816E0B62C072FF8 /* IceProxyAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 521B530EB810B4F3FDF103AE /* IceProxyAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - F1D0B9CA4E53F0F5D4F4CD7C /* LocalObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A9C59F0ED0E375A09B03481 /* LocalObject.cpp */; }; - F2364111174F01731C82C021 /* ObserverHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EB4A218E07221A655D54AA36 /* ObserverHelper.cpp */; }; - F24E976B9B14EFDD3A43D9F0 /* WSAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE7FC47F6D6B7DAFEE7F7199 /* WSAcceptor.cpp */; }; - F2596BE326CE45BC7742E857 /* CountDownLatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4530DDD8E7C70EA73CE9806C /* CountDownLatch.cpp */; }; - F29EABBF0CB48EAEC44846C0 /* ImplicitContextF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9BFE5D27E6A8D49C4BDD2EA /* ImplicitContextF.cpp */; }; - F2B4C954CE265C6CA7C0379F /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18BC8EBDD63E0C2D34096A45 /* AllTests.swift */; }; - F3AE9F326A4E8D3C7742A825 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - F3BFDF6276C92219D831CF37 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F4E52F6B53EC59E12989136 /* Server.swift */; }; - F3C4B8D113757FCF301EBE40 /* Registry.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7644F0F2714625FA88C9AD42 /* Registry.ice */; }; - F409F00F203EC89CA51E0A38 /* libIceLocatorDiscovery C++11 macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A510B59CE2B6AA8EFA619EC /* libIceLocatorDiscovery C++11 macOS.a */; }; - F42733420894D924995579FA /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - F436214884717A226C19BABA /* SliceFlags.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650FAAE913B2A55BF40BDCC9 /* SliceFlags.swift */; }; - F44F09FC50983B33CA155BCC /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - F495F23D82D40A47A9D1E607 /* WSConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C12F72D326BA31E4F3222697 /* WSConnector.cpp */; }; - F4B2C0B78846F44DD5783E24 /* Logger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7100AF407ED59019E77AC492 /* Logger.cpp */; }; - F4BBCDFCE0020D59F4948512 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C307ECD76BE33A0CF42D8C5E /* TestI.swift */; }; - F4D4D42004E2A8B4848C1974 /* IceStorm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBB10CD52BD86395BC343A0B /* IceStorm.framework */; }; - F51CE551648B1FC70B05D074 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F199BFCA75EA1D85ED8573 /* TestI.swift */; }; - F54E29A83133FED14C4AA068 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - F5BEA2EED4C65B3DAE24BD89 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623E717A20F91E615D53E150 /* Ice.framework */; }; - F5C41130540FE9B6122E67F0 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = F48CF258CC15C9D7DB246467 /* Server.swift */; }; - F5DCD092A15EABAC72CD123F /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 44C06A1AEDD98E9D1115EB3E /* Exception.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F5F3067FDC9D9F16CB71BA52 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - F60726DED3F8C32EDC364E5E /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE7456538444EC0F07561F0C /* CFNetwork.framework */; }; - F6130667EEC45C8B8C04F6D5 /* PromiseKit.xcframework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = EA0C9E634315389E93760409 /* PromiseKit.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - F619711485EDDECCB70B13D6 /* IceLocatorDiscovery.ice in Sources */ = {isa = PBXBuildFile; fileRef = 47C76C71FAF5177CE46CD3A6 /* IceLocatorDiscovery.ice */; }; - F64A2A95D6F8A7C4F2952565 /* SSLEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84C9F21E9071D52008E29F7D /* SSLEngine.cpp */; }; - F68B4DF0253D222B31B35C26 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DEFB158CC638F81D597598D /* Client.swift */; }; - F6F23CE71F35F38DE87E9E34 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - F7003057ACD7706B34EB16DE /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - F723B17ACC9D31321799699B /* Session.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8C6C2E58CEE36AE17B95BBDF /* Session.ice */; }; - F7415767004FA2E0065FA725 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64A4D123257EF075A8AA0433 /* Client.swift */; }; - F752CC7EFA8086CDD6C5E082 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 78C5BD54F95050856DFE68B6 /* Test.ice */; }; - F7C8A67B885A817C96022E8E /* EndpointInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A1720B2080C837E243F2B03 /* EndpointInfo.cpp */; }; - F841E91AB24CFF119C4ECADB /* OnewaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0635A59EF2F6E52013CF218 /* OnewaysAMI.swift */; }; - F853FF29834F3A98B356B819 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = F624035F99B563D25F09B7C7 /* Collocated.swift */; }; - F85E2EAA0FE75971389BF9BC /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1F0A3B85E7C703B656F50B /* Server.swift */; }; - F8A26A46B9D469F028B274D6 /* UnsupportedAdminFacet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 61FD2D97AAE33B8E0DAD2E48 /* UnsupportedAdminFacet.mm */; }; - F8AE7086EF9EDB76BE7A3A53 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - F8AF05D3D02758C4D61B5AAA /* StreamConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8D3D49BC0C29B23231C962C1 /* StreamConnector.cpp */; }; - F8B84A99BE37924E8E4DA550 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 62A61E872435F58924471D31 /* Test.ice */; }; - F97303BDE976828772DB337F /* CollocatedRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1B7D798CB60FB962ADC8BB32 /* CollocatedRequestHandler.cpp */; }; - F982DDE3FB82C7D1898A75EA /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - FA555EB54DACFD9D761D6FC4 /* IceStormSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B8D9DC9A4A10105943CA252 /* IceStormSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FA5C13F1752E964A498372BD /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = E9827291A2B8B54C49FD1C85 /* Router.ice */; }; - FA894F44B092863141ACD7F2 /* Context.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8873EA7FF0431868BF97BF8D /* Context.ice */; }; - FA8A89058765313529AEEBB5 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; }; - FAD3DE4312F7A038C6DA7C55 /* ObjectPrx.h in Headers */ = {isa = PBXBuildFile; fileRef = 136757D4ECE48D0332330C07 /* ObjectPrx.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FAD9CD415201EFD644E6C067 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 665569D1BB698FBBAD74786F /* Ice.framework */; }; - FB55128612C2742926060871 /* Controller.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9B32AF013885664AA93CDF20 /* Controller.ice */; }; - FBB2C953993DE748B2A6C6EB /* WSTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0AE70EAEDEBB73331DA341D1 /* WSTransceiver.cpp */; }; - FBBCD12CB9D5CA67DBDD41E1 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */; }; - FBDA2A323E16719E6B1D4FCF /* Cond.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D86BEF346F9EC95AE96B2542 /* Cond.cpp */; }; - FC4406B16133D5DB2D35C383 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35CD479A4FD1B76DA514E6A7 /* TestAMDI.swift */; }; - FC7B26ED74639F2BB9F93A02 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - FCD872B7C1D9BE4CE81FD976 /* Blobject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB3BFC19DFE9088A67D092 /* Blobject.swift */; }; - FD97C877D0A6E8EBC72947DB /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 716DB7C607CA120F7407022D /* Test.ice */; }; - FDC26D84EB2C97ABE817BA32 /* PropertiesAdmin.mm in Sources */ = {isa = PBXBuildFile; fileRef = E004376D0DBB79789D7E0BB1 /* PropertiesAdmin.mm */; }; - FDC57E65D1E2B61C6A9B72E4 /* OutputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5DF959949FDCEE7CC6B0467A /* OutputStream.cpp */; }; - FDFEF92494E9C48648F75CE8 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */; }; - FE35E2AABC406998CC02C40E /* LocalException.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8E6E1452E1DA4C8ED9914AA /* LocalException.swift */; }; - FE4662B08E26ED2C373D6F18 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2080E2259670BD44DFA6BF51 /* Test.ice */; }; - FE91C36B606C07C238266AFD /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3A42A2314F003B797A43F677 /* TestAMD.ice */; }; - FE91EA7EF11C6BA28BBDC339 /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9A5B352FEADCB1E176B01CED /* PluginI.cpp */; }; - FEBC2B49BBC84BD0A8F105BA /* SSLEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84C9F21E9071D52008E29F7D /* SSLEngine.cpp */; }; - FEC198B949003EBC0419B2FE /* OSLogLoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8D821D8582839A7FD652F7F /* OSLogLoggerI.cpp */; }; - FF242AA9EF6B6A08B2C704D7 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; }; - FF28669111DB6900FD7EA5F2 /* ServantLocator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09338C104543AFAA089DE918 /* ServantLocator.swift */; }; - FF3E4B8CF7B4533E10AF4001 /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 254F677EC087A0400A2F76B1 /* PluginI.cpp */; }; - FF94B860B7BEA9E1457D83AD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */; }; - FF9DB9AC2D507DF4E55AC4E7 /* ConnectionF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8488FB8F37D7958B38971E9F /* ConnectionF.cpp */; }; - FFBDF22B7DF2677CB22EF437 /* EndpointTypes.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1082EDDCF74692688AF946C2 /* EndpointTypes.ice */; }; - FFD6CAA05C764C508C44A856 /* SSLEndpointInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED98AEC78D53B98EF9216B56 /* SSLEndpointInfo.swift */; }; - FFE2C2D210CA1BED6B7A3406 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19266A1DAEA30EF728B73CC3 /* TestI.swift */; }; - FFFCF7DD3F4A9E9BCD8C56DA /* IAPConnectionInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30A8799AA971D15AED949425 /* IAPConnectionInfo.swift */; }; -/* End PBXBuildFile section */ - -/* Begin PBXBuildRule section */ - 04DD2A095C30642B8CC50942 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/operations/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/operations/Test.ice, - test/Ice/operations/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/operations/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 0551E50A64EA50DF215E7B90 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/ami/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/ami/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/ami/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 077C827730D516B87FCE7C69 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/info/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/info/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/info/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 095881B07F194A8C319DABAE /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/defaultValue/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/defaultValue/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/defaultValue/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 0B74A63CFEF7DC7B73AFDB43 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/invoke/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/invoke/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/invoke/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 0D054AEC1F4A7E0B48A26195 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/IceLocatorDiscovery/$(INPUT_FILE_BASE).d"; - filePatterns = "*/IceLocatorDiscovery/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - "$SRCROOT/../slice/IceLocatorDiscovery/IceLocatorDiscovery.ice", - ); - isEditable = 1; - name = "Slice2Cpp Compiler for IceLocatorDiscovery/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/IceLocatorDiscovery/$(INPUT_FILE_BASE).cpp", - "$(SYMROOT)/$(PLATFORM_NAME)/include/IceLocatorDiscovery/$(INPUT_FILE_BASE).h", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2cpp\" ]; then\n SLICE2CPP=$BREW_PREFIX/bin/slice2cpp\nelse\n echo \"Failed to locate slice2cpp compiler\"\n exit 1\nfi\n\nBASENAME=$(basename -- \"$INPUT_FILE_PATH\")\nBASENAME=\"${BASENAME%.*}\"\nmkdir -p \"$DERIVED_FILE_DIR/IceLocatorDiscovery\"\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir IceLocatorDiscovery --output-dir \"$DERIVED_FILE_DIR/IceLocatorDiscovery\" --depend --depend-file \"$DERIVED_FILE_DIR/IceLocatorDiscovery/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2CPP\" >> \"$DERIVED_FILE_DIR/IceLocatorDiscovery/$INPUT_FILE_BASE.d\"\n\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir IceLocatorDiscovery --output-dir \"$DERIVED_FILE_DIR/IceLocatorDiscovery\" \"$INPUT_FILE_PATH\"\nmkdir -p \"$SYMROOT/$PLATFORM_NAME/include/IceLocatorDiscovery\"\nmv \"$DERIVED_FILE_DIR/IceLocatorDiscovery/$BASENAME.h\" \"$SYMROOT/$PLATFORM_NAME/include/IceLocatorDiscovery/$BASENAME.h\"\n"; - }; - 0DD9AD4A7BD828C8FD11AB79 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/scope/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/scope/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/scope/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 14B388FC673F3EA219B586B4 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/proxy/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/proxy/Test.ice, - test/Ice/proxy/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/proxy/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 156C7100B7FBB44163EE0002 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/proxy/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/proxy/Test.ice, - test/Ice/proxy/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/proxy/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 19382B6CA1842F4A00577156 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/invoke/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/invoke/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/invoke/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 1A67DD863C56824D6E2006C6 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/servantLocator/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/servantLocator/Test.ice, - test/Ice/servantLocator/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/servantLocator/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 1AACFC0222397DAB936D6C48 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/timeout/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/timeout/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/timeout/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 1B80CF27C9EDFA2D30FC4E48 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/Ice/$(INPUT_FILE_BASE).d"; - filePatterns = "*/Ice/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - "$SRCROOT/../slice/Ice/BuiltinSequences.ice", - "$SRCROOT/../slice/Ice/Context.ice", - "$SRCROOT/../slice/Ice/EndpointTypes.ice", - "$SRCROOT/../slice/Ice/Identity.ice", - "$SRCROOT/../slice/Ice/Locator.ice", - "$SRCROOT/../slice/Ice/LocatorF.ice", - "$SRCROOT/../slice/Ice/Metrics.ice", - "$SRCROOT/../slice/Ice/OperationMode.ice", - "$SRCROOT/../slice/Ice/Process.ice", - "$SRCROOT/../slice/Ice/PropertiesAdmin.ice", - "$SRCROOT/../slice/Ice/PropertyDict.ice", - "$SRCROOT/../slice/Ice/RemoteLogger.ice", - "$SRCROOT/../slice/Ice/Router.ice", - "$SRCROOT/../slice/Ice/RouterF.ice", - "$SRCROOT/../slice/Ice/Version.ice", - ); - isEditable = 1; - name = "Slice2Cpp Compiler for Ice/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/Ice/$(INPUT_FILE_BASE).cpp", - "$(SYMROOT)/$(PLATFORM_NAME)/include/Ice/$(INPUT_FILE_BASE).h", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2cpp\" ]; then\n SLICE2CPP=$BREW_PREFIX/bin/slice2cpp\nelse\n echo \"Failed to locate slice2cpp compiler\"\n exit 1\nfi\n\nBASENAME=$(basename -- \"$INPUT_FILE_PATH\")\nBASENAME=\"${BASENAME%.*}\"\nmkdir -p \"$DERIVED_FILE_DIR/Ice\"\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir Ice --output-dir \"$DERIVED_FILE_DIR/Ice\" --depend --depend-file \"$DERIVED_FILE_DIR/Ice/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2CPP\" >> \"$DERIVED_FILE_DIR/Ice/$INPUT_FILE_BASE.d\"\n\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir Ice --output-dir \"$DERIVED_FILE_DIR/Ice\" \"$INPUT_FILE_PATH\"\nmkdir -p \"$SYMROOT/$PLATFORM_NAME/include/Ice\"\nmv \"$DERIVED_FILE_DIR/Ice/$BASENAME.h\" \"$SYMROOT/$PLATFORM_NAME/include/Ice/$BASENAME.h\"\n"; - }; - 1E983DE40B938FAE71CA7E93 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/Glacier2_$(INPUT_FILE_BASE).d"; - filePatterns = "*/slice/Glacier2/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - "$SRCROOT/../slice/Glacier2/Metrics.ice", - "$SRCROOT/../slice/Glacier2/PermissionsVerifier.ice", - "$SRCROOT/../slice/Glacier2/Router.ice", - "$SRCROOT/../slice/Glacier2/SSLInfo.ice", - "$SRCROOT/../slice/Glacier2/Session.ice", - ); - isEditable = 1; - name = "Slice Compiler for Glacier2/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/Glacier2_$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\nBASENAME=$(basename -- \"$INPUT_FILE_PATH\")\nBASENAME=\"${BASENAME%.*}\"\nmkdir -p \"$DERIVED_FILE_DIR/Glacier2\"\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/Glacier2_$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/Glacier2_$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR/Glacier2\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/Glacier2/$BASENAME.swift\" \"$DERIVED_FILE_DIR/Glacier2_$BASENAME.swift\"\n"; - }; - 1FFB7E77246CEEA7A9792AA1 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/optional/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/optional/Test.ice, - test/Ice/optional/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/optional/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 206099BF9F8FCBCA2E0A413E /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/udp/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/udp/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/udp/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 231EAF2E19204F70B23BF53F /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/optional/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/optional/Test.ice, - test/Ice/optional/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/optional/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 24F2F01F8EEF2C4CB373FCC8 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/hold/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/hold/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/hold/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 28D5EA1A1AA306E86C6AD163 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/enums/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/enums/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/enums/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 2CFED10F8D5236F9A148CD79 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/slicing/objects/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/slicing/objects/ClientPrivate.ice, - test/Ice/slicing/objects/ServerPrivate.ice, - test/Ice/slicing/objects/ServerPrivateAMD.ice, - test/Ice/slicing/objects/Test.ice, - test/Ice/slicing/objects/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/slicing/objects/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 30B5A14F5CA24A6F0DF27B48 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/stream/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/stream/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/stream/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 3582947254C6A89F45090F31 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/timeout/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/timeout/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/timeout/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 372D520C7C298EADCE492969 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/hold/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/hold/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/hold/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 39E18D979D630330D623018C /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/location/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/location/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/location/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 3AE97D276ED0B4BFE3E8DBCC /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/IceGrid_$(INPUT_FILE_BASE).d"; - filePatterns = "*/slice/IceGrid/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - "$SRCROOT/../slice/IceGrid/Admin.ice", - "$SRCROOT/../slice/IceGrid/Descriptor.ice", - "$SRCROOT/../slice/IceGrid/Exception.ice", - "$SRCROOT/../slice/IceGrid/FileParser.ice", - "$SRCROOT/../slice/IceGrid/Registry.ice", - "$SRCROOT/../slice/IceGrid/Session.ice", - "$SRCROOT/../slice/IceGrid/UserAccountMapper.ice", - ); - isEditable = 1; - name = "Slice Compiler for IceGrid/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/IceGrid_$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\nBASENAME=$(basename -- \"$INPUT_FILE_PATH\")\nBASENAME=\"${BASENAME%.*}\"\nmkdir -p \"$DERIVED_FILE_DIR/IceGrid\"\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/IceGrid_$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/IceGrid_$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR/IceGrid\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceGrid/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceGrid_$BASENAME.swift\"\n"; - }; - 3BD71B5D8FE7BB861E7735DA /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/defaultValue/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/defaultValue/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/defaultValue/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 3DBFD7E2771A196AFF654CED /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/IceSSL/configuration/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/IceSSL/configuration/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/IceSSL/configuration/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 3E20CDB335D45B24AAB78033 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/services/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/services/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 4482E372EED1C565C507D1FC /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/slicing/exceptions/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/slicing/exceptions/ClientPrivate.ice, - test/Ice/slicing/exceptions/ServerPrivate.ice, - test/Ice/slicing/exceptions/ServerPrivateAMD.ice, - test/Ice/slicing/exceptions/Test.ice, - test/Ice/slicing/exceptions/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/slicing/exceptions/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 463E0A8328D24FF7AB6A70CA /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/enums/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/enums/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/enums/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 4AC3702FD99D567A5A0C68EE /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/servantLocator/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/servantLocator/Test.ice, - test/Ice/servantLocator/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/servantLocator/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 4C438A06989C337A19D68472 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/slicing/objects/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/slicing/objects/ClientPrivate.ice, - test/Ice/slicing/objects/ServerPrivate.ice, - test/Ice/slicing/objects/ServerPrivateAMD.ice, - test/Ice/slicing/objects/Test.ice, - test/Ice/slicing/objects/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/slicing/objects/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 55FEE57C03D6A35EA220FDDD /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/interceptor/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/interceptor/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/interceptor/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 5783A48558F7B1883496DAAB /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/interceptor/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/interceptor/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/interceptor/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 5A461C2302DD2A6FD65D6113 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/objects/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/objects/Derived.ice, - test/Ice/objects/DerivedEx.ice, - test/Ice/objects/Forward.ice, - test/Ice/objects/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/objects/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 5A9F1424ADE0E67F377B0CE5 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/Glacier2_$(INPUT_FILE_BASE).d"; - filePatterns = "*/slice/Glacier2/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - "$SRCROOT/../slice/Glacier2/Metrics.ice", - "$SRCROOT/../slice/Glacier2/PermissionsVerifier.ice", - "$SRCROOT/../slice/Glacier2/Router.ice", - "$SRCROOT/../slice/Glacier2/SSLInfo.ice", - "$SRCROOT/../slice/Glacier2/Session.ice", - ); - isEditable = 1; - name = "Slice Compiler for Glacier2/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/Glacier2_$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\nBASENAME=$(basename -- \"$INPUT_FILE_PATH\")\nBASENAME=\"${BASENAME%.*}\"\nmkdir -p \"$DERIVED_FILE_DIR/Glacier2\"\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/Glacier2_$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/Glacier2_$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR/Glacier2\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/Glacier2/$BASENAME.swift\" \"$DERIVED_FILE_DIR/Glacier2_$BASENAME.swift\"\n"; - }; - 5D73B5413A7BCE0557AE9728 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/properties/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/properties/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 5F25180EEEA0D443EA83236C /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/defaultServant/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/defaultServant/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/defaultServant/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 6133AC6D17A3CADA95DE2E9E /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/binding/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/binding/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/binding/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 67FE13D3766F926A7579EC1E /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/inheritance/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/inheritance/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/inheritance/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 699FC11E0421B9B10B6143D9 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/Ice_$(INPUT_FILE_BASE).d"; - filePatterns = "*/slice/Ice/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - "$SRCROOT/../slice/Ice/BuiltinSequences.ice", - "$SRCROOT/../slice/Ice/Context.ice", - "$SRCROOT/../slice/Ice/EndpointTypes.ice", - "$SRCROOT/../slice/Ice/Identity.ice", - "$SRCROOT/../slice/Ice/Locator.ice", - "$SRCROOT/../slice/Ice/LocatorF.ice", - "$SRCROOT/../slice/Ice/Metrics.ice", - "$SRCROOT/../slice/Ice/OperationMode.ice", - "$SRCROOT/../slice/Ice/Process.ice", - "$SRCROOT/../slice/Ice/PropertiesAdmin.ice", - "$SRCROOT/../slice/Ice/PropertyDict.ice", - "$SRCROOT/../slice/Ice/RemoteLogger.ice", - "$SRCROOT/../slice/Ice/Router.ice", - "$SRCROOT/../slice/Ice/RouterF.ice", - "$SRCROOT/../slice/Ice/Version.ice", - ); - isEditable = 1; - name = "Slice Compiler for Ice/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/Ice_$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\nBASENAME=$(basename -- \"$INPUT_FILE_PATH\")\nBASENAME=\"${BASENAME%.*}\"\nmkdir -p \"$DERIVED_FILE_DIR/Ice\"\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/Ice_$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/Ice_$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR/Ice\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/Ice/$BASENAME.swift\" \"$DERIVED_FILE_DIR/Ice_$BASENAME.swift\"\n"; - }; - 6DAC5C185EDE20E713CBDF37 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Slice/escape/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Slice/escape/Clash.ice, - test/Slice/escape/Key.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Slice/escape/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 6F305A5284E48EE6CB083308 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Slice/escape/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Slice/escape/Clash.ice, - test/Slice/escape/Key.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Slice/escape/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 72F3BFD2399D7F2FB703D929 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/adapterDeactivation/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/adapterDeactivation/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/adapterDeactivation/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 7307596D8EA316DB28CCD79D /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/IceDiscovery/$(INPUT_FILE_BASE).d"; - filePatterns = "*/IceDiscovery/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - "$SRCROOT/../slice/IceDiscovery/IceDiscovery.ice", - ); - isEditable = 1; - name = "Slice2Cpp Compiler for IceDiscovery/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/IceDiscovery/$(INPUT_FILE_BASE).cpp", - "$(SYMROOT)/$(PLATFORM_NAME)/include/IceDiscovery/$(INPUT_FILE_BASE).h", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2cpp\" ]; then\n SLICE2CPP=$BREW_PREFIX/bin/slice2cpp\nelse\n echo \"Failed to locate slice2cpp compiler\"\n exit 1\nfi\n\nBASENAME=$(basename -- \"$INPUT_FILE_PATH\")\nBASENAME=\"${BASENAME%.*}\"\nmkdir -p \"$DERIVED_FILE_DIR/IceDiscovery\"\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir IceDiscovery --output-dir \"$DERIVED_FILE_DIR/IceDiscovery\" --depend --depend-file \"$DERIVED_FILE_DIR/IceDiscovery/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2CPP\" >> \"$DERIVED_FILE_DIR/IceDiscovery/$INPUT_FILE_BASE.d\"\n\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir IceDiscovery --output-dir \"$DERIVED_FILE_DIR/IceDiscovery\" \"$INPUT_FILE_PATH\"\nmkdir -p \"$SYMROOT/$PLATFORM_NAME/include/IceDiscovery\"\nmv \"$DERIVED_FILE_DIR/IceDiscovery/$BASENAME.h\" \"$SYMROOT/$PLATFORM_NAME/include/IceDiscovery/$BASENAME.h\"\n"; - }; - 7529A40C10A7F572FBAF0B05 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/retry/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/retry/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/retry/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 76F11CBA37048B7246B4A60D /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/scope/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/scope/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/scope/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 789DE5283B32D8F2E82D7F99 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/exceptions/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/exceptions/Test.ice, - test/Ice/exceptions/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/exceptions/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 810C7830E1344D941EEAB39F /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/location/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/location/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/location/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 86C0367EB7AE7C4848EE6207 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/slicing/exceptions/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/slicing/exceptions/ClientPrivate.ice, - test/Ice/slicing/exceptions/ServerPrivate.ice, - test/Ice/slicing/exceptions/ServerPrivateAMD.ice, - test/Ice/slicing/exceptions/Test.ice, - test/Ice/slicing/exceptions/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/slicing/exceptions/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 8AC12DE0F5F2B1A24028F569 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/TestCommon/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - ); - isEditable = 1; - name = "Slice Compiler for test/TestCommon/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 8BE4F5636197AF4825C2478E /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/operations/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/operations/Test.ice, - test/Ice/operations/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/operations/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 8C41009A1CF692F8BB063584 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/slicing/exceptions/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/slicing/exceptions/ClientPrivate.ice, - test/Ice/slicing/exceptions/ServerPrivate.ice, - test/Ice/slicing/exceptions/ServerPrivateAMD.ice, - test/Ice/slicing/exceptions/Test.ice, - test/Ice/slicing/exceptions/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/slicing/exceptions/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 91C79FB678F9C90F6D94E28B /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/operations/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/operations/Test.ice, - test/Ice/operations/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/operations/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 930A34F60C3CEB7E00D8AE72 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/inheritance/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/inheritance/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/inheritance/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 9A95BDC1D13A3FAB26ADE6D5 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/optional/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/optional/Test.ice, - test/Ice/optional/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/optional/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 9D78220D8786EA4469EE3E86 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/exceptions/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/exceptions/Test.ice, - test/Ice/exceptions/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/exceptions/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - 9F18FE1BE5E937D9A29A0AFC /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/facets/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/facets/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/facets/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - A15C5680CB5FEA04C8581ED9 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/defaultServant/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/defaultServant/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/defaultServant/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - A1844692DB4E384D1B0AA644 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/properties/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/properties/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - A2A2429F3D4DAF10B23E4547 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/proxy/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/proxy/Test.ice, - test/Ice/proxy/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/proxy/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - A2C96297FD91C3D6AF4C2FBC /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/retry/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/retry/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/retry/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - A83197122320D98FEB65A31E /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/info/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/info/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/info/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - AA0194279C077D1EEAC56FDD /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/scripts/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - ../scripts/Controller.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/TestDriver/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - AA0A2796D4961F69F90B1644 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/IceSSL/configuration/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/IceSSL/configuration/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/IceSSL/configuration/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - AB287FBAF4C96D37FAD92AA5 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/acm/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/acm/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/acm/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - ACD51CF6CDF44362F6898310 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/slicing/objects/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/slicing/objects/ClientPrivate.ice, - test/Ice/slicing/objects/ServerPrivate.ice, - test/Ice/slicing/objects/ServerPrivateAMD.ice, - test/Ice/slicing/objects/Test.ice, - test/Ice/slicing/objects/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/slicing/objects/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - B5C29E2549BA405D43648364 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/slicing/exceptions/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/slicing/exceptions/ClientPrivate.ice, - test/Ice/slicing/exceptions/ServerPrivate.ice, - test/Ice/slicing/exceptions/ServerPrivateAMD.ice, - test/Ice/slicing/exceptions/Test.ice, - test/Ice/slicing/exceptions/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/slicing/exceptions/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - B6041BC1A89CDEE8A98E68ED /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/IceLocatorDiscovery/$(INPUT_FILE_BASE).d"; - filePatterns = "*/IceLocatorDiscovery/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - "$SRCROOT/../slice/IceLocatorDiscovery/IceLocatorDiscovery.ice", - ); - isEditable = 1; - name = "Slice2Cpp Compiler for IceLocatorDiscovery/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/IceLocatorDiscovery/$(INPUT_FILE_BASE).cpp", - "$(SYMROOT)/$(PLATFORM_NAME)/include/IceLocatorDiscovery/$(INPUT_FILE_BASE).h", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2cpp\" ]; then\n SLICE2CPP=$BREW_PREFIX/bin/slice2cpp\nelse\n echo \"Failed to locate slice2cpp compiler\"\n exit 1\nfi\n\nBASENAME=$(basename -- \"$INPUT_FILE_PATH\")\nBASENAME=\"${BASENAME%.*}\"\nmkdir -p \"$DERIVED_FILE_DIR/IceLocatorDiscovery\"\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir IceLocatorDiscovery --output-dir \"$DERIVED_FILE_DIR/IceLocatorDiscovery\" --depend --depend-file \"$DERIVED_FILE_DIR/IceLocatorDiscovery/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2CPP\" >> \"$DERIVED_FILE_DIR/IceLocatorDiscovery/$INPUT_FILE_BASE.d\"\n\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir IceLocatorDiscovery --output-dir \"$DERIVED_FILE_DIR/IceLocatorDiscovery\" \"$INPUT_FILE_PATH\"\nmkdir -p \"$SYMROOT/$PLATFORM_NAME/include/IceLocatorDiscovery\"\nmv \"$DERIVED_FILE_DIR/IceLocatorDiscovery/$BASENAME.h\" \"$SYMROOT/$PLATFORM_NAME/include/IceLocatorDiscovery/$BASENAME.h\"\n"; - }; - BA9BC30B41821E0E528C2119 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/Ice_$(INPUT_FILE_BASE).d"; - filePatterns = "*/slice/Ice/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - "$SRCROOT/../slice/Ice/BuiltinSequences.ice", - "$SRCROOT/../slice/Ice/Context.ice", - "$SRCROOT/../slice/Ice/EndpointTypes.ice", - "$SRCROOT/../slice/Ice/Identity.ice", - "$SRCROOT/../slice/Ice/Locator.ice", - "$SRCROOT/../slice/Ice/LocatorF.ice", - "$SRCROOT/../slice/Ice/Metrics.ice", - "$SRCROOT/../slice/Ice/OperationMode.ice", - "$SRCROOT/../slice/Ice/Process.ice", - "$SRCROOT/../slice/Ice/PropertiesAdmin.ice", - "$SRCROOT/../slice/Ice/PropertyDict.ice", - "$SRCROOT/../slice/Ice/RemoteLogger.ice", - "$SRCROOT/../slice/Ice/Router.ice", - "$SRCROOT/../slice/Ice/RouterF.ice", - "$SRCROOT/../slice/Ice/Version.ice", - ); - isEditable = 1; - name = "Slice Compiler for Ice/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/Ice_$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\nBASENAME=$(basename -- \"$INPUT_FILE_PATH\")\nBASENAME=\"${BASENAME%.*}\"\nmkdir -p \"$DERIVED_FILE_DIR/Ice\"\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/Ice_$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/Ice_$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR/Ice\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/Ice/$BASENAME.swift\" \"$DERIVED_FILE_DIR/Ice_$BASENAME.swift\"\n"; - }; - BB1E4B9A1CE49FF6469A7951 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/admin/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/admin/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/admin/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - BFC94219BCB3D687503034E4 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/Ice/$(INPUT_FILE_BASE).d"; - filePatterns = "*/Ice/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - "$SRCROOT/../slice/Ice/BuiltinSequences.ice", - "$SRCROOT/../slice/Ice/Context.ice", - "$SRCROOT/../slice/Ice/EndpointTypes.ice", - "$SRCROOT/../slice/Ice/Identity.ice", - "$SRCROOT/../slice/Ice/Locator.ice", - "$SRCROOT/../slice/Ice/LocatorF.ice", - "$SRCROOT/../slice/Ice/Metrics.ice", - "$SRCROOT/../slice/Ice/OperationMode.ice", - "$SRCROOT/../slice/Ice/Process.ice", - "$SRCROOT/../slice/Ice/PropertiesAdmin.ice", - "$SRCROOT/../slice/Ice/PropertyDict.ice", - "$SRCROOT/../slice/Ice/RemoteLogger.ice", - "$SRCROOT/../slice/Ice/Router.ice", - "$SRCROOT/../slice/Ice/RouterF.ice", - "$SRCROOT/../slice/Ice/Version.ice", - ); - isEditable = 1; - name = "Slice2Cpp Compiler for Ice/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/Ice/$(INPUT_FILE_BASE).cpp", - "$(SYMROOT)/$(PLATFORM_NAME)/include/Ice/$(INPUT_FILE_BASE).h", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2cpp\" ]; then\n SLICE2CPP=$BREW_PREFIX/bin/slice2cpp\nelse\n echo \"Failed to locate slice2cpp compiler\"\n exit 1\nfi\n\nBASENAME=$(basename -- \"$INPUT_FILE_PATH\")\nBASENAME=\"${BASENAME%.*}\"\nmkdir -p \"$DERIVED_FILE_DIR/Ice\"\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir Ice --output-dir \"$DERIVED_FILE_DIR/Ice\" --depend --depend-file \"$DERIVED_FILE_DIR/Ice/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2CPP\" >> \"$DERIVED_FILE_DIR/Ice/$INPUT_FILE_BASE.d\"\n\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir Ice --output-dir \"$DERIVED_FILE_DIR/Ice\" \"$INPUT_FILE_PATH\"\nmkdir -p \"$SYMROOT/$PLATFORM_NAME/include/Ice\"\nmv \"$DERIVED_FILE_DIR/Ice/$BASENAME.h\" \"$SYMROOT/$PLATFORM_NAME/include/Ice/$BASENAME.h\"\n"; - }; - C05A427B4D1DAA3BA1510A0B /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/binding/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/binding/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/binding/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - C3DBAF4F863DD4BB1DA91BEE /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/servantLocator/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/servantLocator/Test.ice, - test/Ice/servantLocator/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/servantLocator/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - CAB49F048B30B609375CB071 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/operations/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/operations/Test.ice, - test/Ice/operations/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/operations/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - CB2D08021681EEEBFDD35666 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/stream/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/stream/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/stream/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - CF57F7A5BBC6CA2B030C30FE /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/optional/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/optional/Test.ice, - test/Ice/optional/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/optional/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - D0653608084D464F8B138E2E /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/udp/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/udp/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/udp/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - D29588E5F45CCE70DBFAC56B /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/proxy/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/proxy/Test.ice, - test/Ice/proxy/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/proxy/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - D520D9B6825B931429E444E7 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/services/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/services/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - D8E4DB9096E618C06F9C6623 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/IceStorm_$(INPUT_FILE_BASE).d"; - filePatterns = "*/slice/IceStorm/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - "$SRCROOT/../slice/IceStorm/IceStorm.ice", - "$SRCROOT/../slice/IceStorm/Metrics.ice", - ); - isEditable = 1; - name = "Slice Compiler for IceStorm/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/IceStorm_$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\nBASENAME=$(basename -- \"$INPUT_FILE_PATH\")\nBASENAME=\"${BASENAME%.*}\"\nmkdir -p \"$DERIVED_FILE_DIR/IceStorm\"\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/IceStorm_$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/IceStorm_$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR/IceStorm\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceStorm/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceStorm_$BASENAME.swift\"\n"; - }; - E05FAD6A4F0429D09796CA8D /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/IceDiscovery/$(INPUT_FILE_BASE).d"; - filePatterns = "*/IceDiscovery/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - "$SRCROOT/../slice/IceDiscovery/IceDiscovery.ice", - ); - isEditable = 1; - name = "Slice2Cpp Compiler for IceDiscovery/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/IceDiscovery/$(INPUT_FILE_BASE).cpp", - "$(SYMROOT)/$(PLATFORM_NAME)/include/IceDiscovery/$(INPUT_FILE_BASE).h", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2cpp\" ]; then\n SLICE2CPP=$BREW_PREFIX/bin/slice2cpp\nelse\n echo \"Failed to locate slice2cpp compiler\"\n exit 1\nfi\n\nBASENAME=$(basename -- \"$INPUT_FILE_PATH\")\nBASENAME=\"${BASENAME%.*}\"\nmkdir -p \"$DERIVED_FILE_DIR/IceDiscovery\"\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir IceDiscovery --output-dir \"$DERIVED_FILE_DIR/IceDiscovery\" --depend --depend-file \"$DERIVED_FILE_DIR/IceDiscovery/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2CPP\" >> \"$DERIVED_FILE_DIR/IceDiscovery/$INPUT_FILE_BASE.d\"\n\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir IceDiscovery --output-dir \"$DERIVED_FILE_DIR/IceDiscovery\" \"$INPUT_FILE_PATH\"\nmkdir -p \"$SYMROOT/$PLATFORM_NAME/include/IceDiscovery\"\nmv \"$DERIVED_FILE_DIR/IceDiscovery/$BASENAME.h\" \"$SYMROOT/$PLATFORM_NAME/include/IceDiscovery/$BASENAME.h\"\n"; - }; - E116B57C40984DBBDF7AFE58 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/TestCommon/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - ); - isEditable = 1; - name = "Slice Compiler for test/TestCommon/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - E280EEDFCE813E0957872778 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/IceStorm_$(INPUT_FILE_BASE).d"; - filePatterns = "*/slice/IceStorm/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - "$SRCROOT/../slice/IceStorm/IceStorm.ice", - "$SRCROOT/../slice/IceStorm/Metrics.ice", - ); - isEditable = 1; - name = "Slice Compiler for IceStorm/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/IceStorm_$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\nBASENAME=$(basename -- \"$INPUT_FILE_PATH\")\nBASENAME=\"${BASENAME%.*}\"\nmkdir -p \"$DERIVED_FILE_DIR/IceStorm\"\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/IceStorm_$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/IceStorm_$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR/IceStorm\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceStorm/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceStorm_$BASENAME.swift\"\n"; - }; - E47B28EC2F168D6E639FF7A1 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/acm/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/acm/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/acm/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - E57C7F4A3075D292175D22FD /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/slicing/objects/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/slicing/objects/ClientPrivate.ice, - test/Ice/slicing/objects/ServerPrivate.ice, - test/Ice/slicing/objects/ServerPrivateAMD.ice, - test/Ice/slicing/objects/Test.ice, - test/Ice/slicing/objects/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/slicing/objects/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - E793AF98611243937E18BDDA /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/exceptions/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/exceptions/Test.ice, - test/Ice/exceptions/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/exceptions/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - E8B58B8D847476D4C18DA988 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/servantLocator/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/servantLocator/Test.ice, - test/Ice/servantLocator/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/servantLocator/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - EA835B94D979E1CCBE4F9FE8 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/facets/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/facets/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/facets/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - EAFC23B13D59F9E878453C48 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/ami/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/ami/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/ami/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - EC1280117082EEA012A8AAE1 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/adapterDeactivation/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/adapterDeactivation/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/adapterDeactivation/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - EEDEE9791746B5ED29E9944B /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/objects/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/objects/Derived.ice, - test/Ice/objects/DerivedEx.ice, - test/Ice/objects/Forward.ice, - test/Ice/objects/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/objects/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - F08D29DD1F607F3A2A0811E1 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/IceGrid_$(INPUT_FILE_BASE).d"; - filePatterns = "*/slice/IceGrid/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - "$SRCROOT/../slice/IceGrid/Admin.ice", - "$SRCROOT/../slice/IceGrid/Descriptor.ice", - "$SRCROOT/../slice/IceGrid/Exception.ice", - "$SRCROOT/../slice/IceGrid/FileParser.ice", - "$SRCROOT/../slice/IceGrid/Registry.ice", - "$SRCROOT/../slice/IceGrid/Session.ice", - "$SRCROOT/../slice/IceGrid/UserAccountMapper.ice", - ); - isEditable = 1; - name = "Slice Compiler for IceGrid/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/IceGrid_$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\nBASENAME=$(basename -- \"$INPUT_FILE_PATH\")\nBASENAME=\"${BASENAME%.*}\"\nmkdir -p \"$DERIVED_FILE_DIR/IceGrid\"\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/IceGrid_$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/IceGrid_$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR/IceGrid\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceGrid/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceGrid_$BASENAME.swift\"\n"; - }; - F0E6D62A03E1FC5ED137EA52 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/admin/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/admin/Test.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/admin/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - F3441C411E476AFB3E7F2708 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/test/Ice/exceptions/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - test/Ice/exceptions/Test.ice, - test/Ice/exceptions/TestAMD.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/Ice/exceptions/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; - F733CA456DE86E601559E187 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d"; - filePatterns = "*/scripts/*.ice"; - fileType = pattern.proxy; - inputFiles = ( - ../scripts/Controller.ice, - ); - isEditable = 1; - name = "Slice Compiler for test/TestDriver/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", - ); - runOncePerArchitecture = 0; - script = "BREW_PREFIX=$($SHELL -c 'brew --prefix' 2>/dev/null)\nif [ -f \"${ICE_HOME-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f \"${BREW_PREFIX-unset}/bin/slice2swift\" ]; then\n SLICE2SWIFT=$BREW_PREFIX/bin/slice2swift\n SLICEDIR=$BREW_PREFIX/share/ice/slice\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; - }; -/* End PBXBuildRule section */ - -/* Begin PBXContainerItemProxy section */ - 00DE841C8687D0E197EE85CE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 04A622B5D5B12F62B158F08A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 076A7FBA191D0BF483C0A3DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3AA88FF2CD4BC207F3E38A68; - remoteInfo = "IceDiscovery C++11 macOS"; - }; - 0909673234428DAD5D8D8243 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = E13AF536398A890833FFC655; - remoteInfo = "IceRetry macOS"; - }; - 094C2E5066A5323901EC3AD3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 0994D1F501AAD22D7284006B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 09A3E52F59DDF46922C5FB89 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 09B639B4B4CE81CDDCBEC692 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 09D86D6C5084A5D227EE225F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2B82F333BA11DB5D8BECDBF6; - remoteInfo = "IceInterceptor iOS"; - }; - 0B0BE533B1668784A4F6EE1D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2E3C388100CC50AD3052CDB; - remoteInfo = "IceServantLocatorAMD iOS"; - }; - 0B6551F9AB9BAA4EB2DFA780 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = D07E492BEFB243158D25D09C; - remoteInfo = "IceSlicingExceptionsAMD macOS"; - }; - 0D0E77FB031E59897244F92D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 0D834A00427086014DA514E3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 0D9BD4F49481916A916FF362 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 0DDD4EE66F91D09188619B17 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 26D8717EB0F318653FB9C763; - remoteInfo = "SliceEscape iOS"; - }; - 0EB89F1B2A18E897F751F54B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 0FC18BDE7D824822616376E6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 915EFEBB1B2962C505C96286; - remoteInfo = "IceProxy macOS"; - }; - 11F96F305582FC17417991AD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 737F194EFAAE24FEE20C5FF6; - remoteInfo = "IceSlicingExceptions iOS"; - }; - 1405B64CF0AB7E8116B7FFF9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 144D57699F421A453D879D0E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 144F03DDB219C92CC0AD982B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9F3B1821E0C570BF87946D26; - remoteInfo = "IceOperationsAMD iOS"; - }; - 15E3D293BAB68AC851D74B14 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1767B82F1961C76D47FF467B; - remoteInfo = "IceStream iOS"; - }; - 17FD1919F9AFA945C049CE71 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 1819A3F4E2BF3546C183A010 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 18BD8B97402ED565EFA00DEC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 192BAF3A73C465B85A7C1F06 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 195FCFDEE7EFAAB16AF81A5F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 197361DC1A8766585D3FFC5C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = FBFB66FA3AA0C4BACD7CAEF1; - remoteInfo = "Glacier2 macOS"; - }; - 19A7FC7514BFDF27540E6C14 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 199245355B4B5CD9FF6A6386; - remoteInfo = "IceLocation iOS"; - }; - 1AA5486C2B2780994FABE39E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3889B46D2FBF6B61B7DA5A5A; - remoteInfo = "IceDefaultServant iOS"; - }; - 1B73AE5BB2E857F560D937D3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 1CA354496945D633B349F340 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8F11329102906B0FE306EF9C; - remoteInfo = "IceFacets macOS"; - }; - 1D8BD3CF996B922E28683DB1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 1E59CC1DE82AF2C223F12E78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A250D484C77105742100E390; - remoteInfo = "IceGrid macOS"; - }; - 1E5D3D36B7A333EDDDD3C5CF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 1F2B3F76BEAF1A445EAD42B1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 208712A54D7C80A5E1D013C2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 2090F85D0C4A629C299DAC0A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 20B470636241F129E7F93EC8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 2152DAED3FAD6AB0B5DF41B0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2A0224A2EFBB3E87655C351C; - remoteInfo = "IceInfo iOS"; - }; - 21F2AE70E3D37455D567BBB9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = FBFB66FA3AA0C4BACD7CAEF1; - remoteInfo = "Glacier2 macOS"; - }; - 221A2C420C1A9087B55E7CDF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4434399DDA0D789BDAB8EDCF; - remoteInfo = "IceLocation macOS"; - }; - 231E3EB4B30195829B9C7C43 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 232EE525AB7443632644DF3D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 256A70A32FCC1DB9CFA8A408 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 2C5DE750C359BC2A30F63723 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 2D02A219CBEBD9573C6A045D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 2F145549E2ECE2604831DFC1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 2F16B705DBEE879F8AEE845F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 2F4AB5C5978C4CB4D968B985 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 2F78747818E14907E05B6CE6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A02AEC1FCAEDD308F0CBDCC6; - remoteInfo = "IceStream macOS"; - }; - 302E9DDA13EDEBAA0C1C6461 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 30FB8DC6A686B05DEB1C3628 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0A757D8B307D80F7BD3C5017; - remoteInfo = "IceAmi macOS"; - }; - 321D14768D089FF940693129 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 99D043CF9A0E172FCFC4C4B0; - remoteInfo = "IceSlicingObjects iOS"; - }; - 37ED755B12FCC0583ECA1212 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 396D95E81049556B6818C49D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 399FF3FB6347A6503490CFDE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 3D208A518B330B7F9465B12D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 413D3258EDF4221463EBEB9C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F94E6B42A58EEF0623EC8F; - remoteInfo = "IceInvoke macOS"; - }; - 458731DB8A8E8EFE42D7E6C3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 45D7F71E010A419A4F9BDD80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 45EA93F06DC1579D94330C63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 484B59305DCF5D0F7D737D6E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8C1035C93AB58A55E8EB9B9D; - remoteInfo = "IceFacets iOS"; - }; - 4A4F8C5EAEFD06F4B880420C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 4B24C60DD2735F19F92AB8D3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 4C60141AA1A8FD05F8685B95 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 4CA0D05C006208E49B678FCC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 4D812AF9E49B9BA1AF671E67 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 4EEA7C7E13C8CB9FA6592163 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 4F280D704E7E30DBFF24D934 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 5043D766A126E61F250463D1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AA26A44152A667D249E2998; - remoteInfo = "IceSlicingObjectsAMD macOS"; - }; - 50A1FA2B88000EDD83006EF1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 51F244B025EF269D92B3F262 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = D6B732964F3D00D84F9428AC; - remoteInfo = "IceExceptionsAMD macOS"; - }; - 534235D975DA598C3003B922 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 60F33D27C2F25EAA1C58217D; - remoteInfo = "IceInterceptor macOS"; - }; - 547B75DA5DF24164A91EB88F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 555E024B24C17A7DE5F0ADE3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 56D67D1D13551ECC494292BC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = BEBD5165FA221E0C61A12DD9; - remoteInfo = "IceProxy iOS"; - }; - 5710FC39CDFFBBD1632956E4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 571722DCA58D3280510DBAE2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = FC49A3F19B353AC4051631B4; - remoteInfo = "IceInheritance macOS"; - }; - 5736D1BB77BBE6E9612973CB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 5861FE679598D667D6219FC8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5DA5602D00AE3159023AFB5D; - remoteInfo = "Ice C++11 iOS"; - }; - 59A627B94164E5E4A39D7900 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 10E56726E39C8E4E56D51BC4; - remoteInfo = "IceInfo macOS"; - }; - 59E2AF8828513099F1A302F3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 5A8BB27B6F9BA4688ED7F443 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 5B2F93B6F54E4110EE384EB4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 5D87AD3193C4D90FD9C8179B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 5D8A49A1E8DBBD731D1D4D8C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 5E926C954F3A8858CB799B09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 6034F24196B01C89E967E0A4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = BFD01B6CA65F9516862D1FA1; - remoteInfo = "IceEnums macOS"; - }; - 60C30DE929B72855A8DD1372 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 696D6136245EB191F3A59E1A; - remoteInfo = "IceLocatorDiscovery C++11 iOS"; - }; - 61EBF15B7A1C2349628E4AF4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 6392976D3234498D8EDEBFFA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AC5B52B4AAA6CC13CA8A2DDB; - remoteInfo = "Glacier2 iOS"; - }; - 65275F3033D631BFFDB68F37 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 6622A1F58AE077A765492903 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1F284CA948D007302C982357; - remoteInfo = "IceUdp macOS"; - }; - 6833646617F50B5F99224F96 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2646D8A7E773E3BDE5BE8E29; - remoteInfo = "IceGrid iOS"; - }; - 68A0CA494016011E788CEF14 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5DA5602D00AE3159023AFB5D; - remoteInfo = "Ice C++11 iOS"; - }; - 68FA5CD5D3BE1AE97589F1C8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 6CB8FFC27C1C7F3D2A0E974C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7C5D25F9DE7921A57B72E85F; - remoteInfo = "IceOptionalAMD macOS"; - }; - 6CFFA5183F70AC0997AAD28F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 6D0310C13A5DCC1002BCEDFF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 6D8BD82FC4D2E7D88CD1E206 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 6F71D9490BEF8E58D04C1868 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 718762720FB2D9A1D6045FCD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A3B6CDB0CD7C0059D4D3CBF9; - remoteInfo = "IceProperties iOS"; - }; - 7197824CC6154D953B46BE8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = F1949C2140DCFA5E835C5C17; - remoteInfo = "IceBinding iOS"; - }; - 720F330D49EF2814155C4761 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 84AAA301C5D3AF97E6828B9A; - remoteInfo = "IceBinding macOS"; - }; - 7330088081A46278F32264FF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 736425D866A7923A2719540C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 24A0E61D1931744BC729034A; - remoteInfo = "IceAdmin iOS"; - }; - 740DC98CDBA9B6B07DFF5C7F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 758F86A89C7437E034F49AFC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 76390DCCAEA59C6D31FE48C2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 38C1EA904D5C3BCB045C88A2; - remoteInfo = "IceProxyAMD macOS"; - }; - 7672624AD54550F8521412D8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2646D8A7E773E3BDE5BE8E29; - remoteInfo = "IceGrid iOS"; - }; - 78F98741015DAF726FBA93FA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 529314BF4173169E9CB2F36B; - remoteInfo = "IceProperties macOS"; - }; - 79334374FD217F097648201E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 02BA85F98EB32966A7AA3C21; - remoteInfo = "IceRetry iOS"; - }; - 7A4B14E50A9EF8889C043508 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5DA5602D00AE3159023AFB5D; - remoteInfo = "Ice C++11 iOS"; - }; - 7A68B6DCA42F642338D76D6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 7B189B537112F1A3D8466612 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 7C0C367A5555B3F62AC3AFF8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 140CB18515FA53ECB140F7CC; - remoteInfo = "IceServices macOS"; - }; - 7C4197A3AFACC893BF9F54EC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D4D7F1ABB790FA722EC7917; - remoteInfo = "IceOperationsAMD macOS"; - }; - 7CA3910FB0789320EE20268F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 7CA52B64C6B2B6B870FF00A8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 16C02D2C934DC57FE079663F; - remoteInfo = "IceStorm iOS"; - }; - 7E42163A5BD5EB9625515535 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 7E4D632BC6E4DE248653A07D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = FBFB66FA3AA0C4BACD7CAEF1; - remoteInfo = "Glacier2 macOS"; - }; - 7ED02EC4A652BACF79A7FBD3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 81E73D014721118BE76D87E0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 831F35CFD61D8BB19FDD3A3E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 04ABE78C2D82D8E0F3B6615C; - remoteInfo = "Ice C++11 macOS"; - }; - 838948C62C02702EC068F299 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 993C3F64323081AD7846C3D1; - remoteInfo = "IceScope macOS"; - }; - 8460DD3ED78B8DA7BC8E0465 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 854A090F6A66CEBF0AEDED26 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 8685E9A8FFDD5344998A5E70 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = D9AE09FB3585B148EE15E9D9; - remoteInfo = "IceEnums iOS"; - }; - 89130D871CF9DB3F3FFB3C38 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 04ABE78C2D82D8E0F3B6615C; - remoteInfo = "Ice C++11 macOS"; - }; - 894F108120051CBF396B7383 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 8BD2308214CF9938B6042169 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = E6806D7DB7060BC3A0C7306D; - remoteInfo = "IceOptionalAMD iOS"; - }; - 8DFC07199E95E21CB8D2ABF3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 8F77F087CA76298635C6EB3B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 8FF049F5EBED88BB74760CA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 919DC87F97E7B2AACBBD5B5D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 9211D311DD89DD888C03D35D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B13B57D40995B5A58986BCF; - remoteInfo = "IceServantLocatorAMD macOS"; - }; - 929A515A6EDD66B671E40125 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 9338026585418A72A05DEE35 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C5982316F62D05CD651717E7; - remoteInfo = "IceAdapterDeactivation macOS"; - }; - 93BEBC05532306FA1AEDF168 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 983596DE8C0BFB636571955C; - remoteInfo = "IceSlicingObjectsAMD iOS"; - }; - 947D552787CC836F5CD53736 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - 9597FB16871D9D4BDF6A58A9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 96EFEFE1AAD1D22BEBEADECE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 9742AE7FC358856C1F997A37 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 29279E4ADC71CC6522E7C012; - remoteInfo = "IceTimeout iOS"; - }; - 97A804BC39125A92D546055F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 98DB500817B95AC1BE905C7A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - 991264BBD05F5B0C3EB15175 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = BBA5FF013C8B19537743DE0C; - remoteInfo = "IceHold iOS"; - }; - 9A9011F308379E6B0B07DF7C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - 9C64BBEB1865EAF981E3B50B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 9D1505E60C38D15B1D840713 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - 9D5A32D676174C1C468BC8C9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 16C02D2C934DC57FE079663F; - remoteInfo = "IceStorm iOS"; - }; - 9EAC2BB7D69A92CC378D399F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - A14C3825AE339D2C4D4C65DF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - A2C96F9A6982B7F377ED37D4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - A51CFA7AB7E9E40ED0DF1944 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8E4EE2567B3C187D2F9C1173; - remoteInfo = "IceDefaultValue iOS"; - }; - A5B8085302BFA40AF3522E4B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - A6DC1B99D20022B136E62F81 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = CC929AD29689B47CA62D417E; - remoteInfo = "IceUdp iOS"; - }; - A9D86FD03FA249C0E1B1FF42 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - AB0351D1ED35B9AC93D57E65 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0EDA203583B355501DD47E73; - remoteInfo = "IceSSLConfiguration iOS"; - }; - ABDC8BDE7C177CC5735A455B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - ABE4C8E7C88C74E206D2105E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - ACE53CA2816C4E55258DDBF3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - AE9D345A351B33C079E3FC91 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 45549440E1718C4D35E63237; - remoteInfo = "IceAcm macOS"; - }; - B0030EF96F2C9179821DEEDD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - B19925B9ED338D734914D922 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - B285BE39E77D3B8ED9754FD9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C07B8E267CA90FCDBE4E7E7D; - remoteInfo = "IceImpl macOS"; - }; - B2DBBBA58DCF59CA9E9CA36B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2997C7A465709CD09CD4C4BB; - remoteInfo = "IceDefaultServant macOS"; - }; - B38B23126632727546B9AF43 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - B44F1E29F31C520BAD808D20 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - B58780123737EA9831766563 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 34AC5913121CF6E0F793DEDD; - remoteInfo = "IceOptional iOS"; - }; - B69CE10E62DE8F029C6CBA37 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = B8D5C1F592E31ABE249CC078; - remoteInfo = "IceStorm macOS"; - }; - B6C22FC8D0F087C940837712 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4CDAAF1A166952EC0C4E0BF1; - remoteInfo = "IceImpl iOS"; - }; - B7F1953731CF30A6D0C42344 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AEE1F674AD81A9327E42EDDB; - remoteInfo = "IceAdapterDeactivation iOS"; - }; - B89F2D0235F69678736B2597 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - B92E478B0BBBA773E2AC843C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - B98AF5B51203F4D0188792E2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AC5B52B4AAA6CC13CA8A2DDB; - remoteInfo = "Glacier2 iOS"; - }; - BB2F38D82D49B3702C78F330 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - BC08447AFDB3B5F220C7F52A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - BC52C300EB2A04A651C8A75E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - BC72A5BAF0F8B596CDDDDF97 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 41AF2CA6936313B5E6F391BD; - remoteInfo = "IceHold macOS"; - }; - BCC16596ECA2804FEDB53B69 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C07B8E267CA90FCDBE4E7E7D; - remoteInfo = "IceImpl macOS"; - }; - BCEA82B1F942CA1B16338658 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A250D484C77105742100E390; - remoteInfo = "IceGrid macOS"; - }; - BD3E6E18E657D24DC3A40C9D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - BE1E84FF3A8338A1BA3DFE4A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - C177500A281F8265CCD482BE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - C20D2C69AEEDD95371E42ACB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = B7EFE020C9D77334FB6C5B4B; - remoteInfo = "IceOperations iOS"; - }; - C266014555D8E6DBEF4A28F2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7EB54A3072775CD2177DC7A7; - remoteInfo = "IceExceptions iOS"; - }; - C35EB83D7756B70D9A40DD3E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - C4D21D47AAB3654BCCDC3144 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 04ABE78C2D82D8E0F3B6615C; - remoteInfo = "Ice C++11 macOS"; - }; - C640207D4C684B47C8580F7D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - C6FAC2B7A282B158A959FF06 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - CA56ABC7E7B37A199F53B865 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AC5B52B4AAA6CC13CA8A2DDB; - remoteInfo = "Glacier2 iOS"; - }; - CAFBDF8687533CCA806C1502 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - CD34B6091220C74DD1668C00 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2A90EB733FA2B780783AADF; - remoteInfo = "IceOptional macOS"; - }; - CE57E0618D88D8B0EDCFAE66 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - CF727DA49691973064686C6A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1F99406342A96A78168E74BB; - remoteInfo = "IceServantLocator macOS"; - }; - D0EC1560DF36D4E14A0B954C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - D4D39EE0C45DB478740DD88A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - D515AAF200C59B874CB199F9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C2F3B80C3A24BFA9444F31E1; - remoteInfo = "IceInheritance iOS"; - }; - D60BD7E9DC5676E77F63EDDF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 46452DCDFFD6A246079637CB; - remoteInfo = "IceAcm iOS"; - }; - D673464449D815C693CED06F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - D738E969E2DDF9D604BAAD45 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = E47FCF3BB733DC4EC57A0924; - remoteInfo = "IceObjects iOS"; - }; - D97E20121570AE74FCF873DA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - DB666A0A9E696FCCA300C8D7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - DC5AE239C7B721B9673DD654 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4CDAAF1A166952EC0C4E0BF1; - remoteInfo = "IceImpl iOS"; - }; - DC9398A2524EFC9ABDCDD65D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 57285D8128490A28FD5E1EA9; - remoteInfo = "IceSlicingExceptions macOS"; - }; - DC9533A8C2C8F985E804CD9C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - DD86754DFB50565D3B9C1645 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - E00FE735E612D8AD79F39317 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9A9DEB6418C9257648D6A235; - remoteInfo = "IceAmi iOS"; - }; - E28C5869BB6C1CC613CD30BB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - E32F18D290F55AE591D00478 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A1FCF6486037B74ACCD22503; - remoteInfo = "IceSlicingObjects macOS"; - }; - E455388208A742768A7D24EB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 57D39C477D54466601C5A786; - remoteInfo = "IceExceptionsAMD iOS"; - }; - E650749F9DE5664CE7EFD2FE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = B8D5C1F592E31ABE249CC078; - remoteInfo = "IceStorm macOS"; - }; - E6950B775308746D5C44E728 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = BCD219D62CE917ADBC7AFD22; - remoteInfo = "IceProxyAMD iOS"; - }; - E7695BD8EE27DDCDDC9CD1C9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3CB27B168E65D6B824278AE1; - remoteInfo = "IceSlicingExceptionsAMD iOS"; - }; - E7C2FF626DBEF09B758F3F47 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 627EF9C25191013A38BA3C83; - remoteInfo = "IceDefaultValue macOS"; - }; - E956E0C6D4280C3D1EC78328 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 14535688C6E2E4A839C04451; - remoteInfo = "IceLocatorDiscovery C++11 macOS"; - }; - E99774074A8FF35E057B2617 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - E9D5A68388B16A6E41C42542 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = F4A16370E4157DCD4CF7F964; - remoteInfo = "SliceEscape macOS"; - }; - EA5010438DC08BDCE3A224EC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = E1EEB80531F6CCE4CB628B62; - remoteInfo = "IceAdmin macOS"; - }; - EB4069F072DB9B568B95EE5A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - EBDBA820E18BCDE686908DF9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 615480D42FAF508D7F8AA5BC; - remoteInfo = "IceOperations macOS"; - }; - EC4B7698A70E3DEE1849D547 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 31D342F49CC37B0DFA959D8A; - remoteInfo = "IceInvoke iOS"; - }; - ED22EDC542CA4128A4272E26 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - EE9FB5C41B9FBA5CC9ADF816 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3E69BE60A2C26A59EEE938DC; - remoteInfo = "IceScope iOS"; - }; - EF4E1423CA3DE48796FBF7D3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - F2074BD9EB83504F96A73C4C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - F292D38B412A25F57B561E8C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5A26265E443FF04358AE528C; - remoteInfo = "IceExceptions macOS"; - }; - F2C07CC5EC3AE2EF3E48430B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; - F347A0D0390120C571DF18FE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - F3A66F44F7A8713864CD6250 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9F95E6A433F94E974D32566F; - remoteInfo = "IceTimeout macOS"; - }; - F3F9BFAF309FD4836BD0FDF4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = DF67C7AEC35876C0CCF4A96A; - remoteInfo = "IceServices iOS"; - }; - F56C6CA8F14343C786663240 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - F61FA6822996E3BB551D7DDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - F8E3F3CD0C91D48B98C016D3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 49D15054211B9CC6B08CB18E; - remoteInfo = "IceDiscovery C++11 iOS"; - }; - F999F6D9AA5364C5641B87EB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 08C942FD89E4D9E7FA113627; - remoteInfo = "IceServantLocator iOS"; - }; - FA38DD4A2599FD79A1FCA902 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C428EA0E3133ABA37187BE30; - remoteInfo = "TestCommon iOS"; - }; - FAF02CF1DDD58658039E04DB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA856D3D0EBE73A655B10DCE; - remoteInfo = "Ice iOS"; - }; - FB51C03C494EF521DC56095E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C4633684AA9C8E2D8E2A3BF1; - remoteInfo = "IceSSLConfiguration macOS"; - }; - FBF4CD6EAD3CA367161D3B9C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A83EF428E73401A533092DB4; - remoteInfo = "TestCommon macOS"; - }; - FC804A9AB6BDB06C3653BEDF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = B564F6A99559D774EF563A3F; - remoteInfo = "IceObjects macOS"; - }; - FDF9A5645B0240D99DE2FF8B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = FD69C74E28D7406AE764029E /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE743BE7277805136A7EEB71; - remoteInfo = "Ice macOS"; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 7340F995D6B9555E6836DD71 /* Copy Symbols */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 16; - files = ( - ); - name = "Copy Symbols"; - runOnlyForDeploymentPostprocessing = 0; - }; - 78E695ABEF856CFDE7F09489 /* Copy Symbols */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 16; - files = ( - ); - name = "Copy Symbols"; - runOnlyForDeploymentPostprocessing = 0; - }; - A1C4BAC4C5B1AD05F298379D /* Copy Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - 5809CB6ED6828A14EDF9C412 /* Glacier2.framework in Copy Frameworks */, - 796CFCFC6EC0E1EDF0A13E80 /* Ice.framework in Copy Frameworks */, - 3F866C9887A2792FC2E4A378 /* IceAcm.bundle in Copy Frameworks */, - 9BBC2606E489122C6B89B25F /* IceAdapterDeactivation.bundle in Copy Frameworks */, - 76AB3F609763210CADB2669A /* IceAdmin.bundle in Copy Frameworks */, - 5DACC4F64C307F025A193A38 /* IceAmi.bundle in Copy Frameworks */, - 68D2683EE21084622B09A0B5 /* IceBinding.bundle in Copy Frameworks */, - 1418FB50C29E64B22D7AC9C7 /* IceDefaultServant.bundle in Copy Frameworks */, - DADBC1295E2A171BA2EC50A4 /* IceDefaultValue.bundle in Copy Frameworks */, - E35F2CFE3A1690512338A863 /* IceEnums.bundle in Copy Frameworks */, - 915E686BA5D881D50F25A172 /* IceExceptions.bundle in Copy Frameworks */, - 1A3144700DDAB2D396583969 /* IceExceptionsAMD.bundle in Copy Frameworks */, - 72C14BF972259BC91DF0E05A /* IceFacets.bundle in Copy Frameworks */, - 7DBD74A434564EE6E56CCF28 /* IceGrid.framework in Copy Frameworks */, - 5550AC3139C42F728A00525C /* IceHold.bundle in Copy Frameworks */, - 7A1F0F4549EE341F790E3683 /* IceImpl.framework in Copy Frameworks */, - D32123218F102E10A40E2517 /* IceInfo.bundle in Copy Frameworks */, - 5985839FAE4EE0CF1A8CBF29 /* IceInheritance.bundle in Copy Frameworks */, - 6F55B5D7669E20D8BA13C9DC /* IceInterceptor.bundle in Copy Frameworks */, - A10F7290BA66DE7A51301D0D /* IceInvoke.bundle in Copy Frameworks */, - 8D9B8B570A1B3FF36E97F891 /* IceLocation.bundle in Copy Frameworks */, - 46229BC73CCA413E698F213A /* IceObjects.bundle in Copy Frameworks */, - 4849446D8A82970A48427E10 /* IceOperations.bundle in Copy Frameworks */, - 5D67049EAB9EBF7B6F399BF4 /* IceOperationsAMD.bundle in Copy Frameworks */, - 3BC339AA4359E9137FE2652E /* IceOptional.bundle in Copy Frameworks */, - DE851618312004CEBFBCF914 /* IceOptionalAMD.bundle in Copy Frameworks */, - 3EC8CC8A1D1616069094D005 /* IceProperties.bundle in Copy Frameworks */, - C5C3A21713BE9FD46C8CFC16 /* IceProxy.bundle in Copy Frameworks */, - 080EEDE73F2FF5F205016E01 /* IceProxyAMD.bundle in Copy Frameworks */, - CD9E6556C12C343B208C4334 /* IceRetry.bundle in Copy Frameworks */, - 72953EAACD68F9D61B949B87 /* IceScope.bundle in Copy Frameworks */, - 10562A209CE78DB378186E8F /* IceServantLocator.bundle in Copy Frameworks */, - 457D960A94DA7E2108A1ED39 /* IceServantLocatorAMD.bundle in Copy Frameworks */, - 3C7D7AE5B9239FECD60E7511 /* IceServices.bundle in Copy Frameworks */, - 57FFDA3DEC427B2C9E9ED316 /* IceSlicingExceptions.bundle in Copy Frameworks */, - 7041CAFBF52559E93826C15A /* IceSlicingExceptionsAMD.bundle in Copy Frameworks */, - B3A10D4F4A68ABE204829210 /* IceSlicingObjects.bundle in Copy Frameworks */, - DDEC0533CBB5C093F7597307 /* IceSlicingObjectsAMD.bundle in Copy Frameworks */, - 5E9DED5B910192DE47EB112C /* IceSSLConfiguration.bundle in Copy Frameworks */, - E2D0A8536465DD4F82547451 /* IceStorm.framework in Copy Frameworks */, - 18822FD1740418AEAFA88F03 /* IceStream.bundle in Copy Frameworks */, - BDE077E9720EC27AE72D3DF7 /* IceTimeout.bundle in Copy Frameworks */, - C8AC511677CE0AF0FA3D29C5 /* IceUdp.bundle in Copy Frameworks */, - F6130667EEC45C8B8C04F6D5 /* PromiseKit.xcframework in Copy Frameworks */, - E2972B4D300F3C37F8B874AB /* SliceEscape.bundle in Copy Frameworks */, - A8A00A6905FDE0F8CC89FC0C /* TestCommon.framework in Copy Frameworks */, - ); - name = "Copy Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; - E5942E58C8A34C1C4ED4BD5C /* Copy Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - 294378893FB3C4FCEB153D07 /* Glacier2.framework in Copy Frameworks */, - 233E83C9CC80D5734039B0CC /* Ice.framework in Copy Frameworks */, - E340CCAF0754D842188E25F0 /* IceAcm.bundle in Copy Frameworks */, - DDCA8F2E42DCD0F98C3B3AC3 /* IceAdapterDeactivation.bundle in Copy Frameworks */, - 492E2F80F56691FB212833D7 /* IceAdmin.bundle in Copy Frameworks */, - 9066AFC809A2A59E6B01F26E /* IceAmi.bundle in Copy Frameworks */, - 02CCBD8CD1225E63A31C030B /* IceBinding.bundle in Copy Frameworks */, - 8CE994248F535F6C71FF819C /* IceDefaultServant.bundle in Copy Frameworks */, - F14D5146507DA54D91A1BD68 /* IceDefaultValue.bundle in Copy Frameworks */, - 2C17AAA288AF09F376703FC3 /* IceEnums.bundle in Copy Frameworks */, - 06E1C5DA2EC742EDBD06BAD6 /* IceExceptions.bundle in Copy Frameworks */, - 7705645FFA52859BA4B62E48 /* IceExceptionsAMD.bundle in Copy Frameworks */, - 8CE6F4DF75D661EB1884EC78 /* IceFacets.bundle in Copy Frameworks */, - C6DA937A74733C9A94044CF2 /* IceGrid.framework in Copy Frameworks */, - 81DD1E2B67B8FE98B55A925C /* IceHold.bundle in Copy Frameworks */, - 58490D165A403189D14E5936 /* IceImpl.framework in Copy Frameworks */, - 41B948E332AFCE7FAFF70A6A /* IceInfo.bundle in Copy Frameworks */, - 058E2E780D1A291CA327F125 /* IceInheritance.bundle in Copy Frameworks */, - D41343A9E5B61EA1DF0EC0E4 /* IceInterceptor.bundle in Copy Frameworks */, - 4E1CBBF8A9B6B28D775E96D8 /* IceInvoke.bundle in Copy Frameworks */, - 7E2F060895F39C0B62036465 /* IceLocation.bundle in Copy Frameworks */, - B6ED4347B6CF8D570075A7CC /* IceObjects.bundle in Copy Frameworks */, - 48669C255F41F0EB9DE62096 /* IceOperations.bundle in Copy Frameworks */, - E7EBDF8C478244E67DC7DCFD /* IceOperationsAMD.bundle in Copy Frameworks */, - 43F7F85541CA284372832294 /* IceOptional.bundle in Copy Frameworks */, - 701C9599CE750EC22F3F7451 /* IceOptionalAMD.bundle in Copy Frameworks */, - A8D712086ECBFADE0C77F683 /* IceProperties.bundle in Copy Frameworks */, - C37ADCA5C9C062F551874C20 /* IceProxy.bundle in Copy Frameworks */, - F16D9AE5F816E0B62C072FF8 /* IceProxyAMD.bundle in Copy Frameworks */, - CF29DF860D834842B34492BA /* IceRetry.bundle in Copy Frameworks */, - CB9FBAEEE0623717B25517A1 /* IceScope.bundle in Copy Frameworks */, - A792D6FAFC79F36C2746CB04 /* IceServantLocator.bundle in Copy Frameworks */, - BECC94FA4529B520E530DACC /* IceServantLocatorAMD.bundle in Copy Frameworks */, - BBABD332601D721665111C4A /* IceServices.bundle in Copy Frameworks */, - 69F0C81FC2B253D2372DD635 /* IceSlicingExceptions.bundle in Copy Frameworks */, - 94B06C834B5F7ADB020BDCE3 /* IceSlicingExceptionsAMD.bundle in Copy Frameworks */, - E2C6533B983B817B639CF4A8 /* IceSlicingObjects.bundle in Copy Frameworks */, - 24D5DC2E3769FC65D5B6DDB3 /* IceSlicingObjectsAMD.bundle in Copy Frameworks */, - 4CEBED00EBCCA068EB72F645 /* IceSSLConfiguration.bundle in Copy Frameworks */, - 7972927EC63E327C4FB459F7 /* IceStorm.framework in Copy Frameworks */, - BE44450971DFFDBA9992461E /* IceStream.bundle in Copy Frameworks */, - 4C5774A45EAE28E944207E23 /* IceTimeout.bundle in Copy Frameworks */, - 9A6EBEFACA2391633E65C9FE /* IceUdp.bundle in Copy Frameworks */, - 2C4433401B06DBEB4D29532D /* PromiseKit.xcframework in Copy Frameworks */, - 53F78F858311E38BC1611912 /* SliceEscape.bundle in Copy Frameworks */, - AFD44DCF2AF9821684BF709D /* TestCommon.framework in Copy Frameworks */, - ); - name = "Copy Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 0026EE92FD5C304A025799B2 /* Process.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Process.h; path = src/IceImpl/Process.h; sourceTree = ""; }; - 00B1BC62D4009B18B3E6DE80 /* IceBinding.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceBinding.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 00C7727DB84AFAE74242A27A /* ServerPrivateAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServerPrivateAMD.ice; path = test/Ice/slicing/exceptions/ServerPrivateAMD.ice; sourceTree = ""; }; - 00F761E139DDBBEA1CA42172 /* Random.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Random.cpp; path = ../cpp/src/IceUtil/Random.cpp; sourceTree = ""; }; - 01108206A582A67F00C05EBC /* Incoming.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Incoming.cpp; path = ../cpp/src/Ice/Incoming.cpp; sourceTree = ""; }; - 012209B06380729805C41D0E /* ServantLocator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ServantLocator.cpp; path = ../cpp/src/Ice/ServantLocator.cpp; sourceTree = ""; }; - 0141623AD37C70B98DDDA989 /* SlicedData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SlicedData.swift; path = src/Ice/SlicedData.swift; sourceTree = ""; }; - 01BF3D7D7748BB551DE4E9C5 /* Exception.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Exception.swift; path = src/Ice/Exception.swift; sourceTree = ""; }; - 024741EC9D6CFD0898B474E7 /* PropertyNames.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PropertyNames.cpp; path = ../cpp/src/Ice/PropertyNames.cpp; sourceTree = ""; }; - 02F2B04E2560FF1CFFCF86DA /* FileUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FileUtil.cpp; path = ../cpp/src/IceUtil/FileUtil.cpp; sourceTree = ""; }; - 039BF5E6C32CFEAC7B738A87 /* IceUdp.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceUdp.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 03C85223CF53FA8C62D9D7B6 /* Metrics.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Metrics.ice; path = ../slice/Ice/Metrics.ice; sourceTree = ""; }; - 0443C0420CF9B9FDB9AE0E48 /* IceExceptionsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceExceptionsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 04A32B58F4D583452AEE62D6 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/exceptions/Collocated.swift; sourceTree = ""; }; - 051AA64F020D939F0BCE5A50 /* InstrumentationI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InstrumentationI.cpp; path = ../cpp/src/Ice/InstrumentationI.cpp; sourceTree = ""; }; - 052495E30CFEFD5327466782 /* Service.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Service.cpp; path = ../cpp/src/Ice/Service.cpp; sourceTree = ""; }; - 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; }; - 069A48B23F945A72742CD39C /* Connector.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Connector.mm; path = ../cpp/src/IceIAP/Connector.mm; sourceTree = ""; }; - 06FF3EB23F66FB5AF64C1B75 /* IconvStringConverter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IconvStringConverter.cpp; path = ../cpp/src/Ice/IconvStringConverter.cpp; sourceTree = ""; }; - 072DFE1DF91B22D0966DB8E8 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/adapterDeactivation/AllTests.swift; sourceTree = ""; }; - 0753F097A120485770B9AAA7 /* SliceEscape.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = SliceEscape.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 07B98AB5E4D60D7A85886DB5 /* IceOperations.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOperations.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 07F3EDD1A3D763999E9C05E9 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/servantLocator/TestI.swift; sourceTree = ""; }; - 0826EF9628F3B4A99BBD3238 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/slicing/exceptions/Test.ice; sourceTree = ""; }; - 089C840BD2340196C1789813 /* UnknownSlicedValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UnknownSlicedValue.swift; path = src/Ice/UnknownSlicedValue.swift; sourceTree = ""; }; - 09338C104543AFAA089DE918 /* ServantLocator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServantLocator.swift; path = src/Ice/ServantLocator.swift; sourceTree = ""; }; - 097B3A1E14CCFB09E7E4CF92 /* IceStorm.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = IceStorm.ice; path = ../slice/IceStorm/IceStorm.ice; sourceTree = ""; }; - 0A4046F75C70A64F2CF9A29E /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/udp/AllTests.swift; sourceTree = ""; }; - 0AE70EAEDEBB73331DA341D1 /* WSTransceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WSTransceiver.cpp; path = ../cpp/src/Ice/WSTransceiver.cpp; sourceTree = ""; }; - 0AEBA30C56A413C37FEDC134 /* Metrics.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Metrics.ice; path = ../slice/IceStorm/Metrics.ice; sourceTree = ""; }; - 0AF6D9D6FA59CAFDB3F6AEA8 /* SecureTransportUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SecureTransportUtil.cpp; path = ../cpp/src/IceSSL/SecureTransportUtil.cpp; sourceTree = ""; }; - 0B858D15CFF07BA0E6A6FBA3 /* LocatorI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LocatorI.cpp; path = ../cpp/src/IceDiscovery/LocatorI.cpp; sourceTree = ""; }; - 0B8D9DC9A4A10105943CA252 /* IceStormSwift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceStormSwift.h; path = src/IceStorm/IceStormSwift.h; sourceTree = ""; }; - 0BB35BFDB4D9B787E400326E /* PluginF.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PluginF.cpp; path = ../cpp/src/Ice/PluginF.cpp; sourceTree = ""; }; - 0BF47819089271BCD4443183 /* Exception.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Exception.cpp; path = ../cpp/src/Ice/Exception.cpp; sourceTree = ""; }; - 0C06BC9BB6B575A7285395AC /* TraceUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TraceUtil.h; path = src/IceImpl/TraceUtil.h; sourceTree = ""; }; - 0C8E7374D8D5DA4006B190AC /* IncomingAsync.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IncomingAsync.cpp; path = ../cpp/src/Ice/IncomingAsync.cpp; sourceTree = ""; }; - 0CE2427693C29E4CEF450087 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/servantLocator/Server.swift; sourceTree = ""; }; - 0CE33F8BDE00D6E18E58B3C3 /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/exceptions/TestAMD.ice; sourceTree = ""; }; - 0DA087232F08332FC98A97BC /* Endpoint.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Endpoint.mm; path = src/IceImpl/Endpoint.mm; sourceTree = ""; }; - 0E5299A9AA357D51C620DC87 /* CommunicatorI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CommunicatorI.cpp; path = ../cpp/src/Ice/CommunicatorI.cpp; sourceTree = ""; }; - 0E8CA41CAED77683EB6C5E74 /* IceProxy.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProxy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 0EFFE201B94FAE9FB1295F1D /* Network.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Network.cpp; path = ../cpp/src/Ice/Network.cpp; sourceTree = ""; }; - 0F2B0C61F19BF428E1751327 /* TestCommon.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TestCommon.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F4E52F6B53EC59E12989136 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/udp/Server.swift; sourceTree = ""; }; - 0F4F314389C68631ED17CF4C /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/proxy/ServerAMD.swift; sourceTree = ""; }; - 0F906003B06BE6FF5CC28C49 /* Forward.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Forward.ice; path = test/Ice/objects/Forward.ice; sourceTree = ""; }; - 0FB6FFE9F654CF558339B7A0 /* CtrlCHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CtrlCHandler.cpp; path = ../cpp/src/IceUtil/CtrlCHandler.cpp; sourceTree = ""; }; - 0FC2161B7FFDD05E63318911 /* LoggerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LoggerI.cpp; path = ../cpp/src/Ice/LoggerI.cpp; sourceTree = ""; }; - 1034928BF4CC47FCD19BE01C /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/location/Client.swift; sourceTree = ""; }; - 104801D9CD4099BFAF898CF0 /* OutgoingAsync.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OutgoingAsync.cpp; path = ../cpp/src/Ice/OutgoingAsync.cpp; sourceTree = ""; }; - 1082EDDCF74692688AF946C2 /* EndpointTypes.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointTypes.ice; path = ../slice/Ice/EndpointTypes.ice; sourceTree = ""; }; - 1083A38AC12CA9C0F45A1422 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/ami/Client.swift; sourceTree = ""; }; - 10A591B1108FD3668546AB65 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/proxy/Server.swift; sourceTree = ""; }; - 111E017C3F3407C4582DC59A /* IceRetry.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceRetry.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 1124897FAD46E0C20C2CD5AF /* IceStorm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceStorm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 123567924E68C349BAF887BF /* Time.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Time.cpp; path = ../cpp/src/IceUtil/Time.cpp; sourceTree = ""; }; - 1290DF39C865119AAFCA300B /* IceServantLocator.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServantLocator.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 1362916B0814388BFB67F664 /* IceTimeout.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceTimeout.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 136757D4ECE48D0332330C07 /* ObjectPrx.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObjectPrx.h; path = src/IceImpl/ObjectPrx.h; sourceTree = ""; }; - 13B8F6994B469BFB24A1CBF1 /* ObjectAdapterI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ObjectAdapterI.cpp; path = ../cpp/src/Ice/ObjectAdapterI.cpp; sourceTree = ""; }; - 15F534469D81C24FFE8DCEE3 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/exceptions/Test.ice; sourceTree = ""; }; - 16B2D2F24F75A2CEA9588C92 /* ProtocolPluginFacade.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ProtocolPluginFacade.cpp; path = ../cpp/src/Ice/ProtocolPluginFacade.cpp; sourceTree = ""; }; - 1727CFF9063FD8695D6AE8AD /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/Ice/Info.plist; sourceTree = ""; }; - 177CE1264BA28FAD588640ED /* LoggerF.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LoggerF.cpp; path = ../cpp/src/Ice/LoggerF.cpp; sourceTree = ""; }; - 17996C6A0CAFEC7E4D7ECECA /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/slicing/objects/TestAMD.ice; sourceTree = ""; }; - 17A4E70233C2149ACD8FE4F9 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/timeout/AllTests.swift; sourceTree = ""; }; - 17A5B44F6AAFD44E0B814FED /* SHA1.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SHA1.cpp; path = ../cpp/src/Ice/SHA1.cpp; sourceTree = ""; }; - 1805A9AC8B6C175A9078A8BE /* ServerPrivateAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServerPrivateAMD.ice; path = test/Ice/slicing/objects/ServerPrivateAMD.ice; sourceTree = ""; }; - 182EAED50584404F22460330 /* Descriptor.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Descriptor.ice; path = ../slice/IceGrid/Descriptor.ice; sourceTree = ""; }; - 184B082770DE7259A12A3BD1 /* Communicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Communicator.swift; path = src/Ice/Communicator.swift; sourceTree = ""; }; - 18BC8EBDD63E0C2D34096A45 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/location/AllTests.swift; sourceTree = ""; }; - 1916BD7FFB0A4D852F04D618 /* FacetMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FacetMap.swift; path = src/Ice/FacetMap.swift; sourceTree = ""; }; - 19266A1DAEA30EF728B73CC3 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/inheritance/TestI.swift; sourceTree = ""; }; - 1A781B49FC82F7FA0184F819 /* Exception.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Exception.mm; path = src/IceImpl/Exception.mm; sourceTree = ""; }; - 1AA5332EE9D7AC564F1B4DC6 /* DefaultsAndOverrides.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DefaultsAndOverrides.cpp; path = ../cpp/src/Ice/DefaultsAndOverrides.cpp; sourceTree = ""; }; - 1B7D798CB60FB962ADC8BB32 /* CollocatedRequestHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CollocatedRequestHandler.cpp; path = ../cpp/src/Ice/CollocatedRequestHandler.cpp; sourceTree = ""; }; - 1BF190DF5F5598B978D43F7C /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/optional/TestAMD.ice; sourceTree = ""; }; - 1C10F4BCD402A666A979D101 /* ImplicitContextI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImplicitContextI.swift; path = src/Ice/ImplicitContextI.swift; sourceTree = ""; }; - 1C15A5FB6FD609998456F346 /* Assets.xcassets */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = test/TestDriver/iOS/Assets.xcassets; sourceTree = ""; }; - 1C76C28FCC88C6C84EFCCBD0 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/enums/Client.swift; sourceTree = ""; }; - 1CFF70BA10C4D6AE188D017E /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/admin/Client.swift; sourceTree = ""; }; - 1D033003707757F652EA1B85 /* Options.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Options.cpp; path = ../cpp/src/IceUtil/Options.cpp; sourceTree = ""; }; - 1D37440609D6999223F5D3FC /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/operations/TestAMD.ice; sourceTree = ""; }; - 1D90F14637894A37678FC3C4 /* IceServices.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServices.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 1DA9250AC15D1756168A2B45 /* EndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EndpointI.cpp; path = ../cpp/src/IceSSL/EndpointI.cpp; sourceTree = ""; }; - 1DB7EAB0C292EBBB3A8C6797 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/operations/TestI.swift; sourceTree = ""; }; - 1E6FDC3649CBA1598EAEBEA0 /* IceServantLocator.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServantLocator.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 1FB327988DA6B56153EC048A /* Session.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Session.ice; path = ../slice/Glacier2/Session.ice; sourceTree = ""; }; - 1FDA295C05339DC58C0D9F8E /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/servantLocator/TestAMDI.swift; sourceTree = ""; }; - 20112BFE6EAD65723FA67120 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/slicing/objects/Test.ice; sourceTree = ""; }; - 20323F0CD7B9AE4569FF4757 /* IceSlicingObjectsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingObjectsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 2080E2259670BD44DFA6BF51 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/operations/Test.ice; sourceTree = ""; }; - 20917172F64B1F0658E4FD1D /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/scope/Server.swift; sourceTree = ""; }; - 20939A1E0430B68C7B8CBFDC /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/invoke/TestI.swift; sourceTree = ""; }; - 20B33ADC4ED75141C16290D9 /* BlobjectFacade.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = BlobjectFacade.mm; path = src/IceImpl/BlobjectFacade.mm; sourceTree = ""; }; - 213E7606B6C3CA1D4D891CC6 /* DispatchInterceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DispatchInterceptor.cpp; path = ../cpp/src/Ice/DispatchInterceptor.cpp; sourceTree = ""; }; - 219598874AE31277B34A82FA /* ObjectAdapterF.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ObjectAdapterF.cpp; path = ../cpp/src/Ice/ObjectAdapterF.cpp; sourceTree = ""; }; - 22437CADE6D8C1F4B4F6E399 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/IceSSL/configuration/Client.swift; sourceTree = ""; }; - 228A1E21539BF3DBB96E65FF /* Plugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Plugin.swift; path = src/Ice/Plugin.swift; sourceTree = ""; }; - 23205029365EA8B8CFAB923B /* IceInheritance.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInheritance.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 23C18BD31119A8393B61B049 /* SecureTransportPluginI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SecureTransportPluginI.cpp; path = ../cpp/src/IceSSL/SecureTransportPluginI.cpp; sourceTree = ""; }; - 23CFD2FCAE3C1695E2970A65 /* RequestHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RequestHandler.cpp; path = ../cpp/src/Ice/RequestHandler.cpp; sourceTree = ""; }; - 245956FF449E351AEF203C2A /* BuiltinSequences.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = BuiltinSequences.ice; path = ../slice/Ice/BuiltinSequences.ice; sourceTree = ""; }; - 24D8133BFA0658F49BD7539D /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/operations/ServerAMD.swift; sourceTree = ""; }; - 254F677EC087A0400A2F76B1 /* PluginI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PluginI.cpp; path = ../cpp/src/IceSSL/PluginI.cpp; sourceTree = ""; }; - 259ABFD3A22C573FDAE353BA /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/ami/TestI.swift; sourceTree = ""; }; - 262A4BBE4803F28C3591381A /* Reference.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Reference.cpp; path = ../cpp/src/Ice/Reference.cpp; sourceTree = ""; }; - 264D776F123D481FEAD06C14 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/inheritance/Client.swift; sourceTree = ""; }; - 2709660761B36C91CB36FD31 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/servantLocator/AllTests.swift; sourceTree = ""; }; - 2817D930A52C7947C86C0F56 /* ImplicitContext.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImplicitContext.cpp; path = ../cpp/src/Ice/ImplicitContext.cpp; sourceTree = ""; }; - 28A0C809966F471AF3580423 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/optional/AllTests.swift; sourceTree = ""; }; - 290B87AA15456D1942D99E39 /* InstrumentationF.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InstrumentationF.cpp; path = ../cpp/src/Ice/InstrumentationF.cpp; sourceTree = ""; }; - 29771C1E7DCB8C9578ECF41A /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/optional/Test.ice; sourceTree = ""; }; - 298C03C34C25D9DDCA4DC7BF /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/optional/TestI.swift; sourceTree = ""; }; - 29F96EFF6178BC3FE5DB0F00 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/retry/TestI.swift; sourceTree = ""; }; - 2C1845D9001948A194C9BF3D /* SliceEscape.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = SliceEscape.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 2C7F78C569CF9618E842EF08 /* PropertiesI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PropertiesI.cpp; path = ../cpp/src/Ice/PropertiesI.cpp; sourceTree = ""; }; - 2CAE7DCA47B0E6DA9102DFA0 /* ImplicitContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImplicitContext.swift; path = src/Ice/ImplicitContext.swift; sourceTree = ""; }; - 2D1DA1259D07ADB52B759AD3 /* IceProxy.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProxy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 2DF8C754C9DA80B0B434EF6B /* Instrumentation.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Instrumentation.cpp; path = ../cpp/src/Ice/Instrumentation.cpp; sourceTree = ""; }; - 2EB8E16DCE315D105EBA63E6 /* IceAmi.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAmi.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 2F988BC0E5C27AAC15798F7E /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/info/AllTests.swift; sourceTree = ""; }; - 3002D403128013C2404936BD /* Endpoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Endpoint.h; path = src/IceImpl/Endpoint.h; sourceTree = ""; }; - 3048472560513EE07558DAEE /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/exceptions/TestAMDI.swift; sourceTree = ""; }; - 30A005FA49909E00786C40AA /* NativePropertiesAdmin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NativePropertiesAdmin.swift; path = src/Ice/NativePropertiesAdmin.swift; sourceTree = ""; }; - 30A8799AA971D15AED949425 /* IAPConnectionInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IAPConnectionInfo.swift; path = src/Ice/IAPConnectionInfo.swift; sourceTree = ""; }; - 30EF7A48D5F3B8AF61ACE1F2 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/stream/Test.ice; sourceTree = ""; }; - 3157232929DAA590D328DEC9 /* LocatorF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = LocatorF.ice; path = ../slice/Ice/LocatorF.ice; sourceTree = ""; }; - 316C086D0730E162FA3210E3 /* Process.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Process.ice; path = ../slice/Ice/Process.ice; sourceTree = ""; }; - 31A7531BFE63552977BE1908 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/binding/Test.ice; sourceTree = ""; }; - 31C4F4C9865AF32911F1A508 /* TestCommon.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestCommon.swift; path = test/TestCommon/TestCommon.swift; sourceTree = ""; }; - 31CED9038EC89062E2687C72 /* IceInfo.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInfo.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 32061348E05540BA94F263F1 /* RetryQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RetryQueue.cpp; path = ../cpp/src/Ice/RetryQueue.cpp; sourceTree = ""; }; - 32CAEEF22B4B76CD87E065B0 /* OutputUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OutputUtil.cpp; path = ../cpp/src/IceUtil/OutputUtil.cpp; sourceTree = ""; }; - 32E26E67BE14E1FFE12A7ABD /* BatchOnewaysAMI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BatchOnewaysAMI.swift; path = test/Ice/operations/BatchOnewaysAMI.swift; sourceTree = ""; }; - 32F86D845456A70BA71A7775 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/invoke/Server.swift; sourceTree = ""; }; - 33F4442B1E4EB5B04F907471 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/IceSSL/configuration/Test.ice; sourceTree = ""; }; - 344ED5C42593ED171BE68E29 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/admin/TestI.swift; sourceTree = ""; }; - 34AEBCCD220042AB3BE523A8 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Instance.cpp; path = ../cpp/src/Ice/Instance.cpp; sourceTree = ""; }; - 356A5466FDDC86F58D1F4D42 /* UdpEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UdpEndpointI.cpp; path = ../cpp/src/Ice/UdpEndpointI.cpp; sourceTree = ""; }; - 35B05AF2B43317CD297363CA /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/timeout/TestI.swift; sourceTree = ""; }; - 35CD479A4FD1B76DA514E6A7 /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/proxy/TestAMDI.swift; sourceTree = ""; }; - 35FF9CE9706BA3DC7134F434 /* EndpointF.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EndpointF.cpp; path = ../cpp/src/Ice/EndpointF.cpp; sourceTree = ""; }; - 3660CBA3E7714EF6A750EB80 /* IceOperationsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOperationsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 3798FD61820B41A64C69B2A9 /* ObjectAdapterI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectAdapterI.swift; path = src/Ice/ObjectAdapterI.swift; sourceTree = ""; }; - 37BCBC566A446A9FB1903373 /* IceSlicingObjectsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingObjectsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 37F917AF2529230B31D362F2 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/scope/AllTests.swift; sourceTree = ""; }; - 383E5361C48546671985CEC1 /* UUID.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UUID.cpp; path = ../cpp/src/IceUtil/UUID.cpp; sourceTree = ""; }; - 38BF5DB9B9490714A81542C1 /* IceGrid.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceGrid.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 39C32C927265416D3C9E0334 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/acm/AllTests.swift; sourceTree = ""; }; - 3A334934D39F8288BF273ECE /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = src/Ice/Object.swift; sourceTree = ""; }; - 3A3A0B6FB6D6326BBB4971C4 /* Admin.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Admin.ice; path = ../slice/IceGrid/Admin.ice; sourceTree = ""; }; - 3A42A2314F003B797A43F677 /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/slicing/exceptions/TestAMD.ice; sourceTree = ""; }; - 3A5527F3E66D1C8E580EDC49 /* Current.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Current.swift; path = src/Ice/Current.swift; sourceTree = ""; }; - 3ACEF67499B23A250292B84D /* ObjectPrx.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectPrx.mm; path = src/IceImpl/ObjectPrx.mm; sourceTree = ""; }; - 3C8BAD4C851DA28C1DF9F17D /* IceStream.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceStream.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 3CE3931DE5E459F004046D20 /* PropertiesI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertiesI.swift; path = src/Ice/PropertiesI.swift; sourceTree = ""; }; - 3D04234BB20E2E7E05183D0D /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/hold/AllTests.swift; sourceTree = ""; }; - 3D9AB0F6AC4AB0F35FE74791 /* IceDefaultValue.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceDefaultValue.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 3DCF8EE48A1C89A1B55517AA /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/optional/Server.swift; sourceTree = ""; }; - 3E4932165161ABA64172816A /* UdpConnector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UdpConnector.cpp; path = ../cpp/src/Ice/UdpConnector.cpp; sourceTree = ""; }; - 3EA30CE30FF86630A51D19F8 /* Connection.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Connection.cpp; path = ../cpp/src/Ice/Connection.cpp; sourceTree = ""; }; - 3EAD21EB605F400BA46ECBE5 /* Endpoint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Endpoint.cpp; path = ../cpp/src/Ice/Endpoint.cpp; sourceTree = ""; }; - 3F9A21CE53736A014B4EDECB /* LocalObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalObject.swift; path = src/Ice/LocalObject.swift; sourceTree = ""; }; - 4066C2CF37F090029B871117 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/retry/AllTests.swift; sourceTree = ""; }; - 407A0D1CC4E333ABC1A0EECD /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/servantLocator/TestAMD.ice; sourceTree = ""; }; - 40A8549E2D87C0E0C7322954 /* IceFacets.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceFacets.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 40BDBD839BADBF15799D26C4 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/slicing/objects/Server.swift; sourceTree = ""; }; - 417ECCEE604C6E3005DA5A9A /* IceInterceptor.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInterceptor.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 42C3558A6946242208F8CFF1 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/operations/Server.swift; sourceTree = ""; }; - 42FCF5F723B9F42D13E7A575 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/exceptions/TestI.swift; sourceTree = ""; }; - 445A79064CF64948393E75BD /* LocalExceptionDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalExceptionDescription.swift; path = src/Ice/LocalExceptionDescription.swift; sourceTree = ""; }; - 4496C208706DABE2498E3D0A /* CertificateI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CertificateI.cpp; path = ../cpp/src/IceSSL/CertificateI.cpp; sourceTree = ""; }; - 44C06A1AEDD98E9D1115EB3E /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = src/IceImpl/Exception.h; sourceTree = ""; }; - 44E9A83E6111394E43220448 /* Shared.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Shared.cpp; path = ../cpp/src/IceUtil/Shared.cpp; sourceTree = ""; }; - 4530DDD8E7C70EA73CE9806C /* CountDownLatch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CountDownLatch.cpp; path = ../cpp/src/Ice/CountDownLatch.cpp; sourceTree = ""; }; - 460C9BF801CDC866AC4DFE9F /* Initialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Initialize.swift; path = src/Ice/Initialize.swift; sourceTree = ""; }; - 46411EDDE8E438FD8EAE98E5 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/defaultValue/AllTests.swift; sourceTree = ""; }; - 46495D8B50FD3CF57DCEE7F0 /* BlobjectFacade.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlobjectFacade.h; path = src/IceImpl/BlobjectFacade.h; sourceTree = ""; }; - 46BD0BAC03B80804BF23E167 /* Locator.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Locator.ice; path = ../slice/Ice/Locator.ice; sourceTree = ""; }; - 47C76C71FAF5177CE46CD3A6 /* IceLocatorDiscovery.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = IceLocatorDiscovery.ice; path = ../slice/IceLocatorDiscovery/IceLocatorDiscovery.ice; sourceTree = ""; }; - 488C831449F529C0B214CABE /* ProcessI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProcessI.swift; path = src/Ice/ProcessI.swift; sourceTree = ""; }; - 48E10D0AC873B9C7821B8DCA /* ObjectAdapter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ObjectAdapter.cpp; path = ../cpp/src/Ice/ObjectAdapter.cpp; sourceTree = ""; }; - 4945A8EB3582EC6DE2591D30 /* BatchOneways.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BatchOneways.swift; path = test/Ice/operations/BatchOneways.swift; sourceTree = ""; }; - 49E2780B30D2DAD681184D1B /* Convert.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Convert.mm; path = src/IceImpl/Convert.mm; sourceTree = ""; }; - 4A1720B2080C837E243F2B03 /* EndpointInfo.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EndpointInfo.cpp; path = ../cpp/src/IceIAP/EndpointInfo.cpp; sourceTree = ""; }; - 4A23D3F73B4FB00D1F7749FA /* PropertiesAdmin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropertiesAdmin.h; path = src/IceImpl/PropertiesAdmin.h; sourceTree = ""; }; - 4AA6F7EAE7C3E4C3B39E26A6 /* ACM.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ACM.cpp; path = ../cpp/src/Ice/ACM.cpp; sourceTree = ""; }; - 4AB5AD4F60E4B47BF3908206 /* Clash.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Clash.ice; path = test/Slice/escape/Clash.ice; sourceTree = ""; }; - 4AEA593E8C6F3F0525BEB029 /* TcpAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpAcceptor.cpp; path = ../cpp/src/Ice/TcpAcceptor.cpp; sourceTree = ""; }; - 4B4F81CBE09B9EC7215B359B /* IceGrid.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceGrid.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 4D0FE56C219D015301CB1369 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/hold/Client.swift; sourceTree = ""; }; - 4D117E7E0EC5C30487CF9329 /* ObjectAdapterFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ObjectAdapterFactory.cpp; path = ../cpp/src/Ice/ObjectAdapterFactory.cpp; sourceTree = ""; }; - 4D35CFAF36E324DC12502013 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/defaultServant/Test.ice; sourceTree = ""; }; - 4E225F52C80B142297214C92 /* IceOptionalAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOptionalAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 4FE354D95153ECFD51CECEE4 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = src/Ice/Logger.swift; sourceTree = ""; }; - 5208C1A489762B290922821B /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/facets/AllTests.swift; sourceTree = ""; }; - 521B530EB810B4F3FDF103AE /* IceProxyAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProxyAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 52278F0A9D3CC113108CA88D /* IceRetry.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceRetry.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 527D2F42A3A39B2F888A301D /* IceEnums.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceEnums.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 52D616F0A4C2D7002EE8EE6C /* IceSlicingExceptions.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingExceptions.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 53899169BFAB829939A10CB9 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; - 53905C1AE3214B94DDA79E59 /* EndpointInfo.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EndpointInfo.cpp; path = ../cpp/src/IceSSL/EndpointInfo.cpp; sourceTree = ""; }; - 539605938D0800C084345197 /* InputUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InputUtil.cpp; path = ../cpp/src/IceUtil/InputUtil.cpp; sourceTree = ""; }; - 53DFCB095E700117F6137EEE /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/servantLocator/ServerAMD.swift; sourceTree = ""; }; - 53F964ABBD543305F85E892C /* SliceInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SliceInfo.swift; path = src/Ice/SliceInfo.swift; sourceTree = ""; }; - 54985FA2DF8607E8EEBCF4D2 /* Incoming.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Incoming.swift; path = src/Ice/Incoming.swift; sourceTree = ""; }; - 54BEEE0D2C2D30B880D903F2 /* EndpointInfoFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EndpointInfoFactory.swift; path = src/Ice/EndpointInfoFactory.swift; sourceTree = ""; }; - 54DC8E443E82EBB5B393862E /* Connector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Connector.cpp; path = ../cpp/src/Ice/Connector.cpp; sourceTree = ""; }; - 54F210B44A3817B414C37EF0 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/invoke/AllTests.swift; sourceTree = ""; }; - 55085F9A97549394CFD026B6 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/acm/TestI.swift; sourceTree = ""; }; - 550E7CC0FD0E1918D7A9AB38 /* IceImpl.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceImpl.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 551620868D0184DF2FBB2F56 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/IceSSL/configuration/TestI.swift; sourceTree = ""; }; - 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TestCommon.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 55D284414C8201FF6861AD7E /* Selector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Selector.cpp; path = ../cpp/src/Ice/Selector.cpp; sourceTree = ""; }; - 55EDAF98FFDD5285D1D33F96 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/operations/Collocated.swift; sourceTree = ""; }; - 563E87FE0656F0B5B4ECBC45 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/adapterDeactivation/TestI.swift; sourceTree = ""; }; - 5728530DC35D7B52A550D7E8 /* ThreadPool.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadPool.cpp; path = ../cpp/src/Ice/ThreadPool.cpp; sourceTree = ""; }; - 57B4FD55C85D50B346DAC00F /* Key.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Key.ice; path = test/Slice/escape/Key.ice; sourceTree = ""; }; - 57E9BE44DC6129D6174B2306 /* UserAccountMapper.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = UserAccountMapper.ice; path = ../slice/IceGrid/UserAccountMapper.ice; sourceTree = ""; }; - 58E4626AB44A7F584A615366 /* IceObjects.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceObjects.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 59F988EA1C5CCD503309CAAC /* Util.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Util.cpp; path = ../cpp/src/IceSSL/Util.cpp; sourceTree = ""; }; - 5A2A558DF05365793BE1EDB3 /* InitializationData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InitializationData.swift; path = src/Ice/InitializationData.swift; sourceTree = ""; }; - 5A39082637C810A7FA44C8BC /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/operations/TestAMDI.swift; sourceTree = ""; }; - 5A4F6ED397F0755CDCDD8ACA /* certs */ = {isa = PBXFileReference; includeInIndex = 1; name = certs; path = ../certs; sourceTree = ""; }; - 5A78C4D73F6D7790B04847E2 /* OperationMode.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = OperationMode.ice; path = ../slice/Ice/OperationMode.ice; sourceTree = ""; }; - 5A864DCFB7D453663CD16FD7 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/binding/Client.swift; sourceTree = ""; }; - 5B3CF540FFDDB8D8BB9DF0C5 /* ValueFactoryManagerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ValueFactoryManagerI.cpp; path = ../cpp/src/Ice/ValueFactoryManagerI.cpp; sourceTree = ""; }; - 5CC0CB6129CE22F51EF8C00D /* SlicedData.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SlicedData.cpp; path = ../cpp/src/Ice/SlicedData.cpp; sourceTree = ""; }; - 5DAAC857DBB56205C7CCD7F7 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/adapterDeactivation/Server.swift; sourceTree = ""; }; - 5DC630E9AB4CD732D75C3AEA /* ConnectionInfoF.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionInfoF.cpp; path = ../cpp/src/IceSSL/ConnectionInfoF.cpp; sourceTree = ""; }; - 5DF959949FDCEE7CC6B0467A /* OutputStream.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OutputStream.cpp; path = ../cpp/src/Ice/OutputStream.cpp; sourceTree = ""; }; - 5E49FEDA41C839C2DB5BFA9D /* WSEndpoint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WSEndpoint.cpp; path = ../cpp/src/Ice/WSEndpoint.cpp; sourceTree = ""; }; - 5EC22E4227147E53CE7F4835 /* SysLoggerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysLoggerI.cpp; path = ../cpp/src/Ice/SysLoggerI.cpp; sourceTree = ""; }; - 5F9F46F2B6EF9528E9EEA0A0 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/scope/Client.swift; sourceTree = ""; }; - 5FD566BEBA418C9151C0CC95 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/udp/Client.swift; sourceTree = ""; }; - 60CB3BFC19DFE9088A67D092 /* Blobject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Blobject.swift; path = src/Ice/Blobject.swift; sourceTree = ""; }; - 60CB9F01352AB79EE50AD568 /* IceOptional.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOptional.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 610608EEED146B107B5293A5 /* MetricsObserverI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MetricsObserverI.cpp; path = ../cpp/src/Ice/MetricsObserverI.cpp; sourceTree = ""; }; - 61579E1435780C538ABE9460 /* LocalExceptionFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalExceptionFactory.swift; path = src/Ice/LocalExceptionFactory.swift; sourceTree = ""; }; - 61BF1C2278EF3139FA423B0C /* FactoryTableInit.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FactoryTableInit.cpp; path = ../cpp/src/Ice/FactoryTableInit.cpp; sourceTree = ""; }; - 61FD2D97AAE33B8E0DAD2E48 /* UnsupportedAdminFacet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = UnsupportedAdminFacet.mm; path = src/IceImpl/UnsupportedAdminFacet.mm; sourceTree = ""; }; - 6237E0C8AD8FD3CE4B7CFAA4 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/timeout/Client.swift; sourceTree = ""; }; - 623E717A20F91E615D53E150 /* Ice.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Ice.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 625E4E47BE0B8C13B100A33B /* ServantManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ServantManager.cpp; path = ../cpp/src/Ice/ServantManager.cpp; sourceTree = ""; }; - 62A61E872435F58924471D31 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/acm/Test.ice; sourceTree = ""; }; - 62FEBA73AE042571D01D4F88 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/inheritance/Test.ice; sourceTree = ""; }; - 6317DF41896C81DC9D6A94F0 /* Buffer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Buffer.cpp; path = ../cpp/src/Ice/Buffer.cpp; sourceTree = ""; }; - 6407F8C33CF3719F6547CE3E /* IceSlicingExceptionsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingExceptionsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 641754B3600E4B8A31487EBC /* Base64.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Base64.cpp; path = ../cpp/src/Ice/Base64.cpp; sourceTree = ""; }; - 646675FFD1880B556F62E835 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/info/Client.swift; sourceTree = ""; }; - 64A4D123257EF075A8AA0433 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/defaultServant/Client.swift; sourceTree = ""; }; - 650FAAE913B2A55BF40BDCC9 /* SliceFlags.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SliceFlags.swift; path = src/Ice/SliceFlags.swift; sourceTree = ""; }; - 6629A6F5DD07DBEF2C036E46 /* IceOperations.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOperations.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 665569D1BB698FBBAD74786F /* Ice.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Ice.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 6658CBA7425F4413E4A2845D /* ConnectionInfoFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConnectionInfoFactory.swift; path = src/Ice/ConnectionInfoFactory.swift; sourceTree = ""; }; - 669CDFA4C81273C4A8439769 /* Twoways.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Twoways.swift; path = test/Ice/operations/Twoways.swift; sourceTree = ""; }; - 66B3742B1FD8BF38A13DB528 /* StringConverterPlugin.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StringConverterPlugin.cpp; path = ../cpp/src/Ice/StringConverterPlugin.cpp; sourceTree = ""; }; - 6773D68D1A68AE755B5B28D3 /* IceDefaultServant.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceDefaultServant.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 67AF0C2725586B3CF91B8D5B /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/objects/TestI.swift; sourceTree = ""; }; - 69986A0036CFB94E71AFAEB2 /* IceOptional.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOptional.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 699F0DFE09B6CD4066FBF4C3 /* Version.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Version.ice; path = ../slice/Ice/Version.ice; sourceTree = ""; }; - 69C937818B79D71765A58104 /* EndpointFactoryManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EndpointFactoryManager.cpp; path = ../cpp/src/Ice/EndpointFactoryManager.cpp; sourceTree = ""; }; - 6A510B59CE2B6AA8EFA619EC /* libIceLocatorDiscovery C++11 macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceLocatorDiscovery C++11 macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 6B3240DA41D618B1A973AB23 /* PluginI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PluginI.cpp; path = ../cpp/src/IceLocatorDiscovery/PluginI.cpp; sourceTree = ""; }; - 6B7F99C1A7C43654FACDAA54 /* IceProperties.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProperties.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 6B98B9DFC1163605AFE57B8F /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/facets/Server.swift; sourceTree = ""; }; - 6B9E54977F5C39E7DEA70EA5 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/operations/Client.swift; sourceTree = ""; }; - 6C6C2523849920E54B5C3674 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/udp/TestI.swift; sourceTree = ""; }; - 6CE17F65AD7D95CE4D52AEB8 /* Properties.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Properties.cpp; path = ../cpp/src/Ice/Properties.cpp; sourceTree = ""; }; - 6D3DB17839D1905C961285D5 /* PropertyDict.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertyDict.ice; path = ../slice/Ice/PropertyDict.ice; sourceTree = ""; }; - 6D635B8A9885F1816618FFF5 /* Communicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Communicator.h; path = src/IceImpl/Communicator.h; sourceTree = ""; }; - 6E87C9E4A4FD2945C3A68008 /* IceSlicingExceptions.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingExceptions.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 6E8EFB40B36345385787390F /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/optional/ServerAMD.swift; sourceTree = ""; }; - 6E9CE949ADDB5DA57B0A2360 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/exceptions/Client.swift; sourceTree = ""; }; - 6F6F9065B966515883E3A81F /* ConnectionInfo.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionInfo.cpp; path = ../cpp/src/IceSSL/ConnectionInfo.cpp; sourceTree = ""; }; - 7064E95255F87EA955FE604D /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/servantLocator/Test.ice; sourceTree = ""; }; - 7100AF407ED59019E77AC492 /* Logger.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Logger.cpp; path = ../cpp/src/Ice/Logger.cpp; sourceTree = ""; }; - 716DB7C607CA120F7407022D /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/enums/Test.ice; sourceTree = ""; }; - 71C738B29B990967A0EC29C9 /* IceAmi.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAmi.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 7370B3F9D40F36F1BD730CCA /* TraceUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TraceUtil.cpp; path = ../cpp/src/Ice/TraceUtil.cpp; sourceTree = ""; }; - 73A88EA74CCC4616D710AFB6 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/location/Server.swift; sourceTree = ""; }; - 7430D6EB5ECE9ED78A4B9BA1 /* Thread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Thread.cpp; path = ../cpp/src/Ice/Thread.cpp; sourceTree = ""; }; - 748D6B2B330737998D89EFDD /* ProtocolInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ProtocolInstance.cpp; path = ../cpp/src/Ice/ProtocolInstance.cpp; sourceTree = ""; }; - 74CAD313ABBD56B539F69B27 /* Plugin.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Plugin.cpp; path = ../cpp/src/Ice/Plugin.cpp; sourceTree = ""; }; - 7529B82331E9F8857C04C1C1 /* ThreadException.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadException.cpp; path = ../cpp/src/IceUtil/ThreadException.cpp; sourceTree = ""; }; - 75539742281DFE7E4DC5F602 /* IceFacets.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceFacets.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 7592510233717E6CA95DA038 /* StreamSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamSocket.cpp; path = ../cpp/src/Ice/StreamSocket.cpp; sourceTree = ""; }; - 75A01B0041D27E76F5889DE4 /* main.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = main.swift; path = test/TestDriver/macOS/main.swift; sourceTree = ""; }; - 75BDF818FC40E0B1A7E2DCCD /* OutputStream.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OutputStream.swift; path = src/Ice/OutputStream.swift; sourceTree = ""; }; - 75F40F1911A6EA4452908C71 /* IceImpl.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceImpl.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 76311088F5303F630B9D1AE3 /* ObjectAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObjectAdapter.h; path = src/IceImpl/ObjectAdapter.h; sourceTree = ""; }; - 7644F0F2714625FA88C9AD42 /* Registry.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Registry.ice; path = ../slice/IceGrid/Registry.ice; sourceTree = ""; }; - 76660D1C75C5895B539F597E /* IceServices.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServices.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 7817994383F3B13BD7F75310 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/slicing/exceptions/TestI.swift; sourceTree = ""; }; - 783AC53508ED2C4B2092DD5C /* Connection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Connection.h; path = src/IceImpl/Connection.h; sourceTree = ""; }; - 785159C3CF8A869678895694 /* OpaqueEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpaqueEndpointI.cpp; path = ../cpp/src/Ice/OpaqueEndpointI.cpp; sourceTree = ""; }; - 78C5BD54F95050856DFE68B6 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/admin/Test.ice; sourceTree = ""; }; - 7B839F8BB619665F6310934B /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/binding/AllTests.swift; sourceTree = ""; }; - 7C3AA0639A1EDE5ADB774E21 /* IceLocation.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceLocation.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 7D349A4F305ED46BDBBEC05D /* IAPEndpointInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IAPEndpointInfo.swift; path = src/Ice/IAPEndpointInfo.swift; sourceTree = ""; }; - 7DCC9D507EDF3CD2A1A3150F /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/udp/Test.ice; sourceTree = ""; }; - 7E752D08EB62E167C213E390 /* IceObjects.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceObjects.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 7ED051A2BDDB9511D133CC34 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/proxy/Client.swift; sourceTree = ""; }; - 8009BD807CE901360AA23914 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/retry/Collocated.swift; sourceTree = ""; }; - 82876D1602C1CC12EE6FAB84 /* StreamAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamAcceptor.cpp; path = ../cpp/src/Ice/ios/StreamAcceptor.cpp; sourceTree = ""; }; - 82C6B16C4B7E40482A56F033 /* ServerPrivate.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServerPrivate.ice; path = test/Ice/slicing/exceptions/ServerPrivate.ice; sourceTree = ""; }; - 839B1E915C0CBD0129F6BAC4 /* MutexProtocol.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MutexProtocol.cpp; path = ../cpp/src/IceUtil/MutexProtocol.cpp; sourceTree = ""; }; - 8425D2B0B3D5867C0C9F3351 /* IceSSLConfiguration.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSSLConfiguration.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 847F20E8EE2CB3D83F522A4D /* EventHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventHandler.cpp; path = ../cpp/src/Ice/EventHandler.cpp; sourceTree = ""; }; - 8488FB8F37D7958B38971E9F /* ConnectionF.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionF.cpp; path = ../cpp/src/Ice/ConnectionF.cpp; sourceTree = ""; }; - 84A4B98757E5D39A8CF508CD /* TestDriver.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestDriver.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 84C9F21E9071D52008E29F7D /* SSLEngine.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SSLEngine.cpp; path = ../cpp/src/IceSSL/SSLEngine.cpp; sourceTree = ""; }; - 84CFA96B1376810A278A1749 /* Glacier2Swift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Glacier2Swift.h; path = src/Glacier2/Glacier2Swift.h; sourceTree = ""; }; - 851EBE7BCB0ABDCADDDBE688 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/adapterDeactivation/Test.ice; sourceTree = ""; }; - 857C1887760380EA7D969C13 /* LocalException.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LocalException.cpp; path = ../cpp/src/Ice/LocalException.cpp; sourceTree = ""; }; - 85E5A74751EB43D4ED344FCE /* Communicator.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Communicator.mm; path = src/IceImpl/Communicator.mm; sourceTree = ""; }; - 8604FDEB96C920773DEF9A73 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = test/TestCommon/Info.plist; sourceTree = ""; }; - 860EEE47FA5F73DF18371EB0 /* ConnectionInfo.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionInfo.cpp; path = ../cpp/src/IceIAP/ConnectionInfo.cpp; sourceTree = ""; }; - 8629DC53723BDBF2B619738A /* IceAcm.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAcm.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 864791648F2C6EEBD4033544 /* ProxyFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ProxyFactory.cpp; path = ../cpp/src/Ice/ProxyFactory.cpp; sourceTree = ""; }; - 86525836B17F14E966E687FC /* IceSlicingObjects.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingObjects.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 867D107D3A25FB9B5C7EB522 /* InputStream.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InputStream.cpp; path = ../cpp/src/Ice/InputStream.cpp; sourceTree = ""; }; - 86BC667FEF2BA5820A7B7BA5 /* Convert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Convert.h; path = src/IceImpl/Convert.h; sourceTree = ""; }; - 87A3043D1B1B7D7DE0B165C3 /* IceInvoke.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInvoke.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 87F199BFCA75EA1D85ED8573 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/slicing/objects/TestI.swift; sourceTree = ""; }; - 883D1C33472953A1CD1DB112 /* Initialize.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Initialize.cpp; path = ../cpp/src/Ice/Initialize.cpp; sourceTree = ""; }; - 885AE89496BA237CFD217347 /* StreamTransceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamTransceiver.cpp; path = ../cpp/src/Ice/ios/StreamTransceiver.cpp; sourceTree = ""; }; - 8865E47F058CCABBA06DB4AE /* PluginManagerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PluginManagerI.cpp; path = ../cpp/src/Ice/PluginManagerI.cpp; sourceTree = ""; }; - 8873EA7FF0431868BF97BF8D /* Context.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Context.ice; path = ../slice/Ice/Context.ice; sourceTree = ""; }; - 888B3167CD8A4968215F0A38 /* IceScope.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceScope.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 897808914C54B9799F9A2F91 /* ReferenceFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ReferenceFactory.cpp; path = ../cpp/src/Ice/ReferenceFactory.cpp; sourceTree = ""; }; - 8A39FB52971B8BCC7CD607F3 /* IceDefaultValue.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceDefaultValue.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 8A9C59F0ED0E375A09B03481 /* LocalObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LocalObject.cpp; path = ../cpp/src/Ice/LocalObject.cpp; sourceTree = ""; }; - 8BD60FA4285B90536DAE2ABC /* CommunicatorI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CommunicatorI.swift; path = src/Ice/CommunicatorI.swift; sourceTree = ""; }; - 8BE034D58C57F544FFE3F539 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/facets/Client.swift; sourceTree = ""; }; - 8C01588ADEBCFAC81EF7766F /* libIceLocatorDiscovery C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceLocatorDiscovery C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 8C6C2E58CEE36AE17B95BBDF /* Session.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Session.ice; path = ../slice/IceGrid/Session.ice; sourceTree = ""; }; - 8CEA95C263FCF61FDAC35F2D /* TcpConnector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpConnector.cpp; path = ../cpp/src/Ice/TcpConnector.cpp; sourceTree = ""; }; - 8D126B446148A88233AA2278 /* TcpTransceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpTransceiver.cpp; path = ../cpp/src/Ice/TcpTransceiver.cpp; sourceTree = ""; }; - 8D3D49BC0C29B23231C962C1 /* StreamConnector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamConnector.cpp; path = ../cpp/src/Ice/ios/StreamConnector.cpp; sourceTree = ""; }; - 8DEFB158CC638F81D597598D /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/slicing/objects/Client.swift; sourceTree = ""; }; - 90787AF0A37EEA37C85695B9 /* SSLConnectionInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SSLConnectionInfo.swift; path = src/Ice/SSLConnectionInfo.swift; sourceTree = ""; }; - 909200862AB304F9E9056BD3 /* Properties.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Properties.mm; path = src/IceImpl/Properties.mm; sourceTree = ""; }; - 90AB8161442DBB20C4926B3B /* IceAdmin.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAdmin.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 91079E777372B4F182F41A0A /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/inheritance/Collocated.swift; sourceTree = ""; }; - 91702C97E64FB532023CE75D /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/IceSSL/configuration/Server.swift; sourceTree = ""; }; - 91DC2A0D34F096C05AFFAFE6 /* LookupI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LookupI.cpp; path = ../cpp/src/IceDiscovery/LookupI.cpp; sourceTree = ""; }; - 92923B4684A1BF23B89BA01C /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/binding/TestI.swift; sourceTree = ""; }; - 92BDF144EAE646068BBBDC31 /* LocalObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LocalObject.h; path = src/IceImpl/LocalObject.h; sourceTree = ""; }; - 92DFE8DFF46D7EFF704D4522 /* ConsoleUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConsoleUtil.cpp; path = ../cpp/src/IceUtil/ConsoleUtil.cpp; sourceTree = ""; }; - 935EA09433CAE9AE4444BFCC /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/IceGrid/Info.plist; sourceTree = ""; }; - 93C246AC846FCC1E1E510D6C /* Mutex.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Mutex.swift; path = src/Ice/Mutex.swift; sourceTree = ""; }; - 94212BAD957A78E36EC3EED4 /* ConnectionI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionI.cpp; path = ../cpp/src/Ice/ConnectionI.cpp; sourceTree = ""; }; - 943F62DEE4D6B5F3DE6B0D22 /* IceDiscovery.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = IceDiscovery.ice; path = ../slice/IceDiscovery/IceDiscovery.ice; sourceTree = ""; }; - 94611F392D00B8B8E3640D6B /* ImplicitContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImplicitContext.h; path = src/IceImpl/ImplicitContext.h; sourceTree = ""; }; - 947C60AB5690BEF1175C6AE8 /* IceAdapterDeactivation.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAdapterDeactivation.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 94CF1B1374A50ED7765868B6 /* LocatorInfo.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LocatorInfo.cpp; path = ../cpp/src/Ice/LocatorInfo.cpp; sourceTree = ""; }; - 94E64A8A4468924DD9A7C2D2 /* Transceiver.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Transceiver.mm; path = ../cpp/src/IceIAP/Transceiver.mm; sourceTree = ""; }; - 952160511B9A724C82F64990 /* libIce C++11 macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIce C++11 macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 960889AE80EE23F4AB9A7899 /* TraceUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = TraceUtil.mm; path = src/IceImpl/TraceUtil.mm; sourceTree = ""; }; - 96F1FC4C6C4A3154388E702E /* ObjectAdapter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectAdapter.swift; path = src/Ice/ObjectAdapter.swift; sourceTree = ""; }; - 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = PromiseKit.xcframework; path = ../Carthage/Build/PromiseKit.xcframework; sourceTree = ""; }; - 9826BFD5D5016B5B7DA30496 /* UdpTransceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UdpTransceiver.cpp; path = ../cpp/src/Ice/UdpTransceiver.cpp; sourceTree = ""; }; - 982DC694739062479B93510C /* LoggerWrapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LoggerWrapper.swift; path = src/Ice/LoggerWrapper.swift; sourceTree = ""; }; - 984E408AE1C36AB3B759095E /* BatchRequestQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BatchRequestQueue.cpp; path = ../cpp/src/Ice/BatchRequestQueue.cpp; sourceTree = ""; }; - 98AB2A03D7BA843F9831286D /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/objects/AllTests.swift; sourceTree = ""; }; - 99528469CD587F598337AACA /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/location/TestI.swift; sourceTree = ""; }; - 99578A940F2AE450A4088200 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/binding/Server.swift; sourceTree = ""; }; - 9987215BF230537852456754 /* LoggerUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LoggerUtil.cpp; path = ../cpp/src/Ice/LoggerUtil.cpp; sourceTree = ""; }; - 9A5B352FEADCB1E176B01CED /* PluginI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PluginI.cpp; path = ../cpp/src/IceDiscovery/PluginI.cpp; sourceTree = ""; }; - 9A5D217FA26C556261BDDDB2 /* ImplicitContextI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImplicitContextI.cpp; path = ../cpp/src/Ice/ImplicitContextI.cpp; sourceTree = ""; }; - 9A5EDE74C3A3591BBEF47D29 /* ValueFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ValueFactory.cpp; path = ../cpp/src/Ice/ValueFactory.cpp; sourceTree = ""; }; - 9B32AF013885664AA93CDF20 /* Controller.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Controller.ice; path = ../scripts/Controller.ice; sourceTree = ""; }; - 9B548B1CC74CF128EB62110C /* RecMutex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RecMutex.cpp; path = ../cpp/src/IceUtil/RecMutex.cpp; sourceTree = ""; }; - 9B9DC4A0F25EC95FDA68E396 /* PermissionsVerifier.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PermissionsVerifier.ice; path = ../slice/Glacier2/PermissionsVerifier.ice; sourceTree = ""; }; - 9D31D9B7BAF73B3647C64990 /* ServerPrivate.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServerPrivate.ice; path = test/Ice/slicing/objects/ServerPrivate.ice; sourceTree = ""; }; - 9E33109A1F05AA19BCF9156F /* Communicator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Communicator.cpp; path = ../cpp/src/Ice/Communicator.cpp; sourceTree = ""; }; - 9F1F158B962A78341F9EF225 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Slice/escape/Client.swift; sourceTree = ""; }; - 9F4B82012902E7A12E38A2AF /* ClientPrivate.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ClientPrivate.ice; path = test/Ice/slicing/objects/ClientPrivate.ice; sourceTree = ""; }; - 9F9C864BECBB215D589B5735 /* IceHold.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceHold.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - A1998FED769C42CDC7AB11C5 /* StringConverter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StringConverter.cpp; path = ../cpp/src/IceUtil/StringConverter.cpp; sourceTree = ""; }; - A1C88ECE6870F60549A0EE24 /* Router.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Router.ice; path = ../slice/Glacier2/Router.ice; sourceTree = ""; }; - A274FC67FF85EE280823CAA5 /* Instrumentation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Instrumentation.swift; path = src/Ice/Instrumentation.swift; sourceTree = ""; }; - A325D1883148FBD7D53A2698 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/slicing/objects/AllTests.swift; sourceTree = ""; }; - A369565B5F8B3323E92DFD73 /* Properties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Properties.h; path = src/IceImpl/Properties.h; sourceTree = ""; }; - A3D1AE0406A87BA43230C922 /* FileParser.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = FileParser.ice; path = ../slice/IceGrid/FileParser.ice; sourceTree = ""; }; - A4FAE8887A8A2B8B5AB2BFA1 /* Endpoint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Endpoint.swift; path = src/Ice/Endpoint.swift; sourceTree = ""; }; - A60DFD912C3076C2441A6EEB /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/scope/Test.ice; sourceTree = ""; }; - A6DB7AA8D03D71EC9B23B390 /* LocalObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = LocalObject.mm; path = src/IceImpl/LocalObject.mm; sourceTree = ""; }; - A76BBEE914CB874C8B739408 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; - A76F2988E9F63DA40311F76A /* Logger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Logger.h; path = src/IceImpl/Logger.h; sourceTree = ""; }; - A85AAECD4BA9FD8995F84E21 /* Config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Config.h; path = src/IceImpl/Config.h; sourceTree = ""; }; - A8E6E1452E1DA4C8ED9914AA /* LocalException.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalException.swift; path = src/Ice/LocalException.swift; sourceTree = ""; }; - A8FBA68CBD78E9ADC871C4C5 /* Exception.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Exception.ice; path = ../slice/IceGrid/Exception.ice; sourceTree = ""; }; - A92AF9829CC12933812E31B7 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/exceptions/AllTests.swift; sourceTree = ""; }; - A97E29B6434137D42CB3F467 /* StreamEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamEndpointI.cpp; path = ../cpp/src/Ice/ios/StreamEndpointI.cpp; sourceTree = ""; }; - A981A15C3C763E3DF3AFDF3A /* UtilException.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UtilException.cpp; path = ../cpp/src/IceUtil/UtilException.cpp; sourceTree = ""; }; - A98619140D09F4A271DA212C /* IceOperationsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOperationsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - A9BFE5D27E6A8D49C4BDD2EA /* ImplicitContextF.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImplicitContextF.cpp; path = ../cpp/src/Ice/ImplicitContextF.cpp; sourceTree = ""; }; - AA144D7BB355829B28020F78 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = test/TestDriver/iOS/Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - ACB54D91532B125D146C8F52 /* IceBinding.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceBinding.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - ACB597B2CB96C20CBF0FDA64 /* InputStream.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InputStream.swift; path = src/Ice/InputStream.swift; sourceTree = ""; }; - AD8AC0525446464A4513C8E8 /* HttpParser.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HttpParser.cpp; path = ../cpp/src/Ice/HttpParser.cpp; sourceTree = ""; }; - AE24775D969D93908EB8704B /* IceInvoke.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInvoke.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - AE9FF7D3CCA47C89D218FFEE /* IceInterceptor.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInterceptor.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - AEF69473A2BBE7E2944931A1 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/ami/Server.swift; sourceTree = ""; }; - AF2F997A9136C0D57A644334 /* UnsupportedAdminFacet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnsupportedAdminFacet.h; path = src/IceImpl/UnsupportedAdminFacet.h; sourceTree = ""; }; - AF9A4516C12A26D9D9FBBED9 /* ClientPrivate.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ClientPrivate.ice; path = test/Ice/slicing/exceptions/ClientPrivate.ice; sourceTree = ""; }; - AFE02F4EBE4026D7ABF4C2FD /* RequestHandlerFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RequestHandlerFactory.cpp; path = ../cpp/src/Ice/RequestHandlerFactory.cpp; sourceTree = ""; }; - B01C28336B07FA327829314A /* libIceDiscovery C++11 macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceDiscovery C++11 macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B06214B3EFADD6728F980622 /* IceUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceUtil.h; path = src/IceImpl/IceUtil.h; sourceTree = ""; }; - B086B5175F1B76E321C3F86D /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/proxy/TestI.swift; sourceTree = ""; }; - B0A16E1F318A236067C0E62C /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/services/Client.swift; sourceTree = ""; }; - B0BFBF405F4644470BC57DA2 /* SecureTransportTransceiverI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SecureTransportTransceiverI.cpp; path = ../cpp/src/IceSSL/SecureTransportTransceiverI.cpp; sourceTree = ""; }; - B1D1ED077D2A30E8ADBE189D /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/proxy/TestAMD.ice; sourceTree = ""; }; - B1E77773C9E5111EC13CAB7D /* ServantManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServantManager.swift; path = src/Ice/ServantManager.swift; sourceTree = ""; }; - B215297BE120F8697A57E235 /* Protocol.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Protocol.cpp; path = ../cpp/src/Ice/Protocol.cpp; sourceTree = ""; }; - B286694690297FFF7DF31EA9 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/retry/Client.swift; sourceTree = ""; }; - B29BEC4319D17CB3605C32E1 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/facets/TestI.swift; sourceTree = ""; }; - B2C05AE8C73A007F79D23190 /* IceTimeout.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceTimeout.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - B2D6CB1AC0F0C2259F0F5B65 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/servantLocator/Client.swift; sourceTree = ""; }; - B30555E6708ECEFAA4EDD334 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/scope/TestI.swift; sourceTree = ""; }; - B30F448C0594430A4E0E1449 /* AdminFacetFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AdminFacetFactory.h; path = src/IceImpl/AdminFacetFactory.h; sourceTree = ""; }; - B407E5A8D5B156671264DFC5 /* TestDriver.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestDriver.app; sourceTree = BUILT_PRODUCTS_DIR; }; - B43B0FAA9A029A4458C3590F /* SSLInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = SSLInfo.ice; path = ../slice/Glacier2/SSLInfo.ice; sourceTree = ""; }; - B446E87A9F659C4A964E6F73 /* ValueFactoryManagerI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValueFactoryManagerI.swift; path = src/Ice/ValueFactoryManagerI.swift; sourceTree = ""; }; - B4BEBA247618BA49B306637B /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/invoke/Client.swift; sourceTree = ""; }; - B4DEA2B3E46B392AE8FA078C /* OptionalFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OptionalFormat.swift; path = src/Ice/OptionalFormat.swift; sourceTree = ""; }; - B5E2090C4D1E0D664633C3C5 /* RouterInfo.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RouterInfo.cpp; path = ../cpp/src/Ice/RouterInfo.cpp; sourceTree = ""; }; - B64E1BCBF28AC80B97565EF1 /* RFC2253.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RFC2253.cpp; path = ../cpp/src/IceSSL/RFC2253.cpp; sourceTree = ""; }; - B667A5C8DD4F6EB3E5C9B46A /* SecureTransportEngine.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SecureTransportEngine.cpp; path = ../cpp/src/IceSSL/SecureTransportEngine.cpp; sourceTree = ""; }; - B678281893C42981DD91CE27 /* IceProperties.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProperties.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - B7A43DB55534C1EC4B2C2B8B /* IceUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = IceUtil.mm; path = src/IceImpl/IceUtil.mm; sourceTree = ""; }; - B7C84F9F86A2642B4DB21761 /* ConnectionRequestHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionRequestHandler.cpp; path = ../cpp/src/Ice/ConnectionRequestHandler.cpp; sourceTree = ""; }; - B7CC3EAFDBBAED579CB65E02 /* IceLocation.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceLocation.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - B80D1F29C6A35D955A94B1AE /* AppDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = test/TestDriver/iOS/AppDelegate.swift; sourceTree = ""; }; - B88F26BEC7B480A327AB48B0 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/interceptor/Client.swift; sourceTree = ""; }; - B8CC643DD42F1A5B6B27A542 /* Notifications.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Notifications.mm; path = ../cpp/src/Ice/ios/Notifications.mm; sourceTree = ""; }; - B93100931C7208B5D3064FEF /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/exceptions/Server.swift; sourceTree = ""; }; - B9394803D622D0ECAAE9E923 /* Proxy.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Proxy.cpp; path = ../cpp/src/Ice/Proxy.cpp; sourceTree = ""; }; - BB2FDEF71FCA90CDBDB32AAB /* Main.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = Main.storyboard; path = test/TestDriver/iOS/Base.lproj/Main.storyboard; sourceTree = ""; }; - BBB10CD52BD86395BC343A0B /* IceStorm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceStorm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BBB75B8D55DDA16960177189 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/enums/TestI.swift; sourceTree = ""; }; - BBBD5106BD3CD7763C850ACE /* Oneways.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Oneways.swift; path = test/Ice/operations/Oneways.swift; sourceTree = ""; }; - BC3DC35F22EE9E9C9B4BB176 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/enums/AllTests.swift; sourceTree = ""; }; - BCF9BA52A64AED325C68A383 /* SecureTransportCertificateI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SecureTransportCertificateI.cpp; path = ../cpp/src/IceSSL/SecureTransportCertificateI.cpp; sourceTree = ""; }; - BD5215EC1E4F66AFE89CA625 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/stream/Client.swift; sourceTree = ""; }; - BE7456538444EC0F07561F0C /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - BF56A55F9B39D512B0DD722C /* AcceptorI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AcceptorI.cpp; path = ../cpp/src/IceSSL/AcceptorI.cpp; sourceTree = ""; }; - BFD81A96B2FEDC7DD5A61FF8 /* ObjectAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectAdapter.mm; path = src/IceImpl/ObjectAdapter.mm; sourceTree = ""; }; - C12F72D326BA31E4F3222697 /* WSConnector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WSConnector.cpp; path = ../cpp/src/Ice/WSConnector.cpp; sourceTree = ""; }; - C131E5D67136A0CA59E41363 /* Connection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Connection.swift; path = src/Ice/Connection.swift; sourceTree = ""; }; - C170AEFA2DAA25C77B642B50 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/slicing/exceptions/ServerAMD.swift; sourceTree = ""; }; - C19E1DCD6ED441B62D90114D /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/slicing/exceptions/Server.swift; sourceTree = ""; }; - C1AFCED0816ADEA6C571C2E7 /* PropertiesAdminI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PropertiesAdminI.cpp; path = ../cpp/src/Ice/PropertiesAdminI.cpp; sourceTree = ""; }; - C1EB023D3B85638F4414F46A /* IceServantLocatorAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServantLocatorAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - C2252508F6DC523B17A69C5E /* DynamicLibrary.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DynamicLibrary.cpp; path = ../cpp/src/Ice/DynamicLibrary.cpp; sourceTree = ""; }; - C2C6131D4A6ED131271C07ED /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/adapterDeactivation/Client.swift; sourceTree = ""; }; - C2DCE61256F8846CB481C917 /* RouterF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = RouterF.ice; path = ../slice/Ice/RouterF.ice; sourceTree = ""; }; - C2F0B4FF873A76833E941826 /* Transceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Transceiver.cpp; path = ../cpp/src/Ice/Transceiver.cpp; sourceTree = ""; }; - C307ECD76BE33A0CF42D8C5E /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/info/TestI.swift; sourceTree = ""; }; - C3253615704AD8092CF5F9D9 /* TwowaysAMI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TwowaysAMI.swift; path = test/Ice/operations/TwowaysAMI.swift; sourceTree = ""; }; - C39BB4ED7CFFA4DACD478D9B /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = src/Ice/Util.swift; sourceTree = ""; }; - C4D40FD4D514C6255DCF1E88 /* IceAdapterDeactivation.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAdapterDeactivation.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - C5A0671B53C97F7A32AFCFA1 /* RemoteLogger.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = RemoteLogger.ice; path = ../slice/Ice/RemoteLogger.ice; sourceTree = ""; }; - C6AA934BC1D34654E098F584 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/defaultValue/Client.swift; sourceTree = ""; }; - C6C97867F488137BCC0EB004 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/hold/Test.ice; sourceTree = ""; }; - C75AC8274DA14FCDB42058FA /* EndpointFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EndpointFactory.cpp; path = ../cpp/src/Ice/EndpointFactory.cpp; sourceTree = ""; }; - C8EEEFFBAEF23056FD049102 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/IceStorm/Info.plist; sourceTree = ""; }; - C931BC0FF471A0F481027ADD /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/proxy/Test.ice; sourceTree = ""; }; - C95A65FBDD4DD8B4198F49DF /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/ami/Test.ice; sourceTree = ""; }; - CA0D87A615782B7CB24C3F4C /* ArgVector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ArgVector.cpp; path = ../cpp/src/Ice/ArgVector.cpp; sourceTree = ""; }; - CAF52D8D0936AD9DAC5FB260 /* Value.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Value.cpp; path = ../cpp/src/Ice/Value.cpp; sourceTree = ""; }; - CB3BD1DF07A3C09CF5FF39EB /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/proxy/AllTests.swift; sourceTree = ""; }; - CB5AF66AE62474538F3B4C8A /* Metrics.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Metrics.ice; path = ../slice/Glacier2/Metrics.ice; sourceTree = ""; }; - CB65DF0EB3BC9182E42B33C6 /* IceOptionalAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOptionalAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - CC034BBCB34C7182E33E5260 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/inheritance/AllTests.swift; sourceTree = ""; }; - CC9E31096285763A44ED387C /* Glacier2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Glacier2.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CCFAA81005DA44D89E41494D /* PropertiesAdmin.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertiesAdmin.ice; path = ../slice/Ice/PropertiesAdmin.ice; sourceTree = ""; }; - CE7D6C632EB030AE96F5F06C /* IceStream.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceStream.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - CE7FC47F6D6B7DAFEE7F7199 /* WSAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WSAcceptor.cpp; path = ../cpp/src/Ice/WSAcceptor.cpp; sourceTree = ""; }; - CF2AEC43FB6AF0355BAC4EF7 /* Logger.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Logger.mm; path = src/IceImpl/Logger.mm; sourceTree = ""; }; - CF5998B9EC791F4A15E4E0AF /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/objects/Server.swift; sourceTree = ""; }; - D02E0C0E582227D272D99C1A /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/invoke/Test.ice; sourceTree = ""; }; - D045E859A2B4BFF7C830734D /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Instance.cpp; path = ../cpp/src/IceSSL/Instance.cpp; sourceTree = ""; }; - D0635A59EF2F6E52013CF218 /* OnewaysAMI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OnewaysAMI.swift; path = test/Ice/operations/OnewaysAMI.swift; sourceTree = ""; }; - D0E3AEAA11EF708457A97AFC /* SystemdJournalI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SystemdJournalI.cpp; path = ../cpp/src/Ice/SystemdJournalI.cpp; sourceTree = ""; }; - D18F07031EC4C85F5159AFE9 /* IceSlicingExceptionsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingExceptionsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - D255BAB7E5E515B654EDAD67 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/defaultValue/Test.ice; sourceTree = ""; }; - D2A78D4720673DAF9D7E7F17 /* IceGridSwift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceGridSwift.h; path = src/IceGrid/IceGridSwift.h; sourceTree = ""; }; - D30F73A7A6497E2340EAC041 /* IceExceptions.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceExceptions.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - D31585DF150199617B8B170F /* TcpEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpEndpointI.cpp; path = ../cpp/src/Ice/TcpEndpointI.cpp; sourceTree = ""; }; - D31F7CBFF920A0CF7FB2382A /* BlobjectAsync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BlobjectAsync.swift; path = src/Ice/BlobjectAsync.swift; sourceTree = ""; }; - D36CEA6C13079203D960A28A /* TraceLevels.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TraceLevels.cpp; path = ../cpp/src/Ice/TraceLevels.cpp; sourceTree = ""; }; - D3823D97E04C4BFCD7FB534C /* Timer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Timer.cpp; path = ../cpp/src/Ice/Timer.cpp; sourceTree = ""; }; - D44AFC725628521459EA373E /* Value.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Value.swift; path = src/Ice/Value.swift; sourceTree = ""; }; - D570457F4FC3998BFFBC686B /* ConnectionFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionFactory.cpp; path = ../cpp/src/Ice/ConnectionFactory.cpp; sourceTree = ""; }; - D7348ED97038DE804E76B4F3 /* EndpointI.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointI.mm; path = ../cpp/src/IceIAP/EndpointI.mm; sourceTree = ""; }; - D789BAF0BE9CC7DA9EAB63A2 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/ami/Collocated.swift; sourceTree = ""; }; - D78CE34686A4B4BFD16057B6 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/adapterDeactivation/Collocated.swift; sourceTree = ""; }; - D7D1EED80BE188B0BAFB69F1 /* PropertiesF.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PropertiesF.cpp; path = ../cpp/src/Ice/PropertiesF.cpp; sourceTree = ""; }; - D7D263D2E578BF1F7AF589B9 /* Object.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Object.cpp; path = ../cpp/src/Ice/Object.cpp; sourceTree = ""; }; - D7EC10FCBDFB6A2DECEF109D /* PropertiesAdminI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertiesAdminI.swift; path = src/Ice/PropertiesAdminI.swift; sourceTree = ""; }; - D82D2DB3437A859C9A02427E /* IceSwift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceSwift.h; path = src/Ice/IceSwift.h; sourceTree = ""; }; - D86BEF346F9EC95AE96B2542 /* Cond.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Cond.cpp; path = ../cpp/src/Ice/Cond.cpp; sourceTree = ""; }; - D9380D40DF12A3318B74FC8B /* ImplicitContext.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ImplicitContext.mm; path = src/IceImpl/ImplicitContext.mm; sourceTree = ""; }; - DA4864743AE51C6261C21300 /* Process.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Process.mm; path = src/IceImpl/Process.mm; sourceTree = ""; }; - DA9E2ECE0BEF16EAE0EA036F /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/slicing/objects/ServerAMD.swift; sourceTree = ""; }; - DAFBF6BFF7EDE9F0FB64766F /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/admin/Server.swift; sourceTree = ""; }; - DBBA56D618556333971F2555 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/info/Server.swift; sourceTree = ""; }; - DD1F0A3B85E7C703B656F50B /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/enums/Server.swift; sourceTree = ""; }; - DDBB3E496664C584AD5364E5 /* IceSSLConfiguration.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSSLConfiguration.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - DDF2419DBADC2D1CB04E0823 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/interceptor/Test.ice; sourceTree = ""; }; - DE3D88FE76A1440B3A0C4DF5 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/admin/AllTests.swift; sourceTree = ""; }; - DE4C4A3FC0CBE37945762D1B /* FormatType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatType.swift; path = src/Ice/FormatType.swift; sourceTree = ""; }; - DEF8392F8E40DDD59B323CB4 /* ServantLocatorI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServantLocatorI.swift; path = test/Ice/servantLocator/ServantLocatorI.swift; sourceTree = ""; }; - E004376D0DBB79789D7E0BB1 /* PropertiesAdmin.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertiesAdmin.mm; path = src/IceImpl/PropertiesAdmin.mm; sourceTree = ""; }; - E00EC3B82938848CFB40EC31 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/retry/Test.ice; sourceTree = ""; }; - E13FB9A9AF502F1522420390 /* TrustManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TrustManager.cpp; path = ../cpp/src/IceSSL/TrustManager.cpp; sourceTree = ""; }; - E2405C9C20444A782D096AF0 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/optional/Client.swift; sourceTree = ""; }; - E2543300D55BB8126BF01178 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/defaultServant/AllTests.swift; sourceTree = ""; }; - E263606DB96A9375B3DB0862 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/hold/TestI.swift; sourceTree = ""; }; - E2876A8434BDA95E5E67FA4D /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/location/Test.ice; sourceTree = ""; }; - E2C01CEC70FAB4F5A70D2671 /* IceUdp.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceUdp.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - E3C9AD082A4CE3A5F5435669 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/timeout/Server.swift; sourceTree = ""; }; - E3F96F9704EBDCFBCAE0D3C3 /* EndpointI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EndpointI.swift; path = src/Ice/EndpointI.swift; sourceTree = ""; }; - E47A14897F2C93447F45EFCA /* libIce C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIce C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E4E970020786C4F7F72C5207 /* IceScope.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceScope.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - E512A7FBE87BE4C3D0241122 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/retry/Server.swift; sourceTree = ""; }; - E53219E3EA6910F7E5D579A5 /* OutputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OutputStream.h; path = src/IceImpl/OutputStream.h; sourceTree = ""; }; - E560304D19C84FD096965E6C /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/objects/Client.swift; sourceTree = ""; }; - E56A381E1ECD60A933EDE0C3 /* Proxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Proxy.swift; path = src/Ice/Proxy.swift; sourceTree = ""; }; - E57283A07B637882DC9B8F71 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/exceptions/ServerAMD.swift; sourceTree = ""; }; - E5D56F4CFBCB26C84B24DFB5 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/proxy/Collocated.swift; sourceTree = ""; }; - E64154AC1BD079614CFE6D0B /* IceProxyAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProxyAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - E64DA691FE8767C9AE657374 /* MetricsAdminI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MetricsAdminI.cpp; path = ../cpp/src/Ice/MetricsAdminI.cpp; sourceTree = ""; }; - E65F59B3B48188E5E72C27D6 /* IceServantLocatorAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServantLocatorAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - E672D54C33B901EEFAD1A9FF /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/slicing/exceptions/TestAMDI.swift; sourceTree = ""; }; - E80B06A40D65F65EF6C553E5 /* RegisterPluginsInit.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RegisterPluginsInit.cpp; path = ../cpp/src/Ice/RegisterPluginsInit.cpp; sourceTree = ""; }; - E8AFF8ED68FE8D153138422D /* ConnectorI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectorI.cpp; path = ../cpp/src/IceSSL/ConnectorI.cpp; sourceTree = ""; }; - E8D821D8582839A7FD652F7F /* OSLogLoggerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OSLogLoggerI.cpp; path = ../cpp/src/Ice/OSLogLoggerI.cpp; sourceTree = ""; }; - E9827291A2B8B54C49FD1C85 /* Router.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Router.ice; path = ../slice/Ice/Router.ice; sourceTree = ""; }; - E9AE62B725D03CDAC1B7BCBF /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/operations/AllTests.swift; sourceTree = ""; }; - EA0C9E634315389E93760409 /* PromiseKit.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = PromiseKit.xcframework; path = ../Carthage/Build/PromiseKit.xcframework; sourceTree = ""; }; - EA284C28AD71C2D624582DC7 /* LoggerAdminI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LoggerAdminI.cpp; path = ../cpp/src/Ice/LoggerAdminI.cpp; sourceTree = ""; }; - EA63D38F273987B6208237F7 /* ExternalAccessory.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ExternalAccessory.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/ExternalAccessory.framework; sourceTree = DEVELOPER_DIR; }; - EA894B52D407082F22D345EF /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/slicing/exceptions/AllTests.swift; sourceTree = ""; }; - EB071CD809B5D6642DD39E53 /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/slicing/objects/TestAMDI.swift; sourceTree = ""; }; - EB4A218E07221A655D54AA36 /* ObserverHelper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ObserverHelper.cpp; path = ../cpp/src/Ice/ObserverHelper.cpp; sourceTree = ""; }; - EB64AD8D0C4921CF515944A6 /* CommunicatorF.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CommunicatorF.cpp; path = ../cpp/src/Ice/CommunicatorF.cpp; sourceTree = ""; }; - EBA8491A44D0E0482F4677BC /* ConnectionI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConnectionI.swift; path = src/Ice/ConnectionI.swift; sourceTree = ""; }; - EBD23A978B397DAF53B55273 /* IceInheritance.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInheritance.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - EBEAB016AE060E51B33C88C5 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/facets/Test.ice; sourceTree = ""; }; - EC3920B0A3180CE9468B5D48 /* Glacier2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Glacier2.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - EC428F92C038CB75D721C046 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/objects/Collocated.swift; sourceTree = ""; }; - ECAF5F62EDCF29B918CCA154 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/properties/Client.swift; sourceTree = ""; }; - ECE37EE5C08B6FFE1F009314 /* ValueFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValueFactory.swift; path = src/Ice/ValueFactory.swift; sourceTree = ""; }; - ED0D8471106CE1DAD728538A /* IceExceptions.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceExceptions.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - ED98AEC78D53B98EF9216B56 /* SSLEndpointInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SSLEndpointInfo.swift; path = src/Ice/SSLEndpointInfo.swift; sourceTree = ""; }; - EDDF24D23BCAEE53F2E5E335 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/Glacier2/Info.plist; sourceTree = ""; }; - EDDFDF674093FB356181A861 /* ConnectRequestHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectRequestHandler.cpp; path = ../cpp/src/Ice/ConnectRequestHandler.cpp; sourceTree = ""; }; - EE02DD17EB206613ADA00EC9 /* EndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EndpointI.cpp; path = ../cpp/src/Ice/EndpointI.cpp; sourceTree = ""; }; - EE12756CF23A83E52C61D223 /* NetworkProxy.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NetworkProxy.cpp; path = ../cpp/src/Ice/NetworkProxy.cpp; sourceTree = ""; }; - EE6273EFDFF34C2B0E6CC267 /* StringUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StringUtil.cpp; path = ../cpp/src/IceUtil/StringUtil.cpp; sourceTree = ""; }; - EE75E6D4EF3B33DFB659E39C /* Connection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Connection.mm; path = src/IceImpl/Connection.mm; sourceTree = ""; }; - EEAC0D6D20FA5E489B7D4EAB /* IceEnums.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceEnums.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - EEB12A56E8C359F1729F44DD /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/acm/Client.swift; sourceTree = ""; }; - EEB9F4EFA4B5E11103B64F2B /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/optional/TestAMDI.swift; sourceTree = ""; }; - EECF4655D8774B8E48A8D6C2 /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = src/Ice/Properties.swift; sourceTree = ""; }; - EEE2D909D236CA9996023106 /* libIceDiscovery C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceDiscovery C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - EF8280C5D17209751E14553C /* IceAcm.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAcm.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - F0503C372876754560BBB8C7 /* LoggerWrapperI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LoggerWrapperI.h; path = src/IceImpl/LoggerWrapperI.h; sourceTree = ""; }; - F0FBBD74A0A5794E1AF7F7CA /* IceExceptionsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceExceptionsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - F17CE2C8EAC28CBD9A0667B3 /* IceHold.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceHold.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - F1BA415B45FE40D1AF4C892C /* IceDefaultServant.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceDefaultServant.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - F32ED048C90725C7C38CC684 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; - F48A4C9DD1628D724648AA45 /* certs */ = {isa = PBXFileReference; includeInIndex = 1; name = certs; path = test/IceSSL/configuration/../../../../cpp/test/IceSSL/certs; sourceTree = ""; }; - F48CF258CC15C9D7DB246467 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/inheritance/Server.swift; sourceTree = ""; }; - F4B6E42CEF5AD0D3B22131A5 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/objects/Test.ice; sourceTree = ""; }; - F4CCBD4643B37D4081B89334 /* ClassResolver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClassResolver.swift; path = src/Ice/ClassResolver.swift; sourceTree = ""; }; - F507DE59727141A808786F2E /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/hold/Server.swift; sourceTree = ""; }; - F52CDE27C04211B51976AF73 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/IceSSL/configuration/AllTests.swift; sourceTree = ""; }; - F5C224A90E0F866706D2C93A /* Current.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Current.cpp; path = ../cpp/src/Ice/Current.cpp; sourceTree = ""; }; - F624035F99B563D25F09B7C7 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/servantLocator/Collocated.swift; sourceTree = ""; }; - F65E818320EBA8D182AD4B31 /* FactoryTable.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FactoryTable.cpp; path = ../cpp/src/Ice/FactoryTable.cpp; sourceTree = ""; }; - F7263472329A47DFD021C4A7 /* EndpointSelectionType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EndpointSelectionType.swift; path = src/Ice/EndpointSelectionType.swift; sourceTree = ""; }; - F76B6CFDC81E7D00110BA047 /* Acceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Acceptor.cpp; path = ../cpp/src/Ice/Acceptor.cpp; sourceTree = ""; }; - F79211AF57FD9BFFC2CA5E3F /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/timeout/Test.ice; sourceTree = ""; }; - F7AF984294EC849DC6C9C7C4 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/acm/Server.swift; sourceTree = ""; }; - F82270A0824387C79330584C /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/slicing/exceptions/Client.swift; sourceTree = ""; }; - F87C572B2EE3F2EB8C41205D /* AdminFacetFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AdminFacetFactory.swift; path = src/Ice/AdminFacetFactory.swift; sourceTree = ""; }; - F8C2266EFA8E48B90FC6D26F /* ViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ViewController.swift; path = test/TestDriver/iOS/ViewController.swift; sourceTree = ""; }; - F92FE3784F36CF61C114C8A7 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/info/Test.ice; sourceTree = ""; }; - F943822FF946957243189A7E /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/facets/Collocated.swift; sourceTree = ""; }; - F94F9CD8FEEC71F621DD3BB0 /* IceImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceImpl.h; path = src/IceImpl/IceImpl.h; sourceTree = ""; }; - FA5ED0AF00325B25AA3D49E3 /* IceSlicingObjects.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingObjects.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - FA6925D0243F823802CF0D97 /* IceAdmin.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAdmin.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - FB93EDD11FFD843B54F08CD6 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/ami/AllTests.swift; sourceTree = ""; }; - FBA41C7E4F8D63EBFF2A282F /* IPEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IPEndpointI.cpp; path = ../cpp/src/Ice/IPEndpointI.cpp; sourceTree = ""; }; - FDB2B8CC413A604BFE6E9BEB /* ControllerI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControllerI.swift; path = test/TestDriver/iOS/ControllerI.swift; sourceTree = ""; }; - FF5926EFAECD9C0572AFEE64 /* IceInfo.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInfo.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - FF9AEE9480B3623AF7E5DCA7 /* ServantLocatorF.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ServantLocatorF.cpp; path = ../cpp/src/Ice/ServantLocatorF.cpp; sourceTree = ""; }; - FFC16F00DE4220D83CB10211 /* Identity.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Identity.ice; path = ../slice/Ice/Identity.ice; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 04BAD54A6C582D75141D296D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - D5FCA2ECAEAB0118A83B1084 /* Foundation.framework in Frameworks */, - F000C7B14C676D9958496224 /* Ice.framework in Frameworks */, - 7C8AE5C6582DBF5FA5D12218 /* PromiseKit.xcframework in Frameworks */, - BD59F6B7FBF3420436A94A16 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 050FCA0466F0A2C79D1D677A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 3CF061122BD01A3A50D9DAE0 /* Cocoa.framework in Frameworks */, - 7E6E06DEC096327E76FCE368 /* Ice.framework in Frameworks */, - F15FFA97EB815CA125B02D0D /* PromiseKit.xcframework in Frameworks */, - 99D32FFF57DFC1C87F61B73A /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 081D5E6091599199E20BCD0C /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 67D1F7BF9D2EFC7BBCE1D40D /* Foundation.framework in Frameworks */, - 3A300747325BF345D2FD2045 /* Ice.framework in Frameworks */, - 1507DED8F8D6DC4758A2A377 /* PromiseKit.xcframework in Frameworks */, - B0F89911A50D01531A70FD85 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0C1567231CCF603369BE0A1A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 787FA1F8D035BE7F702CEFF9 /* Foundation.framework in Frameworks */, - 0862D895FC7F30B13C2FE695 /* Ice.framework in Frameworks */, - 2995EB2F2B5ADF44E37B5F22 /* PromiseKit.xcframework in Frameworks */, - 4A56A0CED3F67194A4F51956 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0F7A2524B0DFD0F27C624F7D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 2FB7707ED1CDB4B417038EDD /* Foundation.framework in Frameworks */, - 9E9E317B02130ED5FC126EC7 /* Ice.framework in Frameworks */, - B2035F4B69A53A945C18D536 /* PromiseKit.xcframework in Frameworks */, - EBBE0DA68CFE17CB462F7A33 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 10A9E6818829CF9EAFF1F3CD /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - EC63C9E225E8A81C43F571F5 /* Foundation.framework in Frameworks */, - B6D66631D45C7F3DBA49048B /* Ice.framework in Frameworks */, - D153EC50266E9B2F09907800 /* PromiseKit.xcframework in Frameworks */, - 9E289FCA7BA6C73117470546 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 117D55DE7670DA2B05A6D64D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 4E66E803E7AFC81462FCFB66 /* Foundation.framework in Frameworks */, - 08FABEF1E13D5FEEC9454D1E /* Ice.framework in Frameworks */, - CEE0F269C74426DE6DB3DAD6 /* PromiseKit.xcframework in Frameworks */, - BAF5E489392114DC2B84822F /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 15F0EFA54A71375556FA69E5 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 80A12B2043A9A99F8B48E108 /* Foundation.framework in Frameworks */, - BF6B21A85068A6A6CC69B6F4 /* Ice.framework in Frameworks */, - 338650FF2D4A1BB972846AC8 /* PromiseKit.xcframework in Frameworks */, - AA91EE92EDBDF9C3B9BA2A60 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 170FE239220FCD1C495B6CAF /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 9F87661B5B22D9C4863CCB8F /* Cocoa.framework in Frameworks */, - C81496216924244A9E8178C7 /* Ice.framework in Frameworks */, - DCB11FBA6D5CA80E865C2819 /* PromiseKit.xcframework in Frameworks */, - 62C75AA5E2F9462280B14ED6 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 17C34293249186306E0389C9 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - CC42C6CB3220213E9E19480B /* Cocoa.framework in Frameworks */, - DBD9C22B3087AE2BE513DAB7 /* Ice.framework in Frameworks */, - E89BA43278472B643EAAB3B6 /* PromiseKit.xcframework in Frameworks */, - DBCA5CCA1700E23B869F20D0 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1B9E81991548528CE7E8BFBB /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 9E8E5B398CE5DC0CFCF02101 /* Glacier2.framework in Frameworks */, - 4024701E9F4ACCF8AB23ABC7 /* Ice.framework in Frameworks */, - F982DDE3FB82C7D1898A75EA /* PromiseKit.xcframework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1FB77E020C94D6255CBA55FA /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 809946911F1EF30B663ACC2A /* Foundation.framework in Frameworks */, - 243364C28ED03D10E5FB3CA1 /* Ice.framework in Frameworks */, - 9BF0A328E074D17A570E7617 /* PromiseKit.xcframework in Frameworks */, - EBD24F5DB9010C8B469F9827 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 204A198613FC71122473A254 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - FC7B26ED74639F2BB9F93A02 /* Foundation.framework in Frameworks */, - 30205464EC737F45B69C26E7 /* Ice.framework in Frameworks */, - ED8968CF101C1ACB84813849 /* PromiseKit.xcframework in Frameworks */, - 05372BF0755A63B4D7F7719E /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 20BFB48425DC59B7EB1CF535 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 15FD882CA27413DE0F49BA47 /* Foundation.framework in Frameworks */, - C5762D07DF81F6545ED7D54A /* Glacier2.framework in Frameworks */, - 64915A83269638F4343A9B15 /* Ice.framework in Frameworks */, - 1F517EBF12320E73F70F5AA7 /* IceGrid.framework in Frameworks */, - 46E6DF799438F7400A518777 /* IceStorm.framework in Frameworks */, - EC0384061AFFE85E8AB9C198 /* PromiseKit.xcframework in Frameworks */, - FF242AA9EF6B6A08B2C704D7 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 283FB009630341DAD17469AC /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 63B7797EF929CDA27B444C39 /* Foundation.framework in Frameworks */, - 3DB726F734862E4EEF4130F7 /* Ice.framework in Frameworks */, - 6398C43CC7E21C1827260529 /* PromiseKit.xcframework in Frameworks */, - D2EC16CDEC89CB28A7ECC4B8 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2923CF8B8E12477B3B3F0865 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 28DAD5B7044F8811A0E05B0E /* Foundation.framework in Frameworks */, - E4AE87EB9BC7E71107135D00 /* Ice.framework in Frameworks */, - 1B80D7C545F9A73A92A3B923 /* PromiseKit.xcframework in Frameworks */, - 9625F96F5B2DA2128F38A766 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2CED16271A7251484C385690 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 0D7EFEBA6A9B4AE0904EA614 /* Foundation.framework in Frameworks */, - 9FE9A033D9A7E93EAF3910C4 /* Ice.framework in Frameworks */, - EA6D83B47C084C836B155733 /* PromiseKit.xcframework in Frameworks */, - 083B4ABA39CF77E46070E0CF /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2D4B8047B44D76BD331EB826 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - FBBCD12CB9D5CA67DBDD41E1 /* Cocoa.framework in Frameworks */, - 2AC04CDAD01D9DE947F7BCF3 /* Ice.framework in Frameworks */, - 3A6A457DBFB9C18C408B95E9 /* PromiseKit.xcframework in Frameworks */, - DB25127E76899AD620191D16 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2DD679EBE33EA28973E97CE2 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - F60726DED3F8C32EDC364E5E /* CFNetwork.framework in Frameworks */, - 2231279E9F256B0B395FC509 /* ExternalAccessory.framework in Frameworks */, - 1B440BF02864D6B8271B0A62 /* Foundation.framework in Frameworks */, - 441FB4DEBABB3F66593FD472 /* libIce C++11 iOS.a in Frameworks */, - 151D8C47C55E4416AF6B11DF /* libIceDiscovery C++11 iOS.a in Frameworks */, - 9FD7D2A4411E0993C9BC89B5 /* libIceLocatorDiscovery C++11 iOS.a in Frameworks */, - BAE2651008892F7A89A3905B /* Security.framework in Frameworks */, - 682F19F25DB41B208374EE97 /* UIKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2EE446DDB7698D9EFD7BD4D7 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - BCACC500C9573DB69AF80F00 /* Foundation.framework in Frameworks */, - 28CF14C38303CA25BE961124 /* Ice.framework in Frameworks */, - 82BEA96ABDBD8803939F7F24 /* PromiseKit.xcframework in Frameworks */, - 22E551533CEADB6D0DCE21F9 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 31FB515E0D1B88401DF0F91E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 22AE1A032B0CAB4DEF018BC8 /* Cocoa.framework in Frameworks */, - 8A4DE6709B669E026271F2C9 /* Ice.framework in Frameworks */, - 46F614989B590A0C1A43D6D6 /* PromiseKit.xcframework in Frameworks */, - 0DE28B2E8764B81D88E14BB8 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3B3BC4302997971676561F02 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 2C72E73DC2B678BCFCB5E569 /* Cocoa.framework in Frameworks */, - 5C1B98574EA118AFBB73E88A /* Ice.framework in Frameworks */, - 4F394A8821C1A621A16CA9B5 /* PromiseKit.xcframework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3B55A16059E0DFBD64EAF00E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - C791A58653F684CACAC0C044 /* Cocoa.framework in Frameworks */, - 151DDAFA47B8ADD3D4B86F76 /* Ice.framework in Frameworks */, - 8B0482C7FCF2A1BA5293851C /* PromiseKit.xcframework in Frameworks */, - 4C343EA6D74F70FB09E1A7FD /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3CB9F8DEC2F44EF89307391D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 67E1A5DCEDFEE9B30AF6DBF4 /* Foundation.framework in Frameworks */, - F5BEA2EED4C65B3DAE24BD89 /* Ice.framework in Frameworks */, - 12100F39595AFD02BC5F7624 /* PromiseKit.xcframework in Frameworks */, - 24BA557DC339872F595A77BA /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3E0103E2585D26982A6D31E7 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - FF94B860B7BEA9E1457D83AD /* Foundation.framework in Frameworks */, - D85502B5DD415C191999FC52 /* Ice.framework in Frameworks */, - 91F37D276B3C3CBD684876B4 /* PromiseKit.xcframework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4392D0D4C892065A256DF985 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - CEB1C40BD472C200638316CF /* Foundation.framework in Frameworks */, - 0B7A95230903FA8C03003FCA /* Ice.framework in Frameworks */, - 931AE25BE4E64DB26AD849CC /* PromiseKit.xcframework in Frameworks */, - B2DF0CB00702A0398BC76D2D /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4457BF715A1812CE4382BDB6 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 6A003273EC22AD6896290404 /* libIce C++11 macOS.a in Frameworks */, - 63C21F69B4FA5FBE2B9F03BA /* libIceDiscovery C++11 macOS.a in Frameworks */, - F409F00F203EC89CA51E0A38 /* libIceLocatorDiscovery C++11 macOS.a in Frameworks */, - D08C9B039F3B7FFA8A628B3E /* Security.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 480014FEF9CE3E5FA6D7F184 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 5A58FCF998EF33D64C39C23D /* Foundation.framework in Frameworks */, - C14A8BB9ACABDBDC2EFC985C /* Ice.framework in Frameworks */, - 66FDBA47A5715EAD2C524C4A /* PromiseKit.xcframework in Frameworks */, - 4A33D7C70788D24C4ACE5DDD /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 49EB2686A47CA3035B5D5931 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 63087916BE595731F32AF218 /* Foundation.framework in Frameworks */, - D43A0276A7E9664595C9F36B /* Ice.framework in Frameworks */, - 871C9625015AA4FF703DEF2E /* PromiseKit.xcframework in Frameworks */, - 93269C8D9CEF7ABDB75301B9 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4A2CB4D8C78C4B319C72D082 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - B21EC75B9C09FC3EBF1905BC /* Foundation.framework in Frameworks */, - 7AEED7CC582485369211CBC6 /* Ice.framework in Frameworks */, - 43C51957B5E17FDD6C8D16FE /* PromiseKit.xcframework in Frameworks */, - 0CCA4D2914190B3E279D8B90 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4A59713A78007D44BF693678 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 8A19C0F341C695F17A7A9EBE /* Cocoa.framework in Frameworks */, - 4C2B315490C533624127FAE9 /* Ice.framework in Frameworks */, - D8C81CE7F1DED28C44ABB600 /* PromiseKit.xcframework in Frameworks */, - 969CBA3C3CF4D1BB678D89EC /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4D469B9E372D64EF06F90C6F /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - CDE84069274E7AA63091B286 /* Cocoa.framework in Frameworks */, - 9F92C5F149B853CC995E232A /* Ice.framework in Frameworks */, - 3CA6C0464036C0B817007A46 /* PromiseKit.xcframework in Frameworks */, - 3A59718C7DF060E457DD3DA6 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4D5DE839DBEF6FE4290079E4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 8ED95361CECF3A6567470C56 /* Cocoa.framework in Frameworks */, - EA51FF5B9B7905F24C928234 /* Ice.framework in Frameworks */, - 428C932CEC8D496A09081B04 /* PromiseKit.xcframework in Frameworks */, - F8AE7086EF9EDB76BE7A3A53 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 526A78150CEC0DC513C23FA9 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 623EC808571025B7AB023173 /* Foundation.framework in Frameworks */, - 016D532E9D6B59BAFC1A65E9 /* Ice.framework in Frameworks */, - 8DAD2AC8F8CF08679A296548 /* PromiseKit.xcframework in Frameworks */, - 569276BD74AAFEECCA2ED63B /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 52A82FE47013310F296127FD /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 5228591E57F8B56D8145739F /* Cocoa.framework in Frameworks */, - B2A519C09270B84605895A6F /* Ice.framework in Frameworks */, - 1A5C9A8E1B9EB05D2029E596 /* PromiseKit.xcframework in Frameworks */, - 83E24C9B70C54A07077AC0C7 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5377C93A323471D70E6CD0CB /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - F5F3067FDC9D9F16CB71BA52 /* Cocoa.framework in Frameworks */, - 7B5B54D1B3A5C346B8B31807 /* Ice.framework in Frameworks */, - 2B080DA92DFD0C14662D1B57 /* PromiseKit.xcframework in Frameworks */, - 3BF94AEAF11638FF2023B6E4 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 551A33C4769D54FE2E0B181D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 02563DFBF11EF3AC04BDA54B /* Foundation.framework in Frameworks */, - D3C12C588ECD99B77FD53F5F /* Ice.framework in Frameworks */, - 9E58EC0247EC4CD99BF56748 /* PromiseKit.xcframework in Frameworks */, - AE67083C56398BC5DE7D4D99 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 55224A4B1A2B2FF203837392 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - F008FF5C531FCFA968DB43FC /* Cocoa.framework in Frameworks */, - 75D4023894060253FF73C1B4 /* Ice.framework in Frameworks */, - 2CFACED03E2DD9B7C026EE0E /* PromiseKit.xcframework in Frameworks */, - 505713015BF559EAB37FDE0E /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 62093BE74F53D2410F354FB3 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 0E2B363E690A224CF1BE537E /* Cocoa.framework in Frameworks */, - 52AC421DE2E727BBC7BBFE5C /* Ice.framework in Frameworks */, - 32C555D12D60C06AD0D87EBC /* PromiseKit.xcframework in Frameworks */, - 14003DF2C2853A4E8EB766EB /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 62FA6B43A012A2B27F747639 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 652F989614A0CD7EA9C93857 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - D78A6E3CEF457BBFFB8E4BBB /* Foundation.framework in Frameworks */, - BA6BBC581D1B8813C818F2F4 /* Ice.framework in Frameworks */, - 70AF8225D209C2BE88E0CB37 /* PromiseKit.xcframework in Frameworks */, - 3E05969AB4F71D8A8AF0324F /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 65807EFDB81EB26FA0B0CEFF /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 978105E1EE75A7FE3F79078B /* Cocoa.framework in Frameworks */, - C53F42963A4AFD4544698CC7 /* Ice.framework in Frameworks */, - AD131E0147C3854B0C729B0A /* PromiseKit.xcframework in Frameworks */, - 9B37D544BD6B420966C6F71A /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6756B0801AFD5646083EA47D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 5F8A79A42975C82B22B1100A /* Cocoa.framework in Frameworks */, - C6A08EAAFC95EB40B7AA7CA1 /* Ice.framework in Frameworks */, - A290CAE93C6AE71E72B09C17 /* PromiseKit.xcframework in Frameworks */, - 68119B06C32BBB0CDD428C42 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 70B54BD6C23881584479D162 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 15EEF88440CCC3D00B34CEC3 /* IceImpl.framework in Frameworks */, - FDFEF92494E9C48648F75CE8 /* PromiseKit.xcframework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 770D467AAF89E88EF37AD409 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - B7563680C62BF02B4C170D43 /* Foundation.framework in Frameworks */, - 5A3ACC83C1089CD674851178 /* Ice.framework in Frameworks */, - 65B695F97D7140A81973BFEB /* PromiseKit.xcframework in Frameworks */, - F3AE9F326A4E8D3C7742A825 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7C6CDCE57D922E0B787A535D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7E2EB1E4DC8F28640470290A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 0D6CBA4FB26518C981C3AF34 /* Cocoa.framework in Frameworks */, - 8E050B46CDE17D7B5B9F7A10 /* Ice.framework in Frameworks */, - B1E529E427369E6AF8DE3496 /* PromiseKit.xcframework in Frameworks */, - 79A86C9B8A76ED5F724223AA /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7E89AA06F95141112E2308DF /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 769880B85C8F3EBE542ED952 /* Foundation.framework in Frameworks */, - 7698603D5D4483688C1E06C2 /* Ice.framework in Frameworks */, - 17846C75A0ADCBE674506CD0 /* PromiseKit.xcframework in Frameworks */, - 301F50C233B74FA25BE32961 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7F9E1AD9DD8D88862F46796A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 5FE7D74B959988C90EA8A902 /* Foundation.framework in Frameworks */, - E29F4A25A6CB7DDB3B674446 /* Ice.framework in Frameworks */, - BDD69450839996D1DFF9B742 /* PromiseKit.xcframework in Frameworks */, - 42E48DA1CC978B2FB811F604 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 806EB0C01E531EFDADC577DA /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - D927230E991DEA814CAEB807 /* Ice.framework in Frameworks */, - 99B61F6318EA66063E904A49 /* PromiseKit.xcframework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 85CF7E25AB6EC680828A8D52 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 6A6D70F561CD85DCEF156C4E /* Cocoa.framework in Frameworks */, - 7CCECBCEAC3F95EC662EFB82 /* Glacier2.framework in Frameworks */, - 9CBF1661F887687BE135F131 /* Ice.framework in Frameworks */, - BFF4C3194AA5DF25334E99F2 /* IceGrid.framework in Frameworks */, - 7985A726F62967CC6068ADBC /* IceStorm.framework in Frameworks */, - 9D6541DB0B14FFBA3D2B5499 /* PromiseKit.xcframework in Frameworks */, - E2E0F43EA08F84F854E28815 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 85D54E0F6421C5110E7CF3B7 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8BA7996027CFD288252705D0 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 22095258D3235EF8954B4F9B /* Cocoa.framework in Frameworks */, - 91D947E3DA5B82A6D68059B7 /* Ice.framework in Frameworks */, - 421967360C02DA383EB26582 /* PromiseKit.xcframework in Frameworks */, - 62DD04A4A316728D4B07AAEB /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8CA367470D856CD12514BED1 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 585D504007D0FB3158A3466C /* Cocoa.framework in Frameworks */, - 43521A3B58A1646B167B6836 /* Ice.framework in Frameworks */, - 3D0ADEE0F497BBFEA52F86B2 /* PromiseKit.xcframework in Frameworks */, - 65F080DDE980D3D59A2DD0F9 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8E8F345C6D0DCBC478E23DA6 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - B7E3CFE8300D0B2396E927C8 /* Cocoa.framework in Frameworks */, - 317A6D4AB6E8239408DBB274 /* Ice.framework in Frameworks */, - 2DADB317F9325844198C645C /* PromiseKit.xcframework in Frameworks */, - 8B1D34C9CB1A7C8EDEA0F631 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 929112A7DA19D98ED0DA1FA1 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 156744825C7A2C11539D4C53 /* Foundation.framework in Frameworks */, - CB99DA49E34E24584CAD6913 /* Ice.framework in Frameworks */, - E918EEBC3D0F1CE51176DCEE /* PromiseKit.xcframework in Frameworks */, - D7A30EE1AC30494211B6235B /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 92A7548ABB7FCBD369C28797 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - A2BCAFFF02E5784D7E4C907F /* IceImpl.framework in Frameworks */, - D50693D75429F2F8FDE1D556 /* PromiseKit.xcframework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 97EED2E3C98D3F5AF3A1552A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - BEEE7AF560043BA147111E0F /* Foundation.framework in Frameworks */, - 6D54381C98639F00C3A4CD95 /* Ice.framework in Frameworks */, - 073241141AC1010142E8B38B /* PromiseKit.xcframework in Frameworks */, - BF91B71139F96707D007F191 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 97F410FDB59D1A621BEC3DF3 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9844B33CD363109631307713 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - CB7452679BCD75117D5A3606 /* Cocoa.framework in Frameworks */, - 3BFF865CDEB153F412420A48 /* Ice.framework in Frameworks */, - CB85179282353A2E6162CF6C /* PromiseKit.xcframework in Frameworks */, - 9EBE5B2FA2CD2481F058ABA9 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 985F505F3ED81C0489D5822C /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 223690B9C2ED48C823677945 /* Foundation.framework in Frameworks */, - CA06CB0C5AB2857659D30283 /* Ice.framework in Frameworks */, - E308EC7E46EE3A0299C0B22B /* PromiseKit.xcframework in Frameworks */, - 3A98BFB96F4C1E36DDC7EEDD /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9D141EDE4C7711B1D7969C8E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 7244859C37DD01B58316B701 /* Foundation.framework in Frameworks */, - 792CAE6A3A01483676FFA9AD /* Ice.framework in Frameworks */, - C70008E9B4D3760A7C19887F /* PromiseKit.xcframework in Frameworks */, - 3D5EB1B7BCA03B3E9F9BF095 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9F5EBBFEADA209B38F96E7DF /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 56D20B23AD1EA8D353A9CFAC /* Glacier2.framework in Frameworks */, - 9898C48A4731EFE8210D6AB4 /* Ice.framework in Frameworks */, - 5B093A17DEF1D680BB4A9CE0 /* PromiseKit.xcframework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A2C34056BCFA8E0038DD79A4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - F6F23CE71F35F38DE87E9E34 /* Foundation.framework in Frameworks */, - 254974E6B74962DA0AFF1D36 /* Glacier2.framework in Frameworks */, - 185572D86691304C327944AA /* Ice.framework in Frameworks */, - 81397D2218A8E70ECB59F5EF /* IceGrid.framework in Frameworks */, - 44601EEDC5B00B337E6A7A7B /* IceImpl.framework in Frameworks */, - CE104544E2C5CE0767FB43B6 /* IceStorm.framework in Frameworks */, - D9F2CEAC2E915D020F5912D0 /* PromiseKit.xcframework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A590247DC8420FF253C22E0B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 0CCD6A235A86107E6E7CEB44 /* Ice.framework in Frameworks */, - B70E3D3C1C12B5939CC0AEE5 /* PromiseKit.xcframework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - ABCA9F03D86E6110D1859173 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - F44F09FC50983B33CA155BCC /* Cocoa.framework in Frameworks */, - 66CF4471D25A3E2BAEF91788 /* Ice.framework in Frameworks */, - AF630E86E313FC6E6AD60ED6 /* PromiseKit.xcframework in Frameworks */, - 71F25A6E62265E90DBFAF9E7 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B3650CA7FFEC001254FF4F90 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 5924D7AE289EE5AAC5D67202 /* Cocoa.framework in Frameworks */, - EC748BF1BB9717982863E011 /* Ice.framework in Frameworks */, - B49E109AEDBEF311AE201AD3 /* PromiseKit.xcframework in Frameworks */, - E3100941E2344C35E29B6220 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B367B8328583C66CB3B65E11 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - EFA435C5A247BC5BCE19D259 /* Cocoa.framework in Frameworks */, - 8B5A5AE06BB2EDB5B38A62DB /* Glacier2.framework in Frameworks */, - EA0D065C1E4099C44E194E8C /* Ice.framework in Frameworks */, - 536BFB67716719424AD9BC71 /* IceGrid.framework in Frameworks */, - D1CE0391F2DC75CB87425047 /* IceImpl.framework in Frameworks */, - F4D4D42004E2A8B4848C1974 /* IceStorm.framework in Frameworks */, - 47C5D873A39A3B0E63C684A8 /* PromiseKit.xcframework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B3A87C11E0F7FE17A76F4C35 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - E3DEACACB95B8C3102DDB545 /* Foundation.framework in Frameworks */, - 85AD81EFF581BFF94527C071 /* Ice.framework in Frameworks */, - 1B7DCFEC630B333062000E92 /* PromiseKit.xcframework in Frameworks */, - DCF75D9CA0611B6B1B4956E3 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B55FDCB5E4F9CA0785C2645B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - F7003057ACD7706B34EB16DE /* Cocoa.framework in Frameworks */, - 9BB9662792C162BE6D308D68 /* Ice.framework in Frameworks */, - 17B51970734597216995DDDC /* PromiseKit.xcframework in Frameworks */, - 6E9CD3A191545F54F5BC486E /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B885FB6DA86044C3C3BD4492 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 016E13902F402548A0BA098C /* Cocoa.framework in Frameworks */, - FAD9CD415201EFD644E6C067 /* Ice.framework in Frameworks */, - 4E7BA8D1B521A2CA30CE4B34 /* PromiseKit.xcframework in Frameworks */, - 743EE122A059516C2329E364 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BBEEFF0A68121EE4209D00C8 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 29633158A02ED93E6CB64E03 /* Cocoa.framework in Frameworks */, - E05843FBC3FB2C0977CFC6B5 /* Ice.framework in Frameworks */, - F54E29A83133FED14C4AA068 /* PromiseKit.xcframework in Frameworks */, - 744E26419A08CF0CD57C48CB /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BF7FE0D35C2CFFCA8AE47C9F /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 02932AFCE7BA335363810B9D /* Cocoa.framework in Frameworks */, - 198498A649B7132421146680 /* Ice.framework in Frameworks */, - 340068DA4C4C800CEFFAD5BB /* PromiseKit.xcframework in Frameworks */, - D7627C6559C1000CD02F4CA7 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C18F8BCB0605A7BBC62E6F05 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 708372DEE0A39A86DAA7EB59 /* Foundation.framework in Frameworks */, - 7F297CE3301586D2DE283BB0 /* Ice.framework in Frameworks */, - 0064FB5868041AA654A52DD5 /* PromiseKit.xcframework in Frameworks */, - C700D8EA841D2A3DA0DB25E6 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C34E0052B14CF37479E06DB4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 01033CC145D7EEF0A900EAE5 /* Cocoa.framework in Frameworks */, - 3C3D961062FE6BBC0159C88B /* Ice.framework in Frameworks */, - 454EA9653401A2346AE4CBE1 /* PromiseKit.xcframework in Frameworks */, - 6002F3A63234126AAC8E048E /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C3D709A49D80D17285D3FDD8 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 1172F44789421B6E15B653C1 /* Cocoa.framework in Frameworks */, - 68897C8BF672B7300D87D199 /* Ice.framework in Frameworks */, - 8814309D74871A707A294D4D /* PromiseKit.xcframework in Frameworks */, - FA8A89058765313529AEEBB5 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C3E1F38BA06E190B7CC98682 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 7AB696B1B1B7409BF7D07D5D /* Cocoa.framework in Frameworks */, - 175491539AF5B8E3A29FE9EE /* Ice.framework in Frameworks */, - 39E78190DC29186945EC4D48 /* PromiseKit.xcframework in Frameworks */, - DF26340484CF5EA4B18F615D /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C446E0776A800C79B6069B3A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C834C22CAF0520D2749F4FD8 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 3659D3660E0D13EE3C5B21D6 /* Foundation.framework in Frameworks */, - ADA1F2D1BF7FC5B1D901DF68 /* Ice.framework in Frameworks */, - 34ADCE55C9125B913D3E9873 /* PromiseKit.xcframework in Frameworks */, - 3D08DE01538E011B4F7F2A1A /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CD976712DDCAA3224E58C775 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 6689B702E44E486F1D5BD97A /* Cocoa.framework in Frameworks */, - 2249AA1725889F6940E2FBB4 /* Ice.framework in Frameworks */, - D4B13738FC7E917F448E9D1A /* PromiseKit.xcframework in Frameworks */, - EFCD4FF028F6D0D0394EFF15 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CDDC0380D0A062DCEB6F87F7 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 787292652516D87D14D2A3F5 /* Foundation.framework in Frameworks */, - D79D5036D144871CAA38E8DD /* Ice.framework in Frameworks */, - B75DD1605DEF5643E944BCB1 /* PromiseKit.xcframework in Frameworks */, - 7881A10B3D81DEF82EC2DEC0 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D10C1C4751624F6A08A7F209 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 602CAAEF12802DD779A041DE /* Ice.framework in Frameworks */, - 7520F3D097B0AE4BC26D6DB8 /* PromiseKit.xcframework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D40ED5C22867DF7D772839B8 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 71DDACB50B367962DC6FF2F9 /* Foundation.framework in Frameworks */, - BF15744731598046FEFAC839 /* Ice.framework in Frameworks */, - 96E121D5F989C98A2229047A /* PromiseKit.xcframework in Frameworks */, - 3ED586FFA65D9A2ACDCF8F61 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D92113C9FF7B0AEB581F1C83 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 1430954E8129EA244E25447F /* Cocoa.framework in Frameworks */, - 7A8AD5F78970C0A610B02EDC /* Ice.framework in Frameworks */, - B2BC1B5F5775358D61C23C4F /* PromiseKit.xcframework in Frameworks */, - A6F3DAE7E090AEFE39E3B0E2 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DB78C24C92B766330E59B250 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 56151081C11849A401DA5C1E /* Foundation.framework in Frameworks */, - 3766AC01275B8452443E1446 /* Ice.framework in Frameworks */, - EFEB20A1051E651311733724 /* PromiseKit.xcframework in Frameworks */, - BF5B0279E492FBD1DD08B770 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DCCA52359AA036281A864758 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 536E623763C231F6DE8297B8 /* Cocoa.framework in Frameworks */, - 0A030A4337C3044D72D4AB42 /* Ice.framework in Frameworks */, - 29D9A3026AF24D8AFDD663BA /* PromiseKit.xcframework in Frameworks */, - 140E53724B5A0B1FA66E5DF7 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DD1561F5393DB7AF211BE308 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 0AF7F5D1DD475A958F6C655A /* Foundation.framework in Frameworks */, - EB6C3B8252BD2D2AF409093F /* Ice.framework in Frameworks */, - 29C9619426FD5B794A369532 /* PromiseKit.xcframework in Frameworks */, - EBA1DA967D35C0D0A341DA44 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DDF270C3F565AB7125102577 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 1D5F98C0B015EB6F1E6FBBF8 /* Foundation.framework in Frameworks */, - 5AB28B3FD75FBE7503736B30 /* Ice.framework in Frameworks */, - 61D2C7ED3FFCF5E888AA0FF9 /* PromiseKit.xcframework in Frameworks */, - BF40D440923D78CD05EDDC10 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DFDF87A72488FB1BE6891D48 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 7B6A1EC67FD0F82E50AE84B1 /* Cocoa.framework in Frameworks */, - 60309A689F48B5F17ED0AC5F /* Ice.framework in Frameworks */, - 7E18BB634EEF0315FF704C7E /* PromiseKit.xcframework in Frameworks */, - 51FB508FA4FCD7002382865E /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E1FCCD7331B1B2DE7B2A2C81 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - CEE0EE82A6664D4B381E4F16 /* Cocoa.framework in Frameworks */, - 63174316458448AC4E7DC92D /* Ice.framework in Frameworks */, - 98EF39FE3767FF915B1216C0 /* PromiseKit.xcframework in Frameworks */, - C3DD6CA2DF4541A112267210 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E407893EB03864C359677FAF /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 11CEF453382D7531AF40BBEA /* Cocoa.framework in Frameworks */, - CB622D3E7281ED439F00EB46 /* Ice.framework in Frameworks */, - 907C7F6424252479BE0E6979 /* PromiseKit.xcframework in Frameworks */, - 7F904A60E772473B02D33A2E /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E572B71F7B0310B0FBB5FA3F /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 0FC5F1E1412F26368F6A9F7A /* Cocoa.framework in Frameworks */, - 6ACD683ABFC9D02D45B3A65D /* Ice.framework in Frameworks */, - BD8D7C3F1DA36FA0A413D715 /* PromiseKit.xcframework in Frameworks */, - 207B48D545B1526630D2833A /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E6039FA4196A2B58B28A49CE /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 4D56766F605D17F748102503 /* Foundation.framework in Frameworks */, - 6346D3A3C72F84AA4AB41DEA /* Ice.framework in Frameworks */, - 0A8F32F410E4BA3969572AD4 /* PromiseKit.xcframework in Frameworks */, - 1EEF1385B4C9B44DE0EA805E /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E7CE9EAD6B41D15F33A3BC5F /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EB9BC4C9F2A7DE2A7357AC51 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - A9ED6155E60D72CF3A047F5F /* Cocoa.framework in Frameworks */, - 4A3AF18B9557A0770E8AA10A /* Ice.framework in Frameworks */, - 813B64002946C11C4F6CBF20 /* PromiseKit.xcframework in Frameworks */, - 6F768B38BC0FAB1112ECFB36 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F1E137735CAC0DC93E63C75D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 4960A857834E2440A0AA8CDB /* Ice.framework in Frameworks */, - F42733420894D924995579FA /* PromiseKit.xcframework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F8E7C240ABCB208AF20991BA /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 150B3CA3A01868537A293868 /* Cocoa.framework in Frameworks */, - 64EFF36105ECB5C38BE791DA /* Ice.framework in Frameworks */, - 0D2D61EDFC698E92643535F1 /* PromiseKit.xcframework in Frameworks */, - B216FFA98EF5680F9E86F586 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - FC33E14EC639571B6432A1DE /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 7A0F589A3B4FEFE8BD19AA12 /* Foundation.framework in Frameworks */, - E32DDB7B74A4B86863D3EEF1 /* Ice.framework in Frameworks */, - 6B1EAECED0D88834C269FEBD /* PromiseKit.xcframework in Frameworks */, - 0F629D5783C738CBC90B1850 /* TestCommon.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 01DC9BABF5CB1E0340D41BB6 /* OS X */ = { - isa = PBXGroup; - children = ( - 05CB53AEA500E0FCF5D7C4B3 /* Cocoa.framework */, - 97BF29003FA543A0E5A1502C /* PromiseKit.xcframework */, - A76BBEE914CB874C8B739408 /* Security.framework */, - ); - name = "OS X"; - sourceTree = ""; - }; - 0263165D25E2764D1515EDD0 /* retry */ = { - isa = PBXGroup; - children = ( - 4066C2CF37F090029B871117 /* AllTests.swift */, - B286694690297FFF7DF31EA9 /* Client.swift */, - 8009BD807CE901360AA23914 /* Collocated.swift */, - E512A7FBE87BE4C3D0241122 /* Server.swift */, - E00EC3B82938848CFB40EC31 /* Test.ice */, - 29F96EFF6178BC3FE5DB0F00 /* TestI.swift */, - ); - name = retry; - sourceTree = ""; - }; - 02DA2E65A276493B65A20414 /* stream */ = { - isa = PBXGroup; - children = ( - BD5215EC1E4F66AFE89CA625 /* Client.swift */, - 30EF7A48D5F3B8AF61ACE1F2 /* Test.ice */, - ); - name = stream; - sourceTree = ""; - }; - 055434BF6DE84E9628D6C120 /* Frameworks */ = { - isa = PBXGroup; - children = ( - FD01717E3C1F108D0BF0CAC5 /* iOS */, - 01DC9BABF5CB1E0340D41BB6 /* OS X */, - ); - name = Frameworks; - sourceTree = ""; - }; - 09F3FD3EB504797666466B34 /* IceDiscovery */ = { - isa = PBXGroup; - children = ( - 0B858D15CFF07BA0E6A6FBA3 /* LocatorI.cpp */, - 91DC2A0D34F096C05AFFAFE6 /* LookupI.cpp */, - 9A5B352FEADCB1E176B01CED /* PluginI.cpp */, - ); - name = IceDiscovery; - sourceTree = ""; - }; - 0B7370BA2BB47E98429992B1 /* ios */ = { - isa = PBXGroup; - children = ( - B8CC643DD42F1A5B6B27A542 /* Notifications.mm */, - 82876D1602C1CC12EE6FAB84 /* StreamAcceptor.cpp */, - 8D3D49BC0C29B23231C962C1 /* StreamConnector.cpp */, - A97E29B6434137D42CB3F467 /* StreamEndpointI.cpp */, - 885AE89496BA237CFD217347 /* StreamTransceiver.cpp */, - ); - name = ios; - sourceTree = ""; - }; - 11D4943EFA68EF5327C530AF /* Ice */ = { - isa = PBXGroup; - children = ( - E1E4F7CE0405F5134961ACAB /* acm */, - 28A84410D5EC3F2ECCFBA7FB /* adapterDeactivation */, - B57AAB92F70293A574524A4F /* admin */, - 4713C738241F632037645D12 /* ami */, - F1D895EADEA8B7AEEFE4ADBE /* binding */, - 7C3B7866DDCD4DAA2388B0AD /* defaultServant */, - 4A05594C686A4BD390151A9B /* defaultValue */, - E2C75096D03A467FF2DB68B7 /* enums */, - BC9489EF19D4542F39A6A72D /* exceptions */, - 1B3896B776E58AB128FDF316 /* facets */, - C92FDEA681B2B886B584D14B /* hold */, - 294D1C9DB3A42F07506BBBA6 /* info */, - FA93554C364A3D8246EC4A47 /* inheritance */, - 292E27D69151D8775F086BCC /* interceptor */, - 2F9B997C1535E319875ABC0B /* invoke */, - 6EFD967A66790788845F5915 /* location */, - 2B5D6307AAB378C03A1BA330 /* objects */, - 6BF0497DFD56C5EE3DB71DB4 /* operations */, - 520B1B1329BCC645395C88F6 /* optional */, - D0BB45136F4A0AEE7CEE5896 /* properties */, - A8ABC11E97AE6B281D7D88D8 /* proxy */, - 0263165D25E2764D1515EDD0 /* retry */, - 4400A32CCB5E5E6DA5F6E8E5 /* scope */, - 6E35F9F76FAC3ECAC357F56A /* servantLocator */, - 71E4275A150472ED26C3FD80 /* services */, - C0AC7A1C666A2430B3A709D8 /* slicing */, - 02DA2E65A276493B65A20414 /* stream */, - 6CDEFD8A9FC747F214A76CEF /* timeout */, - 8513436CDC02E4DEC403F6F1 /* udp */, - ); - name = Ice; - sourceTree = ""; - }; - 1B3896B776E58AB128FDF316 /* facets */ = { - isa = PBXGroup; - children = ( - 5208C1A489762B290922821B /* AllTests.swift */, - 8BE034D58C57F544FFE3F539 /* Client.swift */, - F943822FF946957243189A7E /* Collocated.swift */, - 6B98B9DFC1163605AFE57B8F /* Server.swift */, - EBEAB016AE060E51B33C88C5 /* Test.ice */, - B29BEC4319D17CB3605C32E1 /* TestI.swift */, - ); - name = facets; - sourceTree = ""; - }; - 268D111CA956A6D51FF1B161 /* cpp */ = { - isa = PBXGroup; - children = ( - 2AAB54C9B624C56DF9532637 /* src */, - ); - name = cpp; - sourceTree = ""; - }; - 28A84410D5EC3F2ECCFBA7FB /* adapterDeactivation */ = { - isa = PBXGroup; - children = ( - 072DFE1DF91B22D0966DB8E8 /* AllTests.swift */, - C2C6131D4A6ED131271C07ED /* Client.swift */, - D78CE34686A4B4BFD16057B6 /* Collocated.swift */, - 5DAAC857DBB56205C7CCD7F7 /* Server.swift */, - 851EBE7BCB0ABDCADDDBE688 /* Test.ice */, - 563E87FE0656F0B5B4ECBC45 /* TestI.swift */, - ); - name = adapterDeactivation; - sourceTree = ""; - }; - 292E27D69151D8775F086BCC /* interceptor */ = { - isa = PBXGroup; - children = ( - B88F26BEC7B480A327AB48B0 /* Client.swift */, - DDF2419DBADC2D1CB04E0823 /* Test.ice */, - ); - name = interceptor; - sourceTree = ""; - }; - 294D1C9DB3A42F07506BBBA6 /* info */ = { - isa = PBXGroup; - children = ( - 2F988BC0E5C27AAC15798F7E /* AllTests.swift */, - 646675FFD1880B556F62E835 /* Client.swift */, - DBBA56D618556333971F2555 /* Server.swift */, - F92FE3784F36CF61C114C8A7 /* Test.ice */, - C307ECD76BE33A0CF42D8C5E /* TestI.swift */, - ); - name = info; - sourceTree = ""; - }; - 2954FE0766C617A0A50AB153 /* Glacier2 */ = { - isa = PBXGroup; - children = ( - CB5AF66AE62474538F3B4C8A /* Metrics.ice */, - 9B9DC4A0F25EC95FDA68E396 /* PermissionsVerifier.ice */, - A1C88ECE6870F60549A0EE24 /* Router.ice */, - 1FB327988DA6B56153EC048A /* Session.ice */, - B43B0FAA9A029A4458C3590F /* SSLInfo.ice */, - ); - name = Glacier2; - sourceTree = ""; - }; - 2AAB54C9B624C56DF9532637 /* src */ = { - isa = PBXGroup; - children = ( - 95DBB600FA77D84EA35A8CDB /* Ice */, - 09F3FD3EB504797666466B34 /* IceDiscovery */, - 92F57F8532BC14A57F09091E /* IceIAP */, - F2540931AE3E6DE5D924B3A2 /* IceLocatorDiscovery */, - 79661E8792BFD29B3A8ABF76 /* IceSSL */, - 58C32C33667E0F81295A9978 /* IceUtil */, - ); - name = src; - sourceTree = ""; - }; - 2B5D6307AAB378C03A1BA330 /* objects */ = { - isa = PBXGroup; - children = ( - 98AB2A03D7BA843F9831286D /* AllTests.swift */, - E560304D19C84FD096965E6C /* Client.swift */, - EC428F92C038CB75D721C046 /* Collocated.swift */, - 0F906003B06BE6FF5CC28C49 /* Forward.ice */, - CF5998B9EC791F4A15E4E0AF /* Server.swift */, - F4B6E42CEF5AD0D3B22131A5 /* Test.ice */, - 67AF0C2725586B3CF91B8D5B /* TestI.swift */, - ); - name = objects; - sourceTree = ""; - }; - 2E501B6FC9C84500B946FA98 /* IceDiscovery */ = { - isa = PBXGroup; - children = ( - 943F62DEE4D6B5F3DE6B0D22 /* IceDiscovery.ice */, - ); - name = IceDiscovery; - sourceTree = ""; - }; - 2F9B997C1535E319875ABC0B /* invoke */ = { - isa = PBXGroup; - children = ( - 54F210B44A3817B414C37EF0 /* AllTests.swift */, - B4BEBA247618BA49B306637B /* Client.swift */, - 32F86D845456A70BA71A7775 /* Server.swift */, - D02E0C0E582227D272D99C1A /* Test.ice */, - 20939A1E0430B68C7B8CBFDC /* TestI.swift */, - ); - name = invoke; - sourceTree = ""; - }; - 4400A32CCB5E5E6DA5F6E8E5 /* scope */ = { - isa = PBXGroup; - children = ( - 37F917AF2529230B31D362F2 /* AllTests.swift */, - 5F9F46F2B6EF9528E9EEA0A0 /* Client.swift */, - 20917172F64B1F0658E4FD1D /* Server.swift */, - A60DFD912C3076C2441A6EEB /* Test.ice */, - B30555E6708ECEFAA4EDD334 /* TestI.swift */, - ); - name = scope; - sourceTree = ""; - }; - 4713C738241F632037645D12 /* ami */ = { - isa = PBXGroup; - children = ( - FB93EDD11FFD843B54F08CD6 /* AllTests.swift */, - 1083A38AC12CA9C0F45A1422 /* Client.swift */, - D789BAF0BE9CC7DA9EAB63A2 /* Collocated.swift */, - AEF69473A2BBE7E2944931A1 /* Server.swift */, - C95A65FBDD4DD8B4198F49DF /* Test.ice */, - 259ABFD3A22C573FDAE353BA /* TestI.swift */, - ); - name = ami; - sourceTree = ""; - }; - 4A05594C686A4BD390151A9B /* defaultValue */ = { - isa = PBXGroup; - children = ( - 46411EDDE8E438FD8EAE98E5 /* AllTests.swift */, - C6AA934BC1D34654E098F584 /* Client.swift */, - D255BAB7E5E515B654EDAD67 /* Test.ice */, - ); - name = defaultValue; - sourceTree = ""; - }; - 520B1B1329BCC645395C88F6 /* optional */ = { - isa = PBXGroup; - children = ( - 28A0C809966F471AF3580423 /* AllTests.swift */, - E2405C9C20444A782D096AF0 /* Client.swift */, - 3DCF8EE48A1C89A1B55517AA /* Server.swift */, - 6E8EFB40B36345385787390F /* ServerAMD.swift */, - 29771C1E7DCB8C9578ECF41A /* Test.ice */, - 1BF190DF5F5598B978D43F7C /* TestAMD.ice */, - EEB9F4EFA4B5E11103B64F2B /* TestAMDI.swift */, - 298C03C34C25D9DDCA4DC7BF /* TestI.swift */, - ); - name = optional; - sourceTree = ""; - }; - 58C32C33667E0F81295A9978 /* IceUtil */ = { - isa = PBXGroup; - children = ( - 92DFE8DFF46D7EFF704D4522 /* ConsoleUtil.cpp */, - 0FB6FFE9F654CF558339B7A0 /* CtrlCHandler.cpp */, - 02F2B04E2560FF1CFFCF86DA /* FileUtil.cpp */, - 539605938D0800C084345197 /* InputUtil.cpp */, - 839B1E915C0CBD0129F6BAC4 /* MutexProtocol.cpp */, - 1D033003707757F652EA1B85 /* Options.cpp */, - 32CAEEF22B4B76CD87E065B0 /* OutputUtil.cpp */, - 00F761E139DDBBEA1CA42172 /* Random.cpp */, - 9B548B1CC74CF128EB62110C /* RecMutex.cpp */, - 44E9A83E6111394E43220448 /* Shared.cpp */, - A1998FED769C42CDC7AB11C5 /* StringConverter.cpp */, - EE6273EFDFF34C2B0E6CC267 /* StringUtil.cpp */, - 7529B82331E9F8857C04C1C1 /* ThreadException.cpp */, - 123567924E68C349BAF887BF /* Time.cpp */, - A981A15C3C763E3DF3AFDF3A /* UtilException.cpp */, - 383E5361C48546671985CEC1 /* UUID.cpp */, - ); - name = IceUtil; - sourceTree = ""; - }; - 604A9AF6E2246ADA42502415 /* objects */ = { - isa = PBXGroup; - children = ( - A325D1883148FBD7D53A2698 /* AllTests.swift */, - 8DEFB158CC638F81D597598D /* Client.swift */, - 9F4B82012902E7A12E38A2AF /* ClientPrivate.ice */, - 40BDBD839BADBF15799D26C4 /* Server.swift */, - DA9E2ECE0BEF16EAE0EA036F /* ServerAMD.swift */, - 9D31D9B7BAF73B3647C64990 /* ServerPrivate.ice */, - 1805A9AC8B6C175A9078A8BE /* ServerPrivateAMD.ice */, - 20112BFE6EAD65723FA67120 /* Test.ice */, - 17996C6A0CAFEC7E4D7ECECA /* TestAMD.ice */, - EB071CD809B5D6642DD39E53 /* TestAMDI.swift */, - 87F199BFCA75EA1D85ED8573 /* TestI.swift */, - ); - name = objects; - sourceTree = ""; - }; - 63F4BFE04237875C764B4579 /* macOS */ = { - isa = PBXGroup; - children = ( - 75A01B0041D27E76F5889DE4 /* main.swift */, - ); - name = macOS; - sourceTree = ""; - }; - 674B84CFD4634D4C60853BE4 /* TestCommon */ = { - isa = PBXGroup; - children = ( - 8604FDEB96C920773DEF9A73 /* Info.plist */, - 31C4F4C9865AF32911F1A508 /* TestCommon.swift */, - ); - name = TestCommon; - sourceTree = ""; - }; - 6BF0497DFD56C5EE3DB71DB4 /* operations */ = { - isa = PBXGroup; - children = ( - E9AE62B725D03CDAC1B7BCBF /* AllTests.swift */, - 4945A8EB3582EC6DE2591D30 /* BatchOneways.swift */, - 32E26E67BE14E1FFE12A7ABD /* BatchOnewaysAMI.swift */, - 6B9E54977F5C39E7DEA70EA5 /* Client.swift */, - 55EDAF98FFDD5285D1D33F96 /* Collocated.swift */, - BBBD5106BD3CD7763C850ACE /* Oneways.swift */, - D0635A59EF2F6E52013CF218 /* OnewaysAMI.swift */, - 42C3558A6946242208F8CFF1 /* Server.swift */, - 24D8133BFA0658F49BD7539D /* ServerAMD.swift */, - 2080E2259670BD44DFA6BF51 /* Test.ice */, - 1D37440609D6999223F5D3FC /* TestAMD.ice */, - 5A39082637C810A7FA44C8BC /* TestAMDI.swift */, - 1DB7EAB0C292EBBB3A8C6797 /* TestI.swift */, - 669CDFA4C81273C4A8439769 /* Twoways.swift */, - C3253615704AD8092CF5F9D9 /* TwowaysAMI.swift */, - ); - name = operations; - sourceTree = ""; - }; - 6CDEFD8A9FC747F214A76CEF /* timeout */ = { - isa = PBXGroup; - children = ( - 17A4E70233C2149ACD8FE4F9 /* AllTests.swift */, - 6237E0C8AD8FD3CE4B7CFAA4 /* Client.swift */, - E3C9AD082A4CE3A5F5435669 /* Server.swift */, - F79211AF57FD9BFFC2CA5E3F /* Test.ice */, - 35B05AF2B43317CD297363CA /* TestI.swift */, - ); - name = timeout; - sourceTree = ""; - }; - 6E35F9F76FAC3ECAC357F56A /* servantLocator */ = { - isa = PBXGroup; - children = ( - 2709660761B36C91CB36FD31 /* AllTests.swift */, - B2D6CB1AC0F0C2259F0F5B65 /* Client.swift */, - F624035F99B563D25F09B7C7 /* Collocated.swift */, - DEF8392F8E40DDD59B323CB4 /* ServantLocatorI.swift */, - 0CE2427693C29E4CEF450087 /* Server.swift */, - 53DFCB095E700117F6137EEE /* ServerAMD.swift */, - 7064E95255F87EA955FE604D /* Test.ice */, - 407A0D1CC4E333ABC1A0EECD /* TestAMD.ice */, - 1FDA295C05339DC58C0D9F8E /* TestAMDI.swift */, - 07F3EDD1A3D763999E9C05E9 /* TestI.swift */, - ); - name = servantLocator; - sourceTree = ""; - }; - 6EFD967A66790788845F5915 /* location */ = { - isa = PBXGroup; - children = ( - 18BC8EBDD63E0C2D34096A45 /* AllTests.swift */, - 1034928BF4CC47FCD19BE01C /* Client.swift */, - 73A88EA74CCC4616D710AFB6 /* Server.swift */, - E2876A8434BDA95E5E67FA4D /* Test.ice */, - 99528469CD587F598337AACA /* TestI.swift */, - ); - name = location; - sourceTree = ""; - }; - 71E4275A150472ED26C3FD80 /* services */ = { - isa = PBXGroup; - children = ( - B0A16E1F318A236067C0E62C /* Client.swift */, - ); - name = services; - sourceTree = ""; - }; - 7543BE265BB5DB13ADA5B2BC /* IceStorm */ = { - isa = PBXGroup; - children = ( - 097B3A1E14CCFB09E7E4CF92 /* IceStorm.ice */, - 0AEBA30C56A413C37FEDC134 /* Metrics.ice */, - ); - name = IceStorm; - sourceTree = ""; - }; - 760772C12F4740EB4CB773F3 /* Products */ = { - isa = PBXGroup; - children = ( - CC9E31096285763A44ED387C /* Glacier2.framework */, - EC3920B0A3180CE9468B5D48 /* Glacier2.framework */, - 665569D1BB698FBBAD74786F /* Ice.framework */, - 623E717A20F91E615D53E150 /* Ice.framework */, - EF8280C5D17209751E14553C /* IceAcm.bundle */, - 8629DC53723BDBF2B619738A /* IceAcm.bundle */, - 947C60AB5690BEF1175C6AE8 /* IceAdapterDeactivation.bundle */, - C4D40FD4D514C6255DCF1E88 /* IceAdapterDeactivation.bundle */, - 90AB8161442DBB20C4926B3B /* IceAdmin.bundle */, - FA6925D0243F823802CF0D97 /* IceAdmin.bundle */, - 2EB8E16DCE315D105EBA63E6 /* IceAmi.bundle */, - 71C738B29B990967A0EC29C9 /* IceAmi.bundle */, - 00B1BC62D4009B18B3E6DE80 /* IceBinding.bundle */, - ACB54D91532B125D146C8F52 /* IceBinding.bundle */, - 6773D68D1A68AE755B5B28D3 /* IceDefaultServant.bundle */, - F1BA415B45FE40D1AF4C892C /* IceDefaultServant.bundle */, - 3D9AB0F6AC4AB0F35FE74791 /* IceDefaultValue.bundle */, - 8A39FB52971B8BCC7CD607F3 /* IceDefaultValue.bundle */, - 527D2F42A3A39B2F888A301D /* IceEnums.bundle */, - EEAC0D6D20FA5E489B7D4EAB /* IceEnums.bundle */, - ED0D8471106CE1DAD728538A /* IceExceptions.bundle */, - D30F73A7A6497E2340EAC041 /* IceExceptions.bundle */, - F0FBBD74A0A5794E1AF7F7CA /* IceExceptionsAMD.bundle */, - 0443C0420CF9B9FDB9AE0E48 /* IceExceptionsAMD.bundle */, - 75539742281DFE7E4DC5F602 /* IceFacets.bundle */, - 40A8549E2D87C0E0C7322954 /* IceFacets.bundle */, - 4B4F81CBE09B9EC7215B359B /* IceGrid.framework */, - 38BF5DB9B9490714A81542C1 /* IceGrid.framework */, - F17CE2C8EAC28CBD9A0667B3 /* IceHold.bundle */, - 9F9C864BECBB215D589B5735 /* IceHold.bundle */, - 75F40F1911A6EA4452908C71 /* IceImpl.framework */, - 550E7CC0FD0E1918D7A9AB38 /* IceImpl.framework */, - 31CED9038EC89062E2687C72 /* IceInfo.bundle */, - FF5926EFAECD9C0572AFEE64 /* IceInfo.bundle */, - 23205029365EA8B8CFAB923B /* IceInheritance.bundle */, - EBD23A978B397DAF53B55273 /* IceInheritance.bundle */, - AE9FF7D3CCA47C89D218FFEE /* IceInterceptor.bundle */, - 417ECCEE604C6E3005DA5A9A /* IceInterceptor.bundle */, - 87A3043D1B1B7D7DE0B165C3 /* IceInvoke.bundle */, - AE24775D969D93908EB8704B /* IceInvoke.bundle */, - 7C3AA0639A1EDE5ADB774E21 /* IceLocation.bundle */, - B7CC3EAFDBBAED579CB65E02 /* IceLocation.bundle */, - 7E752D08EB62E167C213E390 /* IceObjects.bundle */, - 58E4626AB44A7F584A615366 /* IceObjects.bundle */, - 07B98AB5E4D60D7A85886DB5 /* IceOperations.bundle */, - 6629A6F5DD07DBEF2C036E46 /* IceOperations.bundle */, - 3660CBA3E7714EF6A750EB80 /* IceOperationsAMD.bundle */, - A98619140D09F4A271DA212C /* IceOperationsAMD.bundle */, - 69986A0036CFB94E71AFAEB2 /* IceOptional.bundle */, - 60CB9F01352AB79EE50AD568 /* IceOptional.bundle */, - 4E225F52C80B142297214C92 /* IceOptionalAMD.bundle */, - CB65DF0EB3BC9182E42B33C6 /* IceOptionalAMD.bundle */, - B678281893C42981DD91CE27 /* IceProperties.bundle */, - 6B7F99C1A7C43654FACDAA54 /* IceProperties.bundle */, - 0E8CA41CAED77683EB6C5E74 /* IceProxy.bundle */, - 2D1DA1259D07ADB52B759AD3 /* IceProxy.bundle */, - E64154AC1BD079614CFE6D0B /* IceProxyAMD.bundle */, - 521B530EB810B4F3FDF103AE /* IceProxyAMD.bundle */, - 52278F0A9D3CC113108CA88D /* IceRetry.bundle */, - 111E017C3F3407C4582DC59A /* IceRetry.bundle */, - E4E970020786C4F7F72C5207 /* IceScope.bundle */, - 888B3167CD8A4968215F0A38 /* IceScope.bundle */, - 1290DF39C865119AAFCA300B /* IceServantLocator.bundle */, - 1E6FDC3649CBA1598EAEBEA0 /* IceServantLocator.bundle */, - E65F59B3B48188E5E72C27D6 /* IceServantLocatorAMD.bundle */, - C1EB023D3B85638F4414F46A /* IceServantLocatorAMD.bundle */, - 1D90F14637894A37678FC3C4 /* IceServices.bundle */, - 76660D1C75C5895B539F597E /* IceServices.bundle */, - 52D616F0A4C2D7002EE8EE6C /* IceSlicingExceptions.bundle */, - 6E87C9E4A4FD2945C3A68008 /* IceSlicingExceptions.bundle */, - D18F07031EC4C85F5159AFE9 /* IceSlicingExceptionsAMD.bundle */, - 6407F8C33CF3719F6547CE3E /* IceSlicingExceptionsAMD.bundle */, - 86525836B17F14E966E687FC /* IceSlicingObjects.bundle */, - FA5ED0AF00325B25AA3D49E3 /* IceSlicingObjects.bundle */, - 37BCBC566A446A9FB1903373 /* IceSlicingObjectsAMD.bundle */, - 20323F0CD7B9AE4569FF4757 /* IceSlicingObjectsAMD.bundle */, - 8425D2B0B3D5867C0C9F3351 /* IceSSLConfiguration.bundle */, - DDBB3E496664C584AD5364E5 /* IceSSLConfiguration.bundle */, - 1124897FAD46E0C20C2CD5AF /* IceStorm.framework */, - BBB10CD52BD86395BC343A0B /* IceStorm.framework */, - CE7D6C632EB030AE96F5F06C /* IceStream.bundle */, - 3C8BAD4C851DA28C1DF9F17D /* IceStream.bundle */, - 1362916B0814388BFB67F664 /* IceTimeout.bundle */, - B2C05AE8C73A007F79D23190 /* IceTimeout.bundle */, - 039BF5E6C32CFEAC7B738A87 /* IceUdp.bundle */, - E2C01CEC70FAB4F5A70D2671 /* IceUdp.bundle */, - E47A14897F2C93447F45EFCA /* libIce C++11 iOS.a */, - 952160511B9A724C82F64990 /* libIce C++11 macOS.a */, - EEE2D909D236CA9996023106 /* libIceDiscovery C++11 iOS.a */, - B01C28336B07FA327829314A /* libIceDiscovery C++11 macOS.a */, - 8C01588ADEBCFAC81EF7766F /* libIceLocatorDiscovery C++11 iOS.a */, - 6A510B59CE2B6AA8EFA619EC /* libIceLocatorDiscovery C++11 macOS.a */, - 2C1845D9001948A194C9BF3D /* SliceEscape.bundle */, - 0753F097A120485770B9AAA7 /* SliceEscape.bundle */, - 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */, - 0F2B0C61F19BF428E1751327 /* TestCommon.framework */, - B407E5A8D5B156671264DFC5 /* TestDriver.app */, - 84A4B98757E5D39A8CF508CD /* TestDriver.app */, - ); - name = Products; - sourceTree = ""; - }; - 79661E8792BFD29B3A8ABF76 /* IceSSL */ = { - isa = PBXGroup; - children = ( - BF56A55F9B39D512B0DD722C /* AcceptorI.cpp */, - 4496C208706DABE2498E3D0A /* CertificateI.cpp */, - 6F6F9065B966515883E3A81F /* ConnectionInfo.cpp */, - 5DC630E9AB4CD732D75C3AEA /* ConnectionInfoF.cpp */, - E8AFF8ED68FE8D153138422D /* ConnectorI.cpp */, - 1DA9250AC15D1756168A2B45 /* EndpointI.cpp */, - 53905C1AE3214B94DDA79E59 /* EndpointInfo.cpp */, - D045E859A2B4BFF7C830734D /* Instance.cpp */, - 254F677EC087A0400A2F76B1 /* PluginI.cpp */, - B64E1BCBF28AC80B97565EF1 /* RFC2253.cpp */, - BCF9BA52A64AED325C68A383 /* SecureTransportCertificateI.cpp */, - B667A5C8DD4F6EB3E5C9B46A /* SecureTransportEngine.cpp */, - 23C18BD31119A8393B61B049 /* SecureTransportPluginI.cpp */, - B0BFBF405F4644470BC57DA2 /* SecureTransportTransceiverI.cpp */, - 0AF6D9D6FA59CAFDB3F6AEA8 /* SecureTransportUtil.cpp */, - 84C9F21E9071D52008E29F7D /* SSLEngine.cpp */, - E13FB9A9AF502F1522420390 /* TrustManager.cpp */, - 59F988EA1C5CCD503309CAAC /* Util.cpp */, - ); - name = IceSSL; - sourceTree = ""; - }; - 7C3B7866DDCD4DAA2388B0AD /* defaultServant */ = { - isa = PBXGroup; - children = ( - E2543300D55BB8126BF01178 /* AllTests.swift */, - 64A4D123257EF075A8AA0433 /* Client.swift */, - 4D35CFAF36E324DC12502013 /* Test.ice */, - ); - name = defaultServant; - sourceTree = ""; - }; - 7D1405F9F477AA2EEA7EB164 /* IceSSL */ = { - isa = PBXGroup; - children = ( - CA3C5BCF6960FD1380CD864E /* configuration */, - ); - name = IceSSL; - sourceTree = ""; - }; - 7F869F89402E785E27FE1228 /* exceptions */ = { - isa = PBXGroup; - children = ( - EA894B52D407082F22D345EF /* AllTests.swift */, - F82270A0824387C79330584C /* Client.swift */, - AF9A4516C12A26D9D9FBBED9 /* ClientPrivate.ice */, - C19E1DCD6ED441B62D90114D /* Server.swift */, - C170AEFA2DAA25C77B642B50 /* ServerAMD.swift */, - 82C6B16C4B7E40482A56F033 /* ServerPrivate.ice */, - 00C7727DB84AFAE74242A27A /* ServerPrivateAMD.ice */, - 0826EF9628F3B4A99BBD3238 /* Test.ice */, - 3A42A2314F003B797A43F677 /* TestAMD.ice */, - E672D54C33B901EEFAD1A9FF /* TestAMDI.swift */, - 7817994383F3B13BD7F75310 /* TestI.swift */, - ); - name = exceptions; - sourceTree = ""; - }; - 8513436CDC02E4DEC403F6F1 /* udp */ = { - isa = PBXGroup; - children = ( - 0A4046F75C70A64F2CF9A29E /* AllTests.swift */, - 5FD566BEBA418C9151C0CC95 /* Client.swift */, - 0F4E52F6B53EC59E12989136 /* Server.swift */, - 7DCC9D507EDF3CD2A1A3150F /* Test.ice */, - 6C6C2523849920E54B5C3674 /* TestI.swift */, - ); - name = udp; - sourceTree = ""; - }; - 85CE760D134EBA779C2606EB /* Slice */ = { - isa = PBXGroup; - children = ( - C77E0B705D52E399E5609326 /* escape */, - ); - name = Slice; - sourceTree = ""; - }; - 881E71B53AA71733450D62A8 /* test */ = { - isa = PBXGroup; - children = ( - 11D4943EFA68EF5327C530AF /* Ice */, - 7D1405F9F477AA2EEA7EB164 /* IceSSL */, - 85CE760D134EBA779C2606EB /* Slice */, - 674B84CFD4634D4C60853BE4 /* TestCommon */, - B82B3738410A4815146AB77F /* TestDriver */, - ); - name = test; - sourceTree = ""; - }; - 92F57F8532BC14A57F09091E /* IceIAP */ = { - isa = PBXGroup; - children = ( - 860EEE47FA5F73DF18371EB0 /* ConnectionInfo.cpp */, - 069A48B23F945A72742CD39C /* Connector.mm */, - D7348ED97038DE804E76B4F3 /* EndpointI.mm */, - 4A1720B2080C837E243F2B03 /* EndpointInfo.cpp */, - 94E64A8A4468924DD9A7C2D2 /* Transceiver.mm */, - ); - name = IceIAP; - sourceTree = ""; - }; - 93F8BD5B95CB7AA1FD5A9D25 /* iOS */ = { - isa = PBXGroup; - children = ( - B80D1F29C6A35D955A94B1AE /* AppDelegate.swift */, - 1C15A5FB6FD609998456F346 /* Assets.xcassets */, - 5A4F6ED397F0755CDCDD8ACA /* certs */, - 9B32AF013885664AA93CDF20 /* Controller.ice */, - FDB2B8CC413A604BFE6E9BEB /* ControllerI.swift */, - AA144D7BB355829B28020F78 /* LaunchScreen.storyboard */, - BB2FDEF71FCA90CDBDB32AAB /* Main.storyboard */, - F8C2266EFA8E48B90FC6D26F /* ViewController.swift */, - ); - name = iOS; - sourceTree = ""; - }; - 95DBB600FA77D84EA35A8CDB /* Ice */ = { - isa = PBXGroup; - children = ( - 0B7370BA2BB47E98429992B1 /* ios */, - F76B6CFDC81E7D00110BA047 /* Acceptor.cpp */, - 4AA6F7EAE7C3E4C3B39E26A6 /* ACM.cpp */, - CA0D87A615782B7CB24C3F4C /* ArgVector.cpp */, - 641754B3600E4B8A31487EBC /* Base64.cpp */, - 984E408AE1C36AB3B759095E /* BatchRequestQueue.cpp */, - 6317DF41896C81DC9D6A94F0 /* Buffer.cpp */, - 1B7D798CB60FB962ADC8BB32 /* CollocatedRequestHandler.cpp */, - 9E33109A1F05AA19BCF9156F /* Communicator.cpp */, - EB64AD8D0C4921CF515944A6 /* CommunicatorF.cpp */, - 0E5299A9AA357D51C620DC87 /* CommunicatorI.cpp */, - D86BEF346F9EC95AE96B2542 /* Cond.cpp */, - 3EA30CE30FF86630A51D19F8 /* Connection.cpp */, - 8488FB8F37D7958B38971E9F /* ConnectionF.cpp */, - D570457F4FC3998BFFBC686B /* ConnectionFactory.cpp */, - 94212BAD957A78E36EC3EED4 /* ConnectionI.cpp */, - B7C84F9F86A2642B4DB21761 /* ConnectionRequestHandler.cpp */, - 54DC8E443E82EBB5B393862E /* Connector.cpp */, - EDDFDF674093FB356181A861 /* ConnectRequestHandler.cpp */, - 4530DDD8E7C70EA73CE9806C /* CountDownLatch.cpp */, - F5C224A90E0F866706D2C93A /* Current.cpp */, - 1AA5332EE9D7AC564F1B4DC6 /* DefaultsAndOverrides.cpp */, - 213E7606B6C3CA1D4D891CC6 /* DispatchInterceptor.cpp */, - C2252508F6DC523B17A69C5E /* DynamicLibrary.cpp */, - 3EAD21EB605F400BA46ECBE5 /* Endpoint.cpp */, - 35FF9CE9706BA3DC7134F434 /* EndpointF.cpp */, - C75AC8274DA14FCDB42058FA /* EndpointFactory.cpp */, - 69C937818B79D71765A58104 /* EndpointFactoryManager.cpp */, - EE02DD17EB206613ADA00EC9 /* EndpointI.cpp */, - 847F20E8EE2CB3D83F522A4D /* EventHandler.cpp */, - 0BF47819089271BCD4443183 /* Exception.cpp */, - F65E818320EBA8D182AD4B31 /* FactoryTable.cpp */, - 61BF1C2278EF3139FA423B0C /* FactoryTableInit.cpp */, - AD8AC0525446464A4513C8E8 /* HttpParser.cpp */, - 06FF3EB23F66FB5AF64C1B75 /* IconvStringConverter.cpp */, - 2817D930A52C7947C86C0F56 /* ImplicitContext.cpp */, - A9BFE5D27E6A8D49C4BDD2EA /* ImplicitContextF.cpp */, - 9A5D217FA26C556261BDDDB2 /* ImplicitContextI.cpp */, - 01108206A582A67F00C05EBC /* Incoming.cpp */, - 0C8E7374D8D5DA4006B190AC /* IncomingAsync.cpp */, - 883D1C33472953A1CD1DB112 /* Initialize.cpp */, - 867D107D3A25FB9B5C7EB522 /* InputStream.cpp */, - 34AEBCCD220042AB3BE523A8 /* Instance.cpp */, - 2DF8C754C9DA80B0B434EF6B /* Instrumentation.cpp */, - 290B87AA15456D1942D99E39 /* InstrumentationF.cpp */, - 051AA64F020D939F0BCE5A50 /* InstrumentationI.cpp */, - FBA41C7E4F8D63EBFF2A282F /* IPEndpointI.cpp */, - 857C1887760380EA7D969C13 /* LocalException.cpp */, - 8A9C59F0ED0E375A09B03481 /* LocalObject.cpp */, - 94CF1B1374A50ED7765868B6 /* LocatorInfo.cpp */, - 7100AF407ED59019E77AC492 /* Logger.cpp */, - EA284C28AD71C2D624582DC7 /* LoggerAdminI.cpp */, - 177CE1264BA28FAD588640ED /* LoggerF.cpp */, - 0FC2161B7FFDD05E63318911 /* LoggerI.cpp */, - 9987215BF230537852456754 /* LoggerUtil.cpp */, - E64DA691FE8767C9AE657374 /* MetricsAdminI.cpp */, - 610608EEED146B107B5293A5 /* MetricsObserverI.cpp */, - 0EFFE201B94FAE9FB1295F1D /* Network.cpp */, - EE12756CF23A83E52C61D223 /* NetworkProxy.cpp */, - D7D263D2E578BF1F7AF589B9 /* Object.cpp */, - 48E10D0AC873B9C7821B8DCA /* ObjectAdapter.cpp */, - 219598874AE31277B34A82FA /* ObjectAdapterF.cpp */, - 4D117E7E0EC5C30487CF9329 /* ObjectAdapterFactory.cpp */, - 13B8F6994B469BFB24A1CBF1 /* ObjectAdapterI.cpp */, - EB4A218E07221A655D54AA36 /* ObserverHelper.cpp */, - 785159C3CF8A869678895694 /* OpaqueEndpointI.cpp */, - E8D821D8582839A7FD652F7F /* OSLogLoggerI.cpp */, - 104801D9CD4099BFAF898CF0 /* OutgoingAsync.cpp */, - 5DF959949FDCEE7CC6B0467A /* OutputStream.cpp */, - 74CAD313ABBD56B539F69B27 /* Plugin.cpp */, - 0BB35BFDB4D9B787E400326E /* PluginF.cpp */, - 8865E47F058CCABBA06DB4AE /* PluginManagerI.cpp */, - 6CE17F65AD7D95CE4D52AEB8 /* Properties.cpp */, - C1AFCED0816ADEA6C571C2E7 /* PropertiesAdminI.cpp */, - D7D1EED80BE188B0BAFB69F1 /* PropertiesF.cpp */, - 2C7F78C569CF9618E842EF08 /* PropertiesI.cpp */, - 024741EC9D6CFD0898B474E7 /* PropertyNames.cpp */, - B215297BE120F8697A57E235 /* Protocol.cpp */, - 748D6B2B330737998D89EFDD /* ProtocolInstance.cpp */, - 16B2D2F24F75A2CEA9588C92 /* ProtocolPluginFacade.cpp */, - B9394803D622D0ECAAE9E923 /* Proxy.cpp */, - 864791648F2C6EEBD4033544 /* ProxyFactory.cpp */, - 262A4BBE4803F28C3591381A /* Reference.cpp */, - 897808914C54B9799F9A2F91 /* ReferenceFactory.cpp */, - E80B06A40D65F65EF6C553E5 /* RegisterPluginsInit.cpp */, - 23CFD2FCAE3C1695E2970A65 /* RequestHandler.cpp */, - AFE02F4EBE4026D7ABF4C2FD /* RequestHandlerFactory.cpp */, - 32061348E05540BA94F263F1 /* RetryQueue.cpp */, - B5E2090C4D1E0D664633C3C5 /* RouterInfo.cpp */, - 55D284414C8201FF6861AD7E /* Selector.cpp */, - 012209B06380729805C41D0E /* ServantLocator.cpp */, - FF9AEE9480B3623AF7E5DCA7 /* ServantLocatorF.cpp */, - 625E4E47BE0B8C13B100A33B /* ServantManager.cpp */, - 052495E30CFEFD5327466782 /* Service.cpp */, - 17A5B44F6AAFD44E0B814FED /* SHA1.cpp */, - 5CC0CB6129CE22F51EF8C00D /* SlicedData.cpp */, - 7592510233717E6CA95DA038 /* StreamSocket.cpp */, - 66B3742B1FD8BF38A13DB528 /* StringConverterPlugin.cpp */, - 5EC22E4227147E53CE7F4835 /* SysLoggerI.cpp */, - D0E3AEAA11EF708457A97AFC /* SystemdJournalI.cpp */, - 4AEA593E8C6F3F0525BEB029 /* TcpAcceptor.cpp */, - 8CEA95C263FCF61FDAC35F2D /* TcpConnector.cpp */, - D31585DF150199617B8B170F /* TcpEndpointI.cpp */, - 8D126B446148A88233AA2278 /* TcpTransceiver.cpp */, - 7430D6EB5ECE9ED78A4B9BA1 /* Thread.cpp */, - 5728530DC35D7B52A550D7E8 /* ThreadPool.cpp */, - D3823D97E04C4BFCD7FB534C /* Timer.cpp */, - D36CEA6C13079203D960A28A /* TraceLevels.cpp */, - 7370B3F9D40F36F1BD730CCA /* TraceUtil.cpp */, - C2F0B4FF873A76833E941826 /* Transceiver.cpp */, - 3E4932165161ABA64172816A /* UdpConnector.cpp */, - 356A5466FDDC86F58D1F4D42 /* UdpEndpointI.cpp */, - 9826BFD5D5016B5B7DA30496 /* UdpTransceiver.cpp */, - CAF52D8D0936AD9DAC5FB260 /* Value.cpp */, - 9A5EDE74C3A3591BBEF47D29 /* ValueFactory.cpp */, - 5B3CF540FFDDB8D8BB9DF0C5 /* ValueFactoryManagerI.cpp */, - CE7FC47F6D6B7DAFEE7F7199 /* WSAcceptor.cpp */, - C12F72D326BA31E4F3222697 /* WSConnector.cpp */, - 5E49FEDA41C839C2DB5BFA9D /* WSEndpoint.cpp */, - 0AE70EAEDEBB73331DA341D1 /* WSTransceiver.cpp */, - ); - name = Ice; - sourceTree = ""; - }; - 9C1A17CD0E8467D306B6927B /* Ice */ = { - isa = PBXGroup; - children = ( - 245956FF449E351AEF203C2A /* BuiltinSequences.ice */, - 8873EA7FF0431868BF97BF8D /* Context.ice */, - 1082EDDCF74692688AF946C2 /* EndpointTypes.ice */, - FFC16F00DE4220D83CB10211 /* Identity.ice */, - 46BD0BAC03B80804BF23E167 /* Locator.ice */, - 3157232929DAA590D328DEC9 /* LocatorF.ice */, - 03C85223CF53FA8C62D9D7B6 /* Metrics.ice */, - 5A78C4D73F6D7790B04847E2 /* OperationMode.ice */, - 316C086D0730E162FA3210E3 /* Process.ice */, - CCFAA81005DA44D89E41494D /* PropertiesAdmin.ice */, - 6D3DB17839D1905C961285D5 /* PropertyDict.ice */, - C5A0671B53C97F7A32AFCFA1 /* RemoteLogger.ice */, - E9827291A2B8B54C49FD1C85 /* Router.ice */, - C2DCE61256F8846CB481C917 /* RouterF.ice */, - 699F0DFE09B6CD4066FBF4C3 /* Version.ice */, - ); - name = Ice; - sourceTree = ""; - }; - A8ABC11E97AE6B281D7D88D8 /* proxy */ = { - isa = PBXGroup; - children = ( - CB3BD1DF07A3C09CF5FF39EB /* AllTests.swift */, - 7ED051A2BDDB9511D133CC34 /* Client.swift */, - E5D56F4CFBCB26C84B24DFB5 /* Collocated.swift */, - 10A591B1108FD3668546AB65 /* Server.swift */, - 0F4F314389C68631ED17CF4C /* ServerAMD.swift */, - C931BC0FF471A0F481027ADD /* Test.ice */, - B1D1ED077D2A30E8ADBE189D /* TestAMD.ice */, - 35CD479A4FD1B76DA514E6A7 /* TestAMDI.swift */, - B086B5175F1B76E321C3F86D /* TestI.swift */, - ); - name = proxy; - sourceTree = ""; - }; - B049F4E434D8EE83BE042906 /* src */ = { - isa = PBXGroup; - children = ( - C47D21C7C0BF4FFF86CE899B /* Glacier2 */, - C6C0F9269324698F9CF16115 /* Ice */, - C5484D2A3AB3A955FDDEE694 /* IceGrid */, - B1ED1A50FDE6061434467CC1 /* IceImpl */, - FD8286BE0A069336112BA7F8 /* IceStorm */, - ); - name = src; - sourceTree = ""; - }; - B0C3452D122A26EAB9C7E207 = { - isa = PBXGroup; - children = ( - 268D111CA956A6D51FF1B161 /* cpp */, - 055434BF6DE84E9628D6C120 /* Frameworks */, - 760772C12F4740EB4CB773F3 /* Products */, - F15C905CB42BC3261A5947C5 /* slice */, - B049F4E434D8EE83BE042906 /* src */, - 881E71B53AA71733450D62A8 /* test */, - ); - sourceTree = ""; - }; - B1ED1A50FDE6061434467CC1 /* IceImpl */ = { - isa = PBXGroup; - children = ( - B30F448C0594430A4E0E1449 /* AdminFacetFactory.h */, - 46495D8B50FD3CF57DCEE7F0 /* BlobjectFacade.h */, - 20B33ADC4ED75141C16290D9 /* BlobjectFacade.mm */, - 6D635B8A9885F1816618FFF5 /* Communicator.h */, - 85E5A74751EB43D4ED344FCE /* Communicator.mm */, - A85AAECD4BA9FD8995F84E21 /* Config.h */, - 783AC53508ED2C4B2092DD5C /* Connection.h */, - EE75E6D4EF3B33DFB659E39C /* Connection.mm */, - 86BC667FEF2BA5820A7B7BA5 /* Convert.h */, - 49E2780B30D2DAD681184D1B /* Convert.mm */, - 3002D403128013C2404936BD /* Endpoint.h */, - 0DA087232F08332FC98A97BC /* Endpoint.mm */, - 44C06A1AEDD98E9D1115EB3E /* Exception.h */, - 1A781B49FC82F7FA0184F819 /* Exception.mm */, - F94F9CD8FEEC71F621DD3BB0 /* IceImpl.h */, - B06214B3EFADD6728F980622 /* IceUtil.h */, - B7A43DB55534C1EC4B2C2B8B /* IceUtil.mm */, - 94611F392D00B8B8E3640D6B /* ImplicitContext.h */, - D9380D40DF12A3318B74FC8B /* ImplicitContext.mm */, - 92BDF144EAE646068BBBDC31 /* LocalObject.h */, - A6DB7AA8D03D71EC9B23B390 /* LocalObject.mm */, - A76F2988E9F63DA40311F76A /* Logger.h */, - CF2AEC43FB6AF0355BAC4EF7 /* Logger.mm */, - F0503C372876754560BBB8C7 /* LoggerWrapperI.h */, - 76311088F5303F630B9D1AE3 /* ObjectAdapter.h */, - BFD81A96B2FEDC7DD5A61FF8 /* ObjectAdapter.mm */, - 136757D4ECE48D0332330C07 /* ObjectPrx.h */, - 3ACEF67499B23A250292B84D /* ObjectPrx.mm */, - E53219E3EA6910F7E5D579A5 /* OutputStream.h */, - 0026EE92FD5C304A025799B2 /* Process.h */, - DA4864743AE51C6261C21300 /* Process.mm */, - A369565B5F8B3323E92DFD73 /* Properties.h */, - 909200862AB304F9E9056BD3 /* Properties.mm */, - 4A23D3F73B4FB00D1F7749FA /* PropertiesAdmin.h */, - E004376D0DBB79789D7E0BB1 /* PropertiesAdmin.mm */, - 0C06BC9BB6B575A7285395AC /* TraceUtil.h */, - 960889AE80EE23F4AB9A7899 /* TraceUtil.mm */, - AF2F997A9136C0D57A644334 /* UnsupportedAdminFacet.h */, - 61FD2D97AAE33B8E0DAD2E48 /* UnsupportedAdminFacet.mm */, - ); - name = IceImpl; - sourceTree = ""; - }; - B57AAB92F70293A574524A4F /* admin */ = { - isa = PBXGroup; - children = ( - DE3D88FE76A1440B3A0C4DF5 /* AllTests.swift */, - 1CFF70BA10C4D6AE188D017E /* Client.swift */, - DAFBF6BFF7EDE9F0FB64766F /* Server.swift */, - 78C5BD54F95050856DFE68B6 /* Test.ice */, - 344ED5C42593ED171BE68E29 /* TestI.swift */, - ); - name = admin; - sourceTree = ""; - }; - B82B3738410A4815146AB77F /* TestDriver */ = { - isa = PBXGroup; - children = ( - 93F8BD5B95CB7AA1FD5A9D25 /* iOS */, - 63F4BFE04237875C764B4579 /* macOS */, - ); - name = TestDriver; - sourceTree = ""; - }; - BC9489EF19D4542F39A6A72D /* exceptions */ = { - isa = PBXGroup; - children = ( - A92AF9829CC12933812E31B7 /* AllTests.swift */, - 6E9CE949ADDB5DA57B0A2360 /* Client.swift */, - 04A32B58F4D583452AEE62D6 /* Collocated.swift */, - B93100931C7208B5D3064FEF /* Server.swift */, - E57283A07B637882DC9B8F71 /* ServerAMD.swift */, - 15F534469D81C24FFE8DCEE3 /* Test.ice */, - 0CE33F8BDE00D6E18E58B3C3 /* TestAMD.ice */, - 3048472560513EE07558DAEE /* TestAMDI.swift */, - 42FCF5F723B9F42D13E7A575 /* TestI.swift */, - ); - name = exceptions; - sourceTree = ""; - }; - C0AC7A1C666A2430B3A709D8 /* slicing */ = { - isa = PBXGroup; - children = ( - 7F869F89402E785E27FE1228 /* exceptions */, - 604A9AF6E2246ADA42502415 /* objects */, - ); - name = slicing; - sourceTree = ""; - }; - C47D21C7C0BF4FFF86CE899B /* Glacier2 */ = { - isa = PBXGroup; - children = ( - 84CFA96B1376810A278A1749 /* Glacier2Swift.h */, - EDDF24D23BCAEE53F2E5E335 /* Info.plist */, - ); - name = Glacier2; - sourceTree = ""; - }; - C5484D2A3AB3A955FDDEE694 /* IceGrid */ = { - isa = PBXGroup; - children = ( - D2A78D4720673DAF9D7E7F17 /* IceGridSwift.h */, - 935EA09433CAE9AE4444BFCC /* Info.plist */, - ); - name = IceGrid; - sourceTree = ""; - }; - C6C0F9269324698F9CF16115 /* Ice */ = { - isa = PBXGroup; - children = ( - F87C572B2EE3F2EB8C41205D /* AdminFacetFactory.swift */, - 60CB3BFC19DFE9088A67D092 /* Blobject.swift */, - D31F7CBFF920A0CF7FB2382A /* BlobjectAsync.swift */, - F4CCBD4643B37D4081B89334 /* ClassResolver.swift */, - 184B082770DE7259A12A3BD1 /* Communicator.swift */, - 8BD60FA4285B90536DAE2ABC /* CommunicatorI.swift */, - C131E5D67136A0CA59E41363 /* Connection.swift */, - EBA8491A44D0E0482F4677BC /* ConnectionI.swift */, - 6658CBA7425F4413E4A2845D /* ConnectionInfoFactory.swift */, - 3A5527F3E66D1C8E580EDC49 /* Current.swift */, - A4FAE8887A8A2B8B5AB2BFA1 /* Endpoint.swift */, - E3F96F9704EBDCFBCAE0D3C3 /* EndpointI.swift */, - 54BEEE0D2C2D30B880D903F2 /* EndpointInfoFactory.swift */, - F7263472329A47DFD021C4A7 /* EndpointSelectionType.swift */, - 01BF3D7D7748BB551DE4E9C5 /* Exception.swift */, - 1916BD7FFB0A4D852F04D618 /* FacetMap.swift */, - DE4C4A3FC0CBE37945762D1B /* FormatType.swift */, - 30A8799AA971D15AED949425 /* IAPConnectionInfo.swift */, - 7D349A4F305ED46BDBBEC05D /* IAPEndpointInfo.swift */, - D82D2DB3437A859C9A02427E /* IceSwift.h */, - 2CAE7DCA47B0E6DA9102DFA0 /* ImplicitContext.swift */, - 1C10F4BCD402A666A979D101 /* ImplicitContextI.swift */, - 54985FA2DF8607E8EEBCF4D2 /* Incoming.swift */, - 1727CFF9063FD8695D6AE8AD /* Info.plist */, - 5A2A558DF05365793BE1EDB3 /* InitializationData.swift */, - 460C9BF801CDC866AC4DFE9F /* Initialize.swift */, - ACB597B2CB96C20CBF0FDA64 /* InputStream.swift */, - A274FC67FF85EE280823CAA5 /* Instrumentation.swift */, - A8E6E1452E1DA4C8ED9914AA /* LocalException.swift */, - 445A79064CF64948393E75BD /* LocalExceptionDescription.swift */, - 61579E1435780C538ABE9460 /* LocalExceptionFactory.swift */, - 3F9A21CE53736A014B4EDECB /* LocalObject.swift */, - 4FE354D95153ECFD51CECEE4 /* Logger.swift */, - 982DC694739062479B93510C /* LoggerWrapper.swift */, - 93C246AC846FCC1E1E510D6C /* Mutex.swift */, - 30A005FA49909E00786C40AA /* NativePropertiesAdmin.swift */, - 3A334934D39F8288BF273ECE /* Object.swift */, - 96F1FC4C6C4A3154388E702E /* ObjectAdapter.swift */, - 3798FD61820B41A64C69B2A9 /* ObjectAdapterI.swift */, - B4DEA2B3E46B392AE8FA078C /* OptionalFormat.swift */, - 75BDF818FC40E0B1A7E2DCCD /* OutputStream.swift */, - 228A1E21539BF3DBB96E65FF /* Plugin.swift */, - 488C831449F529C0B214CABE /* ProcessI.swift */, - EECF4655D8774B8E48A8D6C2 /* Properties.swift */, - D7EC10FCBDFB6A2DECEF109D /* PropertiesAdminI.swift */, - 3CE3931DE5E459F004046D20 /* PropertiesI.swift */, - E56A381E1ECD60A933EDE0C3 /* Proxy.swift */, - 09338C104543AFAA089DE918 /* ServantLocator.swift */, - B1E77773C9E5111EC13CAB7D /* ServantManager.swift */, - 0141623AD37C70B98DDDA989 /* SlicedData.swift */, - 650FAAE913B2A55BF40BDCC9 /* SliceFlags.swift */, - 53F964ABBD543305F85E892C /* SliceInfo.swift */, - 90787AF0A37EEA37C85695B9 /* SSLConnectionInfo.swift */, - ED98AEC78D53B98EF9216B56 /* SSLEndpointInfo.swift */, - 089C840BD2340196C1789813 /* UnknownSlicedValue.swift */, - C39BB4ED7CFFA4DACD478D9B /* Util.swift */, - D44AFC725628521459EA373E /* Value.swift */, - ECE37EE5C08B6FFE1F009314 /* ValueFactory.swift */, - B446E87A9F659C4A964E6F73 /* ValueFactoryManagerI.swift */, - ); - name = Ice; - sourceTree = ""; - }; - C77E0B705D52E399E5609326 /* escape */ = { - isa = PBXGroup; - children = ( - 4AB5AD4F60E4B47BF3908206 /* Clash.ice */, - 9F1F158B962A78341F9EF225 /* Client.swift */, - 57B4FD55C85D50B346DAC00F /* Key.ice */, - ); - name = escape; - sourceTree = ""; - }; - C92FDEA681B2B886B584D14B /* hold */ = { - isa = PBXGroup; - children = ( - 3D04234BB20E2E7E05183D0D /* AllTests.swift */, - 4D0FE56C219D015301CB1369 /* Client.swift */, - F507DE59727141A808786F2E /* Server.swift */, - C6C97867F488137BCC0EB004 /* Test.ice */, - E263606DB96A9375B3DB0862 /* TestI.swift */, - ); - name = hold; - sourceTree = ""; - }; - CA3C5BCF6960FD1380CD864E /* configuration */ = { - isa = PBXGroup; - children = ( - F52CDE27C04211B51976AF73 /* AllTests.swift */, - F48A4C9DD1628D724648AA45 /* certs */, - 22437CADE6D8C1F4B4F6E399 /* Client.swift */, - 91702C97E64FB532023CE75D /* Server.swift */, - 33F4442B1E4EB5B04F907471 /* Test.ice */, - 551620868D0184DF2FBB2F56 /* TestI.swift */, - ); - name = configuration; - sourceTree = ""; - }; - D0BB45136F4A0AEE7CEE5896 /* properties */ = { - isa = PBXGroup; - children = ( - ECAF5F62EDCF29B918CCA154 /* Client.swift */, - ); - name = properties; - sourceTree = ""; - }; - E1E4F7CE0405F5134961ACAB /* acm */ = { - isa = PBXGroup; - children = ( - 39C32C927265416D3C9E0334 /* AllTests.swift */, - EEB12A56E8C359F1729F44DD /* Client.swift */, - F7AF984294EC849DC6C9C7C4 /* Server.swift */, - 62A61E872435F58924471D31 /* Test.ice */, - 55085F9A97549394CFD026B6 /* TestI.swift */, - ); - name = acm; - sourceTree = ""; - }; - E2C75096D03A467FF2DB68B7 /* enums */ = { - isa = PBXGroup; - children = ( - BC3DC35F22EE9E9C9B4BB176 /* AllTests.swift */, - 1C76C28FCC88C6C84EFCCBD0 /* Client.swift */, - DD1F0A3B85E7C703B656F50B /* Server.swift */, - 716DB7C607CA120F7407022D /* Test.ice */, - BBB75B8D55DDA16960177189 /* TestI.swift */, - ); - name = enums; - sourceTree = ""; - }; - E4B7F599D449A5F6A3224A2F /* IceLocatorDiscovery */ = { - isa = PBXGroup; - children = ( - 47C76C71FAF5177CE46CD3A6 /* IceLocatorDiscovery.ice */, - ); - name = IceLocatorDiscovery; - sourceTree = ""; - }; - F15C905CB42BC3261A5947C5 /* slice */ = { - isa = PBXGroup; - children = ( - 2954FE0766C617A0A50AB153 /* Glacier2 */, - 9C1A17CD0E8467D306B6927B /* Ice */, - 2E501B6FC9C84500B946FA98 /* IceDiscovery */, - FD840516866220AEA21DA14C /* IceGrid */, - E4B7F599D449A5F6A3224A2F /* IceLocatorDiscovery */, - 7543BE265BB5DB13ADA5B2BC /* IceStorm */, - ); - name = slice; - sourceTree = ""; - }; - F1D895EADEA8B7AEEFE4ADBE /* binding */ = { - isa = PBXGroup; - children = ( - 7B839F8BB619665F6310934B /* AllTests.swift */, - 5A864DCFB7D453663CD16FD7 /* Client.swift */, - 99578A940F2AE450A4088200 /* Server.swift */, - 31A7531BFE63552977BE1908 /* Test.ice */, - 92923B4684A1BF23B89BA01C /* TestI.swift */, - ); - name = binding; - sourceTree = ""; - }; - F2540931AE3E6DE5D924B3A2 /* IceLocatorDiscovery */ = { - isa = PBXGroup; - children = ( - 6B3240DA41D618B1A973AB23 /* PluginI.cpp */, - ); - name = IceLocatorDiscovery; - sourceTree = ""; - }; - FA93554C364A3D8246EC4A47 /* inheritance */ = { - isa = PBXGroup; - children = ( - CC034BBCB34C7182E33E5260 /* AllTests.swift */, - 264D776F123D481FEAD06C14 /* Client.swift */, - 91079E777372B4F182F41A0A /* Collocated.swift */, - F48CF258CC15C9D7DB246467 /* Server.swift */, - 62FEBA73AE042571D01D4F88 /* Test.ice */, - 19266A1DAEA30EF728B73CC3 /* TestI.swift */, - ); - name = inheritance; - sourceTree = ""; - }; - FD01717E3C1F108D0BF0CAC5 /* iOS */ = { - isa = PBXGroup; - children = ( - BE7456538444EC0F07561F0C /* CFNetwork.framework */, - EA63D38F273987B6208237F7 /* ExternalAccessory.framework */, - 8459D7ADBFDA497ADE1E6E69 /* Foundation.framework */, - EA0C9E634315389E93760409 /* PromiseKit.xcframework */, - F32ED048C90725C7C38CC684 /* Security.framework */, - 53899169BFAB829939A10CB9 /* UIKit.framework */, - ); - name = iOS; - sourceTree = ""; - }; - FD8286BE0A069336112BA7F8 /* IceStorm */ = { - isa = PBXGroup; - children = ( - 0B8D9DC9A4A10105943CA252 /* IceStormSwift.h */, - C8EEEFFBAEF23056FD049102 /* Info.plist */, - ); - name = IceStorm; - sourceTree = ""; - }; - FD840516866220AEA21DA14C /* IceGrid */ = { - isa = PBXGroup; - children = ( - 3A3A0B6FB6D6326BBB4971C4 /* Admin.ice */, - 182EAED50584404F22460330 /* Descriptor.ice */, - A8FBA68CBD78E9ADC871C4C5 /* Exception.ice */, - A3D1AE0406A87BA43230C922 /* FileParser.ice */, - 7644F0F2714625FA88C9AD42 /* Registry.ice */, - 8C6C2E58CEE36AE17B95BBDF /* Session.ice */, - 57E9BE44DC6129D6174B2306 /* UserAccountMapper.ice */, - ); - name = IceGrid; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 0634D9BC86B197EFCC8CDB0E /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 10C89778826B0C0BB91E9BC6 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1B2D7D0CD597712FF7B67871 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2719167A458B015D49557716 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D1B35391E8FCD2989699CBA6 /* AdminFacetFactory.h in Headers */, - 5BD577FEA68EF357F3768DDA /* BlobjectFacade.h in Headers */, - D105991EF83EACF61F5208BC /* Communicator.h in Headers */, - CA252256CC2991D092545DBC /* Config.h in Headers */, - 48242D3F8B32E780A6590C31 /* Connection.h in Headers */, - B7FDDD203AA66654A5607812 /* Convert.h in Headers */, - B2304A8CA53E03EBA25BABD0 /* Endpoint.h in Headers */, - F5DCD092A15EABAC72CD123F /* Exception.h in Headers */, - 1AC167753FA5219719B70CD4 /* IceImpl.h in Headers */, - 5AB9FCFBA6E43BABF8FFDAAF /* IceUtil.h in Headers */, - 4F3B2AB9A204D008BD7D8CC8 /* ImplicitContext.h in Headers */, - 9B953359C6EBA787F7BAAB5D /* LocalObject.h in Headers */, - 2C1F210EAFAA586BBBF37B3A /* Logger.h in Headers */, - 8A826F49F5AF070F54B28EFD /* LoggerWrapperI.h in Headers */, - C44BE1C922D3653173116D1A /* ObjectAdapter.h in Headers */, - 6CA1D8BF90A51D369EB4B35C /* ObjectPrx.h in Headers */, - A6379853F830F8DEE339CA2C /* OutputStream.h in Headers */, - 0BBC6D50B04D0B3E9EEECC28 /* Process.h in Headers */, - 8D715640337A72A7BEAFEB1D /* Properties.h in Headers */, - 832ABBB17BD2AFF9D7A6DA06 /* PropertiesAdmin.h in Headers */, - 6C7E660F6F0CFFC90869D97B /* TraceUtil.h in Headers */, - 00AC98F3B5ED9798585C66C8 /* UnsupportedAdminFacet.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2B90F8B4C459B49C79A80DB3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3940C02D995F91447AEF86D6 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ECE0414F228AF7BD0A6CD5BE /* Glacier2Swift.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4276B381C3BD8D8C5F41828A /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 0B21DE753DFDE6AAAFD1C0D3 /* IceGridSwift.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 43F59ECC32ECCFE75BE7A2A5 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 470C12FF538C8ED135C4B638 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - FA555EB54DACFD9D761D6FC4 /* IceStormSwift.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 55DD80E69F422DD4C622B77B /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 720A96257940D9A201712617 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 3BE4D5BF24575AAEBE3DF8E2 /* IceStormSwift.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7F2B895A025ACE2CC4F5E2AF /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D57842885C9223C95EEA23FB /* Glacier2Swift.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A9E1D1783813AA8D71AD2477 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 65D4940FC9BB902571D9532A /* AdminFacetFactory.h in Headers */, - E4CBF5D56D5430BCEA4B2DC7 /* BlobjectFacade.h in Headers */, - 6F9E7F2526BC5685E27886E7 /* Communicator.h in Headers */, - 79AE82DE7DAC903DE3B79A53 /* Config.h in Headers */, - 6E4A3BA74B6C0B8C515FBE71 /* Connection.h in Headers */, - E0151FD5C29B853B09F13A21 /* Convert.h in Headers */, - D344AE565CDA1EFACB3E6D8B /* Endpoint.h in Headers */, - D41482265E25E3510EDA73D9 /* Exception.h in Headers */, - 54A952D6176107F88A3A7926 /* IceImpl.h in Headers */, - A6862F4DD9FC91145AF03E03 /* IceUtil.h in Headers */, - 471CF4BCCA7221350FB4A394 /* ImplicitContext.h in Headers */, - 629135C26A388177FED87458 /* LocalObject.h in Headers */, - 34AE3D7A1AFC7FE7D050AC7E /* Logger.h in Headers */, - 363909CE191EAC8C931EBB56 /* LoggerWrapperI.h in Headers */, - 615412B03C938D55ECFD6A3F /* ObjectAdapter.h in Headers */, - FAD3DE4312F7A038C6DA7C55 /* ObjectPrx.h in Headers */, - 1BD557788BE0E8A43EAAF6A7 /* OutputStream.h in Headers */, - DE6DB9614747B693F25C6D40 /* Process.h in Headers */, - 4752B3E710176FFDC15E4E24 /* Properties.h in Headers */, - 185939E599A86C9FDC28B625 /* PropertiesAdmin.h in Headers */, - 3ECA89212EF43CB58BE25727 /* TraceUtil.h in Headers */, - 5AA856F056E1550F988E598C /* UnsupportedAdminFacet.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C93A6BB4FCF0490E84147E61 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6AA2BC3BBF3D7623E1C0EC49 /* IceSwift.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DE199AD12D7B419440880D24 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E0F69D5BB8272A88BCAA8B51 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 2FB9DBDA7BF6CCBC947CBE28 /* IceGridSwift.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E31CDE4D2F98BABCFCBB0E54 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D725BFF39A8A7D7D356BFB68 /* IceSwift.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F66974C1B19D538A8347A324 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 02BA85F98EB32966A7AA3C21 /* IceRetry iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = DAC003A18A73B54FD01E21B7 /* Build configuration list for PBXNativeTarget "IceRetry iOS" */; - buildPhases = ( - 1A4ACB27A85EFF473C257854 /* Sources */, - 2CED16271A7251484C385690 /* Frameworks */, - A27900851590FFDE252185AB /* Resources */, - ); - buildRules = ( - A2C96297FD91C3D6AF4C2FBC /* PBXBuildRule */, - ); - dependencies = ( - DFCC719F50E4B316FF9F2F55 /* PBXTargetDependency */, - 9C3512FCC97B40E3D8F88C03 /* PBXTargetDependency */, - ); - name = "IceRetry iOS"; - productName = IceRetry; - productReference = 111E017C3F3407C4582DC59A /* IceRetry.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 04ABE78C2D82D8E0F3B6615C /* Ice C++11 macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 9CBEAA1D89D83E1B7344586B /* Build configuration list for PBXNativeTarget "Ice C++11 macOS" */; - buildPhases = ( - 1B2D7D0CD597712FF7B67871 /* Headers */, - CCD5534F46DBEDD9928F2800 /* Sources */, - 97F410FDB59D1A621BEC3DF3 /* Frameworks */, - ); - buildRules = ( - BFC94219BCB3D687503034E4 /* PBXBuildRule */, - ); - dependencies = ( - ); - name = "Ice C++11 macOS"; - productName = "Ice C++11 macOS"; - productReference = 952160511B9A724C82F64990 /* libIce C++11 macOS.a */; - productType = "com.apple.product-type.library.static"; - }; - 08C942FD89E4D9E7FA113627 /* IceServantLocator iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 6E9AE200122845A170FA96E8 /* Build configuration list for PBXNativeTarget "IceServantLocator iOS" */; - buildPhases = ( - C9BC85A39F6E524BDBD6DBE5 /* Sources */, - 117D55DE7670DA2B05A6D64D /* Frameworks */, - 2536391E9CEBD069A43C9DCB /* Resources */, - ); - buildRules = ( - E8B58B8D847476D4C18DA988 /* PBXBuildRule */, - ); - dependencies = ( - 9B7DC02499B2C036C616A166 /* PBXTargetDependency */, - C66718354985552446A566E6 /* PBXTargetDependency */, - ); - name = "IceServantLocator iOS"; - productName = IceServantLocator; - productReference = 1E6FDC3649CBA1598EAEBEA0 /* IceServantLocator.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 0A757D8B307D80F7BD3C5017 /* IceAmi macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = AA28C8DA746390B23C998CD3 /* Build configuration list for PBXNativeTarget "IceAmi macOS" */; - buildPhases = ( - 995AC1FE963E60344D4CC2E8 /* Sources */, - B55FDCB5E4F9CA0785C2645B /* Frameworks */, - 00249416E2CBA5788010C2D1 /* Resources */, - ); - buildRules = ( - 0551E50A64EA50DF215E7B90 /* PBXBuildRule */, - ); - dependencies = ( - 27AA1C0790CF7A8B2557983B /* PBXTargetDependency */, - B04DB607E476251755885F9E /* PBXTargetDependency */, - ); - name = "IceAmi macOS"; - productName = IceAmi; - productReference = 2EB8E16DCE315D105EBA63E6 /* IceAmi.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 0EDA203583B355501DD47E73 /* IceSSLConfiguration iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = FC10685FF608E313BEC22C18 /* Build configuration list for PBXNativeTarget "IceSSLConfiguration iOS" */; - buildPhases = ( - 6EF6C9E40D191F808F0F1E64 /* Sources */, - 7F9E1AD9DD8D88862F46796A /* Frameworks */, - 14A18AC2A5DAEEEB9691D1E2 /* Resources */, - ); - buildRules = ( - 3DBFD7E2771A196AFF654CED /* PBXBuildRule */, - ); - dependencies = ( - 4D3889E084E8D41CA4DEDB01 /* PBXTargetDependency */, - 384F9D5525DDD9DA5F2BDCB1 /* PBXTargetDependency */, - ); - name = "IceSSLConfiguration iOS"; - productName = IceSSLConfiguration; - productReference = 8425D2B0B3D5867C0C9F3351 /* IceSSLConfiguration.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 10E56726E39C8E4E56D51BC4 /* IceInfo macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7171AF48EFEC75029772E593 /* Build configuration list for PBXNativeTarget "IceInfo macOS" */; - buildPhases = ( - 582FCE8AE556DA8DA5C41C72 /* Sources */, - 8CA367470D856CD12514BED1 /* Frameworks */, - 645817E1D539571875E0D08C /* Resources */, - ); - buildRules = ( - 077C827730D516B87FCE7C69 /* PBXBuildRule */, - ); - dependencies = ( - 0F10BA3B5220F9FB61BF7D16 /* PBXTargetDependency */, - 67789B7982F0B48D06EC11B0 /* PBXTargetDependency */, - ); - name = "IceInfo macOS"; - productName = IceInfo; - productReference = FF5926EFAECD9C0572AFEE64 /* IceInfo.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 140CB18515FA53ECB140F7CC /* IceServices macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1D4D43FA26654DDFBB6F5AEA /* Build configuration list for PBXNativeTarget "IceServices macOS" */; - buildPhases = ( - 3E9760E37E9F23B4490D30C8 /* Sources */, - 85CF7E25AB6EC680828A8D52 /* Frameworks */, - D4360D6AABCA3914BB60B25E /* Resources */, - ); - buildRules = ( - D520D9B6825B931429E444E7 /* PBXBuildRule */, - ); - dependencies = ( - D3F80F9B28BE6A19F1ACEEA7 /* PBXTargetDependency */, - 542D43169C87228020236E49 /* PBXTargetDependency */, - 0CE7B06C949606A74D76872C /* PBXTargetDependency */, - 1697C65C44B82CBEB265245E /* PBXTargetDependency */, - 6B800448C27AC9995729A2E3 /* PBXTargetDependency */, - ); - name = "IceServices macOS"; - productName = IceServices; - productReference = 76660D1C75C5895B539F597E /* IceServices.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 14535688C6E2E4A839C04451 /* IceLocatorDiscovery C++11 macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = FDD08CA1D9C4CEE1314AB011 /* Build configuration list for PBXNativeTarget "IceLocatorDiscovery C++11 macOS" */; - buildPhases = ( - 2B90F8B4C459B49C79A80DB3 /* Headers */, - 19E8C12591841D5245D5DC13 /* Sources */, - 85D54E0F6421C5110E7CF3B7 /* Frameworks */, - ); - buildRules = ( - B6041BC1A89CDEE8A98E68ED /* PBXBuildRule */, - ); - dependencies = ( - D4B36895492985F143ADF9A5 /* PBXTargetDependency */, - ); - name = "IceLocatorDiscovery C++11 macOS"; - productName = "IceLocatorDiscovery C++11 macOS"; - productReference = 6A510B59CE2B6AA8EFA619EC /* libIceLocatorDiscovery C++11 macOS.a */; - productType = "com.apple.product-type.library.static"; - }; - 16C02D2C934DC57FE079663F /* IceStorm iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 8B6BCE61CD3D67F3E3BD8082 /* Build configuration list for PBXNativeTarget "IceStorm iOS" */; - buildPhases = ( - 470C12FF538C8ED135C4B638 /* Headers */, - DCBD1C7C048C69D71EEC4948 /* Sources */, - 806EB0C01E531EFDADC577DA /* Frameworks */, - 9805238AC059C1F2FF2B8E40 /* Resources */, - ); - buildRules = ( - E280EEDFCE813E0957872778 /* PBXBuildRule */, - ); - dependencies = ( - 4AA57B4CCAFD40B94EB5703C /* PBXTargetDependency */, - ); - name = "IceStorm iOS"; - productName = IceStorm; - productReference = 1124897FAD46E0C20C2CD5AF /* IceStorm.framework */; - productType = "com.apple.product-type.framework"; - }; - 1767B82F1961C76D47FF467B /* IceStream iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 030B0C213166A908514BBEE3 /* Build configuration list for PBXNativeTarget "IceStream iOS" */; - buildPhases = ( - 31CAA11822A27837A20198DD /* Sources */, - 10A9E6818829CF9EAFF1F3CD /* Frameworks */, - 9A06AC974913591F40021183 /* Resources */, - ); - buildRules = ( - 30B5A14F5CA24A6F0DF27B48 /* PBXBuildRule */, - ); - dependencies = ( - 47FE95D45ABA35FC405F49A5 /* PBXTargetDependency */, - 3549A8EFC012523759D7C1B9 /* PBXTargetDependency */, - ); - name = "IceStream iOS"; - productName = IceStream; - productReference = CE7D6C632EB030AE96F5F06C /* IceStream.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 199245355B4B5CD9FF6A6386 /* IceLocation iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7FE01F67067D7142B0CD4F65 /* Build configuration list for PBXNativeTarget "IceLocation iOS" */; - buildPhases = ( - A0A95DA7DA0837299DE560B5 /* Sources */, - 2923CF8B8E12477B3B3F0865 /* Frameworks */, - 44FAD6E0EDAB8E4A1AEE1BF4 /* Resources */, - ); - buildRules = ( - 39E18D979D630330D623018C /* PBXBuildRule */, - ); - dependencies = ( - 4BAC91CC5FEA7F7B16E72836 /* PBXTargetDependency */, - 210D93C5CE1B6BAF8583E68D /* PBXTargetDependency */, - ); - name = "IceLocation iOS"; - productName = IceLocation; - productReference = B7CC3EAFDBBAED579CB65E02 /* IceLocation.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 1F284CA948D007302C982357 /* IceUdp macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3A17E7095AB1ECA3CBAC256C /* Build configuration list for PBXNativeTarget "IceUdp macOS" */; - buildPhases = ( - 0FD557A1D14D0A865ED5A5FD /* Sources */, - F8E7C240ABCB208AF20991BA /* Frameworks */, - 8A0DF499987AFF2D115AEDB4 /* Resources */, - ); - buildRules = ( - D0653608084D464F8B138E2E /* PBXBuildRule */, - ); - dependencies = ( - 78CEFB1A72110EE60FDB3F21 /* PBXTargetDependency */, - 79907CBDE1D21DF4674DCEBB /* PBXTargetDependency */, - ); - name = "IceUdp macOS"; - productName = IceUdp; - productReference = 039BF5E6C32CFEAC7B738A87 /* IceUdp.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 1F99406342A96A78168E74BB /* IceServantLocator macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 0252968214EFD83026C28885 /* Build configuration list for PBXNativeTarget "IceServantLocator macOS" */; - buildPhases = ( - 55EA03F9FF5B5258E2D95203 /* Sources */, - 31FB515E0D1B88401DF0F91E /* Frameworks */, - C20BB80DF8D3029A668ABDCD /* Resources */, - ); - buildRules = ( - C3DBAF4F863DD4BB1DA91BEE /* PBXBuildRule */, - ); - dependencies = ( - 47FB782459BC2150AD05A8C0 /* PBXTargetDependency */, - F63875B0AFF87808BB1D2D7C /* PBXTargetDependency */, - ); - name = "IceServantLocator macOS"; - productName = IceServantLocator; - productReference = 1290DF39C865119AAFCA300B /* IceServantLocator.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 24A0E61D1931744BC729034A /* IceAdmin iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 964D3AF528C6D718B99C4B07 /* Build configuration list for PBXNativeTarget "IceAdmin iOS" */; - buildPhases = ( - 94BA113A33B1F7D930559978 /* Sources */, - E6039FA4196A2B58B28A49CE /* Frameworks */, - 99D63790BA8EFD5298169ADE /* Resources */, - ); - buildRules = ( - F0E6D62A03E1FC5ED137EA52 /* PBXBuildRule */, - ); - dependencies = ( - C2D552543A04BCB1C90C0836 /* PBXTargetDependency */, - F80D78B26EFAE8B8DE4CF68A /* PBXTargetDependency */, - ); - name = "IceAdmin iOS"; - productName = IceAdmin; - productReference = FA6925D0243F823802CF0D97 /* IceAdmin.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 2646D8A7E773E3BDE5BE8E29 /* IceGrid iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = ACACE4173894FFF52EE39DA7 /* Build configuration list for PBXNativeTarget "IceGrid iOS" */; - buildPhases = ( - 4276B381C3BD8D8C5F41828A /* Headers */, - 5ABDC168A46FFCC4BC5DBE83 /* Sources */, - 9F5EBBFEADA209B38F96E7DF /* Frameworks */, - A0BE3341720002992247AA22 /* Resources */, - ); - buildRules = ( - F08D29DD1F607F3A2A0811E1 /* PBXBuildRule */, - ); - dependencies = ( - 3244052F17A2A6DDF30979C1 /* PBXTargetDependency */, - 7C19001548D502798662B0D1 /* PBXTargetDependency */, - ); - name = "IceGrid iOS"; - productName = IceGrid; - productReference = 38BF5DB9B9490714A81542C1 /* IceGrid.framework */; - productType = "com.apple.product-type.framework"; - }; - 26D8717EB0F318653FB9C763 /* SliceEscape iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = E4537A8468EF1FEEE8F8F311 /* Build configuration list for PBXNativeTarget "SliceEscape iOS" */; - buildPhases = ( - 173FACE699124A87E04C914B /* Sources */, - 526A78150CEC0DC513C23FA9 /* Frameworks */, - F159F9E36E629E9BDB80C93E /* Resources */, - ); - buildRules = ( - 6DAC5C185EDE20E713CBDF37 /* PBXBuildRule */, - ); - dependencies = ( - 9E47C0D59B7542553E30A851 /* PBXTargetDependency */, - BAC027B9F32EA0F4AFC54489 /* PBXTargetDependency */, - ); - name = "SliceEscape iOS"; - productName = SliceEscape; - productReference = 0753F097A120485770B9AAA7 /* SliceEscape.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 29279E4ADC71CC6522E7C012 /* IceTimeout iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = F2077D8AD4DFC86DB8B0364B /* Build configuration list for PBXNativeTarget "IceTimeout iOS" */; - buildPhases = ( - 248CDA2D74739565F3521E8E /* Sources */, - 652F989614A0CD7EA9C93857 /* Frameworks */, - 8FCBA1D78694AF810B4FB355 /* Resources */, - ); - buildRules = ( - 1AACFC0222397DAB936D6C48 /* PBXBuildRule */, - ); - dependencies = ( - A82EA4403CC23337135C80BF /* PBXTargetDependency */, - D2E7DBF27809B6A06601A7F6 /* PBXTargetDependency */, - ); - name = "IceTimeout iOS"; - productName = IceTimeout; - productReference = B2C05AE8C73A007F79D23190 /* IceTimeout.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 2997C7A465709CD09CD4C4BB /* IceDefaultServant macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = CB0394D655BA7D9B8142D057 /* Build configuration list for PBXNativeTarget "IceDefaultServant macOS" */; - buildPhases = ( - 37E4B6226FAA627420AD950B /* Sources */, - 9844B33CD363109631307713 /* Frameworks */, - 31C2FA05CB826509E9A74215 /* Resources */, - ); - buildRules = ( - A15C5680CB5FEA04C8581ED9 /* PBXBuildRule */, - ); - dependencies = ( - 949E14996BB86EA14239E327 /* PBXTargetDependency */, - B49EAB63D6E9C34958A5D033 /* PBXTargetDependency */, - ); - name = "IceDefaultServant macOS"; - productName = IceDefaultServant; - productReference = 6773D68D1A68AE755B5B28D3 /* IceDefaultServant.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 2A0224A2EFBB3E87655C351C /* IceInfo iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 6B982611FF349CB1EE5F5CDD /* Build configuration list for PBXNativeTarget "IceInfo iOS" */; - buildPhases = ( - 46E22643788ED3AEF53E2D71 /* Sources */, - 49EB2686A47CA3035B5D5931 /* Frameworks */, - 82ACCDBDF2E388C1E5BB417F /* Resources */, - ); - buildRules = ( - A83197122320D98FEB65A31E /* PBXBuildRule */, - ); - dependencies = ( - 52B1E6A9E6405D07BA0F27F4 /* PBXTargetDependency */, - 2B1B355F21DDF3BE4F41B18B /* PBXTargetDependency */, - ); - name = "IceInfo iOS"; - productName = IceInfo; - productReference = 31CED9038EC89062E2687C72 /* IceInfo.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 2AA26A44152A667D249E2998 /* IceSlicingObjectsAMD macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 6FE087B24FDE257DD79D7A6A /* Build configuration list for PBXNativeTarget "IceSlicingObjectsAMD macOS" */; - buildPhases = ( - 218707E1D04EA9FE5757B1BB /* Sources */, - BF7FE0D35C2CFFCA8AE47C9F /* Frameworks */, - CAF6D72C893C7F92B6DAAA18 /* Resources */, - ); - buildRules = ( - 2CFED10F8D5236F9A148CD79 /* PBXBuildRule */, - ); - dependencies = ( - ); - name = "IceSlicingObjectsAMD macOS"; - productName = IceSlicingObjectsAMD; - productReference = 37BCBC566A446A9FB1903373 /* IceSlicingObjectsAMD.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 2B82F333BA11DB5D8BECDBF6 /* IceInterceptor iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 495A226D42894D7C7C4FB3B2 /* Build configuration list for PBXNativeTarget "IceInterceptor iOS" */; - buildPhases = ( - 13973FD1142BC0EEA74F5791 /* Sources */, - 1FB77E020C94D6255CBA55FA /* Frameworks */, - B6E4731B1043F209970479EE /* Resources */, - ); - buildRules = ( - 55FEE57C03D6A35EA220FDDD /* PBXBuildRule */, - ); - dependencies = ( - D142A33923862678D6C26242 /* PBXTargetDependency */, - 8F7B5636B28615FCF1F89DAB /* PBXTargetDependency */, - ); - name = "IceInterceptor iOS"; - productName = IceInterceptor; - productReference = 417ECCEE604C6E3005DA5A9A /* IceInterceptor.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 31D342F49CC37B0DFA959D8A /* IceInvoke iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = EDCBAD1868C21D4D52A43EC8 /* Build configuration list for PBXNativeTarget "IceInvoke iOS" */; - buildPhases = ( - 3DA0EEE1FC1B570F1658980C /* Sources */, - 283FB009630341DAD17469AC /* Frameworks */, - 2ACCCA73A818191FE00F24F0 /* Resources */, - ); - buildRules = ( - 0B74A63CFEF7DC7B73AFDB43 /* PBXBuildRule */, - ); - dependencies = ( - 33CC3B2171296B8FEE8D9CB0 /* PBXTargetDependency */, - D233CF0851E7A6B017FFAE3C /* PBXTargetDependency */, - ); - name = "IceInvoke iOS"; - productName = IceInvoke; - productReference = AE24775D969D93908EB8704B /* IceInvoke.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 34AC5913121CF6E0F793DEDD /* IceOptional iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3BBD0784B868C9DF93BA087B /* Build configuration list for PBXNativeTarget "IceOptional iOS" */; - buildPhases = ( - 265C5F11C4DF1AC9FCBCABF9 /* Sources */, - B3A87C11E0F7FE17A76F4C35 /* Frameworks */, - A8D0D05355E911E75BA0CA65 /* Resources */, - ); - buildRules = ( - 1FFB7E77246CEEA7A9792AA1 /* PBXBuildRule */, - ); - dependencies = ( - DF3CFD08EEAE5D55AD373E77 /* PBXTargetDependency */, - 5357751A9DD5D2904A7730A7 /* PBXTargetDependency */, - ); - name = "IceOptional iOS"; - productName = IceOptional; - productReference = 60CB9F01352AB79EE50AD568 /* IceOptional.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 3889B46D2FBF6B61B7DA5A5A /* IceDefaultServant iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 349E46BBAA5C23BC49FDDCA7 /* Build configuration list for PBXNativeTarget "IceDefaultServant iOS" */; - buildPhases = ( - 2892793081A78839DF6EC65E /* Sources */, - FC33E14EC639571B6432A1DE /* Frameworks */, - E1C49984FA480B9BCF65FA6B /* Resources */, - ); - buildRules = ( - 5F25180EEEA0D443EA83236C /* PBXBuildRule */, - ); - dependencies = ( - 26273A8A01152B7B735D8E52 /* PBXTargetDependency */, - 09CB6BF22B26F03069623513 /* PBXTargetDependency */, - ); - name = "IceDefaultServant iOS"; - productName = IceDefaultServant; - productReference = F1BA415B45FE40D1AF4C892C /* IceDefaultServant.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 3892B1FD3640020576B40CDA /* TestDriver macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = C22E9D48367DAB854CD8AB46 /* Build configuration list for PBXNativeTarget "TestDriver macOS" */; - buildPhases = ( - D49EE87B9CACBEF092809F3E /* Sources */, - B367B8328583C66CB3B65E11 /* Frameworks */, - 04386FC27D0D00B9F679688A /* Resources */, - E5942E58C8A34C1C4ED4BD5C /* Copy Frameworks */, - 7340F995D6B9555E6836DD71 /* Copy Symbols */, - ); - buildRules = ( - F733CA456DE86E601559E187 /* PBXBuildRule */, - ); - dependencies = ( - F5C06429B5D05FD6F4B92B02 /* PBXTargetDependency */, - BAABD39AF8227DE63E0F15A3 /* PBXTargetDependency */, - 7A1B75A2AFF576862F850EB8 /* PBXTargetDependency */, - 64E2DBD2FB0CF03A0FD858C5 /* PBXTargetDependency */, - CC0059B926218535B5D62531 /* PBXTargetDependency */, - 5FD75BA8D5A7A7C4F0CA3088 /* PBXTargetDependency */, - 1266E8E92D898438FC6EF1B5 /* PBXTargetDependency */, - 5ACD58BB931BA6EFA23D53DA /* PBXTargetDependency */, - 7B2D6496A0B0CA37BC1B1E7A /* PBXTargetDependency */, - F4B3D0B07B15108174A0CC90 /* PBXTargetDependency */, - 26E6A837F9F3EFF049C9A1AA /* PBXTargetDependency */, - 0A91B8A116875CEC970DB85E /* PBXTargetDependency */, - F5787A99C870CB54CFFB2E44 /* PBXTargetDependency */, - 865F09E12BF0AB27BF5FE513 /* PBXTargetDependency */, - 1F96080B43C6108C5BA9A004 /* PBXTargetDependency */, - AEC180946B16CB7D1C4DBF3C /* PBXTargetDependency */, - 5CE3621271F0E4C4F63E9D9D /* PBXTargetDependency */, - 354922DD748FAF19507292F0 /* PBXTargetDependency */, - ED3159A6574CC60DC0FE5C65 /* PBXTargetDependency */, - 0C3850A95834B28C11362CCF /* PBXTargetDependency */, - 167EC68770DCBFC81886B91F /* PBXTargetDependency */, - 67B031B4D8993288C7843E4D /* PBXTargetDependency */, - 2B47301E751C23EFBE4F8294 /* PBXTargetDependency */, - 72746F191DD4652E14575CF6 /* PBXTargetDependency */, - 711D5DEEE06075DDADB72213 /* PBXTargetDependency */, - 83E58029B07ED33EB879DB29 /* PBXTargetDependency */, - 32A9B8CD1DF556B5E5C61FE8 /* PBXTargetDependency */, - 9E82D85D6E5E2CBF7F61188A /* PBXTargetDependency */, - 443E309CCEBA2F5B1649F301 /* PBXTargetDependency */, - D6016936626FCA5F3921E496 /* PBXTargetDependency */, - BBE4C6AFCAA0609900EA9E58 /* PBXTargetDependency */, - E982B85311CB453D092BF136 /* PBXTargetDependency */, - A2967B38CF2279E1730A4928 /* PBXTargetDependency */, - 1D0F5F70057CFE956BCE3C98 /* PBXTargetDependency */, - E0CCA65D2B58CB8992CA6CBA /* PBXTargetDependency */, - 996596739BF001F14B815636 /* PBXTargetDependency */, - 4609D89767C5EC483B2A4EF2 /* PBXTargetDependency */, - BB29484678B4A6BC5EAD1F7C /* PBXTargetDependency */, - BBFC483DC74CA8ED3A565C13 /* PBXTargetDependency */, - 3C571710DABB166F5AB0D497 /* PBXTargetDependency */, - A646BFF2EBABF5DA511E2EA2 /* PBXTargetDependency */, - 7EECA71D1209359102D19880 /* PBXTargetDependency */, - C31F871E6F410119CF66B3AE /* PBXTargetDependency */, - 6473BB2BF839A0C3AA0BBF14 /* PBXTargetDependency */, - ); - name = "TestDriver macOS"; - productName = TestDriver; - productReference = B407E5A8D5B156671264DFC5 /* TestDriver.app */; - productType = "com.apple.product-type.application"; - }; - 38C1EA904D5C3BCB045C88A2 /* IceProxyAMD macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = C987906A8741F66B405FD072 /* Build configuration list for PBXNativeTarget "IceProxyAMD macOS" */; - buildPhases = ( - A3058C0E432687C445899555 /* Sources */, - BBEEFF0A68121EE4209D00C8 /* Frameworks */, - 8A838501F68B8A18D5BAAD6F /* Resources */, - ); - buildRules = ( - D29588E5F45CCE70DBFAC56B /* PBXBuildRule */, - ); - dependencies = ( - ); - name = "IceProxyAMD macOS"; - productName = IceProxyAMD; - productReference = 521B530EB810B4F3FDF103AE /* IceProxyAMD.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 3AA88FF2CD4BC207F3E38A68 /* IceDiscovery C++11 macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3A6B018810B2355184BFADD6 /* Build configuration list for PBXNativeTarget "IceDiscovery C++11 macOS" */; - buildPhases = ( - 10C89778826B0C0BB91E9BC6 /* Headers */, - 845DA976F8C240ED749F0993 /* Sources */, - E7CE9EAD6B41D15F33A3BC5F /* Frameworks */, - ); - buildRules = ( - E05FAD6A4F0429D09796CA8D /* PBXBuildRule */, - ); - dependencies = ( - 2C35865548487819E61CD5C5 /* PBXTargetDependency */, - ); - name = "IceDiscovery C++11 macOS"; - productName = "IceDiscovery C++11 macOS"; - productReference = B01C28336B07FA327829314A /* libIceDiscovery C++11 macOS.a */; - productType = "com.apple.product-type.library.static"; - }; - 3CB27B168E65D6B824278AE1 /* IceSlicingExceptionsAMD iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 8604BB88AF7054188522024C /* Build configuration list for PBXNativeTarget "IceSlicingExceptionsAMD iOS" */; - buildPhases = ( - 3584EB0EDCF9EF8FBFAECDD6 /* Sources */, - 97EED2E3C98D3F5AF3A1552A /* Frameworks */, - 69FCFDD29309F0532D39A5B8 /* Resources */, - ); - buildRules = ( - 8C41009A1CF692F8BB063584 /* PBXBuildRule */, - ); - dependencies = ( - ); - name = "IceSlicingExceptionsAMD iOS"; - productName = IceSlicingExceptionsAMD; - productReference = 6407F8C33CF3719F6547CE3E /* IceSlicingExceptionsAMD.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 3E69BE60A2C26A59EEE938DC /* IceScope iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1436FED26E53A492AD49A198 /* Build configuration list for PBXNativeTarget "IceScope iOS" */; - buildPhases = ( - 7DB0956D51347FF877757F6F /* Sources */, - 081D5E6091599199E20BCD0C /* Frameworks */, - 33770904A4C0961541E60453 /* Resources */, - ); - buildRules = ( - 0DD9AD4A7BD828C8FD11AB79 /* PBXBuildRule */, - ); - dependencies = ( - 5268EA67DC169DE818CC8F75 /* PBXTargetDependency */, - 932568BF537D0E9CF04A3F73 /* PBXTargetDependency */, - ); - name = "IceScope iOS"; - productName = IceScope; - productReference = E4E970020786C4F7F72C5207 /* IceScope.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 41AF2CA6936313B5E6F391BD /* IceHold macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7132AA38811E7617A47E8634 /* Build configuration list for PBXNativeTarget "IceHold macOS" */; - buildPhases = ( - 18C14F16D15E4A694293DE19 /* Sources */, - E407893EB03864C359677FAF /* Frameworks */, - 176FF9306341735D2EE9CC58 /* Resources */, - ); - buildRules = ( - 24F2F01F8EEF2C4CB373FCC8 /* PBXBuildRule */, - ); - dependencies = ( - 43B165872B3B751A3C828633 /* PBXTargetDependency */, - 4A6A04D7D9C890A5021B5F52 /* PBXTargetDependency */, - ); - name = "IceHold macOS"; - productName = IceHold; - productReference = 9F9C864BECBB215D589B5735 /* IceHold.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 4434399DDA0D789BDAB8EDCF /* IceLocation macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 99C7AB75CFB58B2BC9CB54D3 /* Build configuration list for PBXNativeTarget "IceLocation macOS" */; - buildPhases = ( - 546286E57A4EAA9483C1EB73 /* Sources */, - 4D5DE839DBEF6FE4290079E4 /* Frameworks */, - F976B27FF94759CC796E9973 /* Resources */, - ); - buildRules = ( - 810C7830E1344D941EEAB39F /* PBXBuildRule */, - ); - dependencies = ( - 8DE1D2AFA66323BE0D6830F2 /* PBXTargetDependency */, - DFEB9FEAE6481E1DA65CE2CA /* PBXTargetDependency */, - ); - name = "IceLocation macOS"; - productName = IceLocation; - productReference = 7C3AA0639A1EDE5ADB774E21 /* IceLocation.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 45549440E1718C4D35E63237 /* IceAcm macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = CA5A320E5664C9BFB05772CE /* Build configuration list for PBXNativeTarget "IceAcm macOS" */; - buildPhases = ( - 33B1F7E1237A46BE66481B63 /* Sources */, - B3650CA7FFEC001254FF4F90 /* Frameworks */, - 9949AEEBED679581FE7A8844 /* Resources */, - ); - buildRules = ( - E47B28EC2F168D6E639FF7A1 /* PBXBuildRule */, - ); - dependencies = ( - DE3CF6E0EBAC74076AF0320E /* PBXTargetDependency */, - D8350F0624357AEB979D0135 /* PBXTargetDependency */, - ); - name = "IceAcm macOS"; - productName = IceAcm; - productReference = EF8280C5D17209751E14553C /* IceAcm.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 46452DCDFFD6A246079637CB /* IceAcm iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 2E5E382C433373FE08562DEC /* Build configuration list for PBXNativeTarget "IceAcm iOS" */; - buildPhases = ( - AD531935AFAD1531570A2E88 /* Sources */, - 204A198613FC71122473A254 /* Frameworks */, - 15D54B7AE2BF490CE5C78C8D /* Resources */, - ); - buildRules = ( - AB287FBAF4C96D37FAD92AA5 /* PBXBuildRule */, - ); - dependencies = ( - 5FF97F04EC1FEDE3204B0343 /* PBXTargetDependency */, - A3FCCE06FBBB03C015426F21 /* PBXTargetDependency */, - ); - name = "IceAcm iOS"; - productName = IceAcm; - productReference = 8629DC53723BDBF2B619738A /* IceAcm.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 49D15054211B9CC6B08CB18E /* IceDiscovery C++11 iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 0157127A05BBD04C218262B0 /* Build configuration list for PBXNativeTarget "IceDiscovery C++11 iOS" */; - buildPhases = ( - 43F59ECC32ECCFE75BE7A2A5 /* Headers */, - EDA094C1C4131E1A673E1E38 /* Sources */, - 7C6CDCE57D922E0B787A535D /* Frameworks */, - ); - buildRules = ( - 7307596D8EA316DB28CCD79D /* PBXBuildRule */, - ); - dependencies = ( - CC6BBD2AB5F9CC06D02D249D /* PBXTargetDependency */, - ); - name = "IceDiscovery C++11 iOS"; - productName = "IceDiscovery C++11 iOS"; - productReference = EEE2D909D236CA9996023106 /* libIceDiscovery C++11 iOS.a */; - productType = "com.apple.product-type.library.static"; - }; - 4CDAAF1A166952EC0C4E0BF1 /* IceImpl iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 0EFEF1D7EBC06BC77FD52F2A /* Build configuration list for PBXNativeTarget "IceImpl iOS" */; - buildPhases = ( - 2719167A458B015D49557716 /* Headers */, - B07361FD04E0EB287FC02C73 /* Sources */, - 2DD679EBE33EA28973E97CE2 /* Frameworks */, - B9EEF1A7005854C201330A1B /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 7051368F9D3D1E5E3808805C /* PBXTargetDependency */, - 4B02A11F530EE883CB2578B8 /* PBXTargetDependency */, - 526B313AFAD59FA551C9CD53 /* PBXTargetDependency */, - ); - name = "IceImpl iOS"; - productName = IceImpl; - productReference = 550E7CC0FD0E1918D7A9AB38 /* IceImpl.framework */; - productType = "com.apple.product-type.framework"; - }; - 529314BF4173169E9CB2F36B /* IceProperties macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 71D9586CD06D3A7AA552F80B /* Build configuration list for PBXNativeTarget "IceProperties macOS" */; - buildPhases = ( - E078DD2EC4116147822ECE01 /* Sources */, - E572B71F7B0310B0FBB5FA3F /* Frameworks */, - 46F2D21F2C7973E5E24B0A4F /* Resources */, - ); - buildRules = ( - 5D73B5413A7BCE0557AE9728 /* PBXBuildRule */, - ); - dependencies = ( - 6C3562F7E1400576B368712F /* PBXTargetDependency */, - B8F1E89B87825266C11A5519 /* PBXTargetDependency */, - ); - name = "IceProperties macOS"; - productName = IceProperties; - productReference = B678281893C42981DD91CE27 /* IceProperties.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 57285D8128490A28FD5E1EA9 /* IceSlicingExceptions macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = F0F1827DA5AFDAEAA66F8225 /* Build configuration list for PBXNativeTarget "IceSlicingExceptions macOS" */; - buildPhases = ( - DD87BBC707D274A0611EB50F /* Sources */, - 62093BE74F53D2410F354FB3 /* Frameworks */, - 89EF7AC17461C4496796E470 /* Resources */, - ); - buildRules = ( - B5C29E2549BA405D43648364 /* PBXBuildRule */, - ); - dependencies = ( - B7F7351D814B5FBA1FFC8E3D /* PBXTargetDependency */, - 416FAFE324EDB70B39EEAAC5 /* PBXTargetDependency */, - ); - name = "IceSlicingExceptions macOS"; - productName = IceSlicingExceptions; - productReference = 52D616F0A4C2D7002EE8EE6C /* IceSlicingExceptions.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 57D39C477D54466601C5A786 /* IceExceptionsAMD iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 77CF292B6405CD9DC50E55F1 /* Build configuration list for PBXNativeTarget "IceExceptionsAMD iOS" */; - buildPhases = ( - 6881CCF877304AB0D49EFF21 /* Sources */, - 770D467AAF89E88EF37AD409 /* Frameworks */, - E8EDBAF10EC32B268285C51B /* Resources */, - ); - buildRules = ( - 789DE5283B32D8F2E82D7F99 /* PBXBuildRule */, - ); - dependencies = ( - ); - name = "IceExceptionsAMD iOS"; - productName = IceExceptionsAMD; - productReference = 0443C0420CF9B9FDB9AE0E48 /* IceExceptionsAMD.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 5A26265E443FF04358AE528C /* IceExceptions macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 949317B550B1B1AFD92D0533 /* Build configuration list for PBXNativeTarget "IceExceptions macOS" */; - buildPhases = ( - 830352D57BA099B4E44F02B4 /* Sources */, - 17C34293249186306E0389C9 /* Frameworks */, - CFB4DD62C76CB41C892AE89E /* Resources */, - ); - buildRules = ( - E793AF98611243937E18BDDA /* PBXBuildRule */, - ); - dependencies = ( - 65F8D90FAF604B13E5D29075 /* PBXTargetDependency */, - 26E5DD3BEB852EE4C8DB3FF6 /* PBXTargetDependency */, - ); - name = "IceExceptions macOS"; - productName = IceExceptions; - productReference = ED0D8471106CE1DAD728538A /* IceExceptions.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 5DA5602D00AE3159023AFB5D /* Ice C++11 iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 163A2F3CF4F68749AD6BE907 /* Build configuration list for PBXNativeTarget "Ice C++11 iOS" */; - buildPhases = ( - F66974C1B19D538A8347A324 /* Headers */, - A2CDC7AD3288B99AD16BB1FF /* Sources */, - 62FA6B43A012A2B27F747639 /* Frameworks */, - ); - buildRules = ( - 1B80CF27C9EDFA2D30FC4E48 /* PBXBuildRule */, - ); - dependencies = ( - ); - name = "Ice C++11 iOS"; - productName = "Ice C++11 iOS"; - productReference = E47A14897F2C93447F45EFCA /* libIce C++11 iOS.a */; - productType = "com.apple.product-type.library.static"; - }; - 60F33D27C2F25EAA1C58217D /* IceInterceptor macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = FB60A0B415E9E347AA1E331F /* Build configuration list for PBXNativeTarget "IceInterceptor macOS" */; - buildPhases = ( - 52C2BC3F393D4B071AB4DA50 /* Sources */, - CD976712DDCAA3224E58C775 /* Frameworks */, - 5DF156CE3B2ABCC95441BD48 /* Resources */, - ); - buildRules = ( - 5783A48558F7B1883496DAAB /* PBXBuildRule */, - ); - dependencies = ( - 6C22381685946362D296DF7C /* PBXTargetDependency */, - 4433B6BB516D59984B87129C /* PBXTargetDependency */, - ); - name = "IceInterceptor macOS"; - productName = IceInterceptor; - productReference = AE9FF7D3CCA47C89D218FFEE /* IceInterceptor.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 615480D42FAF508D7F8AA5BC /* IceOperations macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 0DB26316D880D79A043C8220 /* Build configuration list for PBXNativeTarget "IceOperations macOS" */; - buildPhases = ( - CEB3403D6F5A44E1997D8B37 /* Sources */, - 170FE239220FCD1C495B6CAF /* Frameworks */, - 29CA8F0C27AFBB27B927F33D /* Resources */, - ); - buildRules = ( - 04DD2A095C30642B8CC50942 /* PBXBuildRule */, - ); - dependencies = ( - A7B3E8467799D00673BAB97C /* PBXTargetDependency */, - 2C75679E47BB1A606F96DE00 /* PBXTargetDependency */, - ); - name = "IceOperations macOS"; - productName = IceOperations; - productReference = 6629A6F5DD07DBEF2C036E46 /* IceOperations.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 627EF9C25191013A38BA3C83 /* IceDefaultValue macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = E9A35DA707780FA15F886576 /* Build configuration list for PBXNativeTarget "IceDefaultValue macOS" */; - buildPhases = ( - 22D72A154B099999DA6C2B6B /* Sources */, - DCCA52359AA036281A864758 /* Frameworks */, - 0CCFF48ADFA73FF91C03C2AE /* Resources */, - ); - buildRules = ( - 095881B07F194A8C319DABAE /* PBXBuildRule */, - ); - dependencies = ( - 6FC6EC1890665DCEAC5A5727 /* PBXTargetDependency */, - 054A49A3CE39EC48F11E8672 /* PBXTargetDependency */, - ); - name = "IceDefaultValue macOS"; - productName = IceDefaultValue; - productReference = 3D9AB0F6AC4AB0F35FE74791 /* IceDefaultValue.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 696D6136245EB191F3A59E1A /* IceLocatorDiscovery C++11 iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 4C8BEDE4F71178624F9BDD5D /* Build configuration list for PBXNativeTarget "IceLocatorDiscovery C++11 iOS" */; - buildPhases = ( - 55DD80E69F422DD4C622B77B /* Headers */, - 96349055B134C09EFCC26C32 /* Sources */, - C446E0776A800C79B6069B3A /* Frameworks */, - ); - buildRules = ( - 0D054AEC1F4A7E0B48A26195 /* PBXBuildRule */, - ); - dependencies = ( - E570FFFC1A885690A46C20BF /* PBXTargetDependency */, - ); - name = "IceLocatorDiscovery C++11 iOS"; - productName = "IceLocatorDiscovery C++11 iOS"; - productReference = 8C01588ADEBCFAC81EF7766F /* libIceLocatorDiscovery C++11 iOS.a */; - productType = "com.apple.product-type.library.static"; - }; - 737F194EFAAE24FEE20C5FF6 /* IceSlicingExceptions iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = E9970C605E8859BAAB002530 /* Build configuration list for PBXNativeTarget "IceSlicingExceptions iOS" */; - buildPhases = ( - BAED5288881D9007CA76557B /* Sources */, - CDDC0380D0A062DCEB6F87F7 /* Frameworks */, - 7CE86B1B003D237CB5820E37 /* Resources */, - ); - buildRules = ( - 4482E372EED1C565C507D1FC /* PBXBuildRule */, - ); - dependencies = ( - 07C6F7B220C492E23B1C0018 /* PBXTargetDependency */, - 1E5528ACD23F1444C341E3B9 /* PBXTargetDependency */, - ); - name = "IceSlicingExceptions iOS"; - productName = IceSlicingExceptions; - productReference = 6E87C9E4A4FD2945C3A68008 /* IceSlicingExceptions.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 7C5D25F9DE7921A57B72E85F /* IceOptionalAMD macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 9D893DF6CA15F319D4C37CFE /* Build configuration list for PBXNativeTarget "IceOptionalAMD macOS" */; - buildPhases = ( - DD7D82133E5ABDF91FA82F91 /* Sources */, - 7E2EB1E4DC8F28640470290A /* Frameworks */, - 25B07D3C764D35EFC9ED3D9C /* Resources */, - ); - buildRules = ( - CF57F7A5BBC6CA2B030C30FE /* PBXBuildRule */, - ); - dependencies = ( - ); - name = "IceOptionalAMD macOS"; - productName = IceOptionalAMD; - productReference = 4E225F52C80B142297214C92 /* IceOptionalAMD.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 7EB54A3072775CD2177DC7A7 /* IceExceptions iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = FC9F6692633CE8F5DEDAF0AB /* Build configuration list for PBXNativeTarget "IceExceptions iOS" */; - buildPhases = ( - 69743D90DF5C84F3D4D5CC5C /* Sources */, - 0C1567231CCF603369BE0A1A /* Frameworks */, - 2FDF2B1CF306F17449F96305 /* Resources */, - ); - buildRules = ( - F3441C411E476AFB3E7F2708 /* PBXBuildRule */, - ); - dependencies = ( - 69964E7848A218E1DEDFC2E0 /* PBXTargetDependency */, - 80415BFA23B5F71708C31594 /* PBXTargetDependency */, - ); - name = "IceExceptions iOS"; - productName = IceExceptions; - productReference = D30F73A7A6497E2340EAC041 /* IceExceptions.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 7F56B76EDE89B9AC6AF088FF /* TestDriver iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 69B629EDFCB8FBDE7E173C34 /* Build configuration list for PBXNativeTarget "TestDriver iOS" */; - buildPhases = ( - A567673057B52D283B55DAEB /* Sources */, - A2C34056BCFA8E0038DD79A4 /* Frameworks */, - 0705EAB86A24010E8A8BB2E0 /* Resources */, - A1C4BAC4C5B1AD05F298379D /* Copy Frameworks */, - 78E695ABEF856CFDE7F09489 /* Copy Symbols */, - ); - buildRules = ( - AA0194279C077D1EEAC56FDD /* PBXBuildRule */, - ); - dependencies = ( - 8013596BF0B6673017AE9925 /* PBXTargetDependency */, - CB8F434183D2935509B39B0B /* PBXTargetDependency */, - 6A2AD27DCD8B5B2CB05083E8 /* PBXTargetDependency */, - 7AB9AFA228B9357774F00016 /* PBXTargetDependency */, - 7448C1D149CBF37D898D6415 /* PBXTargetDependency */, - C5F9CCC0B291D8A268473F19 /* PBXTargetDependency */, - 7C885D4DC1517A39B6AAEC36 /* PBXTargetDependency */, - 56AD4C9FBA4453BBCDDD0875 /* PBXTargetDependency */, - B013408EC0683BA8E33F05B2 /* PBXTargetDependency */, - C3351F650DE37970BEF63E6A /* PBXTargetDependency */, - 769B73A0D383FE05DBB7FFD5 /* PBXTargetDependency */, - 6DF06C963636C427AF40A926 /* PBXTargetDependency */, - 2E2365AC0BDC8918C91F15F3 /* PBXTargetDependency */, - 2F831D8CEE40F51B9F617D79 /* PBXTargetDependency */, - 02AE090786CAF2F25D18C7B7 /* PBXTargetDependency */, - C17DD2C1DFB44F065EB562D7 /* PBXTargetDependency */, - 75FF220CA1125F22FF50CA9C /* PBXTargetDependency */, - 9D410204734AAA73906D3161 /* PBXTargetDependency */, - 25FB548EF674C7A8DC71D534 /* PBXTargetDependency */, - C3E08614742AB34ACA072519 /* PBXTargetDependency */, - 50D2263AAB01A82D88D338AC /* PBXTargetDependency */, - 6339F28A779A84F57105BBD3 /* PBXTargetDependency */, - 3A6302D4E95736627714E1FF /* PBXTargetDependency */, - 2B09BB6A39751A23449D1194 /* PBXTargetDependency */, - A98F664C6659C5CD598BB15B /* PBXTargetDependency */, - F63FD1480C3C24B34EFB7031 /* PBXTargetDependency */, - 73508A1A1B56CD95DCCF893E /* PBXTargetDependency */, - 6550E774623793A73ACDD4EE /* PBXTargetDependency */, - A8ECDEF5B6890C8F5A429DE1 /* PBXTargetDependency */, - F605D9358858CD7019AEB782 /* PBXTargetDependency */, - E8DCDF71A89FC57000D3C535 /* PBXTargetDependency */, - 5065DF2B0375FBEBBB2201BC /* PBXTargetDependency */, - 225C8AA1BDF53746F19E059E /* PBXTargetDependency */, - 07A546A6D38DEE5AB3BCB897 /* PBXTargetDependency */, - 13EC7376399917A6F4985F30 /* PBXTargetDependency */, - 505B7DE87463FDA5DDC46ED5 /* PBXTargetDependency */, - 618D3972916FA254B26E328E /* PBXTargetDependency */, - C3EC146D2A7DB317B4C97D58 /* PBXTargetDependency */, - 0FAE2DBE27D95467C3AFB46D /* PBXTargetDependency */, - D00A8B60DC6109E22F68E856 /* PBXTargetDependency */, - FC4E19EC147DD39FF5EF2979 /* PBXTargetDependency */, - 6A5B13C3D4BF44CF6DE975DE /* PBXTargetDependency */, - BD80C5D9BB72B119C04283F1 /* PBXTargetDependency */, - 0DA5BDF460102F04C8CC3A5E /* PBXTargetDependency */, - ); - name = "TestDriver iOS"; - productName = TestDriver; - productReference = 84A4B98757E5D39A8CF508CD /* TestDriver.app */; - productType = "com.apple.product-type.application"; - }; - 84AAA301C5D3AF97E6828B9A /* IceBinding macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7D856E3928914BABAE964FDB /* Build configuration list for PBXNativeTarget "IceBinding macOS" */; - buildPhases = ( - 0507ED7DC9A273C797301292 /* Sources */, - 6756B0801AFD5646083EA47D /* Frameworks */, - DFC737F81493E7E2EC57A008 /* Resources */, - ); - buildRules = ( - 6133AC6D17A3CADA95DE2E9E /* PBXBuildRule */, - ); - dependencies = ( - 17D6FC07049104A3479EE431 /* PBXTargetDependency */, - 8E5E9DF78C4648D714DEA913 /* PBXTargetDependency */, - ); - name = "IceBinding macOS"; - productName = IceBinding; - productReference = ACB54D91532B125D146C8F52 /* IceBinding.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 8C1035C93AB58A55E8EB9B9D /* IceFacets iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = A49FFB8AF3A3C860FD54F46E /* Build configuration list for PBXNativeTarget "IceFacets iOS" */; - buildPhases = ( - 8BFD07AA3DE581D8525A1964 /* Sources */, - DDF270C3F565AB7125102577 /* Frameworks */, - 3E9E75D6C36A2F07BC6E7AE7 /* Resources */, - ); - buildRules = ( - 9F18FE1BE5E937D9A29A0AFC /* PBXBuildRule */, - ); - dependencies = ( - 33A8D8114126AA8536176F9A /* PBXTargetDependency */, - 7F1CBFCEDFF7592299B8E767 /* PBXTargetDependency */, - ); - name = "IceFacets iOS"; - productName = IceFacets; - productReference = 40A8549E2D87C0E0C7322954 /* IceFacets.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 8D4D7F1ABB790FA722EC7917 /* IceOperationsAMD macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = A058B15145DAA4177378CA84 /* Build configuration list for PBXNativeTarget "IceOperationsAMD macOS" */; - buildPhases = ( - 1B076AF33AFF242A2B16A9C1 /* Sources */, - 8BA7996027CFD288252705D0 /* Frameworks */, - CDE3F0985B68C0FC552B3BC2 /* Resources */, - ); - buildRules = ( - CAB49F048B30B609375CB071 /* PBXBuildRule */, - ); - dependencies = ( - ); - name = "IceOperationsAMD macOS"; - productName = IceOperationsAMD; - productReference = 3660CBA3E7714EF6A750EB80 /* IceOperationsAMD.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 8E4EE2567B3C187D2F9C1173 /* IceDefaultValue iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 2D0CF23009F00A73CEFE08EE /* Build configuration list for PBXNativeTarget "IceDefaultValue iOS" */; - buildPhases = ( - 543F29EC36AD500F2D82AE88 /* Sources */, - 15F0EFA54A71375556FA69E5 /* Frameworks */, - 9A31D72BCAFB8223D5072024 /* Resources */, - ); - buildRules = ( - 3BD71B5D8FE7BB861E7735DA /* PBXBuildRule */, - ); - dependencies = ( - 28FCEC4C8FBAE8C9D638AE3A /* PBXTargetDependency */, - 5DAF9558BD888A9BA538C325 /* PBXTargetDependency */, - ); - name = "IceDefaultValue iOS"; - productName = IceDefaultValue; - productReference = 8A39FB52971B8BCC7CD607F3 /* IceDefaultValue.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 8F11329102906B0FE306EF9C /* IceFacets macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = D0AA8018E3D1C21DC2A00EBC /* Build configuration list for PBXNativeTarget "IceFacets macOS" */; - buildPhases = ( - C69B92D8253CAABE1A233CD6 /* Sources */, - ABCA9F03D86E6110D1859173 /* Frameworks */, - EDFF44A5412FA135B91D14CA /* Resources */, - ); - buildRules = ( - EA835B94D979E1CCBE4F9FE8 /* PBXBuildRule */, - ); - dependencies = ( - 67AC6E75E00A1CF41A8FACF7 /* PBXTargetDependency */, - D10918C649245B16EDE14174 /* PBXTargetDependency */, - ); - name = "IceFacets macOS"; - productName = IceFacets; - productReference = 75539742281DFE7E4DC5F602 /* IceFacets.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 915EFEBB1B2962C505C96286 /* IceProxy macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 24D42F76DBAE051B1B76F4CE /* Build configuration list for PBXNativeTarget "IceProxy macOS" */; - buildPhases = ( - 99FEE7D269C10FAC6C445165 /* Sources */, - C34E0052B14CF37479E06DB4 /* Frameworks */, - 90133F3A21FECA0B03CCFEEB /* Resources */, - ); - buildRules = ( - A2A2429F3D4DAF10B23E4547 /* PBXBuildRule */, - ); - dependencies = ( - 563C4F9E29E7516CE8B3250D /* PBXTargetDependency */, - 58136F1BADC3144165D815F6 /* PBXTargetDependency */, - ); - name = "IceProxy macOS"; - productName = IceProxy; - productReference = 0E8CA41CAED77683EB6C5E74 /* IceProxy.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 983596DE8C0BFB636571955C /* IceSlicingObjectsAMD iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 2D0A6566A0B9851960104854 /* Build configuration list for PBXNativeTarget "IceSlicingObjectsAMD iOS" */; - buildPhases = ( - E5D35452D06C65272699DA6D /* Sources */, - 0F7A2524B0DFD0F27C624F7D /* Frameworks */, - B816B0D1F00E0B08AA31D24F /* Resources */, - ); - buildRules = ( - 4C438A06989C337A19D68472 /* PBXBuildRule */, - ); - dependencies = ( - ); - name = "IceSlicingObjectsAMD iOS"; - productName = IceSlicingObjectsAMD; - productReference = 20323F0CD7B9AE4569FF4757 /* IceSlicingObjectsAMD.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 993C3F64323081AD7846C3D1 /* IceScope macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = EDC6890C79963D7F1EC96376 /* Build configuration list for PBXNativeTarget "IceScope macOS" */; - buildPhases = ( - D47795DE45B565BDB964B23A /* Sources */, - EB9BC4C9F2A7DE2A7357AC51 /* Frameworks */, - 79CC6A7CE74376C9DA437F49 /* Resources */, - ); - buildRules = ( - 76F11CBA37048B7246B4A60D /* PBXBuildRule */, - ); - dependencies = ( - 6869B13D9CCD41CC7B01357D /* PBXTargetDependency */, - 50A1A7D5CE091CCF362A1E0C /* PBXTargetDependency */, - ); - name = "IceScope macOS"; - productName = IceScope; - productReference = 888B3167CD8A4968215F0A38 /* IceScope.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 99D043CF9A0E172FCFC4C4B0 /* IceSlicingObjects iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1B21314EACDD9B26090F7A0D /* Build configuration list for PBXNativeTarget "IceSlicingObjects iOS" */; - buildPhases = ( - A4DF6A87BDB936461A8E9EE1 /* Sources */, - DD1561F5393DB7AF211BE308 /* Frameworks */, - 601E2EE29059F2F14E59D49F /* Resources */, - ); - buildRules = ( - ACD51CF6CDF44362F6898310 /* PBXBuildRule */, - ); - dependencies = ( - 04205069B5145186C7C5AA9A /* PBXTargetDependency */, - 6914D31020D1CBDDF97969C7 /* PBXTargetDependency */, - ); - name = "IceSlicingObjects iOS"; - productName = IceSlicingObjects; - productReference = 86525836B17F14E966E687FC /* IceSlicingObjects.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 9A9DEB6418C9257648D6A235 /* IceAmi iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 0D38EB796BDA440B8E66B871 /* Build configuration list for PBXNativeTarget "IceAmi iOS" */; - buildPhases = ( - 467A92002F81EECEA33D76E6 /* Sources */, - 04BAD54A6C582D75141D296D /* Frameworks */, - A5050AFBE120514A0ADC9678 /* Resources */, - ); - buildRules = ( - EAFC23B13D59F9E878453C48 /* PBXBuildRule */, - ); - dependencies = ( - 416D7FD01A7671C500F22B8D /* PBXTargetDependency */, - 1807BFE7D066FFE825A19EBC /* PBXTargetDependency */, - ); - name = "IceAmi iOS"; - productName = IceAmi; - productReference = 71C738B29B990967A0EC29C9 /* IceAmi.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 9B13B57D40995B5A58986BCF /* IceServantLocatorAMD macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 71C26DB9FF59095377426D7F /* Build configuration list for PBXNativeTarget "IceServantLocatorAMD macOS" */; - buildPhases = ( - C289295116515405522CC64B /* Sources */, - B885FB6DA86044C3C3BD4492 /* Frameworks */, - 1F4534D9B186D114D80E1A4D /* Resources */, - ); - buildRules = ( - 4AC3702FD99D567A5A0C68EE /* PBXBuildRule */, - ); - dependencies = ( - ); - name = "IceServantLocatorAMD macOS"; - productName = IceServantLocatorAMD; - productReference = C1EB023D3B85638F4414F46A /* IceServantLocatorAMD.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 9F3B1821E0C570BF87946D26 /* IceOperationsAMD iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 31B85D81BB3BFAAF230662F4 /* Build configuration list for PBXNativeTarget "IceOperationsAMD iOS" */; - buildPhases = ( - 2727D9A1FC12DB83161640C9 /* Sources */, - 985F505F3ED81C0489D5822C /* Frameworks */, - 738EE344E32D27DDD8864DCD /* Resources */, - ); - buildRules = ( - 8BE4F5636197AF4825C2478E /* PBXBuildRule */, - ); - dependencies = ( - ); - name = "IceOperationsAMD iOS"; - productName = IceOperationsAMD; - productReference = A98619140D09F4A271DA212C /* IceOperationsAMD.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 9F95E6A433F94E974D32566F /* IceTimeout macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = C2937583439E12DEE92C51F2 /* Build configuration list for PBXNativeTarget "IceTimeout macOS" */; - buildPhases = ( - 7374F772E8AC58CBC834E62C /* Sources */, - 3B55A16059E0DFBD64EAF00E /* Frameworks */, - CCF692C86BEC1C923DE75E53 /* Resources */, - ); - buildRules = ( - 3582947254C6A89F45090F31 /* PBXBuildRule */, - ); - dependencies = ( - DFD93F8D96E58582C0022010 /* PBXTargetDependency */, - C1F394080804B49038462DC5 /* PBXTargetDependency */, - ); - name = "IceTimeout macOS"; - productName = IceTimeout; - productReference = 1362916B0814388BFB67F664 /* IceTimeout.bundle */; - productType = "com.apple.product-type.bundle"; - }; - A02AEC1FCAEDD308F0CBDCC6 /* IceStream macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = AD6CB133F0EFD74046390926 /* Build configuration list for PBXNativeTarget "IceStream macOS" */; - buildPhases = ( - DCB1F6BD4F9A4018C16A552A /* Sources */, - DFDF87A72488FB1BE6891D48 /* Frameworks */, - 5021DFECF7C5DA399355C0B8 /* Resources */, - ); - buildRules = ( - CB2D08021681EEEBFDD35666 /* PBXBuildRule */, - ); - dependencies = ( - 17E4AA84E0081A0160F7A22F /* PBXTargetDependency */, - 6904747B72BC3EF7E92C60A6 /* PBXTargetDependency */, - ); - name = "IceStream macOS"; - productName = IceStream; - productReference = 3C8BAD4C851DA28C1DF9F17D /* IceStream.bundle */; - productType = "com.apple.product-type.bundle"; - }; - A1FCF6486037B74ACCD22503 /* IceSlicingObjects macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = D33AE6C245142D0675324FCF /* Build configuration list for PBXNativeTarget "IceSlicingObjects macOS" */; - buildPhases = ( - A302466F7767DAB72EF81826 /* Sources */, - E1FCCD7331B1B2DE7B2A2C81 /* Frameworks */, - 1273645862F6D09B04F6218B /* Resources */, - ); - buildRules = ( - E57C7F4A3075D292175D22FD /* PBXBuildRule */, - ); - dependencies = ( - 1C8C8242D9958C85A81FB707 /* PBXTargetDependency */, - 561BA1C3CB952DA14DB79002 /* PBXTargetDependency */, - ); - name = "IceSlicingObjects macOS"; - productName = IceSlicingObjects; - productReference = FA5ED0AF00325B25AA3D49E3 /* IceSlicingObjects.bundle */; - productType = "com.apple.product-type.bundle"; - }; - A250D484C77105742100E390 /* IceGrid macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 4B428E0CA2D95FAE74B01562 /* Build configuration list for PBXNativeTarget "IceGrid macOS" */; - buildPhases = ( - E0F69D5BB8272A88BCAA8B51 /* Headers */, - EEDCDE710185F3317D468277 /* Sources */, - 1B9E81991548528CE7E8BFBB /* Frameworks */, - 766457EA5472CC3DF57CBF9A /* Resources */, - ); - buildRules = ( - 3AE97D276ED0B4BFE3E8DBCC /* PBXBuildRule */, - ); - dependencies = ( - 16E0DC56003F27C197DA65D1 /* PBXTargetDependency */, - 86F52CD5342C5A5094EBBF81 /* PBXTargetDependency */, - ); - name = "IceGrid macOS"; - productName = IceGrid; - productReference = 4B4F81CBE09B9EC7215B359B /* IceGrid.framework */; - productType = "com.apple.product-type.framework"; - }; - A3B6CDB0CD7C0059D4D3CBF9 /* IceProperties iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 26A74315ED193312D199F3B9 /* Build configuration list for PBXNativeTarget "IceProperties iOS" */; - buildPhases = ( - 2B694C6F4219A83F6C856555 /* Sources */, - C18F8BCB0605A7BBC62E6F05 /* Frameworks */, - 3DBF72A660011E72DE28D7A2 /* Resources */, - ); - buildRules = ( - A1844692DB4E384D1B0AA644 /* PBXBuildRule */, - ); - dependencies = ( - 1164E4382B9F2C4C300A9DAE /* PBXTargetDependency */, - 0356D9257481D2DAC1477D98 /* PBXTargetDependency */, - ); - name = "IceProperties iOS"; - productName = IceProperties; - productReference = 6B7F99C1A7C43654FACDAA54 /* IceProperties.bundle */; - productType = "com.apple.product-type.bundle"; - }; - A4F94E6B42A58EEF0623EC8F /* IceInvoke macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = E038B4B9CC945838CD3D9B02 /* Build configuration list for PBXNativeTarget "IceInvoke macOS" */; - buildPhases = ( - 8B95A794840586734615E96F /* Sources */, - 65807EFDB81EB26FA0B0CEFF /* Frameworks */, - C5D9C8B89F7739DCB786002A /* Resources */, - ); - buildRules = ( - 19382B6CA1842F4A00577156 /* PBXBuildRule */, - ); - dependencies = ( - F328C6236A09249A8325AB66 /* PBXTargetDependency */, - EE4B4058636058A3B8BD22F7 /* PBXTargetDependency */, - ); - name = "IceInvoke macOS"; - productName = IceInvoke; - productReference = 87A3043D1B1B7D7DE0B165C3 /* IceInvoke.bundle */; - productType = "com.apple.product-type.bundle"; - }; - A83EF428E73401A533092DB4 /* TestCommon macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 9199459F36DFC89B49984138 /* Build configuration list for PBXNativeTarget "TestCommon macOS" */; - buildPhases = ( - 0634D9BC86B197EFCC8CDB0E /* Headers */, - 1BC366E59F8EFBEF11B33FD3 /* Sources */, - 3B3BC4302997971676561F02 /* Frameworks */, - 1A7AA67BDDBF17637BB03F25 /* Resources */, - ); - buildRules = ( - E116B57C40984DBBDF7AFE58 /* PBXBuildRule */, - ); - dependencies = ( - ); - name = "TestCommon macOS"; - productName = TestCommon; - productReference = 55A05D09BF5BBFB373F1E16A /* TestCommon.framework */; - productType = "com.apple.product-type.framework"; - }; - AA856D3D0EBE73A655B10DCE /* Ice iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = B3FA3031CFC7509713D02FB1 /* Build configuration list for PBXNativeTarget "Ice iOS" */; - buildPhases = ( - C93A6BB4FCF0490E84147E61 /* Headers */, - 5E5AA18560C5DB3446283A99 /* Sources */, - 92A7548ABB7FCBD369C28797 /* Frameworks */, - CA40D90191CACFAE032E2F17 /* Resources */, - ); - buildRules = ( - BA9BC30B41821E0E528C2119 /* PBXBuildRule */, - ); - dependencies = ( - D421E76E09FD1F357EDF2FE8 /* PBXTargetDependency */, - ); - name = "Ice iOS"; - productName = Ice; - productReference = 623E717A20F91E615D53E150 /* Ice.framework */; - productType = "com.apple.product-type.framework"; - }; - AC5B52B4AAA6CC13CA8A2DDB /* Glacier2 iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = FFF95930E70A3FD5E4AA31B1 /* Build configuration list for PBXNativeTarget "Glacier2 iOS" */; - buildPhases = ( - 7F2B895A025ACE2CC4F5E2AF /* Headers */, - 134BF1E77CFC07C466D60C07 /* Sources */, - A590247DC8420FF253C22E0B /* Frameworks */, - D0DD61441324D88766B58467 /* Resources */, - ); - buildRules = ( - 5A9F1424ADE0E67F377B0CE5 /* PBXBuildRule */, - ); - dependencies = ( - 49CBBCF4F2BE23E6AC12D730 /* PBXTargetDependency */, - ); - name = "Glacier2 iOS"; - productName = Glacier2; - productReference = CC9E31096285763A44ED387C /* Glacier2.framework */; - productType = "com.apple.product-type.framework"; - }; - AEE1F674AD81A9327E42EDDB /* IceAdapterDeactivation iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1EAF04FCF683069900CD2CB5 /* Build configuration list for PBXNativeTarget "IceAdapterDeactivation iOS" */; - buildPhases = ( - E39E496686784AA05C22CC97 /* Sources */, - 3CB9F8DEC2F44EF89307391D /* Frameworks */, - F387CA7EDE8E22EACC68078B /* Resources */, - ); - buildRules = ( - EC1280117082EEA012A8AAE1 /* PBXBuildRule */, - ); - dependencies = ( - 862E19C471E8DE68F15CBF4F /* PBXTargetDependency */, - D5550FAD971FCDE391AA7C98 /* PBXTargetDependency */, - ); - name = "IceAdapterDeactivation iOS"; - productName = IceAdapterDeactivation; - productReference = 947C60AB5690BEF1175C6AE8 /* IceAdapterDeactivation.bundle */; - productType = "com.apple.product-type.bundle"; - }; - B564F6A99559D774EF563A3F /* IceObjects macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 977E8284CE65D07066ADD555 /* Build configuration list for PBXNativeTarget "IceObjects macOS" */; - buildPhases = ( - 62B729DBE9565951E835E6E9 /* Sources */, - C3E1F38BA06E190B7CC98682 /* Frameworks */, - 36BDF807C86FE8D1CACF20C3 /* Resources */, - ); - buildRules = ( - EEDEE9791746B5ED29E9944B /* PBXBuildRule */, - ); - dependencies = ( - 0596616D6761FCE4D0555E45 /* PBXTargetDependency */, - B13CE3F8761F18087CE22379 /* PBXTargetDependency */, - ); - name = "IceObjects macOS"; - productName = IceObjects; - productReference = 7E752D08EB62E167C213E390 /* IceObjects.bundle */; - productType = "com.apple.product-type.bundle"; - }; - B7EFE020C9D77334FB6C5B4B /* IceOperations iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3128757B52EE1F33A8DBE372 /* Build configuration list for PBXNativeTarget "IceOperations iOS" */; - buildPhases = ( - 5C4B39A79197C7F484055077 /* Sources */, - 4A2CB4D8C78C4B319C72D082 /* Frameworks */, - 9EAB34FC0DC358B87C0550B7 /* Resources */, - ); - buildRules = ( - 91C79FB678F9C90F6D94E28B /* PBXBuildRule */, - ); - dependencies = ( - DB3C03ACEE31AEC337853CCE /* PBXTargetDependency */, - C5DB2260BB147B158EB4CCFF /* PBXTargetDependency */, - ); - name = "IceOperations iOS"; - productName = IceOperations; - productReference = 07B98AB5E4D60D7A85886DB5 /* IceOperations.bundle */; - productType = "com.apple.product-type.bundle"; - }; - B8D5C1F592E31ABE249CC078 /* IceStorm macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = E44C1CBBD0B26C3481F76879 /* Build configuration list for PBXNativeTarget "IceStorm macOS" */; - buildPhases = ( - 720A96257940D9A201712617 /* Headers */, - 8F27F193739466C647769865 /* Sources */, - D10C1C4751624F6A08A7F209 /* Frameworks */, - B43309445EDD3C07B4C72D41 /* Resources */, - ); - buildRules = ( - D8E4DB9096E618C06F9C6623 /* PBXBuildRule */, - ); - dependencies = ( - 4F1EA7D3FA5C865629A2BBCE /* PBXTargetDependency */, - ); - name = "IceStorm macOS"; - productName = IceStorm; - productReference = BBB10CD52BD86395BC343A0B /* IceStorm.framework */; - productType = "com.apple.product-type.framework"; - }; - BBA5FF013C8B19537743DE0C /* IceHold iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 577ED2287A5F0BBFA0232583 /* Build configuration list for PBXNativeTarget "IceHold iOS" */; - buildPhases = ( - A50761946EE7786E8FF77E3E /* Sources */, - 551A33C4769D54FE2E0B181D /* Frameworks */, - 8ADDBAF102282F7A12388221 /* Resources */, - ); - buildRules = ( - 372D520C7C298EADCE492969 /* PBXBuildRule */, - ); - dependencies = ( - 03E984B972C8157DA2D93308 /* PBXTargetDependency */, - B4D560EC692795C1AB1CEE1A /* PBXTargetDependency */, - ); - name = "IceHold iOS"; - productName = IceHold; - productReference = F17CE2C8EAC28CBD9A0667B3 /* IceHold.bundle */; - productType = "com.apple.product-type.bundle"; - }; - BCD219D62CE917ADBC7AFD22 /* IceProxyAMD iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = FBC432173B82346F63A1CD28 /* Build configuration list for PBXNativeTarget "IceProxyAMD iOS" */; - buildPhases = ( - A105E9C54B8CE1280D18B996 /* Sources */, - 2EE446DDB7698D9EFD7BD4D7 /* Frameworks */, - 32D1CA616E3B20B222CE7C95 /* Resources */, - ); - buildRules = ( - 156C7100B7FBB44163EE0002 /* PBXBuildRule */, - ); - dependencies = ( - ); - name = "IceProxyAMD iOS"; - productName = IceProxyAMD; - productReference = E64154AC1BD079614CFE6D0B /* IceProxyAMD.bundle */; - productType = "com.apple.product-type.bundle"; - }; - BEBD5165FA221E0C61A12DD9 /* IceProxy iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 32C4A6C4DF4E4784C694E4CA /* Build configuration list for PBXNativeTarget "IceProxy iOS" */; - buildPhases = ( - 93EDD1C49BFCD3186F93E06C /* Sources */, - 9D141EDE4C7711B1D7969C8E /* Frameworks */, - DC95C2971E32D430B52E2A55 /* Resources */, - ); - buildRules = ( - 14B388FC673F3EA219B586B4 /* PBXBuildRule */, - ); - dependencies = ( - 7C45704DFE9C89DE81C18E81 /* PBXTargetDependency */, - 04D3A8A4D370449E0F2961F4 /* PBXTargetDependency */, - ); - name = "IceProxy iOS"; - productName = IceProxy; - productReference = 2D1DA1259D07ADB52B759AD3 /* IceProxy.bundle */; - productType = "com.apple.product-type.bundle"; - }; - BFD01B6CA65F9516862D1FA1 /* IceEnums macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = F0D8FCBCA123963F12AA14B8 /* Build configuration list for PBXNativeTarget "IceEnums macOS" */; - buildPhases = ( - 307985BBA47C398695E2B1F3 /* Sources */, - 8E8F345C6D0DCBC478E23DA6 /* Frameworks */, - 0B707B677822B7E66B2CE8F1 /* Resources */, - ); - buildRules = ( - 28D5EA1A1AA306E86C6AD163 /* PBXBuildRule */, - ); - dependencies = ( - 11D741130322376C7172CC42 /* PBXTargetDependency */, - 8F43B4ABBB390EA0AA2806B1 /* PBXTargetDependency */, - ); - name = "IceEnums macOS"; - productName = IceEnums; - productReference = EEAC0D6D20FA5E489B7D4EAB /* IceEnums.bundle */; - productType = "com.apple.product-type.bundle"; - }; - C07B8E267CA90FCDBE4E7E7D /* IceImpl macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 0E2D5CC6DCF10732C7895AEA /* Build configuration list for PBXNativeTarget "IceImpl macOS" */; - buildPhases = ( - A9E1D1783813AA8D71AD2477 /* Headers */, - 226D9040A51EC7958E04A69B /* Sources */, - 4457BF715A1812CE4382BDB6 /* Frameworks */, - 964448A460E03F71B1466A29 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 5BFDD882BC29CD6E31A0A5E6 /* PBXTargetDependency */, - 2B778FCC7C694EED66868D10 /* PBXTargetDependency */, - E63570D6A030D4724784A119 /* PBXTargetDependency */, - ); - name = "IceImpl macOS"; - productName = IceImpl; - productReference = 75F40F1911A6EA4452908C71 /* IceImpl.framework */; - productType = "com.apple.product-type.framework"; - }; - C2F3B80C3A24BFA9444F31E1 /* IceInheritance iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 6D13163FD66559C4FBD1F390 /* Build configuration list for PBXNativeTarget "IceInheritance iOS" */; - buildPhases = ( - 0125219F8494BC7CEBCBEAE8 /* Sources */, - 4392D0D4C892065A256DF985 /* Frameworks */, - D4671023F96ACB467D0F62CC /* Resources */, - ); - buildRules = ( - 67FE13D3766F926A7579EC1E /* PBXBuildRule */, - ); - dependencies = ( - CF10BC561FC771931781C170 /* PBXTargetDependency */, - 26587AD449CCB3B5D3DD2D6E /* PBXTargetDependency */, - ); - name = "IceInheritance iOS"; - productName = IceInheritance; - productReference = EBD23A978B397DAF53B55273 /* IceInheritance.bundle */; - productType = "com.apple.product-type.bundle"; - }; - C428EA0E3133ABA37187BE30 /* TestCommon iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = B8AEBDC5CCFFA9D36FF72CD0 /* Build configuration list for PBXNativeTarget "TestCommon iOS" */; - buildPhases = ( - DE199AD12D7B419440880D24 /* Headers */, - 426EF7186FC39709CF36993D /* Sources */, - 3E0103E2585D26982A6D31E7 /* Frameworks */, - 58103CB80C8A5C1A82DB6B60 /* Resources */, - ); - buildRules = ( - 8AC12DE0F5F2B1A24028F569 /* PBXBuildRule */, - ); - dependencies = ( - ); - name = "TestCommon iOS"; - productName = TestCommon; - productReference = 0F2B0C61F19BF428E1751327 /* TestCommon.framework */; - productType = "com.apple.product-type.framework"; - }; - C4633684AA9C8E2D8E2A3BF1 /* IceSSLConfiguration macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = D4827EC355C3F9035B72BF00 /* Build configuration list for PBXNativeTarget "IceSSLConfiguration macOS" */; - buildPhases = ( - F84517A4D3BABA53BB2AA94C /* Sources */, - 050FCA0466F0A2C79D1D677A /* Frameworks */, - 1C6E9B0B4E17D018705B9C25 /* Resources */, - ); - buildRules = ( - AA0A2796D4961F69F90B1644 /* PBXBuildRule */, - ); - dependencies = ( - 896C3ABA52835962B333F257 /* PBXTargetDependency */, - EEF2761A50D84951B3FC3D7D /* PBXTargetDependency */, - ); - name = "IceSSLConfiguration macOS"; - productName = IceSSLConfiguration; - productReference = DDBB3E496664C584AD5364E5 /* IceSSLConfiguration.bundle */; - productType = "com.apple.product-type.bundle"; - }; - C5982316F62D05CD651717E7 /* IceAdapterDeactivation macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = C3B296EDB3547BDC8388C399 /* Build configuration list for PBXNativeTarget "IceAdapterDeactivation macOS" */; - buildPhases = ( - 881EE104DE2C4C5FB6BA5122 /* Sources */, - 4D469B9E372D64EF06F90C6F /* Frameworks */, - AF6BB1F4B05AD6FF6C33B5C5 /* Resources */, - ); - buildRules = ( - 72F3BFD2399D7F2FB703D929 /* PBXBuildRule */, - ); - dependencies = ( - 445588A8E4930A760FD185E7 /* PBXTargetDependency */, - D5B23B291835F00B4DB24A36 /* PBXTargetDependency */, - ); - name = "IceAdapterDeactivation macOS"; - productName = IceAdapterDeactivation; - productReference = C4D40FD4D514C6255DCF1E88 /* IceAdapterDeactivation.bundle */; - productType = "com.apple.product-type.bundle"; - }; - CC929AD29689B47CA62D417E /* IceUdp iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = D87BFF32BBF64821815CA977 /* Build configuration list for PBXNativeTarget "IceUdp iOS" */; - buildPhases = ( - A4CF7E95480B760598F95AB6 /* Sources */, - 929112A7DA19D98ED0DA1FA1 /* Frameworks */, - 21037D8232C39B7652991EDF /* Resources */, - ); - buildRules = ( - 206099BF9F8FCBCA2E0A413E /* PBXBuildRule */, - ); - dependencies = ( - E213F74F6508F05644EA6583 /* PBXTargetDependency */, - 0356A3A245B9D197AE470682 /* PBXTargetDependency */, - ); - name = "IceUdp iOS"; - productName = IceUdp; - productReference = E2C01CEC70FAB4F5A70D2671 /* IceUdp.bundle */; - productType = "com.apple.product-type.bundle"; - }; - D07E492BEFB243158D25D09C /* IceSlicingExceptionsAMD macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = F4A79ED2732065B4851C86EB /* Build configuration list for PBXNativeTarget "IceSlicingExceptionsAMD macOS" */; - buildPhases = ( - 99D80B4C985E5A51ACEC861C /* Sources */, - 5377C93A323471D70E6CD0CB /* Frameworks */, - 379BC47417A4E9AF9CC58A67 /* Resources */, - ); - buildRules = ( - 86C0367EB7AE7C4848EE6207 /* PBXBuildRule */, - ); - dependencies = ( - ); - name = "IceSlicingExceptionsAMD macOS"; - productName = IceSlicingExceptionsAMD; - productReference = D18F07031EC4C85F5159AFE9 /* IceSlicingExceptionsAMD.bundle */; - productType = "com.apple.product-type.bundle"; - }; - D2A90EB733FA2B780783AADF /* IceOptional macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = A0C903109661754A7310890E /* Build configuration list for PBXNativeTarget "IceOptional macOS" */; - buildPhases = ( - 71E06AEBA4B516B8D2B1F91E /* Sources */, - 2D4B8047B44D76BD331EB826 /* Frameworks */, - 1B7B83ADFA6C6D32F3080F6C /* Resources */, - ); - buildRules = ( - 231EAF2E19204F70B23BF53F /* PBXBuildRule */, - ); - dependencies = ( - 22954B34E0A47983E6B3DE9D /* PBXTargetDependency */, - 335A5AB7C7B7A487BA41F78C /* PBXTargetDependency */, - ); - name = "IceOptional macOS"; - productName = IceOptional; - productReference = 69986A0036CFB94E71AFAEB2 /* IceOptional.bundle */; - productType = "com.apple.product-type.bundle"; - }; - D2E3C388100CC50AD3052CDB /* IceServantLocatorAMD iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 94387391F728B13F25DE50C7 /* Build configuration list for PBXNativeTarget "IceServantLocatorAMD iOS" */; - buildPhases = ( - 25C3206F9603FF6938CF9B10 /* Sources */, - C834C22CAF0520D2749F4FD8 /* Frameworks */, - AAB490B131E294BD5A649C94 /* Resources */, - ); - buildRules = ( - 1A67DD863C56824D6E2006C6 /* PBXBuildRule */, - ); - dependencies = ( - ); - name = "IceServantLocatorAMD iOS"; - productName = IceServantLocatorAMD; - productReference = E65F59B3B48188E5E72C27D6 /* IceServantLocatorAMD.bundle */; - productType = "com.apple.product-type.bundle"; - }; - D6B732964F3D00D84F9428AC /* IceExceptionsAMD macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = F999CB9EA63099F760D8B7CC /* Build configuration list for PBXNativeTarget "IceExceptionsAMD macOS" */; - buildPhases = ( - 7562FB5F2D5496507FB656CB /* Sources */, - 4A59713A78007D44BF693678 /* Frameworks */, - 999DDBCF1BA818840457744A /* Resources */, - ); - buildRules = ( - 9D78220D8786EA4469EE3E86 /* PBXBuildRule */, - ); - dependencies = ( - ); - name = "IceExceptionsAMD macOS"; - productName = IceExceptionsAMD; - productReference = F0FBBD74A0A5794E1AF7F7CA /* IceExceptionsAMD.bundle */; - productType = "com.apple.product-type.bundle"; - }; - D9AE09FB3585B148EE15E9D9 /* IceEnums iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = AD814D241780CB1F06437AF5 /* Build configuration list for PBXNativeTarget "IceEnums iOS" */; - buildPhases = ( - 293303B279AB89FF6AF2D9CF /* Sources */, - 480014FEF9CE3E5FA6D7F184 /* Frameworks */, - BFA33ED339F68ED63E1D77F6 /* Resources */, - ); - buildRules = ( - 463E0A8328D24FF7AB6A70CA /* PBXBuildRule */, - ); - dependencies = ( - 62E1383BBC82CAA4600921BB /* PBXTargetDependency */, - 223FA5C36D5387D3A92718C3 /* PBXTargetDependency */, - ); - name = "IceEnums iOS"; - productName = IceEnums; - productReference = 527D2F42A3A39B2F888A301D /* IceEnums.bundle */; - productType = "com.apple.product-type.bundle"; - }; - DF67C7AEC35876C0CCF4A96A /* IceServices iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = BD31B570526360322E7F63BA /* Build configuration list for PBXNativeTarget "IceServices iOS" */; - buildPhases = ( - 8BC7C7488C636DAFE42DF7E3 /* Sources */, - 20BFB48425DC59B7EB1CF535 /* Frameworks */, - D279A9FD358C10D9C65B255D /* Resources */, - ); - buildRules = ( - 3E20CDB335D45B24AAB78033 /* PBXBuildRule */, - ); - dependencies = ( - E9417BFC8C112DCAB09A5D68 /* PBXTargetDependency */, - C1956C8C1A66B382C06C35BC /* PBXTargetDependency */, - D24A0353C199C7B7AF4BA774 /* PBXTargetDependency */, - B9D7BB9E7B4B9D112E9DF8EF /* PBXTargetDependency */, - 88CE47F5A6556E984A0C3314 /* PBXTargetDependency */, - ); - name = "IceServices iOS"; - productName = IceServices; - productReference = 1D90F14637894A37678FC3C4 /* IceServices.bundle */; - productType = "com.apple.product-type.bundle"; - }; - E13AF536398A890833FFC655 /* IceRetry macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = B8A4900C8A10B4D3B524509C /* Build configuration list for PBXNativeTarget "IceRetry macOS" */; - buildPhases = ( - 0D0260BCC220C52C5CA4FC3C /* Sources */, - D92113C9FF7B0AEB581F1C83 /* Frameworks */, - 123F3984EE81810B5DFB8B6B /* Resources */, - ); - buildRules = ( - 7529A40C10A7F572FBAF0B05 /* PBXBuildRule */, - ); - dependencies = ( - 75C002C3683579061F37770D /* PBXTargetDependency */, - 902D152B990BFBDB128AAAA4 /* PBXTargetDependency */, - ); - name = "IceRetry macOS"; - productName = IceRetry; - productReference = 52278F0A9D3CC113108CA88D /* IceRetry.bundle */; - productType = "com.apple.product-type.bundle"; - }; - E1EEB80531F6CCE4CB628B62 /* IceAdmin macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = FBDF261EE2A45A604FD39FB6 /* Build configuration list for PBXNativeTarget "IceAdmin macOS" */; - buildPhases = ( - 6BE9D4FCC694CDB86D5089A3 /* Sources */, - 55224A4B1A2B2FF203837392 /* Frameworks */, - 3D6046CAF77BBD978CCC84FE /* Resources */, - ); - buildRules = ( - BB1E4B9A1CE49FF6469A7951 /* PBXBuildRule */, - ); - dependencies = ( - 264BC338C6E40185DAA8E7BC /* PBXTargetDependency */, - 06E52F3B4022C2B95DA5DC76 /* PBXTargetDependency */, - ); - name = "IceAdmin macOS"; - productName = IceAdmin; - productReference = 90AB8161442DBB20C4926B3B /* IceAdmin.bundle */; - productType = "com.apple.product-type.bundle"; - }; - E47FCF3BB733DC4EC57A0924 /* IceObjects iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 665075D2E65EC4768153CF0C /* Build configuration list for PBXNativeTarget "IceObjects iOS" */; - buildPhases = ( - A258BBCE321A6745D6E518FC /* Sources */, - DB78C24C92B766330E59B250 /* Frameworks */, - 2B77A6BE5427B9661BEBA0DB /* Resources */, - ); - buildRules = ( - 5A461C2302DD2A6FD65D6113 /* PBXBuildRule */, - ); - dependencies = ( - 3A15991EDADCB55D910D42DD /* PBXTargetDependency */, - 6786C94697BA770CC188DC4B /* PBXTargetDependency */, - ); - name = "IceObjects iOS"; - productName = IceObjects; - productReference = 58E4626AB44A7F584A615366 /* IceObjects.bundle */; - productType = "com.apple.product-type.bundle"; - }; - E6806D7DB7060BC3A0C7306D /* IceOptionalAMD iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = D30BE105828013751D1037C9 /* Build configuration list for PBXNativeTarget "IceOptionalAMD iOS" */; - buildPhases = ( - 0E225CB8906616C9B17D9D57 /* Sources */, - D40ED5C22867DF7D772839B8 /* Frameworks */, - 73C018973232EDBE1FFD8B57 /* Resources */, - ); - buildRules = ( - 9A95BDC1D13A3FAB26ADE6D5 /* PBXBuildRule */, - ); - dependencies = ( - ); - name = "IceOptionalAMD iOS"; - productName = IceOptionalAMD; - productReference = CB65DF0EB3BC9182E42B33C6 /* IceOptionalAMD.bundle */; - productType = "com.apple.product-type.bundle"; - }; - EE743BE7277805136A7EEB71 /* Ice macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 8F67E660542E98461C602595 /* Build configuration list for PBXNativeTarget "Ice macOS" */; - buildPhases = ( - E31CDE4D2F98BABCFCBB0E54 /* Headers */, - 9977338E8BAF8946DEF65C37 /* Sources */, - 70B54BD6C23881584479D162 /* Frameworks */, - 672274C85643D82182351BF0 /* Resources */, - ); - buildRules = ( - 699FC11E0421B9B10B6143D9 /* PBXBuildRule */, - ); - dependencies = ( - 8777B7EA77BA6F64CBF1F713 /* PBXTargetDependency */, - ); - name = "Ice macOS"; - productName = Ice; - productReference = 665569D1BB698FBBAD74786F /* Ice.framework */; - productType = "com.apple.product-type.framework"; - }; - F1949C2140DCFA5E835C5C17 /* IceBinding iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 464CD32F92DF139FF90EA325 /* Build configuration list for PBXNativeTarget "IceBinding iOS" */; - buildPhases = ( - F694C843C50BFC05832FCA72 /* Sources */, - 7E89AA06F95141112E2308DF /* Frameworks */, - 5A89118BBC68C60FA703DA20 /* Resources */, - ); - buildRules = ( - C05A427B4D1DAA3BA1510A0B /* PBXBuildRule */, - ); - dependencies = ( - 7208F57935FA5E9E24A307E3 /* PBXTargetDependency */, - 2E73BB1C13AA4FC7B334F57C /* PBXTargetDependency */, - ); - name = "IceBinding iOS"; - productName = IceBinding; - productReference = 00B1BC62D4009B18B3E6DE80 /* IceBinding.bundle */; - productType = "com.apple.product-type.bundle"; - }; - F4A16370E4157DCD4CF7F964 /* SliceEscape macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 81D802AA8BD4316DF8274377 /* Build configuration list for PBXNativeTarget "SliceEscape macOS" */; - buildPhases = ( - 9E9D8101C63F168A2671038A /* Sources */, - 52A82FE47013310F296127FD /* Frameworks */, - DA4AA28AE68729EB5BA89C76 /* Resources */, - ); - buildRules = ( - 6F305A5284E48EE6CB083308 /* PBXBuildRule */, - ); - dependencies = ( - 6BECC44222CAD7C68E324C3D /* PBXTargetDependency */, - 2A80FC7A1C0D10531E545B83 /* PBXTargetDependency */, - ); - name = "SliceEscape macOS"; - productName = SliceEscape; - productReference = 2C1845D9001948A194C9BF3D /* SliceEscape.bundle */; - productType = "com.apple.product-type.bundle"; - }; - FBFB66FA3AA0C4BACD7CAEF1 /* Glacier2 macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = E7B316026DBF1CE6D68F925C /* Build configuration list for PBXNativeTarget "Glacier2 macOS" */; - buildPhases = ( - 3940C02D995F91447AEF86D6 /* Headers */, - 43ACB16B5DFA52DBEEAFBADF /* Sources */, - F1E137735CAC0DC93E63C75D /* Frameworks */, - 91EF5AFB0ADDEAC41F4BB970 /* Resources */, - ); - buildRules = ( - 1E983DE40B938FAE71CA7E93 /* PBXBuildRule */, - ); - dependencies = ( - C6F0F1CC258CECBC17386D3E /* PBXTargetDependency */, - ); - name = "Glacier2 macOS"; - productName = Glacier2; - productReference = EC3920B0A3180CE9468B5D48 /* Glacier2.framework */; - productType = "com.apple.product-type.framework"; - }; - FC49A3F19B353AC4051631B4 /* IceInheritance macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = BE77650B59C4E2B377676E45 /* Build configuration list for PBXNativeTarget "IceInheritance macOS" */; - buildPhases = ( - FE047DCC21E6B1343E3D70AE /* Sources */, - C3D709A49D80D17285D3FDD8 /* Frameworks */, - 27DDD91423E85D6376113FC2 /* Resources */, - ); - buildRules = ( - 930A34F60C3CEB7E00D8AE72 /* PBXBuildRule */, - ); - dependencies = ( - CE185284674CE65CDCEF95B1 /* PBXTargetDependency */, - 5E5F2CC3DC8DF57F3D866B54 /* PBXTargetDependency */, - ); - name = "IceInheritance macOS"; - productName = IceInheritance; - productReference = 23205029365EA8B8CFAB923B /* IceInheritance.bundle */; - productType = "com.apple.product-type.bundle"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - FD69C74E28D7406AE764029E /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 1500; - LastUpgradeCheck = 1500; - TargetAttributes = { - 02BA85F98EB32966A7AA3C21 = { - ProvisioningStyle = Automatic; - }; - 04ABE78C2D82D8E0F3B6615C = { - ProvisioningStyle = Automatic; - }; - 08C942FD89E4D9E7FA113627 = { - ProvisioningStyle = Automatic; - }; - 0A757D8B307D80F7BD3C5017 = { - ProvisioningStyle = Automatic; - }; - 0EDA203583B355501DD47E73 = { - ProvisioningStyle = Automatic; - }; - 10E56726E39C8E4E56D51BC4 = { - ProvisioningStyle = Automatic; - }; - 140CB18515FA53ECB140F7CC = { - ProvisioningStyle = Automatic; - }; - 14535688C6E2E4A839C04451 = { - ProvisioningStyle = Automatic; - }; - 16C02D2C934DC57FE079663F = { - ProvisioningStyle = Automatic; - }; - 1767B82F1961C76D47FF467B = { - ProvisioningStyle = Automatic; - }; - 199245355B4B5CD9FF6A6386 = { - ProvisioningStyle = Automatic; - }; - 1F284CA948D007302C982357 = { - ProvisioningStyle = Automatic; - }; - 1F99406342A96A78168E74BB = { - ProvisioningStyle = Automatic; - }; - 24A0E61D1931744BC729034A = { - ProvisioningStyle = Automatic; - }; - 2646D8A7E773E3BDE5BE8E29 = { - ProvisioningStyle = Automatic; - }; - 26D8717EB0F318653FB9C763 = { - ProvisioningStyle = Automatic; - }; - 29279E4ADC71CC6522E7C012 = { - ProvisioningStyle = Automatic; - }; - 2997C7A465709CD09CD4C4BB = { - ProvisioningStyle = Automatic; - }; - 2A0224A2EFBB3E87655C351C = { - ProvisioningStyle = Automatic; - }; - 2AA26A44152A667D249E2998 = { - ProvisioningStyle = Automatic; - }; - 2B82F333BA11DB5D8BECDBF6 = { - ProvisioningStyle = Automatic; - }; - 31D342F49CC37B0DFA959D8A = { - ProvisioningStyle = Automatic; - }; - 34AC5913121CF6E0F793DEDD = { - ProvisioningStyle = Automatic; - }; - 3889B46D2FBF6B61B7DA5A5A = { - ProvisioningStyle = Automatic; - }; - 3892B1FD3640020576B40CDA = { - ProvisioningStyle = Automatic; - }; - 38C1EA904D5C3BCB045C88A2 = { - ProvisioningStyle = Automatic; - }; - 3AA88FF2CD4BC207F3E38A68 = { - ProvisioningStyle = Automatic; - }; - 3CB27B168E65D6B824278AE1 = { - ProvisioningStyle = Automatic; - }; - 3E69BE60A2C26A59EEE938DC = { - ProvisioningStyle = Automatic; - }; - 41AF2CA6936313B5E6F391BD = { - ProvisioningStyle = Automatic; - }; - 4434399DDA0D789BDAB8EDCF = { - ProvisioningStyle = Automatic; - }; - 45549440E1718C4D35E63237 = { - ProvisioningStyle = Automatic; - }; - 46452DCDFFD6A246079637CB = { - ProvisioningStyle = Automatic; - }; - 49D15054211B9CC6B08CB18E = { - ProvisioningStyle = Automatic; - }; - 4CDAAF1A166952EC0C4E0BF1 = { - ProvisioningStyle = Automatic; - }; - 529314BF4173169E9CB2F36B = { - ProvisioningStyle = Automatic; - }; - 57285D8128490A28FD5E1EA9 = { - ProvisioningStyle = Automatic; - }; - 57D39C477D54466601C5A786 = { - ProvisioningStyle = Automatic; - }; - 5A26265E443FF04358AE528C = { - ProvisioningStyle = Automatic; - }; - 5DA5602D00AE3159023AFB5D = { - ProvisioningStyle = Automatic; - }; - 60F33D27C2F25EAA1C58217D = { - ProvisioningStyle = Automatic; - }; - 615480D42FAF508D7F8AA5BC = { - ProvisioningStyle = Automatic; - }; - 627EF9C25191013A38BA3C83 = { - ProvisioningStyle = Automatic; - }; - 696D6136245EB191F3A59E1A = { - ProvisioningStyle = Automatic; - }; - 737F194EFAAE24FEE20C5FF6 = { - ProvisioningStyle = Automatic; - }; - 7C5D25F9DE7921A57B72E85F = { - ProvisioningStyle = Automatic; - }; - 7EB54A3072775CD2177DC7A7 = { - ProvisioningStyle = Automatic; - }; - 7F56B76EDE89B9AC6AF088FF = { - ProvisioningStyle = Automatic; - }; - 84AAA301C5D3AF97E6828B9A = { - ProvisioningStyle = Automatic; - }; - 8C1035C93AB58A55E8EB9B9D = { - ProvisioningStyle = Automatic; - }; - 8D4D7F1ABB790FA722EC7917 = { - ProvisioningStyle = Automatic; - }; - 8E4EE2567B3C187D2F9C1173 = { - ProvisioningStyle = Automatic; - }; - 8F11329102906B0FE306EF9C = { - ProvisioningStyle = Automatic; - }; - 915EFEBB1B2962C505C96286 = { - ProvisioningStyle = Automatic; - }; - 983596DE8C0BFB636571955C = { - ProvisioningStyle = Automatic; - }; - 993C3F64323081AD7846C3D1 = { - ProvisioningStyle = Automatic; - }; - 99D043CF9A0E172FCFC4C4B0 = { - ProvisioningStyle = Automatic; - }; - 9A9DEB6418C9257648D6A235 = { - ProvisioningStyle = Automatic; - }; - 9B13B57D40995B5A58986BCF = { - ProvisioningStyle = Automatic; - }; - 9F3B1821E0C570BF87946D26 = { - ProvisioningStyle = Automatic; - }; - 9F95E6A433F94E974D32566F = { - ProvisioningStyle = Automatic; - }; - A02AEC1FCAEDD308F0CBDCC6 = { - ProvisioningStyle = Automatic; - }; - A1FCF6486037B74ACCD22503 = { - ProvisioningStyle = Automatic; - }; - A250D484C77105742100E390 = { - ProvisioningStyle = Automatic; - }; - A3B6CDB0CD7C0059D4D3CBF9 = { - ProvisioningStyle = Automatic; - }; - A4F94E6B42A58EEF0623EC8F = { - ProvisioningStyle = Automatic; - }; - A83EF428E73401A533092DB4 = { - ProvisioningStyle = Automatic; - }; - AA856D3D0EBE73A655B10DCE = { - ProvisioningStyle = Automatic; - }; - AC5B52B4AAA6CC13CA8A2DDB = { - ProvisioningStyle = Automatic; - }; - AEE1F674AD81A9327E42EDDB = { - ProvisioningStyle = Automatic; - }; - B564F6A99559D774EF563A3F = { - ProvisioningStyle = Automatic; - }; - B7EFE020C9D77334FB6C5B4B = { - ProvisioningStyle = Automatic; - }; - B8D5C1F592E31ABE249CC078 = { - ProvisioningStyle = Automatic; - }; - BBA5FF013C8B19537743DE0C = { - ProvisioningStyle = Automatic; - }; - BCD219D62CE917ADBC7AFD22 = { - ProvisioningStyle = Automatic; - }; - BEBD5165FA221E0C61A12DD9 = { - ProvisioningStyle = Automatic; - }; - BFD01B6CA65F9516862D1FA1 = { - ProvisioningStyle = Automatic; - }; - C07B8E267CA90FCDBE4E7E7D = { - ProvisioningStyle = Automatic; - }; - C2F3B80C3A24BFA9444F31E1 = { - ProvisioningStyle = Automatic; - }; - C428EA0E3133ABA37187BE30 = { - ProvisioningStyle = Automatic; - }; - C4633684AA9C8E2D8E2A3BF1 = { - ProvisioningStyle = Automatic; - }; - C5982316F62D05CD651717E7 = { - ProvisioningStyle = Automatic; - }; - CC929AD29689B47CA62D417E = { - ProvisioningStyle = Automatic; - }; - D07E492BEFB243158D25D09C = { - ProvisioningStyle = Automatic; - }; - D2A90EB733FA2B780783AADF = { - ProvisioningStyle = Automatic; - }; - D2E3C388100CC50AD3052CDB = { - ProvisioningStyle = Automatic; - }; - D6B732964F3D00D84F9428AC = { - ProvisioningStyle = Automatic; - }; - D9AE09FB3585B148EE15E9D9 = { - ProvisioningStyle = Automatic; - }; - DF67C7AEC35876C0CCF4A96A = { - ProvisioningStyle = Automatic; - }; - E13AF536398A890833FFC655 = { - ProvisioningStyle = Automatic; - }; - E1EEB80531F6CCE4CB628B62 = { - ProvisioningStyle = Automatic; - }; - E47FCF3BB733DC4EC57A0924 = { - ProvisioningStyle = Automatic; - }; - E6806D7DB7060BC3A0C7306D = { - ProvisioningStyle = Automatic; - }; - EE743BE7277805136A7EEB71 = { - ProvisioningStyle = Automatic; - }; - F1949C2140DCFA5E835C5C17 = { - ProvisioningStyle = Automatic; - }; - F4A16370E4157DCD4CF7F964 = { - ProvisioningStyle = Automatic; - }; - FBFB66FA3AA0C4BACD7CAEF1 = { - ProvisioningStyle = Automatic; - }; - FC49A3F19B353AC4051631B4 = { - ProvisioningStyle = Automatic; - }; - }; - }; - buildConfigurationList = 614B9769E03331E188CB19E8 /* Build configuration list for PBXProject "ice" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - Base, - en, - ); - mainGroup = B0C3452D122A26EAB9C7E207; - productRefGroup = 760772C12F4740EB4CB773F3 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - AC5B52B4AAA6CC13CA8A2DDB /* Glacier2 iOS */, - FBFB66FA3AA0C4BACD7CAEF1 /* Glacier2 macOS */, - 5DA5602D00AE3159023AFB5D /* Ice C++11 iOS */, - 04ABE78C2D82D8E0F3B6615C /* Ice C++11 macOS */, - AA856D3D0EBE73A655B10DCE /* Ice iOS */, - EE743BE7277805136A7EEB71 /* Ice macOS */, - 46452DCDFFD6A246079637CB /* IceAcm iOS */, - 45549440E1718C4D35E63237 /* IceAcm macOS */, - AEE1F674AD81A9327E42EDDB /* IceAdapterDeactivation iOS */, - C5982316F62D05CD651717E7 /* IceAdapterDeactivation macOS */, - 24A0E61D1931744BC729034A /* IceAdmin iOS */, - E1EEB80531F6CCE4CB628B62 /* IceAdmin macOS */, - 9A9DEB6418C9257648D6A235 /* IceAmi iOS */, - 0A757D8B307D80F7BD3C5017 /* IceAmi macOS */, - F1949C2140DCFA5E835C5C17 /* IceBinding iOS */, - 84AAA301C5D3AF97E6828B9A /* IceBinding macOS */, - 3889B46D2FBF6B61B7DA5A5A /* IceDefaultServant iOS */, - 2997C7A465709CD09CD4C4BB /* IceDefaultServant macOS */, - 8E4EE2567B3C187D2F9C1173 /* IceDefaultValue iOS */, - 627EF9C25191013A38BA3C83 /* IceDefaultValue macOS */, - 49D15054211B9CC6B08CB18E /* IceDiscovery C++11 iOS */, - 3AA88FF2CD4BC207F3E38A68 /* IceDiscovery C++11 macOS */, - D9AE09FB3585B148EE15E9D9 /* IceEnums iOS */, - BFD01B6CA65F9516862D1FA1 /* IceEnums macOS */, - 7EB54A3072775CD2177DC7A7 /* IceExceptions iOS */, - 5A26265E443FF04358AE528C /* IceExceptions macOS */, - 57D39C477D54466601C5A786 /* IceExceptionsAMD iOS */, - D6B732964F3D00D84F9428AC /* IceExceptionsAMD macOS */, - 8C1035C93AB58A55E8EB9B9D /* IceFacets iOS */, - 8F11329102906B0FE306EF9C /* IceFacets macOS */, - 2646D8A7E773E3BDE5BE8E29 /* IceGrid iOS */, - A250D484C77105742100E390 /* IceGrid macOS */, - BBA5FF013C8B19537743DE0C /* IceHold iOS */, - 41AF2CA6936313B5E6F391BD /* IceHold macOS */, - 4CDAAF1A166952EC0C4E0BF1 /* IceImpl iOS */, - C07B8E267CA90FCDBE4E7E7D /* IceImpl macOS */, - 2A0224A2EFBB3E87655C351C /* IceInfo iOS */, - 10E56726E39C8E4E56D51BC4 /* IceInfo macOS */, - C2F3B80C3A24BFA9444F31E1 /* IceInheritance iOS */, - FC49A3F19B353AC4051631B4 /* IceInheritance macOS */, - 2B82F333BA11DB5D8BECDBF6 /* IceInterceptor iOS */, - 60F33D27C2F25EAA1C58217D /* IceInterceptor macOS */, - 31D342F49CC37B0DFA959D8A /* IceInvoke iOS */, - A4F94E6B42A58EEF0623EC8F /* IceInvoke macOS */, - 199245355B4B5CD9FF6A6386 /* IceLocation iOS */, - 4434399DDA0D789BDAB8EDCF /* IceLocation macOS */, - 696D6136245EB191F3A59E1A /* IceLocatorDiscovery C++11 iOS */, - 14535688C6E2E4A839C04451 /* IceLocatorDiscovery C++11 macOS */, - E47FCF3BB733DC4EC57A0924 /* IceObjects iOS */, - B564F6A99559D774EF563A3F /* IceObjects macOS */, - B7EFE020C9D77334FB6C5B4B /* IceOperations iOS */, - 615480D42FAF508D7F8AA5BC /* IceOperations macOS */, - 9F3B1821E0C570BF87946D26 /* IceOperationsAMD iOS */, - 8D4D7F1ABB790FA722EC7917 /* IceOperationsAMD macOS */, - 34AC5913121CF6E0F793DEDD /* IceOptional iOS */, - D2A90EB733FA2B780783AADF /* IceOptional macOS */, - E6806D7DB7060BC3A0C7306D /* IceOptionalAMD iOS */, - 7C5D25F9DE7921A57B72E85F /* IceOptionalAMD macOS */, - A3B6CDB0CD7C0059D4D3CBF9 /* IceProperties iOS */, - 529314BF4173169E9CB2F36B /* IceProperties macOS */, - BEBD5165FA221E0C61A12DD9 /* IceProxy iOS */, - 915EFEBB1B2962C505C96286 /* IceProxy macOS */, - BCD219D62CE917ADBC7AFD22 /* IceProxyAMD iOS */, - 38C1EA904D5C3BCB045C88A2 /* IceProxyAMD macOS */, - 02BA85F98EB32966A7AA3C21 /* IceRetry iOS */, - E13AF536398A890833FFC655 /* IceRetry macOS */, - 3E69BE60A2C26A59EEE938DC /* IceScope iOS */, - 993C3F64323081AD7846C3D1 /* IceScope macOS */, - 08C942FD89E4D9E7FA113627 /* IceServantLocator iOS */, - 1F99406342A96A78168E74BB /* IceServantLocator macOS */, - D2E3C388100CC50AD3052CDB /* IceServantLocatorAMD iOS */, - 9B13B57D40995B5A58986BCF /* IceServantLocatorAMD macOS */, - DF67C7AEC35876C0CCF4A96A /* IceServices iOS */, - 140CB18515FA53ECB140F7CC /* IceServices macOS */, - 737F194EFAAE24FEE20C5FF6 /* IceSlicingExceptions iOS */, - 57285D8128490A28FD5E1EA9 /* IceSlicingExceptions macOS */, - 3CB27B168E65D6B824278AE1 /* IceSlicingExceptionsAMD iOS */, - D07E492BEFB243158D25D09C /* IceSlicingExceptionsAMD macOS */, - 99D043CF9A0E172FCFC4C4B0 /* IceSlicingObjects iOS */, - A1FCF6486037B74ACCD22503 /* IceSlicingObjects macOS */, - 983596DE8C0BFB636571955C /* IceSlicingObjectsAMD iOS */, - 2AA26A44152A667D249E2998 /* IceSlicingObjectsAMD macOS */, - 0EDA203583B355501DD47E73 /* IceSSLConfiguration iOS */, - C4633684AA9C8E2D8E2A3BF1 /* IceSSLConfiguration macOS */, - 16C02D2C934DC57FE079663F /* IceStorm iOS */, - B8D5C1F592E31ABE249CC078 /* IceStorm macOS */, - 1767B82F1961C76D47FF467B /* IceStream iOS */, - A02AEC1FCAEDD308F0CBDCC6 /* IceStream macOS */, - 29279E4ADC71CC6522E7C012 /* IceTimeout iOS */, - 9F95E6A433F94E974D32566F /* IceTimeout macOS */, - CC929AD29689B47CA62D417E /* IceUdp iOS */, - 1F284CA948D007302C982357 /* IceUdp macOS */, - 26D8717EB0F318653FB9C763 /* SliceEscape iOS */, - F4A16370E4157DCD4CF7F964 /* SliceEscape macOS */, - C428EA0E3133ABA37187BE30 /* TestCommon iOS */, - A83EF428E73401A533092DB4 /* TestCommon macOS */, - 7F56B76EDE89B9AC6AF088FF /* TestDriver iOS */, - 3892B1FD3640020576B40CDA /* TestDriver macOS */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 00249416E2CBA5788010C2D1 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 04386FC27D0D00B9F679688A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0705EAB86A24010E8A8BB2E0 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 39C47C046EDA14901A1A61AB /* certs in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0B707B677822B7E66B2CE8F1 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0CCFF48ADFA73FF91C03C2AE /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 123F3984EE81810B5DFB8B6B /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1273645862F6D09B04F6218B /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 14A18AC2A5DAEEEB9691D1E2 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2C997348E994142B458506A3 /* certs in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 15D54B7AE2BF490CE5C78C8D /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 176FF9306341735D2EE9CC58 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1A7AA67BDDBF17637BB03F25 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1B7B83ADFA6C6D32F3080F6C /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1C6E9B0B4E17D018705B9C25 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1AD393C6742923EE9FC92894 /* certs in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1F4534D9B186D114D80E1A4D /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 21037D8232C39B7652991EDF /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2536391E9CEBD069A43C9DCB /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 25B07D3C764D35EFC9ED3D9C /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 27DDD91423E85D6376113FC2 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 29CA8F0C27AFBB27B927F33D /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2ACCCA73A818191FE00F24F0 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2B77A6BE5427B9661BEBA0DB /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2FDF2B1CF306F17449F96305 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 31C2FA05CB826509E9A74215 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32D1CA616E3B20B222CE7C95 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 33770904A4C0961541E60453 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 36BDF807C86FE8D1CACF20C3 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 379BC47417A4E9AF9CC58A67 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3D6046CAF77BBD978CCC84FE /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3DBF72A660011E72DE28D7A2 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3E9E75D6C36A2F07BC6E7AE7 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 44FAD6E0EDAB8E4A1AEE1BF4 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 46F2D21F2C7973E5E24B0A4F /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5021DFECF7C5DA399355C0B8 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 58103CB80C8A5C1A82DB6B60 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5A89118BBC68C60FA703DA20 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5DF156CE3B2ABCC95441BD48 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 601E2EE29059F2F14E59D49F /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 645817E1D539571875E0D08C /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 672274C85643D82182351BF0 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 69FCFDD29309F0532D39A5B8 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 738EE344E32D27DDD8864DCD /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 73C018973232EDBE1FFD8B57 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 766457EA5472CC3DF57CBF9A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 79CC6A7CE74376C9DA437F49 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7CE86B1B003D237CB5820E37 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 82ACCDBDF2E388C1E5BB417F /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 89EF7AC17461C4496796E470 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8A0DF499987AFF2D115AEDB4 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8A838501F68B8A18D5BAAD6F /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8ADDBAF102282F7A12388221 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8FCBA1D78694AF810B4FB355 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 90133F3A21FECA0B03CCFEEB /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 91EF5AFB0ADDEAC41F4BB970 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 964448A460E03F71B1466A29 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9805238AC059C1F2FF2B8E40 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9949AEEBED679581FE7A8844 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 999DDBCF1BA818840457744A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 99D63790BA8EFD5298169ADE /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9A06AC974913591F40021183 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9A31D72BCAFB8223D5072024 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9EAB34FC0DC358B87C0550B7 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A0BE3341720002992247AA22 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A27900851590FFDE252185AB /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A5050AFBE120514A0ADC9678 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A8D0D05355E911E75BA0CA65 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - AAB490B131E294BD5A649C94 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - AF6BB1F4B05AD6FF6C33B5C5 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B43309445EDD3C07B4C72D41 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B6E4731B1043F209970479EE /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B816B0D1F00E0B08AA31D24F /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B9EEF1A7005854C201330A1B /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BFA33ED339F68ED63E1D77F6 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C20BB80DF8D3029A668ABDCD /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C5D9C8B89F7739DCB786002A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CA40D90191CACFAE032E2F17 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CAF6D72C893C7F92B6DAAA18 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CCF692C86BEC1C923DE75E53 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CDE3F0985B68C0FC552B3BC2 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CFB4DD62C76CB41C892AE89E /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D0DD61441324D88766B58467 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D279A9FD358C10D9C65B255D /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D4360D6AABCA3914BB60B25E /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D4671023F96ACB467D0F62CC /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DA4AA28AE68729EB5BA89C76 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DC95C2971E32D430B52E2A55 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DFC737F81493E7E2EC57A008 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E1C49984FA480B9BCF65FA6B /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E8EDBAF10EC32B268285C51B /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EDFF44A5412FA135B91D14CA /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F159F9E36E629E9BDB80C93E /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F387CA7EDE8E22EACC68078B /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F976B27FF94759CC796E9973 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 0125219F8494BC7CEBCBEAE8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4151F438971FE969F8F0C433 /* AllTests.swift in Sources */, - C9343BDFEF3CE4648B07A7A2 /* Client.swift in Sources */, - E26864CCB63877CE01685511 /* Collocated.swift in Sources */, - D0A4E10E3BDFE93277F3A0A5 /* Server.swift in Sources */, - 20570CB43385ABED61FBB7B7 /* Test.ice in Sources */, - FFE2C2D210CA1BED6B7A3406 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0507ED7DC9A273C797301292 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 11407C5FD3C78516E34D4AD6 /* AllTests.swift in Sources */, - CB11222FA168D7398A6C98F4 /* Client.swift in Sources */, - 93509A483875F3475B80D8B4 /* Server.swift in Sources */, - 240E00A1C8996C0F19258DCD /* Test.ice in Sources */, - 1600BD44041FED6A72A7C982 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0D0260BCC220C52C5CA4FC3C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 25E16A861E6C8F0CB42B3AE1 /* AllTests.swift in Sources */, - CEAB89B465FF09233302CEC7 /* Client.swift in Sources */, - EDE8359ED25362D39ABC2006 /* Collocated.swift in Sources */, - 76750A7B6C60C73F1E8B872A /* Server.swift in Sources */, - 866CE6C7CD700419EAC10073 /* Test.ice in Sources */, - E197FD3BB8AE4C794D633A66 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0E225CB8906616C9B17D9D57 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 48FA4EFF3774FD3F02C75194 /* ServerAMD.swift in Sources */, - 9E1AF2B945E75AB67F27DB2C /* TestAMD.ice in Sources */, - 5E675CD077AFC9339DCE10B6 /* TestAMDI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0FD557A1D14D0A865ED5A5FD /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - CF222468EC9ED1E375019BD8 /* AllTests.swift in Sources */, - BB69A7C53192E2A2EA5C024B /* Client.swift in Sources */, - 14617628299F2B63049AB633 /* Server.swift in Sources */, - 04B482E96FA087B4AE135F4A /* Test.ice in Sources */, - D7A2D9874C1DF3556BC94CE0 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 134BF1E77CFC07C466D60C07 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 78A521F590AC2F4DC82C659D /* Metrics.ice in Sources */, - 3490F52B01112CFB862F46B5 /* PermissionsVerifier.ice in Sources */, - 642D60341FB680214188CD66 /* Router.ice in Sources */, - 1354B797ACF72C3D2E075BCD /* Session.ice in Sources */, - 5797B69F5F48DD3FEEF496E0 /* SSLInfo.ice in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 13973FD1142BC0EEA74F5791 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - DB65655BB695669B985C0DC9 /* Client.swift in Sources */, - 405522C1C326EE3E5C90F939 /* Test.ice in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 173FACE699124A87E04C914B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F003F36413ECB9AAC2EED254 /* Clash.ice in Sources */, - 0527885881E6046DA3B84E8B /* Client.swift in Sources */, - 8A8DA71DA7A74888C82992BE /* Key.ice in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 18C14F16D15E4A694293DE19 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 0D8C7F6407EF1A4AEBDB5017 /* AllTests.swift in Sources */, - 5A236B3180D4EA303E7A8C99 /* Client.swift in Sources */, - E61A9E65292B18FA7BF6C132 /* Server.swift in Sources */, - 9B0C371E96BFCAD9F90E62FD /* Test.ice in Sources */, - 2E616DAACF31464D972DBFB3 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 19E8C12591841D5245D5DC13 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A19C0D1E53AE6AFE3D2BCCBA /* IceLocatorDiscovery.ice in Sources */, - 38A4DE3A5617EB42E8C105CE /* PluginI.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1A4ACB27A85EFF473C257854 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 455BCA83C68354B1B3872661 /* AllTests.swift in Sources */, - 5C69C585CF0BC6839725AF9C /* Client.swift in Sources */, - 6C09D0635EB25EE79FE9FE0A /* Collocated.swift in Sources */, - 99FD9C8435879B20BD0D99BE /* Server.swift in Sources */, - 3B9A81FC1B21C292EA35347B /* Test.ice in Sources */, - 5B99731404AE73A26DFD529A /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1B076AF33AFF242A2B16A9C1 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A6BBA41F0AD88A20589F5CA4 /* ServerAMD.swift in Sources */, - EC5656E3040B84EA47EF916F /* TestAMD.ice in Sources */, - 682422A3B82DB1C4AEF9E1D4 /* TestAMDI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1BC366E59F8EFBEF11B33FD3 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - DD4688ED369D5398F27F3A93 /* TestCommon.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 218707E1D04EA9FE5757B1BB /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 64C4E0EDDB53BCE4FB23E310 /* ServerAMD.swift in Sources */, - E6F0BE4CB1ABA83CE61C9945 /* ServerPrivateAMD.ice in Sources */, - E4CC75662A01D162EE144698 /* TestAMD.ice in Sources */, - 19FC06374CCF7EE38506B482 /* TestAMDI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 226D9040A51EC7958E04A69B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4AFE423C34F2A29E86A30044 /* BlobjectFacade.mm in Sources */, - 1E60151903B65FF346AC0871 /* Communicator.mm in Sources */, - 4A83A2F03CDF0C5B50E4AC81 /* Connection.mm in Sources */, - CABFF27F6F2A32F14735E3F0 /* Convert.mm in Sources */, - 46C3C65C8353EB4A7D30E842 /* Endpoint.mm in Sources */, - 13092BA50F9D5590B1231153 /* Exception.mm in Sources */, - 285EB4C6216925532071D299 /* IceUtil.mm in Sources */, - BF349A28750D94AB60AE628B /* ImplicitContext.mm in Sources */, - 4EA1D22E71788FD1588BFFB1 /* LocalObject.mm in Sources */, - AC9663224C75CE679D17B297 /* Logger.mm in Sources */, - 2187C03981B4CBDA59FB1EF4 /* ObjectAdapter.mm in Sources */, - 08A32CC42DD3A81A65EC6618 /* ObjectPrx.mm in Sources */, - CA7BA166EFFBB8A99FC8C1E3 /* Process.mm in Sources */, - AF6C82C2A12FEA3F0A6C6085 /* Properties.mm in Sources */, - FDC26D84EB2C97ABE817BA32 /* PropertiesAdmin.mm in Sources */, - 0FC9F45B490902148077FB5A /* TraceUtil.mm in Sources */, - 135BB0D232D1BA53D0AE06AC /* UnsupportedAdminFacet.mm in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 22D72A154B099999DA6C2B6B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 0A32FD95A093165DD69FFD39 /* AllTests.swift in Sources */, - A60CCEDFB2EFBF7E4A1C52EE /* Client.swift in Sources */, - 454052662F451F169F1D5B0C /* Test.ice in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 248CDA2D74739565F3521E8E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8AEACECAAD401D57D61B33BC /* AllTests.swift in Sources */, - 647887EBD046C418D44A226C /* Client.swift in Sources */, - 0F8CD87AA9BB462CC8E71E21 /* Server.swift in Sources */, - 51A23A2998E43692D9BECD3E /* Test.ice in Sources */, - 695C62773DE2009958415DD8 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 25C3206F9603FF6938CF9B10 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5FF0AE9CE30DE10AFC8B08FA /* ServantLocatorI.swift in Sources */, - 65A50A609BF9CA3FF65A8944 /* ServerAMD.swift in Sources */, - 5BEF353CAF8CE7F610173098 /* TestAMD.ice in Sources */, - 406B01FD1E5515B2CE41BC6B /* TestAMDI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 265C5F11C4DF1AC9FCBCABF9 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - DC328F456BDD65ED1668E893 /* AllTests.swift in Sources */, - 6847F056ACE03DA2B294CEC5 /* Client.swift in Sources */, - 6EE7F68D6C1D721931C9F867 /* Server.swift in Sources */, - 61F7603B4E8F1E0EC00C155E /* Test.ice in Sources */, - 9433E960BBFB8FC536E92EBB /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2727D9A1FC12DB83161640C9 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E223F919074FF937A6DD4674 /* ServerAMD.swift in Sources */, - 5F65D2FEC048254C9E1083DC /* TestAMD.ice in Sources */, - 8223F1F8F0E1E13FC39DCDB2 /* TestAMDI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2892793081A78839DF6EC65E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 49E523F72B458AE0AC97A4E9 /* AllTests.swift in Sources */, - F7415767004FA2E0065FA725 /* Client.swift in Sources */, - 64F69A05C89C108F67E0872E /* Test.ice in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 293303B279AB89FF6AF2D9CF /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9ED77D67BEF83F9D5736BF96 /* AllTests.swift in Sources */, - 5AA3EB4296CC07F372237B9A /* Client.swift in Sources */, - F85E2EAA0FE75971389BF9BC /* Server.swift in Sources */, - FD97C877D0A6E8EBC72947DB /* Test.ice in Sources */, - CCD00E309469958F09EB011E /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2B694C6F4219A83F6C856555 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 872DA73CEB9AB130280CACEF /* Client.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 307985BBA47C398695E2B1F3 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 82BA66B3E37A3B6A4FD94B48 /* AllTests.swift in Sources */, - 1F5C6C29D85A7C49CBFAF67B /* Client.swift in Sources */, - 6473A34A1C579B5732469C7F /* Server.swift in Sources */, - 2CFB39C329DF7D1B2F7E20CC /* Test.ice in Sources */, - 3EB09BE3B03E7E96AC74DFC0 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 31CAA11822A27837A20198DD /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7CB67121D23B858EFFBE4474 /* Client.swift in Sources */, - 964223501738DC1B2CCE8B09 /* Test.ice in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 33B1F7E1237A46BE66481B63 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 643F33AC5304D8181111C387 /* AllTests.swift in Sources */, - AB23F850880B2C6CE4371A73 /* Client.swift in Sources */, - 92FA2577704DB12BD83DD89A /* Server.swift in Sources */, - 92C6D53D6E4289437FFBEA8F /* Test.ice in Sources */, - 023C0D71CD3653DA0AEE6DD7 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3584EB0EDCF9EF8FBFAECDD6 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D6A2FEC9AD952DC08FFF98D1 /* ServerAMD.swift in Sources */, - 3DE44A3DC394B0BB7165E125 /* ServerPrivateAMD.ice in Sources */, - BF5CAD0817D8DF9363E17E06 /* TestAMD.ice in Sources */, - C52BC0D38C4E663FF0C06E70 /* TestAMDI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 37E4B6226FAA627420AD950B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A3373CE979CB43C206CBEDBF /* AllTests.swift in Sources */, - EC564EE3C735217D1425A1F6 /* Client.swift in Sources */, - 485ED50D8DC1FBDECADBE865 /* Test.ice in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3DA0EEE1FC1B570F1658980C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8EBF7831EABD52706373B87A /* AllTests.swift in Sources */, - 292A0335BFE7F4A8D0A4D9A3 /* Client.swift in Sources */, - 9C7A28BDE9870CC30C3AB62A /* Server.swift in Sources */, - 5339A2B6B5873EE03D977DDE /* Test.ice in Sources */, - 1640EAEFC48343EAAFDDEFE9 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3E9760E37E9F23B4490D30C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6785CFDE9028CBB9DF666771 /* Client.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 426EF7186FC39709CF36993D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B388A2E9C12888AE3036941F /* TestCommon.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 43ACB16B5DFA52DBEEAFBADF /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7B9504A0DD1136F72064DBFE /* Metrics.ice in Sources */, - 4964F3229C92168B3BB3DC87 /* PermissionsVerifier.ice in Sources */, - BA3E225D22D6C87A8A88AAED /* Router.ice in Sources */, - C6695CE4D8CDDF282DB52EAE /* Session.ice in Sources */, - C0E08E323FA1218F61CFC193 /* SSLInfo.ice in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 467A92002F81EECEA33D76E6 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8918A4B646924EECD601C4B7 /* AllTests.swift in Sources */, - 1A7F6A0C01F1D9F1D1C823BB /* Client.swift in Sources */, - D14B93BD4ECF1E16210A2D13 /* Collocated.swift in Sources */, - 5474470575C6913EB34DE331 /* Server.swift in Sources */, - 78FD8CE4714B857F8E146D57 /* Test.ice in Sources */, - 527733893A0EDF27311D3C19 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 46E22643788ED3AEF53E2D71 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A53B7D56532CB91BBA77E472 /* AllTests.swift in Sources */, - C1C1EDBAC6B2D725F2760A08 /* Client.swift in Sources */, - C14502A4E0EC17DA8C16C2FC /* Server.swift in Sources */, - D032321DCBCDE32548CA1618 /* Test.ice in Sources */, - 87B9EF80F8A9C89298608753 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 52C2BC3F393D4B071AB4DA50 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - C454C5EED2C69E238ED50DA5 /* Client.swift in Sources */, - 41ACA14990011BF34FD3F2AA /* Test.ice in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 543F29EC36AD500F2D82AE88 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B962FED105E70E6758FE6C94 /* AllTests.swift in Sources */, - 4C4F3BAED894DF9F5A7A368B /* Client.swift in Sources */, - C3FBE778CA9AECD610236D69 /* Test.ice in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 546286E57A4EAA9483C1EB73 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3A8DBB52A92F7C01B0122743 /* AllTests.swift in Sources */, - 93E482009F62A05B774F0529 /* Client.swift in Sources */, - C2316BD1AA20DAD4632832F5 /* Server.swift in Sources */, - 2A15CC6FB4D3A2E3E38A9CF1 /* Test.ice in Sources */, - C7B0B5324B1868D1DBEA7750 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 55EA03F9FF5B5258E2D95203 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6E43FFAF21D2223BC6FF9C88 /* AllTests.swift in Sources */, - 81D4B9B94408E1CE6ECEE72D /* Client.swift in Sources */, - F853FF29834F3A98B356B819 /* Collocated.swift in Sources */, - E3972E1B16DA8EFF78CA1E2B /* ServantLocatorI.swift in Sources */, - 719F6AE81796FF1A87BC1B98 /* Server.swift in Sources */, - 60505C7D3B5211FD69BB9620 /* Test.ice in Sources */, - BD47C6329890AA8D0A1D5D92 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 582FCE8AE556DA8DA5C41C72 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B3719EF102C1D651ACFBFA1A /* AllTests.swift in Sources */, - 9B3594B847C63885825B1AB7 /* Client.swift in Sources */, - 69878C54C57027CDAE00A5CB /* Server.swift in Sources */, - AB36D3F8130C7D08E9391B3F /* Test.ice in Sources */, - F4BBCDFCE0020D59F4948512 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5ABDC168A46FFCC4BC5DBE83 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4E2D7F783F8AF9E2BC582946 /* Admin.ice in Sources */, - 1B1D5A149FECF50C0F4F9D33 /* Descriptor.ice in Sources */, - E97CA34DFCE7B221D995416A /* Exception.ice in Sources */, - 3726E5677BF9F8410C8E017F /* FileParser.ice in Sources */, - F3C4B8D113757FCF301EBE40 /* Registry.ice in Sources */, - 3CD86F3D8BE75F05CC4533F7 /* Session.ice in Sources */, - 460A5E82FCBD262C32A43C02 /* UserAccountMapper.ice in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5C4B39A79197C7F484055077 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1C79814AAA7B2A2408B471CA /* AllTests.swift in Sources */, - A565FF96F13E68B696AB0546 /* BatchOneways.swift in Sources */, - C24C6BDC05734F4417A5A3BB /* BatchOnewaysAMI.swift in Sources */, - 1A2428E84DB660C063834DB0 /* Client.swift in Sources */, - E2AF96A686DFC6CEF9F5673F /* Collocated.swift in Sources */, - 3ABDF8EE85FF58A1E6BD18B9 /* Oneways.swift in Sources */, - F841E91AB24CFF119C4ECADB /* OnewaysAMI.swift in Sources */, - 5F7D0A09EA57E2631AFB1028 /* Server.swift in Sources */, - 56C8CA7FF7FD2436CBCC6A31 /* Test.ice in Sources */, - 3C40474932B6C46BDB415AD8 /* TestI.swift in Sources */, - 647C2EA48623C44CF9D3F451 /* Twoways.swift in Sources */, - 25A93B2AF574974D299AA614 /* TwowaysAMI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5E5AA18560C5DB3446283A99 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 0CF992769F5194F8DBD16E6B /* AdminFacetFactory.swift in Sources */, - 669BACA79A295E915336EF16 /* Blobject.swift in Sources */, - 6CFF55E6984BFCB1D7D5B603 /* BlobjectAsync.swift in Sources */, - 2CF02CF1D15CFD591C03C886 /* BuiltinSequences.ice in Sources */, - 3928B22A00BC1EC983EA3468 /* ClassResolver.swift in Sources */, - CED7A97236DE1FC84F1177A4 /* Communicator.swift in Sources */, - 04893B0727E10680373C3A18 /* CommunicatorI.swift in Sources */, - 418665670BA6F4220D855C1A /* Connection.swift in Sources */, - E89488B5B743CD7A045BF459 /* ConnectionI.swift in Sources */, - 079D8B9814B0CF7EBB198370 /* ConnectionInfoFactory.swift in Sources */, - FA894F44B092863141ACD7F2 /* Context.ice in Sources */, - B4B9F42833EE44C8F17C2B2B /* Current.swift in Sources */, - 5AF5753A141F3A5436B85D4D /* Endpoint.swift in Sources */, - EC2F3A3A271839B3754275AF /* EndpointI.swift in Sources */, - 9E311C28AADD696C5F848B21 /* EndpointInfoFactory.swift in Sources */, - 7C390614148AAE850C798BAD /* EndpointSelectionType.swift in Sources */, - B6CD709CF20ECF56DE303D4D /* EndpointTypes.ice in Sources */, - 0FB1214B920792F051DDCF10 /* Exception.swift in Sources */, - A29F5225E5F504B3B4712BA7 /* FacetMap.swift in Sources */, - 0D81C85B3AD3955719192B11 /* FormatType.swift in Sources */, - 213EF35BEE63F4996C1AE44D /* IAPConnectionInfo.swift in Sources */, - 0BF706C97A87EE54A3E87284 /* IAPEndpointInfo.swift in Sources */, - 6BD9DB6F461DBB83792E17D5 /* Identity.ice in Sources */, - AAD9FD63A6AB1FE411C1663E /* ImplicitContext.swift in Sources */, - B411990ECF232D5EEC41CF4C /* ImplicitContextI.swift in Sources */, - 712121BCD4A1A181AE85D0D3 /* Incoming.swift in Sources */, - 6204DBD8699BD5B5C10FA642 /* InitializationData.swift in Sources */, - 94FB7996F752EE4C220F184D /* Initialize.swift in Sources */, - C84E5F9FB6C72298CFF0D98B /* InputStream.swift in Sources */, - 721D27204F34CF6282FE4514 /* Instrumentation.swift in Sources */, - 37698CB6BF4664E10A0276AD /* LocalException.swift in Sources */, - C45218CEF77BEEDEF7355C56 /* LocalExceptionDescription.swift in Sources */, - C94F0E787B8BF56168BCFCBE /* LocalExceptionFactory.swift in Sources */, - 24982294CFC8799F13411B78 /* LocalObject.swift in Sources */, - 3B57EB174C11634DDA140618 /* Locator.ice in Sources */, - 273D0927CB662D8E24B07655 /* LocatorF.ice in Sources */, - 66A7E1A3A913AF58C1196FE2 /* Logger.swift in Sources */, - 90753138F79D42A4B771D1D5 /* LoggerWrapper.swift in Sources */, - 15CD52A4E4F472AFEC9F9AE6 /* Metrics.ice in Sources */, - 7BD0697BEB4B03C7DF9A204A /* Mutex.swift in Sources */, - D7B4AE4B2DBB9275E10F8507 /* NativePropertiesAdmin.swift in Sources */, - 122E9EEB255A20ACB71CA23D /* Object.swift in Sources */, - 7C37A082DDC2AA1ABC543DCF /* ObjectAdapter.swift in Sources */, - C8E013C85F6858FFF3412418 /* ObjectAdapterI.swift in Sources */, - 2983E0E1B3733EA378453AD4 /* OperationMode.ice in Sources */, - 296D634AAD232906C99E8795 /* OptionalFormat.swift in Sources */, - 854F5817FBBDC851F66DA096 /* OutputStream.swift in Sources */, - 3A1EA5F3CEF6C62DE70ADB43 /* Plugin.swift in Sources */, - 1B9BA48F0517178DB792BAA1 /* Process.ice in Sources */, - EC60696E4D73094969C50224 /* ProcessI.swift in Sources */, - EC7C6DB79B4B347EE47BFFAE /* Properties.swift in Sources */, - BFD6A16C9ED98E4A23AAA127 /* PropertiesAdmin.ice in Sources */, - 36A86D927273E7B53188B3E1 /* PropertiesAdminI.swift in Sources */, - 558B6671A45F66B448678D61 /* PropertiesI.swift in Sources */, - AD2B2DA6DF61587D5ABBB3D0 /* PropertyDict.ice in Sources */, - 66F0E6897B79658616514D1E /* Proxy.swift in Sources */, - 6D428C16447934DF23D6B9C3 /* RemoteLogger.ice in Sources */, - 93F07B7B845E4AFBCF6ED751 /* Router.ice in Sources */, - 94CE962E1C8C57E766A55485 /* RouterF.ice in Sources */, - 7A7DB83F48579D1390343546 /* ServantLocator.swift in Sources */, - 11E51D858AA9A4CE8D2E9323 /* ServantManager.swift in Sources */, - A18CF427995658B2A03DA4DC /* SlicedData.swift in Sources */, - F436214884717A226C19BABA /* SliceFlags.swift in Sources */, - 01C6E23BCDB40C1092D3644B /* SliceInfo.swift in Sources */, - 2EFDCA785EC157D079C5019B /* SSLConnectionInfo.swift in Sources */, - FFD6CAA05C764C508C44A856 /* SSLEndpointInfo.swift in Sources */, - 58CE66D8960C0C48B4EB2FBA /* UnknownSlicedValue.swift in Sources */, - 68D46CFEA353638513BB1A3B /* Util.swift in Sources */, - BDDA7FC6A6EE11BC28747E01 /* Value.swift in Sources */, - EE41BB9626CE81B8FDEE3A96 /* ValueFactory.swift in Sources */, - 3AB046D5D71BA6C7538B3088 /* ValueFactoryManagerI.swift in Sources */, - AA7D730E054668168A05161E /* Version.ice in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 62B729DBE9565951E835E6E9 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 92378E6FDD460AC4056FC1FD /* AllTests.swift in Sources */, - 565375DC0AD3DB101739E804 /* Client.swift in Sources */, - 948A326D07253CB1C6EEE30A /* Collocated.swift in Sources */, - B5F6F532A8B2349E0FE40865 /* Forward.ice in Sources */, - C18C1A2556FADA6C0E405256 /* Server.swift in Sources */, - 142D327EBF2F0016CB0E6C75 /* Test.ice in Sources */, - 6C06DB811A733D348A4F2399 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6881CCF877304AB0D49EFF21 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A21F3C5B9215C266E3165ADE /* ServerAMD.swift in Sources */, - 1C724A372C4EC19D6B43AA31 /* TestAMD.ice in Sources */, - 10450A8F5D1657A9FBDB3724 /* TestAMDI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 69743D90DF5C84F3D4D5CC5C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8EE927FA0D23AB485FDAB75D /* AllTests.swift in Sources */, - E0A07110CCA4F4832A4D9A8D /* Client.swift in Sources */, - 276387EADF27E1D2EA2B5C61 /* Collocated.swift in Sources */, - 6DE01EEE84CFBAE9E530A1B5 /* Server.swift in Sources */, - C8541790D99E74903D0F780E /* Test.ice in Sources */, - D7EF61DAF00E36DA514A3C61 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6BE9D4FCC694CDB86D5089A3 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - AAADF7A11CDA059908707F5C /* AllTests.swift in Sources */, - 1BD4198BA7E5485B96C95251 /* Client.swift in Sources */, - 7C3ABF554403A3B01ECD3756 /* Server.swift in Sources */, - 4057CD42B192B4EE67F698AC /* Test.ice in Sources */, - 3C5D088CB54A320856260981 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6EF6C9E40D191F808F0F1E64 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8512A33D16421A12F77CF99B /* AllTests.swift in Sources */, - 3AC57C55DC1E09BAB796BC20 /* Client.swift in Sources */, - E307006E2183F31E65D4485C /* Server.swift in Sources */, - 2D2EE8FD6A072B48ED0757CD /* Test.ice in Sources */, - 4D3C7C00E50422831C4B0D16 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 71E06AEBA4B516B8D2B1F91E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 705E8806E733E1299FBB6519 /* AllTests.swift in Sources */, - 1814B0AA0B447688293BA3DA /* Client.swift in Sources */, - C99681DCD743D1398EDD3909 /* Server.swift in Sources */, - 2CB63A080F4AA144BCC45FCB /* Test.ice in Sources */, - A00E49418E163FCA8FF09DD7 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7374F772E8AC58CBC834E62C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 60B89CFC21235AE88A7DA397 /* AllTests.swift in Sources */, - C920ED4CE6B727C84E47F6E3 /* Client.swift in Sources */, - 70083F6AE57B8C2055B6F4AB /* Server.swift in Sources */, - 6D9806925FE9B1D91B7574DF /* Test.ice in Sources */, - 8F9FDE71F1E8E1A16C78A22D /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7562FB5F2D5496507FB656CB /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1F1B2A120600717E9CA151F7 /* ServerAMD.swift in Sources */, - 86B9C06840F8EA8534A76485 /* TestAMD.ice in Sources */, - 4183C8DC691BDAF574D88EE1 /* TestAMDI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7DB0956D51347FF877757F6F /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - CD865BB5039A6DE5AC815FFD /* AllTests.swift in Sources */, - AF3EA462D891151A0EFEB0DE /* Client.swift in Sources */, - 24877A2876453CC64490AF0C /* Server.swift in Sources */, - 46D5D78F4B547B43CF0FC4D0 /* Test.ice in Sources */, - CEC4684BC2D30A4AB0A27E2D /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 830352D57BA099B4E44F02B4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 468CDDF2327C91A52C2FBA9E /* AllTests.swift in Sources */, - 5A99153201F255452FEB162C /* Client.swift in Sources */, - B7CFA50A810D3D930A2D97FC /* Collocated.swift in Sources */, - 5931AF049DA4EBAD9BE65058 /* Server.swift in Sources */, - 5B77F7E5D43EE10265259D86 /* Test.ice in Sources */, - A553964A87A4A52E2126C21D /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 845DA976F8C240ED749F0993 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 590D216B86ADC37F38004429 /* IceDiscovery.ice in Sources */, - 9209F3EE245FD15FAF70ED96 /* LocatorI.cpp in Sources */, - A01F5ACB2F78E16B04143B71 /* LookupI.cpp in Sources */, - 44802909EDEBEFB47C87F48F /* PluginI.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 881EE104DE2C4C5FB6BA5122 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9FF3719B2786AFD4751727AB /* AllTests.swift in Sources */, - 90ACF276E13B746450078253 /* Client.swift in Sources */, - 6368CF69E144362A08B33F49 /* Collocated.swift in Sources */, - 968613B5B342D59351D209F1 /* Server.swift in Sources */, - C4DBA58A0036DE6056365B97 /* Test.ice in Sources */, - 5592F091CB8D281F7C291E7F /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8B95A794840586734615E96F /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7BDF692BF7C88C256C94AA13 /* AllTests.swift in Sources */, - 2D14CA690A2E699E7871F540 /* Client.swift in Sources */, - 0327B5FBA995F7C7602A2697 /* Server.swift in Sources */, - A3EFCFE9E5193169F477884D /* Test.ice in Sources */, - 579AC8862E268F04BF95A503 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8BC7C7488C636DAFE42DF7E3 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 212052526996E61998DB65D3 /* Client.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8BFD07AA3DE581D8525A1964 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 157D683A8D052D485572A4ED /* AllTests.swift in Sources */, - E91EB9D7B8B7795C0B78675B /* Client.swift in Sources */, - 5B4E55DFB03E922BD0506143 /* Collocated.swift in Sources */, - 98CAB5AC4AFC0F9A66E03465 /* Server.swift in Sources */, - 43505EC618AC2E37610D1DD8 /* Test.ice in Sources */, - 7B2E212CA6328893EF888F03 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8F27F193739466C647769865 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 55E7A43504BC2169071C952F /* IceStorm.ice in Sources */, - D1086683670BCE57082B1CD4 /* Metrics.ice in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 93EDD1C49BFCD3186F93E06C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - C99E8BCB8C0760680CCEBD67 /* AllTests.swift in Sources */, - 1566BC2BE52BFF272AA2CB59 /* Client.swift in Sources */, - 646E4949DB160FF73465B90B /* Collocated.swift in Sources */, - 1A53CAE7A6EDA1ECDE2C1F6D /* Server.swift in Sources */, - AA4DC4DF4058ABDC0211F008 /* Test.ice in Sources */, - 8C0A74E1F87867F71DB13F75 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 94BA113A33B1F7D930559978 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7B5E718F6C045A9AD6C26E59 /* AllTests.swift in Sources */, - D268A8AB3B87A3F89F29BF12 /* Client.swift in Sources */, - 7EE4C9C6E4842F23ACCB9B8E /* Server.swift in Sources */, - F752CC7EFA8086CDD6C5E082 /* Test.ice in Sources */, - 5F57E2CD43FAD623CF6788B0 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 96349055B134C09EFCC26C32 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F619711485EDDECCB70B13D6 /* IceLocatorDiscovery.ice in Sources */, - B1F9D23863E61F678A8A3764 /* PluginI.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 995AC1FE963E60344D4CC2E8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1378B59764FF3E243A936BEC /* AllTests.swift in Sources */, - 4907D42B86E580F90CAA46E3 /* Client.swift in Sources */, - D02DC67B4C2549D73E315F6A /* Collocated.swift in Sources */, - 301CEE1162FDCE54CEF1DE68 /* Server.swift in Sources */, - DBC636FA81F0EB0411DC86B0 /* Test.ice in Sources */, - 1C20696E0246F5B9D7048BBD /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9977338E8BAF8946DEF65C37 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9D09D6988129F553A9F6CBE2 /* AdminFacetFactory.swift in Sources */, - FCD872B7C1D9BE4CE81FD976 /* Blobject.swift in Sources */, - 0A50E66510B6634E6D01A09B /* BlobjectAsync.swift in Sources */, - 146F9C22985ED2698B4D95E8 /* BuiltinSequences.ice in Sources */, - 8BDC7D54F2F5E990CF7E7637 /* ClassResolver.swift in Sources */, - B03E802CFDE2A218DE2981C4 /* Communicator.swift in Sources */, - C78E3846FE62A72C93344FA6 /* CommunicatorI.swift in Sources */, - 8990F2867670512FFEC54BF9 /* Connection.swift in Sources */, - 761E23C17BA25FCBA4AF7D1F /* ConnectionI.swift in Sources */, - 796C0B626B031FB823C90B51 /* ConnectionInfoFactory.swift in Sources */, - 61CF66BE0ACB8B03A08B7032 /* Context.ice in Sources */, - 5A37BC8A80EF00D8AC8A571D /* Current.swift in Sources */, - 3F32ED98F9F8A5E265291EB7 /* Endpoint.swift in Sources */, - 3696E2ABF4D8E3AA49395B92 /* EndpointI.swift in Sources */, - DB2F97CE9AE225B4A886DA05 /* EndpointInfoFactory.swift in Sources */, - 44F0F8378863839430B162BA /* EndpointSelectionType.swift in Sources */, - FFBDF22B7DF2677CB22EF437 /* EndpointTypes.ice in Sources */, - 3B135644BB8D78F665499415 /* Exception.swift in Sources */, - 351CC6BAFEAF90CC712F477C /* FacetMap.swift in Sources */, - A00538A81AF3885A25578626 /* FormatType.swift in Sources */, - FFFCF7DD3F4A9E9BCD8C56DA /* IAPConnectionInfo.swift in Sources */, - 5E157060F06DFDE4915CC6A9 /* IAPEndpointInfo.swift in Sources */, - B9DC6350073FEEEBD96585C0 /* Identity.ice in Sources */, - AB6A2D0169AA8DB3C0F79348 /* ImplicitContext.swift in Sources */, - 75BF8E7000D7EEEF852396C4 /* ImplicitContextI.swift in Sources */, - 18152ADD040571E373032B12 /* Incoming.swift in Sources */, - 00720CC1CE9EFA9F72EEFB11 /* InitializationData.swift in Sources */, - B352E065DAD59352260A126B /* Initialize.swift in Sources */, - B8CAAACCE0841129645CA33E /* InputStream.swift in Sources */, - B451C1FC311070C873B1D26A /* Instrumentation.swift in Sources */, - FE35E2AABC406998CC02C40E /* LocalException.swift in Sources */, - A845703EE49A9602B854A312 /* LocalExceptionDescription.swift in Sources */, - 851F2626B959E7FB970A95EC /* LocalExceptionFactory.swift in Sources */, - D67186A61676EA7BB4903D63 /* LocalObject.swift in Sources */, - 2925B70C87EFC1B45BCBF7EF /* Locator.ice in Sources */, - 547B6F45A10CC245FE7CC262 /* LocatorF.ice in Sources */, - 8CEC9D3F94796FF5F863B176 /* Logger.swift in Sources */, - CFC18099F19E175F8039038D /* LoggerWrapper.swift in Sources */, - D41EF67EB7FDAD10101461CA /* Metrics.ice in Sources */, - 6B8D86981CC978E00873851F /* Mutex.swift in Sources */, - DB47A318EF29D485F2DBC9B6 /* NativePropertiesAdmin.swift in Sources */, - E5FE605239046B97A6C988CE /* Object.swift in Sources */, - 3B79FE11E55E6B25CBE8902A /* ObjectAdapter.swift in Sources */, - CA7ABCDBECEDFBFB82D0DF7C /* ObjectAdapterI.swift in Sources */, - 8EE324E33F6C2050ACE09483 /* OperationMode.ice in Sources */, - 66B65BC6DCC5EF73C5E71EDE /* OptionalFormat.swift in Sources */, - 5E1358E78595CB847E5CBFD9 /* OutputStream.swift in Sources */, - 87D2448A0232D77E66EEC960 /* Plugin.swift in Sources */, - 21681F549430F739C23F3E7D /* Process.ice in Sources */, - 4ED956A744A405B137F70FC3 /* ProcessI.swift in Sources */, - BD6E854FF3690A66718478AA /* Properties.swift in Sources */, - 81B1515A8E35E8B56E63B1C9 /* PropertiesAdmin.ice in Sources */, - 44319B4FBC44B3FDC86E2A08 /* PropertiesAdminI.swift in Sources */, - 9A8F9A1FEDCD9289440A83F8 /* PropertiesI.swift in Sources */, - BF7825223E822077FF21FE2B /* PropertyDict.ice in Sources */, - 4109680E508B78E8AFDE4BA6 /* Proxy.swift in Sources */, - C3E8AAF1B09E5AF0629ECE4E /* RemoteLogger.ice in Sources */, - EFC42E1F469F67928B7880AF /* Router.ice in Sources */, - 056204E6356566F6EAE592E6 /* RouterF.ice in Sources */, - FF28669111DB6900FD7EA5F2 /* ServantLocator.swift in Sources */, - 10FDB820CA3036500263166B /* ServantManager.swift in Sources */, - 27B3C23E9AA046222424F245 /* SlicedData.swift in Sources */, - 1F7971A75A98BA85F1011808 /* SliceFlags.swift in Sources */, - CB8612D9A6C9DA3EB7116701 /* SliceInfo.swift in Sources */, - 9F33ECA2E562F1FB9A6AAACA /* SSLConnectionInfo.swift in Sources */, - A0DE119B147295ECC81F4C56 /* SSLEndpointInfo.swift in Sources */, - 5A6165BF367999E8BFBAD5EC /* UnknownSlicedValue.swift in Sources */, - E501FE1E712129E20E07D4AE /* Util.swift in Sources */, - A2B9078CBFEE60238FEB63B2 /* Value.swift in Sources */, - 525E7118AC72F5454BF1FF4A /* ValueFactory.swift in Sources */, - 947254C85FA67D45FC615F89 /* ValueFactoryManagerI.swift in Sources */, - 49DE0757E79F0CCDDF902075 /* Version.ice in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 99D80B4C985E5A51ACEC861C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8E3CC5471AB83041D96F3BDD /* ServerAMD.swift in Sources */, - 025600DF80F8F1BE29956542 /* ServerPrivateAMD.ice in Sources */, - FE91C36B606C07C238266AFD /* TestAMD.ice in Sources */, - 0E2E60FB76F0D0A6172CCE7A /* TestAMDI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 99FEE7D269C10FAC6C445165 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 0F0797F1CDDB72748CF607CF /* AllTests.swift in Sources */, - 93ED080464B046AE52A840F9 /* Client.swift in Sources */, - 93F33DBD32EABC01F2FFCF18 /* Collocated.swift in Sources */, - 418BA1B0341043FF36C54DB1 /* Server.swift in Sources */, - B2FC6096B00EDAE5AD85A564 /* Test.ice in Sources */, - 20B1A5D11BA20A56002CFDA1 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9E9D8101C63F168A2671038A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 48F65F1EC6084A5403D04581 /* Clash.ice in Sources */, - BC6D32D684B5D1AD42E0F152 /* Client.swift in Sources */, - 162EB825BB854127C89AFD5A /* Key.ice in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A0A95DA7DA0837299DE560B5 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F2B4C954CE265C6CA7C0379F /* AllTests.swift in Sources */, - 9F02E57705301888BB25FD35 /* Client.swift in Sources */, - EACB71E0E6B79A43AEF2452C /* Server.swift in Sources */, - C1D8C9E056AE47058B5916B9 /* Test.ice in Sources */, - 25F006CA0FD62D4C9BF10554 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A105E9C54B8CE1280D18B996 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 91EE5AFE5F51B13A2CE3DF2B /* ServerAMD.swift in Sources */, - 80F1D9C228F0BF9DBBAE4303 /* TestAMD.ice in Sources */, - FC4406B16133D5DB2D35C383 /* TestAMDI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A258BBCE321A6745D6E518FC /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7159B0E9B5F600926609553D /* AllTests.swift in Sources */, - 98C63A6AC7E7D302D5AB19C4 /* Client.swift in Sources */, - 0599EB19C53CE42679713230 /* Collocated.swift in Sources */, - B680D486ECC83205B33E33BB /* Forward.ice in Sources */, - 97AE63872BAD7172B1181466 /* Server.swift in Sources */, - 5903AEE70DCBEDA77A0E608A /* Test.ice in Sources */, - 82FA9FDF8A79865391D2ECE9 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A2CDC7AD3288B99AD16BB1FF /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 594566C343C21A76FAA6AC62 /* Acceptor.cpp in Sources */, - A94E182EB3CC9B77214F82FF /* AcceptorI.cpp in Sources */, - 4D568F236E2D7CED11EDBD4B /* ACM.cpp in Sources */, - 5B1B8A3663B396E286748837 /* ArgVector.cpp in Sources */, - EAFD3C037AB308364D7C3257 /* Base64.cpp in Sources */, - 9B8F978405764AA08F53E651 /* BatchRequestQueue.cpp in Sources */, - 213DD2695258E7D764A67CBF /* Buffer.cpp in Sources */, - C3D4E0973C91434F5D74C990 /* BuiltinSequences.ice in Sources */, - 21946641DC7DAE3869380451 /* CertificateI.cpp in Sources */, - AD677EC668DEBC813361B3DA /* CollocatedRequestHandler.cpp in Sources */, - 126E4F5D33FB622D5FA86CEC /* Communicator.cpp in Sources */, - 823C5974E18DDD9AD02B4305 /* CommunicatorF.cpp in Sources */, - 2B9B7237061ABFE8D6FE67C2 /* CommunicatorI.cpp in Sources */, - FBDA2A323E16719E6B1D4FCF /* Cond.cpp in Sources */, - A3B322BCDB19F5455D136285 /* Connection.cpp in Sources */, - 077926E720AD3AF95DCA673D /* ConnectionF.cpp in Sources */, - 5F2EC79C63A8085DE548184B /* ConnectionFactory.cpp in Sources */, - EBDF86BF40CA2C7A8491A3CB /* ConnectionI.cpp in Sources */, - C3DF05379E8D5676B42811C5 /* ConnectionInfo.cpp in Sources */, - 60014B90BC57A700A35D230F /* ConnectionInfo.cpp in Sources */, - AC3EE8A69C69ADB755F265A5 /* ConnectionInfoF.cpp in Sources */, - 82EB528E879F99ECDC7E0920 /* ConnectionRequestHandler.cpp in Sources */, - 9645FE28EE9C68CB503EBC68 /* Connector.cpp in Sources */, - 1FFC9D29523F725EC9D26C12 /* Connector.mm in Sources */, - 6BBE89367267A9634CFDA9DD /* ConnectorI.cpp in Sources */, - 3176C1ACCF72E6B00AE4FA9F /* ConnectRequestHandler.cpp in Sources */, - 834C50E4101DC0534FD8BD75 /* ConsoleUtil.cpp in Sources */, - B9B24E396FDE347A421F9CD5 /* Context.ice in Sources */, - F2596BE326CE45BC7742E857 /* CountDownLatch.cpp in Sources */, - AF07549D2B06CF7F9786B699 /* CtrlCHandler.cpp in Sources */, - BA36AAF6A0759F3AF120A5EA /* Current.cpp in Sources */, - 6A25F4A45665FB37317F0ABC /* DefaultsAndOverrides.cpp in Sources */, - 7C966E8687EEC9441CD91EE8 /* DispatchInterceptor.cpp in Sources */, - AF6ED8A265DCBAAAE53BE464 /* DynamicLibrary.cpp in Sources */, - 36D5956FE1CB2AABA1D11242 /* Endpoint.cpp in Sources */, - 319139978F867560AA586FAB /* EndpointF.cpp in Sources */, - C95230B6CF60D4621CC8A0AD /* EndpointFactory.cpp in Sources */, - 696FCB63E3F62F57CF3C51B9 /* EndpointFactoryManager.cpp in Sources */, - 14AA20DE19EC61D215210EAE /* EndpointI.cpp in Sources */, - A5EA530DE3FF889027C595FA /* EndpointI.cpp in Sources */, - A522E2458E53D4F502599497 /* EndpointI.mm in Sources */, - F7C8A67B885A817C96022E8E /* EndpointInfo.cpp in Sources */, - 4DB1B5C5817E372996B98F97 /* EndpointInfo.cpp in Sources */, - 29281F511CB2A433A216C41E /* EndpointTypes.ice in Sources */, - BFFC556723B1885754F25EE7 /* EventHandler.cpp in Sources */, - 168134F128FE2145309BB1E4 /* Exception.cpp in Sources */, - 595268DD165C26007CB80FEC /* FactoryTable.cpp in Sources */, - C8E5F5A0CB9E7A88D599124D /* FactoryTableInit.cpp in Sources */, - 85C76D2C7D87932FF4C38397 /* FileUtil.cpp in Sources */, - A858BCBEC0D95F005094AB59 /* HttpParser.cpp in Sources */, - 3F7FFAD18E73947AD4912F72 /* IconvStringConverter.cpp in Sources */, - 9CF1829BE2AF5FACD04C9DBE /* Identity.ice in Sources */, - DF3CEEDE9EC370E61DC8F21A /* ImplicitContext.cpp in Sources */, - 050D10DF351B1C867806A92E /* ImplicitContextF.cpp in Sources */, - 8B591102B6FF277BC4A39937 /* ImplicitContextI.cpp in Sources */, - DD683627B085DAED6347C947 /* Incoming.cpp in Sources */, - 0CC2384A54EE205EDD3F9F49 /* IncomingAsync.cpp in Sources */, - 60106CAE83EB6F55217038F7 /* Initialize.cpp in Sources */, - ECC6D6BFAE455D0D6467A97A /* InputStream.cpp in Sources */, - 09DDDD95E33E8F5D105C3A05 /* InputUtil.cpp in Sources */, - 1F5830519586264CA16FA228 /* Instance.cpp in Sources */, - 6C64384B79949A75BA4F4F0B /* Instance.cpp in Sources */, - 3BDB0FCB06A9BCE7410E2D08 /* Instrumentation.cpp in Sources */, - BB0316A2829DB1C48EBC4310 /* InstrumentationF.cpp in Sources */, - C081086F5629F3DB313DA8F1 /* InstrumentationI.cpp in Sources */, - 910F4AFF392E24D57930ED93 /* IPEndpointI.cpp in Sources */, - 6CEDF708F1169CC054822456 /* LocalException.cpp in Sources */, - F1D0B9CA4E53F0F5D4F4CD7C /* LocalObject.cpp in Sources */, - 1B319ED8181610ABAB51CD83 /* Locator.ice in Sources */, - 32CD457E3C5431C0F933BBF0 /* LocatorF.ice in Sources */, - 5A8F2D3CFD11ECC83D52ADCD /* LocatorInfo.cpp in Sources */, - F4B2C0B78846F44DD5783E24 /* Logger.cpp in Sources */, - 0DB58E85F0DB6E63F47C6B81 /* LoggerAdminI.cpp in Sources */, - B50B7BD76CAB3AF2CE75EA3C /* LoggerF.cpp in Sources */, - BE51A0791F89A85D2C6183C4 /* LoggerI.cpp in Sources */, - 891EDFD22D979D7B2F8B7EAB /* LoggerUtil.cpp in Sources */, - 601387DC6D14FCF71AE0D19A /* Metrics.ice in Sources */, - DFF0A49D4C787A8A1EF31837 /* MetricsAdminI.cpp in Sources */, - 7257EC947D01F51EB3EBF24D /* MetricsObserverI.cpp in Sources */, - 5B260BAABF5BEDF1B2671AEC /* MutexProtocol.cpp in Sources */, - 36E9E80DDAD8AAF1E48D5DE2 /* Network.cpp in Sources */, - 39ABCE49B0129B2D0C40BBF4 /* NetworkProxy.cpp in Sources */, - B247222F3766E51A219EBD4B /* Notifications.mm in Sources */, - 0501045FD20F0DB912FD22D4 /* Object.cpp in Sources */, - C2C3EFD402723454A3CE8FE0 /* ObjectAdapter.cpp in Sources */, - 8CC3657F13D314A0F34FE8B3 /* ObjectAdapterF.cpp in Sources */, - 52CF8061A33F555659B8458E /* ObjectAdapterFactory.cpp in Sources */, - 3735A35C22EB73B09F24F128 /* ObjectAdapterI.cpp in Sources */, - F2364111174F01731C82C021 /* ObserverHelper.cpp in Sources */, - E47CD5936E8B95B198BFA1C2 /* OpaqueEndpointI.cpp in Sources */, - 21728AC16E7DD6C3CCAFAD21 /* OperationMode.ice in Sources */, - 0F5B96484AADBBB4073931A4 /* Options.cpp in Sources */, - FEC198B949003EBC0419B2FE /* OSLogLoggerI.cpp in Sources */, - B84A3412BF7B48EBBA623F6F /* OutgoingAsync.cpp in Sources */, - 72F1699CF5C9D0AC7F104D94 /* OutputStream.cpp in Sources */, - 4E839FFF2154FB34E6315565 /* OutputUtil.cpp in Sources */, - 7B93B52150FB69C91335F6DF /* Plugin.cpp in Sources */, - D944DDDFF3D0B9567A1BE5E2 /* PluginF.cpp in Sources */, - 925F643FD55E8BC1034ED68C /* PluginI.cpp in Sources */, - 871D07B0849F6260110751F4 /* PluginManagerI.cpp in Sources */, - DB4F11B521C6D3A69C4FA7CE /* Process.ice in Sources */, - D9B2618F56528BF1B2DED2BF /* Properties.cpp in Sources */, - 2B4577C6B0D0EC4CEE11FFCA /* PropertiesAdmin.ice in Sources */, - 65C81D615F1F29ED0E38B879 /* PropertiesAdminI.cpp in Sources */, - 9DF3FC6AACD41BD370C0FC11 /* PropertiesF.cpp in Sources */, - B7AE6DA720BB24FB7D458DB6 /* PropertiesI.cpp in Sources */, - DCEDCE9F1CD9514D03FBC3C3 /* PropertyDict.ice in Sources */, - 00C451DD3B6787E3F1EA946F /* PropertyNames.cpp in Sources */, - 63F00F80A1DA82B9D3A758BD /* Protocol.cpp in Sources */, - 7C2EC9F7EC44971E8E033030 /* ProtocolInstance.cpp in Sources */, - 570334BBB6964AEC5613EFA6 /* ProtocolPluginFacade.cpp in Sources */, - 4999BA2BD3C8631DF66D2C39 /* Proxy.cpp in Sources */, - 4CE67D0CB90C3387427101B4 /* ProxyFactory.cpp in Sources */, - 4F2BAC7791054249F17E1D6F /* Random.cpp in Sources */, - 008A2426B32864DB03A20B7C /* RecMutex.cpp in Sources */, - 09C21C8473C6976E52291B99 /* Reference.cpp in Sources */, - 34EB9BB331D1E14CACA8625F /* ReferenceFactory.cpp in Sources */, - 2F87231EC5F543E6A74DB815 /* RegisterPluginsInit.cpp in Sources */, - 2F9F878F4E3E7E2DA2B1A888 /* RemoteLogger.ice in Sources */, - 3227E645394F23A38CD1757F /* RequestHandler.cpp in Sources */, - 03B53422FD2E61D3956DF08B /* RequestHandlerFactory.cpp in Sources */, - 8B44E5682EF1126AD82D28DD /* RetryQueue.cpp in Sources */, - 6EB02E133B4E86AD6232B240 /* RFC2253.cpp in Sources */, - A0297A42C5C8FFF1130AE25A /* Router.ice in Sources */, - 2E90A89093E42E33FF954C66 /* RouterF.ice in Sources */, - 522BF48392FC916675C87C5C /* RouterInfo.cpp in Sources */, - 718C83E440AF75265AC2FAA2 /* SecureTransportCertificateI.cpp in Sources */, - 427867D63DFC77C63EB18875 /* SecureTransportEngine.cpp in Sources */, - B05CE058BC244B6E3057D225 /* SecureTransportPluginI.cpp in Sources */, - A66A06BE14EECACF53996ECA /* SecureTransportTransceiverI.cpp in Sources */, - C5A8952214CFC78A3233C2BC /* SecureTransportUtil.cpp in Sources */, - 9317A82FB7BD4F383FD583F7 /* Selector.cpp in Sources */, - 8596A7EDD1E6ACEAA760FA23 /* ServantLocator.cpp in Sources */, - 0510AF3C93C359FBC7A8A61F /* ServantLocatorF.cpp in Sources */, - DCB9207DBBD27DB0A13C371F /* ServantManager.cpp in Sources */, - 2CE77BD0998F6674A0D061C8 /* Service.cpp in Sources */, - 4F49BFE850F3B527253D8E14 /* SHA1.cpp in Sources */, - 35AE42FE55F555A9C11CF3A6 /* Shared.cpp in Sources */, - 9C1C4D68F95FC5A4A29F2FC6 /* SlicedData.cpp in Sources */, - FEBC2B49BBC84BD0A8F105BA /* SSLEngine.cpp in Sources */, - 381E4DF0E691F60D3DC751BC /* StreamAcceptor.cpp in Sources */, - F8AF05D3D02758C4D61B5AAA /* StreamConnector.cpp in Sources */, - 94136B93D52B1FDDA9979D3E /* StreamEndpointI.cpp in Sources */, - 0BAC289E822F69E4C7FD6A5E /* StreamSocket.cpp in Sources */, - E02E83CB5991647FE818D277 /* StreamTransceiver.cpp in Sources */, - 3019471D113F0F9D4946A705 /* StringConverter.cpp in Sources */, - 3785D9A8FDFAD55894CBE6B7 /* StringConverterPlugin.cpp in Sources */, - 99184557407C308C42EE5974 /* StringUtil.cpp in Sources */, - 649246D3EDF9617AF096AAC3 /* SysLoggerI.cpp in Sources */, - 8FD912C4ECE34E96169C6F0E /* SystemdJournalI.cpp in Sources */, - BF4903DC977C17334DF4B81E /* Thread.cpp in Sources */, - 00D76D517CA760B0D26AC140 /* ThreadException.cpp in Sources */, - 6A436DD00E6EF12A8FACADD7 /* ThreadPool.cpp in Sources */, - 5BD35BDF4A24F0DEAFCCF83C /* Time.cpp in Sources */, - 21CDF6EBB244BECBC93B8854 /* Timer.cpp in Sources */, - 2E4C55A1C837BF2D2F851C8C /* TraceLevels.cpp in Sources */, - EDBAF134DD0098517F50EF31 /* TraceUtil.cpp in Sources */, - 558DAB2B21D2CE6918A7D71A /* Transceiver.cpp in Sources */, - 4DEB274AFE53A779B0AD5208 /* Transceiver.mm in Sources */, - 1BB667FA07A5B54C30F6FD59 /* TrustManager.cpp in Sources */, - 002D46AEBB48571A3346772D /* UdpConnector.cpp in Sources */, - DC43BC0784EB4DB40CE3D228 /* UdpEndpointI.cpp in Sources */, - 27DAF0B89D5463516F434156 /* UdpTransceiver.cpp in Sources */, - 47F857EBA23FAC143D24B094 /* Util.cpp in Sources */, - 273AD12D40E9196FA5F7B328 /* UtilException.cpp in Sources */, - F06DABC8F789B26B76E47733 /* UUID.cpp in Sources */, - 19C57D21F0CF05349371045B /* Value.cpp in Sources */, - 6824AA2D5903E4A815142CED /* ValueFactory.cpp in Sources */, - 5E896129EAA8AE0A8786F92C /* ValueFactoryManagerI.cpp in Sources */, - A63E27295147CE246831BCEF /* Version.ice in Sources */, - F24E976B9B14EFDD3A43D9F0 /* WSAcceptor.cpp in Sources */, - 6237103EC7087CC1F8B1180D /* WSConnector.cpp in Sources */, - 725015781BF9E1A29DF6C6BC /* WSEndpoint.cpp in Sources */, - 33D41619BA0FABFAD2FA28D7 /* WSTransceiver.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A302466F7767DAB72EF81826 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B8F88BD1EB9433D3D5245ED1 /* AllTests.swift in Sources */, - F68B4DF0253D222B31B35C26 /* Client.swift in Sources */, - 34C5CC632B8A41186DFE4E2A /* ClientPrivate.ice in Sources */, - 52FB3E557DCB1D6776B836A6 /* Server.swift in Sources */, - 6F2C784D7AB29466E3DB65E1 /* ServerPrivate.ice in Sources */, - 06DFC340DF75BF1F2A034592 /* Test.ice in Sources */, - C598919CF0C8501D3DC90D5B /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A3058C0E432687C445899555 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - BB3B26C8715649A1082E7F4B /* ServerAMD.swift in Sources */, - 474E338B4AC8335316D7614B /* TestAMD.ice in Sources */, - EED1C79E8ACA0DEC111B78B5 /* TestAMDI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A4CF7E95480B760598F95AB6 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7AF9796D17FFCD4906A6451B /* AllTests.swift in Sources */, - A43A9DE2D4D6F8D205F796B1 /* Client.swift in Sources */, - F3BFDF6276C92219D831CF37 /* Server.swift in Sources */, - 1820E94E892ED711749FC010 /* Test.ice in Sources */, - E35148CD7DAB1777BA4CAFB1 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A4DF6A87BDB936461A8E9EE1 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A5C7B5F4BE7054185E9ED7B4 /* AllTests.swift in Sources */, - BA1CC1B8CA069209399840AB /* Client.swift in Sources */, - A889F31C6222CF6B413FEAA4 /* ClientPrivate.ice in Sources */, - 533D2D01CB77BB514B59F34B /* Server.swift in Sources */, - 3174FEE3ACD5C905498C724B /* ServerPrivate.ice in Sources */, - EC3539F63056F5A2F978BCFD /* Test.ice in Sources */, - F51CE551648B1FC70B05D074 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A50761946EE7786E8FF77E3E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 23B09A92B78FBE8EA2CE495D /* AllTests.swift in Sources */, - 30AA16E058EB3692DC6E2379 /* Client.swift in Sources */, - 1BEBAB28570D1EE8C6675339 /* Server.swift in Sources */, - 32E981B5BBB4EC769C17C945 /* Test.ice in Sources */, - 36DD95350FA8FDFDA645E3E2 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A567673057B52D283B55DAEB /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D5F2E483F2CAB70FF08377D3 /* AppDelegate.swift in Sources */, - 9361CD9DE69BE96914733C00 /* Assets.xcassets in Sources */, - FB55128612C2742926060871 /* Controller.ice in Sources */, - 62A9BD88B66BE231F302E36D /* ControllerI.swift in Sources */, - 7C5CFF83614D9F86032B07B6 /* LaunchScreen.storyboard in Sources */, - 4A8DE40065856BD29FBFAA69 /* Main.storyboard in Sources */, - 83D4406DF952DF489E1107AD /* ViewController.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - AD531935AFAD1531570A2E88 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 21E191C1A872E6B9639C12AE /* AllTests.swift in Sources */, - 951BF89EA1BA46A1D088D322 /* Client.swift in Sources */, - CCD563DCABA4AE62E785390B /* Server.swift in Sources */, - F8B84A99BE37924E8E4DA550 /* Test.ice in Sources */, - 6560EEE1F2DDA7C75C23DC84 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B07361FD04E0EB287FC02C73 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 51718C680023987FABCD1AC0 /* BlobjectFacade.mm in Sources */, - 3092E3797E27EB23086A6186 /* Communicator.mm in Sources */, - 45C8356339CDAABE8A6A654F /* Connection.mm in Sources */, - 7567ABA971B703E0E97D7074 /* Convert.mm in Sources */, - D8537385D90C11E0C55840C6 /* Endpoint.mm in Sources */, - EEA8CF883428B01324439676 /* Exception.mm in Sources */, - C51CBF0C456B9754875C8C21 /* IceUtil.mm in Sources */, - BF3C71DE6E1B77891A8EE4C8 /* ImplicitContext.mm in Sources */, - 3B70CC7AAB5D7662B0C62A0B /* LocalObject.mm in Sources */, - 48E28B43D4D3A00FD1BD4837 /* Logger.mm in Sources */, - EBB0CD6C3F76CA09601BFCD6 /* ObjectAdapter.mm in Sources */, - 0ABE43B89DB8BBA0C05AF133 /* ObjectPrx.mm in Sources */, - BC13CEA38D6BFD3DCB8DE8CF /* Process.mm in Sources */, - 3DCA331E0DAA68788AC08507 /* Properties.mm in Sources */, - EA3ED4751E869E5A27D4B1F3 /* PropertiesAdmin.mm in Sources */, - 9F4E88E1BE476B691EB5AA77 /* TraceUtil.mm in Sources */, - F8A26A46B9D469F028B274D6 /* UnsupportedAdminFacet.mm in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BAED5288881D9007CA76557B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3D27768EEEE5E9E3E432960F /* AllTests.swift in Sources */, - 4790E7C482F60F51C89C2D5D /* Client.swift in Sources */, - 6B29EE17CEB0883F0D063271 /* ClientPrivate.ice in Sources */, - 249AED08BF39BE47CAAA6C1A /* Server.swift in Sources */, - ACAEA3DEF571AB0493629190 /* ServerPrivate.ice in Sources */, - 8D2F94CAC28D59049C60DC1E /* Test.ice in Sources */, - 57696667BFF60D8AB4745BA0 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C289295116515405522CC64B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8673BE61C2E4DD507B2C82D9 /* ServantLocatorI.swift in Sources */, - 3928839CC07F3A7BC120D07B /* ServerAMD.swift in Sources */, - A9A0209FD1FBE2BCD1C84F3D /* TestAMD.ice in Sources */, - 79EB3FB42AB2CF59B72AC2D1 /* TestAMDI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C69B92D8253CAABE1A233CD6 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - BB664E60668EDDA5C2277A5E /* AllTests.swift in Sources */, - EAE540AF9A510E806A0A6DE0 /* Client.swift in Sources */, - 93A61FFCB9A6801419DC2543 /* Collocated.swift in Sources */, - A8E72CB2A00CF277AEE78765 /* Server.swift in Sources */, - 445148345353A71A0D5F606C /* Test.ice in Sources */, - D90CE957121A84EACAD5D2E3 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C9BC85A39F6E524BDBD6DBE5 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 70C027AC16D30B5A2B70C8EE /* AllTests.swift in Sources */, - 4DA2E17F5FCB1BBDE6775697 /* Client.swift in Sources */, - 55D2A9DB1D4196C735453FDE /* Collocated.swift in Sources */, - AB4F72E3E6814533352A5C03 /* ServantLocatorI.swift in Sources */, - 386053403216670C3F4FDAD6 /* Server.swift in Sources */, - AA0BEC836C4EE11F76FCDCEF /* Test.ice in Sources */, - 53CE9FAC21216074C1F61F54 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CCD5534F46DBEDD9928F2800 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6F6F80AA28996FBA4EF0E0B0 /* Acceptor.cpp in Sources */, - CD25BD05523C2443FC2D8784 /* AcceptorI.cpp in Sources */, - AAA099ECB68A20E883D8E4C4 /* ACM.cpp in Sources */, - AF4CF497AC2E6E5810C24ACC /* ArgVector.cpp in Sources */, - 7C068A83F6A5E65E7E91EE90 /* Base64.cpp in Sources */, - E962F80C77FF5299C4C4D217 /* BatchRequestQueue.cpp in Sources */, - 45350E1F3DD40EAB236AD089 /* Buffer.cpp in Sources */, - B6D2CACE37569D360E81CF71 /* BuiltinSequences.ice in Sources */, - AABC7FD5416351DA827EE6CD /* CertificateI.cpp in Sources */, - F97303BDE976828772DB337F /* CollocatedRequestHandler.cpp in Sources */, - EA7894F677C2CB4B39104F52 /* Communicator.cpp in Sources */, - 2492A830D4759726D136DE5B /* CommunicatorF.cpp in Sources */, - 2AB85ED1CB4AB3643D8EAA03 /* CommunicatorI.cpp in Sources */, - 81DD28CC5DAEF8400F43CF2B /* Cond.cpp in Sources */, - 39E735E4180A345C712046BE /* Connection.cpp in Sources */, - FF9DB9AC2D507DF4E55AC4E7 /* ConnectionF.cpp in Sources */, - CC1BC24CBADEC97580FD197E /* ConnectionFactory.cpp in Sources */, - AFFA1EC2F552AA0DA6BF3FEA /* ConnectionI.cpp in Sources */, - BFC2B93623F814848E325C16 /* ConnectionInfo.cpp in Sources */, - BA6187767D253C1BA6CAC523 /* ConnectionInfoF.cpp in Sources */, - 84C5040B492054A7AB337941 /* ConnectionRequestHandler.cpp in Sources */, - 2108F8BEC05828373DC7B0E8 /* Connector.cpp in Sources */, - 05F1F0ECB0C2066F3F91E035 /* ConnectorI.cpp in Sources */, - 68079088850A91F489DB7D5E /* ConnectRequestHandler.cpp in Sources */, - C770E74F553F7576F55A68FF /* ConsoleUtil.cpp in Sources */, - D601DC97D4D4A251BD47C21B /* Context.ice in Sources */, - 03931C98AA255A9D2A9D9DFA /* CountDownLatch.cpp in Sources */, - C524553A01141672CDA8FB0A /* CtrlCHandler.cpp in Sources */, - 770AE78EF4DC9A9438C2BD9D /* Current.cpp in Sources */, - 218B9BB9B2A11AD51A3BB97A /* DefaultsAndOverrides.cpp in Sources */, - 5C105CA7B8B3E539C1A9952A /* DispatchInterceptor.cpp in Sources */, - 6CFC517CD2E862FD6770151E /* DynamicLibrary.cpp in Sources */, - A5ADD7F645F1566D778AA846 /* Endpoint.cpp in Sources */, - A46050EA919D71F382C537F3 /* EndpointF.cpp in Sources */, - 66D8553486B3E9ABB6CAE190 /* EndpointFactory.cpp in Sources */, - 0D288EEE4B875B489EF5870E /* EndpointFactoryManager.cpp in Sources */, - 6F3FAED34005B514F1024BA9 /* EndpointI.cpp in Sources */, - F119C7D34FDA00A16FC2901F /* EndpointI.cpp in Sources */, - B0D8D816BB46B93AD0B4CEC6 /* EndpointInfo.cpp in Sources */, - E3AC6A9A5C67AA8655036221 /* EndpointTypes.ice in Sources */, - 184460D94E2B82986F9D73F8 /* EventHandler.cpp in Sources */, - 7F59A0031365D9A1C5D30791 /* Exception.cpp in Sources */, - 74D9F57DFA21D7CCB6F7A270 /* FactoryTable.cpp in Sources */, - 65DE0677FD77F5B6C51F7824 /* FactoryTableInit.cpp in Sources */, - 53C41AD073B84093289AC54C /* FileUtil.cpp in Sources */, - 340B368D09AF08D09FF8B4E6 /* HttpParser.cpp in Sources */, - BDA08263A4011CDEEADA6EF2 /* IconvStringConverter.cpp in Sources */, - B0FF521816BF6FD5480F2F63 /* Identity.ice in Sources */, - 776246D78582E8F27CFB6885 /* ImplicitContext.cpp in Sources */, - F29EABBF0CB48EAEC44846C0 /* ImplicitContextF.cpp in Sources */, - B253F6E36F7116E7BE04ABC5 /* ImplicitContextI.cpp in Sources */, - 00DC7DC4340E8B978B32F33D /* Incoming.cpp in Sources */, - DBD096113939BA24E05072E2 /* IncomingAsync.cpp in Sources */, - E23E1EE2CED7A8E397A83390 /* Initialize.cpp in Sources */, - EA21B0DE086FB62B4FEF07D9 /* InputStream.cpp in Sources */, - 45ABE296BF26B7BC9B1CB021 /* InputUtil.cpp in Sources */, - 2A900017F9B07F306445BA23 /* Instance.cpp in Sources */, - 9B573BA9FF061F213A342DD2 /* Instance.cpp in Sources */, - 78965389BB6864B001653048 /* Instrumentation.cpp in Sources */, - 14917DEEE348358AA776CBC0 /* InstrumentationF.cpp in Sources */, - 5FA1F4752493BED64045E146 /* InstrumentationI.cpp in Sources */, - 01B4C8A8A096BCA8943E5D57 /* IPEndpointI.cpp in Sources */, - 661DAE22FD073F065DBC6AC3 /* LocalException.cpp in Sources */, - CE1B98B411AF06D2C3E6EFF8 /* LocalObject.cpp in Sources */, - 98DD7702A6CF7D47A0D588C5 /* Locator.ice in Sources */, - E19EEACF9EFBB411CE1EF29A /* LocatorF.ice in Sources */, - E5473376AED73F1438E138F2 /* LocatorInfo.cpp in Sources */, - 1B24BB8CAD6D0C6638C6B5F2 /* Logger.cpp in Sources */, - 938F025C2E68D7EF7FEECE82 /* LoggerAdminI.cpp in Sources */, - 397E2C753823E7C35B4CDE80 /* LoggerF.cpp in Sources */, - 36D95D5F6DDD658EC10A2269 /* LoggerI.cpp in Sources */, - 6FA3C22D831AEC7DE8B58128 /* LoggerUtil.cpp in Sources */, - 3DB825C1BB45879E493D0938 /* Metrics.ice in Sources */, - 6F3E4A6456078206853F36FA /* MetricsAdminI.cpp in Sources */, - 04DC15CF3AEA83FBED5B3923 /* MetricsObserverI.cpp in Sources */, - 4A8CF7471AA6DD6F4ED083F2 /* MutexProtocol.cpp in Sources */, - D3FA2823ABE107257D253E69 /* Network.cpp in Sources */, - D1DC12249C8AD1DE0B56F4A4 /* NetworkProxy.cpp in Sources */, - 4CC437849E14B364258974EB /* Object.cpp in Sources */, - 9EB39BFC3FFC4BAD40FACB29 /* ObjectAdapter.cpp in Sources */, - 89BC0EF8DDE8DD5899D94346 /* ObjectAdapterF.cpp in Sources */, - 97CDA46DC153E82F7AA00490 /* ObjectAdapterFactory.cpp in Sources */, - 8F6C7B677E7896DED0D466B6 /* ObjectAdapterI.cpp in Sources */, - 218B870E287FE7AFBDAB0E04 /* ObserverHelper.cpp in Sources */, - 35EA22D546539E865A175F8C /* OpaqueEndpointI.cpp in Sources */, - ABD3F68FFDF9EDA83E46A07D /* OperationMode.ice in Sources */, - 2DE268DAFAEAB00F5B587CB0 /* Options.cpp in Sources */, - 84D3DDB4C5A759FE668A341C /* OSLogLoggerI.cpp in Sources */, - 6A606B03EC935D5C4CC52274 /* OutgoingAsync.cpp in Sources */, - FDC57E65D1E2B61C6A9B72E4 /* OutputStream.cpp in Sources */, - 5AA3D766148A1CDCA716F2C1 /* OutputUtil.cpp in Sources */, - 55023367DFC441CB2094EBCE /* Plugin.cpp in Sources */, - 2B16E7346C0BEA3FA7DAF26B /* PluginF.cpp in Sources */, - FF3E4B8CF7B4533E10AF4001 /* PluginI.cpp in Sources */, - C37256EC29744BA7B9DE5286 /* PluginManagerI.cpp in Sources */, - 0D6D04112A34BDB1A5ADD8CF /* Process.ice in Sources */, - 1D61DE15530B90E1B7D25F3F /* Properties.cpp in Sources */, - D16B4716FEE396397A5DD51F /* PropertiesAdmin.ice in Sources */, - 3EBEA23EBB27232BDC5CCD9F /* PropertiesAdminI.cpp in Sources */, - 5313707749D818EF6702618F /* PropertiesF.cpp in Sources */, - 3B91A64379EA5CEE5B89F531 /* PropertiesI.cpp in Sources */, - D5C7A0B1BC49DC9001E9B256 /* PropertyDict.ice in Sources */, - 691AFDC8364C658E389E2213 /* PropertyNames.cpp in Sources */, - 2D7145AFAE0F26D9FFC8511D /* Protocol.cpp in Sources */, - 8691F48171F3FBA1569525C9 /* ProtocolInstance.cpp in Sources */, - 83160EAC50936B3146A6AC3C /* ProtocolPluginFacade.cpp in Sources */, - B69CA3403843BF3BC58AF46C /* Proxy.cpp in Sources */, - 56B17C9424CC94ABFD7119E5 /* ProxyFactory.cpp in Sources */, - 363DBCAA89220755AB470976 /* Random.cpp in Sources */, - 8A75D7A6D804EC0E8E884723 /* RecMutex.cpp in Sources */, - 871E5D291FA35F324B3E81A1 /* Reference.cpp in Sources */, - 93F8FB515F0210D60A52BF53 /* ReferenceFactory.cpp in Sources */, - 3668784874131EB100BDE095 /* RegisterPluginsInit.cpp in Sources */, - 07CBB84253EAE4D078067823 /* RemoteLogger.ice in Sources */, - AF3EE1D56748FE60B9D07826 /* RequestHandler.cpp in Sources */, - A44BBEB44F0061D52100F64A /* RequestHandlerFactory.cpp in Sources */, - 6D166B9C980E56A9E8EF62B2 /* RetryQueue.cpp in Sources */, - 3C083A1752C208F02A0E5BBE /* RFC2253.cpp in Sources */, - FA5C13F1752E964A498372BD /* Router.ice in Sources */, - C05D173424BD71E284A052B5 /* RouterF.ice in Sources */, - BD0BF46B65299F2E14DCB36F /* RouterInfo.cpp in Sources */, - 4A833E08CAE8DAF01AF34F0B /* SecureTransportCertificateI.cpp in Sources */, - 565CD83A7100582F10D0C51C /* SecureTransportEngine.cpp in Sources */, - C32369A16919A445F66F56C3 /* SecureTransportPluginI.cpp in Sources */, - 62F946138FDD30FE479D1FB8 /* SecureTransportTransceiverI.cpp in Sources */, - C5ADF2BFA92E78D349605C1F /* SecureTransportUtil.cpp in Sources */, - 37A05CDF0D1B76900EDB952C /* Selector.cpp in Sources */, - 4FB22EBA51E813560E3A92AD /* ServantLocator.cpp in Sources */, - D7C189E87156A9E30F00FF99 /* ServantLocatorF.cpp in Sources */, - B8FAD4AA198CF8C5259C6347 /* ServantManager.cpp in Sources */, - B668BF08B8C7168F91F12138 /* Service.cpp in Sources */, - EAA90F488F7A73863F034EB7 /* SHA1.cpp in Sources */, - 6E70E567FD5978DC9491EE6A /* Shared.cpp in Sources */, - AF3D0F3725F6ED9BB6A10163 /* SlicedData.cpp in Sources */, - F64A2A95D6F8A7C4F2952565 /* SSLEngine.cpp in Sources */, - 6CC23C2EFAF6B57D376E6BDA /* StreamSocket.cpp in Sources */, - D98AF6B485F2F611F7973894 /* StringConverter.cpp in Sources */, - 4B09029DBB4B214AEB80FB51 /* StringConverterPlugin.cpp in Sources */, - 45DC000704220A7B2C366463 /* StringUtil.cpp in Sources */, - A3AFD784B848DC0DA95132EF /* SysLoggerI.cpp in Sources */, - 07D7222D1DC55602F48017EF /* SystemdJournalI.cpp in Sources */, - 3B0CB41A2B7815B188F503A4 /* TcpAcceptor.cpp in Sources */, - 0994228FA78B3EE978437935 /* TcpConnector.cpp in Sources */, - 5C74592F59C896CB28F75E21 /* TcpEndpointI.cpp in Sources */, - 8B2DA6CCC6EDE09862BFF39A /* TcpTransceiver.cpp in Sources */, - 61D9DB5BD99D93D5F05A6905 /* Thread.cpp in Sources */, - EEC09ED2D0320C190B31AB1A /* ThreadException.cpp in Sources */, - 4E73C37B19BCA1FF950871C1 /* ThreadPool.cpp in Sources */, - B6633EDBE39668511F4FEA6C /* Time.cpp in Sources */, - 54E714BF0E244AB528DC7A76 /* Timer.cpp in Sources */, - CFA2FB72A8A2B0C3CD06F39F /* TraceLevels.cpp in Sources */, - 746772CCBA15207C42E0B52F /* TraceUtil.cpp in Sources */, - 130CB2286E54B4269616D7AB /* Transceiver.cpp in Sources */, - 388034EDA28AA24666FDDD77 /* TrustManager.cpp in Sources */, - 2FF58CD215110FB1A63946B4 /* UdpConnector.cpp in Sources */, - 5970CD2978B5A9EF00DAF5FF /* UdpEndpointI.cpp in Sources */, - 3E32B756E0EFA881F75F8646 /* UdpTransceiver.cpp in Sources */, - 22538C768CFB905DBEC2208E /* Util.cpp in Sources */, - 33C7FC60BC248C8588169BC1 /* UtilException.cpp in Sources */, - B1A75AAD0B9493B074B173F1 /* UUID.cpp in Sources */, - 576A0A4D63C4F2119BEFECC2 /* Value.cpp in Sources */, - 0BC909307ABA174C17DB5344 /* ValueFactory.cpp in Sources */, - DAB7DEB33FC1FA8912F2EBA2 /* ValueFactoryManagerI.cpp in Sources */, - 5D702352AF4AAFFA56A91560 /* Version.ice in Sources */, - A1F7F2E304F5642CFB7684A1 /* WSAcceptor.cpp in Sources */, - F495F23D82D40A47A9D1E607 /* WSConnector.cpp in Sources */, - 342C7119D135D4323BAD59F3 /* WSEndpoint.cpp in Sources */, - FBB2C953993DE748B2A6C6EB /* WSTransceiver.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CEB3403D6F5A44E1997D8B37 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D60A3003C2A82F2742C7F04F /* AllTests.swift in Sources */, - C0F611668FFB784E0586D4F1 /* BatchOneways.swift in Sources */, - 33A9620CCC7170A38C183999 /* BatchOnewaysAMI.swift in Sources */, - 0B2F15344CAF65BC8262C9EC /* Client.swift in Sources */, - 4A60EC0FF950F8B338FE09C8 /* Collocated.swift in Sources */, - 331D3B59C70354E569BCEA5D /* Oneways.swift in Sources */, - D2515E535E9A0C8F55C4E938 /* OnewaysAMI.swift in Sources */, - 2DA75A9CC18C722CDDE384D0 /* Server.swift in Sources */, - FE4662B08E26ED2C373D6F18 /* Test.ice in Sources */, - 835B36D6CFAB0C6E23F1E1C2 /* TestI.swift in Sources */, - 6272D700C9BBD62FFDA84E5E /* Twoways.swift in Sources */, - 0072171CABFBB0251ABDA1B9 /* TwowaysAMI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D47795DE45B565BDB964B23A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 610FCFF738E3585A68D89D97 /* AllTests.swift in Sources */, - A5801C6541EB32F85A876882 /* Client.swift in Sources */, - 4D5D54BD1EA454E923B628F6 /* Server.swift in Sources */, - 2ED5BFAE362F90AFB43868EE /* Test.ice in Sources */, - 886BEFBD831159A546C6F6B0 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D49EE87B9CACBEF092809F3E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 02F2EFBEA4590FD7AFB2CFC0 /* main.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DCB1F6BD4F9A4018C16A552A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - EBBBBA347D35251165034E98 /* Client.swift in Sources */, - 5CF5C759CD5C9A490EA16A3F /* Test.ice in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DCBD1C7C048C69D71EEC4948 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5E90DAC6C21862E543F964B8 /* IceStorm.ice in Sources */, - 8293FA06292D0916E7E406E8 /* Metrics.ice in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DD7D82133E5ABDF91FA82F91 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 659150220A61BE0629AA408C /* ServerAMD.swift in Sources */, - 6CC0A293FAF7D9EBE4CE3999 /* TestAMD.ice in Sources */, - DBA772351D1FF736995A2143 /* TestAMDI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DD87BBC707D274A0611EB50F /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A04279D86E579CE700B36A9F /* AllTests.swift in Sources */, - CFFE0C91E174DFB6AFC62D11 /* Client.swift in Sources */, - DB5F541975063E593546079B /* ClientPrivate.ice in Sources */, - C54BBC52A953AFB63D2B7ABD /* Server.swift in Sources */, - 408512F9A2A5C253183A58D0 /* ServerPrivate.ice in Sources */, - B79E763904325D5935C9EFB4 /* Test.ice in Sources */, - 2F5E1B622DE4AB7B49C41E7F /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E078DD2EC4116147822ECE01 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E181720D16E284E00EF5594A /* Client.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E39E496686784AA05C22CC97 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8922BFB194D5094EB85C1A50 /* AllTests.swift in Sources */, - C0A724E6D16AE6E0E9E9076B /* Client.swift in Sources */, - C51551DD0E0A0E94BEBC12F8 /* Collocated.swift in Sources */, - 797ED14F2414395C3FF12777 /* Server.swift in Sources */, - 41CAC79C07BCCAC022A37945 /* Test.ice in Sources */, - D78ED6C3C9B75089154E32E2 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E5D35452D06C65272699DA6D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - AC900EB0C56BF9816220A412 /* ServerAMD.swift in Sources */, - 7E711E1D48D948FC830839EB /* ServerPrivateAMD.ice in Sources */, - A4E1E744053E405915B3838D /* TestAMD.ice in Sources */, - 7548D99462E5F043C29BF259 /* TestAMDI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EDA094C1C4131E1A673E1E38 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 66861428929B44C881B19992 /* IceDiscovery.ice in Sources */, - 62342547D0A276825BB0B640 /* LocatorI.cpp in Sources */, - 305AE1B91CE98B360902D641 /* LookupI.cpp in Sources */, - FE91EA7EF11C6BA28BBDC339 /* PluginI.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EEDCDE710185F3317D468277 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4E0518D45C8E5F5D92F81663 /* Admin.ice in Sources */, - DF4AE94D779813C602F900E3 /* Descriptor.ice in Sources */, - C59E9287370C64C7FE64C74C /* Exception.ice in Sources */, - 3817D70C9C3C90EFB6162DE2 /* FileParser.ice in Sources */, - 2B5388E5597C1A7F8324B39A /* Registry.ice in Sources */, - F723B17ACC9D31321799699B /* Session.ice in Sources */, - EA7798C535376FCDDD288B23 /* UserAccountMapper.ice in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F694C843C50BFC05832FCA72 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D68D845996671C82C624D511 /* AllTests.swift in Sources */, - C48819E4F957A54E015352FF /* Client.swift in Sources */, - B6E959AF7E46799EA2F7196B /* Server.swift in Sources */, - 546DFAF58D038DE7ECECC037 /* Test.ice in Sources */, - 5F153ABD875561CC917CDD9D /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F84517A4D3BABA53BB2AA94C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 865F7E23C8C696EDA656289C /* AllTests.swift in Sources */, - 3EC80460A352A4644C37890B /* Client.swift in Sources */, - DB3A9B50184179620C44C96C /* Server.swift in Sources */, - 62BE8A6ECB45FDA954D3CCF5 /* Test.ice in Sources */, - A5CA7DE0F8A95FCBDD5C461D /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - FE047DCC21E6B1343E3D70AE /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 934CD4860BE215CBEE757C37 /* AllTests.swift in Sources */, - 12728421B89F958E4C5442AD /* Client.swift in Sources */, - BA9EC1DA75BBFFA7D1A1A8D7 /* Collocated.swift in Sources */, - F5C41130540FE9B6122E67F0 /* Server.swift in Sources */, - B73AAC1826FF86338EE5CDB6 /* Test.ice in Sources */, - EF1026DCF581C70032FA0378 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 02AE090786CAF2F25D18C7B7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceHold iOS"; - target = BBA5FF013C8B19537743DE0C /* IceHold iOS */; - targetProxy = 991264BBD05F5B0C3EB15175 /* PBXContainerItemProxy */; - }; - 0356A3A245B9D197AE470682 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 6D8BD82FC4D2E7D88CD1E206 /* PBXContainerItemProxy */; - }; - 0356D9257481D2DAC1477D98 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 7ED02EC4A652BACF79A7FBD3 /* PBXContainerItemProxy */; - }; - 03E984B972C8157DA2D93308 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 65275F3033D631BFFDB68F37 /* PBXContainerItemProxy */; - }; - 04205069B5145186C7C5AA9A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = ACE53CA2816C4E55258DDBF3 /* PBXContainerItemProxy */; - }; - 04D3A8A4D370449E0F2961F4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 547B75DA5DF24164A91EB88F /* PBXContainerItemProxy */; - }; - 054A49A3CE39EC48F11E8672 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 00DE841C8687D0E197EE85CE /* PBXContainerItemProxy */; - }; - 0596616D6761FCE4D0555E45 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 04A622B5D5B12F62B158F08A /* PBXContainerItemProxy */; - }; - 06E52F3B4022C2B95DA5DC76 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 1B73AE5BB2E857F560D937D3 /* PBXContainerItemProxy */; - }; - 07A546A6D38DEE5AB3BCB897 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceServantLocatorAMD iOS"; - target = D2E3C388100CC50AD3052CDB /* IceServantLocatorAMD iOS */; - targetProxy = 0B0BE533B1668784A4F6EE1D /* PBXContainerItemProxy */; - }; - 07C6F7B220C492E23B1C0018 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = B44F1E29F31C520BAD808D20 /* PBXContainerItemProxy */; - }; - 09CB6BF22B26F03069623513 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = CAFBDF8687533CCA806C1502 /* PBXContainerItemProxy */; - }; - 0A91B8A116875CEC970DB85E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceExceptionsAMD macOS"; - target = D6B732964F3D00D84F9428AC /* IceExceptionsAMD macOS */; - targetProxy = 51F244B025EF269D92B3F262 /* PBXContainerItemProxy */; - }; - 0C3850A95834B28C11362CCF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceInvoke macOS"; - target = A4F94E6B42A58EEF0623EC8F /* IceInvoke macOS */; - targetProxy = 413D3258EDF4221463EBEB9C /* PBXContainerItemProxy */; - }; - 0CE7B06C949606A74D76872C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceGrid macOS"; - target = A250D484C77105742100E390 /* IceGrid macOS */; - targetProxy = BCEA82B1F942CA1B16338658 /* PBXContainerItemProxy */; - }; - 0DA5BDF460102F04C8CC3A5E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "SliceEscape iOS"; - target = 26D8717EB0F318653FB9C763 /* SliceEscape iOS */; - targetProxy = 0DDD4EE66F91D09188619B17 /* PBXContainerItemProxy */; - }; - 0F10BA3B5220F9FB61BF7D16 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 5D87AD3193C4D90FD9C8179B /* PBXContainerItemProxy */; - }; - 0FAE2DBE27D95467C3AFB46D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceSlicingObjectsAMD iOS"; - target = 983596DE8C0BFB636571955C /* IceSlicingObjectsAMD iOS */; - targetProxy = 93BEBC05532306FA1AEDF168 /* PBXContainerItemProxy */; - }; - 1164E4382B9F2C4C300A9DAE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 37ED755B12FCC0583ECA1212 /* PBXContainerItemProxy */; - }; - 11D741130322376C7172CC42 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = FDF9A5645B0240D99DE2FF8B /* PBXContainerItemProxy */; - }; - 1266E8E92D898438FC6EF1B5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceBinding macOS"; - target = 84AAA301C5D3AF97E6828B9A /* IceBinding macOS */; - targetProxy = 720F330D49EF2814155C4761 /* PBXContainerItemProxy */; - }; - 13EC7376399917A6F4985F30 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceServices iOS"; - target = DF67C7AEC35876C0CCF4A96A /* IceServices iOS */; - targetProxy = F3F9BFAF309FD4836BD0FDF4 /* PBXContainerItemProxy */; - }; - 167EC68770DCBFC81886B91F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceLocation macOS"; - target = 4434399DDA0D789BDAB8EDCF /* IceLocation macOS */; - targetProxy = 221A2C420C1A9087B55E7CDF /* PBXContainerItemProxy */; - }; - 1697C65C44B82CBEB265245E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceStorm macOS"; - target = B8D5C1F592E31ABE249CC078 /* IceStorm macOS */; - targetProxy = E650749F9DE5664CE7EFD2FE /* PBXContainerItemProxy */; - }; - 16E0DC56003F27C197DA65D1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Glacier2 macOS"; - target = FBFB66FA3AA0C4BACD7CAEF1 /* Glacier2 macOS */; - targetProxy = 21F2AE70E3D37455D567BBB9 /* PBXContainerItemProxy */; - }; - 17D6FC07049104A3479EE431 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 7CA3910FB0789320EE20268F /* PBXContainerItemProxy */; - }; - 17E4AA84E0081A0160F7A22F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 5710FC39CDFFBBD1632956E4 /* PBXContainerItemProxy */; - }; - 1807BFE7D066FFE825A19EBC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 4B24C60DD2735F19F92AB8D3 /* PBXContainerItemProxy */; - }; - 1C8C8242D9958C85A81FB707 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = F2C07CC5EC3AE2EF3E48430B /* PBXContainerItemProxy */; - }; - 1D0F5F70057CFE956BCE3C98 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceServantLocatorAMD macOS"; - target = 9B13B57D40995B5A58986BCF /* IceServantLocatorAMD macOS */; - targetProxy = 9211D311DD89DD888C03D35D /* PBXContainerItemProxy */; - }; - 1E5528ACD23F1444C341E3B9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = F347A0D0390120C571DF18FE /* PBXContainerItemProxy */; - }; - 1F96080B43C6108C5BA9A004 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceHold macOS"; - target = 41AF2CA6936313B5E6F391BD /* IceHold macOS */; - targetProxy = BC72A5BAF0F8B596CDDDDF97 /* PBXContainerItemProxy */; - }; - 210D93C5CE1B6BAF8583E68D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 2F145549E2ECE2604831DFC1 /* PBXContainerItemProxy */; - }; - 223FA5C36D5387D3A92718C3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = C6FAC2B7A282B158A959FF06 /* PBXContainerItemProxy */; - }; - 225C8AA1BDF53746F19E059E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceServantLocator iOS"; - target = 08C942FD89E4D9E7FA113627 /* IceServantLocator iOS */; - targetProxy = F999F6D9AA5364C5641B87EB /* PBXContainerItemProxy */; - }; - 22954B34E0A47983E6B3DE9D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 1F2B3F76BEAF1A445EAD42B1 /* PBXContainerItemProxy */; - }; - 25FB548EF674C7A8DC71D534 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceInterceptor iOS"; - target = 2B82F333BA11DB5D8BECDBF6 /* IceInterceptor iOS */; - targetProxy = 09D86D6C5084A5D227EE225F /* PBXContainerItemProxy */; - }; - 26273A8A01152B7B735D8E52 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 4D812AF9E49B9BA1AF671E67 /* PBXContainerItemProxy */; - }; - 264BC338C6E40185DAA8E7BC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = ED22EDC542CA4128A4272E26 /* PBXContainerItemProxy */; - }; - 26587AD449CCB3B5D3DD2D6E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = BE1E84FF3A8338A1BA3DFE4A /* PBXContainerItemProxy */; - }; - 26E5DD3BEB852EE4C8DB3FF6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 0D0E77FB031E59897244F92D /* PBXContainerItemProxy */; - }; - 26E6A837F9F3EFF049C9A1AA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceExceptions macOS"; - target = 5A26265E443FF04358AE528C /* IceExceptions macOS */; - targetProxy = F292D38B412A25F57B561E8C /* PBXContainerItemProxy */; - }; - 27AA1C0790CF7A8B2557983B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = A2C96F9A6982B7F377ED37D4 /* PBXContainerItemProxy */; - }; - 28FCEC4C8FBAE8C9D638AE3A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 97A804BC39125A92D546055F /* PBXContainerItemProxy */; - }; - 2A80FC7A1C0D10531E545B83 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 396D95E81049556B6818C49D /* PBXContainerItemProxy */; - }; - 2B09BB6A39751A23449D1194 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceOperationsAMD iOS"; - target = 9F3B1821E0C570BF87946D26 /* IceOperationsAMD iOS */; - targetProxy = 144F03DDB219C92CC0AD982B /* PBXContainerItemProxy */; - }; - 2B1B355F21DDF3BE4F41B18B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = FA38DD4A2599FD79A1FCA902 /* PBXContainerItemProxy */; - }; - 2B47301E751C23EFBE4F8294 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceOperations macOS"; - target = 615480D42FAF508D7F8AA5BC /* IceOperations macOS */; - targetProxy = EBDBA820E18BCDE686908DF9 /* PBXContainerItemProxy */; - }; - 2B778FCC7C694EED66868D10 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceDiscovery C++11 macOS"; - target = 3AA88FF2CD4BC207F3E38A68 /* IceDiscovery C++11 macOS */; - targetProxy = 076A7FBA191D0BF483C0A3DE /* PBXContainerItemProxy */; - }; - 2C35865548487819E61CD5C5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice C++11 macOS"; - target = 04ABE78C2D82D8E0F3B6615C /* Ice C++11 macOS */; - targetProxy = 89130D871CF9DB3F3FFB3C38 /* PBXContainerItemProxy */; - }; - 2C75679E47BB1A606F96DE00 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = D673464449D815C693CED06F /* PBXContainerItemProxy */; - }; - 2E2365AC0BDC8918C91F15F3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceFacets iOS"; - target = 8C1035C93AB58A55E8EB9B9D /* IceFacets iOS */; - targetProxy = 484B59305DCF5D0F7D737D6E /* PBXContainerItemProxy */; - }; - 2E73BB1C13AA4FC7B334F57C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = F56C6CA8F14343C786663240 /* PBXContainerItemProxy */; - }; - 2F831D8CEE40F51B9F617D79 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceGrid iOS"; - target = 2646D8A7E773E3BDE5BE8E29 /* IceGrid iOS */; - targetProxy = 6833646617F50B5F99224F96 /* PBXContainerItemProxy */; - }; - 3244052F17A2A6DDF30979C1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Glacier2 iOS"; - target = AC5B52B4AAA6CC13CA8A2DDB /* Glacier2 iOS */; - targetProxy = CA56ABC7E7B37A199F53B865 /* PBXContainerItemProxy */; - }; - 32A9B8CD1DF556B5E5C61FE8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceProperties macOS"; - target = 529314BF4173169E9CB2F36B /* IceProperties macOS */; - targetProxy = 78F98741015DAF726FBA93FA /* PBXContainerItemProxy */; - }; - 335A5AB7C7B7A487BA41F78C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 9597FB16871D9D4BDF6A58A9 /* PBXContainerItemProxy */; - }; - 33A8D8114126AA8536176F9A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 98DB500817B95AC1BE905C7A /* PBXContainerItemProxy */; - }; - 33CC3B2171296B8FEE8D9CB0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 2090F85D0C4A629C299DAC0A /* PBXContainerItemProxy */; - }; - 354922DD748FAF19507292F0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceInheritance macOS"; - target = FC49A3F19B353AC4051631B4 /* IceInheritance macOS */; - targetProxy = 571722DCA58D3280510DBAE2 /* PBXContainerItemProxy */; - }; - 3549A8EFC012523759D7C1B9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 1405B64CF0AB7E8116B7FFF9 /* PBXContainerItemProxy */; - }; - 384F9D5525DDD9DA5F2BDCB1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 7E42163A5BD5EB9625515535 /* PBXContainerItemProxy */; - }; - 3A15991EDADCB55D910D42DD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = A5B8085302BFA40AF3522E4B /* PBXContainerItemProxy */; - }; - 3A6302D4E95736627714E1FF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceOperations iOS"; - target = B7EFE020C9D77334FB6C5B4B /* IceOperations iOS */; - targetProxy = C20D2C69AEEDD95371E42ACB /* PBXContainerItemProxy */; - }; - 3C571710DABB166F5AB0D497 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceStorm macOS"; - target = B8D5C1F592E31ABE249CC078 /* IceStorm macOS */; - targetProxy = B69CE10E62DE8F029C6CBA37 /* PBXContainerItemProxy */; - }; - 416D7FD01A7671C500F22B8D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 0EB89F1B2A18E897F751F54B /* PBXContainerItemProxy */; - }; - 416FAFE324EDB70B39EEAAC5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 8DFC07199E95E21CB8D2ABF3 /* PBXContainerItemProxy */; - }; - 43B165872B3B751A3C828633 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 4CA0D05C006208E49B678FCC /* PBXContainerItemProxy */; - }; - 4433B6BB516D59984B87129C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = C35EB83D7756B70D9A40DD3E /* PBXContainerItemProxy */; - }; - 443E309CCEBA2F5B1649F301 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceProxyAMD macOS"; - target = 38C1EA904D5C3BCB045C88A2 /* IceProxyAMD macOS */; - targetProxy = 76390DCCAEA59C6D31FE48C2 /* PBXContainerItemProxy */; - }; - 445588A8E4930A760FD185E7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 6F71D9490BEF8E58D04C1868 /* PBXContainerItemProxy */; - }; - 4609D89767C5EC483B2A4EF2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceSlicingExceptionsAMD macOS"; - target = D07E492BEFB243158D25D09C /* IceSlicingExceptionsAMD macOS */; - targetProxy = 0B6551F9AB9BAA4EB2DFA780 /* PBXContainerItemProxy */; - }; - 47FB782459BC2150AD05A8C0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 68FA5CD5D3BE1AE97589F1C8 /* PBXContainerItemProxy */; - }; - 47FE95D45ABA35FC405F49A5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = E99774074A8FF35E057B2617 /* PBXContainerItemProxy */; - }; - 49CBBCF4F2BE23E6AC12D730 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 1819A3F4E2BF3546C183A010 /* PBXContainerItemProxy */; - }; - 4A6A04D7D9C890A5021B5F52 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = CE57E0618D88D8B0EDCFAE66 /* PBXContainerItemProxy */; - }; - 4AA57B4CCAFD40B94EB5703C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 2D02A219CBEBD9573C6A045D /* PBXContainerItemProxy */; - }; - 4B02A11F530EE883CB2578B8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceDiscovery C++11 iOS"; - target = 49D15054211B9CC6B08CB18E /* IceDiscovery C++11 iOS */; - targetProxy = F8E3F3CD0C91D48B98C016D3 /* PBXContainerItemProxy */; - }; - 4BAC91CC5FEA7F7B16E72836 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = C640207D4C684B47C8580F7D /* PBXContainerItemProxy */; - }; - 4D3889E084E8D41CA4DEDB01 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 3D208A518B330B7F9465B12D /* PBXContainerItemProxy */; - }; - 4F1EA7D3FA5C865629A2BBCE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = ABDC8BDE7C177CC5735A455B /* PBXContainerItemProxy */; - }; - 505B7DE87463FDA5DDC46ED5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceSlicingExceptions iOS"; - target = 737F194EFAAE24FEE20C5FF6 /* IceSlicingExceptions iOS */; - targetProxy = 11F96F305582FC17417991AD /* PBXContainerItemProxy */; - }; - 5065DF2B0375FBEBBB2201BC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceScope iOS"; - target = 3E69BE60A2C26A59EEE938DC /* IceScope iOS */; - targetProxy = EE9FB5C41B9FBA5CC9ADF816 /* PBXContainerItemProxy */; - }; - 50A1A7D5CE091CCF362A1E0C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = BC08447AFDB3B5F220C7F52A /* PBXContainerItemProxy */; - }; - 50D2263AAB01A82D88D338AC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceLocation iOS"; - target = 199245355B4B5CD9FF6A6386 /* IceLocation iOS */; - targetProxy = 19A7FC7514BFDF27540E6C14 /* PBXContainerItemProxy */; - }; - 5268EA67DC169DE818CC8F75 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 20B470636241F129E7F93EC8 /* PBXContainerItemProxy */; - }; - 526B313AFAD59FA551C9CD53 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceLocatorDiscovery C++11 iOS"; - target = 696D6136245EB191F3A59E1A /* IceLocatorDiscovery C++11 iOS */; - targetProxy = 60C30DE929B72855A8DD1372 /* PBXContainerItemProxy */; - }; - 52B1E6A9E6405D07BA0F27F4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 5E926C954F3A8858CB799B09 /* PBXContainerItemProxy */; - }; - 5357751A9DD5D2904A7730A7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = F61FA6822996E3BB551D7DDB /* PBXContainerItemProxy */; - }; - 542D43169C87228020236E49 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 59E2AF8828513099F1A302F3 /* PBXContainerItemProxy */; - }; - 561BA1C3CB952DA14DB79002 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 929A515A6EDD66B671E40125 /* PBXContainerItemProxy */; - }; - 563C4F9E29E7516CE8B3250D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 9C64BBEB1865EAF981E3B50B /* PBXContainerItemProxy */; - }; - 56AD4C9FBA4453BBCDDD0875 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceDefaultServant iOS"; - target = 3889B46D2FBF6B61B7DA5A5A /* IceDefaultServant iOS */; - targetProxy = 1AA5486C2B2780994FABE39E /* PBXContainerItemProxy */; - }; - 58136F1BADC3144165D815F6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 5D8A49A1E8DBBD731D1D4D8C /* PBXContainerItemProxy */; - }; - 5ACD58BB931BA6EFA23D53DA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceDefaultServant macOS"; - target = 2997C7A465709CD09CD4C4BB /* IceDefaultServant macOS */; - targetProxy = B2DBBBA58DCF59CA9E9CA36B /* PBXContainerItemProxy */; - }; - 5BFDD882BC29CD6E31A0A5E6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice C++11 macOS"; - target = 04ABE78C2D82D8E0F3B6615C /* Ice C++11 macOS */; - targetProxy = 831F35CFD61D8BB19FDD3A3E /* PBXContainerItemProxy */; - }; - 5CE3621271F0E4C4F63E9D9D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceInfo macOS"; - target = 10E56726E39C8E4E56D51BC4 /* IceInfo macOS */; - targetProxy = 59A627B94164E5E4A39D7900 /* PBXContainerItemProxy */; - }; - 5DAF9558BD888A9BA538C325 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 2C5DE750C359BC2A30F63723 /* PBXContainerItemProxy */; - }; - 5E5F2CC3DC8DF57F3D866B54 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 399FF3FB6347A6503490CFDE /* PBXContainerItemProxy */; - }; - 5FD75BA8D5A7A7C4F0CA3088 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceAmi macOS"; - target = 0A757D8B307D80F7BD3C5017 /* IceAmi macOS */; - targetProxy = 30FB8DC6A686B05DEB1C3628 /* PBXContainerItemProxy */; - }; - 5FF97F04EC1FEDE3204B0343 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 09A3E52F59DDF46922C5FB89 /* PBXContainerItemProxy */; - }; - 618D3972916FA254B26E328E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceSlicingExceptionsAMD iOS"; - target = 3CB27B168E65D6B824278AE1 /* IceSlicingExceptionsAMD iOS */; - targetProxy = E7695BD8EE27DDCDDC9CD1C9 /* PBXContainerItemProxy */; - }; - 62E1383BBC82CAA4600921BB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = C177500A281F8265CCD482BE /* PBXContainerItemProxy */; - }; - 6339F28A779A84F57105BBD3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceObjects iOS"; - target = E47FCF3BB733DC4EC57A0924 /* IceObjects iOS */; - targetProxy = D738E969E2DDF9D604BAAD45 /* PBXContainerItemProxy */; - }; - 6473BB2BF839A0C3AA0BBF14 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "SliceEscape macOS"; - target = F4A16370E4157DCD4CF7F964 /* SliceEscape macOS */; - targetProxy = E9D5A68388B16A6E41C42542 /* PBXContainerItemProxy */; - }; - 64E2DBD2FB0CF03A0FD858C5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceAdapterDeactivation macOS"; - target = C5982316F62D05CD651717E7 /* IceAdapterDeactivation macOS */; - targetProxy = 9338026585418A72A05DEE35 /* PBXContainerItemProxy */; - }; - 6550E774623793A73ACDD4EE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceProxy iOS"; - target = BEBD5165FA221E0C61A12DD9 /* IceProxy iOS */; - targetProxy = 56D67D1D13551ECC494292BC /* PBXContainerItemProxy */; - }; - 65F8D90FAF604B13E5D29075 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 8FF049F5EBED88BB74760CA6 /* PBXContainerItemProxy */; - }; - 67789B7982F0B48D06EC11B0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 2F16B705DBEE879F8AEE845F /* PBXContainerItemProxy */; - }; - 6786C94697BA770CC188DC4B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 208712A54D7C80A5E1D013C2 /* PBXContainerItemProxy */; - }; - 67AC6E75E00A1CF41A8FACF7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 9D1505E60C38D15B1D840713 /* PBXContainerItemProxy */; - }; - 67B031B4D8993288C7843E4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceObjects macOS"; - target = B564F6A99559D774EF563A3F /* IceObjects macOS */; - targetProxy = FC804A9AB6BDB06C3653BEDF /* PBXContainerItemProxy */; - }; - 6869B13D9CCD41CC7B01357D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = A14C3825AE339D2C4D4C65DF /* PBXContainerItemProxy */; - }; - 6904747B72BC3EF7E92C60A6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = EF4E1423CA3DE48796FBF7D3 /* PBXContainerItemProxy */; - }; - 6914D31020D1CBDDF97969C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 61EBF15B7A1C2349628E4AF4 /* PBXContainerItemProxy */; - }; - 69964E7848A218E1DEDFC2E0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 7A68B6DCA42F642338D76D6C /* PBXContainerItemProxy */; - }; - 6A2AD27DCD8B5B2CB05083E8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceAcm iOS"; - target = 46452DCDFFD6A246079637CB /* IceAcm iOS */; - targetProxy = D60BD7E9DC5676E77F63EDDF /* PBXContainerItemProxy */; - }; - 6A5B13C3D4BF44CF6DE975DE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceTimeout iOS"; - target = 29279E4ADC71CC6522E7C012 /* IceTimeout iOS */; - targetProxy = 9742AE7FC358856C1F997A37 /* PBXContainerItemProxy */; - }; - 6B800448C27AC9995729A2E3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 144D57699F421A453D879D0E /* PBXContainerItemProxy */; - }; - 6BECC44222CAD7C68E324C3D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = A9D86FD03FA249C0E1B1FF42 /* PBXContainerItemProxy */; - }; - 6C22381685946362D296DF7C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 232EE525AB7443632644DF3D /* PBXContainerItemProxy */; - }; - 6C3562F7E1400576B368712F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 6D0310C13A5DCC1002BCEDFF /* PBXContainerItemProxy */; - }; - 6DF06C963636C427AF40A926 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceExceptionsAMD iOS"; - target = 57D39C477D54466601C5A786 /* IceExceptionsAMD iOS */; - targetProxy = E455388208A742768A7D24EB /* PBXContainerItemProxy */; - }; - 6FC6EC1890665DCEAC5A5727 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = DC9533A8C2C8F985E804CD9C /* PBXContainerItemProxy */; - }; - 7051368F9D3D1E5E3808805C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice C++11 iOS"; - target = 5DA5602D00AE3159023AFB5D /* Ice C++11 iOS */; - targetProxy = 5861FE679598D667D6219FC8 /* PBXContainerItemProxy */; - }; - 711D5DEEE06075DDADB72213 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceOptional macOS"; - target = D2A90EB733FA2B780783AADF /* IceOptional macOS */; - targetProxy = CD34B6091220C74DD1668C00 /* PBXContainerItemProxy */; - }; - 7208F57935FA5E9E24A307E3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 7330088081A46278F32264FF /* PBXContainerItemProxy */; - }; - 72746F191DD4652E14575CF6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceOperationsAMD macOS"; - target = 8D4D7F1ABB790FA722EC7917 /* IceOperationsAMD macOS */; - targetProxy = 7C4197A3AFACC893BF9F54EC /* PBXContainerItemProxy */; - }; - 73508A1A1B56CD95DCCF893E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceProperties iOS"; - target = A3B6CDB0CD7C0059D4D3CBF9 /* IceProperties iOS */; - targetProxy = 718762720FB2D9A1D6045FCD /* PBXContainerItemProxy */; - }; - 7448C1D149CBF37D898D6415 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceAdmin iOS"; - target = 24A0E61D1931744BC729034A /* IceAdmin iOS */; - targetProxy = 736425D866A7923A2719540C /* PBXContainerItemProxy */; - }; - 75C002C3683579061F37770D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = DB666A0A9E696FCCA300C8D7 /* PBXContainerItemProxy */; - }; - 75FF220CA1125F22FF50CA9C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceInfo iOS"; - target = 2A0224A2EFBB3E87655C351C /* IceInfo iOS */; - targetProxy = 2152DAED3FAD6AB0B5DF41B0 /* PBXContainerItemProxy */; - }; - 769B73A0D383FE05DBB7FFD5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceExceptions iOS"; - target = 7EB54A3072775CD2177DC7A7 /* IceExceptions iOS */; - targetProxy = C266014555D8E6DBEF4A28F2 /* PBXContainerItemProxy */; - }; - 78CEFB1A72110EE60FDB3F21 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 1E5D3D36B7A333EDDDD3C5CF /* PBXContainerItemProxy */; - }; - 79907CBDE1D21DF4674DCEBB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = BD3E6E18E657D24DC3A40C9D /* PBXContainerItemProxy */; - }; - 7A1B75A2AFF576862F850EB8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceAcm macOS"; - target = 45549440E1718C4D35E63237 /* IceAcm macOS */; - targetProxy = AE9D345A351B33C079E3FC91 /* PBXContainerItemProxy */; - }; - 7AB9AFA228B9357774F00016 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceAdapterDeactivation iOS"; - target = AEE1F674AD81A9327E42EDDB /* IceAdapterDeactivation iOS */; - targetProxy = B7F1953731CF30A6D0C42344 /* PBXContainerItemProxy */; - }; - 7B2D6496A0B0CA37BC1B1E7A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceDefaultValue macOS"; - target = 627EF9C25191013A38BA3C83 /* IceDefaultValue macOS */; - targetProxy = E7C2FF626DBEF09B758F3F47 /* PBXContainerItemProxy */; - }; - 7C19001548D502798662B0D1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = E28C5869BB6C1CC613CD30BB /* PBXContainerItemProxy */; - }; - 7C45704DFE9C89DE81C18E81 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 195FCFDEE7EFAAB16AF81A5F /* PBXContainerItemProxy */; - }; - 7C885D4DC1517A39B6AAEC36 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceBinding iOS"; - target = F1949C2140DCFA5E835C5C17 /* IceBinding iOS */; - targetProxy = 7197824CC6154D953B46BE8A /* PBXContainerItemProxy */; - }; - 7EECA71D1209359102D19880 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceTimeout macOS"; - target = 9F95E6A433F94E974D32566F /* IceTimeout macOS */; - targetProxy = F3A66F44F7A8713864CD6250 /* PBXContainerItemProxy */; - }; - 7F1CBFCEDFF7592299B8E767 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 894F108120051CBF396B7383 /* PBXContainerItemProxy */; - }; - 8013596BF0B6673017AE9925 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Glacier2 iOS"; - target = AC5B52B4AAA6CC13CA8A2DDB /* Glacier2 iOS */; - targetProxy = B98AF5B51203F4D0188792E2 /* PBXContainerItemProxy */; - }; - 80415BFA23B5F71708C31594 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 302E9DDA13EDEBAA0C1C6461 /* PBXContainerItemProxy */; - }; - 83E58029B07ED33EB879DB29 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceOptionalAMD macOS"; - target = 7C5D25F9DE7921A57B72E85F /* IceOptionalAMD macOS */; - targetProxy = 6CB8FFC27C1C7F3D2A0E974C /* PBXContainerItemProxy */; - }; - 862E19C471E8DE68F15CBF4F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = B89F2D0235F69678736B2597 /* PBXContainerItemProxy */; - }; - 865F09E12BF0AB27BF5FE513 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceGrid macOS"; - target = A250D484C77105742100E390 /* IceGrid macOS */; - targetProxy = 1E59CC1DE82AF2C223F12E78 /* PBXContainerItemProxy */; - }; - 86F52CD5342C5A5094EBBF81 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 1D8BD3CF996B922E28683DB1 /* PBXContainerItemProxy */; - }; - 8777B7EA77BA6F64CBF1F713 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceImpl macOS"; - target = C07B8E267CA90FCDBE4E7E7D /* IceImpl macOS */; - targetProxy = BCC16596ECA2804FEDB53B69 /* PBXContainerItemProxy */; - }; - 88CE47F5A6556E984A0C3314 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 45D7F71E010A419A4F9BDD80 /* PBXContainerItemProxy */; - }; - 896C3ABA52835962B333F257 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 50A1FA2B88000EDD83006EF1 /* PBXContainerItemProxy */; - }; - 8DE1D2AFA66323BE0D6830F2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = F2074BD9EB83504F96A73C4C /* PBXContainerItemProxy */; - }; - 8E5E9DF78C4648D714DEA913 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 4F280D704E7E30DBFF24D934 /* PBXContainerItemProxy */; - }; - 8F43B4ABBB390EA0AA2806B1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 4A4F8C5EAEFD06F4B880420C /* PBXContainerItemProxy */; - }; - 8F7B5636B28615FCF1F89DAB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 09B639B4B4CE81CDDCBEC692 /* PBXContainerItemProxy */; - }; - 902D152B990BFBDB128AAAA4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 5B2F93B6F54E4110EE384EB4 /* PBXContainerItemProxy */; - }; - 932568BF537D0E9CF04A3F73 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 7B189B537112F1A3D8466612 /* PBXContainerItemProxy */; - }; - 949E14996BB86EA14239E327 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 4C60141AA1A8FD05F8685B95 /* PBXContainerItemProxy */; - }; - 996596739BF001F14B815636 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceSlicingExceptions macOS"; - target = 57285D8128490A28FD5E1EA9 /* IceSlicingExceptions macOS */; - targetProxy = DC9398A2524EFC9ABDCDD65D /* PBXContainerItemProxy */; - }; - 9B7DC02499B2C036C616A166 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = B38B23126632727546B9AF43 /* PBXContainerItemProxy */; - }; - 9C3512FCC97B40E3D8F88C03 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 8F77F087CA76298635C6EB3B /* PBXContainerItemProxy */; - }; - 9D410204734AAA73906D3161 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceInheritance iOS"; - target = C2F3B80C3A24BFA9444F31E1 /* IceInheritance iOS */; - targetProxy = D515AAF200C59B874CB199F9 /* PBXContainerItemProxy */; - }; - 9E47C0D59B7542553E30A851 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = FAF02CF1DDD58658039E04DB /* PBXContainerItemProxy */; - }; - 9E82D85D6E5E2CBF7F61188A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceProxy macOS"; - target = 915EFEBB1B2962C505C96286 /* IceProxy macOS */; - targetProxy = 0FC18BDE7D824822616376E6 /* PBXContainerItemProxy */; - }; - A2967B38CF2279E1730A4928 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceServantLocator macOS"; - target = 1F99406342A96A78168E74BB /* IceServantLocator macOS */; - targetProxy = CF727DA49691973064686C6A /* PBXContainerItemProxy */; - }; - A3FCCE06FBBB03C015426F21 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 458731DB8A8E8EFE42D7E6C3 /* PBXContainerItemProxy */; - }; - A646BFF2EBABF5DA511E2EA2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceStream macOS"; - target = A02AEC1FCAEDD308F0CBDCC6 /* IceStream macOS */; - targetProxy = 2F78747818E14907E05B6CE6 /* PBXContainerItemProxy */; - }; - A7B3E8467799D00673BAB97C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 192BAF3A73C465B85A7C1F06 /* PBXContainerItemProxy */; - }; - A82EA4403CC23337135C80BF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 5A8BB27B6F9BA4688ED7F443 /* PBXContainerItemProxy */; - }; - A8ECDEF5B6890C8F5A429DE1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceProxyAMD iOS"; - target = BCD219D62CE917ADBC7AFD22 /* IceProxyAMD iOS */; - targetProxy = E6950B775308746D5C44E728 /* PBXContainerItemProxy */; - }; - A98F664C6659C5CD598BB15B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceOptional iOS"; - target = 34AC5913121CF6E0F793DEDD /* IceOptional iOS */; - targetProxy = B58780123737EA9831766563 /* PBXContainerItemProxy */; - }; - AEC180946B16CB7D1C4DBF3C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceImpl macOS"; - target = C07B8E267CA90FCDBE4E7E7D /* IceImpl macOS */; - targetProxy = B285BE39E77D3B8ED9754FD9 /* PBXContainerItemProxy */; - }; - B013408EC0683BA8E33F05B2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceDefaultValue iOS"; - target = 8E4EE2567B3C187D2F9C1173 /* IceDefaultValue iOS */; - targetProxy = A51CFA7AB7E9E40ED0DF1944 /* PBXContainerItemProxy */; - }; - B04DB607E476251755885F9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 9A9011F308379E6B0B07DF7C /* PBXContainerItemProxy */; - }; - B13CE3F8761F18087CE22379 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 231E3EB4B30195829B9C7C43 /* PBXContainerItemProxy */; - }; - B49EAB63D6E9C34958A5D033 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 96EFEFE1AAD1D22BEBEADECE /* PBXContainerItemProxy */; - }; - B4D560EC692795C1AB1CEE1A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = BC52C300EB2A04A651C8A75E /* PBXContainerItemProxy */; - }; - B7F7351D814B5FBA1FFC8E3D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 0D834A00427086014DA514E3 /* PBXContainerItemProxy */; - }; - B8F1E89B87825266C11A5519 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = B0030EF96F2C9179821DEEDD /* PBXContainerItemProxy */; - }; - B9D7BB9E7B4B9D112E9DF8EF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceStorm iOS"; - target = 16C02D2C934DC57FE079663F /* IceStorm iOS */; - targetProxy = 7CA52B64C6B2B6B870FF00A8 /* PBXContainerItemProxy */; - }; - BAABD39AF8227DE63E0F15A3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 555E024B24C17A7DE5F0ADE3 /* PBXContainerItemProxy */; - }; - BAC027B9F32EA0F4AFC54489 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 740DC98CDBA9B6B07DFF5C7F /* PBXContainerItemProxy */; - }; - BB29484678B4A6BC5EAD1F7C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceSlicingObjects macOS"; - target = A1FCF6486037B74ACCD22503 /* IceSlicingObjects macOS */; - targetProxy = E32F18D290F55AE591D00478 /* PBXContainerItemProxy */; - }; - BBE4C6AFCAA0609900EA9E58 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceSSLConfiguration macOS"; - target = C4633684AA9C8E2D8E2A3BF1 /* IceSSLConfiguration macOS */; - targetProxy = FB51C03C494EF521DC56095E /* PBXContainerItemProxy */; - }; - BBFC483DC74CA8ED3A565C13 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceSlicingObjectsAMD macOS"; - target = 2AA26A44152A667D249E2998 /* IceSlicingObjectsAMD macOS */; - targetProxy = 5043D766A126E61F250463D1 /* PBXContainerItemProxy */; - }; - BD80C5D9BB72B119C04283F1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceUdp iOS"; - target = CC929AD29689B47CA62D417E /* IceUdp iOS */; - targetProxy = A6DC1B99D20022B136E62F81 /* PBXContainerItemProxy */; - }; - C17DD2C1DFB44F065EB562D7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceImpl iOS"; - target = 4CDAAF1A166952EC0C4E0BF1 /* IceImpl iOS */; - targetProxy = DC5AE239C7B721B9673DD654 /* PBXContainerItemProxy */; - }; - C1956C8C1A66B382C06C35BC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = B19925B9ED338D734914D922 /* PBXContainerItemProxy */; - }; - C1F394080804B49038462DC5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 4EEA7C7E13C8CB9FA6592163 /* PBXContainerItemProxy */; - }; - C2D552543A04BCB1C90C0836 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 9EAC2BB7D69A92CC378D399F /* PBXContainerItemProxy */; - }; - C31F871E6F410119CF66B3AE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceUdp macOS"; - target = 1F284CA948D007302C982357 /* IceUdp macOS */; - targetProxy = 6622A1F58AE077A765492903 /* PBXContainerItemProxy */; - }; - C3351F650DE37970BEF63E6A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceEnums iOS"; - target = D9AE09FB3585B148EE15E9D9 /* IceEnums iOS */; - targetProxy = 8685E9A8FFDD5344998A5E70 /* PBXContainerItemProxy */; - }; - C3E08614742AB34ACA072519 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceInvoke iOS"; - target = 31D342F49CC37B0DFA959D8A /* IceInvoke iOS */; - targetProxy = EC4B7698A70E3DEE1849D547 /* PBXContainerItemProxy */; - }; - C3EC146D2A7DB317B4C97D58 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceSlicingObjects iOS"; - target = 99D043CF9A0E172FCFC4C4B0 /* IceSlicingObjects iOS */; - targetProxy = 321D14768D089FF940693129 /* PBXContainerItemProxy */; - }; - C5DB2260BB147B158EB4CCFF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 0D9BD4F49481916A916FF362 /* PBXContainerItemProxy */; - }; - C5F9CCC0B291D8A268473F19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceAmi iOS"; - target = 9A9DEB6418C9257648D6A235 /* IceAmi iOS */; - targetProxy = E00FE735E612D8AD79F39317 /* PBXContainerItemProxy */; - }; - C66718354985552446A566E6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = B92E478B0BBBA773E2AC843C /* PBXContainerItemProxy */; - }; - C6F0F1CC258CECBC17386D3E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 854A090F6A66CEBF0AEDED26 /* PBXContainerItemProxy */; - }; - CB8F434183D2935509B39B0B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = ABE4C8E7C88C74E206D2105E /* PBXContainerItemProxy */; - }; - CC0059B926218535B5D62531 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceAdmin macOS"; - target = E1EEB80531F6CCE4CB628B62 /* IceAdmin macOS */; - targetProxy = EA5010438DC08BDCE3A224EC /* PBXContainerItemProxy */; - }; - CC6BBD2AB5F9CC06D02D249D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice C++11 iOS"; - target = 5DA5602D00AE3159023AFB5D /* Ice C++11 iOS */; - targetProxy = 68A0CA494016011E788CEF14 /* PBXContainerItemProxy */; - }; - CE185284674CE65CDCEF95B1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 256A70A32FCC1DB9CFA8A408 /* PBXContainerItemProxy */; - }; - CF10BC561FC771931781C170 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 6CFFA5183F70AC0997AAD28F /* PBXContainerItemProxy */; - }; - D00A8B60DC6109E22F68E856 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceStorm iOS"; - target = 16C02D2C934DC57FE079663F /* IceStorm iOS */; - targetProxy = 9D5A32D676174C1C468BC8C9 /* PBXContainerItemProxy */; - }; - D10918C649245B16EDE14174 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = FBF4CD6EAD3CA367161D3B9C /* PBXContainerItemProxy */; - }; - D142A33923862678D6C26242 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 18BD8B97402ED565EFA00DEC /* PBXContainerItemProxy */; - }; - D233CF0851E7A6B017FFAE3C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = D0EC1560DF36D4E14A0B954C /* PBXContainerItemProxy */; - }; - D24A0353C199C7B7AF4BA774 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceGrid iOS"; - target = 2646D8A7E773E3BDE5BE8E29 /* IceGrid iOS */; - targetProxy = 7672624AD54550F8521412D8 /* PBXContainerItemProxy */; - }; - D2E7DBF27809B6A06601A7F6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 45EA93F06DC1579D94330C63 /* PBXContainerItemProxy */; - }; - D3F80F9B28BE6A19F1ACEEA7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Glacier2 macOS"; - target = FBFB66FA3AA0C4BACD7CAEF1 /* Glacier2 macOS */; - targetProxy = 7E4D632BC6E4DE248653A07D /* PBXContainerItemProxy */; - }; - D421E76E09FD1F357EDF2FE8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceImpl iOS"; - target = 4CDAAF1A166952EC0C4E0BF1 /* IceImpl iOS */; - targetProxy = B6C22FC8D0F087C940837712 /* PBXContainerItemProxy */; - }; - D4B36895492985F143ADF9A5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice C++11 macOS"; - target = 04ABE78C2D82D8E0F3B6615C /* Ice C++11 macOS */; - targetProxy = C4D21D47AAB3654BCCDC3144 /* PBXContainerItemProxy */; - }; - D5550FAD971FCDE391AA7C98 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = BB2F38D82D49B3702C78F330 /* PBXContainerItemProxy */; - }; - D5B23B291835F00B4DB24A36 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 094C2E5066A5323901EC3AD3 /* PBXContainerItemProxy */; - }; - D6016936626FCA5F3921E496 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceRetry macOS"; - target = E13AF536398A890833FFC655 /* IceRetry macOS */; - targetProxy = 0909673234428DAD5D8D8243 /* PBXContainerItemProxy */; - }; - D8350F0624357AEB979D0135 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 919DC87F97E7B2AACBBD5B5D /* PBXContainerItemProxy */; - }; - DB3C03ACEE31AEC337853CCE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = D97E20121570AE74FCF873DA /* PBXContainerItemProxy */; - }; - DE3CF6E0EBAC74076AF0320E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 81E73D014721118BE76D87E0 /* PBXContainerItemProxy */; - }; - DF3CFD08EEAE5D55AD373E77 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 5736D1BB77BBE6E9612973CB /* PBXContainerItemProxy */; - }; - DFCC719F50E4B316FF9F2F55 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = 17FD1919F9AFA945C049CE71 /* PBXContainerItemProxy */; - }; - DFD93F8D96E58582C0022010 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 8460DD3ED78B8DA7BC8E0465 /* PBXContainerItemProxy */; - }; - DFEB9FEAE6481E1DA65CE2CA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 0994D1F501AAD22D7284006B /* PBXContainerItemProxy */; - }; - E0CCA65D2B58CB8992CA6CBA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceServices macOS"; - target = 140CB18515FA53ECB140F7CC /* IceServices macOS */; - targetProxy = 7C0C367A5555B3F62AC3AFF8 /* PBXContainerItemProxy */; - }; - E213F74F6508F05644EA6583 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice iOS"; - target = AA856D3D0EBE73A655B10DCE /* Ice iOS */; - targetProxy = EB4069F072DB9B568B95EE5A /* PBXContainerItemProxy */; - }; - E570FFFC1A885690A46C20BF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice C++11 iOS"; - target = 5DA5602D00AE3159023AFB5D /* Ice C++11 iOS */; - targetProxy = 7A4B14E50A9EF8889C043508 /* PBXContainerItemProxy */; - }; - E63570D6A030D4724784A119 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceLocatorDiscovery C++11 macOS"; - target = 14535688C6E2E4A839C04451 /* IceLocatorDiscovery C++11 macOS */; - targetProxy = E956E0C6D4280C3D1EC78328 /* PBXContainerItemProxy */; - }; - E8DCDF71A89FC57000D3C535 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceSSLConfiguration iOS"; - target = 0EDA203583B355501DD47E73 /* IceSSLConfiguration iOS */; - targetProxy = AB0351D1ED35B9AC93D57E65 /* PBXContainerItemProxy */; - }; - E9417BFC8C112DCAB09A5D68 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Glacier2 iOS"; - target = AC5B52B4AAA6CC13CA8A2DDB /* Glacier2 iOS */; - targetProxy = 6392976D3234498D8EDEBFFA /* PBXContainerItemProxy */; - }; - E982B85311CB453D092BF136 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceScope macOS"; - target = 993C3F64323081AD7846C3D1 /* IceScope macOS */; - targetProxy = 838948C62C02702EC068F299 /* PBXContainerItemProxy */; - }; - ED3159A6574CC60DC0FE5C65 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceInterceptor macOS"; - target = 60F33D27C2F25EAA1C58217D /* IceInterceptor macOS */; - targetProxy = 534235D975DA598C3003B922 /* PBXContainerItemProxy */; - }; - EE4B4058636058A3B8BD22F7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = DD86754DFB50565D3B9C1645 /* PBXContainerItemProxy */; - }; - EEF2761A50D84951B3FC3D7D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = D4D39EE0C45DB478740DD88A /* PBXContainerItemProxy */; - }; - F328C6236A09249A8325AB66 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Ice macOS"; - target = EE743BE7277805136A7EEB71 /* Ice macOS */; - targetProxy = 2F4AB5C5978C4CB4D968B985 /* PBXContainerItemProxy */; - }; - F4B3D0B07B15108174A0CC90 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceEnums macOS"; - target = BFD01B6CA65F9516862D1FA1 /* IceEnums macOS */; - targetProxy = 6034F24196B01C89E967E0A4 /* PBXContainerItemProxy */; - }; - F5787A99C870CB54CFFB2E44 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceFacets macOS"; - target = 8F11329102906B0FE306EF9C /* IceFacets macOS */; - targetProxy = 1CA354496945D633B349F340 /* PBXContainerItemProxy */; - }; - F5C06429B5D05FD6F4B92B02 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Glacier2 macOS"; - target = FBFB66FA3AA0C4BACD7CAEF1 /* Glacier2 macOS */; - targetProxy = 197361DC1A8766585D3FFC5C /* PBXContainerItemProxy */; - }; - F605D9358858CD7019AEB782 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceRetry iOS"; - target = 02BA85F98EB32966A7AA3C21 /* IceRetry iOS */; - targetProxy = 79334374FD217F097648201E /* PBXContainerItemProxy */; - }; - F63875B0AFF87808BB1D2D7C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon macOS"; - target = A83EF428E73401A533092DB4 /* TestCommon macOS */; - targetProxy = 758F86A89C7437E034F49AFC /* PBXContainerItemProxy */; - }; - F63FD1480C3C24B34EFB7031 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceOptionalAMD iOS"; - target = E6806D7DB7060BC3A0C7306D /* IceOptionalAMD iOS */; - targetProxy = 8BD2308214CF9938B6042169 /* PBXContainerItemProxy */; - }; - F80D78B26EFAE8B8DE4CF68A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TestCommon iOS"; - target = C428EA0E3133ABA37187BE30 /* TestCommon iOS */; - targetProxy = 947D552787CC836F5CD53736 /* PBXContainerItemProxy */; - }; - FC4E19EC147DD39FF5EF2979 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IceStream iOS"; - target = 1767B82F1961C76D47FF467B /* IceStream iOS */; - targetProxy = 15E3D293BAB68AC851D74B14 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 00212E653D64CB6E18BB9028 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAmi; - PRODUCT_NAME = IceAmi; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 009B1D5AA0CAACBA370FCB9D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptionsAMD; - PRODUCT_NAME = IceSlicingExceptionsAMD; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 016AEECBFC9EFFF1E6090B11 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdapterDeactivation; - PRODUCT_NAME = IceAdapterDeactivation; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 0354499B2DD0DC62AB168977 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperationsAMD; - PRODUCT_NAME = IceOperationsAMD; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 05657ECF61EFEC81DC7208F3 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_TESTABILITY = NO; - EXECUTABLE_PREFIX = lib; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_BUILDING_SRC, - ICE_STATIC_LIBS, - ICE_SWIFT, - ); - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceDiscovery++11macOS"; - PRODUCT_NAME = "IceDiscovery++11macOS"; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - }; - name = Debug; - }; - 060AFB2F371CCA06ED926100 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_TESTABILITY = NO; - EXECUTABLE_PREFIX = lib; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_BUILDING_SRC, - ICE_STATIC_LIBS, - ICE_SWIFT, - NDEBUG, - ); - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceLocatorDiscovery++11macOS"; - PRODUCT_NAME = "IceLocatorDiscovery++11macOS"; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - }; - name = Release; - }; - 07E5F000623435C259AA3148 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.SliceEscape; - PRODUCT_NAME = SliceEscape; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 0999A071A417465129F1CB6A /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = NO; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = src/Ice/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.Ice; - PRODUCT_NAME = Ice; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 09EF95091B2C941C8FF1E748 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocatorAMD; - PRODUCT_NAME = IceServantLocatorAMD; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 0A396FB5C6DB40A0BC7B2F01 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInvoke; - PRODUCT_NAME = IceInvoke; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 0C5C2DAF8D756CCECBA59F25 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAcm; - PRODUCT_NAME = IceAcm; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 0CE17BDB74111CCD583007AD /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInheritance; - PRODUCT_NAME = IceInheritance; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 0D9D638DB854AFAC8DEAF9F6 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_TESTABILITY = NO; - EXECUTABLE_PREFIX = lib; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_BUILDING_SRC, - ICE_STATIC_LIBS, - ICE_SWIFT, - NDEBUG, - ); - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Ice++11macOS"; - PRODUCT_NAME = "Ice++11macOS"; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - }; - name = Release; - }; - 0DA062A9F13FAE05620C9AB7 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceScope; - PRODUCT_NAME = IceScope; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 0F49847A3D30FD2426C95804 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceLocation; - PRODUCT_NAME = IceLocation; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 119F65B8F08EBACF923587B0 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceObjects; - PRODUCT_NAME = IceObjects; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 11B6B9A02D099FAA3EDC5C79 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperations; - PRODUCT_NAME = IceOperations; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 1634CFB4307FE4E7F762BDF1 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptionalAMD; - PRODUCT_NAME = IceOptionalAMD; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 1658450DE946D9DD3F85967B /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInterceptor; - PRODUCT_NAME = IceInterceptor; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 189F759795665D2D47C52CC0 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultServant; - PRODUCT_NAME = IceDefaultServant; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 19DC30A096698F1A2FEAEDC7 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperations; - PRODUCT_NAME = IceOperations; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 1CC3B4ADA7F46E26B0C50F41 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSSLConfiguration; - PRODUCT_NAME = IceSSLConfiguration; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 1CEDFBC7D1144BB6AD4A569C /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceObjects; - PRODUCT_NAME = IceObjects; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 1E51A9B641EDCF87BD064DC1 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptionsAMD; - PRODUCT_NAME = IceExceptionsAMD; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 1F66A9EA800ADB6FB598E151 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStream; - PRODUCT_NAME = IceStream; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 202F90A6056798A44A053A01 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdmin; - PRODUCT_NAME = IceAdmin; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 231A559E2F4678F0CEE0F016 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceTimeout; - PRODUCT_NAME = IceTimeout; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 28BB67947897DD592CA0F4D4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStream; - PRODUCT_NAME = IceStream; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 2A49049DC2EE04F26563E85E /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_TESTABILITY = NO; - EXECUTABLE_PREFIX = lib; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_BUILDING_SRC, - ICE_STATIC_LIBS, - ICE_SWIFT, - NDEBUG, - ); - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceDiscovery++11macOS"; - PRODUCT_NAME = "IceDiscovery++11macOS"; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - }; - name = Release; - }; - 2B678FAF79A30F363A1C296D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocator; - PRODUCT_NAME = IceServantLocator; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 2CD3EFA3EDCE0C5BCE245D37 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdmin; - PRODUCT_NAME = IceAdmin; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 2F04F8D6E5F2FC5D52163668 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInterceptor; - PRODUCT_NAME = IceInterceptor; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 2FCD884F7716D61AA099F6E5 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptional; - PRODUCT_NAME = IceOptional; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 332DA6EB470437102B3384CF /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjectsAMD; - PRODUCT_NAME = IceSlicingObjectsAMD; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 334EEAC0E06FCF19981245FD /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxyAMD; - PRODUCT_NAME = IceProxyAMD; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 33920A4E3ADE0B87F492CBB7 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultServant; - PRODUCT_NAME = IceDefaultServant; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 361036643181FE5D16B60347 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceTimeout; - PRODUCT_NAME = IceTimeout; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 36C3B9CB33D359570C165D87 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAcm; - PRODUCT_NAME = IceAcm; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 3763FE1D5D07E69ABEA6C6FD /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestDriver/iOS/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Swift-Test-Controller"; - PRODUCT_NAME = TestDriver; - SDKROOT = iphoneos; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 378AB8A03B8825928BD7CA70 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceRetry; - PRODUCT_NAME = IceRetry; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 38B6FAD82C23C5497F196AD0 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProperties; - PRODUCT_NAME = IceProperties; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 3B9F2A9A04C375097DF5DA5B /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = NO; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = src/IceStorm/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStorm; - PRODUCT_NAME = IceStorm; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 3BCD3C246EC27D9918028AF9 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = NO; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = src/IceStorm/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStorm; - PRODUCT_NAME = IceStorm; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 3CC583BD5B53A083491B5B35 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_TESTABILITY = NO; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_BUILDING_SRC, - ICE_STATIC_LIBS, - ICE_SWIFT, - NDEBUG, - ); - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - OTHER_LDFLAGS = "-ObjC"; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceLocatorDiscovery++11iOS"; - PRODUCT_NAME = "IceLocatorDiscovery++11iOS"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 3F0D0B4901EB77018B68AEED /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.TestCommon; - PRODUCT_NAME = TestCommon; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 43092AEE9282AE4492F9E8C1 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptions; - PRODUCT_NAME = IceExceptions; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 43AFF6BB4488768B7ADE168D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultServant; - PRODUCT_NAME = IceDefaultServant; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 43BACE1B30980E095D1043C5 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = NO; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = src/Glacier2/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.Glacier2; - PRODUCT_NAME = Glacier2; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 4466198637A4588CE4E780E6 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultValue; - PRODUCT_NAME = IceDefaultValue; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 449E71DA8CE0102A4D3FE271 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceLocation; - PRODUCT_NAME = IceLocation; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 4622F5680462A9BC895EECCF /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperationsAMD; - PRODUCT_NAME = IceOperationsAMD; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 464F1C354904FC6F8225F42E /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperations; - PRODUCT_NAME = IceOperations; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 4A51618B84F5931CCB50C6D5 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceScope; - PRODUCT_NAME = IceScope; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 4B0503C843A97EED4234885C /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceUdp; - PRODUCT_NAME = IceUdp; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 4BCF325A0A55C5E3246CA63C /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptionsAMD; - PRODUCT_NAME = IceExceptionsAMD; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 4D432DDEF77EF6C8D5B063AB /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceTimeout; - PRODUCT_NAME = IceTimeout; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 4E2881FF86974CAB24460CDA /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceFacets; - PRODUCT_NAME = IceFacets; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 4ECD262FB71069194383327D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSSLConfiguration; - PRODUCT_NAME = IceSSLConfiguration; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 4FDA2FAFEFD9EE7F3C11EAF3 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.SliceEscape; - PRODUCT_NAME = SliceEscape; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 5242E73DBE21CDC14C12CC93 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInfo; - PRODUCT_NAME = IceInfo; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 52F16DBFDDB29D8337E5A9C2 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjects; - PRODUCT_NAME = IceSlicingObjects; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 530FCAB81C139133B4140A49 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceBinding; - PRODUCT_NAME = IceBinding; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 5554B9F7B95836737BB07140 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceScope; - PRODUCT_NAME = IceScope; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 59A5313052D318C259C99FF9 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_STATIC_LIBS, - ICE_SWIFT, - ); - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - INFOPLIST_FILE = src/IceImpl/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 11; - OTHER_LDFLAGS = ( - "-lbz2", - "-liconv", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceImpl; - PRODUCT_NAME = IceImpl; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 5A78DB7F65CB39389441528D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = NO; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = src/Glacier2/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.Glacier2; - PRODUCT_NAME = Glacier2; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 5ADB4519C98E98559E850BD9 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStream; - PRODUCT_NAME = IceStream; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 5C0FBBF4EBD9B7782B924DA2 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptionsAMD; - PRODUCT_NAME = IceExceptionsAMD; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 5CBA4ED58F2F60A54E615EF2 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceUdp; - PRODUCT_NAME = IceUdp; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 5E5FCAF913C07ECE44B4B687 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = NO; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = src/IceGrid/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceGrid; - PRODUCT_NAME = IceGrid; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 5F26EF188432AE2765F0D788 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxyAMD; - PRODUCT_NAME = IceProxyAMD; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 5FCD71235F27C105EAE4CE89 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInfo; - PRODUCT_NAME = IceInfo; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 606D46DE7B48AE5486C73A4B /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.SliceEscape; - PRODUCT_NAME = SliceEscape; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 60AE7F72CE719DED162A24FC /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceHold; - PRODUCT_NAME = IceHold; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 63FD65C5E0D84791EF23A177 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = NO; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = src/IceGrid/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceGrid; - PRODUCT_NAME = IceGrid; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 6605DD1F0450DF2E5107309B /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceBinding; - PRODUCT_NAME = IceBinding; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 6AAB8AFFE8FCCFEAEB26CC1F /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServices; - PRODUCT_NAME = IceServices; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 6C3678B6DEBB04FBAB8678AB /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptional; - PRODUCT_NAME = IceOptional; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 6D19B5418B7F4F87CA49139F /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptionsAMD; - PRODUCT_NAME = IceExceptionsAMD; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 6D7F26353031A2206559038D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxyAMD; - PRODUCT_NAME = IceProxyAMD; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 6D831C9F7FF99624C0D1543B /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = NO; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = src/IceStorm/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStorm; - PRODUCT_NAME = IceStorm; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 6FFFF59AADB3FC5FEE78CC24 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdmin; - PRODUCT_NAME = IceAdmin; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 721AAAE4997C701F3D97D2CC /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptions; - PRODUCT_NAME = IceExceptions; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 73EBC7901108C83DFC9DEB5E /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProperties; - PRODUCT_NAME = IceProperties; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 753E4E1389A306FD91D57134 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptions; - PRODUCT_NAME = IceSlicingExceptions; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 77F12FE102ACD06426F9B1C5 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceFacets; - PRODUCT_NAME = IceFacets; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 79BAC867CE0BA26F48EAB081 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdmin; - PRODUCT_NAME = IceAdmin; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 7D81FF808715F401F5995BAD /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceTimeout; - PRODUCT_NAME = IceTimeout; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 7F47D6F51BFC46D845A57292 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceUdp; - PRODUCT_NAME = IceUdp; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 7FCBFF890BD3F0D9EE31F206 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.TestCommon; - PRODUCT_NAME = TestCommon; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 81B28E701634B5B16B664ACF /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInvoke; - PRODUCT_NAME = IceInvoke; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 81FC912F25482677E4F43256 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceEnums; - PRODUCT_NAME = IceEnums; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 83038D154DFC8371AB4E2769 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceFacets; - PRODUCT_NAME = IceFacets; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 876140CA53A19A94210E1A27 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxy; - PRODUCT_NAME = IceProxy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 877807A5CBEBD1FA31DD2EC0 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceRetry; - PRODUCT_NAME = IceRetry; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 8AA1D310567C3C34DC3A3B88 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptions; - PRODUCT_NAME = IceExceptions; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 8D491209353684FB7A4CE88F /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceBinding; - PRODUCT_NAME = IceBinding; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 91A6BCA875B11CA88A3D7D4D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_STATIC_LIBS, - ICE_SWIFT, - NDEBUG, - ); - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - INFOPLIST_FILE = src/IceImpl/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - OTHER_LDFLAGS = ( - "-lbz2", - "-liconv", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceImpl; - PRODUCT_NAME = IceImpl; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 93537074330FCA54DF4A84B5 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdapterDeactivation; - PRODUCT_NAME = IceAdapterDeactivation; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 9549DB8E65D16AAB595A3E2A /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjects; - PRODUCT_NAME = IceSlicingObjects; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 968C0F6708FEA447C8916E48 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_TESTABILITY = NO; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_BUILDING_SRC, - ICE_STATIC_LIBS, - ICE_SWIFT, - ); - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - OTHER_LDFLAGS = "-ObjC"; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Ice++11iOS"; - PRODUCT_NAME = "Ice++11iOS"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 96BA5896B39B3675A1D71350 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestDriver/iOS/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Swift-Test-Controller"; - PRODUCT_NAME = TestDriver; - SDKROOT = iphoneos; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 96DC0149749876FB50947267 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServices; - PRODUCT_NAME = IceServices; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 97BA4334B3723744E42F46A9 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.SliceEscape; - PRODUCT_NAME = SliceEscape; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 98F1E8ECE83B2DE82189A30C /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperationsAMD; - PRODUCT_NAME = IceOperationsAMD; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 9AD3EDD476D2920F0F249ABB /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInheritance; - PRODUCT_NAME = IceInheritance; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 9AF9FCFAFB73516832793D05 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProperties; - PRODUCT_NAME = IceProperties; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 9B9C7EF21BEEE60B38BCEB36 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProperties; - PRODUCT_NAME = IceProperties; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 9C0805CAD879C67097B4A5E6 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = NO; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = src/IceGrid/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceGrid; - PRODUCT_NAME = IceGrid; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 9D864059DFD5511AE06D4091 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceHold; - PRODUCT_NAME = IceHold; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 9DF7EB1B04CDFD3F047AF9A8 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceLocation; - PRODUCT_NAME = IceLocation; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 9EAF4316550850D09FF4D447 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSSLConfiguration; - PRODUCT_NAME = IceSSLConfiguration; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - A007AFE8BE813285B739F6B6 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjects; - PRODUCT_NAME = IceSlicingObjects; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - A02167146CAE1B3999BB019F /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocatorAMD; - PRODUCT_NAME = IceServantLocatorAMD; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - A11F000CB22F87844BAADF02 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStream; - PRODUCT_NAME = IceStream; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - A24DA5E0DE1CA4E2CD90B48A /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperationsAMD; - PRODUCT_NAME = IceOperationsAMD; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - A410CB7D76F91AAEA2214AD9 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjectsAMD; - PRODUCT_NAME = IceSlicingObjectsAMD; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - A50AFDCEEC347902D75959B7 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdapterDeactivation; - PRODUCT_NAME = IceAdapterDeactivation; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - A5C7C0C842A76589E6DDE89F /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = NO; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = src/Glacier2/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.Glacier2; - PRODUCT_NAME = Glacier2; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - A721DDF43D4E0CEFCBBD4073 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptions; - PRODUCT_NAME = IceSlicingExceptions; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - A7975A847EFD7B826CDC0EC4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptionsAMD; - PRODUCT_NAME = IceSlicingExceptionsAMD; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - A8C733172599762C570115A3 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceLocation; - PRODUCT_NAME = IceLocation; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - AB1CE677DB877CDA9CB1CC93 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceUdp; - PRODUCT_NAME = IceUdp; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - ACC9000AD9276B68D7D629C8 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceBinding; - PRODUCT_NAME = IceBinding; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - AD5893227C6606A55BED4454 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceScope; - PRODUCT_NAME = IceScope; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - AD7BBFBBBA861F31DB7781DC /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxyAMD; - PRODUCT_NAME = IceProxyAMD; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - AE2877F1D00DF4C6026EEB10 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceRetry; - PRODUCT_NAME = IceRetry; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - AFAE7EA50F6094EFD254507C /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInvoke; - PRODUCT_NAME = IceInvoke; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - B00CA0EB495341182C146271 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_TESTABILITY = NO; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_BUILDING_SRC, - ICE_STATIC_LIBS, - ICE_SWIFT, - ); - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - OTHER_LDFLAGS = "-ObjC"; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceLocatorDiscovery++11iOS"; - PRODUCT_NAME = "IceLocatorDiscovery++11iOS"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - B1D9635EF1F28C9A3EEC199C /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceHold; - PRODUCT_NAME = IceHold; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - B286B1D33C019FE8C93C85DE /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = NO; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = src/Ice/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.Ice; - PRODUCT_NAME = Ice; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - B303B59216692AFE21FB1283 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceFacets; - PRODUCT_NAME = IceFacets; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - B32D28768D8961B44F6EB096 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_TESTABILITY = NO; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_BUILDING_SRC, - ICE_STATIC_LIBS, - ICE_SWIFT, - ); - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - OTHER_LDFLAGS = "-ObjC"; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceDiscovery++11iOS"; - PRODUCT_NAME = "IceDiscovery++11iOS"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - B3614573B6385A61CA652EE1 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInfo; - PRODUCT_NAME = IceInfo; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - B547B942FB033115FDF4EC19 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_TESTABILITY = NO; - EXECUTABLE_PREFIX = lib; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_BUILDING_SRC, - ICE_STATIC_LIBS, - ICE_SWIFT, - ); - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Ice++11macOS"; - PRODUCT_NAME = "Ice++11macOS"; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - }; - name = Debug; - }; - B56D9FDB62477D711E6FCB73 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInheritance; - PRODUCT_NAME = IceInheritance; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - B5A3C7B3A80F77A26CDA3C49 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.TestCommon; - PRODUCT_NAME = TestCommon; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - B9D743A5FA3A7CE89359E6D3 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceObjects; - PRODUCT_NAME = IceObjects; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - B9EF31F46ADF6C8E77CDA3FD /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultServant; - PRODUCT_NAME = IceDefaultServant; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - BA7687216DA47E0AC5ED93AA /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_TESTABILITY = NO; - EXECUTABLE_PREFIX = lib; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_BUILDING_SRC, - ICE_STATIC_LIBS, - ICE_SWIFT, - ); - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceLocatorDiscovery++11macOS"; - PRODUCT_NAME = "IceLocatorDiscovery++11macOS"; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - }; - name = Debug; - }; - BC915B8D2230241E306787E8 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAmi; - PRODUCT_NAME = IceAmi; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - BD20C38B6446441879C8FF2B /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 5.0; - USE_HEADERMAP = NO; - }; - name = Release; - }; - BDDA287D18F5AA0968836E5D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocator; - PRODUCT_NAME = IceServantLocator; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - BE2C76A8F2347CCBBEDF27DC /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjectsAMD; - PRODUCT_NAME = IceSlicingObjectsAMD; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - C0D4AE648BB79689416BDA47 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = NO; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = src/IceStorm/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStorm; - PRODUCT_NAME = IceStorm; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - C2F8293F1995280FC979E6AD /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = NO; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = src/Ice/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.Ice; - PRODUCT_NAME = Ice; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - C38F9CCF33D50DD7936909BB /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultValue; - PRODUCT_NAME = IceDefaultValue; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - C50229ECE27F3F9A4DBA84B3 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceEnums; - PRODUCT_NAME = IceEnums; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - C625627B68C80AF03A05FF02 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceEnums; - PRODUCT_NAME = IceEnums; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - C9BDFD21E846A4CCA47736D1 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocatorAMD; - PRODUCT_NAME = IceServantLocatorAMD; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - CAA78153EABB685F2D464844 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - USE_HEADERMAP = NO; - }; - name = Debug; - }; - CAE5C045E0B58561DF388F62 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInterceptor; - PRODUCT_NAME = IceInterceptor; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - CB02F881EF1A6E7331861765 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultValue; - PRODUCT_NAME = IceDefaultValue; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - CB054B23514ACEA1E5B94B06 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInheritance; - PRODUCT_NAME = IceInheritance; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - CBA7D63EE017BD803D7DD44B /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServices; - PRODUCT_NAME = IceServices; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - CBD53C80A7474FDC490BF0C8 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptional; - PRODUCT_NAME = IceOptional; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - CC566650C5A5C5A74BB8D3DA /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestDriver/macOS/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Swift-Test-Controller"; - PRODUCT_NAME = TestDriver; - SDKROOT = macosx; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - }; - name = Release; - }; - CCDAF0BD73A00FF61D43A1BC /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSSLConfiguration; - PRODUCT_NAME = IceSSLConfiguration; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - CCF58F1A554367A9BB5DA407 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxy; - PRODUCT_NAME = IceProxy; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - CDC4DFBD7B5FC2334BC8AB05 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceRetry; - PRODUCT_NAME = IceRetry; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - D257660EE74809A6FC5E13C7 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceObjects; - PRODUCT_NAME = IceObjects; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - D4342FFBD5E22F6E89EF170E /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = NO; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = src/Glacier2/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.Glacier2; - PRODUCT_NAME = Glacier2; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - D5F43C9E2BF076953C751490 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = NO; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = src/IceGrid/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceGrid; - PRODUCT_NAME = IceGrid; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - D6005378B384B661EE93A6FC /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocator; - PRODUCT_NAME = IceServantLocator; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - D67AC4DADC43587CE3B0FD2E /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInfo; - PRODUCT_NAME = IceInfo; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - D88D261665B417E518187B42 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServices; - PRODUCT_NAME = IceServices; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - DB1BA83B5AEDD6DCDBBED87B /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjectsAMD; - PRODUCT_NAME = IceSlicingObjectsAMD; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - DE65FFE10625BF8B737951A6 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInvoke; - PRODUCT_NAME = IceInvoke; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - E225D1B4DEBF3757A3A63F1C /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptionalAMD; - PRODUCT_NAME = IceOptionalAMD; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - E35E6F1EEF54C8B4BD4AD7A1 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInterceptor; - PRODUCT_NAME = IceInterceptor; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - E40793A2DA2FD1B84088FF60 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptionsAMD; - PRODUCT_NAME = IceSlicingExceptionsAMD; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - E4E3E80BCF1099A6E5F92434 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_STATIC_LIBS, - ICE_SWIFT, - ); - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - INFOPLIST_FILE = src/IceImpl/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - OTHER_LDFLAGS = ( - "-lbz2", - "-liconv", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceImpl; - PRODUCT_NAME = IceImpl; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - E7041EC9CF0EE21FC97773F6 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxy; - PRODUCT_NAME = IceProxy; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - E73E965AE4F4F657D99B5900 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceEnums; - PRODUCT_NAME = IceEnums; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - E7D10C6F6EBF711E4AE4316E /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = NO; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = src/Ice/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.Ice; - PRODUCT_NAME = Ice; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - E839E23A3D8FE879308ED3BD /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptionalAMD; - PRODUCT_NAME = IceOptionalAMD; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - E8A266A9CACD828FD5D91DAD /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAmi; - PRODUCT_NAME = IceAmi; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - EA336F4614487B7192AEF282 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceHold; - PRODUCT_NAME = IceHold; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - EC657E54B1B7BE372A249147 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_TESTABILITY = NO; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_BUILDING_SRC, - ICE_STATIC_LIBS, - ICE_SWIFT, - NDEBUG, - ); - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - OTHER_LDFLAGS = "-ObjC"; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Ice++11iOS"; - PRODUCT_NAME = "Ice++11iOS"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - ECF4559A965DFB454EDBD04F /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAcm; - PRODUCT_NAME = IceAcm; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - ED0143B5BD711C7FDCC14D91 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocatorAMD; - PRODUCT_NAME = IceServantLocatorAMD; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - ED57FE96F7F9BD2863487190 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptionsAMD; - PRODUCT_NAME = IceSlicingExceptionsAMD; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - EDF9FB7DA979576B72EA656A /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptional; - PRODUCT_NAME = IceOptional; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - EEC0A817374DB756E6E5D0B5 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjects; - PRODUCT_NAME = IceSlicingObjects; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - F1D2C3C4131F274A39F78218 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperations; - PRODUCT_NAME = IceOperations; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - F2E1E34AD76F3053D7C54F09 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAmi; - PRODUCT_NAME = IceAmi; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - F2F568D17AF6B70C14C90ECB /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultValue; - PRODUCT_NAME = IceDefaultValue; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - F404E5A34F098B49362FE6CF /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestDriver/macOS/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Swift-Test-Controller"; - PRODUCT_NAME = TestDriver; - SDKROOT = macosx; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - }; - name = Debug; - }; - F680B50DDFE6347DA32F3CDB /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxy; - PRODUCT_NAME = IceProxy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - F6D7582D1E580B97184ED22B /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_TESTABILITY = NO; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_BUILDING_SRC, - ICE_STATIC_LIBS, - ICE_SWIFT, - NDEBUG, - ); - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - OTHER_LDFLAGS = "-ObjC"; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceDiscovery++11iOS"; - PRODUCT_NAME = "IceDiscovery++11iOS"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - F7AEAA92674355CDEF388AC0 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptions; - PRODUCT_NAME = IceExceptions; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - F7F2FDA49B1BD99B483C4303 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocator; - PRODUCT_NAME = IceServantLocator; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - F9A34E48B4066A5D2BC3CBA0 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAcm; - PRODUCT_NAME = IceAcm; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - FB01E283F43542E615067814 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptions; - PRODUCT_NAME = IceSlicingExceptions; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - FCBE121D7DCE516CCC9BEA9E /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptionalAMD; - PRODUCT_NAME = IceOptionalAMD; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - FCE4D54C4A37077978FE911B /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdapterDeactivation; - PRODUCT_NAME = IceAdapterDeactivation; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - FE479150A5E98C346B0B6B0B /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEAD_CODE_STRIPPING = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptions; - PRODUCT_NAME = IceSlicingExceptions; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - FF4F40A6B8A5FE7E55CBA539 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.TestCommon; - PRODUCT_NAME = TestCommon; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; - SWIFT_VERSION = 5.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - FFBAF0E9654CC11BFDD25C8A /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.10; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.10; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/"; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_STATIC_LIBS, - ICE_SWIFT, - NDEBUG, - ); - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - INFOPLIST_FILE = src/IceImpl/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 11; - OTHER_LDFLAGS = ( - "-lbz2", - "-liconv", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceImpl; - PRODUCT_NAME = IceImpl; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 0157127A05BBD04C218262B0 /* Build configuration list for PBXNativeTarget "IceDiscovery C++11 iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B32D28768D8961B44F6EB096 /* Debug */, - F6D7582D1E580B97184ED22B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 0252968214EFD83026C28885 /* Build configuration list for PBXNativeTarget "IceServantLocator macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D6005378B384B661EE93A6FC /* Debug */, - 2B678FAF79A30F363A1C296D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 030B0C213166A908514BBEE3 /* Build configuration list for PBXNativeTarget "IceStream iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 28BB67947897DD592CA0F4D4 /* Debug */, - A11F000CB22F87844BAADF02 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 0D38EB796BDA440B8E66B871 /* Build configuration list for PBXNativeTarget "IceAmi iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 00212E653D64CB6E18BB9028 /* Debug */, - E8A266A9CACD828FD5D91DAD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 0DB26316D880D79A043C8220 /* Build configuration list for PBXNativeTarget "IceOperations macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 11B6B9A02D099FAA3EDC5C79 /* Debug */, - 464F1C354904FC6F8225F42E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 0E2D5CC6DCF10732C7895AEA /* Build configuration list for PBXNativeTarget "IceImpl macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 59A5313052D318C259C99FF9 /* Debug */, - FFBAF0E9654CC11BFDD25C8A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 0EFEF1D7EBC06BC77FD52F2A /* Build configuration list for PBXNativeTarget "IceImpl iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E4E3E80BCF1099A6E5F92434 /* Debug */, - 91A6BCA875B11CA88A3D7D4D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1436FED26E53A492AD49A198 /* Build configuration list for PBXNativeTarget "IceScope iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - AD5893227C6606A55BED4454 /* Debug */, - 4A51618B84F5931CCB50C6D5 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 163A2F3CF4F68749AD6BE907 /* Build configuration list for PBXNativeTarget "Ice C++11 iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 968C0F6708FEA447C8916E48 /* Debug */, - EC657E54B1B7BE372A249147 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1B21314EACDD9B26090F7A0D /* Build configuration list for PBXNativeTarget "IceSlicingObjects iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - EEC0A817374DB756E6E5D0B5 /* Debug */, - 9549DB8E65D16AAB595A3E2A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1D4D43FA26654DDFBB6F5AEA /* Build configuration list for PBXNativeTarget "IceServices macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D88D261665B417E518187B42 /* Debug */, - 6AAB8AFFE8FCCFEAEB26CC1F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1EAF04FCF683069900CD2CB5 /* Build configuration list for PBXNativeTarget "IceAdapterDeactivation iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - FCE4D54C4A37077978FE911B /* Debug */, - 93537074330FCA54DF4A84B5 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 24D42F76DBAE051B1B76F4CE /* Build configuration list for PBXNativeTarget "IceProxy macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E7041EC9CF0EE21FC97773F6 /* Debug */, - CCF58F1A554367A9BB5DA407 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 26A74315ED193312D199F3B9 /* Build configuration list for PBXNativeTarget "IceProperties iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9AF9FCFAFB73516832793D05 /* Debug */, - 9B9C7EF21BEEE60B38BCEB36 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 2D0A6566A0B9851960104854 /* Build configuration list for PBXNativeTarget "IceSlicingObjectsAMD iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 332DA6EB470437102B3384CF /* Debug */, - DB1BA83B5AEDD6DCDBBED87B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 2D0CF23009F00A73CEFE08EE /* Build configuration list for PBXNativeTarget "IceDefaultValue iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C38F9CCF33D50DD7936909BB /* Debug */, - F2F568D17AF6B70C14C90ECB /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 2E5E382C433373FE08562DEC /* Build configuration list for PBXNativeTarget "IceAcm iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 0C5C2DAF8D756CCECBA59F25 /* Debug */, - ECF4559A965DFB454EDBD04F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 3128757B52EE1F33A8DBE372 /* Build configuration list for PBXNativeTarget "IceOperations iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 19DC30A096698F1A2FEAEDC7 /* Debug */, - F1D2C3C4131F274A39F78218 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 31B85D81BB3BFAAF230662F4 /* Build configuration list for PBXNativeTarget "IceOperationsAMD iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 0354499B2DD0DC62AB168977 /* Debug */, - 98F1E8ECE83B2DE82189A30C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 32C4A6C4DF4E4784C694E4CA /* Build configuration list for PBXNativeTarget "IceProxy iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 876140CA53A19A94210E1A27 /* Debug */, - F680B50DDFE6347DA32F3CDB /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 349E46BBAA5C23BC49FDDCA7 /* Build configuration list for PBXNativeTarget "IceDefaultServant iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 43AFF6BB4488768B7ADE168D /* Debug */, - 189F759795665D2D47C52CC0 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 3A17E7095AB1ECA3CBAC256C /* Build configuration list for PBXNativeTarget "IceUdp macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4B0503C843A97EED4234885C /* Debug */, - 5CBA4ED58F2F60A54E615EF2 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 3A6B018810B2355184BFADD6 /* Build configuration list for PBXNativeTarget "IceDiscovery C++11 macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 05657ECF61EFEC81DC7208F3 /* Debug */, - 2A49049DC2EE04F26563E85E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 3BBD0784B868C9DF93BA087B /* Build configuration list for PBXNativeTarget "IceOptional iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6C3678B6DEBB04FBAB8678AB /* Debug */, - CBD53C80A7474FDC490BF0C8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 464CD32F92DF139FF90EA325 /* Build configuration list for PBXNativeTarget "IceBinding iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8D491209353684FB7A4CE88F /* Debug */, - 6605DD1F0450DF2E5107309B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 495A226D42894D7C7C4FB3B2 /* Build configuration list for PBXNativeTarget "IceInterceptor iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2F04F8D6E5F2FC5D52163668 /* Debug */, - 1658450DE946D9DD3F85967B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4B428E0CA2D95FAE74B01562 /* Build configuration list for PBXNativeTarget "IceGrid macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D5F43C9E2BF076953C751490 /* Debug */, - 9C0805CAD879C67097B4A5E6 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4C8BEDE4F71178624F9BDD5D /* Build configuration list for PBXNativeTarget "IceLocatorDiscovery C++11 iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B00CA0EB495341182C146271 /* Debug */, - 3CC583BD5B53A083491B5B35 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 577ED2287A5F0BBFA0232583 /* Build configuration list for PBXNativeTarget "IceHold iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B1D9635EF1F28C9A3EEC199C /* Debug */, - EA336F4614487B7192AEF282 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 614B9769E03331E188CB19E8 /* Build configuration list for PBXProject "ice" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - CAA78153EABB685F2D464844 /* Debug */, - BD20C38B6446441879C8FF2B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 665075D2E65EC4768153CF0C /* Build configuration list for PBXNativeTarget "IceObjects iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B9D743A5FA3A7CE89359E6D3 /* Debug */, - 1CEDFBC7D1144BB6AD4A569C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 69B629EDFCB8FBDE7E173C34 /* Build configuration list for PBXNativeTarget "TestDriver iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3763FE1D5D07E69ABEA6C6FD /* Debug */, - 96BA5896B39B3675A1D71350 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6B982611FF349CB1EE5F5CDD /* Build configuration list for PBXNativeTarget "IceInfo iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5242E73DBE21CDC14C12CC93 /* Debug */, - D67AC4DADC43587CE3B0FD2E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6D13163FD66559C4FBD1F390 /* Build configuration list for PBXNativeTarget "IceInheritance iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - CB054B23514ACEA1E5B94B06 /* Debug */, - B56D9FDB62477D711E6FCB73 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6E9AE200122845A170FA96E8 /* Build configuration list for PBXNativeTarget "IceServantLocator iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - BDDA287D18F5AA0968836E5D /* Debug */, - F7F2FDA49B1BD99B483C4303 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6FE087B24FDE257DD79D7A6A /* Build configuration list for PBXNativeTarget "IceSlicingObjectsAMD macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A410CB7D76F91AAEA2214AD9 /* Debug */, - BE2C76A8F2347CCBBEDF27DC /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 7132AA38811E7617A47E8634 /* Build configuration list for PBXNativeTarget "IceHold macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9D864059DFD5511AE06D4091 /* Debug */, - 60AE7F72CE719DED162A24FC /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 7171AF48EFEC75029772E593 /* Build configuration list for PBXNativeTarget "IceInfo macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B3614573B6385A61CA652EE1 /* Debug */, - 5FCD71235F27C105EAE4CE89 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 71C26DB9FF59095377426D7F /* Build configuration list for PBXNativeTarget "IceServantLocatorAMD macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - ED0143B5BD711C7FDCC14D91 /* Debug */, - 09EF95091B2C941C8FF1E748 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 71D9586CD06D3A7AA552F80B /* Build configuration list for PBXNativeTarget "IceProperties macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 38B6FAD82C23C5497F196AD0 /* Debug */, - 73EBC7901108C83DFC9DEB5E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 77CF292B6405CD9DC50E55F1 /* Build configuration list for PBXNativeTarget "IceExceptionsAMD iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5C0FBBF4EBD9B7782B924DA2 /* Debug */, - 1E51A9B641EDCF87BD064DC1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 7D856E3928914BABAE964FDB /* Build configuration list for PBXNativeTarget "IceBinding macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 530FCAB81C139133B4140A49 /* Debug */, - ACC9000AD9276B68D7D629C8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 7FE01F67067D7142B0CD4F65 /* Build configuration list for PBXNativeTarget "IceLocation iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9DF7EB1B04CDFD3F047AF9A8 /* Debug */, - 449E71DA8CE0102A4D3FE271 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 81D802AA8BD4316DF8274377 /* Build configuration list for PBXNativeTarget "SliceEscape macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 97BA4334B3723744E42F46A9 /* Debug */, - 4FDA2FAFEFD9EE7F3C11EAF3 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 8604BB88AF7054188522024C /* Build configuration list for PBXNativeTarget "IceSlicingExceptionsAMD iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E40793A2DA2FD1B84088FF60 /* Debug */, - ED57FE96F7F9BD2863487190 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 8B6BCE61CD3D67F3E3BD8082 /* Build configuration list for PBXNativeTarget "IceStorm iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6D831C9F7FF99624C0D1543B /* Debug */, - 3B9F2A9A04C375097DF5DA5B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 8F67E660542E98461C602595 /* Build configuration list for PBXNativeTarget "Ice macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C2F8293F1995280FC979E6AD /* Debug */, - B286B1D33C019FE8C93C85DE /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 9199459F36DFC89B49984138 /* Build configuration list for PBXNativeTarget "TestCommon macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B5A3C7B3A80F77A26CDA3C49 /* Debug */, - 7FCBFF890BD3F0D9EE31F206 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 94387391F728B13F25DE50C7 /* Build configuration list for PBXNativeTarget "IceServantLocatorAMD iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C9BDFD21E846A4CCA47736D1 /* Debug */, - A02167146CAE1B3999BB019F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 949317B550B1B1AFD92D0533 /* Build configuration list for PBXNativeTarget "IceExceptions macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F7AEAA92674355CDEF388AC0 /* Debug */, - 43092AEE9282AE4492F9E8C1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 964D3AF528C6D718B99C4B07 /* Build configuration list for PBXNativeTarget "IceAdmin iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 202F90A6056798A44A053A01 /* Debug */, - 79BAC867CE0BA26F48EAB081 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 977E8284CE65D07066ADD555 /* Build configuration list for PBXNativeTarget "IceObjects macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D257660EE74809A6FC5E13C7 /* Debug */, - 119F65B8F08EBACF923587B0 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 99C7AB75CFB58B2BC9CB54D3 /* Build configuration list for PBXNativeTarget "IceLocation macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 0F49847A3D30FD2426C95804 /* Debug */, - A8C733172599762C570115A3 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 9CBEAA1D89D83E1B7344586B /* Build configuration list for PBXNativeTarget "Ice C++11 macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B547B942FB033115FDF4EC19 /* Debug */, - 0D9D638DB854AFAC8DEAF9F6 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 9D893DF6CA15F319D4C37CFE /* Build configuration list for PBXNativeTarget "IceOptionalAMD macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1634CFB4307FE4E7F762BDF1 /* Debug */, - E839E23A3D8FE879308ED3BD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - A058B15145DAA4177378CA84 /* Build configuration list for PBXNativeTarget "IceOperationsAMD macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A24DA5E0DE1CA4E2CD90B48A /* Debug */, - 4622F5680462A9BC895EECCF /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - A0C903109661754A7310890E /* Build configuration list for PBXNativeTarget "IceOptional macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2FCD884F7716D61AA099F6E5 /* Debug */, - EDF9FB7DA979576B72EA656A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - A49FFB8AF3A3C860FD54F46E /* Build configuration list for PBXNativeTarget "IceFacets iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4E2881FF86974CAB24460CDA /* Debug */, - 83038D154DFC8371AB4E2769 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - AA28C8DA746390B23C998CD3 /* Build configuration list for PBXNativeTarget "IceAmi macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F2E1E34AD76F3053D7C54F09 /* Debug */, - BC915B8D2230241E306787E8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - ACACE4173894FFF52EE39DA7 /* Build configuration list for PBXNativeTarget "IceGrid iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5E5FCAF913C07ECE44B4B687 /* Debug */, - 63FD65C5E0D84791EF23A177 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - AD6CB133F0EFD74046390926 /* Build configuration list for PBXNativeTarget "IceStream macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1F66A9EA800ADB6FB598E151 /* Debug */, - 5ADB4519C98E98559E850BD9 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - AD814D241780CB1F06437AF5 /* Build configuration list for PBXNativeTarget "IceEnums iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E73E965AE4F4F657D99B5900 /* Debug */, - C50229ECE27F3F9A4DBA84B3 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - B3FA3031CFC7509713D02FB1 /* Build configuration list for PBXNativeTarget "Ice iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E7D10C6F6EBF711E4AE4316E /* Debug */, - 0999A071A417465129F1CB6A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - B8A4900C8A10B4D3B524509C /* Build configuration list for PBXNativeTarget "IceRetry macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 378AB8A03B8825928BD7CA70 /* Debug */, - CDC4DFBD7B5FC2334BC8AB05 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - B8AEBDC5CCFFA9D36FF72CD0 /* Build configuration list for PBXNativeTarget "TestCommon iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3F0D0B4901EB77018B68AEED /* Debug */, - FF4F40A6B8A5FE7E55CBA539 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - BD31B570526360322E7F63BA /* Build configuration list for PBXNativeTarget "IceServices iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - CBA7D63EE017BD803D7DD44B /* Debug */, - 96DC0149749876FB50947267 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - BE77650B59C4E2B377676E45 /* Build configuration list for PBXNativeTarget "IceInheritance macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 0CE17BDB74111CCD583007AD /* Debug */, - 9AD3EDD476D2920F0F249ABB /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C22E9D48367DAB854CD8AB46 /* Build configuration list for PBXNativeTarget "TestDriver macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F404E5A34F098B49362FE6CF /* Debug */, - CC566650C5A5C5A74BB8D3DA /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C2937583439E12DEE92C51F2 /* Build configuration list for PBXNativeTarget "IceTimeout macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 231A559E2F4678F0CEE0F016 /* Debug */, - 7D81FF808715F401F5995BAD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C3B296EDB3547BDC8388C399 /* Build configuration list for PBXNativeTarget "IceAdapterDeactivation macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 016AEECBFC9EFFF1E6090B11 /* Debug */, - A50AFDCEEC347902D75959B7 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C987906A8741F66B405FD072 /* Build configuration list for PBXNativeTarget "IceProxyAMD macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 334EEAC0E06FCF19981245FD /* Debug */, - 5F26EF188432AE2765F0D788 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - CA5A320E5664C9BFB05772CE /* Build configuration list for PBXNativeTarget "IceAcm macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 36C3B9CB33D359570C165D87 /* Debug */, - F9A34E48B4066A5D2BC3CBA0 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - CB0394D655BA7D9B8142D057 /* Build configuration list for PBXNativeTarget "IceDefaultServant macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B9EF31F46ADF6C8E77CDA3FD /* Debug */, - 33920A4E3ADE0B87F492CBB7 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D0AA8018E3D1C21DC2A00EBC /* Build configuration list for PBXNativeTarget "IceFacets macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B303B59216692AFE21FB1283 /* Debug */, - 77F12FE102ACD06426F9B1C5 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D30BE105828013751D1037C9 /* Build configuration list for PBXNativeTarget "IceOptionalAMD iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - FCBE121D7DCE516CCC9BEA9E /* Debug */, - E225D1B4DEBF3757A3A63F1C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D33AE6C245142D0675324FCF /* Build configuration list for PBXNativeTarget "IceSlicingObjects macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 52F16DBFDDB29D8337E5A9C2 /* Debug */, - A007AFE8BE813285B739F6B6 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D4827EC355C3F9035B72BF00 /* Build configuration list for PBXNativeTarget "IceSSLConfiguration macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4ECD262FB71069194383327D /* Debug */, - CCDAF0BD73A00FF61D43A1BC /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D87BFF32BBF64821815CA977 /* Build configuration list for PBXNativeTarget "IceUdp iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - AB1CE677DB877CDA9CB1CC93 /* Debug */, - 7F47D6F51BFC46D845A57292 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - DAC003A18A73B54FD01E21B7 /* Build configuration list for PBXNativeTarget "IceRetry iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 877807A5CBEBD1FA31DD2EC0 /* Debug */, - AE2877F1D00DF4C6026EEB10 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - E038B4B9CC945838CD3D9B02 /* Build configuration list for PBXNativeTarget "IceInvoke macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 0A396FB5C6DB40A0BC7B2F01 /* Debug */, - DE65FFE10625BF8B737951A6 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - E44C1CBBD0B26C3481F76879 /* Build configuration list for PBXNativeTarget "IceStorm macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3BCD3C246EC27D9918028AF9 /* Debug */, - C0D4AE648BB79689416BDA47 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - E4537A8468EF1FEEE8F8F311 /* Build configuration list for PBXNativeTarget "SliceEscape iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 606D46DE7B48AE5486C73A4B /* Debug */, - 07E5F000623435C259AA3148 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - E7B316026DBF1CE6D68F925C /* Build configuration list for PBXNativeTarget "Glacier2 macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A5C7C0C842A76589E6DDE89F /* Debug */, - D4342FFBD5E22F6E89EF170E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - E9970C605E8859BAAB002530 /* Build configuration list for PBXNativeTarget "IceSlicingExceptions iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - FB01E283F43542E615067814 /* Debug */, - 753E4E1389A306FD91D57134 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - E9A35DA707780FA15F886576 /* Build configuration list for PBXNativeTarget "IceDefaultValue macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - CB02F881EF1A6E7331861765 /* Debug */, - 4466198637A4588CE4E780E6 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - EDC6890C79963D7F1EC96376 /* Build configuration list for PBXNativeTarget "IceScope macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5554B9F7B95836737BB07140 /* Debug */, - 0DA062A9F13FAE05620C9AB7 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - EDCBAD1868C21D4D52A43EC8 /* Build configuration list for PBXNativeTarget "IceInvoke iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - AFAE7EA50F6094EFD254507C /* Debug */, - 81B28E701634B5B16B664ACF /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - F0D8FCBCA123963F12AA14B8 /* Build configuration list for PBXNativeTarget "IceEnums macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 81FC912F25482677E4F43256 /* Debug */, - C625627B68C80AF03A05FF02 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - F0F1827DA5AFDAEAA66F8225 /* Build configuration list for PBXNativeTarget "IceSlicingExceptions macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - FE479150A5E98C346B0B6B0B /* Debug */, - A721DDF43D4E0CEFCBBD4073 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - F2077D8AD4DFC86DB8B0364B /* Build configuration list for PBXNativeTarget "IceTimeout iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4D432DDEF77EF6C8D5B063AB /* Debug */, - 361036643181FE5D16B60347 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - F4A79ED2732065B4851C86EB /* Build configuration list for PBXNativeTarget "IceSlicingExceptionsAMD macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 009B1D5AA0CAACBA370FCB9D /* Debug */, - A7975A847EFD7B826CDC0EC4 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - F999CB9EA63099F760D8B7CC /* Build configuration list for PBXNativeTarget "IceExceptionsAMD macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6D19B5418B7F4F87CA49139F /* Debug */, - 4BCF325A0A55C5E3246CA63C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - FB60A0B415E9E347AA1E331F /* Build configuration list for PBXNativeTarget "IceInterceptor macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E35E6F1EEF54C8B4BD4AD7A1 /* Debug */, - CAE5C045E0B58561DF388F62 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - FBC432173B82346F63A1CD28 /* Build configuration list for PBXNativeTarget "IceProxyAMD iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6D7F26353031A2206559038D /* Debug */, - AD7BBFBBBA861F31DB7781DC /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - FBDF261EE2A45A604FD39FB6 /* Build configuration list for PBXNativeTarget "IceAdmin macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2CD3EFA3EDCE0C5BCE245D37 /* Debug */, - 6FFFF59AADB3FC5FEE78CC24 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - FC10685FF608E313BEC22C18 /* Build configuration list for PBXNativeTarget "IceSSLConfiguration iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1CC3B4ADA7F46E26B0C50F41 /* Debug */, - 9EAF4316550850D09FF4D447 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - FC9F6692633CE8F5DEDAF0AB /* Build configuration list for PBXNativeTarget "IceExceptions iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8AA1D310567C3C34DC3A3B88 /* Debug */, - 721AAAE4997C701F3D97D2CC /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - FDD08CA1D9C4CEE1314AB011 /* Build configuration list for PBXNativeTarget "IceLocatorDiscovery C++11 macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - BA7687216DA47E0AC5ED93AA /* Debug */, - 060AFB2F371CCA06ED926100 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - FFF95930E70A3FD5E4AA31B1 /* Build configuration list for PBXNativeTarget "Glacier2 iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5A78DB7F65CB39389441528D /* Debug */, - 43BACE1B30980E095D1043C5 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = FD69C74E28D7406AE764029E /* Project object */; -} diff --git a/swift/ice.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/swift/ice.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 919434a6254..00000000000 --- a/swift/ice.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice iOS.xcscheme b/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice iOS.xcscheme deleted file mode 100644 index 8fdd91421cb..00000000000 --- a/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice iOS.xcscheme +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice macOS.xcscheme b/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice macOS.xcscheme deleted file mode 100644 index d9a6006ea9e..00000000000 --- a/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice macOS.xcscheme +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From bd949ca5b6e885afc7e3fb1afac8625cd52ca281 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Tue, 16 Jan 2024 09:50:25 -0500 Subject: [PATCH 2/2] Rework NativePropertiesAdmin to use only new API for callbacks (#1672) --- cpp/include/Ice/MetricsAdminI.h | 3 - cpp/include/Ice/NativePropertiesAdmin.h | 50 -------- cpp/src/Ice/Instance.cpp | 4 - cpp/src/Ice/PropertiesAdminI.cpp | 36 ------ cpp/src/Ice/PropertiesAdminI.h | 37 +++--- cpp/test/Ice/admin/TestI.cpp | 19 --- cpp/test/Ice/admin/TestI.h | 8 -- cpp/test/Ice/metrics/AllTests.cpp | 13 +- cpp/test/IceBox/admin/Service.cpp | 5 - cpp/test/IceBox/admin/TestI.h | 5 +- .../include/objc/Ice/NativePropertiesAdmin.h | 4 - objective-c/src/Ice/PropertiesI.h | 2 +- objective-c/src/Ice/PropertiesI.mm | 90 +++++--------- python/modules/IcePy/PropertiesAdmin.cpp | 113 +++++++----------- 14 files changed, 85 insertions(+), 304 deletions(-) diff --git a/cpp/include/Ice/MetricsAdminI.h b/cpp/include/Ice/MetricsAdminI.h index ed12d746afc..efe6d776e3a 100644 --- a/cpp/include/Ice/MetricsAdminI.h +++ b/cpp/include/Ice/MetricsAdminI.h @@ -583,9 +583,6 @@ class MetricsViewI : public IceUtil::Shared ICE_DEFINE_PTR(MetricsViewIPtr, MetricsViewI); class ICE_API MetricsAdminI : public IceMX::MetricsAdmin, -#ifndef ICE_CPP11_MAPPING - public Ice::PropertiesAdminUpdateCallback, -#endif private IceUtil::Mutex { public: diff --git a/cpp/include/Ice/NativePropertiesAdmin.h b/cpp/include/Ice/NativePropertiesAdmin.h index 52735c66ad2..385e53c47f8 100644 --- a/cpp/include/Ice/NativePropertiesAdmin.h +++ b/cpp/include/Ice/NativePropertiesAdmin.h @@ -10,43 +10,6 @@ namespace Ice { -#ifndef ICE_CPP11_MAPPING -/** - * An application can be notified when its configuration properties are modified - * via the Properties admin facet. The application must define a subclass of - * PropertiesAdminUpdateCallback and register it with the facet. The facet - * implements the class NativePropertiesAdmin, so the application needs to - * downcast the facet to this type in order to register the callback. - * - * For example: - * - * \code - * Ice::ObjectPtr obj = communicator->findAdminFacet("Properties"); - * assert(obj); // May be null if the facet is not enabled - * NativePropertiesAdminPtr facet = NativePropertiesAdminPtr::dynamicCast(obj); - * PropertiesAdminUpdateCallbackPtr myCallback = ...; - * facet->addUpdateCallback(myCallback); - * \endcode - * - * Ice ignores any exceptions raised by the callback. - * \headerfile Ice/Ice.h - */ -class ICE_API PropertiesAdminUpdateCallback -{ -public: - - virtual ~PropertiesAdminUpdateCallback(); - - /** - * Called when the communicator's properties have been updated. - * @param d A dictionary containing the properties that were added, changed or removed, - * with a removed property denoted by an entry whose value is an empty string. - */ - virtual void updated(const PropertyDict& d) = 0; -}; -using PropertiesAdminUpdateCallbackPtr = SharedPtr; -#endif - /** * Base class for the Properties admin facet. * \headerfile Ice/Ice.h @@ -57,24 +20,11 @@ class ICE_API NativePropertiesAdmin virtual ~NativePropertiesAdmin(); -#ifdef ICE_CPP11_MAPPING /** * Register an update callback that will be invoked when property updates occur. * @param cb The callback. */ virtual std::function addUpdateCallback(std::function cb) = 0; -#else - /** - * Register an update callback that will be invoked when property updates occur. - * @param cb The callback. - */ - virtual void addUpdateCallback(const PropertiesAdminUpdateCallbackPtr& cb) = 0; - /** - * Remove an update callback. - * @param cb The callback to be removed. - */ - virtual void removeUpdateCallback(const PropertiesAdminUpdateCallbackPtr& cb) = 0; -#endif }; ICE_DEFINE_SHARED_PTR(NativePropertiesAdminPtr, NativePropertiesAdmin); diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp index f228eb230c8..7a7343eaf43 100644 --- a/cpp/src/Ice/Instance.cpp +++ b/cpp/src/Ice/Instance.cpp @@ -1425,13 +1425,9 @@ IceInternal::Instance::finishSetup(int& argc, const char* argv[], const Ice::Com // if(propsAdmin) { -#ifdef ICE_CPP11_MAPPING auto metricsAdmin = observer->getFacet(); propsAdmin->addUpdateCallback( [metricsAdmin](const PropertyDict& changes) { metricsAdmin->updated(changes); }); -#else - propsAdmin->addUpdateCallback(observer->getFacet()); -#endif } } } diff --git a/cpp/src/Ice/PropertiesAdminI.cpp b/cpp/src/Ice/PropertiesAdminI.cpp index 72a224185c8..8efac4e2cb2 100644 --- a/cpp/src/Ice/PropertiesAdminI.cpp +++ b/cpp/src/Ice/PropertiesAdminI.cpp @@ -18,13 +18,6 @@ const char* traceCategory = "Admin.Properties"; } -#ifndef ICE_CPP11_MAPPING -PropertiesAdminUpdateCallback::~PropertiesAdminUpdateCallback() -{ - // Out of line to avoid weak vtable -} -#endif - NativePropertiesAdmin::~NativePropertiesAdmin() { // Out of line to avoid weak vtable @@ -188,21 +181,12 @@ PropertiesAdminI::setProperties(const PropertyDict& props, const Current&) changes.insert(removed.begin(), removed.end()); // Copy callbacks to allow callbacks to update callbacks -#ifdef ICE_CPP11_MAPPING auto callbacks = _updateCallbacks; for(const auto& cb : callbacks) -#else - vector callbacks = _updateCallbacks; - for(vector::const_iterator q = callbacks.begin(); q != callbacks.end(); ++q) -#endif { try { -#ifdef ICE_CPP11_MAPPING cb(changes); -#else - (*q)->updated(changes); -#endif } catch(const std::exception& ex) { @@ -224,8 +208,6 @@ PropertiesAdminI::setProperties(const PropertyDict& props, const Current&) } } -#ifdef ICE_CPP11_MAPPING - std::function PropertiesAdminI::addUpdateCallback(std::function cb) { @@ -244,22 +226,4 @@ PropertiesAdminI::removeUpdateCallback(std::list, -#endif - private IceUtil::RecMutex +class PropertiesAdminI final : public Ice::PropertiesAdmin, + public Ice::NativePropertiesAdmin, + public std::enable_shared_from_this, + private IceUtil::RecMutex { public: PropertiesAdminI(const InstancePtr&); #ifdef ICE_CPP11_MAPPING - virtual std::string getProperty(std::string, const Ice::Current&) override; - virtual Ice::PropertyDict getPropertiesForPrefix(std::string, const Ice::Current&) override; - virtual void setProperties(::Ice::PropertyDict, const Ice::Current&) override; - - virtual std::function addUpdateCallback(std::function) override; - void removeUpdateCallback(std::list>::iterator); - + std::string getProperty(std::string, const Ice::Current&) final; + Ice::PropertyDict getPropertiesForPrefix(std::string, const Ice::Current&) final; + void setProperties(::Ice::PropertyDict, const Ice::Current&) final; #else - virtual std::string getProperty(const std::string&, const Ice::Current&); - virtual Ice::PropertyDict getPropertiesForPrefix(const std::string&, const Ice::Current&); - virtual void setProperties(const Ice::PropertyDict&, const Ice::Current&); - - virtual void addUpdateCallback(const Ice::PropertiesAdminUpdateCallbackPtr&); - virtual void removeUpdateCallback(const Ice::PropertiesAdminUpdateCallbackPtr&); + std::string getProperty(const std::string&, const Ice::Current&) final; + Ice::PropertyDict getPropertiesForPrefix(const std::string&, const Ice::Current&) final; + void setProperties(const Ice::PropertyDict&, const Ice::Current&) final; #endif + std::function addUpdateCallback(std::function) final; + private: + void removeUpdateCallback(std::list>::iterator); + const Ice::PropertiesPtr _properties; const Ice::LoggerPtr _logger; -#ifdef ICE_CPP11_MAPPING std::list> _updateCallbacks; -#else - std::vector _updateCallbacks; -#endif - }; ICE_DEFINE_SHARED_PTR(PropertiesAdminIPtr, PropertiesAdminI); diff --git a/cpp/test/Ice/admin/TestI.cpp b/cpp/test/Ice/admin/TestI.cpp index a3f836a1ad9..914c1c36005 100644 --- a/cpp/test/Ice/admin/TestI.cpp +++ b/cpp/test/Ice/admin/TestI.cpp @@ -52,11 +52,7 @@ class NullLogger : public Ice::Logger RemoteCommunicatorI::RemoteCommunicatorI(const Ice::CommunicatorPtr& communicator) : _communicator(communicator), -#ifdef ICE_CPP11_MAPPING _removeCallback(nullptr) -#else - _hasCallback(false) -#endif { } @@ -71,11 +67,7 @@ RemoteCommunicatorI::getChanges(const Ice::Current&) { IceUtil::Monitor::Lock sync(*this); -#ifdef ICE_CPP11_MAPPING if(_removeCallback) -#else - if(_hasCallback) -#endif { return _changes; } @@ -95,13 +87,8 @@ RemoteCommunicatorI::addUpdateCallback(const Ice::Current&) { Ice::NativePropertiesAdminPtr admin = ICE_DYNAMIC_CAST(Ice::NativePropertiesAdmin, propFacet); assert(admin); -#ifdef ICE_CPP11_MAPPING _removeCallback = admin->addUpdateCallback([this](const Ice::PropertyDict& changes) { updated(changes); }); -#else - admin->addUpdateCallback(Ice::PropertiesAdminUpdateCallbackPtr(shared_from_this())); - _hasCallback = true; -#endif } } @@ -115,16 +102,11 @@ RemoteCommunicatorI::removeUpdateCallback(const Ice::Current&) { Ice::NativePropertiesAdminPtr admin = ICE_DYNAMIC_CAST(Ice::NativePropertiesAdmin, propFacet); assert(admin); -#ifdef ICE_CPP11_MAPPING if(_removeCallback) { _removeCallback(); _removeCallback = nullptr; } -#else - admin->removeUpdateCallback(Ice::PropertiesAdminUpdateCallbackPtr(shared_from_this())); - _hasCallback = false; -#endif } } @@ -209,7 +191,6 @@ RemoteCommunicatorFactoryI::createCommunicator(ICE_IN(Ice::PropertyDict) props, communicator->addAdminFacet(ICE_MAKE_SHARED(TestFacetI), "TestFacet"); // - // The RemoteCommunicator servant also implements PropertiesAdminUpdateCallback. // Set the callback on the admin facet. // RemoteCommunicatorIPtr servant = ICE_MAKE_SHARED(RemoteCommunicatorI, communicator); diff --git a/cpp/test/Ice/admin/TestI.h b/cpp/test/Ice/admin/TestI.h index e15550fb865..2dd0ce13b83 100644 --- a/cpp/test/Ice/admin/TestI.h +++ b/cpp/test/Ice/admin/TestI.h @@ -10,10 +10,6 @@ #include class RemoteCommunicatorI : public virtual Test::RemoteCommunicator, -#ifndef ICE_CPP11_MAPPING - public virtual Ice::PropertiesAdminUpdateCallback, - public std::enable_shared_from_this, -#endif public IceUtil::Monitor { public: @@ -42,11 +38,7 @@ class RemoteCommunicatorI : public virtual Test::RemoteCommunicator, Ice::CommunicatorPtr _communicator; Ice::PropertyDict _changes; -#ifdef ICE_CPP11_MAPPING std::function _removeCallback; -#else - bool _hasCallback; -#endif }; ICE_DEFINE_SHARED_PTR(RemoteCommunicatorIPtr, RemoteCommunicatorI); diff --git a/cpp/test/Ice/metrics/AllTests.cpp b/cpp/test/Ice/metrics/AllTests.cpp index e4fb1dda5c4..3cc97718613 100644 --- a/cpp/test/Ice/metrics/AllTests.cpp +++ b/cpp/test/Ice/metrics/AllTests.cpp @@ -272,11 +272,7 @@ getServerConnectionMetrics(const IceMX::MetricsAdminPrxPtr& metrics, Ice::Long e return s; } -class UpdateCallbackI : -#ifndef ICE_CPP11_MAPPING - public Ice::PropertiesAdminUpdateCallback, -#endif -private IceUtil::Monitor +class UpdateCallbackI : private IceUtil::Monitor { public: @@ -597,12 +593,7 @@ allTests(Test::TestHelper* helper, const CommunicatorObserverIPtr& obsv) UpdateCallbackIPtr update = ICE_MAKE_SHARED(UpdateCallbackI, serverProps); ICE_DYNAMIC_CAST(Ice::NativePropertiesAdmin, communicator->findAdminFacet("Properties"))->addUpdateCallback( -#ifdef ICE_CPP11_MAPPING - [update](const Ice::PropertyDict& changes) { update->updated(changes); } -#else - update -#endif - ); + [update](const Ice::PropertyDict& changes) { update->updated(changes); }); cout << "ok" << endl; diff --git a/cpp/test/IceBox/admin/Service.cpp b/cpp/test/IceBox/admin/Service.cpp index d3e44986853..dfc90e2a4a2 100644 --- a/cpp/test/IceBox/admin/Service.cpp +++ b/cpp/test/IceBox/admin/Service.cpp @@ -51,18 +51,13 @@ ServiceI::ServiceI(const CommunicatorPtr& serviceManagerCommunicator) serviceManagerCommunicator->addAdminFacet(facet, "TestFacet"); // - // The TestFacetI servant also implements PropertiesAdminUpdateCallback. // Set the callback on the admin facet. // ObjectPtr propFacet = serviceManagerCommunicator->findAdminFacet("IceBox.Service.TestService.Properties"); NativePropertiesAdminPtr admin = ICE_DYNAMIC_CAST(NativePropertiesAdmin, propFacet); assert(admin); -#ifdef ICE_CPP11_MAPPING admin->addUpdateCallback([facet](const Ice::PropertyDict& changes) { facet->updated(changes); }); -#else - admin->addUpdateCallback(facet); -#endif } ServiceI::~ServiceI() diff --git a/cpp/test/IceBox/admin/TestI.h b/cpp/test/IceBox/admin/TestI.h index bd758bf8402..a866581582b 100644 --- a/cpp/test/IceBox/admin/TestI.h +++ b/cpp/test/IceBox/admin/TestI.h @@ -8,10 +8,7 @@ #include class TestFacetI : public virtual ::Test::TestFacet, -#ifndef ICE_CPP11_MAPPING - public virtual Ice::PropertiesAdminUpdateCallback, -#endif - IceUtil::Monitor + private IceUtil::Monitor { public: diff --git a/objective-c/include/objc/Ice/NativePropertiesAdmin.h b/objective-c/include/objc/Ice/NativePropertiesAdmin.h index c466b1098fa..82c89965373 100644 --- a/objective-c/include/objc/Ice/NativePropertiesAdmin.h +++ b/objective-c/include/objc/Ice/NativePropertiesAdmin.h @@ -9,10 +9,6 @@ ICE_API @protocol ICEPropertiesAdminUpdateCallback -(void) updated:(ICEMutablePropertyDict*)properties; @end -ICE_DEPRECATED_API("Use NSObject instead") -ICE_API @interface ICEPropertiesAdminUpdateCallback : NSObject -@end - ICE_API @protocol ICENativePropertiesAdmin -(void) addUpdateCallback:(id)callback; -(void) removeUpdateCallback:(id)callback; diff --git a/objective-c/src/Ice/PropertiesI.h b/objective-c/src/Ice/PropertiesI.h index b83d8eec551..0a5659ed20d 100644 --- a/objective-c/src/Ice/PropertiesI.h +++ b/objective-c/src/Ice/PropertiesI.h @@ -22,6 +22,6 @@ @interface ICENativePropertiesAdmin : ICEServantWrapper { IceUtil::Mutex mutex_; - std::vector callbacks_; + std::vector>> callbacks_; } @end diff --git a/objective-c/src/Ice/PropertiesI.mm b/objective-c/src/Ice/PropertiesI.mm index 6e0529231e0..bb73c844c88 100644 --- a/objective-c/src/Ice/PropertiesI.mm +++ b/objective-c/src/Ice/PropertiesI.mm @@ -222,83 +222,47 @@ -(void) load:(NSString*)file @end -namespace -{ - -class UpdateCallbackI : public Ice::PropertiesAdminUpdateCallback +@implementation ICENativePropertiesAdmin +-(void) addUpdateCallback:(id)cb { -public: - - UpdateCallbackI(id callback) : _callback(callback) - { - [_callback retain]; - } - - ~UpdateCallbackI() - { - [_callback release]; - } + IceUtil::Mutex::Lock sync(mutex_); - void - updated(const Ice::PropertyDict& properties) - { - NSException* ex = nil; - @autoreleasepool + std::function remover = std::dynamic_pointer_cast(object_)->addUpdateCallback( + [cb](const Ice::PropertyDict& properties) { - @try + NSException* ex = nil; + @autoreleasepool { - [_callback updated:[toNSDictionary(properties) autorelease]]; + @try + { + [cb updated:[toNSDictionary(properties) autorelease]]; + } + @catch(id e) + { + ex = [e retain]; + } } - @catch(id e) + if(ex != nil) { - ex = [e retain]; + rethrowCxxException(ex, true); // True = release the exception. } - } - if(ex != nil) - { - rethrowCxxException(ex, true); // True = release the exception. - } - } - - id - callback() - { - return _callback; - } - -private: - - id _callback; -}; -using UpdateCallbackIPtr = Ice::SharedPtr; + }); -} - -@implementation ICEPropertiesAdminUpdateCallback -@end - -#define NATIVEPROPERTIESADMIN std::dynamic_pointer_cast(object_) - -@implementation ICENativePropertiesAdmin --(void) addUpdateCallback:(id)cb -{ - IceUtil::Mutex::Lock sync(mutex_); - callbacks_.push_back(new UpdateCallbackI(cb)); - assert(NATIVEPROPERTIESADMIN); - NATIVEPROPERTIESADMIN->addUpdateCallback(callbacks_.back()); + callbacks_.push_back(std::make_pair(cb, remover)); + [cb retain]; } -(void) removeUpdateCallback:(id)cb { IceUtil::Mutex::Lock sync(mutex_); - for(std::vector::iterator p = callbacks_.begin(); p != callbacks_.end(); ++p) + + // Each removeUpdateCallback only removes the first occurrence + auto p = std::find_if(callbacks_.begin(), callbacks_.end(), [cb](const auto& q) { return q.first == cb; }); + if (p != callbacks_.end()) { - if(UpdateCallbackIPtr::dynamicCast(*p)->callback() == cb) - { - NATIVEPROPERTIESADMIN->removeUpdateCallback(*p); - callbacks_.erase(p); - return; - } + p->second(); + [cb release]; + callbacks_.erase(p); } } @end diff --git a/python/modules/IcePy/PropertiesAdmin.cpp b/python/modules/IcePy/PropertiesAdmin.cpp index 531a0b7bb9e..432a33f55e6 100644 --- a/python/modules/IcePy/PropertiesAdmin.cpp +++ b/python/modules/IcePy/PropertiesAdmin.cpp @@ -14,77 +14,15 @@ using namespace IcePy; namespace IcePy { -class UpdateCallbackWrapper : public Ice::PropertiesAdminUpdateCallback -{ -public: - - UpdateCallbackWrapper(PyObject*); - ~UpdateCallbackWrapper(); - - PyObject* getObject() const; - - void updated(const Ice::PropertyDict&); - -private: - - PyObject* _callback; -}; -using UpdateCallbackWrapperPtr = Ice::SharedPtr; - struct NativePropertiesAdminObject { PyObject_HEAD Ice::NativePropertiesAdminPtr* admin; - vector* callbacks; + vector>>* callbacks; }; } -IcePy::UpdateCallbackWrapper::UpdateCallbackWrapper(PyObject* callback) : _callback(callback) -{ - Py_INCREF(_callback); -} - -IcePy::UpdateCallbackWrapper::~UpdateCallbackWrapper() -{ - AdoptThread adoptThread; // Ensure the current thread is able to call into Python. - - Py_DECREF(_callback); -} - -PyObject* -IcePy::UpdateCallbackWrapper::getObject() const -{ - return _callback; -} - -void -IcePy::UpdateCallbackWrapper::updated(const Ice::PropertyDict& dict) -{ - AdoptThread adoptThread; // Ensure the current thread is able to call into Python. - - PyObjectHandle result = PyDict_New(); - if(result.get()) - { - for(Ice::PropertyDict::const_iterator p = dict.begin(); p != dict.end(); ++p) - { - PyObjectHandle key = createString(p->first); - PyObjectHandle val = createString(p->second); - if(!val.get() || PyDict_SetItem(result.get(), key.get(), val.get()) < 0) - { - return; - } - } - } - - PyObjectHandle obj = PyObject_CallMethod(_callback, STRCAST("updated"), STRCAST("O"), result.get()); - if(!obj.get()) - { - assert(PyErr_Occurred()); - throw AbortMarshaling(); - } -} - #ifdef WIN32 extern "C" #endif @@ -119,8 +57,36 @@ nativePropertiesAdminAddUpdateCB(NativePropertiesAdminObject* self, PyObject* ar return 0; } - (*self->callbacks).push_back(new UpdateCallbackWrapper(callback)); - (*self->admin)->addUpdateCallback((*self->callbacks).back()); + std::function remover = (*self->admin)->addUpdateCallback( + [callback](const Ice::PropertyDict& dict) + { + AdoptThread adoptThread; // Ensure the current thread is able to call into Python. + + PyObjectHandle result = PyDict_New(); + if (result.get()) + { + for (Ice::PropertyDict::const_iterator p = dict.begin(); p != dict.end(); ++p) + { + PyObjectHandle key = createString(p->first); + PyObjectHandle val = createString(p->second); + if(!val.get() || PyDict_SetItem(result.get(), key.get(), val.get()) < 0) + { + return; + } + } + } + + PyObjectHandle obj = PyObject_CallMethod(callback, STRCAST("updated"), STRCAST("O"), result.get()); + if (!obj.get()) + { + assert(PyErr_Occurred()); + throw AbortMarshaling(); + } + }); + + (*self->callbacks).push_back(make_pair(callback, remover)); + Py_INCREF(callback); + Py_INCREF(Py_None); return Py_None; } @@ -138,15 +104,16 @@ nativePropertiesAdminRemoveUpdateCB(NativePropertiesAdminObject* self, PyObject* return 0; } - for(vector::const_iterator p = (*self->callbacks).begin(); p != (*self->callbacks).end(); - ++p) + auto& callbacks = *self->callbacks; + + auto p = std::find_if(callbacks.begin(), callbacks.end(), [callback](const auto& q) { return q.first == callback; }); + if (p != callbacks.end()) { - if((*p)->getObject() == callback) - { - (*self->admin)->removeUpdateCallback(*p); - break; - } + p->second(); + Py_DECREF(callback); + callbacks.erase(p); } + Py_INCREF(Py_None); return Py_None; } @@ -239,6 +206,6 @@ IcePy::createNativePropertiesAdmin(const Ice::NativePropertiesAdminPtr& admin) } p->admin = new Ice::NativePropertiesAdminPtr(admin); - p->callbacks = new vector(); + p->callbacks = new vector>>(); return (PyObject*)p; }