summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--swift/Rakefile5
-rw-r--r--swift/ice.xcodeproj/project.pbxproj21860
-rw-r--r--swift/ice.xcodeproj/xcshareddata/xcschemes/Ice iOS.xcscheme10
-rw-r--r--swift/ice.xcodeproj/xcshareddata/xcschemes/Ice macOS.xcscheme10
4 files changed, 11025 insertions, 10860 deletions
diff --git a/swift/Rakefile b/swift/Rakefile
index d8c6ba7f128..523b924add9 100644
--- a/swift/Rakefile
+++ b/swift/Rakefile
@@ -775,6 +775,11 @@ def target_set_common_build_settings(target, product, platform, plist: nil, swif
end
end
+ if target.product_type == "com.apple.product-type.application" or
+ target.product_type == "com.apple.product-type.bundle" then
+ config.build_settings["DEAD_CODE_STRIPPING"] = "YES"
+ end
+
if platform == :osx
config.build_settings["MACOSX_DEPLOYMENT_TARGET"] = $macOSDeploymentTarget
else
diff --git a/swift/ice.xcodeproj/project.pbxproj b/swift/ice.xcodeproj/project.pbxproj
index 8521672ac2e..67bc2872dd3 100644
--- a/swift/ice.xcodeproj/project.pbxproj
+++ b/swift/ice.xcodeproj/project.pbxproj
@@ -7,1568 +7,1548 @@
objects = {
/* Begin PBXBuildFile section */
- 000844B17771F1488C966B27 /* SliceChecksumDict.ice in Sources */ = {isa = PBXBuildFile; fileRef = B1CE1D5F8B06475A36692665 /* SliceChecksumDict.ice */; };
- 001363FF49C3B7AAEFE5B692 /* AdminFacetFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6642681A106D5A83197089F /* AdminFacetFactory.swift */; };
- 0019A7A0F8A990CFF1396162 /* CollocatedRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33186DED7BBFC69B7E794EB6 /* CollocatedRequestHandler.cpp */; };
- 00492734A3842CD69E59FB87 /* SliceFlags.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11723D5DA76E1B2FAF04D66B /* SliceFlags.swift */; };
- 005BCEF1FFAFFB367965711B /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 040117AC26A16B2463BA1487 /* TestI.swift */; };
- 0068CAFAEB859A56BF6173CC /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 00839631F41984D2B091D2BE /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E29262167A695DBE3AB7050F /* AllTests.swift */; };
- 009A33C70879ABE9A3776981 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 00A82F86F99ACD628FA3B342 /* PermissionsVerifierF.ice in Sources */ = {isa = PBXBuildFile; fileRef = A5DE3AE667AAFC894BD3A60C /* PermissionsVerifierF.ice */; };
- 00F4EB09B4B3E2BCEF938263 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = BAA3025486C42B412C8CBC57 /* Test.ice */; };
- 01426EF9B688D64AA31DB46E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 014BDA09904360AD337012D4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 01745D25D4A3397A3BBB7293 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = F5606FBD5FA3395CBCDA97DA /* Router.ice */; };
- 017F9697F68779CBF30CF3B8 /* IceSlicingExceptions.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 5CB3684F35DE62A0E27E1D97 /* IceSlicingExceptions.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 01826E5F4AF8F4127A83E101 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943E8C7B9EF5DAB2A49603EB /* Client.swift */; };
- 01ADDF8F24A9969C52FAA85B /* Current.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2CFC3691D909A79D96800785 /* Current.ice */; };
- 01BE04AF2A7A375537745B56 /* ImplicitContextF.ice in Sources */ = {isa = PBXBuildFile; fileRef = F1CAECBE3996DBD6E98EF767 /* ImplicitContextF.ice */; };
- 0241D2C3F4E84EA8CC7E8CC9 /* Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BD4FFB15EEAD077B9E5602DF /* Util.cpp */; };
- 024478E934F726ADCF4DFE79 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 024CB7EFAC5BB5136B3D785D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 027F48C9148700DEA7FFB0A9 /* IceFacets.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 97819D8AB561190C74968D41 /* IceFacets.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 02DE30276C00378287026DA1 /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = B6192F6143B32B224621E1AB /* EndpointInfo.ice */; };
- 02F1A513BCAA37294F006466 /* DefaultsAndOverrides.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E0796E560A6C3A21A4C263D8 /* DefaultsAndOverrides.cpp */; };
- 030E98D48FB1E69AB2997800 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 032F9B67779F32B93260A790 /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 82CC5AF3BAB4ED3D53681F64 /* Glacier2.framework */; };
- 0370578AD7A5B4B58564BD1C /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A78C9271459C35E12B0FCCE /* Client.swift */; };
- 037A4B45F1BA13106CB58BD5 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2A6515E73B7A8EBA4232FE78 /* Test.ice */; };
- 03AC5F19893D27EB2E1B9FBD /* BatchRequestQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D11B81894A11B50934B0AC31 /* BatchRequestQueue.cpp */; };
- 0416C8244C72A17E7CC50BCD /* OutputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 970BAF629BB4A877F5DD02FB /* OutputStream.swift */; };
- 044841BBCF9DD77A41F36895 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E29262167A695DBE3AB7050F /* AllTests.swift */; };
- 047BFBFC1BA69A2D854E30A9 /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 76480F1AA8304A4235C83538 /* RouterF.ice */; };
- 04A4F56DC99AEC4155F8375B /* RecMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F1F2592E2E1F2BF10A6306BE /* RecMutex.cpp */; };
- 04EAE49B941D43485DDE2A76 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 05301682604E347F3C7A120B /* Object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32AF080F8A5A42102A0F1D26 /* Object.cpp */; };
- 0530DF9E34330CB682D7375F /* SSLEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1B34F199B50B3C480169233 /* SSLEngine.cpp */; };
- 05C8240E2E81C494D4112FC0 /* ServantManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD5DC886BB765EA2DF2ACB09 /* ServantManager.cpp */; };
- 05C940B438F98E6E48B7EC18 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 05E047A13971903D183750E5 /* Endpoint.mm in Sources */ = {isa = PBXBuildFile; fileRef = 721B8B808158372F30A17393 /* Endpoint.mm */; };
- 05FEF2C86BD9068E981B8B61 /* IceUdp.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 86FF6922946A161E68D3BB8B /* IceUdp.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 060D78446000FB3C4F69C3CC /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8A05CFF0F05E0236FAC1B8 /* CFNetwork.framework */; };
- 061996F57A5A66D732D69B1A /* ConnectionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6D8358D5F7A7961E5A27D61 /* ConnectionFactory.cpp */; };
- 064DE095DF575BD63CAEB822 /* IceObjects.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F2092C923638685CCA99E7F0 /* IceObjects.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 066ED82CFBDABBA3B41E1158 /* IceRetry.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 0CAB0284CDDA4938D579D519 /* IceRetry.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 06AB6821F23CD01068B46731 /* ProcessI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1BAD2AF26D991193A5E3714 /* ProcessI.swift */; };
- 06CB8F820DF4E006C3257282 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 06E334AA8C317CEC451B4DFA /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44E43649201EDD09D6602E4F /* Server.swift */; };
- 0729EF7BB76DFD0538C41EBE /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 073DBAF788CAED166B2ADEB6 /* Assets.xcassets in Sources */ = {isa = PBXBuildFile; fileRef = 1FD30D15372B5483D14813DE /* Assets.xcassets */; };
- 077457A3BE2A189F5B1585F2 /* AcceptorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BCE7F836E094F7B1ABF0AE4 /* AcceptorI.cpp */; };
- 07C343A11FA384455462DBE9 /* Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BD4FFB15EEAD077B9E5602DF /* Util.cpp */; };
- 07EA20AA1DA7CD03F8BCFFF4 /* Communicator.ice in Sources */ = {isa = PBXBuildFile; fileRef = CF8714E9397456207998C577 /* Communicator.ice */; };
- 07FF83E6042C16C9A1207D57 /* Endpoint.ice in Sources */ = {isa = PBXBuildFile; fileRef = CEE366B943AADCD80BFD989C /* Endpoint.ice */; };
- 08857D77381589F1206405FB /* IceRetry.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 6D19C02894A9CDDE69F35879 /* IceRetry.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 08A5D1685D63FDBF7054563D /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 08C317C780051EDCC244C649 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 08DCD52A0838B158AA435871 /* Properties.mm in Sources */ = {isa = PBXBuildFile; fileRef = 12D216C6743AADA7E58F8DBC /* Properties.mm */; };
- 0923E6168CDA8620500B0D5F /* EndpointInfoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 354E88FE4053D693F237DBA8 /* EndpointInfoFactory.swift */; };
- 0982F34EA67A8C2A2AF5C7BA /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83532A93A0E5BE72590D6119 /* Client.swift */; };
- 09A5D5D5594942B7C8FFE80D /* IceSlicingObjects.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = DB28DEC48CA76982B57D2C68 /* IceSlicingObjects.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 09C444A73F782EA730E6F879 /* IceTimeout.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 25D0C721D53503860788165E /* IceTimeout.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 09CE0B33B525AD59C18DCDA4 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = A553BCB2AD6559ABB0433A1F /* Metrics.ice */; };
- 09F82BFD9F9DA52121EC216E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 0A6A5E5CB085FE1497E0B9E5 /* Value.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C371A25143073DD73E90F8A /* Value.cpp */; };
- 0A73BCCF1303E211655157F6 /* Convert.h in Headers */ = {isa = PBXBuildFile; fileRef = 96FF0DD4180C3D7088987030 /* Convert.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 0AAFBC3556BA0356D15FCB48 /* ObjectPrx.h in Headers */ = {isa = PBXBuildFile; fileRef = E3E0C346DE0FBC6B2A3F37F6 /* ObjectPrx.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 0ADA31AFE42E10F9E96CC9A3 /* Protocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4F52581A44C2DFBBC060A7D /* Protocol.cpp */; };
- 0AE871328B1591F1F3B6DF41 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 0B8F43C0559148A005953CF7 /* ObjectPrx.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1E79C5E475C8DAD0ACEB76D4 /* ObjectPrx.mm */; };
- 0B92F3AEED73F5AC8B91596D /* EndpointInfoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 354E88FE4053D693F237DBA8 /* EndpointInfoFactory.swift */; };
- 0B9C88F6380304CC180F9C1F /* ObjectFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = 227CE455C3DE53A0D9684EA1 /* ObjectFactory.ice */; };
- 0BC7DFCED95ADD4BC4740F5B /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = 93B8D0F7DB11B2D8EF8E04E6 /* Router.ice */; };
- 0BCBC18B5F9BAF49ED0DAF3A /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9BA29684C0401269417F3A5E /* Test.ice */; };
- 0C3C725829917FDEEAFFB92E /* StreamTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E0023B9B103C40485518CB82 /* StreamTransceiver.cpp */; };
- 0C54A0EF9A15505BB9B73A36 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 0C64F38C750BDEA2CEA90B58 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 0CECBEADC2B71831056DA930 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 0CF0780A41F3F3038F17CD7E /* BuiltinSequences.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1D28632B66990D3D4523311C /* BuiltinSequences.ice */; };
- 0D1540D8A6ECB9CAE5D83F5E /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = EDCD6A95EABC9D30A1CB9BE6 /* Test.ice */; };
- 0D6BDD259283EAB04A66BB38 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 944149324935EC93B5BE0E6C /* TestI.swift */; };
- 0D7E6FA0F59C57B1D3337A63 /* NetworkProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF94AE9A5442A692BF45F058 /* NetworkProxy.cpp */; };
- 0DD67C2C1C441DB0519A1286 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F5E02F8901443ABF6D794E /* AllTests.swift */; };
- 0DDA1A7A8FDADE519A01CDAB /* MetricsObserverI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 581298F9FE5EE99543342238 /* MetricsObserverI.cpp */; };
- 0E61A6E4802EFFAAD157070E /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ADF64D7797A1E7E541B67D3 /* Collocated.swift */; };
- 0E74294E438CA5AD5F864CA3 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E863BECDE405E0EE061C22D /* TestI.swift */; };
- 0E78FF4D0673C65A1AAACA64 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0C5DE334AF0C9C3B921F6E18 /* Test.ice */; };
- 0E826C641FCA47E75E323ED4 /* CertificateI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 393D6540ECF3290AF1D71965 /* CertificateI.cpp */; };
- 0E8AD2958710ACEC8593D8EC /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 16D12150BE8802991D4A8EE3 /* Test.ice */; };
- 0E8ADC78BEABE095444D2F81 /* RouterInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F3725481007998728CB3C3C7 /* RouterInfo.cpp */; };
- 0EBFCDED8C80016C95E0A7B3 /* PluginF.ice in Sources */ = {isa = PBXBuildFile; fileRef = CF68F4C48AEA28D437422AF6 /* PluginF.ice */; };
- 0F12105A5F476C86BD0227DF /* InstrumentationF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 818E19410032B14D76DA3CB0 /* InstrumentationF.ice */; };
- 0F2255A6840ECE306D218B1F /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 231F145BCD96B13815AA5C8C /* Client.swift */; };
- 0F2E905901A4E5A8D6807A0C /* PropertiesF.ice in Sources */ = {isa = PBXBuildFile; fileRef = AD500A228D52BB7543886C54 /* PropertiesF.ice */; };
- 0F3D609802275A05F4426022 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 0F4A843F8F068B0C3F5FC6E9 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 0F66FB6EEFE85090707DCB9E /* Exception.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85D92AD0FC61E9A12DEEC301 /* Exception.swift */; };
- 0F9CC7A1E6730557D82C5D96 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 0FA905D438984C24F50AA554 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = F0B55A826A688F5A40FCF801 /* Test.ice */; };
- 0FFBE6F86A1B577B2499CD92 /* PropertyNames.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06D3CFD42E233879081B1C9E /* PropertyNames.cpp */; };
- 103EEE92B3D1078B37D24509 /* IceStorm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FEE322ED06E510B5604D0A3 /* IceStorm.framework */; };
- 10533E20953F20AB8D41AE5C /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E235E2CD940E6E6C2E3B42D8 /* TestI.swift */; };
- 10550F54A94E6AC7CA011612 /* Current.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2CFC3691D909A79D96800785 /* Current.ice */; };
- 1066E39122013DFFA3104E5F /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FB1884995F2F927B9B29522 /* ServerAMD.swift */; };
- 1081665973610846CD5ADA86 /* IceProxyAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 202DDDB142F3247EA06FD5FC /* IceProxyAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 109B097946BFCCEE16968704 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6FCE3FA84176D1633B9CF63F /* Test.ice */; };
- 10DE1FCA09740F55BE22942E /* ObjectFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = 227CE455C3DE53A0D9684EA1 /* ObjectFactory.ice */; };
- 10EC0E402EEB93E1114DF22B /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 1102AA69B602389DEDB56C0B /* TrustManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 52BFEEE8ACFCAE431F13A055 /* TrustManager.cpp */; };
- 110F7CCAB657E0D3F94106B4 /* Thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6F4906D05AC597FC6FD1EBD /* Thread.cpp */; };
- 1126A37015AEDB5F43E3CD5D /* OutputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0D77FC36E2549C0324CB3057 /* OutputStream.cpp */; };
- 117109DB9F3ECDBE40891978 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C5B27736184054099D8B665 /* Collocated.swift */; };
- 1178BCD8C9170DF6746CD818 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- 11D39F740AF86F72962A2250 /* PropertiesI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE178814FA1BA38F5BDAFF6F /* PropertiesI.cpp */; };
- 11DDD6CCB26DA5FD7390B86D /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 1213B9ECBA6AC6C88494F907 /* BlobjectFacade.h in Headers */ = {isa = PBXBuildFile; fileRef = A32B98A559EDF2B6B290F316 /* BlobjectFacade.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 1246C9F7B6C566A67168EB62 /* ConnectionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6D8358D5F7A7961E5A27D61 /* ConnectionFactory.cpp */; };
- 1249A0ACFA401F6D0FDD9DB1 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9F81EE30A746165C9E4E426 /* TestAMDI.swift */; };
- 12589D31C11A110E92AE4010 /* Process.h in Headers */ = {isa = PBXBuildFile; fileRef = 793AFDB5030450802B8C4608 /* Process.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 126462113F6C26E15F6666F5 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 12B344B36250E061AD4FE00B /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 12F588046055E313723515FF /* Incoming.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2E44B0ADD606953F28C5281 /* Incoming.swift */; };
- 13A61FD153B293F504B5C4B6 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 701C3FA90C682225C82ED50C /* Client.swift */; };
- 13D57C7AF22685542A1D2000 /* FormatType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EEF18552E0AF5AEA4A4C6FE /* FormatType.swift */; };
- 13E4D16A30E970A7294EDEF9 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 142379BC3F52308A99AEC93D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 142F1959FF85A7F93E704C4E /* ObjectFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = 227CE455C3DE53A0D9684EA1 /* ObjectFactory.ice */; };
- 145083DA95C22D92EE6C1AFE /* StreamConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E64C57B121A042BD207F7857 /* StreamConnector.cpp */; };
- 14E83E7D1CDBB3A68E2017C7 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 150AE761E4E0AB83A7F509D1 /* ConnectionF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0869C67523DAACAD4DD5786E /* ConnectionF.ice */; };
- 1529F5A4AE9DA1709284503B /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF806506D15A319DB8AC4752 /* TestI.swift */; };
- 153571947BB1FD0C287A7D15 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 153A90FF563B2A2BD7F0CF37 /* IceDefaultValue.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F683FFB8C8EEBDCCEE99A82F /* IceDefaultValue.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 157841B3B9ADCD9C3C247A0D /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 1581D642D4549D03D300067C /* ServantLocatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AD65C51BA4223A9E0CDC551 /* ServantLocatorI.swift */; };
- 1586D08B8BC9E09E13CC2A1E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 158F0920DA8DA4492536603D /* PluginF.ice in Sources */ = {isa = PBXBuildFile; fileRef = CF68F4C48AEA28D437422AF6 /* PluginF.ice */; };
- 15A3E9F10F65F9A2240E7C55 /* ProtocolInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6737211CC6815637FE1B5AF /* ProtocolInstance.cpp */; };
- 15D4340D79D09125A31EC4B6 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C750CB1E4AD95C4A05938576 /* TestI.swift */; };
- 1609533D505481766554A55C /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0C3E9A0C94358B8D506AB40 /* TestI.swift */; };
- 160FE3971D7C0C13D4649B92 /* SystemdJournalI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CEEE47A7418168B0477452E4 /* SystemdJournalI.cpp */; };
- 16416EF1C9C899FC54F63EEA /* EndpointFactoryManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B594618B377F22C7B59A0E2E /* EndpointFactoryManager.cpp */; };
- 164301A75377644B84C269FD /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 167BACC0F7AD2D37C5065439 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 168E3F54B642F8B6332A6DF1 /* ObjectAdapterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 792FBBE6EFE9C9FEFAC0DC43 /* ObjectAdapterF.ice */; };
- 16A3AA39D7B394D357A500A5 /* Oneways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46A0E919D0E8CB1320EBC4FB /* Oneways.swift */; };
- 17087B29F37B999F1DDEA27C /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7307501BA1C212F60D39DA49 /* ServerAMD.swift */; };
- 170EB70A98BEA1B11854A828 /* ImplicitContextF.ice in Sources */ = {isa = PBXBuildFile; fileRef = F1CAECBE3996DBD6E98EF767 /* ImplicitContextF.ice */; };
- 171E7F755B8A5A8419B6E443 /* ValueFactoryManagerI.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7423DE2105820E09DC37F71 /* ValueFactoryManagerI.swift */; };
- 17B3B258D9C84680E2F9059C /* Communicator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E4325168FF7D7C00449F353 /* Communicator.mm */; };
- 17FDB1B23A5B5DFC035D7B50 /* InputUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1961C5F0038F3FE109D7EFE6 /* InputUtil.cpp */; };
- 180CC35CF535B597A1D832F1 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 231F145BCD96B13815AA5C8C /* Client.swift */; };
- 181031CD7CF0FF5B4EF16742 /* IceStorm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A908F6B4DBBB526C6D83931B /* IceStorm.framework */; };
- 18126B7CFBCFDD25C2825059 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 182B888BCC5DDB911CD2300E /* EndpointFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08A6242E3D478C658F7C945E /* EndpointFactory.cpp */; };
- 18672DF6299A355D8F3BA44A /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- 18BE08F9DB5D338F80973299 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 18FBD534158878146F23FF05 /* IceStorm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FEE322ED06E510B5604D0A3 /* IceStorm.framework */; };
- 193FE2F881385CA114DA5EA5 /* libIceSSL C++11 macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C5E11BEB75F4537B9C345FD /* libIceSSL C++11 macOS.a */; };
- 1960499846F0468EECF0038D /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38B6CEC869384C4A2F96A97 /* TestI.swift */; };
- 19AA21447EDB399BD4E83599 /* ValueFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1E75430EB4F5CFAC72B41042 /* ValueFactory.ice */; };
- 19AC2EAB2E5112AFD2C5A1C3 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 54DC663ED2D4EF54E39362C0 /* Test.ice */; };
- 1A5AB4C0E9524C0C58124BF7 /* BlobjectAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEBF3AAF90F9D349CE22A6F0 /* BlobjectAsync.swift */; };
- 1A6892AC90CA8632EF95D426 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 1AFEF055AD971DCE8662EF64 /* ClientPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 96E5A2BB584F2A445DB5DBF9 /* ClientPrivate.ice */; };
- 1B5F05DFC53FFD7303B100C8 /* ReferenceFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9BE9E11C3A7C9AECF42A01F /* ReferenceFactory.cpp */; };
- 1B6CABEC115994C906F92AA8 /* ObjectAdapterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 792FBBE6EFE9C9FEFAC0DC43 /* ObjectAdapterF.ice */; };
- 1BAF4F639F0FF239C0836953 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 1BE260CAD97291C5C676B412 /* Registry.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1412F0A2A7DF3F99D6E825F5 /* Registry.ice */; };
- 1BFE18074134F922193B9B8B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 1C31307FF6DDBC51DE4197DF /* Options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD5D2D9E1DEC6E6A6B1697DE /* Options.cpp */; };
- 1C3293E78545FDBDF7B9F876 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA50481B83DCE40C5DCB5DE5 /* Client.swift */; };
- 1C354C18CD0FC16F8C040012 /* ObjectPrx.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1E79C5E475C8DAD0ACEB76D4 /* ObjectPrx.mm */; };
- 1C4D392AC3D3E674D5395A7A /* Connection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F7FEF7145EE2E5B0D09A06 /* Connection.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 1CCE467C9BFF0039DA8090BE /* PluginF.ice in Sources */ = {isa = PBXBuildFile; fileRef = CF68F4C48AEA28D437422AF6 /* PluginF.ice */; };
- 1DA2338DAAF53BB448A35DA2 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 1DAA04D4F3553340630AD854 /* Glacier2Swift.h in Headers */ = {isa = PBXBuildFile; fileRef = 28EFB324D2FF05DB84611058 /* Glacier2Swift.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 1DC014A6B6181FBFE8331950 /* PropertiesAdmin.h in Headers */ = {isa = PBXBuildFile; fileRef = E83574FABFBF2DFE7BE1CEE3 /* PropertiesAdmin.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 1DE6BCBAF2B8EFC24D308935 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- 1E0B407428D8A6348E9EE8ED /* Protocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4F52581A44C2DFBBC060A7D /* Protocol.cpp */; };
- 1E0DF64DE975A6FA2C33084B /* IceInheritance.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 44090B576736324E2BF7FF8F /* IceInheritance.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 1E281763EB2A95BE50912C2D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 1E2F6AE6189DA986B02A3D01 /* IceOperations.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = A7A6B4FCE9A875CC7A3C60B3 /* IceOperations.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 1E93509BCFD26E310923BF6E /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 877C8077EBFAA81633199D83 /* AllTests.swift */; };
- 1E97F86EA923B8F4CDB275B1 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 1E9F9CDB20C2BE2597B67113 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 1EBB78AA63E1FF39CC030BF2 /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 76480F1AA8304A4235C83538 /* RouterF.ice */; };
- 1F00E8D4BC4B100530B4D762 /* ImplicitContext.ice in Sources */ = {isa = PBXBuildFile; fileRef = 523FDBD799F89BAED8509A39 /* ImplicitContext.ice */; };
- 1F0D5550BFAFA65E79D9D808 /* ServantLocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 89C66B30777B15E0FB625753 /* ServantLocatorF.ice */; };
- 1F82AB4FE3933ACA8E07B847 /* ConnectionI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 049409A262866B2A58011CFF /* ConnectionI.cpp */; };
- 1F92A3BABA8D799BEBBDC1BC /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3235CC7A39CAD239D8D7FC87 /* TestAMD.ice */; };
- 1FC186B80A85E7CFD3014897 /* ImplicitContext.mm in Sources */ = {isa = PBXBuildFile; fileRef = D0CEB9C7392B346AA697D593 /* ImplicitContext.mm */; };
- 1FF5AB4EC6880E3B326D93D9 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- 200F37541B76783D84D81EFE /* Incoming.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2E44B0ADD606953F28C5281 /* Incoming.swift */; };
- 2017EE675D1A3795CAE973AD /* Process.h in Headers */ = {isa = PBXBuildFile; fileRef = 793AFDB5030450802B8C4608 /* Process.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 2021A51424ED6D26B6401E2D /* Initialize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 54186350AF275483FD95799A /* Initialize.cpp */; };
- 2046625B00D0418E307EFAC7 /* ImplicitContextF.ice in Sources */ = {isa = PBXBuildFile; fileRef = F1CAECBE3996DBD6E98EF767 /* ImplicitContextF.ice */; };
- 2053AD0094079AE532D15D5D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 20E2D43139F63CDBA4CEAA65 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 2192FF2148D822980C14AA4E /* IceSlicingExceptionsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = C1258980FEFEA007B481AA98 /* IceSlicingExceptionsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 21A3EAAA87D67EBDB4F4C46C /* CommunicatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = B193C6B1C30EB54B6C952EA6 /* CommunicatorF.ice */; };
- 21BCEE1BC56B72F6431875BA /* Identity.ice in Sources */ = {isa = PBXBuildFile; fileRef = 21CE102901A91134E629F665 /* Identity.ice */; };
- 221BB88A27A22B87905F3E11 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = F920CEEF850447F794D4628B /* Collocated.swift */; };
- 2230D329AD371AB03036B613 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29739FA9314A5D4F47E2DFFC /* TestAMDI.swift */; };
- 229A0A5189BBE497708B0CB0 /* SecureTransportUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42169F013BCDA422E6E23F0D /* SecureTransportUtil.cpp */; };
- 238C1705FF32CA0EB6DAB42E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- 23D44A4BB6F134FA4A434559 /* Process.ice in Sources */ = {isa = PBXBuildFile; fileRef = 58BA1EEDC0350043BC35ECF7 /* Process.ice */; };
- 23D940B7F122CF089F506B0C /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DA72E26826529A044FC781D /* Server.swift */; };
- 23E11865C77C688D60632CB8 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD299174F971B8A1549D3EAD /* AllTests.swift */; };
- 243627D06B462F7B72F9BA5F /* IceDiscovery.ice in Sources */ = {isa = PBXBuildFile; fileRef = F1671070B6B13BE24E47AFAE /* IceDiscovery.ice */; };
- 244BA0CEA8D8FB451284D1FB /* InstrumentationI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C94D0390C8D855D61B98B0A /* InstrumentationI.cpp */; };
- 24CD7D09F3AAA2122770ECEC /* InstrumentationF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 818E19410032B14D76DA3CB0 /* InstrumentationF.ice */; };
- 24CFE000A707B5E2746D1610 /* UnsupportedAdminFacet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5868A01F83C6A90438875AFC /* UnsupportedAdminFacet.mm */; };
- 24E9A90F402E7E0699F47008 /* LocalObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 457447FC6D3F01C9C51FEA5B /* LocalObject.cpp */; };
- 24F3A2D2EDD9712BB64A87C0 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C689330C4050596E376393F /* TestI.swift */; };
- 24FAFDAF68EAD5E18F893B1B /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 2501419F1A54C7AAC7655CF0 /* TestCommon.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 2504746AA219741221F41512 /* Process.ice in Sources */ = {isa = PBXBuildFile; fileRef = 58BA1EEDC0350043BC35ECF7 /* Process.ice */; };
- 251214D29D2E060FE4ED8406 /* ControllerI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F47A9931911BCDD48A052C0 /* ControllerI.swift */; };
- 251730AE642C700380C65D23 /* SliceInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA885F71EAAC83D3A4F0293C /* SliceInfo.swift */; };
- 257E1D571FCA375C6AAEFEFA /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7861F564BD71E2C80EB92919 /* AllTests.swift */; };
- 25C02A4F786B28A64D66F566 /* ServantLocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 89C66B30777B15E0FB625753 /* ServantLocatorF.ice */; };
- 25E75D102D76E988E5F2275D /* libIceLocatorDiscovery C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F24EB1B394C86FB21B317E2 /* libIceLocatorDiscovery C++11 iOS.a */; };
- 25FA7496D40AA50EE3F8A924 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECF7E6D0C6A6882AF364DF25 /* Server.swift */; };
- 25FBB1FD41E6679C23FBCC3D /* Connection.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0E2AF84698461F8EE93EED65 /* Connection.ice */; };
- 2603FBA151B1558B9E7279AD /* RetryQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D2248234C5DA4818B97581C1 /* RetryQueue.cpp */; };
- 260BDF764CB7E33C41505075 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B2A5F6769775FA61768BA25 /* Exception.cpp */; };
- 263A315A89FF025E027EB7BC /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDCD2C663252824127AF417F /* Server.swift */; };
- 263CFE9B1FC2EA07B9539835 /* EndpointFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08A6242E3D478C658F7C945E /* EndpointFactory.cpp */; };
- 265E386CA7C17A481F8CBC7B /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACCA2A119C8747283070703 /* Client.swift */; };
- 268731097E704BE2CBAA1A98 /* SHA1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9664084D709BF0F1F3A1E760 /* SHA1.cpp */; };
- 279878913F3E43DD30D41CE2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 27CFB9CC1CF60853B85C983E /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1876320953E25D0944C93FC5 /* Client.swift */; };
- 28415DBBE28F73762C6AAA3C /* Current.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2CFC3691D909A79D96800785 /* Current.ice */; };
- 2863F0A383794840B32B4895 /* ObjectAdapterFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C92B83BE009A7C0B012AE67C /* ObjectAdapterFactory.cpp */; };
- 2875970925D3D6D5019FDFA7 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 28ADE4C807187A3F4BE9D825 /* Locator.ice in Sources */ = {isa = PBXBuildFile; fileRef = E3A6473658A7610F460DBCB1 /* Locator.ice */; };
- 29184658021B8BEF7CCDB582 /* Logger.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4FD6A314F2F064EF98F6ECA3 /* Logger.mm */; };
- 293CA99C395DCBE276ADC3A5 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 29604A32805AA850F82E00FB /* ServantManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0171CA5061AC602B7B2F38 /* ServantManager.swift */; };
- 299ED24A92FED2F0B2125226 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = B27F95899508C75A6B12A78B /* Server.swift */; };
- 29A5466FFB0656E88DDED78A /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800CBF3D89835142EC71090D /* Client.swift */; };
- 2A0A0EB595DF4BF17B77BC9A /* Network.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A34D856BB8FC741D9D7D90EB /* Network.cpp */; };
- 2A1A64B25B948216B7289BF6 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 2A84558AEA7D0D2156323464 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 2A87F5A35C50A936AB3EAE33 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 2AB5F71D86E6AE1941706CE0 /* Properties.h in Headers */ = {isa = PBXBuildFile; fileRef = E7D079F0E1C3B970B517E9F3 /* Properties.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 2AB7216DD507FEDF7B2DE169 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = D38DF78DBA1B56732B9A7C53 /* Client.swift */; };
- 2AC85F22D87BAEEF0F71DA67 /* Proxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4476A6A27DFFB321E37551CD /* Proxy.cpp */; };
- 2AFDD99733AF705135ECD337 /* StringUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5CC207D7EFC230871F530B27 /* StringUtil.cpp */; };
- 2B1D1825FBE0E132308C9675 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC002F36646150E19D148A29 /* Server.swift */; };
- 2B1F38C84A3135E93B746A5D /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3430FCD2D2093FE3CE6114F /* ServerAMD.swift */; };
- 2B4CFBD5D7FCA522EC7C7270 /* BuiltinSequences.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1D28632B66990D3D4523311C /* BuiltinSequences.ice */; };
- 2B88536410D94018088BB2CA /* IceInheritance.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = C88ACCE8467CFEB53D2B1E86 /* IceInheritance.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 2BB1DD3AC69924FAEDB34C52 /* StringConverterPlugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C8200636A22EC1FA72FFB6F /* StringConverterPlugin.cpp */; };
- 2BD2166C7E11E09D976EF9EB /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACD5E0F40B5462D33D6E80AD /* Client.swift */; };
- 2C109C03ED4038AA66883C91 /* SecureTransportPluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE4B8549E803422C9968495C /* SecureTransportPluginI.cpp */; };
- 2C1A50D49E97B0CF8D49A904 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = AC6AB2C1265B3F2C19904685 /* Test.ice */; };
- 2C61F490949441BA58F294F8 /* IceFacets.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = C68B98A47DC7B6E90D2954D5 /* IceFacets.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 2C9145FE2840EC435E1BFD26 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 2C9C5B7681D32CE7A1DCA67A /* CommunicatorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C3F640DB8EF229A8D875F581 /* CommunicatorI.cpp */; };
- 2CBA22B906DEA5C5452F7651 /* Twoways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4433DF81B407A9784F2300DA /* Twoways.swift */; };
- 2CBC2CC4901EBCF2125B0D32 /* EventHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 52C6C2414F9100746611ED62 /* EventHandler.cpp */; };
- 2CD1AAC28924EF9CFF652822 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 2CDCE0293764405E6FF9F487 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 2CE5B29202D709E96FC65290 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = F920CEEF850447F794D4628B /* Collocated.swift */; };
- 2DB5C5A1E6C5F3705DACFF28 /* OnewaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0BF06C132B058B2EEACAD83 /* OnewaysAMI.swift */; };
- 2DD7AE1419F5B4CEAE814A0E /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 036959E0FDD04BC9BA5BC3F6 /* ConnectionInfo.ice */; };
- 2DE8403E05CD0C3E0284359B /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 2E0AAEC9647C1E65FD9FAEA7 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 09C5D6DDA819CE30869D413C /* Test.ice */; };
- 2E55902CCAD22F55411709DC /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6633AA3F4E2B0BFC36BCCE7A /* Client.swift */; };
- 2E99ED722B9367404EC96531 /* certs in Resources */ = {isa = PBXBuildFile; fileRef = BFB41DF7957D531D3446748C /* certs */; };
- 2EC321C9D6C3ADB4A6B87785 /* IceAdmin.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 4DF6F8C5AF97D71F31BE56F6 /* IceAdmin.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 2F049C4BEF8695562B9B865C /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB6367C277975B6C5E50EC41 /* Server.swift */; };
- 2F0E487E311C7CF29D6FCE3E /* libIceLocatorDiscovery C++11 macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 665B478E2A86F6E16E74802E /* libIceLocatorDiscovery C++11 macOS.a */; };
- 2F44E1DE510D0E041F98C3FF /* ObjectAdapterI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABCB2FD2D0EE5987F5BEC6DA /* ObjectAdapterI.cpp */; };
- 2F5EE7EEF87CE7E635B19254 /* IceGrid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D72B0EF7634E98FB138DC8AC /* IceGrid.framework */; };
- 2F968C35651388FC24B9EE51 /* Buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6DD2116A336675B2772497C6 /* Buffer.cpp */; };
- 2F9F6A02E6D40470F385B540 /* HttpParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AC333B9905906F368BE1702C /* HttpParser.cpp */; };
- 2FA77EBA8261FC8B8EA38E24 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 30358B669B0C59415065F490 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 30390C7C1ED60915A4F20AAD /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 30434824CA80AC8DE0679A2A /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = F1F61244B945B26DB23ADBB1 /* Test.ice */; };
- 304BCB8DA7EDD8C88F5DD0B7 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 306571F165BE6F2C56151945 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE293135C27266905B7DE1D /* Collocated.swift */; };
- 306E6063D0BBDABF9CB4CC39 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0C5DE334AF0C9C3B921F6E18 /* Test.ice */; };
- 307306A2C46031D34C38324D /* IceGrid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DB4D42D8993EEA1F4B5B313 /* IceGrid.framework */; };
- 30A512213E19424404DEC0CA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 30B4C4DF803404BF786881EF /* Connector.mm in Sources */ = {isa = PBXBuildFile; fileRef = B7303A9443432C6CCF8B17C9 /* Connector.mm */; };
- 30C3CE3ADEDB42B54EA941D8 /* ConnectionRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 74EA0AB17349E9D7E966EEAB /* ConnectionRequestHandler.cpp */; };
- 30DEF1827E37D118E0FB644E /* PropertiesAdminI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 243A2B36EA977749BFBFC06D /* PropertiesAdminI.swift */; };
- 30E35EC80900954D45F66B38 /* UdpConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 90DB8AA3E43C54B0D9857FD0 /* UdpConnector.cpp */; };
- 30EDD31E269F4470C20C8923 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 311753DDCFA735B6059DD1E2 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEE6F5B95AA4E29E8914567C /* Server.swift */; };
- 3122B904748650A3FF52A5CB /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EFC90BEFEBBAE377FDE0F01 /* AllTests.swift */; };
- 3143FEC6708D4FFB54B1A328 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DEDA76124B426D1F498F9F1 /* ServerAMD.swift */; };
- 314EF57150E4696A3AEE05BF /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 195664626B689E3198A62896 /* AllTests.swift */; };
- 316D149055B5E4ADDEDF59E6 /* PluginManagerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F2E735CA2BE8DFAA5B705D6E /* PluginManagerI.cpp */; };
- 320807E3F3D70A41B6EA5A01 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 877C8077EBFAA81633199D83 /* AllTests.swift */; };
- 32949EDD7D8051F2B10A2A9E /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 69FEB713AD291C355217F17F /* Test.ice */; };
- 329F91FBA19E148DF3F3A204 /* IPEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 524A61B4A68F864A2CFEBDB9 /* IPEndpointI.cpp */; };
- 32B4584E73214EF072658615 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = F639FF9FD0A01F44ABADC63A /* TestAMD.ice */; };
- 32D444EC220D09934D83D2D3 /* LocalObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 884BD2DB43E9BDED89FFD5B6 /* LocalObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 330232096C73E6F2787D0CB9 /* ImplicitContextF.ice in Sources */ = {isa = PBXBuildFile; fileRef = F1CAECBE3996DBD6E98EF767 /* ImplicitContextF.ice */; };
- 331967AAEB5CD6DC540A5C22 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BB20919B9ACC249F530BE35 /* Client.swift */; };
- 331FC5DF0450519FC81B21E4 /* Locator.ice in Sources */ = {isa = PBXBuildFile; fileRef = E3A6473658A7610F460DBCB1 /* Locator.ice */; };
- 334C0B659DCB1876C44C25FC /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5ABF0DFE0B361B70896F4611 /* Test.ice */; };
- 33D2490687315EA4DAD4059A /* Properties.ice in Sources */ = {isa = PBXBuildFile; fileRef = 64A2C65B7390660BE34CD422 /* Properties.ice */; };
- 3427632E7AB325A3CB14AA65 /* ConnectionI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 966772C25D112511E460E8D8 /* ConnectionI.swift */; };
- 3461666F527EC818A79C7707 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 207B036891ACA3EC48279C56 /* Test.ice */; };
- 34621C94904F2CA280371AA0 /* IceImpl.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 6A6102DE9D8559B86E0205C4 /* IceImpl.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 34809478AE5E4D847569BC9A /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8603F9D55993347F31473F7 /* Collocated.swift */; };
- 34BEB8FE3248BC3A56D5384E /* DispatchInterceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 98A888DDF2133B92D127301C /* DispatchInterceptor.cpp */; };
- 34E2E3DF3447539C5B92A428 /* ConnectionInfoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0565EF100C73B554687FC443 /* ConnectionInfoFactory.swift */; };
- 34F47D2BC337910396EA66B6 /* IceGridSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = CC7EBDB5C34FC7FA912053C4 /* IceGridSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 352AE4E25D1D7904468B971D /* IceUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9A877F5C5A629219054DA05F /* IceUtil.mm */; };
- 3532960A50B4E058ECC65A09 /* WSEndpoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76D37A17C0B54A67AF2EE1F4 /* WSEndpoint.cpp */; };
- 354D9D0F3CC1077800238601 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 357A877D8E8C2611AC6B8E00 /* TestCommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AC05385F2DCEFA9FEC9BF60 /* TestCommon.swift */; };
- 359D1C3B6E027D36ED8EA6E7 /* Plugin.ice in Sources */ = {isa = PBXBuildFile; fileRef = ED1D900AB917A6232834B77B /* Plugin.ice */; };
- 35B670239109F6010D2FDB8E /* PropertiesAdmin.mm in Sources */ = {isa = PBXBuildFile; fileRef = 93279AE29D8B91EFEBB7AE5D /* PropertiesAdmin.mm */; };
- 35C50236DEAA4210F0E0C1E5 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52A1DDACB03775523C292FD5 /* Server.swift */; };
- 35D6D20FB945DED26347905D /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 35FEC167DC8AC851CC4BB006 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 3609594E414325A77FA972D4 /* IceLocatorDiscovery.ice in Sources */ = {isa = PBXBuildFile; fileRef = 34F681952131C5636202D956 /* IceLocatorDiscovery.ice */; };
- 3616BF094D215C4C21388424 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 36230E72CD0CC196EA433AEA /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8876B247870A7C720C2CDF4A /* Test.ice */; };
- 36685285A5B49FF40C05BFD0 /* UdpEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 79B0DF95747015DB38E8FF38 /* UdpEndpointI.cpp */; };
- 36AA91D8619A5A2E7C91838F /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF5C4F1FA97FAC67D32BB5F0 /* Instance.cpp */; };
- 36D361EFABE9BAF32165865B /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84585C76D768C043B0F72C5A /* AllTests.swift */; };
- 36E5C476917FD72DBDB4EDEF /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = B6192F6143B32B224621E1AB /* EndpointInfo.ice */; };
- 3761AAF069153CEDBBBA2B46 /* IceProxy.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = DED9AB300AB0D04D8C388C48 /* IceProxy.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 376373891E423BCA5159AAF4 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9616C6629BFF4408A467D3C /* Server.swift */; };
- 37B4F12FAB563DEB90306E35 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = B3A118908D57F59C47C529F1 /* Test.ice */; };
- 37CA3DA507030D9F01D0CFF3 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D08DF67CBCE3C51D496F8D4 /* AllTests.swift */; };
- 37DB6AEB466D1DA690659619 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FFA3E028EF09164C3C67E2 /* TestI.swift */; };
- 3801F9C7054CA813A9FB8955 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2EA05304B24D25E5774CF45D /* Instance.cpp */; };
- 3814569406792C729B98FB72 /* Admin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8C464F47F57D2DFE429AB3E6 /* Admin.ice */; };
- 383F65B2EEAF6490000466C2 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D74C081F3D0BBC621349E281 /* TestI.swift */; };
- 384D9AF7EF6A647EDDACB9BD /* LocatorInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01AA5E86D4C986699A102A55 /* LocatorInfo.cpp */; };
- 385573898A7E97D9E1062D67 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FD2BAD0CCB7E448C9627815 /* Server.swift */; };
- 385BABE2A4D0BCAF87FB8570 /* AdminFacetFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6642681A106D5A83197089F /* AdminFacetFactory.swift */; };
- 385DA8EF46582D3885996EA9 /* ServantManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0171CA5061AC602B7B2F38 /* ServantManager.swift */; };
- 386FE682425C9EA81135414C /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 387A961A9A31FC5B797B4EE7 /* StringUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5CC207D7EFC230871F530B27 /* StringUtil.cpp */; };
- 38A11BF18A5129930BAD3B2A /* ServantLocatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AD65C51BA4223A9E0CDC551 /* ServantLocatorI.swift */; };
- 38C95CCD4FB2853E7D314FE2 /* IceGrid.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 6DB4D42D8993EEA1F4B5B313 /* IceGrid.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 38DEC70ACCC68685EAA384C5 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE9F4BD4BBCF477D8D03BAAD /* AllTests.swift */; };
- 38E6FB8EE375BB60EA73C108 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 39AE43DD550DEEBB08F578CA /* ObjectFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = 227CE455C3DE53A0D9684EA1 /* ObjectFactory.ice */; };
- 39D24204D1219CB8ACCD07C8 /* LoggerWrapperI.h in Headers */ = {isa = PBXBuildFile; fileRef = 898B398FADE64B8EC6B0D6E9 /* LoggerWrapperI.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 39ECDC54884465B494A70DF5 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 39F037DC5AA346E69589A241 /* Process.mm in Sources */ = {isa = PBXBuildFile; fileRef = AF78BB446C7AC4B4A3586A41 /* Process.mm */; };
- 39FAB17EA2EED2041B5DD128 /* IceProperties.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 402CFF4170CA7EB9041E58BB /* IceProperties.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 3A074DC5C31697B4122A6EA2 /* Transceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2CF727DCFEF9A83CDAF9CFC3 /* Transceiver.cpp */; };
- 3A81D042BD49943DA65FF433 /* LoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69BD90F53018A2E75799654E /* LoggerI.cpp */; };
- 3A97F83798F449261F79660A /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 3AD11D7E07684A5B920AD448 /* ServantLocator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0B8C7E9387FE8CD0A836C6AC /* ServantLocator.ice */; };
- 3AD5A9BB6CEBDEDFCC588BFD /* Exception.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85D92AD0FC61E9A12DEEC301 /* Exception.swift */; };
- 3ADB9B43AE7F7A7962A0F72F /* IceSlicingObjectsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 3DF22954C8964C4C53C61853 /* IceSlicingObjectsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 3B03075781BECD3C73CA33C2 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7D5F41920DDC9BFF87E0534 /* AllTests.swift */; };
- 3B0569F04DD0F35EB17068A9 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 3B427F8175C1317A12B0010F /* IceGrid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D72B0EF7634E98FB138DC8AC /* IceGrid.framework */; };
- 3BA0F2BE71291241DCBDA6EC /* LookupI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FBDD9173FACEEE7B72848132 /* LookupI.cpp */; };
- 3BB3E320896438A7A5C253A1 /* ConnectionInfoF.ice in Sources */ = {isa = PBXBuildFile; fileRef = A42F15AA9BA8094F8AC2D19D /* ConnectionInfoF.ice */; };
- 3BC11AB9BC0F10408416E571 /* BatchOnewaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0EBC1A7D78834A74BCCD56 /* BatchOnewaysAMI.swift */; };
- 3C0555F6F08BCB7A1EE94550 /* Endpoint.ice in Sources */ = {isa = PBXBuildFile; fileRef = CEE366B943AADCD80BFD989C /* Endpoint.ice */; };
- 3C4ABD0F349FE68214012EA6 /* ImplicitContextI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 722CD275504BAB0E897ACD46 /* ImplicitContextI.swift */; };
- 3C73394743497AFB0692FD07 /* Oneways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46A0E919D0E8CB1320EBC4FB /* Oneways.swift */; };
- 3C9FF900515B76D53A307EE5 /* SliceChecksumDict.ice in Sources */ = {isa = PBXBuildFile; fileRef = B1CE1D5F8B06475A36692665 /* SliceChecksumDict.ice */; };
- 3D4FFE912F61315901ECF68E /* Connection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 990068FAF53AC37975CC9CB3 /* Connection.mm */; };
- 3D913E866EBFBEF31EE77AA8 /* InitializationData.swift in Sources */ = {isa = PBXBuildFile; fileRef = C38489020D9CA6C08DD0D088 /* InitializationData.swift */; };
- 3DD229861105938814D41F21 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF131DE1C465155A6580E8C9 /* Server.swift */; };
- 3E522AB1B016CDF5D9283F61 /* Properties.ice in Sources */ = {isa = PBXBuildFile; fileRef = 64A2C65B7390660BE34CD422 /* Properties.ice */; };
- 3E81BA2BE2134B1AA6A9CA58 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB83F5A9A04A0E61A1C5927 /* Util.swift */; };
- 3E96313C1ABF50EED3776A3C /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = BF5935512AD5D8BE068F8582 /* Test.ice */; };
- 3EB4E9EF06768342F3757060 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 595FFC4AC804EF268210C30E /* Server.swift */; };
- 3ED2DD4376589B89497803C3 /* LoggerF.ice in Sources */ = {isa = PBXBuildFile; fileRef = CA9C83A569CFAD0F4EA43605 /* LoggerF.ice */; };
- 3EFB22CD0CA3EF6E8AA6401E /* FormatType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EEF18552E0AF5AEA4A4C6FE /* FormatType.swift */; };
- 3EFC4D63076F922C7C54A999 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F5A1194E328E5C60EFBDCCC /* TestI.swift */; };
- 3F55D36787C6DC5FDCFEAC45 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6515942D00DC277E1661485D /* Client.swift */; };
- 3F5F4016A6FAED24C95985FB /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 71517E65B0EBB1D6D61F2CF8 /* Metrics.ice */; };
- 3F87BD568360120AADF5E713 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 3FA26040095FF82D3B665514 /* RemoteLogger.ice in Sources */ = {isa = PBXBuildFile; fileRef = CD4E452EF9650C4922A1FD23 /* RemoteLogger.ice */; };
- 3FC911553BB277D179831788 /* ServantLocator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0B8C7E9387FE8CD0A836C6AC /* ServantLocator.ice */; };
- 402795F8D108A012EB59CD25 /* EndpointF.ice in Sources */ = {isa = PBXBuildFile; fileRef = C71DC1CBB083CE7E32B9F53E /* EndpointF.ice */; };
- 40F05CB298BD0C134E79646B /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF517B14ED8F2C2866BDD74C /* Client.swift */; };
- 40F559527C3FF7AD1E5ED579 /* LocalException.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7A3C4EA477E364F79E25D0AE /* LocalException.ice */; };
- 41A86CAFB415BDEBD73533F3 /* Service.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DB63C9B4E6A519DBF24E3626 /* Service.cpp */; };
- 42062577F655659C8567176D /* InputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 850241273F38E680ED828F17 /* InputStream.swift */; };
- 4231E52F6F195538037A3F42 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 4275850BD16F3B1D1277F2AB /* ConnectionI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 966772C25D112511E460E8D8 /* ConnectionI.swift */; };
- 428EDDBB87173EC240BDB6CE /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 42D447A7125DE0AABFE2992F /* IPEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 524A61B4A68F864A2CFEBDB9 /* IPEndpointI.cpp */; };
- 42E4A1E1E59609735D1131C8 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE28128A306EC0F8336872F8 /* AllTests.swift */; };
- 42F247E867321DEEB7103ECC /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- 432F386BA0EE55879018C0C6 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACD5E0F40B5462D33D6E80AD /* Client.swift */; };
- 433DCAED8F8E9E33AE345C18 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23E403F08D2159FDB4F6D900 /* Client.swift */; };
- 437C36BB38CD3C0D4F714413 /* PermissionsVerifier.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8AD26D4FAC747698FC31189F /* PermissionsVerifier.ice */; };
- 438C063FC137765C5D794E6A /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD299174F971B8A1549D3EAD /* AllTests.swift */; };
- 43B15E89779BFAB208DDB3E2 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 43BFF0C69024633EE9AAA1C1 /* IceExceptions.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1C83AB7474C602D1D3FABFCD /* IceExceptions.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 43C01E41403D1303EBF6A78C /* ObjectAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7156CB595B2FD3E5BC35648C /* ObjectAdapter.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 4401E400D82CD9B20E7A0FA2 /* OptionalFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6511556B97209023D61BED76 /* OptionalFormat.swift */; };
- 4467FEC00A5FB81FCF82D14D /* ServerPrivateAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2352813C72F8C3935B4BB84F /* ServerPrivateAMD.ice */; };
- 44707903BE91E67DB3C35273 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- 4472C7DC7287DC5B52E9D8FC /* Communicator.ice in Sources */ = {isa = PBXBuildFile; fileRef = CF8714E9397456207998C577 /* Communicator.ice */; };
- 4492F326AC19B0EC9AD6366C /* Mutex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8611CE3A24B8BB6FA9D0CDD4 /* Mutex.swift */; };
- 44B3704D190D29223B3FE343 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 44CE4148F470B16E851765CD /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE293135C27266905B7DE1D /* Collocated.swift */; };
- 44D5E8AC841F4CB3C3DDB185 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = AC6AB2C1265B3F2C19904685 /* Test.ice */; };
- 44DD351ECF4C551CAF9C8DF9 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 44EF9FCC9D67C1CBEE0BBDE5 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E6C88B92E6CE61F910B63D1 /* Security.framework */; };
- 458A4A268CCE913DCD1A19C0 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 45995937C2668F577411F9E8 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE58649A05B6C3CC3FFEB891 /* TestAMDI.swift */; };
- 45AC067C2DC3937D5CCB256D /* IceEnums.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 5DE0C7D59E1938EB277777BD /* IceEnums.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 45BFDC669E10555B5E7A36DA /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 461176F7C604AB3D45105C3A /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = E42AA9E793E4E10F14416A07 /* Client.swift */; };
- 462403C22D96DA2F09065CA3 /* CommunicatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = B193C6B1C30EB54B6C952EA6 /* CommunicatorF.ice */; };
- 467BC7F9077974C641E4D207 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA0A0497DAB025E06894D403 /* TestAMDI.swift */; };
- 467E2668E5822429EA2AB895 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = C1897A3BDEAADC1EF97E3DA5 /* Test.ice */; };
- 46BF6F0306306AE1C360535F /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 46E972E8459960B6F9F352AE /* LocatorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B5144008B8DDE8B4A1C9A5F /* LocatorI.cpp */; };
- 46EFF3F22A375FE46991A24D /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A63EF82D93C1CD214124136 /* AllTests.swift */; };
- 4706F53168933DFFB502CFB2 /* TcpAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DB91FE2330D43BA290E9A041 /* TcpAcceptor.cpp */; };
- 470CDB8DBA3FA2219275280B /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 4756026DAD71526D22E0AECE /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 477EDAC6F54B048F16A480DF /* ServerPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0154F3C7002A5B86EFD549D4 /* ServerPrivate.ice */; };
- 47CF70429351FE633DF2D5F1 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23CA06428DAD48D12AB83747 /* Client.swift */; };
- 47D227D2E68EFA6148B8CDAC /* Session.ice in Sources */ = {isa = PBXBuildFile; fileRef = 59B661A91A59D99885761C98 /* Session.ice */; };
- 47E6FAAA503D9107876F5C70 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 4807F70FA5BF0FFBA95A80A0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 48151C33131E9AF3EF2FB774 /* ConsoleUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0FA78F2D5E9A0A04E4473B22 /* ConsoleUtil.cpp */; };
- 483034D834A771284A95CD00 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- 48A43FF4AE221B3F2C91D2B1 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8603F9D55993347F31473F7 /* Collocated.swift */; };
- 48E727A28840CE99745D53B3 /* ConnectionInfoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0565EF100C73B554687FC443 /* ConnectionInfoFactory.swift */; };
- 4908922BFE1A3047AF94E654 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 49177E5270739D6F160D731B /* ProtocolInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6737211CC6815637FE1B5AF /* ProtocolInstance.cpp */; };
- 4969D07DB18E0F899AB58EA8 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 497DC0FB8964638D25DDFD65 /* SecureTransportEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03EAF683A6CBD8882498B9C7 /* SecureTransportEngine.cpp */; };
- 49963F6EB7FA56DF800BAE67 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53F5BDBDAD936288BCE6D5B6 /* TestI.swift */; };
- 49B64485C746A172940C9B38 /* Plugin.ice in Sources */ = {isa = PBXBuildFile; fileRef = ED1D900AB917A6232834B77B /* Plugin.ice */; };
- 49BCF7BADAB4F009E432A49D /* ACM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8AB81AC9882DD4546937AB25 /* ACM.cpp */; };
- 4A03FDC2789F44EE055CFC35 /* Instrumentation.ice in Sources */ = {isa = PBXBuildFile; fileRef = C119576BA5863E25B14AAE53 /* Instrumentation.ice */; };
- 4A1EE61B4366A07E18306889 /* Transceiver.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0EDB0BF8029CAF7612A7071D /* Transceiver.mm */; };
- 4A46C4737E72E7392A1EE387 /* ProcessF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 831F764D39FE98F76F36DF5A /* ProcessF.ice */; };
- 4A6A4F573A1AB22C4B148169 /* IceProperties.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1D6F8E1BBC264DF4954A9910 /* IceProperties.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 4AAF1D5770E1FB473B3A06F1 /* Connection.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0E2AF84698461F8EE93EED65 /* Connection.ice */; };
- 4AC4C1E7854BA4423B98D7BE /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = DF5DF3901F6E66E1B0B4CAE1 /* Test.ice */; };
- 4ACD5566F90FA5B24BAE6A27 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 4AD436A5946F57866CC26108 /* UnknownSlicedValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCA1958899E8764BC5112834 /* UnknownSlicedValue.swift */; };
- 4AFBC4F7FFD6F9FCFA6CB85D /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5A1B40A9851304B392BA473D /* TestAMD.ice */; };
- 4B0A30B3B19162165812BA0F /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 4B3FFD79F5993EE602816FAA /* Connection.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0E2AF84698461F8EE93EED65 /* Connection.ice */; };
- 4B63DA4D70989A101AA9827D /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DEDA76124B426D1F498F9F1 /* ServerAMD.swift */; };
- 4C4C226846D667070C85447A /* MetricsObserverI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 581298F9FE5EE99543342238 /* MetricsObserverI.cpp */; };
- 4D0DFF3E0DBF793AE46D5525 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C5B27736184054099D8B665 /* Collocated.swift */; };
- 4D75EFF8F153CC4351F51C5E /* libIceDiscovery C++11 macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C99BD782F25C72FF91C2A080 /* libIceDiscovery C++11 macOS.a */; };
- 4D8DF8051FDD3C2466F4530E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 4DA4B31A4ABC13B2C9FDFE3D /* Properties.ice in Sources */ = {isa = PBXBuildFile; fileRef = 64A2C65B7390660BE34CD422 /* Properties.ice */; };
- 4DBAFB93901801AF69BA9143 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 02B053B0DAD8AEBFE8799F11 /* Metrics.ice */; };
- 4DDBD123A411A8CC852B2CE4 /* TraceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FB1FB9AA60753AB5C918639 /* TraceUtil.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 4E404048415015F4983137B9 /* IceAcm.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 5104E5BC70829DE44480FD2F /* IceAcm.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 4E980B59FE527E856EBE6F3B /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- 4EC498EABD7515B9FF802CA3 /* Shared.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 893F2F00C56BC000BFC5B755 /* Shared.cpp */; };
- 4ED02F0B82A634E1D9D66AFB /* ProcessF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 831F764D39FE98F76F36DF5A /* ProcessF.ice */; };
- 4EEB2A0D970F85E9A863EEE0 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 4F2BEB6431786BCF9A087989 /* ProcessF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 831F764D39FE98F76F36DF5A /* ProcessF.ice */; };
- 4F3641CE83B3E9D1786B88E3 /* Options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD5D2D9E1DEC6E6A6B1697DE /* Options.cpp */; };
- 4FEF73A4A69FC63F50C9E024 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 5033064828A92ACAC3982215 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- 505DD215E889DE9248B71B2C /* Acceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 150093ED3F61031B9CD41FAF /* Acceptor.cpp */; };
- 50ECF062021F755987901C8F /* Forward.ice in Sources */ = {isa = PBXBuildFile; fileRef = 30457BA12E4F05212A94B738 /* Forward.ice */; };
- 5140E99DE1823F9D9DE2F779 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- 51924F30A8B7ACA3443657A7 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DE077C154E2567680ABAC23 /* AllTests.swift */; };
- 51D5858F107A1DF97A80D023 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACE0CB8A2E0EA857001062C0 /* Client.swift */; };
- 51F0117C7B5595A4D3EAD289 /* PropertiesAdmin.h in Headers */ = {isa = PBXBuildFile; fileRef = E83574FABFBF2DFE7BE1CEE3 /* PropertiesAdmin.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 52673B4130DA8FFA9B09115D /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F5E02F8901443ABF6D794E /* AllTests.swift */; };
- 5297F6294FA1E62514D287A5 /* SystemdJournalI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CEEE47A7418168B0477452E4 /* SystemdJournalI.cpp */; };
- 52BE85761901E5F2593C2C7F /* IceStorm.ice in Sources */ = {isa = PBXBuildFile; fileRef = E139710CEFF57137380D4CAA /* IceStorm.ice */; };
- 52C98ACF3511394FDC07CBC5 /* Initialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39671B678EFD4BCB283AEBE3 /* Initialize.swift */; };
- 52D351C128271F5F9B877CD3 /* PropertiesAdmin.ice in Sources */ = {isa = PBXBuildFile; fileRef = D9768DBB761C88E2C2B99396 /* PropertiesAdmin.ice */; };
- 538F49AD9C1DD6B0396A215E /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7C729D7470D8CF43529D22F7 /* TestAMD.ice */; };
- 53C04E733FDF058664A5C42E /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5ABF0DFE0B361B70896F4611 /* Test.ice */; };
- 542AB35ED686F3E41FBB18EA /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09490A9289CCA021AE898BE6 /* TestI.swift */; };
- 545F87245B11A6758DCF8626 /* SSLInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2A0B56AE2487A5AEA989AD85 /* SSLInfo.ice */; };
- 54E1D86E4741A6C45C826CD6 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6FCE3FA84176D1633B9CF63F /* Test.ice */; };
- 54F2C2991DE69F9121E879CD /* ServerPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0154F3C7002A5B86EFD549D4 /* ServerPrivate.ice */; };
- 5576E6842B8119735CAA56A2 /* IceOptional.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = FAFC1A01AF68671886B36417 /* IceOptional.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 55858ADA2AAD73177FBBAEC3 /* Session.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5D30275A6ACED1308A46DA43 /* Session.ice */; };
- 559722D71417FFCE4CC2BEFF /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 55E937F899F1B9149369109E /* IceHold.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 747922D2CD728575DDD53080 /* IceHold.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 5628E619AEB38BCACC0362E0 /* IceInterceptor.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 9E75D12390A621804F3C1A2E /* IceInterceptor.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 5631642462A78460DB18D4C7 /* ServantLocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 89C66B30777B15E0FB625753 /* ServantLocatorF.ice */; };
- 565EFDA03836E4E429BC197A /* NativePropertiesAdmin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78F9E57CAB0F9528A2A621FE /* NativePropertiesAdmin.swift */; };
- 56A73BABC4E1C89AD864761A /* PluginFacade.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7EC66801713D17ED83B770BD /* PluginFacade.ice */; };
- 56AD22767E4DA055619AC9B0 /* ServantLocator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0B8C7E9387FE8CD0A836C6AC /* ServantLocator.ice */; };
- 56CC62457767C36A0E52F2CE /* EndpointTypes.ice in Sources */ = {isa = PBXBuildFile; fileRef = 434B2D02738A02E93750526D /* EndpointTypes.ice */; };
- 56E6EF354D7B844C1EF9E2A2 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACCA2A119C8747283070703 /* Client.swift */; };
- 56FC393E8F575FBC0422DC7E /* Thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6F4906D05AC597FC6FD1EBD /* Thread.cpp */; };
- 571887260F03F3FBEEFAAEE5 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 5753CB7127086C94733A87A1 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 57628CCED0FFC574845C6BD2 /* ProtocolPluginFacade.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 17649DD40DE6FCC721952504 /* ProtocolPluginFacade.cpp */; };
- 578A11781FB912FF27E33822 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 5796BB7917198A5611EAAB1B /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2361DE48A010EBD34CED6473 /* Collocated.swift */; };
- 57BA04393A3BE4C378CB43D8 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2C83A36D28B07247E4D56A /* ServerAMD.swift */; };
- 57DC770309D8C2C3483A668D /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 57F5E156CE1A8EF380DA0E50 /* PluginFacade.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7EC66801713D17ED83B770BD /* PluginFacade.ice */; };
- 581D960C034FA1ABD9212279 /* IceImpl.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = CEFE362FADFA72645536FF43 /* IceImpl.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 5838FD3E47F2E2923F891447 /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0FBD61A7A4E9A0AED6D8AC4E /* EndpointInfo.ice */; };
- 583B478436C897831C65081D /* BatchOnewaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0EBC1A7D78834A74BCCD56 /* BatchOnewaysAMI.swift */; };
- 5845A4A3EC1F78AB0A763059 /* UnsupportedAdminFacet.h in Headers */ = {isa = PBXBuildFile; fileRef = B53CCBD515ABCF49284E0B53 /* UnsupportedAdminFacet.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 5884A4038CFF77D6F316C990 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AE6221C782B0C1F7B3220D4 /* Server.swift */; };
- 58A4E28670DF2D62599F3B1C /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = E24D8142E2EFFDA004D1F0F2 /* Test.ice */; };
- 58BBA7AEC266173CBD36C59B /* LocalObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 457447FC6D3F01C9C51FEA5B /* LocalObject.cpp */; };
- 59707BC2BD3E6488058E35C1 /* IceStorm.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = A908F6B4DBBB526C6D83931B /* IceStorm.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 5970BAB310EE17CB2758BCD3 /* FacetMap.ice in Sources */ = {isa = PBXBuildFile; fileRef = 48A6E51D044B4FBA08725617 /* FacetMap.ice */; };
- 5983C52EE8544625053F09EC /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 4029E643EF06719CF940C9A2 /* Exception.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 59C62B8D63D763256700A797 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 5A55339EAEB0590041F29913 /* CountDownLatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E2F8F27EE2D0087BF2CA411 /* CountDownLatch.cpp */; };
- 5A8869A22F131BCB96A3E547 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9401B27252E767B344D565B /* Client.swift */; };
- 5AB28C7270919A1936B48D9F /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B1124AF6A27CB1D909437E6 /* Server.swift */; };
- 5B1D2227ABAF5BF287F0A61A /* Connection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F7FEF7145EE2E5B0D09A06 /* Connection.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 5B3024CD71CFA560FE58F614 /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0FBD61A7A4E9A0AED6D8AC4E /* EndpointInfo.ice */; };
- 5B85052236A7DF2106B58E48 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DA72E26826529A044FC781D /* Server.swift */; };
- 5BAA7F2A6CF938F488A7F83A /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 5BB4431EF9E182FD952CFC48 /* TestCommon.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 5BB764719A41DACE77B31CD9 /* IceScope.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 820BB6EC3983667CF90793DC /* IceScope.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 5BCCEF82A203EBE9C43E2202 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68461C2032076B40BD123C9B /* TestAMDI.swift */; };
- 5C01191B9B9403609490BAFF /* Process.mm in Sources */ = {isa = PBXBuildFile; fileRef = AF78BB446C7AC4B4A3586A41 /* Process.mm */; };
- 5C09AEB1F0A5C9197FF6D31C /* PropertiesAdmin.ice in Sources */ = {isa = PBXBuildFile; fileRef = D9768DBB761C88E2C2B99396 /* PropertiesAdmin.ice */; };
- 5C0C15E36F085258FE23469D /* ObjectAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7156CB595B2FD3E5BC35648C /* ObjectAdapter.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 5C0CA553D66F254A1F054AF5 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 5C10328FC85AEE02C3656073 /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4EB89B4BC08E5CB7AB3E2DBE /* PluginI.cpp */; };
- 5C1C68AC1080F3155D6E8F7C /* DynamicLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 540F4D8841DCE32D2CD37990 /* DynamicLibrary.cpp */; };
- 5D0953502297744FA39D0988 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- 5D1B678AE7B692920D319A55 /* SlicedData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 308AC0AA9EBE0A3E50146E33 /* SlicedData.cpp */; };
- 5D1C8C7E594BAF03C1DD6F02 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 5E1EB3BEB1F573B7A96FCE92 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0C3E9A0C94358B8D506AB40 /* TestI.swift */; };
- 5E2D7BD0F9ED31667FB4823A /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 5E59B0F00BF773400F413F43 /* UdpConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 90DB8AA3E43C54B0D9857FD0 /* UdpConnector.cpp */; };
- 5E640DA0A7748189C7AB29B3 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6633AA3F4E2B0BFC36BCCE7A /* Client.swift */; };
- 5EB0A9F5AF74C5BBBC05660B /* IceDefaultServant.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 6F2330D0EA51FD0036C376A8 /* IceDefaultServant.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 5EE2F61099FCC586A79215E1 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2361DE48A010EBD34CED6473 /* Collocated.swift */; };
- 5F24E0EAEC7DA6349CE7EDB5 /* TestCommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AC05385F2DCEFA9FEC9BF60 /* TestCommon.swift */; };
- 5F2DB066E59C6BA01AADE5A7 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0271EF89ACAC5FDFA86D94F9 /* TestI.swift */; };
- 5F85C884B704D51BDE145656 /* ImplicitContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 7486CF3D76ED4121B6DA7E2E /* ImplicitContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 5FB1683E8F8469F673485499 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 6002D4307F58FBA6CB00445C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 600379DEA68D79AB033BF47E /* ObserverHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ADF202F08BD502458CB7CD14 /* ObserverHelper.cpp */; };
- 603526462A5F603CEBED111D /* SlicedData.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83A87400A6BB52F9D12AF0C /* SlicedData.swift */; };
- 603F3C1586BEA491197C8DD4 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 608C882A9A99D4F7A64A34E4 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D344EB2873780A8545274A4D /* AllTests.swift */; };
- 609B4737D6B06474E3849D63 /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5F11507C6ED15827A80A5594 /* PluginI.cpp */; };
- 60FEA2EBE2B5E2E01F50A252 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46CB75C66EE3AED8A59E217B /* Server.swift */; };
- 615A062876D7213EAB9DC35E /* Version.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2D6668456426024EA9D9DC6A /* Version.ice */; };
- 616B442C4C51B7358772B762 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F13074052F2B04F7DACA607 /* AllTests.swift */; };
- 617EDC43ED566D275F17921D /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 78552EACA7F946DC804376FE /* Test.ice */; };
- 627058C0FE0193475FCEA95C /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- 62B9E6D5A160E913D368E2F4 /* IceInfo.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 70B64B7F0862032293CA50E8 /* IceInfo.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 62FA731BA02A06D1CCCE3C2A /* ObjectAdapter.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5706F016F48CB3D5A419324B /* ObjectAdapter.ice */; };
- 6308A1E78A7B583D4E57476B /* ServerPrivateAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 35CEBB6AF4A49B4D248E358A /* ServerPrivateAMD.ice */; };
- 630FA5AB8B120F87B51FEBE4 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2178C44044078B3D0D533EDF /* AllTests.swift */; };
- 63373002A9A10EAA0C395A33 /* IncomingAsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D2D464C9FC098CD59E9B7B27 /* IncomingAsync.cpp */; };
- 634AB950FE429304FA46EF42 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4050CB48BC7BAAEC75C53073 /* Security.framework */; };
- 63D9FC2936CB61E0E2D0F359 /* IceBinding.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = BD3D1091C71194FF67E3A565 /* IceBinding.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 640C20F2E10B19E31D938675 /* UserAccountMapper.ice in Sources */ = {isa = PBXBuildFile; fileRef = 724B5A1B5EB6F0F22454E88B /* UserAccountMapper.ice */; };
- 64212C53DA290D6BE1267EC2 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = DED30B651213EBA5D9842D22 /* TestI.swift */; };
- 642304B38CD20B07A9438853 /* Locator.ice in Sources */ = {isa = PBXBuildFile; fileRef = E3A6473658A7610F460DBCB1 /* Locator.ice */; };
- 6427335BE4FF9D5B7287DFAC /* TrustManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 52BFEEE8ACFCAE431F13A055 /* TrustManager.cpp */; };
- 642F114DF88B4E2E6354AA85 /* IceSlicingExceptions.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 0CCAAC20859B87A2BFDC38EE /* IceSlicingExceptions.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 643C9F65D3B045AE6FE81094 /* ArgVector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D26FFD14AC6E04864036A5BE /* ArgVector.cpp */; };
- 64508999622238E9E79F5AED /* Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 60DDA9B967F7D23D26EFF155 /* Timer.cpp */; };
- 647B89F795796D003D6372AE /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 64A792CBA8EBAF948C58A8AA /* NativePropertiesAdmin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78F9E57CAB0F9528A2A621FE /* NativePropertiesAdmin.swift */; };
- 64A9AA648FF406A1433AA7FB /* Communicator.h in Headers */ = {isa = PBXBuildFile; fileRef = DDDC240838F172241782D706 /* Communicator.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 64D68B005D0E18C4D6C2F4CB /* Value.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800C8AEAF009E1A9AAA2DC9B /* Value.swift */; };
- 650531C2339FBC61CFFC82B1 /* Instrumentation.ice in Sources */ = {isa = PBXBuildFile; fileRef = C119576BA5863E25B14AAE53 /* Instrumentation.ice */; };
- 65A45F4E1E7F8E4F19E75D40 /* SysLoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5BA666A04C1C989CA367B36A /* SysLoggerI.cpp */; };
- 65B36C9703632321B3405BB1 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 65D002299A760350521CD895 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 559D5A420F1C9BE322DEDEEB /* Server.swift */; };
- 65DCE4B82EC7F5BE7C50D007 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 93A73F8159851E19887CDED1 /* Test.ice */; };
- 660E04D76596F9F3BD6F71F5 /* OutputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 970BAF629BB4A877F5DD02FB /* OutputStream.swift */; };
- 6617E7E96A5FE5617E67A620 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 649C5CA2C8B90C0E20104FE2 /* AllTests.swift */; };
- 66A0A0C2E2D4E594F76F9F77 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 66AFD50D2517632859DD7682 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 66D45E5B8098AF04E613C37B /* Descriptor.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1CED86630F41BC940AC7B9E9 /* Descriptor.ice */; };
- 6722E32F312B46CE8808E358 /* RFC2253.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B43526022DD8FF5F2AB17D9 /* RFC2253.cpp */; };
- 675FF25AD549D787C38E2FF5 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 166DB0997F18134071BC0637 /* Server.swift */; };
- 6784239DEF611AFC5850A88A /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 6796C812E6F3BACB53347030 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3430FCD2D2093FE3CE6114F /* ServerAMD.swift */; };
- 67AF67F1F6D7AA76DBC25163 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 686EB4E4E2A185972942DCF6 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- 68A2A9CDB65EB21FCB2F2F8E /* LoggerWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = B93EC562DC0092937CAD72EF /* LoggerWrapper.swift */; };
- 68DAB3813630215300D33630 /* RequestHandlerFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CB61801BBB38396B3D7FDD43 /* RequestHandlerFactory.cpp */; };
- 6924006629080A9297752549 /* IceServices.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 76FDDC3A93D4FB00E3FE8410 /* IceServices.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 692C8E4686815EFC1C163219 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 6937F5521D7804780F6C3B47 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = D38DF78DBA1B56732B9A7C53 /* Client.swift */; };
- 698AABF52B1D5117C8F56E24 /* Blobject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F987690360DE27FFF77334C /* Blobject.swift */; };
- 6A53B13A2EC0366751E0F821 /* TraceUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 789B16932A3D5B13C89C19E3 /* TraceUtil.mm */; };
- 6A7E6503F5AF740A27E06477 /* RemoteLogger.ice in Sources */ = {isa = PBXBuildFile; fileRef = CD4E452EF9650C4922A1FD23 /* RemoteLogger.ice */; };
- 6AED43711F1739844E524692 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83532A93A0E5BE72590D6119 /* Client.swift */; };
- 6B03350438BF15260EA4E388 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68461C2032076B40BD123C9B /* TestAMDI.swift */; };
- 6B0964D9997577DC73BC3976 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 6B531F813A45BD5E2F275277 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 6B7527EBA006528E2D0AFC7D /* Logger.ice in Sources */ = {isa = PBXBuildFile; fileRef = EA9AFB221E7876ED4B601A89 /* Logger.ice */; };
- 6BADE6667C3EBF7334D88D85 /* Connection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 990068FAF53AC37975CC9CB3 /* Connection.mm */; };
- 6BC2A01D933AB3DDDF13AE0C /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = B3A118908D57F59C47C529F1 /* Test.ice */; };
- 6BCC365DB508E7FF79079E08 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA50481B83DCE40C5DCB5DE5 /* Client.swift */; };
- 6BF90EA295528B3E60EBB352 /* ImplicitContext.ice in Sources */ = {isa = PBXBuildFile; fileRef = 523FDBD799F89BAED8509A39 /* ImplicitContext.ice */; };
- 6BFDD0E7FB63B2E38AE43164 /* EndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DBE331839D39A6BE128B38F2 /* EndpointI.cpp */; };
- 6C23DF4A410390A9BDDA1ED8 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 6C4FD06756DDF7DDDA4E718B /* Shared.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 893F2F00C56BC000BFC5B755 /* Shared.cpp */; };
- 6C74D3C3DA9B13A6E98B105C /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C750CB1E4AD95C4A05938576 /* TestI.swift */; };
- 6C83C48981ECDE49BFE105F5 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 6CBDEA33281EEE2C1E16AE44 /* TraceUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5175B958BC3E0DF2CD78AC2B /* TraceUtil.cpp */; };
- 6CC11350452E818EDD44C057 /* LocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = DA679301C51B14E66CDA8855 /* LocatorF.ice */; };
- 6CD9DCD7063FA612855AA786 /* InputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0EFDB385D88BB508C2170A4C /* InputStream.cpp */; };
- 6CDABC62598F62A86D7D6B3B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 6CE11C3703152079E1068D1A /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 6D38E3EB9517636CBCFD02B0 /* ServantManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD5DC886BB765EA2DF2ACB09 /* ServantManager.cpp */; };
- 6D67B4B8DEAEA13B67A93375 /* CommunicatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 660ABDD36E0197E206E9FF89 /* CommunicatorI.swift */; };
- 6D7CC306DFFAC8D117B937D6 /* Clash.ice in Sources */ = {isa = PBXBuildFile; fileRef = F404DD79D1115C7AA006EBB5 /* Clash.ice */; };
- 6DB3A8C43A033720597B1A79 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 6DD4310AB3DDE3505BA18E19 /* Process.ice in Sources */ = {isa = PBXBuildFile; fileRef = 58BA1EEDC0350043BC35ECF7 /* Process.ice */; };
- 6E61CF3190C15DA3E1A612BB /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24E33255191616DD6E0C92FE /* Collocated.swift */; };
- 6E6EA25BE44537B95938FC34 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 6E83BD9C363F7ECD2C5941FE /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BF0076D76EEADC2BB4BE96E /* TestI.swift */; };
- 6E8608D57FA5484F8D120E09 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEE6F5B95AA4E29E8914567C /* Server.swift */; };
- 6EDCFADEC075447A7785A898 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD0BCD3DA486FBE07CDCA11B /* AllTests.swift */; };
- 6F32E22293389196C37DE31C /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23E403F08D2159FDB4F6D900 /* Client.swift */; };
- 6F55597BCEF27A30FE5C9BF5 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35A1F1A3366DC673D852F4CB /* Server.swift */; };
- 6F81EEA7D4DC3441E0A5530F /* PropertiesF.ice in Sources */ = {isa = PBXBuildFile; fileRef = AD500A228D52BB7543886C54 /* PropertiesF.ice */; };
- 6FD606CD9BAD64DBD91F1303 /* ThreadException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC252BC0CC66B8EB14A24E3E /* ThreadException.cpp */; };
- 7004EF4F0E5C94244406F9C2 /* IceStorm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A908F6B4DBBB526C6D83931B /* IceStorm.framework */; };
- 700CEEFAD2BBA0410A3D6A99 /* ImplicitContext.mm in Sources */ = {isa = PBXBuildFile; fileRef = D0CEB9C7392B346AA697D593 /* ImplicitContext.mm */; };
- 706F5CFA7B21AE76314424B6 /* OSLogLoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C7E69952E9718BE54CF4573F /* OSLogLoggerI.cpp */; };
- 70CCBE1E14F45E13D6689AEF /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = A553BCB2AD6559ABB0433A1F /* Metrics.ice */; };
- 70CE1E0C7C5E83F52FF91ABB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 70D22171C17B0599C8D781A4 /* Key.ice in Sources */ = {isa = PBXBuildFile; fileRef = 17EC8158D0BE49D64D5A5FC7 /* Key.ice */; };
- 71C070495767F6074983D313 /* IceOperationsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 4BC1B2866017680A6F4380AA /* IceOperationsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 71C2F2B9DA35B0AB1F5625F8 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800CBF3D89835142EC71090D /* Client.swift */; };
- 71D8063DAFDB3F6D2EDA5EDA /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38B6CEC869384C4A2F96A97 /* TestI.swift */; };
- 721C11D74F19DD2E2D072E8F /* RFC2253.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B43526022DD8FF5F2AB17D9 /* RFC2253.cpp */; };
- 723B2B20D5174B76E032D8E5 /* ConnectionF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0869C67523DAACAD4DD5786E /* ConnectionF.ice */; };
- 72561083D0FC65C9F509570B /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78AEEEF61CB0AE878D44D5FF /* AllTests.swift */; };
- 7277F92208635AB2598F7A8C /* MutexProtocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5585A34B5215C56F16C5DB39 /* MutexProtocol.cpp */; };
- 72A106A15369CA0D2B2D317B /* ProxyFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46DF0BE5292AF7814207EF18 /* ProxyFactory.cpp */; };
- 72CE774BF1EAEC4A3CFA2DDB /* IceStormSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 9576E18413F7C2D1A6CB3C6C /* IceStormSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 72DFD8D0D322F584E3E8A622 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 72ED456999E4F581D57998DB /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7D5F41920DDC9BFF87E0534 /* AllTests.swift */; };
- 7345B8F2089DB074AEB75B08 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69819C05668C5C3473044215 /* Server.swift */; };
- 7383E65FDEBB27CBBC44883C /* IceBinding.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 3261BC4CA0A9D88CA79A7CF5 /* IceBinding.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 7393BC12E1CB360709F78478 /* Selector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ACD231A72C3A4157F02DF429 /* Selector.cpp */; };
- 74167E15ACE1A17DD86ED6EA /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 649C5CA2C8B90C0E20104FE2 /* AllTests.swift */; };
- 744DB0B0B1105BA7FF2A4D4B /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 74664BADF5E44814C91C4C2F /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 036959E0FDD04BC9BA5BC3F6 /* ConnectionInfo.ice */; };
- 7479D3F08BF11D60B572E82C /* ObjectAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1BB2B3D81C1A2500B7FD2DDD /* ObjectAdapter.mm */; };
- 74C2EC4226B5C6CA476FA4C8 /* Endpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = DCCF5A5AEC4163B168BB91BC /* Endpoint.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 74C8F0B9381D25425F3C04F1 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 74D31180008C798F831A821E /* EndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DBE331839D39A6BE128B38F2 /* EndpointI.cpp */; };
- 74DDFAE09CF56CB6C3553372 /* IceAmi.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 0E71EDE7E0484F044BC7BCCB /* IceAmi.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 75005318670A9E9700D577C4 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 7509C46B9EA5888A110993BF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05E8495FD60E96A73116DFB2 /* AppDelegate.swift */; };
- 750E161C81B8B809FBA66100 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71DFE7097EE827F48F490AD7 /* Collocated.swift */; };
- 75216B0A98911E10953A9E58 /* FacetMap.ice in Sources */ = {isa = PBXBuildFile; fileRef = 48A6E51D044B4FBA08725617 /* FacetMap.ice */; };
- 755C0BC3996117CEF5CC1C32 /* IceImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 565B65A6AD076064B278BF40 /* IceImpl.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 75CD4EB01FBC6EAF35399AA1 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 75F0714CC71323DE0E60804A /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DE077C154E2567680ABAC23 /* AllTests.swift */; };
- 76167A3B078D108738390EB5 /* PermissionsVerifier.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8AD26D4FAC747698FC31189F /* PermissionsVerifier.ice */; };
- 761751F6BD6711CFD72E701D /* LocatorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B5144008B8DDE8B4A1C9A5F /* LocatorI.cpp */; };
- 767BD19FDBD9823685D447C4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 76C478DD194A3A199FB0396A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 76D02A4B46D127752D815BCC /* LoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69BD90F53018A2E75799654E /* LoggerI.cpp */; };
- 76E33FC61C33AFECC6145FF8 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- 76FAA460B2E8BF299F167755 /* MutexProtocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5585A34B5215C56F16C5DB39 /* MutexProtocol.cpp */; };
- 7707BF4E4756E147991F80F8 /* IceAmi.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 70553EFB64F02EB810C4756F /* IceAmi.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 77192E768702BE8307968E0B /* ClientPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9375DD1AC600C95D1D4D4CDB /* ClientPrivate.ice */; };
- 7744865BB9DF068A29DAA080 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 774DF53D3B4807DD2695F43B /* IceExceptionsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 9B99F93CDD6E92D7CF09D37C /* IceExceptionsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 775306A62C68F045F070E838 /* Identity.ice in Sources */ = {isa = PBXBuildFile; fileRef = 21CE102901A91134E629F665 /* Identity.ice */; };
- 77B46E50E351CC4A6AED64F8 /* Acceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 150093ED3F61031B9CD41FAF /* Acceptor.cpp */; };
- 781520D0F9407D3900698018 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D74C081F3D0BBC621349E281 /* TestI.swift */; };
- 7839DAAED7E1384299C13EBD /* Reference.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55121BE302A6FE28D932D1E3 /* Reference.cpp */; };
- 784C22CEB9CC684F122836E7 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4A2C85BF33AC08961110110B /* TestAMD.ice */; };
- 7855F04DD847680B7A3DB842 /* SecureTransportTransceiverI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7319ACD8E33FCF91272DF4CB /* SecureTransportTransceiverI.cpp */; };
- 7890A8BAD4509BC6939E21FF /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 78A02DB2D632F497034C4281 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 78EBD372C859262BD57E3E9E /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A61AB7AD3C1F4B1F184301 /* Object.swift */; };
- 7910DB8783F46986B8CCA4D9 /* PermissionsVerifierF.ice in Sources */ = {isa = PBXBuildFile; fileRef = A5DE3AE667AAFC894BD3A60C /* PermissionsVerifierF.ice */; };
- 7917168C23750A4335920F6C /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 559D5A420F1C9BE322DEDEEB /* Server.swift */; };
- 7939EC9538F82FFAAB8D3732 /* IceInvoke.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = AA5482BDE255377C3E467495 /* IceInvoke.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 799410050E01D24E0C8AF02F /* BlobjectFacade.mm in Sources */ = {isa = PBXBuildFile; fileRef = 50B2520EB7C273BCCFDA75C6 /* BlobjectFacade.mm */; };
- 799BF9797A73073733237466 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 79C2A06670FA3607EB317C1B /* Glacier2.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 82CC5AF3BAB4ED3D53681F64 /* Glacier2.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 79DCFF502DC851FB3302CBDF /* CountDownLatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E2F8F27EE2D0087BF2CA411 /* CountDownLatch.cpp */; };
- 79E704FB01DFB582620AA1AF /* SliceChecksums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00B874C528F1937CDCACCF29 /* SliceChecksums.cpp */; };
- 7A3A3631A1CDED62FFF2C3D8 /* Endpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = DCCF5A5AEC4163B168BB91BC /* Endpoint.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 7ADB1117464B1070246C37B5 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 7B7CA6EE1522F1984141752E /* ClassResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 747AD2679ABA9A57EA938DB5 /* ClassResolver.swift */; };
- 7B8BFF79C9A98FB2C45E93A5 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 512D391443E701C627DE66ED /* Server.swift */; };
- 7B917D7024175005BB7C100B /* IceStorm.ice in Sources */ = {isa = PBXBuildFile; fileRef = E139710CEFF57137380D4CAA /* IceStorm.ice */; };
- 7BBEA10CC516BC45EF4F20CB /* BatchOneways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45E96E5E9A230A06BCDE0F2D /* BatchOneways.swift */; };
- 7BC448652A10D2B4731424A2 /* certs in Resources */ = {isa = PBXBuildFile; fileRef = 6CA5793E7627438A95F04316 /* certs */; };
- 7BCE1CFFA09B8F4CB632B115 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9616C6629BFF4408A467D3C /* Server.swift */; };
- 7BD91AF79667CE5F2DFD2959 /* IceServantLocator.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 2DFF6E1154114D5E88212557 /* IceServantLocator.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 7BDC0911CFD324C1B820A39A /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF517B14ED8F2C2866BDD74C /* Client.swift */; };
- 7BF1F9C6790D44153E16EEEB /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2C77855905ED5B5D37B20771 /* TestAMD.ice */; };
- 7C036EC887793DB24B2E6A46 /* Communicator.ice in Sources */ = {isa = PBXBuildFile; fileRef = CF8714E9397456207998C577 /* Communicator.ice */; };
- 7C0A9B4EBCABA9FDF6D4A53C /* NetworkProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF94AE9A5442A692BF45F058 /* NetworkProxy.cpp */; };
- 7C0E40D572EEFD869AA4FAC1 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 7C438B090AF08371A3443968 /* IceAcm.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 7A8172B4C06D2EA521183104 /* IceAcm.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 7C4AD4ECBA57A51B6B161919 /* CtrlCHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ABF85689C3C3ADE0CD4FD3F /* CtrlCHandler.cpp */; };
- 7CD1CE20D3D5BA6281B1A78C /* Properties.h in Headers */ = {isa = PBXBuildFile; fileRef = E7D079F0E1C3B970B517E9F3 /* Properties.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 7CE65F4D4C37883156B4C29B /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52A1DDACB03775523C292FD5 /* Server.swift */; };
- 7D0F1172460C49AE56804CCF /* StreamSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 40C6AB3D1444D4124A248C34 /* StreamSocket.cpp */; };
- 7D6743B1F0F2D0BFCE62A227 /* SSLEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1B34F199B50B3C480169233 /* SSLEngine.cpp */; };
- 7DF8C594B0D1FF379659D28F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 7E2144DBE809C0376506392B /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 7E4455C7A0F01056488FA346 /* LocalExceptionDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5C8F0691410CA9A071E0E0E /* LocalExceptionDescription.swift */; };
- 7E5799ADDBA7FEFC01190210 /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 82CC5AF3BAB4ED3D53681F64 /* Glacier2.framework */; };
- 7E75E355B5EE225D03863290 /* SliceInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA885F71EAAC83D3A4F0293C /* SliceInfo.swift */; };
- 7EA39EC7647059F4C4607C66 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29739FA9314A5D4F47E2DFFC /* TestAMDI.swift */; };
- 7EB7F2DA9724185EE83B375C /* Mutex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8611CE3A24B8BB6FA9D0CDD4 /* Mutex.swift */; };
- 7EE04E83A4A2DC83E78595CB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 7EE436E955F179F3F8C40447 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 7EE97E3E981799B62E211818 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = A868D0EF98233135855986BE /* Test.ice */; };
- 7F2C4CF13BE7D411B0348F46 /* IceAdmin.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 96D15FE9F782070540560091 /* IceAdmin.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 7F2C573CCCAB53BD2F4CB2C5 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = F639FF9FD0A01F44ABADC63A /* TestAMD.ice */; };
- 7F580FEE8004B11C8255DFE6 /* LocalExceptionDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5C8F0691410CA9A071E0E0E /* LocalExceptionDescription.swift */; };
- 7F7FBD01CB90D7BF5D5E360E /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 801CAA10DE147A02D5B546FA /* Incoming.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 29A9D5D7D72F2EE84F7741D8 /* Incoming.cpp */; };
- 80B7368A0E8EF6EA9FF86961 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 812D7295C9AEA3C237EFD3E4 /* EndpointF.ice in Sources */ = {isa = PBXBuildFile; fileRef = C71DC1CBB083CE7E32B9F53E /* EndpointF.ice */; };
- 81772E8C2141309CF1F521BC /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BB20919B9ACC249F530BE35 /* Client.swift */; };
- 8196D8CA68B419842AC549AA /* Time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC06D29CC5E6FD716F3D85E2 /* Time.cpp */; };
- 81AC4B168C07C1F1F3061147 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 512D391443E701C627DE66ED /* Server.swift */; };
- 81B7AEDAC00B53C6C00D1777 /* DynamicLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 540F4D8841DCE32D2CD37990 /* DynamicLibrary.cpp */; };
- 81C26D1D8725B5137416E5EA /* SecureTransportCertificateI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 47A376B87B812B4023FC5B17 /* SecureTransportCertificateI.cpp */; };
- 81C37B6F6B9ABEC5A956F6D1 /* Convert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4F105A4E48562ADF585188AE /* Convert.mm */; };
- 81C7A654F110887E01CE3C38 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B1124AF6A27CB1D909437E6 /* Server.swift */; };
- 81CDD55270629716BB51C82D /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 82114FCEEAAB8DC0AE705C86 /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 76480F1AA8304A4235C83538 /* RouterF.ice */; };
- 821232A0655D41C03C942037 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35A1F1A3366DC673D852F4CB /* Server.swift */; };
- 821A1D845EA744CD7BE872CF /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 8271D6A6DAB16610F7448CD1 /* IceStormSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 9576E18413F7C2D1A6CB3C6C /* IceStormSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 8278DEE9D02DC309EDBF41F8 /* LocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = DA679301C51B14E66CDA8855 /* LocatorF.ice */; };
- 827C0FEF0EEAFE08A22FBB0E /* StreamSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 40C6AB3D1444D4124A248C34 /* StreamSocket.cpp */; };
- 830068F55E9E2395C47B01E6 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E235E2CD940E6E6C2E3B42D8 /* TestI.swift */; };
- 830789E85F1ACB04A956B948 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 834ADDFB4540048C2EF7B7BD /* ObjectAdapterI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D4D2E58BC3FF927D16D984D /* ObjectAdapterI.swift */; };
- 834F55B6061B4B0B4E171713 /* ServerPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 22943F5D373EBD4EE889F708 /* ServerPrivate.ice */; };
- 837E1D9DFCBABE48B950174F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 83B91F5509A265FE24768513 /* Descriptor.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1CED86630F41BC940AC7B9E9 /* Descriptor.ice */; };
- 842B1E04DF1D8B07928ED901 /* OutgoingAsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6AE0DC0F3E55DCC50AC6D50D /* OutgoingAsync.cpp */; };
- 845208DBC83F898ED36FFC35 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D555E6CE7F2220B40D09377 /* AllTests.swift */; };
- 849DD75F08D6E8113FB1222E /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 84C3B0C712BB771CE2C6F5A8 /* TraceLevels.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2322ABF30AB90159EB815168 /* TraceLevels.cpp */; };
- 84D647B72FD0DDAB60437BF6 /* IceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 74688CC11663084F2F452691 /* IceUtil.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 852ECBBEFFD630148E379987 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = A3BF7798470A20E166DB8271 /* Test.ice */; };
- 8535CF90F3B3FD028A1B8828 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- 853AC00979006F89D3E1BAB3 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 855FCD8246746812266C910A /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 85BE2C72E7EAF85EB0C96F57 /* ThreadException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC252BC0CC66B8EB14A24E3E /* ThreadException.cpp */; };
- 85E2BC4EB3F11E342DF4A86C /* IceInvoke.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 54A112A8CB76C7BE4BE8B4B4 /* IceInvoke.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 85FA8D6044201493CA2CFAD4 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 86472E481616DED717DB4347 /* OutputUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCB82EEEDF094DFCD64E632A /* OutputUtil.cpp */; };
- 8656DD312848C5AF1250B0EF /* Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 60DDA9B967F7D23D26EFF155 /* Timer.cpp */; };
- 866D4D15CBD201CFEB26999C /* BlobjectFacade.h in Headers */ = {isa = PBXBuildFile; fileRef = A32B98A559EDF2B6B290F316 /* BlobjectFacade.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 86D53AF36C831E4D08CC8B66 /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3152E410024281DF79AA6417 /* ConnectionInfo.ice */; };
- 86E3B76E9CFE91D66ECD6C22 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 86EA6A5E356A72057E3DAE70 /* Endpoint.ice in Sources */ = {isa = PBXBuildFile; fileRef = CEE366B943AADCD80BFD989C /* Endpoint.ice */; };
- 86F04D354BDA3CC3DC0B60F0 /* Logger.ice in Sources */ = {isa = PBXBuildFile; fileRef = EA9AFB221E7876ED4B601A89 /* Logger.ice */; };
- 870EDB8794FF2E5EAEF63914 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CA55BC795CEF60DAFDD8224 /* AllTests.swift */; };
- 879980864060ED689E56895A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 87A203114818CB8E22CEC2A7 /* ServantLocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 89C66B30777B15E0FB625753 /* ServantLocatorF.ice */; };
- 87A3849F62C2349419DE8C8F /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 036959E0FDD04BC9BA5BC3F6 /* ConnectionInfo.ice */; };
- 87CCFB0C36269CA67E3C1E9D /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71DFE7097EE827F48F490AD7 /* Collocated.swift */; };
- 87F4E1A64647C7B012DAF2B8 /* IceImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 565B65A6AD076064B278BF40 /* IceImpl.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 88193F60B4D779E2999668CD /* Object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32AF080F8A5A42102A0F1D26 /* Object.cpp */; };
- 887D059D0E70DB6A57A82343 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = F36EC5EB5F859D9421A5F6A3 /* TestAMD.ice */; };
- 889D338EC5F6631482BB4F60 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72028BA3EB10EE11C20C3B95 /* TestAMDI.swift */; };
- 88D0ABA673D8A3394B05697E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 88DDF0A3D8D23765C559FE43 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 893424E2A121CAD525BE3CEF /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = 74DCB8C0A5829E7371A34A61 /* Config.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 8997B8F4C265E3ABFF5AC2E8 /* SliceEscape.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 9707E1C1843B10DC72F8FFEA /* SliceEscape.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 89F81B2A7C5A4A5D58E1669B /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 8A0CFC01D6D1E2E2C391C9BE /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 8A2FC5C518CC1BD62D559432 /* LoggerWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = B93EC562DC0092937CAD72EF /* LoggerWrapper.swift */; };
- 8A6E2727713A862C0CE62BE5 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9BA29684C0401269417F3A5E /* Test.ice */; };
- 8AA3E22CCA72963DB860A968 /* IceOptionalAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = DEDDC9803D1D9CC2446EC21C /* IceOptionalAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 8B05A6AA7AFA5367F4BA9577 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 8B37E7E0BC61D1C01A554B97 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 8B69917C9684A8BF2280C631 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 54DC663ED2D4EF54E39362C0 /* Test.ice */; };
- 8B6F05BB190228DDF7DEB39D /* PropertiesAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B762101F866F6DF796046EF /* PropertiesAdminI.cpp */; };
- 8B88254998F5B97E1F4118DF /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 02B053B0DAD8AEBFE8799F11 /* Metrics.ice */; };
- 8B912BC04E1F264228B3E708 /* ValueFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1E75430EB4F5CFAC72B41042 /* ValueFactory.ice */; };
- 8B9FFD03F45AA965E908478C /* ConnectionInfoF.ice in Sources */ = {isa = PBXBuildFile; fileRef = A42F15AA9BA8094F8AC2D19D /* ConnectionInfoF.ice */; };
- 8BC73E67A6F2BAB157EFB9B4 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 8BF06AB972614585A73FAD29 /* FileParser.ice in Sources */ = {isa = PBXBuildFile; fileRef = ED9B33A74C638146CCC3C506 /* FileParser.ice */; };
- 8C1209329D136EB8AD594F35 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 595FFC4AC804EF268210C30E /* Server.swift */; };
- 8C233C0FA1CAC7F741D5AFD1 /* ServantLocatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AD65C51BA4223A9E0CDC551 /* ServantLocatorI.swift */; };
- 8C3243B02A2317751EE8FB88 /* Instrumentation.ice in Sources */ = {isa = PBXBuildFile; fileRef = C119576BA5863E25B14AAE53 /* Instrumentation.ice */; };
- 8CB7DD1AA0EE747C2C6D82ED /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BAE6BE584DF69A01030B080 /* Collocated.swift */; };
- 8D2DD137E525DA7F1CC9B01F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D5C96C2A7242C91D16C921D9 /* UIKit.framework */; };
- 8D591F20BE8F29F980D91C5B /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 944149324935EC93B5BE0E6C /* TestI.swift */; };
- 8D97E43B5D02C87182133EFC /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6515942D00DC277E1661485D /* Client.swift */; };
- 8D9E15DE7F6720CA2288960A /* Cond.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 073459BE8345D5840FD0DE51 /* Cond.cpp */; };
- 8DC8DF652A90EDAD52F76CA9 /* IceImpl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A6102DE9D8559B86E0205C4 /* IceImpl.framework */; };
- 8E1F12A52764F805B738C5E2 /* libIceDiscovery C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 74A494883A2585D0B1186209 /* libIceDiscovery C++11 iOS.a */; };
- 8E4859B1E7E2E4357EFF93DE /* RecMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F1F2592E2E1F2BF10A6306BE /* RecMutex.cpp */; };
- 8E57FB9C12FC6DDCD4197AF7 /* Proxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC501D52194945C982573F40 /* Proxy.swift */; };
- 8E706F842F4E3BE00BD55F8A /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 8EEE9DF8A92195186455DB97 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 8EF30B8026E468E41C571BBC /* LocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = E63D7E7AFC91804FE513E86A /* LocalObject.swift */; };
- 8F21585ED831DA4F3360C3EC /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- 8F4278D18B8B1D8DA3653DC7 /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED2A5153D975B8DC87BA18B2 /* Glacier2.framework */; };
- 8F544F12540EA695B0CB236D /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 438D57885B1663B51327AC21 /* Server.swift */; };
- 8F56D3D71EBABE775F54A0D2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 8F6354D633340236293F11BB /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 8F63C6D43F01D2373143EDB9 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 8F6C547D42BE6454FAF2794F /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B5B8727166107373FC8E42F /* TestI.swift */; };
- 8F942CFDDCF8108425BD8CE4 /* FactoryTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D2F685E1F4C7C4EFF0291526 /* FactoryTable.cpp */; };
- 8FAB99C013C26B0E50DD244E /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 8FBF647A013821736218AC4A /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B31A705C9EB75E1C977E368 /* Client.swift */; };
- 90066B7E84DC3F9B0264A926 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 90112B29D140D0816EEE9660 /* ClientPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9375DD1AC600C95D1D4D4CDB /* ClientPrivate.ice */; };
- 9033E309141AB1E373506481 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BAE6BE584DF69A01030B080 /* Collocated.swift */; };
- 9036B6EEB3C0A9B3447A31A3 /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED2A5153D975B8DC87BA18B2 /* Glacier2.framework */; };
- 904B29FA9FF64B7109F5C276 /* OptionalFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6511556B97209023D61BED76 /* OptionalFormat.swift */; };
- 90D49F909DE91A3B2C83CBA6 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44E43649201EDD09D6602E4F /* Server.swift */; };
- 90D5AFFC246E71117A977196 /* EndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D9FCD4D698EC6D0CE6282FA /* EndpointI.cpp */; };
- 90D9C47DEB68A2849554684F /* InstrumentationF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 818E19410032B14D76DA3CB0 /* InstrumentationF.ice */; };
- 90EAC6C320495303C2DBBA15 /* EndpointI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C300A451AF259220E43B1B1 /* EndpointI.swift */; };
- 916DDAA197A038B59F54179A /* ObjectAdapterI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D4D2E58BC3FF927D16D984D /* ObjectAdapterI.swift */; };
- 91E350F530FC7D3A98BDE6F8 /* ConnectionInfoF.ice in Sources */ = {isa = PBXBuildFile; fileRef = A42F15AA9BA8094F8AC2D19D /* ConnectionInfoF.ice */; };
- 925E597EA8156892077DBC0A /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 927E2ECAB4F11C6E21709250 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 9299FF5B361C37ADAEA74AC6 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- 92A06048FB31E1C8CDD36994 /* Identity.ice in Sources */ = {isa = PBXBuildFile; fileRef = 21CE102901A91134E629F665 /* Identity.ice */; };
- 92A0BF7ECF5FEA2767D2FA16 /* StringConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD3FD9F238856CB7E2C62B97 /* StringConverter.cpp */; };
- 92A657D74A701B093904D8AF /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- 92AA2489B7FD7BC4409E2307 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 92BA04C7E71A6A307DEA49BB /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0FBD61A7A4E9A0AED6D8AC4E /* EndpointInfo.ice */; };
- 92CE479651C23F4E6B556D13 /* Value.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800C8AEAF009E1A9AAA2DC9B /* Value.swift */; };
- 92D9DA4D1352A75227435C4E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- 9316DC29DBAF663CD6A059A9 /* Random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2700733A3937D06E74684B5E /* Random.cpp */; };
- 935C30681DE9F760560BB2B7 /* SSLInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2A0B56AE2487A5AEA989AD85 /* SSLInfo.ice */; };
- 9362ECB47822FADC833D7008 /* Registry.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1412F0A2A7DF3F99D6E825F5 /* Registry.ice */; };
- 936361DB02788CE4EDAA432E /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = E45A85F719BAD6FE15A80204 /* Test.ice */; };
- 93978572CA9BB965CBB320ED /* SlicedData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 308AC0AA9EBE0A3E50146E33 /* SlicedData.cpp */; };
- 9398A0D17FAC303C8CF06CD3 /* LoggerAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CF2FEB1F8E0B20B5555A3A56 /* LoggerAdminI.cpp */; };
- 93B7D2503AB4ECDC0118A46E /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A78C9271459C35E12B0FCCE /* Client.swift */; };
- 93E48725CABA2936A73B84B6 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39A83CA7BA5F05C85CF68A00 /* TestI.swift */; };
- 93FC5BA6AC67FA43A3AF8180 /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3152E410024281DF79AA6417 /* ConnectionInfo.ice */; };
- 94040490FDDA4EFFC8436D82 /* IceImpl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A6102DE9D8559B86E0205C4 /* IceImpl.framework */; };
- 9412A9D4AEBA9B64D1909C48 /* IceUdp.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 51E27C5D8B2F00FE5AC8A1AC /* IceUdp.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 941FDF58A0BB0ABD6FAE9F06 /* Connector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 05580796968580CF37AC3A7D /* Connector.cpp */; };
- 94255686D84791C7498C4C11 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 942D10AD53CE000AE0D553A5 /* IceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 74688CC11663084F2F452691 /* IceUtil.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 9439E577CF57F5ECA842D36F /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 946DFE5C17EEC17AC7DC13A2 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1612ACCF5F2BAE377EB04B77 /* Client.swift */; };
- 9479078902B189F01E125623 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- 947B3DD41DED7360EEE47B68 /* ProxyFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46DF0BE5292AF7814207EF18 /* ProxyFactory.cpp */; };
- 94A59AD826A3ABA3C8382FA9 /* Blobject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F987690360DE27FFF77334C /* Blobject.swift */; };
- 94B467349B24766BFBF7AF4B /* LocalException.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7A3C4EA477E364F79E25D0AE /* LocalException.ice */; };
- 94C52C2885A805D28785C04A /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7307501BA1C212F60D39DA49 /* ServerAMD.swift */; };
- 94E7DF7C9D05BBEEAC8ADD98 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F5A1194E328E5C60EFBDCCC /* TestI.swift */; };
- 95125C754B848FEC37823D95 /* Communicator.h in Headers */ = {isa = PBXBuildFile; fileRef = DDDC240838F172241782D706 /* Communicator.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 959F0E9136A62576CFBE6A0B /* LocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = DA679301C51B14E66CDA8855 /* LocatorF.ice */; };
- 95CDF44F2838F3FCF32AB0A3 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = F0B55A826A688F5A40FCF801 /* Test.ice */; };
- 95E79E60CD8846B43E6670DF /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 96098F357CA1096887271507 /* Logger.h in Headers */ = {isa = PBXBuildFile; fileRef = 39382C228C1BDAC33A46FC72 /* Logger.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 9612AF2BE7C217B73CF9568A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 965462873B0BF3243A3EA9B5 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9401B27252E767B344D565B /* Client.swift */; };
- 968383557A6403911193B455 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24E33255191616DD6E0C92FE /* Collocated.swift */; };
- 9698D02443C7C9239BA415DF /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 96D38CA03C95856F63F4222A /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 4029E643EF06719CF940C9A2 /* Exception.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 97089FECE29D692715B6BED6 /* BuiltinSequences.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1D28632B66990D3D4523311C /* BuiltinSequences.ice */; };
- 971A53EBA672DAEBE83E67FA /* Notifications.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF87B5A2400036125AD79B6E /* Notifications.mm */; };
- 97488A0221737F526D6F1565 /* UdpTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F44E2507C28D467AA609CDFF /* UdpTransceiver.cpp */; };
- 97491D01A5FFF5755FC734C5 /* InputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0EFDB385D88BB508C2170A4C /* InputStream.cpp */; };
- 97C166E605421587E3C2F0E1 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 97D36C72872BC04C56EF25AA /* BatchOneways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45E96E5E9A230A06BCDE0F2D /* BatchOneways.swift */; };
- 97DF07DD4D0DC96F166974B3 /* Buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6DD2116A336675B2772497C6 /* Buffer.cpp */; };
- 97E79BDCB2677F8A49647C12 /* ReferenceFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9BE9E11C3A7C9AECF42A01F /* ReferenceFactory.cpp */; };
- 9805D7F0B6186F1C4F0A45B8 /* PropertiesF.ice in Sources */ = {isa = PBXBuildFile; fileRef = AD500A228D52BB7543886C54 /* PropertiesF.ice */; };
- 980DD82AEA221AFDBA38E746 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 982DB4C490AC07631DFFC4B6 /* BlobjectAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEBF3AAF90F9D349CE22A6F0 /* BlobjectAsync.swift */; };
- 98608F9EF40629425D29C3EF /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 986597ABEE1BF72B91267F29 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52378153CA15B744EC38F4FD /* TestI.swift */; };
- 986C43E486C10CBE313B9E16 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACE0CB8A2E0EA857001062C0 /* Client.swift */; };
- 98DCA161C315D0A39D12EBD1 /* SecureTransportEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03EAF683A6CBD8882498B9C7 /* SecureTransportEngine.cpp */; };
- 98FA08D60F002A42908118A0 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = B27F95899508C75A6B12A78B /* Server.swift */; };
- 992812043ADC2C71CB5C257C /* Logger.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4FD6A314F2F064EF98F6ECA3 /* Logger.mm */; };
- 992920AE3A2D09BBCFCCA66B /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 438D57885B1663B51327AC21 /* Server.swift */; };
- 993774FB097A23F67C4607F4 /* libIceIAP C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BB1FB1918F6B6823D174513B /* libIceIAP C++11 iOS.a */; };
- 99411A33EB4FB6C817EC9F8B /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 9986C6CF2552E5D6E6A9FC73 /* TcpTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 992C8B88AD898F0E2F947D0C /* TcpTransceiver.cpp */; };
- 99C7FC9940C213470FD56ED2 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 99FD86E5133A87C02294B719 /* CommunicatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = B193C6B1C30EB54B6C952EA6 /* CommunicatorF.ice */; };
- 9A1821C79152E03C9BBFE022 /* Selector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ACD231A72C3A4157F02DF429 /* Selector.cpp */; };
- 9A1B51BE1E408B8C190E48C5 /* IceGrid.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = D72B0EF7634E98FB138DC8AC /* IceGrid.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 9A6F984E21FF58F6B607C9E5 /* WSAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CF2874E81313849886064848 /* WSAcceptor.cpp */; };
- 9AA8759A8A0DA8246EF076A5 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943E8C7B9EF5DAB2A49603EB /* Client.swift */; };
- 9ADF45A84539CB12C55A61A7 /* ObjectAdapterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 792FBBE6EFE9C9FEFAC0DC43 /* ObjectAdapterF.ice */; };
- 9ADF59860E5E8E6A0D89D879 /* OnewaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0BF06C132B058B2EEACAD83 /* OnewaysAMI.swift */; };
- 9B50936DD1E2289E20421C08 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- 9B6A8A7E20D899569F51E2A6 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39218C2E4023BFDD70EC8A41 /* Server.swift */; };
- 9B6D75C11ADCF4048BB7F0A8 /* LoggerF.ice in Sources */ = {isa = PBXBuildFile; fileRef = CA9C83A569CFAD0F4EA43605 /* LoggerF.ice */; };
- 9B6E0C4FC6AA58934C8FAD64 /* Logger.h in Headers */ = {isa = PBXBuildFile; fileRef = 39382C228C1BDAC33A46FC72 /* Logger.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 9BA3F41ED8BCA97A19573A29 /* Session.ice in Sources */ = {isa = PBXBuildFile; fileRef = 59B661A91A59D99885761C98 /* Session.ice */; };
- 9BB5DC95647E982BCFBF55C7 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 9BCB19558799DFFA9EB68D5B /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 9BE3BCAA59634C7C7488E383 /* RemoteLogger.ice in Sources */ = {isa = PBXBuildFile; fileRef = CD4E452EF9650C4922A1FD23 /* RemoteLogger.ice */; };
- 9BFAA185DF7E88938533C9E1 /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 82CC5AF3BAB4ED3D53681F64 /* Glacier2.framework */; };
- 9C0B92CE705FBE8CFCA907FC /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- 9C4FFB7BDE36449B5FF48EA9 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 02B053B0DAD8AEBFE8799F11 /* Metrics.ice */; };
- 9CA0C80F9839A543280E75FB /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46CB75C66EE3AED8A59E217B /* Server.swift */; };
- 9CBEB96B9B86CE957C3AAFA0 /* IceProxyAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F09C664B0A85EACBC4452DD4 /* IceProxyAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 9D6FB2C2027B9A4C09928107 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CA55BC795CEF60DAFDD8224 /* AllTests.swift */; };
- 9DA4B3F412F9884CEB9CE8BF /* SysLoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5BA666A04C1C989CA367B36A /* SysLoggerI.cpp */; };
- 9DCE95A776285673A73E2875 /* IceOperations.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 48B7F4A323083E11B53E556E /* IceOperations.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 9DD32AD377F45D521A70BB90 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- 9DDDAF879690968262B30D75 /* RegisterPluginsInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D1E84149171B87D7261433A /* RegisterPluginsInit.cpp */; };
- 9DEC012D14539FDD12372A83 /* IceOperationsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 67D20F9C958D7C474D01C3B6 /* IceOperationsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- 9E2951D2B1C2EB3E007EBBF7 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = 93B8D0F7DB11B2D8EF8E04E6 /* Router.ice */; };
- 9EAA06B0A95C41EF73253C4B /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E042E60E55F916794A43F12 /* PluginI.cpp */; };
- 9ECEEC0DB17C4B75FB6F1FE3 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = E24D8142E2EFFDA004D1F0F2 /* Test.ice */; };
- 9EF3768D296A371674200DB3 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- 9EFED3F6C572D79B2A7CD659 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 9F119A23412600AC71DD957E /* SecureTransportCertificateI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 47A376B87B812B4023FC5B17 /* SecureTransportCertificateI.cpp */; };
- 9F260A9C37D326A1F97C9522 /* LoggerUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4E8BC47BA3E6A89A9D6CE7F2 /* LoggerUtil.cpp */; };
- 9F5606162C3D03046B3FE1A3 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- 9F5706080C780F7DB11BCB93 /* Logger.ice in Sources */ = {isa = PBXBuildFile; fileRef = EA9AFB221E7876ED4B601A89 /* Logger.ice */; };
- 9F5D588C2794A13313926533 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- 9FDF9ACCD7D276791C24E635 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- A0366158988995048883A8A9 /* Clash.ice in Sources */ = {isa = PBXBuildFile; fileRef = F404DD79D1115C7AA006EBB5 /* Clash.ice */; };
- A0CF1EF723412FEDBAF22A7D /* SliceChecksumDict.ice in Sources */ = {isa = PBXBuildFile; fileRef = B1CE1D5F8B06475A36692665 /* SliceChecksumDict.ice */; };
- A0CF45110DFC52034C3A5E8E /* Properties.ice in Sources */ = {isa = PBXBuildFile; fileRef = 64A2C65B7390660BE34CD422 /* Properties.ice */; };
- A0F00B4C79FEE233DC82483E /* FactoryTableInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 283CFA168BAB6E11FF87436C /* FactoryTableInit.cpp */; };
- A0F667C0025845B685799E09 /* Base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5FC5BC52DC9A5A6080CB04BD /* Base64.cpp */; };
- A128B0AA36A07A36B04C4000 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 09C5D6DDA819CE30869D413C /* Test.ice */; };
- A1A32DD2AE2062F8190A81D3 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 445FE2F28E29F9DCD0F86F79 /* Client.swift */; };
- A1B0CC9C217BDFF10841A5EF /* ServerPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 22943F5D373EBD4EE889F708 /* ServerPrivate.ice */; };
- A1C64CFB9371F7018BBCDC09 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = D78391772EE6EF5240254EEF /* Client.swift */; };
- A1D4F310815FE368D9383861 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47F1813BF640AF7651040B1 /* AllTests.swift */; };
- A1E12F046C2196198C709785 /* ImplicitContext.ice in Sources */ = {isa = PBXBuildFile; fileRef = 523FDBD799F89BAED8509A39 /* ImplicitContext.ice */; };
- A1E842219224277A4903E912 /* StreamEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E7BC050E9C5DDF6E7011617 /* StreamEndpointI.cpp */; };
- A210961629E3D45DF62A7841 /* ValueFactoryManagerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B1CAC379677F45957167E52 /* ValueFactoryManagerI.cpp */; };
- A23B95E58C2303C44E295CD1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- A23F624985E2A835B7DFDBA2 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 71517E65B0EBB1D6D61F2CF8 /* Metrics.ice */; };
- A2476D6FBE03FE32AD82845D /* StreamAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA11D4E802AC16654A6C8DD4 /* StreamAcceptor.cpp */; };
- A2B865857FE405390A0B3E59 /* ConnectionInfoF.ice in Sources */ = {isa = PBXBuildFile; fileRef = A42F15AA9BA8094F8AC2D19D /* ConnectionInfoF.ice */; };
- A2E3E50909C48C3772948C0D /* PropertiesAdmin.ice in Sources */ = {isa = PBXBuildFile; fileRef = D9768DBB761C88E2C2B99396 /* PropertiesAdmin.ice */; };
- A315DD162115A38B3D2597B3 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1612ACCF5F2BAE377EB04B77 /* Client.swift */; };
- A3646C95C5FF4C0CF810DC48 /* ConnectorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55A9B7114CC34331232B0A96 /* ConnectorI.cpp */; };
- A37330978C51CEBCABCEF7D6 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- A3C0B5AA0B7B44F5A3F34667 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAC590472B69AADAD16EBBD7 /* Server.swift */; };
- A450273FCB18DE05268338E7 /* Connector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 05580796968580CF37AC3A7D /* Connector.cpp */; };
- A47E556EF3830B5D5933E9D7 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 630AFED64D44FDEC453E83FD /* TestI.swift */; };
- A4D7C23A89578C0548E09590 /* RequestHandlerFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CB61801BBB38396B3D7FDD43 /* RequestHandlerFactory.cpp */; };
- A4DF7CA1799BA2A93CF340DA /* OutgoingAsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6AE0DC0F3E55DCC50AC6D50D /* OutgoingAsync.cpp */; };
- A51876D41A21F828E3E5A4C9 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23CA06428DAD48D12AB83747 /* Client.swift */; };
- A524A0B869D796B9B5D659A5 /* IceAdapterDeactivation.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 882720541CD23A8DEA505628 /* IceAdapterDeactivation.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- A5339616B7280D1FD68AB4A7 /* IceLocation.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 6E0A8FBCDB0FC398DF5ECDE4 /* IceLocation.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- A551BD5D544A841FF6A420DB /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- A58C712BB2DCAE32E5650E9D /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B64C16E22978C6B0C5A0464 /* ServerAMD.swift */; };
- A58ED9B8CC0E16DF90056E88 /* Version.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2D6668456426024EA9D9DC6A /* Version.ice */; };
- A591D0384E9F7D18BC18AA53 /* IceSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F3DA14FFC7BBD9361945689 /* IceSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
- A5B227E085E8BDE51FA62423 /* ImplicitContext.ice in Sources */ = {isa = PBXBuildFile; fileRef = 523FDBD799F89BAED8509A39 /* ImplicitContext.ice */; };
- A5B6D8FDB2268EF5E3C40BC3 /* Exception.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6919FC1C75013A91201976D5 /* Exception.ice */; };
- A5CE6CD3723C11E3B3270669 /* LocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = DA679301C51B14E66CDA8855 /* LocatorF.ice */; };
- A611F491B7CCC7440648B275 /* ProcessI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1BAD2AF26D991193A5E3714 /* ProcessI.swift */; };
- A61BC283B51895B808CBCAFC /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC5183F46C42A432A8B9648E /* TestI.swift */; };
- A61F977AEC56B01A3631C960 /* ImplicitContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 7486CF3D76ED4121B6DA7E2E /* ImplicitContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
- A68072B9625FC300D9ACC90E /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- A69115F2022A963EA10715DF /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78AEEEF61CB0AE878D44D5FF /* AllTests.swift */; };
- A69846A02E83A42FE6D64D98 /* StringConverterPlugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C8200636A22EC1FA72FFB6F /* StringConverterPlugin.cpp */; };
- A6C07BB8CDA0FAC522E635CA /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = E45A85F719BAD6FE15A80204 /* Test.ice */; };
- A71B85658384F255EDCF6CCB /* Proxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC501D52194945C982573F40 /* Proxy.swift */; };
- A77619741A8ABB9997EDBF59 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2A6515E73B7A8EBA4232FE78 /* Test.ice */; };
- A799978A2AFE31F497884B55 /* BatchRequestQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D11B81894A11B50934B0AC31 /* BatchRequestQueue.cpp */; };
- A7D79BADF28C9EC11AF01334 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0271EF89ACAC5FDFA86D94F9 /* TestI.swift */; };
- A7E1436EC411E99BA9EBC9EA /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9F81EE30A746165C9E4E426 /* TestAMDI.swift */; };
- A8070028209D20C618065BA2 /* Forward.ice in Sources */ = {isa = PBXBuildFile; fileRef = 30457BA12E4F05212A94B738 /* Forward.ice */; };
- A84A144BC2E61816105A5EC8 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- A858811B210FEBC5DC731C44 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- A860886ACD46D17CAECCD0CF /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E042E60E55F916794A43F12 /* PluginI.cpp */; };
- A8A797F9D1DE37D530ECD573 /* CommunicatorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C3F640DB8EF229A8D875F581 /* CommunicatorI.cpp */; };
- A8B177C66C14B70D84876442 /* OutputUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCB82EEEDF094DFCD64E632A /* OutputUtil.cpp */; };
- A8E7D0C0EC22FD7D0DEADC48 /* CtrlCHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ABF85689C3C3ADE0CD4FD3F /* CtrlCHandler.cpp */; };
- A8EFAD191A23156C0233D110 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- A8F018A4FB76BE434E54C7A9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- A91B769FF866B135EB029CD7 /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0FBD61A7A4E9A0AED6D8AC4E /* EndpointInfo.ice */; };
- A92E7211020117EBD02376EB /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ADF64D7797A1E7E541B67D3 /* Collocated.swift */; };
- A96282F1176E7397AC274D85 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- A981984B501055FF82E6AA8C /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- AA42C880C81A0A5111143432 /* IceSSLConfiguration.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 526616622AC6F71AB1612334 /* IceSSLConfiguration.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- AA47FEAD639EDE8C9717839F /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- AA4EAF5B0687E1293DE0D82F /* PropertiesI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B10BA60EFD3B317BE7D77C2 /* PropertiesI.swift */; };
- AA552C61578BE82A745C7AC2 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AE339A513AA2ED4960F17A2 /* AllTests.swift */; };
- AA6CC929428EFA1CEA906570 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E863BECDE405E0EE061C22D /* TestI.swift */; };
- AA79CCEBE8F4A897B6637C60 /* ThreadPool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 12550E8909A3BDC660082A4C /* ThreadPool.cpp */; };
- AAB08269742BF7DFC729CD0F /* PluginF.ice in Sources */ = {isa = PBXBuildFile; fileRef = CF68F4C48AEA28D437422AF6 /* PluginF.ice */; };
- AAB2EDA396A4EE37B89E378A /* WSEndpoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76D37A17C0B54A67AF2EE1F4 /* WSEndpoint.cpp */; };
- AAC74AC64B11BE6379EB5030 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 02B053B0DAD8AEBFE8799F11 /* Metrics.ice */; };
- AAFA45E8554E2FCD2CF56D26 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- AB00B2D179FC6E56D6FC6B21 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D08DF67CBCE3C51D496F8D4 /* AllTests.swift */; };
- AB797EFCABCC84DF2DD4BC18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- AB9669BA4B07EB8037FCBB61 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- AB9B0B4BE97B13CAF6ED547C /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FFA3E028EF09164C3C67E2 /* TestI.swift */; };
- ABA5A8013CF3E2837B2B63AD /* UnsupportedAdminFacet.h in Headers */ = {isa = PBXBuildFile; fileRef = B53CCBD515ABCF49284E0B53 /* UnsupportedAdminFacet.h */; settings = {ATTRIBUTES = (Public, ); }; };
- ABA933D2DEA5B66292ABF493 /* Current.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2CFC3691D909A79D96800785 /* Current.ice */; };
- ABDC348D93ECCF2830CBE4B6 /* IceUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9A877F5C5A629219054DA05F /* IceUtil.mm */; };
- AC5B37D0B4A1E337FCB10A43 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- AC636EE44882D0597C167934 /* ThreadPool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 12550E8909A3BDC660082A4C /* ThreadPool.cpp */; };
- AC802BE8C44EFE1A042AB091 /* WSAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CF2874E81313849886064848 /* WSAcceptor.cpp */; };
- ACBCF097ACD4AE6491686A14 /* ProcessF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 831F764D39FE98F76F36DF5A /* ProcessF.ice */; };
- ACCC86571DBAD1ED36C87235 /* Identity.ice in Sources */ = {isa = PBXBuildFile; fileRef = 21CE102901A91134E629F665 /* Identity.ice */; };
- ACFFDA43B08C0ADF10234EFA /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED2A5153D975B8DC87BA18B2 /* Glacier2.framework */; };
- AD4899E1C0FE5A2495DC3386 /* IceExceptionsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = CF8CE1998824835FCC3C73C9 /* IceExceptionsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- AD7D0ADE7047884EE4632A61 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- AD85EA914A96BCF35BC3E685 /* ConnectionRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 74EA0AB17349E9D7E966EEAB /* ConnectionRequestHandler.cpp */; };
- AD90D3048E50A8F6174907CC /* Base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5FC5BC52DC9A5A6080CB04BD /* Base64.cpp */; };
- ADF752E11A691BF2CDA6B3BF /* IceDiscovery.ice in Sources */ = {isa = PBXBuildFile; fileRef = F1671070B6B13BE24E47AFAE /* IceDiscovery.ice */; };
- AE07F80015E8832C7BBE02C3 /* IconvStringConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 348E93F202C74A3ABEE0B559 /* IconvStringConverter.cpp */; };
- AE3053934326C967F755DCE3 /* IceImpl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEFE362FADFA72645536FF43 /* IceImpl.framework */; };
- AE33B4A42BB9AB1095968070 /* AdminFacetFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 064AEF2C2D468983C5AE0F47 /* AdminFacetFactory.h */; settings = {ATTRIBUTES = (Public, ); }; };
- AE4DE6245C10B891930448AA /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47F1813BF640AF7651040B1 /* AllTests.swift */; };
- AE71D2F4BDB28DC833848FAA /* LocalExceptionFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 624E47C92917DE669596BE76 /* LocalExceptionFactory.swift */; };
- AE937C559D98FCFE20D9A7EB /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- AEBED5B3C47889ACA6E2BE32 /* OSLogLoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C7E69952E9718BE54CF4573F /* OSLogLoggerI.cpp */; };
- AF1AEE84EBF4E49948B8098E /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BF0076D76EEADC2BB4BE96E /* TestI.swift */; };
- AF9485E12DA2769F6371AFEA /* IconvStringConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 348E93F202C74A3ABEE0B559 /* IconvStringConverter.cpp */; };
- AFC07A0E01FA920882778A16 /* TwowaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2042696F9E7D945792351AD /* TwowaysAMI.swift */; };
- B004B132C0A6AF53C6E32B37 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- B011DD2FC8A61907D924CEA8 /* StringConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD3FD9F238856CB7E2C62B97 /* StringConverter.cpp */; };
- B042FE49366845D14EBC77F3 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- B0B78BF189624CCDF09444A8 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8E31F4C64B3D08D0FC796C /* Server.swift */; };
- B10C58E5720D812DB921E32B /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- B148E8D643B840E90E131BEF /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE9F4BD4BBCF477D8D03BAAD /* AllTests.swift */; };
- B18839CAF5476E383750DC5A /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B64C16E22978C6B0C5A0464 /* ServerAMD.swift */; };
- B1A4E07B9AB66816CA7DE8EA /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FD2BAD0CCB7E448C9627815 /* Server.swift */; };
- B1F9CBDF494828A60E368981 /* SliceFlags.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11723D5DA76E1B2FAF04D66B /* SliceFlags.swift */; };
- B1F9E5F681040B366A8A1770 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C237C4B81B2FA10CC1CCAC14 /* TestI.swift */; };
- B1FD8636E581179980B31825 /* Main.storyboard in Sources */ = {isa = PBXBuildFile; fileRef = 07F0DF4C61EE887D7C2BC7D1 /* Main.storyboard */; };
- B208A6C190D366DF2C2F8A36 /* UUID.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 743E77CD969BADF3903A2474 /* UUID.cpp */; };
- B24E12C8EA5B9BFB3352EC26 /* Ice.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- B2838AB9A817ED86FD2E5461 /* Convert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4F105A4E48562ADF585188AE /* Convert.mm */; };
- B289D668BE44851C41B31C38 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCD11C3794F4F1B015237396 /* Client.swift */; };
- B35A9D08C4C35B64B21FB647 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8876B247870A7C720C2CDF4A /* Test.ice */; };
- B35D99CA0484D2231310BC88 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- B3A4603F7E1FF9C9DD6C6E2A /* SlicedData.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83A87400A6BB52F9D12AF0C /* SlicedData.swift */; };
- B4A3586B9C5F8311AE5FAFFB /* WSTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 692DE8D20B08E72951B557E3 /* WSTransceiver.cpp */; };
- B4AA4F150A7A23AECDC2FFAC /* RetryQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D2248234C5DA4818B97581C1 /* RetryQueue.cpp */; };
- B4BA490B980D0589449781CA /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 630AFED64D44FDEC453E83FD /* TestI.swift */; };
- B4BB76CAB9017410EE264052 /* Convert.h in Headers */ = {isa = PBXBuildFile; fileRef = 96FF0DD4180C3D7088987030 /* Convert.h */; settings = {ATTRIBUTES = (Private, ); }; };
- B4E85099942FD663B85958FC /* LoggerWrapperI.h in Headers */ = {isa = PBXBuildFile; fileRef = 898B398FADE64B8EC6B0D6E9 /* LoggerWrapperI.h */; settings = {ATTRIBUTES = (Private, ); }; };
- B523E42832674041EFBD833D /* IceScope.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = B06C06126F8F4F2D473EBF74 /* IceScope.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- B55187152A387E8C589EBF25 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 179B9A6090513CA5E9D351F8 /* Client.swift */; };
- B5C8617BB34ACEEDB82DB56C /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC5183F46C42A432A8B9648E /* TestI.swift */; };
- B5ED9286083BA59D1D14DBCC /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03E3778CA88B31690159997B /* AllTests.swift */; };
- B61B98AB46AAF371096D0616 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCD11C3794F4F1B015237396 /* Client.swift */; };
- B62043AE3418C464CA33B9D3 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = DF5DF3901F6E66E1B0B4CAE1 /* Test.ice */; };
- B64F7E945EBBB2378FD792E3 /* TwowaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2042696F9E7D945792351AD /* TwowaysAMI.swift */; };
- B6FB7C23B509CA4DA4E95E63 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39218C2E4023BFDD70EC8A41 /* Server.swift */; };
- B755F1543555ACF4C3F36160 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FD344F345C4F45E138B6C18 /* Collocated.swift */; };
- B7BE34AAF93CAB22688706D1 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 040117AC26A16B2463BA1487 /* TestI.swift */; };
- B7C0DA616476A7D3C29A25E2 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- B7EB665548EA7A02930EF636 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = 93B8D0F7DB11B2D8EF8E04E6 /* Router.ice */; };
- B7F552F294B0E51DC47C2A32 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- B7FBC1F400DF929A55B7DA1D /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16BA5AF4C486E43563ECD05E /* Client.swift */; };
- B815BE75F3567CC2CC0E178F /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6197705513A73D883090F6B8 /* TestI.swift */; };
- B89017EB724359D840CAA444 /* MetricsAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8E8BD11B0AE10DC1ABF74C0A /* MetricsAdminI.cpp */; };
- B8A728067979FD0AC6D1E3DA /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- B8ADA873413D54E3FE2FE21F /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- B8D125799B7B6315FF0E1D93 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- B91197D1D23D7CC4C3504D2E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- B94669293DEFB4CBD8B90333 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- B9CB44641824E5F04FA9E054 /* OutputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 423BBF69D7B0202EEA3B4A27 /* OutputStream.h */; settings = {ATTRIBUTES = (Public, ); }; };
- B9E8CE093A73BE3A82F544B7 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- BA108126E6523DCA4A66E68A /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- BA5EEB3E15B3398E32C57165 /* UtilException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E9B77E75413D448077F43E6D /* UtilException.cpp */; };
- BA76EB3571C3F3461908CFE6 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165C6C50BCDAE6F63FCCD697 /* ServerAMD.swift */; };
- BA7FED444AE38A281994245C /* AdminFacetFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 064AEF2C2D468983C5AE0F47 /* AdminFacetFactory.h */; settings = {ATTRIBUTES = (Public, ); }; };
- BAF37A89144D7689B79782E7 /* Random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2700733A3937D06E74684B5E /* Random.cpp */; };
- BB1D58258BB31B7A45A37308 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- BB22EC8179DE9A10DF301840 /* RemoteLogger.ice in Sources */ = {isa = PBXBuildFile; fileRef = CD4E452EF9650C4922A1FD23 /* RemoteLogger.ice */; };
- BB38B94D0DEBF0C451FD4CCF /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- BB495199624094AF583AB300 /* LocalException.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7A3C4EA477E364F79E25D0AE /* LocalException.ice */; };
- BB4CB3B46F050756E7ECFE3F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- BB5C2DDC8F942EC630465A09 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDCD2C663252824127AF417F /* Server.swift */; };
- BB6DA30861E1BF9466033B68 /* SliceChecksumDict.ice in Sources */ = {isa = PBXBuildFile; fileRef = B1CE1D5F8B06475A36692665 /* SliceChecksumDict.ice */; };
- BB8C613E0DC85C521427D7F0 /* Locator.ice in Sources */ = {isa = PBXBuildFile; fileRef = E3A6473658A7610F460DBCB1 /* Locator.ice */; };
- BBC75EB6A4F84A9E769F6202 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7353DE75B3BB8E5E10BA62CA /* AllTests.swift */; };
- BC0C5E0F72E7953B3ABD6192 /* ObjectAdapter.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5706F016F48CB3D5A419324B /* ObjectAdapter.ice */; };
- BC157304738D4B0DBE69BC54 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- BC44553474F34845F2A5537D /* ConnectionF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0869C67523DAACAD4DD5786E /* ConnectionF.ice */; };
- BC4EDD4F4B176FE289ACCEAC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- BC56F3029B76308907B92D87 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03E3778CA88B31690159997B /* AllTests.swift */; };
- BC948B592D95BD260D58B1D3 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53F5BDBDAD936288BCE6D5B6 /* TestI.swift */; };
- BCAA1E7C0E71662284FC85ED /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- BCE771C035267DED5BFFBA43 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 701C3FA90C682225C82ED50C /* Client.swift */; };
- BCF8CA7D3DF6ACE74B40AF70 /* ProtocolPluginFacade.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 17649DD40DE6FCC721952504 /* ProtocolPluginFacade.cpp */; };
- BD5937B5AE2068192CFF2D2B /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- BD780340998FC3640B278AFF /* ValueFactoryManagerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B1CAC379677F45957167E52 /* ValueFactoryManagerI.cpp */; };
- BD7EE4073CE3CD56477A156E /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CEB69504B1FDEF29DF8A95A /* AllTests.swift */; };
- BD8F452794FEF7257E47A4D8 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- BDA8CD9AFE8CBD3613865DD1 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- BDAC6B06F930795C2F9750C7 /* Time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC06D29CC5E6FD716F3D85E2 /* Time.cpp */; };
- BE127FFA6DD38A29FF8C27B9 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2EA05304B24D25E5774CF45D /* Instance.cpp */; };
- BE4B2F97E5CA169DDC6D9C37 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- BEADFDBE0F6E3A98F5800079 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- BEC5D724AD98A8BE71EFA418 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = F5606FBD5FA3395CBCDA97DA /* Router.ice */; };
- BF4578FDF78DD474B54F8F24 /* ImplicitContextI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D2C9260A44A0FC50F2390D2E /* ImplicitContextI.cpp */; };
- BF5F3C311069F1B80EF86198 /* Transceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2CF727DCFEF9A83CDAF9CFC3 /* Transceiver.cpp */; };
- BF6FB005E0298052AA9E4437 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- BFB453BA4B3B92183E9591AD /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- C001A19A585E555B76548818 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- C01B07BB6C339F979587DEC5 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72028BA3EB10EE11C20C3B95 /* TestAMDI.swift */; };
- C0251D50C7B49C21A0208844 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7C729D7470D8CF43529D22F7 /* TestAMD.ice */; };
- C036210C5DF010F1CCEB4EBB /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB6367C277975B6C5E50EC41 /* Server.swift */; };
- C038DC8A756553C9BEEAE27E /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- C040289658135885E7DBE890 /* EndpointFactoryManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B594618B377F22C7B59A0E2E /* EndpointFactoryManager.cpp */; };
- C05FA53A3E69B0111F831BEF /* Twoways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4433DF81B407A9784F2300DA /* Twoways.swift */; };
- C081395BE126D93488490029 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70A0A88A3D8F43CB3FC91357 /* Client.swift */; };
- C0B4735EEF093FA2A1308D4A /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A61AB7AD3C1F4B1F184301 /* Object.swift */; };
- C0CB8DB60BE7B890EE844591 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 93A73F8159851E19887CDED1 /* Test.ice */; };
- C11B6E352E60B677802C6654 /* IceSlicingObjectsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = B2D941FAE724D6464DF52CBC /* IceSlicingObjectsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- C16FA85C257E865569A2DB6D /* LocalObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 34BF30D98653D4D72F2E23E0 /* LocalObject.mm */; };
- C178BD2979F9DCCA8EE7126D /* TraceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FB1FB9AA60753AB5C918639 /* TraceUtil.h */; settings = {ATTRIBUTES = (Public, ); }; };
- C17E8A4E9DA825FC7C46B2AF /* CommunicatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 660ABDD36E0197E206E9FF89 /* CommunicatorI.swift */; };
- C18814141D24DDE9947A41EA /* PropertiesAdmin.ice in Sources */ = {isa = PBXBuildFile; fileRef = D9768DBB761C88E2C2B99396 /* PropertiesAdmin.ice */; };
- C19BEF765EECF6E694D0893B /* IceStream.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 646C0B59E701C4740B174F11 /* IceStream.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- C1C76A6A585F1A6737DA30EF /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B5B8727166107373FC8E42F /* TestI.swift */; };
- C229ED6376DB0111C1A56D91 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 78552EACA7F946DC804376FE /* Test.ice */; };
- C22F81C81E25EDEEC4A1EF6E /* ClassResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 747AD2679ABA9A57EA938DB5 /* ClassResolver.swift */; };
- C23241A30FA6F415DAADC845 /* TraceUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5175B958BC3E0DF2CD78AC2B /* TraceUtil.cpp */; };
- C23BCD9520EA79BE3FBC7F49 /* IceInfo.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = D7EAF2E5AFC2199B23071A6E /* IceInfo.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- C280D888229250B218ED98A6 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF131DE1C465155A6580E8C9 /* Server.swift */; };
- C2903851651352311CD5DC70 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- C312B50BFACD0CB427635231 /* IceExceptions.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = D7614A3E9EE9674346B0FAA2 /* IceExceptions.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- C33BB5BEEE39F5B1DF1DF8AE /* Instrumentation.ice in Sources */ = {isa = PBXBuildFile; fileRef = C119576BA5863E25B14AAE53 /* Instrumentation.ice */; };
- C342C3D5798FDC2A84CF7DF9 /* Exception.mm in Sources */ = {isa = PBXBuildFile; fileRef = B4A6E1B20920DFBAE4908790 /* Exception.mm */; };
- C35043C4A6AE1F229381D2AD /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CEB69504B1FDEF29DF8A95A /* AllTests.swift */; };
- C37422F697924D22CACB68C4 /* Plugin.ice in Sources */ = {isa = PBXBuildFile; fileRef = ED1D900AB917A6232834B77B /* Plugin.ice */; };
- C3895FB9EEA8C38509768834 /* Value.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C371A25143073DD73E90F8A /* Value.cpp */; };
- C3988579258EA7C398F8646A /* EndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D9FCD4D698EC6D0CE6282FA /* EndpointI.cpp */; };
- C3A03D26A88B29F73465FC0C /* IceLocation.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 8DE215FC6BA3FEF83C14EC1E /* IceLocation.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- C3D317C03C8CBD536E31C61A /* Glacier2.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = ED2A5153D975B8DC87BA18B2 /* Glacier2.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- C3E3BA4B9889751AB8195A48 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE58649A05B6C3CC3FFEB891 /* TestAMDI.swift */; };
- C4107CB61F64078147B91C5D /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5F11507C6ED15827A80A5594 /* PluginI.cpp */; };
- C425A02D163062500A14C7E5 /* FactoryTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D2F685E1F4C7C4EFF0291526 /* FactoryTable.cpp */; };
- C455EB81061ED287E4DC90FA /* Reference.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55121BE302A6FE28D932D1E3 /* Reference.cpp */; };
- C4B225DFE621B25D63AA18FF /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- C4C76CABBD564CDF77DABEA6 /* PluginManagerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F2E735CA2BE8DFAA5B705D6E /* PluginManagerI.cpp */; };
- C4FEE5A22E84333B0D6EC379 /* IceStream.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 3144BFC41E6EDE84ED17D171 /* IceStream.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- C508C4ABBE7BE23D4819A7E5 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1876320953E25D0944C93FC5 /* Client.swift */; };
- C5537916D7A101013A1FD88F /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- C56AB0ADFE89A0FC7FD5C983 /* EndpointF.ice in Sources */ = {isa = PBXBuildFile; fileRef = C71DC1CBB083CE7E32B9F53E /* EndpointF.ice */; };
- C59B520F3569988E21B92B96 /* Endpoint.ice in Sources */ = {isa = PBXBuildFile; fileRef = CEE366B943AADCD80BFD989C /* Endpoint.ice */; };
- C5B82143CC900EE76BC2A066 /* Initialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39671B678EFD4BCB283AEBE3 /* Initialize.swift */; };
- C5C5774D49231A7D02A11E50 /* IceServantLocatorAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 5607615052B6629CEA794360 /* IceServantLocatorAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- C5CFFF17A5B35B37FF04D401 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52378153CA15B744EC38F4FD /* TestI.swift */; };
- C5E3D3A947D3FA8FAF97EFB1 /* ObjectAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1BB2B3D81C1A2500B7FD2DDD /* ObjectAdapter.mm */; };
- C5EBF7D5E46F0F63965CA1A3 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- C5F82AF617D111487B4BBA2E /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- C60A275B8D722C8D9FC6975A /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB83F5A9A04A0E61A1C5927 /* Util.swift */; };
- C668E578B250AB0F28AFA36B /* WSConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5F39549D5BC6824B2E7781D6 /* WSConnector.cpp */; };
- C67FDC9472317B30FB41FF78 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC002F36646150E19D148A29 /* Server.swift */; };
- C6882A887747CE7B6CCB3769 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5A1B40A9851304B392BA473D /* TestAMD.ice */; };
- C6A48096DA886FA5BB3279D8 /* BlobjectFacade.mm in Sources */ = {isa = PBXBuildFile; fileRef = 50B2520EB7C273BCCFDA75C6 /* BlobjectFacade.mm */; };
- C6B3D6A477C69E800673DEDE /* IceGridSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = CC7EBDB5C34FC7FA912053C4 /* IceGridSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
- C6BF9152A66C38F219B83A9C /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- C6C867B8CAC289F3A6FABD38 /* ValueFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1E75430EB4F5CFAC72B41042 /* ValueFactory.ice */; };
- C6D7086ADF0426046AAAE384 /* AcceptorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BCE7F836E094F7B1ABF0AE4 /* AcceptorI.cpp */; };
- C736F384850E8CA6DC953414 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- C77A9ECFA638293E38BC29D9 /* RouterInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F3725481007998728CB3C3C7 /* RouterInfo.cpp */; };
- C7B440735C49B3620890AB54 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2C83A36D28B07247E4D56A /* ServerAMD.swift */; };
- C7E17E4F18E4869D647DD7A7 /* LookupI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FBDD9173FACEEE7B72848132 /* LookupI.cpp */; };
- C7F5E65E5E7B7C028D88750A /* ValueFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1E75430EB4F5CFAC72B41042 /* ValueFactory.ice */; };
- C81D9F64A2F0E7C822471346 /* Endpoint.mm in Sources */ = {isa = PBXBuildFile; fileRef = 721B8B808158372F30A17393 /* Endpoint.mm */; };
- C84A2076E9138C2B2F324F76 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- C84E7D562A09E3328CAD0CEF /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- C8533EFE47C156001B98E521 /* ObjectAdapterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 792FBBE6EFE9C9FEFAC0DC43 /* ObjectAdapterF.ice */; };
- C873BB368A24A8EF574665A3 /* PropertyNames.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06D3CFD42E233879081B1C9E /* PropertyNames.cpp */; };
- C878D8AAD8C9C0C003BA4506 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 195664626B689E3198A62896 /* AllTests.swift */; };
- C8A532FD682552722601D3D7 /* ConnectRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E24823AE2F300AF6E75B4BC8 /* ConnectRequestHandler.cpp */; };
- C8ABBF3067F635DED5E837D4 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 166DB0997F18134071BC0637 /* Server.swift */; };
- C8B0A7877776C8E3C7B6EB69 /* RequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B484CFF1F40BC1AF4309CA55 /* RequestHandler.cpp */; };
- C8FEBBF948463E471E2DFF8D /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = DBB714EB5C7F1E7F4303BB6B /* Test.ice */; };
- C9130E7F5BD1EA74CE83EDF1 /* EventHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 52C6C2414F9100746611ED62 /* EventHandler.cpp */; };
- C93FBF77771220370A1438A1 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = 93B8D0F7DB11B2D8EF8E04E6 /* Router.ice */; };
- C9C3F8A7DC0DF0A3A045A65D /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA0A0497DAB025E06894D403 /* TestAMDI.swift */; };
- C9C4BA826B1008FE730F012E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- C9DD74C98618F93D3FF825C8 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B31A705C9EB75E1C977E368 /* Client.swift */; };
- CA4EEDAE8B5D60728145407F /* IceSlicingExceptionsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = FD0117D66F8CB5592F7180E7 /* IceSlicingExceptionsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- CAC3632970A0E2E4200B0574 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- CAC979F9B2B946F98E5CE005 /* IceOptional.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = EBD44B0CF7865E9B06BE37D6 /* IceOptional.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- CACE17C861E56EB4B7ED5A91 /* SliceChecksums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00B874C528F1937CDCACCF29 /* SliceChecksums.cpp */; };
- CAFAE75C1AA625BE55C156DE /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A63EF82D93C1CD214124136 /* AllTests.swift */; };
- CB11599F71703685C44EF3F1 /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 76480F1AA8304A4235C83538 /* RouterF.ice */; };
- CB2CB1C861C0E32D5154D2A0 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF806506D15A319DB8AC4752 /* TestI.swift */; };
- CB63689DB7AB1A8198987667 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- CB8649D7BC4ECA256007C706 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- CBC34BA8D67870DC0E5303DC /* LoggerF.ice in Sources */ = {isa = PBXBuildFile; fileRef = CA9C83A569CFAD0F4EA43605 /* LoggerF.ice */; };
- CC104C75486B0C222B5839CC /* SliceEscape.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 41CA5F8E7D89D580E8C2FF57 /* SliceEscape.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- CC4A0A7C1C5B408A16C08708 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- CC712EA1DA71E9F8FA8654E1 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- CCEAFFAB5641FD6ECFBC973E /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 69353CABFAB9BE2DEA0BF479 /* RouterF.ice */; };
- CCF7CA426B3F63151AC3B16E /* PropertiesF.ice in Sources */ = {isa = PBXBuildFile; fileRef = AD500A228D52BB7543886C54 /* PropertiesF.ice */; };
- CD1CAA0860440E5C52A2C757 /* ArgVector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D26FFD14AC6E04864036A5BE /* ArgVector.cpp */; };
- CD5AED1BA8E12D08037571FF /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09490A9289CCA021AE898BE6 /* TestI.swift */; };
- CE1C9FB86EC49FD8D7293E3F /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- CE3E7EBE7E48296B09501F4D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- CE5736C78D5A7FFA5A9C4B99 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- CEC854A0C1BE15F8F3FFABBD /* ObjectAdapterFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C92B83BE009A7C0B012AE67C /* ObjectAdapterFactory.cpp */; };
- CEF7EF5D699D57259D026847 /* ConsoleUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0FA78F2D5E9A0A04E4473B22 /* ConsoleUtil.cpp */; };
- CF0CF81553E4F0E4EED62E28 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- CF1B8D087AEA8CA7DE952737 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- CF5671275D5184BBE90EA7B5 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- CF56F517B9249331A1E190C4 /* DefaultsAndOverrides.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E0796E560A6C3A21A4C263D8 /* DefaultsAndOverrides.cpp */; };
- CFB48552E036D2C696A9F6D5 /* WSTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 692DE8D20B08E72951B557E3 /* WSTransceiver.cpp */; };
- CFE2C5F583C59D0E33694D12 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- D039102D753B2E4C8606D62E /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EFC90BEFEBBAE377FDE0F01 /* AllTests.swift */; };
- D03A3EB4024F56BFC3AA9FF2 /* SecureTransportTransceiverI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7319ACD8E33FCF91272DF4CB /* SecureTransportTransceiverI.cpp */; };
- D076F479447A2709CF73C507 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAC590472B69AADAD16EBBD7 /* Server.swift */; };
- D0AFFE90D7D8B82E736C218E /* ConnectionI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 049409A262866B2A58011CFF /* ConnectionI.cpp */; };
- D0EB762BC5F4183F197849B1 /* ValueFactoryManagerI.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7423DE2105820E09DC37F71 /* ValueFactoryManagerI.swift */; };
- D134C066A493BB1AD7EE6B15 /* ServerPrivateAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2352813C72F8C3935B4BB84F /* ServerPrivateAMD.ice */; };
- D1404B9C056C138C1A41AE78 /* PropertiesI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE178814FA1BA38F5BDAFF6F /* PropertiesI.cpp */; };
- D14A4FD52FD1E31294FAC794 /* FacetMap.ice in Sources */ = {isa = PBXBuildFile; fileRef = 48A6E51D044B4FBA08725617 /* FacetMap.ice */; };
- D15617ECCA993C2F8FDFA819 /* LoggerUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4E8BC47BA3E6A89A9D6CE7F2 /* LoggerUtil.cpp */; };
- D165A4619D7EF8139F861A87 /* FactoryTableInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 283CFA168BAB6E11FF87436C /* FactoryTableInit.cpp */; };
- D16DBC856A3BF331C25FF0B4 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- D1A64994E0D68E770F2FE226 /* LocalObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 884BD2DB43E9BDED89FFD5B6 /* LocalObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D1DBB734DAF4E2178756B7BC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- D217769D461D7AE4475B1CCB /* EndpointTypes.ice in Sources */ = {isa = PBXBuildFile; fileRef = 434B2D02738A02E93750526D /* EndpointTypes.ice */; };
- D217EBC669D4F06B1A30DD35 /* IceTimeout.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = EF2817BA3C244C2BEC436BCA /* IceTimeout.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- D24F3ECA2804E99E210B7D88 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C237C4B81B2FA10CC1CCAC14 /* TestI.swift */; };
- D26C5F6397453765ABDED454 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- D290F9760794C49DDA8DBAFF /* BuiltinSequences.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1D28632B66990D3D4523311C /* BuiltinSequences.ice */; };
- D2EE4E749B2A95E6EEAD76AA /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B2A5F6769775FA61768BA25 /* Exception.cpp */; };
- D2F307AE5D8F9CC51030FCDD /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C689330C4050596E376393F /* TestI.swift */; };
- D37444E258394C270E428FC5 /* Controller.ice in Sources */ = {isa = PBXBuildFile; fileRef = F057A2AD49E5B92BBDFA2470 /* Controller.ice */; };
- D37B0C50DC9BA1AC1BA0A28C /* Key.ice in Sources */ = {isa = PBXBuildFile; fileRef = 17EC8158D0BE49D64D5A5FC7 /* Key.ice */; };
- D38AEA2D8C76E4C9B55FE4BA /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = BAA3025486C42B412C8CBC57 /* Test.ice */; };
- D391789F7482E2B971E3397F /* EndpointI.mm in Sources */ = {isa = PBXBuildFile; fileRef = 58C77C0229E819BD8A8EBE1B /* EndpointI.mm */; };
- D3C3F85DE6EB899ACA055F1D /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- D408CB8D4F0F7AB90F31ACA2 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- D451550BABD1397AFB316C4A /* IceDefaultValue.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = CB9202123D4186EE083F8F24 /* IceDefaultValue.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- D4658B25D1B3B1E7B69BFC95 /* Plugin.ice in Sources */ = {isa = PBXBuildFile; fileRef = ED1D900AB917A6232834B77B /* Plugin.ice */; };
- D47711C7C860B6142B9F1201 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- D477392155F91E0C695A38DF /* PropertiesI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B10BA60EFD3B317BE7D77C2 /* PropertiesI.swift */; };
- D47CCBCECC25916FD4655E0C /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7861F564BD71E2C80EB92919 /* AllTests.swift */; };
- D4B0F5A4304DD64D6B1AEDBF /* IceSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F3DA14FFC7BBD9361945689 /* IceSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D56CF7F91C8DC41CBE5964BA /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD0BCD3DA486FBE07CDCA11B /* AllTests.swift */; };
- D5830E2A6647906ED679396E /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 445FE2F28E29F9DCD0F86F79 /* Client.swift */; };
- D5CA2FABB8CEBEB0833145BA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- D5D960C07443CC0B2CD48722 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- D5DCFE5C985128D1EF91AD26 /* InstrumentationF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 818E19410032B14D76DA3CB0 /* InstrumentationF.ice */; };
- D5E1D9C5FAC8D594F40BE893 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7353DE75B3BB8E5E10BA62CA /* AllTests.swift */; };
- D5F686750E535E24059EA309 /* UnknownSlicedValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCA1958899E8764BC5112834 /* UnknownSlicedValue.swift */; };
- D6189541BB0D2DD7D97B055A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- D646F566430FDE2C8BEAEDB1 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AE339A513AA2ED4960F17A2 /* AllTests.swift */; };
- D6B58632F0EB50D315E1BF0D /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FB1884995F2F927B9B29522 /* ServerAMD.swift */; };
- D6E4E88734E1732861022ACA /* FileParser.ice in Sources */ = {isa = PBXBuildFile; fileRef = ED9B33A74C638146CCC3C506 /* FileParser.ice */; };
- D7046E753DA68C1C487EF4B6 /* Cond.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 073459BE8345D5840FD0DE51 /* Cond.cpp */; };
- D79FDE916F79374DD5EDA210 /* PropertiesAdmin.mm in Sources */ = {isa = PBXBuildFile; fileRef = 93279AE29D8B91EFEBB7AE5D /* PropertiesAdmin.mm */; };
- D7D531A3FAA2B53A9F33E98C /* IceLocatorDiscovery.ice in Sources */ = {isa = PBXBuildFile; fileRef = 34F681952131C5636202D956 /* IceLocatorDiscovery.ice */; };
- D7DC502374D48ACBBD8A1072 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2C77855905ED5B5D37B20771 /* TestAMD.ice */; };
- D84A1FC44CBC30FA075BDA4F /* IncomingAsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D2D464C9FC098CD59E9B7B27 /* IncomingAsync.cpp */; };
- D8612E57E00BBC56974BFD08 /* certs in Resources */ = {isa = PBXBuildFile; fileRef = BFB41DF7957D531D3446748C /* certs */; };
- D878F08B0545F39FE74E0F6B /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- D881C3EF3207B4709136852C /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EB449B957771F346B6C172C /* ViewController.swift */; };
- D8A9D1EEA4D06077A94C5E5F /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = EDCD6A95EABC9D30A1CB9BE6 /* Test.ice */; };
- D8C0811F58588338213750CC /* EndpointF.ice in Sources */ = {isa = PBXBuildFile; fileRef = C71DC1CBB083CE7E32B9F53E /* EndpointF.ice */; };
- D8C3805B741EB80BB8A76469 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D344EB2873780A8545274A4D /* AllTests.swift */; };
- D91DAADD1E728FC595C97532 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- D94FD3CAA5E268C5B7D77454 /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 036959E0FDD04BC9BA5BC3F6 /* ConnectionInfo.ice */; };
- D9532F4AFCB935C23E357212 /* IceServantLocatorAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 8BCDD7154EB036DBC0A0CB5F /* IceServantLocatorAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- D9808011A478EB86F45A261B /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = A868D0EF98233135855986BE /* Test.ice */; };
- D98829D54A7F9494850B5914 /* CollocatedRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33186DED7BBFC69B7E794EB6 /* CollocatedRequestHandler.cpp */; };
- D9AF636EAE7D5FC74E16D032 /* ObserverHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ADF202F08BD502458CB7CD14 /* ObserverHelper.cpp */; };
- D9F2A690DBC963F62D878A08 /* OpaqueEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B28BE9FBFB1257DA4182FCEF /* OpaqueEndpointI.cpp */; };
- DA3898AE50EC7E7B8EA26153 /* SecureTransportUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42169F013BCDA422E6E23F0D /* SecureTransportUtil.cpp */; };
- DA4661B6BFE840078A077408 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93439BA0A9B3793DA6299B54 /* Client.swift */; };
- DA8CE34E82FA6C34C5244B14 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- DA8E6A995D742F874834F1E6 /* DispatchInterceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 98A888DDF2133B92D127301C /* DispatchInterceptor.cpp */; };
- DAAE2F9F27E070CF87F35C4A /* TcpConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EA711309595226DEF5793C1 /* TcpConnector.cpp */; };
- DABB47844AA528566733EE1B /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- DAC80262C011EE9036388558 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- DAC9C07B3620CE1DB3561016 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 69FEB713AD291C355217F17F /* Test.ice */; };
- DB1537C0D955F9ED2B7D7275 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- DB60048D9FE0CB2A4E37C755 /* IceSSLConfiguration.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 2118E93CF12A25670AA11FC7 /* IceSSLConfiguration.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- DBB21F4D216D6E7018A09C30 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A1CCC5301325D07E0005BEF /* Client.swift */; };
- DBCA61ED5FD042A4D2DA7EBA /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- DC03851714A55F14233FFAD9 /* CommunicatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = B193C6B1C30EB54B6C952EA6 /* CommunicatorF.ice */; };
- DC1D2D1E8B457C450A0FAC1A /* Incoming.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 29A9D5D7D72F2EE84F7741D8 /* Incoming.cpp */; };
- DC497A07DCC344BA6CD0C93C /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- DCCAAE49B02FE2EE506F8511 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = F1F61244B945B26DB23ADBB1 /* Test.ice */; };
- DD63650043706D7E02DFDDE1 /* ImplicitContextI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 722CD275504BAB0E897ACD46 /* ImplicitContextI.swift */; };
- DD802BE446C23766195CF3AA /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- DD82D018B140FD497C5AEEEE /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0DB61AC8EAAED0475DAAF25 /* main.swift */; };
- DDB525DBF8D02626B4BAC166 /* IceHold.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 145300E7169C072C84186A6B /* IceHold.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- DDDD88A5F8F2780E5F43B679 /* Initialize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 54186350AF275483FD95799A /* Initialize.cpp */; };
- DE042B02989D9C04FAE1CE95 /* Communicator.ice in Sources */ = {isa = PBXBuildFile; fileRef = CF8714E9397456207998C577 /* Communicator.ice */; };
- DE27C448BDC7C7F07363BA6C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- DE555E3EB6F6DFE6672FE205 /* ConnectorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55A9B7114CC34331232B0A96 /* ConnectorI.cpp */; };
- DE6A04670290F461BFACE8FC /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- DF0605DE757B92C52A02ACC9 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = D78391772EE6EF5240254EEF /* Client.swift */; };
- DF2022E4B0B6CF874189E156 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8E31F4C64B3D08D0FC796C /* Server.swift */; };
- DF6AD4E6C382BAEC4549F47F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- E051A30C99BA7C6EFA215FB9 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70A0A88A3D8F43CB3FC91357 /* Client.swift */; };
- E07E3B8A7DEF0FCB40247EBE /* UtilException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E9B77E75413D448077F43E6D /* UtilException.cpp */; };
- E09D753E2367F5C9998DDA3E /* IceGrid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DB4D42D8993EEA1F4B5B313 /* IceGrid.framework */; };
- E0BD4FF0AE928C8726D0AD74 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D555E6CE7F2220B40D09377 /* AllTests.swift */; };
- E10B208C021EBE971F687D57 /* Service.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DB63C9B4E6A519DBF24E3626 /* Service.cpp */; };
- E15623A2EE62950B319FB355 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73855F327C8B145AE69CBD9F /* Client.swift */; };
- E19F2AB8868DFD588E9E8710 /* WSConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5F39549D5BC6824B2E7781D6 /* WSConnector.cpp */; };
- E1EA587F5AC5AC07FC2BC88F /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FD344F345C4F45E138B6C18 /* Collocated.swift */; };
- E1F27F04112C2CEA04EB11E7 /* ACM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8AB81AC9882DD4546937AB25 /* ACM.cpp */; };
- E2324D80AEA49165C0F3ABF3 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73855F327C8B145AE69CBD9F /* Client.swift */; };
- E2494E3F8572F28EF23DDF84 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- E25026F97280FFCDAC201C7C /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2025D6D9850AC70AEAE23AB1 /* Test.ice */; };
- E2CBC48570DFF839C8467D89 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- E2F0894B1C89984918EBE1CA /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = C1897A3BDEAADC1EF97E3DA5 /* Test.ice */; };
- E32670C302767B9893EED63E /* UUID.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 743E77CD969BADF3903A2474 /* UUID.cpp */; };
- E3314226CF28736CC4F5F3F7 /* Version.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2D6668456426024EA9D9DC6A /* Version.ice */; };
- E352645B8B927FBAABCD1DBB /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- E398474840B92334F3FF2659 /* FacetMap.ice in Sources */ = {isa = PBXBuildFile; fileRef = 48A6E51D044B4FBA08725617 /* FacetMap.ice */; };
- E45300E241E18A42079676D8 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- E48DC858C238F728615C205E /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF5C4F1FA97FAC67D32BB5F0 /* Instance.cpp */; };
- E4B6B9B8F5BF648385F1F80E /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECF7E6D0C6A6882AF364DF25 /* Server.swift */; };
- E502243FFA037B8E05CC7286 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- E5BEAD66924094E4881BECD0 /* InitializationData.swift in Sources */ = {isa = PBXBuildFile; fileRef = C38489020D9CA6C08DD0D088 /* InitializationData.swift */; };
- E5C5FD37E80EE560E8B20E0C /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- E6160531DB532FB06C35180D /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 207B036891ACA3EC48279C56 /* Test.ice */; };
- E616E5F68673E9D85949B233 /* Properties.mm in Sources */ = {isa = PBXBuildFile; fileRef = 12D216C6743AADA7E58F8DBC /* Properties.mm */; };
- E63A3F0A470254D9BE8F12A9 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- E67049978E9FE0793768AC68 /* EndpointTypes.ice in Sources */ = {isa = PBXBuildFile; fileRef = 434B2D02738A02E93750526D /* EndpointTypes.ice */; };
- E67FF80717AB1A45AEA143DB /* ObjectPrx.h in Headers */ = {isa = PBXBuildFile; fileRef = E3E0C346DE0FBC6B2A3F37F6 /* ObjectPrx.h */; settings = {ATTRIBUTES = (Public, ); }; };
- E6C61121392FBDA4C39134D7 /* InputUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1961C5F0038F3FE109D7EFE6 /* InputUtil.cpp */; };
- E6EA5A454F6C1CDC1330C59F /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AE6221C782B0C1F7B3220D4 /* Server.swift */; };
- E6ED09D36AFC99288F275A29 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25FDCA14245F027713D785AB /* TestI.swift */; };
- E6F53F2145D137004D657392 /* ConnectRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E24823AE2F300AF6E75B4BC8 /* ConnectRequestHandler.cpp */; };
- E6F573295911E242A429F81A /* LocalException.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7A3C4EA477E364F79E25D0AE /* LocalException.ice */; };
- E7D812BD8C90D2E661E8B711 /* IceServantLocator.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 0284B8E6A1464F655E7C9267 /* IceServantLocator.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- E83A7C5FD4CB6AF6AB7354E3 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- E8592D14E7B9692F4644A487 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9BEC47A6DEB5D3019D822123 /* Test.ice */; };
- E8F2BE82013229A0899F027E /* InstrumentationI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C94D0390C8D855D61B98B0A /* InstrumentationI.cpp */; };
- E902D281A6A05884DA0A80DF /* Glacier2Swift.h in Headers */ = {isa = PBXBuildFile; fileRef = 28EFB324D2FF05DB84611058 /* Glacier2Swift.h */; settings = {ATTRIBUTES = (Public, ); }; };
- E907E766116F6ED52C22BB86 /* UnsupportedAdminFacet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5868A01F83C6A90438875AFC /* UnsupportedAdminFacet.mm */; };
- E94FFC0D383C37C65EBE51EC /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = A3BF7798470A20E166DB8271 /* Test.ice */; };
- E95C212CD1A111A281F2AA12 /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = 74DCB8C0A5829E7371A34A61 /* Config.h */; settings = {ATTRIBUTES = (Public, ); }; };
- E96AB5B709BEDC95E33B5EE3 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16BA5AF4C486E43563ECD05E /* Client.swift */; };
- EA0509641563536B5E3F0592 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- EA1A6CCEAF0BD672FBFB9796 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6197705513A73D883090F6B8 /* TestI.swift */; };
- EA2C327C634A2D5BA62971C0 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- EA658E5F3A8FB18BD904506F /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- EAC3F2CD74471230E57E9BDE /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = DED30B651213EBA5D9842D22 /* TestI.swift */; };
- EB0526F950663EAA70CBA2C6 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 16D12150BE8802991D4A8EE3 /* Test.ice */; };
- EB0830F6745223448F603F31 /* LocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = E63D7E7AFC91804FE513E86A /* LocalObject.swift */; };
- EB1072F5106CE0E8C2E4B738 /* UdpEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 79B0DF95747015DB38E8FF38 /* UdpEndpointI.cpp */; };
- EB4017FFC229F4201368DFF3 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D563FF315347DDA0F92E885 /* Client.swift */; };
- EB5EC5CE8160410B95569FEF /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- EBC7304273DF26006DDFE9B1 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69819C05668C5C3473044215 /* Server.swift */; };
- EBEBA21CBDB5F5301BB2E497 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = DBB714EB5C7F1E7F4303BB6B /* Test.ice */; };
- EBF7BE93A42C7C3ED25706D1 /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4EB89B4BC08E5CB7AB3E2DBE /* PluginI.cpp */; };
- EC26A77F9F001A038B031F34 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9BEC47A6DEB5D3019D822123 /* Test.ice */; };
- EC33DABAE58C3F3D3DC544A5 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = F36EC5EB5F859D9421A5F6A3 /* TestAMD.ice */; };
- EC4AD28A528EB81A613BB11D /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- EC5354461C99447DA1C15A1B /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- ECBA24FAC98A227202792713 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8AFEC47D1C892888CEBC661 /* TestAMDI.swift */; };
- ECCB88CA0C280DB1985ADBA0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- ECD40A84E6820C72E27131F5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- ED3C92DD6A295B5583AC9826 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84585C76D768C043B0F72C5A /* AllTests.swift */; };
- ED4AB9C3F43050C56FC3A5C9 /* ObjectAdapter.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5706F016F48CB3D5A419324B /* ObjectAdapter.ice */; };
- EDBDB29835E0E713C443A554 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- EDC626510C37C9D2F1626290 /* IceSlicingObjects.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = AC10F54304BC1200A29C812D /* IceSlicingObjects.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- EDCBC113AA28B05FF2E372CC /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- EDF89B7FF55C643C9F97637A /* InputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 850241273F38E680ED828F17 /* InputStream.swift */; };
- EE0FE486B7B080F7EAE0BB98 /* Connection.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0E2AF84698461F8EE93EED65 /* Connection.ice */; };
- EE2E9225BB616549C89E6036 /* ServerPrivateAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 35CEBB6AF4A49B4D248E358A /* ServerPrivateAMD.ice */; };
- EE4AF809A73787B712964BF0 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- EE5211E0F8C6C7135500F7C5 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- EE8ACFDB544E2837E25FDFE6 /* libIce C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C7F2736501C2A5E4734C99 /* libIce C++11 iOS.a */; };
- EEC90CB2547E8656CFC9DEF6 /* SHA1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9664084D709BF0F1F3A1E760 /* SHA1.cpp */; };
- EEE983FE3C2C5B644F4F67BB /* Logger.ice in Sources */ = {isa = PBXBuildFile; fileRef = EA9AFB221E7876ED4B601A89 /* Logger.ice */; };
- EF1A920412C1AF5E36C3CE56 /* IceObjects.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 7AB7B0C3B9FFD0955B2AEEE3 /* IceObjects.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- EF2209432ABC23261D6CBF93 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- EF4F729BA08D14C6C257A1E1 /* OutputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 423BBF69D7B0202EEA3B4A27 /* OutputStream.h */; settings = {ATTRIBUTES = (Public, ); }; };
- F02894D1721AB345D7F567BB /* IceImpl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEFE362FADFA72645536FF43 /* IceImpl.framework */; };
- F04B40F10D560FA77B3E1D82 /* LocalObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 34BF30D98653D4D72F2E23E0 /* LocalObject.mm */; };
- F0673F6B5A1F1BE0850E43A2 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4A2C85BF33AC08961110110B /* TestAMD.ice */; };
- F0A2025AF27EC2B06DDCEB2C /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = E42AA9E793E4E10F14416A07 /* Client.swift */; };
- F0AA9238B7EA2C422853BF3B /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- F0E408A6D2B517F36F26BA57 /* IceStorm.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1FEE322ED06E510B5604D0A3 /* IceStorm.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- F12797CACA1A90C434809ABE /* RegisterPluginsInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D1E84149171B87D7261433A /* RegisterPluginsInit.cpp */; };
- F1865A0FE3978137D4C6F30B /* IceServices.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = D9EDCC1E7B6A5DD27219179F /* IceServices.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- F1AF3C3624844B557F73DE10 /* EndpointI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C300A451AF259220E43B1B1 /* EndpointI.swift */; };
- F1B6DE8A3FAA873C20095D45 /* ServantLocatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AD65C51BA4223A9E0CDC551 /* ServantLocatorI.swift */; };
- F1DB0C52A24E25564D1543D9 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */; };
- F1FDA2F4C946D81CD9510E78 /* ClientPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 96E5A2BB584F2A445DB5DBF9 /* ClientPrivate.ice */; };
- F21FFD0EA2AAC4B555B344B0 /* LoggerAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CF2FEB1F8E0B20B5555A3A56 /* LoggerAdminI.cpp */; };
- F23B39BD0AD0DBF15B8ACFFD /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A1CCC5301325D07E0005BEF /* Client.swift */; };
- F2659D17CA38002F2F7723FB /* LaunchScreen.storyboard in Sources */ = {isa = PBXBuildFile; fileRef = 4860778D97C63F0EBC398915 /* LaunchScreen.storyboard */; };
- F27FC9DF8B20885773DB4CD7 /* MetricsAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8E8BD11B0AE10DC1ABF74C0A /* MetricsAdminI.cpp */; };
- F2A43EF1D4AAB283B785DFDB /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- F2C801BAB2CC98554E8DA3F8 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; };
- F2C9F6F8EEA7FA9DDE849707 /* RequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B484CFF1F40BC1AF4309CA55 /* RequestHandler.cpp */; };
- F2E6C9D2E69C229DCD0ECCA0 /* Version.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2D6668456426024EA9D9DC6A /* Version.ice */; };
- F2F3FB8E462BADCC15FC7177 /* UdpTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F44E2507C28D467AA609CDFF /* UdpTransceiver.cpp */; };
- F32D01AF55E29855979A264D /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2178C44044078B3D0D533EDF /* AllTests.swift */; };
- F3B9735EDC491522C1A43559 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE28128A306EC0F8336872F8 /* AllTests.swift */; };
- F422B84BA5397FE91825D05B /* Network.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A34D856BB8FC741D9D7D90EB /* Network.cpp */; };
- F44AFC29C12A1F155D23F9CB /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 69353CABFAB9BE2DEA0BF479 /* RouterF.ice */; };
- F463860F2006D5E8EA45283C /* PropertiesAdminI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 243A2B36EA977749BFBFC06D /* PropertiesAdminI.swift */; };
- F46A92C1CE7CBFA0FC815AA4 /* ImplicitContextI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D2C9260A44A0FC50F2390D2E /* ImplicitContextI.cpp */; };
- F49A0E940828D9EC3757BE4A /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25FDCA14245F027713D785AB /* TestI.swift */; };
- F4A338AF249A03004F4AC256 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- F5194E68694D96A4BFA30363 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- F554F7DAD156C3354947942C /* IceInterceptor.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 8775272F612A0B9CEBEE2175 /* IceInterceptor.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- F57E0569F06E94FC7418D5DB /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- F5ACD89D72C6E421DBE9B07D /* EndpointTypes.ice in Sources */ = {isa = PBXBuildFile; fileRef = 434B2D02738A02E93750526D /* EndpointTypes.ice */; };
- F5B8F02998C88D4B111F6C86 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- F5ECB1745A4A69DCD670F090 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- F60EB888201F4F1ECF868335 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- F619305F1E9E2A10838298FA /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- F62C707E708F8210FFD6ADC4 /* IceAdapterDeactivation.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = DC2390F95E08F63D63875832 /* IceAdapterDeactivation.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- F6371BF129DCFC8DA64E1ADA /* ServantLocator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0B8C7E9387FE8CD0A836C6AC /* ServantLocator.ice */; };
- F6532777C35F69FE57CC11FF /* OpaqueEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B28BE9FBFB1257DA4182FCEF /* OpaqueEndpointI.cpp */; };
- F67E5B947C08BF39561E1881 /* IceEnums.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = FC6DCAF6AE8DAEBD8221B7FE /* IceEnums.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- F6A3AC7E1A3CBF1DDEEFAB2A /* LocalExceptionFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 624E47C92917DE669596BE76 /* LocalExceptionFactory.swift */; };
- F6A52ADAA20DAAD42FAC9184 /* PropertiesAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B762101F866F6DF796046EF /* PropertiesAdminI.cpp */; };
- F6BB5D708499A3B54FD7D083 /* PromiseKit.xcframework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- F6BBD349D2688621CE5DD810 /* IceDefaultServant.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E92379D4F4C5BCA956168E48 /* IceDefaultServant.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- F7275289CB5544F2F5D6C704 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- F744567EB4759CE6241F3F51 /* TcpEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7A55CC18CE5E5B8E4E807E8F /* TcpEndpointI.cpp */; };
- F748597B7D02A013FD91CA53 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- F7BEE096EE3C64A89DDAE1DD /* TraceLevels.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2322ABF30AB90159EB815168 /* TraceLevels.cpp */; };
- F7FA81DDBDA4A9058366D63C /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- F829488D0C3F780B22569B0C /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39A83CA7BA5F05C85CF68A00 /* TestI.swift */; };
- F83478D045E393B05361DAC7 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F13074052F2B04F7DACA607 /* AllTests.swift */; };
- F86F8C84C8B309966240FA3B /* ObjectAdapter.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5706F016F48CB3D5A419324B /* ObjectAdapter.ice */; };
- F87EEF9B032904DDFF552C42 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8AFEC47D1C892888CEBC661 /* TestAMDI.swift */; };
- F8F0C9046E09433ACF2919AD /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93439BA0A9B3793DA6299B54 /* Client.swift */; };
- F926CE2352DC31AA78C0386E /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 179B9A6090513CA5E9D351F8 /* Client.swift */; };
- F92F56048A32B23F010F2C0A /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */; };
- F99EE1B30DD5FAF1BFBAF439 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- F9DB535D716969AD76A86695 /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 873027B2327A250AD94C35A6 /* FileUtil.cpp */; };
- F9E2F8292BA2CD867834106F /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- F9EF9F36693F6C476A89B24A /* Process.ice in Sources */ = {isa = PBXBuildFile; fileRef = 58BA1EEDC0350043BC35ECF7 /* Process.ice */; };
- F9F8302EBCA06B8B9E6E0AF4 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- FA13E4F7025B9D76655019E3 /* Ice.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 64EE0B52C0A964AEB3B2676B /* Ice.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- FA29A2DB6C4FE16AEF19296B /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2025D6D9850AC70AEAE23AB1 /* Test.ice */; };
- FA34C27A7886E39CAFF667E3 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- FA3F75BF9E6F3585E372B46D /* LoggerF.ice in Sources */ = {isa = PBXBuildFile; fileRef = CA9C83A569CFAD0F4EA43605 /* LoggerF.ice */; };
- FA702A743CD3B773C636F799 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */; };
- FA874F952F6AAD33D810769C /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165C6C50BCDAE6F63FCCD697 /* ServerAMD.swift */; };
- FA9833E69E9A8564420F27F7 /* IceProxy.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = FE29C70E5596157AF7F9DF27 /* IceProxy.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- FAAF4D7084D433DD099BBFBD /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; };
- FB37E7D06625AF6746209C9A /* ConnectionF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0869C67523DAACAD4DD5786E /* ConnectionF.ice */; };
- FB95DD5E7DF739574A877700 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3235CC7A39CAD239D8D7FC87 /* TestAMD.ice */; };
- FBCB3A5C5C15031D941A5BA7 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D563FF315347DDA0F92E885 /* Client.swift */; };
- FBCE15C7472DFFE188EAB001 /* Communicator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E4325168FF7D7C00449F353 /* Communicator.mm */; };
- FBFFFD2DEE5FEAF90B3B3077 /* Admin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8C464F47F57D2DFE429AB3E6 /* Admin.ice */; };
- FCAD246B241D4F86FD40C2D7 /* LocatorInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01AA5E86D4C986699A102A55 /* LocatorInfo.cpp */; };
- FCFF7003ECECB96ADCA74797 /* HttpParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AC333B9905906F368BE1702C /* HttpParser.cpp */; };
- FD0059E5D3026E816807F160 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70395CF0527A8E15FB35C4BE /* Foundation.framework */; };
- FD0C18B7BEB6A18352F3C459 /* Exception.mm in Sources */ = {isa = PBXBuildFile; fileRef = B4A6E1B20920DFBAE4908790 /* Exception.mm */; };
- FD6035CD7E1A79599F87321A /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 873027B2327A250AD94C35A6 /* FileUtil.cpp */; };
- FD91C966CDD29B4875C76B4D /* libIce C++11 macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7AF37515FE21E9EA08B14660 /* libIce C++11 macOS.a */; };
- FD9F7B5BEACA954F6DBB5019 /* libIceSSL C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 31CAAAFCE3A51A13D06DE91E /* libIceSSL C++11 iOS.a */; };
- FDAEA4E9BEDDED7E00A6AC6A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805735288372DD7FFD2C6E84 /* Ice.framework */; };
- FDB586A29387D4A608592B3E /* IceOptionalAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E20F8E2FD6CC507FB428B544 /* IceOptionalAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- FDBF40E982C0A2C03C00BA65 /* SecureTransportPluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE4B8549E803422C9968495C /* SecureTransportPluginI.cpp */; };
- FDFC032B0BCAC70EABDCE650 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */; };
- FE1FBA5908BFD8BBAD862E32 /* Exception.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6919FC1C75013A91201976D5 /* Exception.ice */; };
- FE93232B1F61BEBA3FEE4A0F /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = BF5935512AD5D8BE068F8582 /* Test.ice */; };
- FEC0E18F70E4A920CB531B24 /* TraceUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 789B16932A3D5B13C89C19E3 /* TraceUtil.mm */; };
- FEDAA70679D0924962C5F65F /* OutputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0D77FC36E2549C0324CB3057 /* OutputStream.cpp */; };
- FEDF38D206228BD5B3FA7122 /* PromiseKit.xcframework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
- FEF115A2F6442334493C86D0 /* ObjectAdapterI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABCB2FD2D0EE5987F5BEC6DA /* ObjectAdapterI.cpp */; };
- FF0D01C0DE09C9AD288D890C /* UserAccountMapper.ice in Sources */ = {isa = PBXBuildFile; fileRef = 724B5A1B5EB6F0F22454E88B /* UserAccountMapper.ice */; };
- FF0F8AB3A6BE67F6D45B12B7 /* Proxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4476A6A27DFFB321E37551CD /* Proxy.cpp */; };
- FF1125B7E0A8E5C2B7D7DD3A /* Session.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5D30275A6ACED1308A46DA43 /* Session.ice */; };
- FFB559AC4FBF38FA7492C15C /* CertificateI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 393D6540ECF3290AF1D71965 /* CertificateI.cpp */; };
- FFC2F9325DF90B0F381D2BB1 /* ExternalAccessory.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AB7BC0B98FC593BB102CF80 /* ExternalAccessory.framework */; };
+ 0021CB0364CAAE106E02FF4D /* DynamicLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 186C269AF2BBB57616A4D2EB /* DynamicLibrary.cpp */; };
+ 003644310E7F892548C52B64 /* InstrumentationF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6421D1DFD743D862FC259703 /* InstrumentationF.ice */; };
+ 009CFA9501B2C17638060A0C /* EventHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3AE5CF4F00A65D2C35D1036A /* EventHandler.cpp */; };
+ 00C4FE2168E3D2524CAD2C25 /* Network.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3A7AEB10282C740009353AFE /* Network.cpp */; };
+ 00D275F61D87B560E4E38007 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D6332ECE938271CBBCB21 /* AllTests.swift */; };
+ 00E1F7D01F736A0A74BA792C /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 00FA328E235E0F8DDFC7528F /* Instrumentation.ice in Sources */ = {isa = PBXBuildFile; fileRef = 95A3311BD80AC74C91DF28D8 /* Instrumentation.ice */; };
+ 012F4ACE55961E0DE1EA5CB7 /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4A48DD005CFD77102B7D8CE8 /* RouterF.ice */; };
+ 0143D2FE58D40CBEB3070812 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 016E2C356C998532105FB1E7 /* PluginManagerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD35C0CAACECDE5F0FFBB6D3 /* PluginManagerI.cpp */; };
+ 01B192B8015C17C7DB3ABA68 /* ValueFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0E41B72CBD92E76EDCD20C0F /* ValueFactory.ice */; };
+ 01E359387CCCF1A2460D36F0 /* Registry.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3C7EF0F0632058DE21BB356C /* Registry.ice */; };
+ 023E3B6D55512F633F895BE7 /* Connection.ice in Sources */ = {isa = PBXBuildFile; fileRef = 99D2C90A25B44941D8B80C4C /* Connection.ice */; };
+ 02461407182209A3243FF32F /* BatchRequestQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9AB465EB41087ED331A39C95 /* BatchRequestQueue.cpp */; };
+ 024C1C4DC6C6D7276AEBB8B4 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 678E974FED151CD67D57E6A0 /* TestAMDI.swift */; };
+ 027877EE470301EF86033512 /* libIce C++11 macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6229F30A2B9F088158509DAB /* libIce C++11 macOS.a */; };
+ 02D56349F45318CE209A8B3D /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05F48C88BD140A3669A5A0EA /* main.swift */; };
+ 0353F75C110B5D816711CA31 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B9B69F7530C2619E0F4A5BB /* Server.swift */; };
+ 037B7992813A4C5EEDA53396 /* TcpAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 247ACB17C730C4F5911E01CB /* TcpAcceptor.cpp */; };
+ 0385609E35B197778C3D69FB /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10E6E1FAB4E8BBA994697E4F /* Collocated.swift */; };
+ 0385BF9F1D227D802EFF2C52 /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E8F6D49C60D45442FEAA4E3C /* Glacier2.framework */; };
+ 038791ABCCAF4CE1CCAD74D6 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C42152B272BE88EE691EB02 /* Server.swift */; };
+ 038BF1EC71DDD9D4EE4769DA /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 03C10D8209D780548821CE4F /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EB475406088D6B372C72CCA3 /* Glacier2.framework */; };
+ 03DD430BE1C4E8F1B02D3977 /* UnsupportedAdminFacet.mm in Sources */ = {isa = PBXBuildFile; fileRef = E68656E5EF5D3974B9CDB3D3 /* UnsupportedAdminFacet.mm */; };
+ 03F0AAED83F00160A2AB1BD5 /* IceRetry.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 674889549CE2A21DE2EEC946 /* IceRetry.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 04BB81708835A074F93300C7 /* IceAdapterDeactivation.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 86AEEE9CDFF8BA54B5029457 /* IceAdapterDeactivation.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 04C7D6D34DC3F285E90FDDA3 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 04CC98A62C4D408DF0E6E1E8 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5FE9210757CE7CBFDE06FC7F /* TestAMD.ice */; };
+ 04F9DDCB17FDDA61A3FFDC3F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 050D2F483C2C1E7E85006DF0 /* IceProxy.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1DA812E9E44897C7AC2AE94F /* IceProxy.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 0586E4FD65D3B65E4245673A /* IceOptionalAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = D4975BF58EF6B2F8A7ABB3F5 /* IceOptionalAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 05908F8A892B0B82BB94309A /* ServerPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2FCCC7FF67D11F09D27E2640 /* ServerPrivate.ice */; };
+ 05A7EF25083762370844E960 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 05C551EDBD0581F8EE8C651F /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22E0919C878E727AA99741B9 /* AllTests.swift */; };
+ 06565B6A25B2BAD2D1926DB8 /* IconvStringConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26B5DC8E8ECE820D6474780A /* IconvStringConverter.cpp */; };
+ 0660AFCFF34F24B9FD12D7FF /* ReferenceFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 413D76142FF6146DE2BA33F9 /* ReferenceFactory.cpp */; };
+ 06637F196971540F20530530 /* ACM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6600DC37395E12A97521EB11 /* ACM.cpp */; };
+ 067A73F44E65EDE23A657C71 /* ServerPrivateAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3C77BC6694094C0D183D782C /* ServerPrivateAMD.ice */; };
+ 068FA8042F9CCB164F76C7BD /* IceUdp.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 661C1E55DFAC0B53455A1C19 /* IceUdp.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 06927E84BB9A31CC20413AE3 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26923137DD4F7B34671D144D /* Client.swift */; };
+ 06B6F29C09351F2F7958AAAB /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 991C708900194642300BF72A /* Test.ice */; };
+ 06BC1FCD92D6C0C6463F9FF9 /* LocalException.ice in Sources */ = {isa = PBXBuildFile; fileRef = AED27FD93177E714B8C247FF /* LocalException.ice */; };
+ 06C6219F69D74E056421894A /* OutputUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FAB975D2253577EFF48F96D3 /* OutputUtil.cpp */; };
+ 06DD2B8580CD3057BCC38B8E /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B874977140DDAD31F5D19E2 /* ServerAMD.swift */; };
+ 06F8CE80ACB579B012D92707 /* FileParser.ice in Sources */ = {isa = PBXBuildFile; fileRef = 132BF75C272649D6DE000FFB /* FileParser.ice */; };
+ 077B15353AB4FDA93661E07D /* PropertiesAdmin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1BA6FF204968D587D83BB210 /* PropertiesAdmin.ice */; };
+ 07B0B27BF34F282BB9560CF8 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919FE927F28FC7F0CFB4AFA8 /* AllTests.swift */; };
+ 07BA30999305328992338204 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4686A179FB84EFCD9F2F03B /* Client.swift */; };
+ 07CD3AF99090F716F8191413 /* RequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F80F56B46B9F22870F5994B9 /* RequestHandler.cpp */; };
+ 07D107A6722523838213F1EB /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 07E1718E06BAAF68AFF582FE /* TraceLevels.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A781AAAFB8997BF4377D9128 /* TraceLevels.cpp */; };
+ 07F744CE1405CB615F04F081 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 081204163A6A64BE40F67A94 /* IceOperationsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 485CE0F78C639775DB244BEC /* IceOperationsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 0829F0F69BDCCBCF561BEA70 /* FacetMap.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2C92CA61A87FC015DD75D5D7 /* FacetMap.ice */; };
+ 08435EA8A113E84953A7EB8A /* libIceLocatorDiscovery C++11 macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 363CDBFCC6743A1BCCFF20C4 /* libIceLocatorDiscovery C++11 macOS.a */; };
+ 0851E1944B337ADBF2BF5FBC /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 0880C9D6960A772906BCC60A /* IceServices.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = EE27F2AFB465F3A6A7E0905C /* IceServices.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 088AE9B43F8726073FF09478 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 08B0A0E024CAA60D511F00FB /* ConnectionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D15292D39AA4D45101F988AD /* ConnectionFactory.cpp */; };
+ 08C7BF42BD3F561CE2CDA4B1 /* EndpointF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 15BE8F52F0FA65F5F030938A /* EndpointF.ice */; };
+ 09309554C1246DBEB63F6BFA /* ConnectionInfoF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 92BC10D07C735AAC5BB7502A /* ConnectionInfoF.ice */; };
+ 0963CA7918D5717D1ECC7FD8 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 098DCE7BAAF9A82F1B98C156 /* LocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1A514EB84A9F67134C134832 /* LocatorF.ice */; };
+ 09B46DBDBCFE8E96136C764B /* WSAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41A40600C8158B31E85A1B00 /* WSAcceptor.cpp */; };
+ 09E3D681A843B4508E3342BD /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD9C881AF28D9E29F92D8E0C /* Server.swift */; };
+ 0A259287A5165A065C965B2E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 0A73EB80AB9908B8E30934E3 /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D19769C395F4ACC54339DAF2 /* PluginI.cpp */; };
+ 0A7737138E00F2CF8BE31E73 /* BlobjectFacade.h in Headers */ = {isa = PBXBuildFile; fileRef = 312386CAEA1125D87C0A2034 /* BlobjectFacade.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 0A88E3DB654D10064ACFA8E9 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 18770408DBFC43B08B32172D /* TestAMD.ice */; };
+ 0ABCC9F2D1764A7DFAE25E1A /* OnewaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69C4CD2B4C08FE8B20319FC0 /* OnewaysAMI.swift */; };
+ 0B032549FC87A59180F810B9 /* StringConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C94797699C734607ADCCF22C /* StringConverter.cpp */; };
+ 0B1FACA5F76E0B5A789B3CDC /* StreamTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 38C728D5A74C2BC8A86F78D0 /* StreamTransceiver.cpp */; };
+ 0B20FE0DD3A3C53F5A7943DE /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 0B6DD8249261E1E4C363D787 /* LocalObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5CF5E5FD594823C2FD7435F9 /* LocalObject.cpp */; };
+ 0B719DA0042CD55064325FC4 /* ServantLocator.ice in Sources */ = {isa = PBXBuildFile; fileRef = E0BBE87E8606A5FFC99A1DB4 /* ServantLocator.ice */; };
+ 0BC392C6864AD4DB3E701DBE /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = D4FD2D709D57AE1DC028EE6F /* Test.ice */; };
+ 0BDECBC64919BF3CCE9AD37B /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2746FF3009D1576BC1E9FD10 /* TestI.swift */; };
+ 0C1F78783CA2B8FD3B517EF4 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB5BFB7DA89D8CCD11A86E2 /* TestI.swift */; };
+ 0C69E5FCD8C126153A718DC0 /* Identity.ice in Sources */ = {isa = PBXBuildFile; fileRef = EBCD91699ED4C08AC04B7E46 /* Identity.ice */; };
+ 0C9F679BC99F685A218D6857 /* SecureTransportTransceiverI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8F79E153B5C29B2F4A9B5FA2 /* SecureTransportTransceiverI.cpp */; };
+ 0CA2044A4E5FD88EE2F13C5B /* Initialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834A06032229F6FBCFB56B87 /* Initialize.swift */; };
+ 0CBFC301D8380AB783091B36 /* ObjectPrx.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E0BFF28CB35DDE0C2BAE85D /* ObjectPrx.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 0CCE279840AD56162FCB9F4F /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 0D3817FF9511E51301034E3A /* UdpEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94D72F4D2B663E494D150D17 /* UdpEndpointI.cpp */; };
+ 0D828323C72EE187D7C31A03 /* IceProxy.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1B2FB70E2830A6008D2D4CF5 /* IceProxy.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 0D91E6EBE1F9E571FEF5A952 /* Proxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C9EB8A16CC51603D8EA88E3 /* Proxy.cpp */; };
+ 0D9E5478FF5D7549F8985174 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 0DC97B73BD1FED55BA3C1E86 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 529F8AF65227A83C543A5BC9 /* Client.swift */; };
+ 0DDCA89D764BC93E672748BB /* Thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA57D43519145B2372572CBF /* Thread.cpp */; };
+ 0DE926A0B41A5093548072DB /* IceOptionalAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 6E74C9F999BC7A5FECE91B2B /* IceOptionalAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 0DEBCB147C3779DD4416A723 /* TcpTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4E4A24C23B589BE079DA80E /* TcpTransceiver.cpp */; };
+ 0DEC45E6A0081A4087ACCE36 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E487C14CC9E700041C6DEECD /* AppDelegate.swift */; };
+ 0DF0640231CAFF550F561580 /* IceGrid.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 3029883199520554BD806B4D /* IceGrid.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 0E1A7046EA1D047729BB71AB /* IPEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1B34F8458698CFAD809B8251 /* IPEndpointI.cpp */; };
+ 0E5BC42EA825EB84ECAD6AC3 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 0E9ADA4AAB2E9F5364C0330E /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 0EA96B820E3ABF7C72219EE7 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 0EAB874CD7412EC31253A6FD /* PropertiesI.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACD7FA7692F8B9C401015755 /* PropertiesI.swift */; };
+ 0EBA040367A2ACC45C6AAC10 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 0EECDE09CAE7353E77165859 /* Ice.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 0EF3479876380AB629F55149 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = A0F33837ED2C7B4BCCA87807 /* Test.ice */; };
+ 0F0F85E0FC32113050ED4F4C /* ConnectionI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1D6518A3690D6F99004219FA /* ConnectionI.cpp */; };
+ 0F31DFA74A99DBA66DA6B8D0 /* OutputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1178CD4ABD41545EE721F20D /* OutputStream.cpp */; };
+ 0F47287B9216F5C150B80B27 /* IceExceptions.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 5325DAE753B7E91F14F58481 /* IceExceptions.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 0F59737935C6B50C2F56555E /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150C20DC88D39A45DF9D8BCA /* Collocated.swift */; };
+ 0F5B99B80DF14AD7DE57890E /* Communicator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0162765AD62213B0B02E0FD9 /* Communicator.mm */; };
+ 0F94D917B71082FE56E4ADEC /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803336676F01DBDADB8F4A47 /* Client.swift */; };
+ 0FB46E83C2DE503A6FF8B8EB /* UserAccountMapper.ice in Sources */ = {isa = PBXBuildFile; fileRef = 87F69AD7A5C7E5A9F45F5117 /* UserAccountMapper.ice */; };
+ 0FE409E87B1EC3136F8145B6 /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0D2763C4587C0E8159B9334D /* EndpointInfo.ice */; };
+ 1011EEB4DF102A38CA67AA53 /* IceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C67A1C7CDADBB8CFB70A85A /* IceUtil.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 105075F503A8C5716FA73D0C /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 10807DFA2BB06D9DEA5328E2 /* ServantManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9AD5703619C0A8D9F412FA84 /* ServantManager.cpp */; };
+ 109941C5A3B98A3D2D933E94 /* ProtocolPluginFacade.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18DFF1C7CD72D7DB9C30510A /* ProtocolPluginFacade.cpp */; };
+ 10A2315B095A32E3A9E9E339 /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E8F6D49C60D45442FEAA4E3C /* Glacier2.framework */; };
+ 10CF7BCB73EF1C50C1A5FAF2 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 10D843A2A1DABC155081FA1C /* IceGridSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = E859F3741698FB4912BED7A5 /* IceGridSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 114B042E780CB8A6A8EB229B /* IceUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9EC2BE90CBA821A7710C02AD /* IceUtil.mm */; };
+ 115AFEC4D9FBDFD77E81CE73 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB8136B965DECB048DC073EA /* TestI.swift */; };
+ 118B188E2B96FA89AC68FCEA /* ServerPrivateAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0B3FC14BDC83A6861F3ECA2A /* ServerPrivateAMD.ice */; };
+ 125505F40230EFDCC1E6B232 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22E0919C878E727AA99741B9 /* AllTests.swift */; };
+ 12A35BB90DE7D11D01BCE272 /* PluginF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8D40D3C5F0FB6DFA1E1F1556 /* PluginF.ice */; };
+ 12EABB42AAF1E252EB32CDE3 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 940AB5EA1FA18745665C33B9 /* Server.swift */; };
+ 12F8B7AA4D9C93DE10BC0360 /* ImplicitContext.ice in Sources */ = {isa = PBXBuildFile; fileRef = A403D805C771C0FAD5A41874 /* ImplicitContext.ice */; };
+ 1329FF4774FE7F43BCF43A42 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29C8755139640D0088E36727 /* Client.swift */; };
+ 135BA481484D70542F80BCE5 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 136F0C49784CBBA0767C0B4D /* ConnectionRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 433399716572168C2B4448F9 /* ConnectionRequestHandler.cpp */; };
+ 13A5E5549E740820B517E309 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 13B026106DD4AFB708F29729 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = A763113C95D7F467245EA585 /* TestAMD.ice */; };
+ 13B5ADECAA3414FFA6BE4069 /* Random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8D664020FE0C21084B315C63 /* Random.cpp */; };
+ 13D16CB3C1D99E4A9D2CA13B /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1C8243979695504FFC008CFC /* Test.ice */; };
+ 13DB98DC8047353A3EE8E688 /* LocalException.ice in Sources */ = {isa = PBXBuildFile; fileRef = AED27FD93177E714B8C247FF /* LocalException.ice */; };
+ 13EE4A3D2660F11B4A6500BC /* Connection.ice in Sources */ = {isa = PBXBuildFile; fileRef = 99D2C90A25B44941D8B80C4C /* Connection.ice */; };
+ 1432F1CA7E45CF8ADF616F5A /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 02E9F4749D19A8490DF7164E /* Test.ice */; };
+ 143F9807EC47CDA082C5EEE0 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6F1D3D10658594CCAE2B667 /* Collocated.swift */; };
+ 146C4F601EDD54090F679301 /* ConnectionInfoF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 92BC10D07C735AAC5BB7502A /* ConnectionInfoF.ice */; };
+ 146FFC92539BD5FADE164E4B /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B36C1CD5BBD81C7210DEC5 /* Client.swift */; };
+ 14C8403DD93297C3FC591AEF /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ 14D08FA17D659E1EE442DCCD /* Version.ice in Sources */ = {isa = PBXBuildFile; fileRef = 56A1ADEE61B02626608EC13B /* Version.ice */; };
+ 150E77EDA9A9F29886583EC5 /* MutexProtocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B1C2AB2B1BE6024594A4F08 /* MutexProtocol.cpp */; };
+ 1554A7F3412FAA7485B5C497 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC0DA176A79466D9EF0B2480 /* TestI.swift */; };
+ 1589923ED3261CFF923CD762 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = FCACF7DD1EFA359C55D88E2B /* Router.ice */; };
+ 15A182E1F5C8B92A8DC04434 /* Exception.swift in Sources */ = {isa = PBXBuildFile; fileRef = 547B76B563001BF51CE80CA1 /* Exception.swift */; };
+ 15BAA266A5632BE769DA809D /* Process.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0DB01F80AE1F2D3600330743 /* Process.ice */; };
+ 15C0D5F4AFED75A8029ACC1E /* Logger.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64817387D03AFD5C901D47E4 /* Logger.mm */; };
+ 15C9D33AB8799D2C27F61C09 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = D347600B112E790EB926DD9B /* Server.swift */; };
+ 15E3E150E77BE8BBDA145CD7 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F08D040803567CB3F78A297 /* Client.swift */; };
+ 15E40D47D18F49C4B3DED26C /* ProtocolPluginFacade.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18DFF1C7CD72D7DB9C30510A /* ProtocolPluginFacade.cpp */; };
+ 166634F240A7C31675685F71 /* Properties.ice in Sources */ = {isa = PBXBuildFile; fileRef = C79519B5BC6E0B129692EB02 /* Properties.ice */; };
+ 167D34F92BD4EB9588545B35 /* Time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F727C598665E570C5124B24C /* Time.cpp */; };
+ 16A5A3291223E41F0C5C7F58 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8C5AC8E31FF600DF3F2124A /* Collocated.swift */; };
+ 16F517739CB7B7D0318C5ABC /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C7803189BC4AA975D7CF243 /* Exception.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 172ACDB68B158FDDF3599E99 /* Notifications.mm in Sources */ = {isa = PBXBuildFile; fileRef = 86E9E4339812A4C1456E266C /* Notifications.mm */; };
+ 1730D8706FABB9B181AFD422 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 17565056398792832D1DD807 /* Identity.ice in Sources */ = {isa = PBXBuildFile; fileRef = EBCD91699ED4C08AC04B7E46 /* Identity.ice */; };
+ 177367BD9A64167282E4FAA9 /* IceImpl.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 3E21F5B24C0A01DEE9BC8024 /* IceImpl.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 17A7F5C014D9F49A5C5540D7 /* ConnectorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE6F4F4770B9077924CE3AFE /* ConnectorI.cpp */; };
+ 17BB703DBA5A07ECDF0D9091 /* NativePropertiesAdmin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 268AC464E02CD210DE1CEED5 /* NativePropertiesAdmin.swift */; };
+ 17F1B5BA41C4E0A090C992D8 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 181988C8CB73485BC52D8CEE /* LocalExceptionDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC58F19ED98282350069DC7F /* LocalExceptionDescription.swift */; };
+ 186C7682E7E600C82A4DEBC9 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 1882CE986DADBCC98758B6AE /* IceSlicingExceptionsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = B22ED8D7BA3E338170087503 /* IceSlicingExceptionsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 189EAE88E067107DF3378BB0 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 18B09A7E0168E42527AE2DFF /* InstrumentationF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6421D1DFD743D862FC259703 /* InstrumentationF.ice */; };
+ 18E34ABB085E8D116F777377 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 18F52CD48C62AD8CFD8FE324 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 190C577A06D3697B171FAA3B /* ObjectAdapter.ice in Sources */ = {isa = PBXBuildFile; fileRef = 87A0F55D321E16C259230913 /* ObjectAdapter.ice */; };
+ 195061E6EB44FD5E6BF801CC /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 199635411B6F77CA77606702 /* IceImpl.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = AC8034D9D49A82B80184F667 /* IceImpl.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 19ACCC8D26A4EF230F70EAF6 /* EndpointF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 15BE8F52F0FA65F5F030938A /* EndpointF.ice */; };
+ 1A592AA04CA5DBF87463FC3A /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D492600A57ED57AD9560FDA2 /* TestAMDI.swift */; };
+ 1A7841AA389CA73DE81648AE /* Glacier2Swift.h in Headers */ = {isa = PBXBuildFile; fileRef = F938FD55E97D39A478A3CEC7 /* Glacier2Swift.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 1AD04474A9582CD23EC61696 /* IceStream.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E3AF78872A4BEB7D061A9B32 /* IceStream.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 1B16B14AF50D0D2B0D54B0AD /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07D6B91B53D4CEB7A580028F /* TestI.swift */; };
+ 1B23D06A7BFBAE2F796C5BCB /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 795AD353B1765AA2CF42BED8 /* Test.ice */; };
+ 1B36D1099A4D50A5F02C0D5A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 1B5E45AC33FE4C6C64EDEC31 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = F87EA79C69600E62C8D1B2AF /* Server.swift */; };
+ 1B639892CC3530C2B7F14239 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 1B9C891B7682E74422CDEB9C /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE2DCFDB66345331801C02 /* TestI.swift */; };
+ 1C19D1D3E56D31CA553C53E0 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 1C29C237053F09120DC83B7F /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 1C354EA1B31E33BFF68581EA /* CollocatedRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ED9E1C7023FCAE13670F9E73 /* CollocatedRequestHandler.cpp */; };
+ 1C4C05C9DD19FE07DF82B5F2 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = A8D9CBDCBC44A270A620EA69 /* Test.ice */; };
+ 1C56620FCFF10A869162AF96 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 910F41A9BC8971C08B2BF44E /* Test.ice */; };
+ 1C5B61A744ECEC233AB66AD2 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E61AB471E665CD3AB9495A5 /* TestI.swift */; };
+ 1C8B1F0280CBEC9E1EC5ABCA /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 1D165E743E0214162AEB487B /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 1D4C4ADFBC0DD16ABBF987BD /* SliceEscape.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 9EFBA39CB9388AD8AC68DFBF /* SliceEscape.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 1D7206C9B553A08C1E54E3EC /* CountDownLatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 894BA098E2DB647C9EDDB9B1 /* CountDownLatch.cpp */; };
+ 1D852352124D88B5925E9D13 /* IceSlicingExceptions.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 635830FCE17ED77D33B6336A /* IceSlicingExceptions.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 1D92A4DC2FC6446E72BD1F32 /* Properties.h in Headers */ = {isa = PBXBuildFile; fileRef = C0B70EE434FD3456FEA913B3 /* Properties.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 1DC8A615B5A8BE40F0066443 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C42152B272BE88EE691EB02 /* Server.swift */; };
+ 1DD8EA118DE00929C75111CF /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1668497080275488DF0A006B /* ServerAMD.swift */; };
+ 1DDFB23DC9309DA41812CAEA /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = CA94427522A613BD34110EF0 /* Test.ice */; };
+ 1E09AE878D7C956688C4F8BD /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8A6502FA2216186E3E47A3A0 /* Test.ice */; };
+ 1E37FDF450F0A6F44CE96B51 /* PropertyNames.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 057207FEDA837A1480FF41B6 /* PropertyNames.cpp */; };
+ 1E487ECE62DE4CBBBF31C80E /* SecureTransportPluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 232F52FB9AAC057913405161 /* SecureTransportPluginI.cpp */; };
+ 1E84CAEB262594E6E0C89575 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC29417EE46CFC714E2E269F /* TestAMDI.swift */; };
+ 1E959FFD03624AC9355C3C85 /* Endpoint.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8BEE3F5733D1C3EC96FF40B8 /* Endpoint.mm */; };
+ 1E9B50BAB90559931EECB91A /* CommunicatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 249469EAEE482D9BF6DB4E45 /* CommunicatorF.ice */; };
+ 1EB768157FA43CB753281B96 /* libIce C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A85990C3AE402EC75C5D0D4A /* libIce C++11 iOS.a */; };
+ 1ED37446707594D3FFFA17AB /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 795AD353B1765AA2CF42BED8 /* Test.ice */; };
+ 1EDDE259512E776FCE4A020D /* StringConverterPlugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7F5578B0289B6A9A884A5E6 /* StringConverterPlugin.cpp */; };
+ 1EF54C4075E81850107C381B /* OnewaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69C4CD2B4C08FE8B20319FC0 /* OnewaysAMI.swift */; };
+ 1EFA7012DAAE3F6BB3236FDD /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DBCE890017E5E1A037D058F /* TestI.swift */; };
+ 1F02D36F802F21CC7AC14DA9 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D492600A57ED57AD9560FDA2 /* TestAMDI.swift */; };
+ 1F1978605E728B7B845EEABD /* ServantLocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8867FA5BE584BE301B2E45B2 /* ServantLocatorF.ice */; };
+ 1F4630F4DF2E9B40C653CA52 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ 1F502CECA47FADAF60F5206E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 1F748F01FA95FCC57036C339 /* OutputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 663338C133F6C30A15BAB9C4 /* OutputStream.swift */; };
+ 1FADD09B02261F9552CEAF4A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 1FE142AB49D34AE6E543947E /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 011F4B781F8A18965BAB3D25 /* AllTests.swift */; };
+ 1FE6CF888F6D3BC0B6CB7B8A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 20013DC0916D21E38BE948DD /* HttpParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F1E7F88156E87D26F4249B41 /* HttpParser.cpp */; };
+ 201E9E3648B6B7653F8A907E /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70F8183AE53477DF2376BA8A /* TestAMDI.swift */; };
+ 202091CF149B392F18365422 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BE4C642BE54F1ED11B1FBB8 /* AllTests.swift */; };
+ 20604F36AAE29DCAF66EC8A0 /* TwowaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C03D834D95CCBA5B53CD909A /* TwowaysAMI.swift */; };
+ 20A01ED58F8EBDCCAFB44924 /* IceDiscovery.ice in Sources */ = {isa = PBXBuildFile; fileRef = F68F97D398A2EEA662C15125 /* IceDiscovery.ice */; };
+ 20BF31A0F0EF8FB04B24651A /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28E445F6131DDAE4B9DD43BE /* AllTests.swift */; };
+ 21018A518CDCF586B0FC96B1 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 2109A8A28C3518AFAC2F403F /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6114EC62DE1EEE978F8B41F /* AllTests.swift */; };
+ 211A9C5FA77BDABAC913FA2A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 211D75B5FABBFDE02DD69596 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AF5BFFACC01977E478F8E55 /* Client.swift */; };
+ 213832B9B582172C15B947F9 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84CF7027FAD9ABA69795CDEE /* Client.swift */; };
+ 21705417C80A189407994979 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 678E974FED151CD67D57E6A0 /* TestAMDI.swift */; };
+ 21826A5E5C899D20A125ADF6 /* Twoways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EC1A8EBFDB138E58A9D5E38 /* Twoways.swift */; };
+ 21E07D670358FF000185C6D7 /* LocatorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B0B9D19F6CD1006BF43621E /* LocatorI.cpp */; };
+ 21EC6C84D6A1E96694A5FC12 /* EndpointFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 74D2286CA3D3000545CE0C71 /* EndpointFactory.cpp */; };
+ 21FD04848322855F510370A4 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 220A91B053F915C22A3999A3 /* IceExceptionsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 9B88000E62562F4CAED0278E /* IceExceptionsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 221D3E91FCFB17DC2E8D30DC /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 27822CF9D9EE837FF02FB12B /* RouterF.ice */; };
+ 2232D505EA8CF9D9CF143085 /* Endpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 4158B40A56EECD7C91B9683A /* Endpoint.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 22844CB441520F2C4BB6E8A8 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 22A41836D78AFBD38B6F5DE3 /* Buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F47BE93ACFB17B308EFCE2DC /* Buffer.cpp */; };
+ 22B06FE648D51904E06F7BF7 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 22D1BC3A88474E7452116D48 /* LoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A9A20E6385F48C4A85FC31D /* LoggerI.cpp */; };
+ 22E4014D6A3815DA0070C8DE /* AcceptorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CCA200B7BE69466360B8CCE /* AcceptorI.cpp */; };
+ 23338F8C6F9381A1CC2EDF87 /* Current.ice in Sources */ = {isa = PBXBuildFile; fileRef = 279D5B22F177F882B0E5BE4B /* Current.ice */; };
+ 234DAFEA67FBE9D503A6ED1B /* Connection.h in Headers */ = {isa = PBXBuildFile; fileRef = B0F611040A6AFF6155214BE2 /* Connection.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 23863DB7292F176F6CA01E41 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B5273CA96E1018F9AA7E53 /* AllTests.swift */; };
+ 23CAF81F00A2240FFDB5A90A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 23DF558639B37091E29DCF44 /* OutputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 24CAB42990F249B13BCD1EB8 /* OutputStream.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 24046F9F9C491E59CE88DAEA /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFCA4660DC89CBA7DEFFB9AB /* AllTests.swift */; };
+ 241FF98527ED30D49830AD8C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 244C9DFBC99AB2F323ECF723 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 2472E618B521E79F25A16997 /* WSTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28C5A74102256BADF4FA9C67 /* WSTransceiver.cpp */; };
+ 2506B96046C18391BC9F8FD8 /* Connection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9DC1DDCD79E107020DEC9081 /* Connection.mm */; };
+ 25327E7BBA8762DF1F61C07E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 2614EBEC628DC74273D2F8BA /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D8B75BFB47526C545D328EA0 /* Exception.cpp */; };
+ 2671F921FD82D05AD4C0940F /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04BAB78757033821C6660204 /* ServerAMD.swift */; };
+ 2687F84A89C9892FA55AB48A /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 26C217C68E3D3213B7036224 /* RetryQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E91F4262EFF74101CC97EC89 /* RetryQueue.cpp */; };
+ 26EF27A3CF79CC10E9639181 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = E0D154150EF87EE7F705D2F7 /* Test.ice */; };
+ 27300915DC268155E62D5286 /* EndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 408F3C52EA9CAC1473E246EF /* EndpointI.cpp */; };
+ 27358CC3A0D9F08561C9A813 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 275364DB722754FF48A97F56 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 021129BEC67517C556CEBBA7 /* Client.swift */; };
+ 2762431510D0501877547E99 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = A092EF97C7F54B282D2A3A50 /* Router.ice */; };
+ 27699225DDD41A476A9D0F87 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9B6849D9211AF4DCE4E293A2 /* Test.ice */; };
+ 2817720BB152124FEDD56E84 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 2817D3159AEEF0A2178296D8 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 28250DE34700C51D3D219E35 /* Process.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C42B8A05FFD3FCA5E5CF61D /* Process.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 28A9EB382099C3137D558374 /* SlicedData.swift in Sources */ = {isa = PBXBuildFile; fileRef = F32AEE1BAC02F4AA077D7768 /* SlicedData.swift */; };
+ 28E39A8E5F89480BEE57542A /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26923137DD4F7B34671D144D /* Client.swift */; };
+ 2905A854C563DC70A342A430 /* LoggerAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7FF65C63D9499876CC4CBE34 /* LoggerAdminI.cpp */; };
+ 294718E266BA97B9512CC74D /* PromiseKit.xcframework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 295B87D5974FB5C6E4F11A8C /* IceTimeout.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = D52131FB6317572BB81E0DFC /* IceTimeout.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 2976662E307B0FFDDE534DE9 /* ObjectAdapterFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D785B5F805348A95DF626A4A /* ObjectAdapterFactory.cpp */; };
+ 2979FB0A8CA25859E584AEF5 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9355D92A9F91D7543F36E0A7 /* Client.swift */; };
+ 29CF6DB864FD1525F69A389C /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D6332ECE938271CBBCB21 /* AllTests.swift */; };
+ 29EB8FF269D52B9C953FA0A5 /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 82D34B5700C16240527BE42D /* FileUtil.cpp */; };
+ 29F71A1B3C7928645FB5BFF0 /* ObjectAdapterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 944F92AF09FB1688F8EEDE91 /* ObjectAdapterF.ice */; };
+ 2A14BE43311D67BA21DBD6C5 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 2A4E9DCFBCCC222E1742D80E /* ConnectRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8013B2943F49B47D639EE6B1 /* ConnectRequestHandler.cpp */; };
+ 2A76E00E70244D3A987D718D /* UdpTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C96D31911037DFF789A89D14 /* UdpTransceiver.cpp */; };
+ 2A9794485840CF114F6DE97B /* ClientPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3649BD0C5A1D120B3194BA89 /* ClientPrivate.ice */; };
+ 2AAB15E4DF80F005F810C2CA /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 2AF295894B3E3E1A5B2239D3 /* PluginManagerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD35C0CAACECDE5F0FFBB6D3 /* PluginManagerI.cpp */; };
+ 2B0A2B87397E517F9461FE50 /* TraceUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = D53B811CADACE46AAA2DCB49 /* TraceUtil.mm */; };
+ 2B4CC0F33868EC82F0220E73 /* FacetMap.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2C92CA61A87FC015DD75D5D7 /* FacetMap.ice */; };
+ 2B72FCE3EDFFF03FED93CEC1 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 2C1EFE40BA6F845CCE3E3B20 /* PropertiesF.ice in Sources */ = {isa = PBXBuildFile; fileRef = AD2CEFEDA1487C249E071233 /* PropertiesF.ice */; };
+ 2C432F8BC962EBD6907CF382 /* ObjectAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C088803E450D4CD9DDC2089 /* ObjectAdapter.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 2C7708B0313A4A9F69973741 /* Value.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 954CBE09FC395A589C3F122C /* Value.cpp */; };
+ 2D3FD5BB207D65390C2A4BB7 /* ObjectAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C088803E450D4CD9DDC2089 /* ObjectAdapter.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 2D59E05DC70DA3ADBCF76347 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919FE927F28FC7F0CFB4AFA8 /* AllTests.swift */; };
+ 2E99DA1D73D8ABE34A054CC3 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 2EA6710C9BCE103CFB545DB8 /* ObserverHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5DCBC898E80ADB7C11D00E4B /* ObserverHelper.cpp */; };
+ 2EF226F817A6359EE5A0846B /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = E68D7C627C937D3C8CC8F4FD /* Util.swift */; };
+ 2F039BDEA063BCD4A91A3B8A /* DefaultsAndOverrides.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D54D325514ED0BE6FE52E0A3 /* DefaultsAndOverrides.cpp */; };
+ 2FC568B0E606628CB8AF0922 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA4C16396A2B8F3FE10B90A4 /* AllTests.swift */; };
+ 2FEF86E453E1BD526EDA73A0 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10E6E1FAB4E8BBA994697E4F /* Collocated.swift */; };
+ 304B9343255DBB97B044FF9F /* LocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1A514EB84A9F67134C134832 /* LocatorF.ice */; };
+ 3051E01D16A22E905FCF9161 /* ServantLocator.ice in Sources */ = {isa = PBXBuildFile; fileRef = E0BBE87E8606A5FFC99A1DB4 /* ServantLocator.ice */; };
+ 30894DC532CAC8F47D363EC3 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB65E9D656C20BA959CCC7B7 /* TestI.swift */; };
+ 30B718C5E05B5C6C437A7848 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 30EB2F55A578F12AE8876317 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 82952375AB60DB3F9C4ADC39 /* Metrics.ice */; };
+ 30FA6AAC81EB7373722D126A /* Glacier2Swift.h in Headers */ = {isa = PBXBuildFile; fileRef = F938FD55E97D39A478A3CEC7 /* Glacier2Swift.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 31099B4BA6658CA2119E25FE /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 311060B4A2045BC18023D264 /* IceGrid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAB7787427A469FD2EAC63C2 /* IceGrid.framework */; };
+ 311F7BE8533C2E7C2D5009E8 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 318C7DF96EE0723C83D35DC3 /* Blobject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D61B4746463D5B3B8E4F1B /* Blobject.swift */; };
+ 319892C4CA8B115ACE8C4F2C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 31F883C32FD25CC7C2404C9C /* InputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D636A4F0E3C716AFEE9309 /* InputStream.swift */; };
+ 3238A99E4F2193C586D5F24C /* Selector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 12BFB107B317733183641AB1 /* Selector.cpp */; };
+ 324882AE66A76D86979660F1 /* SliceChecksums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B4E374591FB573F191AF0ED /* SliceChecksums.cpp */; };
+ 33039457E264ADDDD9AA2BD3 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28E5AC7398564D147B44768A /* Client.swift */; };
+ 3326B16370912B6D39492E73 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81ED9D876EA5043BAEE1E7F4 /* TestI.swift */; };
+ 333107D705D55BE7C6935867 /* Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B493C6E7735B3C59E26B056 /* Util.cpp */; };
+ 33515A12FF29190AC18ECC7C /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07AF7A03DC2E4716D0D208E6 /* TestI.swift */; };
+ 33EE41B12C7D4ADF69838B21 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = E54BC72ADF342BB507D30FB2 /* Collocated.swift */; };
+ 3469184A2D61271B87D1A787 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 60ACAC6F39C427889BBBA568 /* TestAMD.ice */; };
+ 347CB79283D0DAF640026F25 /* Session.ice in Sources */ = {isa = PBXBuildFile; fileRef = 616CB20089BE31C6DC1A83E8 /* Session.ice */; };
+ 34A58F836BAC7D0488DCC038 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E61AB471E665CD3AB9495A5 /* TestI.swift */; };
+ 34EE73B2578FD51B65B39D98 /* ObjectFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = 32E182682539DA71CABD3BF4 /* ObjectFactory.ice */; };
+ 350DB6CDCFA25B042A2BC25E /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AF5BFFACC01977E478F8E55 /* Client.swift */; };
+ 355C055E7B8B0ED676E859B8 /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EB475406088D6B372C72CCA3 /* Glacier2.framework */; };
+ 355F4FCCB1EFEE9E59A48E24 /* LocalObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87D3A6A633C32F71266CFD03 /* LocalObject.mm */; };
+ 359419818EF3BF82C526FE10 /* LookupI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE87FB7506D7E056CCE8D825 /* LookupI.cpp */; };
+ 359B062F89BBD746C958A5F5 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CA70B06E12ED1EF7FD6DF8F /* AllTests.swift */; };
+ 35CE445701049F9A65A378BE /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 35E55CF06159DD977E21C9C4 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8081C36146F020A95B341FDB /* Test.ice */; };
+ 366874AF23F130DFB9479245 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05FEE2AB7A847BCCC4682310 /* Client.swift */; };
+ 36838D4F35231A9C9CF3A247 /* IceImpl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3E21F5B24C0A01DEE9BC8024 /* IceImpl.framework */; };
+ 3692CE371566A23DED0BE11D /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 055F48C417EE4522A47607C0 /* Collocated.swift */; };
+ 36A8897EBF1598E465F544F8 /* RecMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2AA28D5CA141A90935CFC029 /* RecMutex.cpp */; };
+ 37118B195EA8F0B17C5D7F79 /* ValueFactoryManagerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 967F10E077E7594906113C29 /* ValueFactoryManagerI.cpp */; };
+ 374EC3B42CACC9AB0A3EFDF3 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 138622848C27716FF7FF527B /* Test.ice */; };
+ 37B78D6B2BDCF8E4C0BCDCFE /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28D93580C1F6147FB8113529 /* AllTests.swift */; };
+ 37E934951FEEF9724F64F2C3 /* TrustManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FEE8E843D38E1494F92CAFBC /* TrustManager.cpp */; };
+ 37EB708BD0A98FFB928A9C50 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 3822877AE47B1EB2B35C2ACE /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 3848F4FE71D058199DFC4FB9 /* IceProperties.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 093660DA090FF4A1716A5E6B /* IceProperties.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 38616B3A3DE10B3FED70E594 /* WSEndpoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F3417007B836B3C6981F01DE /* WSEndpoint.cpp */; };
+ 3879B7818D4682886739D4E0 /* ConsoleUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC0F72D596F75621D9760D7E /* ConsoleUtil.cpp */; };
+ 388176AC538DD0621E46D097 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 38B267EE6484729729C586F3 /* certs in Resources */ = {isa = PBXBuildFile; fileRef = DE5652F6BD92909233846737 /* certs */; };
+ 38C143002F1ADEE0921C7F24 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 401A65ADDEF58B068D8CE002 /* AllTests.swift */; };
+ 38CC28DF3FB83198602FDE3A /* DispatchInterceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2D2E37F5D4DEF66E608DAF41 /* DispatchInterceptor.cpp */; };
+ 38EAFBB57E70DD9C2E903F13 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 38EF22873323E5B75C8439FC /* ServerPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 081EF5D9DB0F89A802B1B1CA /* ServerPrivate.ice */; };
+ 390B23887DE782EB854D2AD8 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 390DE0D87AAB320C1F1B26D8 /* SlicedData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 906BC6196FC22248F2E62216 /* SlicedData.cpp */; };
+ 3960A8648F03DACCDF340EC0 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 3970147EA4CBFF8BDBD98A92 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B874977140DDAD31F5D19E2 /* ServerAMD.swift */; };
+ 39D70410B457B915796B017D /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 417CCC7F801F707692A678C0 /* Server.swift */; };
+ 3A32E18FD57F06204282DE66 /* IceSlicingObjects.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = BC5B80B268838251DDCA2EA0 /* IceSlicingObjects.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 3A9E5987E2AE07644F847464 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 3ABDEDE1AEE9A0141A4AEE5E /* Logger.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EACC77A559F581733F3F91 /* Logger.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 3B1052A8839A6D723F7C2D82 /* PropertiesAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8FD5C009677B83B5DB677CEC /* PropertiesAdminI.cpp */; };
+ 3B1BB3131B8C6E42FFE06B54 /* ClientPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3649BD0C5A1D120B3194BA89 /* ClientPrivate.ice */; };
+ 3BA2B0D481E97B836910B051 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = C0D9FC954331227C458D5FAE /* Test.ice */; };
+ 3BB509F1870BF96A4CF289B4 /* Shared.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B761351BFAE31423CD18DDA /* Shared.cpp */; };
+ 3BD17E74FF93DB4268B331F4 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8081C36146F020A95B341FDB /* Test.ice */; };
+ 3BFF154E84DB8A95C5167B4A /* Endpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 4158B40A56EECD7C91B9683A /* Endpoint.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 3C5EFA5A36EC996AA8D5B4E7 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 3C67F3DB3518365BA0F4B91E /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 3CF289497D954E62F9402995 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8A6502FA2216186E3E47A3A0 /* Test.ice */; };
+ 3CFBD398E0F5EB6E97E6BEAA /* IceProxyAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = B0701184CD41F6BE2C8BD52D /* IceProxyAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 3D0DF85D79F343EBC37A7894 /* SysLoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0D41D59AB2E6E6E0447B0643 /* SysLoggerI.cpp */; };
+ 3D1CF662B263C74ACF909224 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851DA69EC26992E1A78B9332 /* TestI.swift */; };
+ 3D3569CBF079D37AFCFC670C /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 10BEF56C09137AF9E8EADAE5 /* PluginI.cpp */; };
+ 3DAF0F978F5E67B0C61D3445 /* Connector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97FE15B541A886493A95A832 /* Connector.mm */; };
+ 3DB7451FB1A188D5BD263B22 /* IceStormSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = B4302B2CB6298473EC6BDB70 /* IceStormSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 3DBF5F19DF17D9CF3B31057A /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ 3DE6AD56629ECA848A6AEF1A /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 59F61B5C44C3CA9E3E30D3DC /* Test.ice */; };
+ 3DF08013CC198DB08FA1DD51 /* Twoways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EC1A8EBFDB138E58A9D5E38 /* Twoways.swift */; };
+ 3E20D77F4C969E5EC18BD69E /* Session.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6E9E307165BE58EA4AF037D4 /* Session.ice */; };
+ 3E4531134C31B8E4273636B3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 3E6BDEEAEAA890CBE04534B8 /* ObjectAdapterFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D785B5F805348A95DF626A4A /* ObjectAdapterFactory.cpp */; };
+ 3EA62A12741439A650A976C2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 3EEEB7A05E9CB8487D903007 /* IceStorm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5350382C18D8411726BBA12F /* IceStorm.framework */; };
+ 3EF7CAA7F2F2119030FE9EC6 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 991C708900194642300BF72A /* Test.ice */; };
+ 3F00A11036EC0C919D62B23B /* BuiltinSequences.ice in Sources */ = {isa = PBXBuildFile; fileRef = 70074C0B2220E6A6BDFF8516 /* BuiltinSequences.ice */; };
+ 3F10A08AFB5219C141A67C67 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ 3FB145476266A8C9619F4DD9 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 385B42F5414CE91AE08CD8F4 /* Server.swift */; };
+ 3FD4C45FDD35CE55D47500D7 /* LocalExceptionFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4987BA0B2F0FB2B5A24DC6D6 /* LocalExceptionFactory.swift */; };
+ 3FF18AAF6F8CECC8520B3867 /* IceInvoke.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E72D98F805348F611E431A13 /* IceInvoke.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 400CED00A6AD769E2BD072A8 /* Glacier2.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = EB475406088D6B372C72CCA3 /* Glacier2.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 400FDA1D4A21C1B5A4C7458C /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB374AED01876F1F6FAFC2CA /* ServerAMD.swift */; };
+ 40C261B768736E6242C21A03 /* Plugin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 61E3A0AD0EA15B768DFA6341 /* Plugin.ice */; };
+ 40FE2EF44951F75A5D527E39 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17135A625FE3AC46ED5A7334 /* Server.swift */; };
+ 4131641A12D1E8C67BDC0227 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0017A8AAB467D6681D17FD5 /* Object.swift */; };
+ 4156C9A96E77E55B9066AC37 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4F2C4B911971D68C4AFE6B6 /* Server.swift */; };
+ 4180498FF76871E3C149CA38 /* UdpConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6167FC5418EECE15CFD261E1 /* UdpConnector.cpp */; };
+ 418B759D6B294357A0CDF5C4 /* LoggerF.ice in Sources */ = {isa = PBXBuildFile; fileRef = E615DBA55804D9C3C71AC6E2 /* LoggerF.ice */; };
+ 41B8D5E65B9935ECDEA83459 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 41CCA8EF3286A20534BBD4CA /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6970E7EA6F91539C6B07228 /* TestI.swift */; };
+ 4216776C119909D13B81DD23 /* LoggerWrapperI.h in Headers */ = {isa = PBXBuildFile; fileRef = 59759DF3317FA6D5BD4CE4BE /* LoggerWrapperI.h */; settings = {ATTRIBUTES = (Private, ); }; };
+ 4217FE7D072AE27F361B7BCB /* IceEnums.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = DB42A2F1EDE808CA86C846E9 /* IceEnums.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 42A1ACB18D96B157B643B573 /* CertificateI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE81098CC55F79881E8FD599 /* CertificateI.cpp */; };
+ 42C15A74B231B16B32ADF1BC /* IceSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = EC8E77CA05807B679A92CD2A /* IceSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 42DB35B48B8F6E9C25E6E7E8 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 42F26B8933F05EC93FF011A8 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 431615CF7A75463947388FA1 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ 433E611ECB1DC339A40070DE /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ 439D3291950EA27E49A1ABC7 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 43EB409BDF8158F0A022734E /* IceDiscovery.ice in Sources */ = {isa = PBXBuildFile; fileRef = F68F97D398A2EEA662C15125 /* IceDiscovery.ice */; };
+ 444B58FDC941025AA7F3BEFD /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28E445F6131DDAE4B9DD43BE /* AllTests.swift */; };
+ 4454F9D8922925F2C949CCAA /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = A0F33837ED2C7B4BCCA87807 /* Test.ice */; };
+ 4466DFBC27FD2049CB891BAA /* ImplicitContextI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3C314318B1FCAE9464CB306 /* ImplicitContextI.swift */; };
+ 44D367C804B373621AA3AE09 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DCB6FD7F3912391FF80C24 /* Server.swift */; };
+ 44D65A797252E6B67D3ED5F5 /* StringConverterPlugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7F5578B0289B6A9A884A5E6 /* StringConverterPlugin.cpp */; };
+ 44E96C0BF0550213D18D2ACB /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1668497080275488DF0A006B /* ServerAMD.swift */; };
+ 4515F510F0B08872D42D23BA /* ServantLocator.ice in Sources */ = {isa = PBXBuildFile; fileRef = E0BBE87E8606A5FFC99A1DB4 /* ServantLocator.ice */; };
+ 452F0554B6B9C07B90EC6986 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D12CF89F2131F7972A15ED8 /* TestAMDI.swift */; };
+ 454013C93A5ACAC6CDC986BD /* ProtocolInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C2890B9040B1E012452E4574 /* ProtocolInstance.cpp */; };
+ 454A6015A00A61056F2C914D /* SSLEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3DA41A2FEE9D6494FF02B329 /* SSLEngine.cpp */; };
+ 45759121455C6E97B23F873F /* ImplicitContextI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E9398EDC593D148BA39586DD /* ImplicitContextI.cpp */; };
+ 45A4626EF82E8509EF2474FA /* EndpointF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 15BE8F52F0FA65F5F030938A /* EndpointF.ice */; };
+ 45F89E873E71CCB99DDA65D0 /* FactoryTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 05CD74FEDD588632C26360A4 /* FactoryTable.cpp */; };
+ 4621534F1E62BBD07C5F1196 /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 27822CF9D9EE837FF02FB12B /* RouterF.ice */; };
+ 46365D9C928494E2DCCDFA3D /* StringUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE62A5BF24D2F92E55920447 /* StringUtil.cpp */; };
+ 46524E688673AA8F67C1251F /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8C5AC8E31FF600DF3F2124A /* Collocated.swift */; };
+ 46ED90F01CBE70BC23175E87 /* IceImpl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AC8034D9D49A82B80184F667 /* IceImpl.framework */; };
+ 46F2FFFA92AD702B59793EC5 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCBF2BD64493E96B93401A19 /* Server.swift */; };
+ 4743030AA6C1365744213724 /* ObjectPrx.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5499A6E2C6140D1F2EEAE972 /* ObjectPrx.mm */; };
+ 475919789424997EB6624019 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 4784B3C8DC2C88D200F8CC31 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 479842AD71563A40EE41B29F /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 47BAA3568DBD2C5FF2F7114F /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F688FE5A19FD31DA5801A9BF /* AllTests.swift */; };
+ 482C8743F6882C962E6250FF /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 4852BC3F98BE4E79E8B846D4 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 4861A3A8E172550234B607D8 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 48F3996B05CCA074513E83EC /* InitializationData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B2CF810559B5BEDA27C17B9 /* InitializationData.swift */; };
+ 4909C6AC28528C0590DDEE77 /* LoggerAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7FF65C63D9499876CC4CBE34 /* LoggerAdminI.cpp */; };
+ 4916C0B506D9F44475441B0E /* Forward.ice in Sources */ = {isa = PBXBuildFile; fileRef = 95CF14BB2A7EF3BBA2F143EC /* Forward.ice */; };
+ 492CB1C6DB885D1DC39EAD97 /* Cond.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64A0C410F5B73384516C4AEA /* Cond.cpp */; };
+ 492D4FED2EAEFAEF5E9C68D3 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 493461976C13374813A5149B /* StreamEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9E77E97962ABFCB24F2AA5C /* StreamEndpointI.cpp */; };
+ 498588CFF384918F4118B566 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 4993A32499F79940B751D654 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = A763113C95D7F467245EA585 /* TestAMD.ice */; };
+ 49A27B27F61CA5AE4222C31D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 49CE9A49BCBA6F15CEB1FAFE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 49CF2C2D90A09C00012B2D98 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 49FEE234572C4E986EB5D4D1 /* Exception.mm in Sources */ = {isa = PBXBuildFile; fileRef = C145C30300948CB6E8BB9A05 /* Exception.mm */; };
+ 4A2434EB632B6D9F3CEFEFAC /* libIceDiscovery C++11 macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 047C649DB49F66786326445E /* libIceDiscovery C++11 macOS.a */; };
+ 4A2D51ED5FAB8CA564C60185 /* EndpointI.swift in Sources */ = {isa = PBXBuildFile; fileRef = A87E50DD5264871B120E81D2 /* EndpointI.swift */; };
+ 4AA3FAC023E3C0AE3CC13BC8 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 4AA83529DA2D986EE5893088 /* LocalObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87D3A6A633C32F71266CFD03 /* LocalObject.mm */; };
+ 4AB539EF7FA6219010E216B1 /* InstrumentationI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FAC2F329FCFB379D6963645D /* InstrumentationI.cpp */; };
+ 4ABD280E52F890C1B110A8DC /* Shared.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B761351BFAE31423CD18DDA /* Shared.cpp */; };
+ 4AE2C399D7BFA0A873AAA5AC /* Process.mm in Sources */ = {isa = PBXBuildFile; fileRef = D48C6637EB8B32FB5F901F27 /* Process.mm */; };
+ 4B07FBF38B1395A59D998696 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 4B2CF23160E10417C67D4B55 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 4B3BD8B2331A5646F156F616 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 4B3C369A429F1722838BBA57 /* Network.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3A7AEB10282C740009353AFE /* Network.cpp */; };
+ 4B3D08E759A654D4FC72E766 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 4B91D47DA929BE8D51BA8B98 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 4B9E8167C878B57B2EF7D127 /* Exception.mm in Sources */ = {isa = PBXBuildFile; fileRef = C145C30300948CB6E8BB9A05 /* Exception.mm */; };
+ 4BCA8C99DB462FE01B774A1D /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = A35BE0CB110C7053C9215C42 /* TestAMD.ice */; };
+ 4BE6796F2CDC4E0DBEC3CB7A /* Version.ice in Sources */ = {isa = PBXBuildFile; fileRef = 56A1ADEE61B02626608EC13B /* Version.ice */; };
+ 4C603B6F78518A5599C855A1 /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = FFE689C53BA89A713ED9158E /* ConnectionInfo.ice */; };
+ 4CE208B1F4E88A7B56DB86E8 /* EndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 408F3C52EA9CAC1473E246EF /* EndpointI.cpp */; };
+ 4CF7EB7DA37A35AD287C8062 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803336676F01DBDADB8F4A47 /* Client.swift */; };
+ 4D319E320564E15432A26393 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = D4FD2D709D57AE1DC028EE6F /* Test.ice */; };
+ 4D940AAC18C1FE97D662EA05 /* IceFacets.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = CF2ACA722706680D09AE2213 /* IceFacets.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 4DF466D1E0FAE599F15C9B1E /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0145998D6174F98F06A19A69 /* AllTests.swift */; };
+ 4DF932C1E5A4C842263829CA /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 4E111FD8210E776FB402C8EE /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 4E2C77167F610084D6001F78 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 4E50582EC14D31D7A17C47F6 /* Value.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3303B9E4AC24E998544E2B73 /* Value.swift */; };
+ 4E66BB4D4F5D0A92C69057EA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 4E7882498236C04D408CD29D /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = D347600B112E790EB926DD9B /* Server.swift */; };
+ 4E7C8C30088EDF1E95E968F5 /* Current.ice in Sources */ = {isa = PBXBuildFile; fileRef = 279D5B22F177F882B0E5BE4B /* Current.ice */; };
+ 4F7C586256E7097B67A876D8 /* Protocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6ABDDD64341270C906904CA7 /* Protocol.cpp */; };
+ 4FD36047720E2A30AB478C4C /* IceSSLConfiguration.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E0C2744EE5E6A8847954545D /* IceSSLConfiguration.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 5000F8DB055F895A56946BFC /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = A96CD4BABF7B6ADE7685C97B /* Server.swift */; };
+ 50263FB9C1AD05D793B3FBB1 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 503CF3ABAC5C53595BBA39F0 /* CommunicatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FFAA80686C27B2313126373 /* CommunicatorI.swift */; };
+ 505093D25316F444D789F160 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = B406293BBB4D9FCD6243911C /* Client.swift */; };
+ 507A2805D13AD3D186F183BA /* Plugin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 61E3A0AD0EA15B768DFA6341 /* Plugin.ice */; };
+ 508A429BDDA25E045328E4BA /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07AF7A03DC2E4716D0D208E6 /* TestI.swift */; };
+ 509472496723D93DB37D7CC3 /* PluginF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8D40D3C5F0FB6DFA1E1F1556 /* PluginF.ice */; };
+ 50AD70AB868E7B98E496EFCC /* CommunicatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 249469EAEE482D9BF6DB4E45 /* CommunicatorF.ice */; };
+ 50BFFB9A480AF9B155358562 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ 50C23538B2DB8DFBD2AEB2D6 /* IncomingAsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26B7656511090CC87D4FAF9A /* IncomingAsync.cpp */; };
+ 5104A468B2DA4C1C366F3199 /* OpaqueEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F370EC9C5DA18BEC65299930 /* OpaqueEndpointI.cpp */; };
+ 512FA4726FCFDC7BF5A3170E /* IceInterceptor.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 30C907509C6043DD34BABF73 /* IceInterceptor.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 514D062D2AE0034C90867D6C /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 514DA5F0F2363A1D7835042F /* Admin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7937931F41E2A8FDBB92D6AE /* Admin.ice */; };
+ 5159E3AE8142F089565C2031 /* BlobjectFacade.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1E27B951209898DC17D9E756 /* BlobjectFacade.mm */; };
+ 5160ABE87032895FDAA455F3 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = E68D7C627C937D3C8CC8F4FD /* Util.swift */; };
+ 51F10A13FBE3964E69E64B18 /* Identity.ice in Sources */ = {isa = PBXBuildFile; fileRef = EBCD91699ED4C08AC04B7E46 /* Identity.ice */; };
+ 51F336168DC7B336E9B1C9B0 /* MetricsObserverI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA405C92881CC5D4424C9660 /* MetricsObserverI.cpp */; };
+ 52040C382F70A5FA2EC8C3AE /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ 526620A713A5FFF5E3993647 /* SliceChecksumDict.ice in Sources */ = {isa = PBXBuildFile; fileRef = 458834742225B7D77BD1EB4F /* SliceChecksumDict.ice */; };
+ 52F9DFBC03FB704D81A7D73F /* SecureTransportEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 063A186AB92ADA4C0A550AD7 /* SecureTransportEngine.cpp */; };
+ 5301CD8559D0880B1FA05FB7 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BC6A46875A08A332CAD01EC /* Server.swift */; };
+ 531FBDF1E126FA9573DFDCEB /* IceLocatorDiscovery.ice in Sources */ = {isa = PBXBuildFile; fileRef = 32D30D346EA1D34097737E1F /* IceLocatorDiscovery.ice */; };
+ 532E3FB324F9D31E3F7F6EB8 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 536CD7C48CBE413C67F3C1FC /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D0B4E705DE93B3C86B44B08 /* Server.swift */; };
+ 5383AE33DA17895E3DD390B1 /* ClassResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09BBDE7B70F661621CA8BF46 /* ClassResolver.swift */; };
+ 5391E4E6DA2B141DBF6263DA /* OutputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 663338C133F6C30A15BAB9C4 /* OutputStream.swift */; };
+ 53C21C230FD3B33EFA4A9741 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA4C16396A2B8F3FE10B90A4 /* AllTests.swift */; };
+ 53D13BFD1AFE1B24CEAC0F9B /* Blobject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D61B4746463D5B3B8E4F1B /* Blobject.swift */; };
+ 53DF75507892F9F989BCF017 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 53FDE10D202C40E8AD8720A4 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 385B42F5414CE91AE08CD8F4 /* Server.swift */; };
+ 540DFD2144B95D473A097C71 /* ServerPrivateAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3C77BC6694094C0D183D782C /* ServerPrivateAMD.ice */; };
+ 541341EAEB15C4ABCD52460B /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ 542A99CA13D3078FA889AD40 /* LaunchScreen.storyboard in Sources */ = {isa = PBXBuildFile; fileRef = 510BE1BD8C9A916405806330 /* LaunchScreen.storyboard */; };
+ 54659CFA0FD0A66713EDDB27 /* IceOptional.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = CC2A8241EEF15B94EB4358EB /* IceOptional.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 5498859B6754F9802D0B2068 /* ImplicitContext.ice in Sources */ = {isa = PBXBuildFile; fileRef = A403D805C771C0FAD5A41874 /* ImplicitContext.ice */; };
+ 54B4CD18E3860CEB692D7D74 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 54C517E0389F323BB0BE4EE1 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31425231DD863C8CE7C8D735 /* Server.swift */; };
+ 54D8A15D3B8001CEE39C9523 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6970E7EA6F91539C6B07228 /* TestI.swift */; };
+ 54F3553E3EF1F5F7FF3A6986 /* Ice.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 54F5B940C75FCD2A945DF41D /* libIceDiscovery C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F3FCAACC461B290982F6E9D6 /* libIceDiscovery C++11 iOS.a */; };
+ 550939607D26FB2C162D8421 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 554ABD6566B49E9FC80A064A /* IceServantLocatorAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 263B5A5728AFD7F716DEDB1E /* IceServantLocatorAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 556C37EFC0C11E80293813DF /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9B6849D9211AF4DCE4E293A2 /* Test.ice */; };
+ 55EAFF0D6ED770C0D800774B /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6F1D3D10658594CCAE2B667 /* Collocated.swift */; };
+ 563D106572E564470A1ECC41 /* FactoryTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 05CD74FEDD588632C26360A4 /* FactoryTable.cpp */; };
+ 564E6FF75B8962E4B430B0D0 /* SliceFlags.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AF53C0AA4B813C84F5414D0 /* SliceFlags.swift */; };
+ 56A1F63CA02270EEAC4421F0 /* Locator.ice in Sources */ = {isa = PBXBuildFile; fileRef = BA30C364B7F9B680296D0167 /* Locator.ice */; };
+ 56B310AEA3DF4C04A1BBA6D0 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD08300CC01B86B0B8DD9714 /* AllTests.swift */; };
+ 56CCB15E924A6C82C2D31A59 /* RegisterPluginsInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0484896B1C77E6569DF681DA /* RegisterPluginsInit.cpp */; };
+ 56FFBB329BFDA8D5805E20CF /* ThreadException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 737F42CEAAD7E36855A517CC /* ThreadException.cpp */; };
+ 57040D3A20035B9F4A4125A5 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 082F8C98AF764B32325525CE /* TestAMD.ice */; };
+ 572044899CF5224C8D2B9C32 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DBCE890017E5E1A037D058F /* TestI.swift */; };
+ 57230E2DF9CEF1AA302E06EB /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CA70B06E12ED1EF7FD6DF8F /* AllTests.swift */; };
+ 572A75CD4C5D6FAD397915C1 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 572F647F243B6623A3BB1814 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 580EDDE335791D89FF568755 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 585FF9E0EF2B1E1A69E1B0F7 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 5882F66EB4913DBE2F0248B3 /* ObjectAdapterI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AE1EB7647A149B7F0935A5 /* ObjectAdapterI.swift */; };
+ 58831B1812ABCD0D8B30E748 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 58D8720133F508BEE3799D66 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8D5F799E30FA9D95ED82DB7 /* Client.swift */; };
+ 5916DEB74F647A090B41C8C8 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 596984CC21CD7030EF45DBCC /* IceDefaultServant.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 8180EBECE7A97499D198A8E0 /* IceDefaultServant.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 59700CB402108E204783E52F /* ConnectionF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4C77A86A40E9D9931B5C2600 /* ConnectionF.ice */; };
+ 5A2F40AB8C67D88B15200606 /* InstrumentationF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6421D1DFD743D862FC259703 /* InstrumentationF.ice */; };
+ 5A48F4C8555CCC17980E8C92 /* AdminFacetFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = C44F2D7864E38E4A0C79EBA8 /* AdminFacetFactory.swift */; };
+ 5A63A0EB3470757364BD35BA /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 5A6DEC4B630C7B09D8E44731 /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EB475406088D6B372C72CCA3 /* Glacier2.framework */; };
+ 5ACC432C91B0D05EB1EA03FB /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 5ADA419497F01F631F375A6C /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63D04FC095DDEF971B2636FF /* AllTests.swift */; };
+ 5AE7164D0A1BC4E5E6C9F974 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70F8183AE53477DF2376BA8A /* TestAMDI.swift */; };
+ 5B40EDEA168053B65024B1CC /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 5B499131E92835E4E9EF5CDF /* SHA1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02618DFC96E25BC02E16EA59 /* SHA1.cpp */; };
+ 5B67CB657FDC93E68EFBC37B /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 82952375AB60DB3F9C4ADC39 /* Metrics.ice */; };
+ 5B7314B4E61EF9780DBD3788 /* IceImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = EA611CB47AAC451C3D811F4C /* IceImpl.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 5B74E0CD427DA0DEC931DEB5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 5BB29AB94CCA004F788D4536 /* ImplicitContext.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8BD5B97A2E783FAA90738BDD /* ImplicitContext.mm */; };
+ 5BBE6495F7BB4428E6F66103 /* IceHold.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = FADD458C70D400515B91CAF0 /* IceHold.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 5BC24A39FDE5FA1076C7B77E /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = E54BC72ADF342BB507D30FB2 /* Collocated.swift */; };
+ 5BE50444AC1096CF0F4D9775 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB5BFB7DA89D8CCD11A86E2 /* TestI.swift */; };
+ 5C0C133D1B51AD0C6D41444D /* ServantLocatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2903BC12F845CB1431AC9E8 /* ServantLocatorI.swift */; };
+ 5C2E15BF9C8E39957F9FDB5D /* Clash.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1743BEB3DB65F41DE7126858 /* Clash.ice */; };
+ 5C4809F6CA2990A79CD3200D /* TcpConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C3899FB38D94F0EEA0C07A08 /* TcpConnector.cpp */; };
+ 5C9956AB8B65782FA0387B2A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 5D732CB4FCC822F82D937B41 /* ImplicitContextF.ice in Sources */ = {isa = PBXBuildFile; fileRef = F30C6E16D5AAFE25A761AA12 /* ImplicitContextF.ice */; };
+ 5D7BE489F1DD3F206579EA13 /* WSConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC01C4F677F4F7E617ED4CD1 /* WSConnector.cpp */; };
+ 5DB679A1F8053133DF631FB1 /* libIceLocatorDiscovery C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C4E52AAC86F782E0BB282DA4 /* libIceLocatorDiscovery C++11 iOS.a */; };
+ 5DE3B7A4E546E4ADD28DC5FB /* ProxyFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8A5DCEBF0A7D0BCF96ABE1A /* ProxyFactory.cpp */; };
+ 5DF8B93CFC11EA6B716E23AA /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 5E4816B2F4B3CE57F5B61CCB /* AdminFacetFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ED3F9FAA8C0CEB421789A94 /* AdminFacetFactory.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 5E4CE7A7A5246F187CC12FA8 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 5E5CA0A628373562BB4EC5AD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 5EECDF3A485BEB3C427520B0 /* RequestHandlerFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42054836B703C15F33615298 /* RequestHandlerFactory.cpp */; };
+ 5F6275C3088239B799F2E2BC /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 5FCC83827FE10708F0E28873 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = A42A56C550670D42F1A25A00 /* Client.swift */; };
+ 6034DA091CF7419C9D03BC5A /* BlobjectAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB954CFD19DFEC0E5E6C0339 /* BlobjectAsync.swift */; };
+ 60500E30F4A91A132605A7FC /* RemoteLogger.ice in Sources */ = {isa = PBXBuildFile; fileRef = 603DC664B216AC9FBEC442AD /* RemoteLogger.ice */; };
+ 6079C0E73B1159394E46D4F0 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C744289A62CEDDDE3ABA94F /* AllTests.swift */; };
+ 60D3A94E1782B8E78E6C32EB /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB65E9D656C20BA959CCC7B7 /* TestI.swift */; };
+ 60D46E8EC51428A150B03E2A /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00466295C2116ABF79B51CED /* Instance.cpp */; };
+ 60EC6D6DAC50E3E203C51CE9 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 60F1AECA676C797794B74E74 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 611A453573056D84F5E86228 /* FormatType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8754F954639EB8DD185DFCE7 /* FormatType.swift */; };
+ 612101DAF45F171EC60D6BD5 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 6130E8E18522B2B24CC8C1E5 /* ConnectionInfoF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 92BC10D07C735AAC5BB7502A /* ConnectionInfoF.ice */; };
+ 61333AA6AFB83BD53E75B8FF /* IceInfo.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = A01DD7D1FF2F900ABE5BF998 /* IceInfo.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 61748CA88CF47A48D16247DC /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 226A43507F57AFF2C5AD56F0 /* Client.swift */; };
+ 6178FFA4D55F3E42EF1203DB /* Communicator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 85B3800D03E81F2AF0CC960F /* Communicator.ice */; };
+ 61B98C7E9CEA4A99D69D0FC0 /* OutgoingAsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D44F94D4B3A7FE8DF202E923 /* OutgoingAsync.cpp */; };
+ 61BCAA78A6F9624E6BF4F3BE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 61D1427B080067CBBC4FBEAD /* Initialize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1D3962F4267396CE0A7638F5 /* Initialize.cpp */; };
+ 620ED7129DE46C162D229C10 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDF014EDF8D56296240E6CC3 /* TestI.swift */; };
+ 6293499E00B134A58624F766 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 62DFEB5180D86A6066C03D6D /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 63208A223B62B60D83BBBBBE /* PropertiesI.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACD7FA7692F8B9C401015755 /* PropertiesI.swift */; };
+ 635DC1D64E4059D0FC1F414D /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 63863BB60B7A7B7DAE6D1A41 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1BD0405C01A2845F08242F6 /* Client.swift */; };
+ 63B4BAD7500906CB6AD4A199 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = F79C6EAF0C1A0A30314B19A8 /* TestI.swift */; };
+ 63B5FF57BA6252E1A0E798FD /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 63CCEB215B76B3D3C2591FA9 /* ServantManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9AD5703619C0A8D9F412FA84 /* ServantManager.cpp */; };
+ 63E530A13F7D5CA293A5A43C /* Descriptor.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7CE87A90B49A1878867A6C2E /* Descriptor.ice */; };
+ 63EB9FC63B0997045EE63ECA /* Communicator.h in Headers */ = {isa = PBXBuildFile; fileRef = AC249CA5567F068A1C32A7B1 /* Communicator.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 6439864FD1271F3ED64D9344 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ 6463AF81F9F191BF7B9421F9 /* Instrumentation.ice in Sources */ = {isa = PBXBuildFile; fileRef = 95A3311BD80AC74C91DF28D8 /* Instrumentation.ice */; };
+ 648BEA04418C4CF8213C9A0E /* Process.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0DB01F80AE1F2D3600330743 /* Process.ice */; };
+ 64A45D06EF22BBE550FC05B8 /* IceServantLocatorAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 3FD1EE8391D21ADAC2311063 /* IceServantLocatorAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 64ADCEEB06BC33F8B5E48FCF /* Key.ice in Sources */ = {isa = PBXBuildFile; fileRef = BC9B7AE35C2E2A23F01F9B25 /* Key.ice */; };
+ 64AE07A681DF11CD24306172 /* LocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1A514EB84A9F67134C134832 /* LocatorF.ice */; };
+ 64F3C95572251C56C9BEEFF8 /* IceOperationsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 627159B8434F3CEE924346F1 /* IceOperationsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 6517C4F6CA4023B8AED7D5B2 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A3EDB9C07EAC153C1506709 /* Collocated.swift */; };
+ 6517EC1AD51639156986C684 /* Communicator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0162765AD62213B0B02E0FD9 /* Communicator.mm */; };
+ 6590C38BAF9E7CC3D41F48CD /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B7C86CB22D013AACA7941B0 /* Client.swift */; };
+ 65A8E551CEA5EE813C0E91C0 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC962AA40C648D415349708 /* ServerAMD.swift */; };
+ 65AD86DA781B578850EC6199 /* IceSlicingObjectsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = AC34B47B1962A8FDFEF0E065 /* IceSlicingObjectsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 65E2605E02A8E149B6A0DD03 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 65EB793041D7BE82D2A19382 /* UtilException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 515670A5F21BF1D91390BD13 /* UtilException.cpp */; };
+ 660A66582B0FC926B312CEFB /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E8F6D49C60D45442FEAA4E3C /* Glacier2.framework */; };
+ 660ADC17C07E67244E1D9F83 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 6629A55CC37CDB6BE40D1A08 /* IceInfo.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = BED161AF51B734E2A2570CFF /* IceInfo.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 663A73A260B9F104A150382C /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A713CD8044FA72237869848A /* AllTests.swift */; };
+ 6654638E20EDD85C376BB090 /* UnknownSlicedValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = D42D56316CEB52B93E0BB989 /* UnknownSlicedValue.swift */; };
+ 666B3104AF85ACE629508BAA /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 666D76DD7A1E480368491C3A /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7EB44FE88B24803C3886D9EE /* ConnectionInfo.ice */; };
+ 66E71346567187FB45226DDF /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 67D9B4AB8C8E96CDBDD11E47 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 68D1E6101E47420F1C69C954 /* IceGridSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = E859F3741698FB4912BED7A5 /* IceGridSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 68ECA1EE8FDC0C6E19737069 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 68FC9D8E243E428CA20E326F /* Connection.h in Headers */ = {isa = PBXBuildFile; fileRef = B0F611040A6AFF6155214BE2 /* Connection.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 6929F805FB9C166BD110DBB4 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 694D38C3850CE89872F50BB9 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = A866D77900606BE58EE743DD /* Test.ice */; };
+ 69891DCF618BE99BA194C12E /* PluginF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8D40D3C5F0FB6DFA1E1F1556 /* PluginF.ice */; };
+ 69DF0575F081E6F50FD3B504 /* Logger.ice in Sources */ = {isa = PBXBuildFile; fileRef = 976A3FFBCA2649E55A5671AC /* Logger.ice */; };
+ 6A1914AA8485EEECF52DA304 /* IceGrid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3029883199520554BD806B4D /* IceGrid.framework */; };
+ 6A5371AD02F4223354340F1E /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5FA8BE48A27313EE1A421F8 /* AllTests.swift */; };
+ 6A746096A302C44818574806 /* Connection.ice in Sources */ = {isa = PBXBuildFile; fileRef = 99D2C90A25B44941D8B80C4C /* Connection.ice */; };
+ 6A9440611574CBB66580D1A6 /* ValueFactoryManagerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 967F10E077E7594906113C29 /* ValueFactoryManagerI.cpp */; };
+ 6ACB4A8DC61A7A21806AAB9F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 6B076402EA8C0147945F5441 /* IceServices.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 99F5BEB196B6DDB5C0D9B3B9 /* IceServices.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 6B0D10C9B51826139B7F592E /* MetricsObserverI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA405C92881CC5D4424C9660 /* MetricsObserverI.cpp */; };
+ 6B4017ED27D964423AF75564 /* SystemdJournalI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 58F00F94B5C80686DE764E6A /* SystemdJournalI.cpp */; };
+ 6B6BC71579C59D21FE471A8E /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = F116F53C2BDCD65F021FAE7E /* Test.ice */; };
+ 6B982BD12BB1EFF093186F08 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 6BA9943BF817D39FB79660CA /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED7BC07D0D71A43BE55A47E4 /* AllTests.swift */; };
+ 6BB2AD4757FC56BC86F09A56 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0017A8AAB467D6681D17FD5 /* Object.swift */; };
+ 6BBF00E1C2393078470F776A /* SecureTransportEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 063A186AB92ADA4C0A550AD7 /* SecureTransportEngine.cpp */; };
+ 6BD375EF95D6EA0B2DD713EB /* StreamConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5EEEADAB6CD055CC815FB931 /* StreamConnector.cpp */; };
+ 6C19B36FC07E4C232E21559B /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A3EDB9C07EAC153C1506709 /* Collocated.swift */; };
+ 6CA50DD71D747ACB05ED1B9D /* Convert.h in Headers */ = {isa = PBXBuildFile; fileRef = 365C311D300E724E7F1C30AA /* Convert.h */; settings = {ATTRIBUTES = (Private, ); }; };
+ 6D04F68B25F6F91A5E11594A /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E64722B4EFE1E16D7E581A1E /* AllTests.swift */; };
+ 6D1965B9DA5A3253765E1239 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 6D9FF125E9E47354559CEDBE /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 6DBF1E5398044E7D835F029B /* Cond.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64A0C410F5B73384516C4AEA /* Cond.cpp */; };
+ 6DD41C05D885C38487533821 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 6DE9426AC3B8987A966ABBEF /* SliceChecksumDict.ice in Sources */ = {isa = PBXBuildFile; fileRef = 458834742225B7D77BD1EB4F /* SliceChecksumDict.ice */; };
+ 6E04AD30E57B4F7043D9BB24 /* ArgVector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC8CE1742AD4A77D37C2BE20 /* ArgVector.cpp */; };
+ 6E15CFE767BF8320D31A3B3A /* LocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C366F9F99A138F58E5A30F5 /* LocalObject.swift */; };
+ 6E8BF58A9A1276330B616C6B /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E64722B4EFE1E16D7E581A1E /* AllTests.swift */; };
+ 6E9AF7111C1DA8B63C8192C6 /* ObjectAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF5DF0D0B8B3F79D40B04C7 /* ObjectAdapter.mm */; };
+ 6EE3624AE2DAB39A8F1877A1 /* Properties.ice in Sources */ = {isa = PBXBuildFile; fileRef = C79519B5BC6E0B129692EB02 /* Properties.ice */; };
+ 6F19A0E711393FAB355EDFA9 /* BuiltinSequences.ice in Sources */ = {isa = PBXBuildFile; fileRef = 70074C0B2220E6A6BDFF8516 /* BuiltinSequences.ice */; };
+ 6F25FCD7A9D9E56B0AF83EBF /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 6F2F87591D90D2581D4CDE1F /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B405C4D2897541E38824AE7 /* Config.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 6F486A3B5063D20F25ABA973 /* Process.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0DB01F80AE1F2D3600330743 /* Process.ice */; };
+ 6F86181A1445158F5F1E30B0 /* IceHold.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E1E2CB34E4A934E017C67DAA /* IceHold.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 6FC73A489AAF60A9CD1A1346 /* Oneways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 985F3426D3A7E3C09A5FB15E /* Oneways.swift */; };
+ 70417810399A61AE97BF9BE1 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ECC918EB940E8FAECB67770 /* Collocated.swift */; };
+ 7047222A2153A307D520CE3B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 70A3BDE52FEE30E2982D455E /* IceImpl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3E21F5B24C0A01DEE9BC8024 /* IceImpl.framework */; };
+ 70C01CF82EFA9BE76F8D1E4C /* Exception.ice in Sources */ = {isa = PBXBuildFile; fileRef = C3E3755BC21CD93CA89888FA /* Exception.ice */; };
+ 70D4600D71458758C2045C22 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = B530F48971668FE02322A038 /* Test.ice */; };
+ 70F7A767CDFF8634D913DDDD /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 710A557421A13030E2F1B340 /* IceScope.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = AF1BACC1B0DFE01B062A4E78 /* IceScope.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 714F4CB366F545F2F9D8EBAC /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 715481B4788BF7FD1DAE4155 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BE4C642BE54F1ED11B1FBB8 /* AllTests.swift */; };
+ 715CF2B35A2D64A748F35D36 /* IceGrid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAB7787427A469FD2EAC63C2 /* IceGrid.framework */; };
+ 7179189CFA7DF8152B9C12EC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 71C31A590FDA20CFCEFDD9F0 /* DynamicLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 186C269AF2BBB57616A4D2EB /* DynamicLibrary.cpp */; };
+ 71FB252E2933EB6DC09B2BDA /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D389E23FC01179A342985D3 /* ViewController.swift */; };
+ 722645F9C4BB86CC195E8EDF /* IceStorm.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 858C78E03E18EB36FB20A3E5 /* IceStorm.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 72A5E56991B614AACFA5FBF5 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EC9EE7B31283F11775B0007B /* Security.framework */; };
+ 72DDD4C30A995206B2F10316 /* ServerPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2FCCC7FF67D11F09D27E2640 /* ServerPrivate.ice */; };
+ 7306F3341A37C259C755DFD7 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 7341ED4CE70665183B9547A3 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 468B1B876BDD1F7AE01E83CC /* AllTests.swift */; };
+ 735905EE575C5CD8CFCAB9B0 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 735A5EBE821B8A1E6B6B42CE /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 73FA153E9A5457F2AC3AB39D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 741D3D75F56CC9DDA27119E3 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 74457F7167D9E80EFD878343 /* IceAmi.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 723F2618E60CE4BEA2D8BD19 /* IceAmi.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 748EDC6DDB84ED5B7AF2DA3B /* ImplicitContext.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8BD5B97A2E783FAA90738BDD /* ImplicitContext.mm */; };
+ 74F83F3ACF5496E1DA71EA91 /* PluginFacade.ice in Sources */ = {isa = PBXBuildFile; fileRef = 674C57B9119E1E4E4DAD5010 /* PluginFacade.ice */; };
+ 75196579185FB8D0CDE92505 /* Exception.swift in Sources */ = {isa = PBXBuildFile; fileRef = 547B76B563001BF51CE80CA1 /* Exception.swift */; };
+ 759964222457EF3F212B5D5F /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ 75D4E24C763BD003F7009E2C /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 7605718BB3AEB66F080760A5 /* ServantLocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8867FA5BE584BE301B2E45B2 /* ServantLocatorF.ice */; };
+ 760E3538B018ADDAE4837446 /* TestCommon.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 76403E21B20D19525F3A760A /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CFF1CAE8EF4FC886368466A /* TestI.swift */; };
+ 76416735E814DC76C8F2DE04 /* RFC2253.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D14B7E1DFBAD7EA0D1A67BD /* RFC2253.cpp */; };
+ 764E93E1B3A3BCD481C0DDB8 /* IceSlicingExceptions.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = FD807A36F0DA39CB04ED0B66 /* IceSlicingExceptions.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 7679AD05D7F8FE62680434E9 /* Value.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3303B9E4AC24E998544E2B73 /* Value.swift */; };
+ 767D0301DC8629A8A442E5DA /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = A60CA7DCFA668A6121721E68 /* Server.swift */; };
+ 7698C38DB0E3CD0CE5218FFE /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6DA123AD5F97C389C9724AC /* TestI.swift */; };
+ 76D2FB928B8EAEE11E411734 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 77195FAFE9C8CFEA36C0E2A4 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31425231DD863C8CE7C8D735 /* Server.swift */; };
+ 7750D7D3A6AAF068AEFF9681 /* CountDownLatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 894BA098E2DB647C9EDDB9B1 /* CountDownLatch.cpp */; };
+ 77620C41F24C8C660744DB8D /* FactoryTableInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A82945CB5C0272798F6F16C8 /* FactoryTableInit.cpp */; };
+ 77BFACD6020578AC83BEC275 /* CommunicatorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD99D1F08C14A312779B5CB6 /* CommunicatorI.cpp */; };
+ 77D1B1F9802CD06C6D33363F /* IPEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1B34F8458698CFAD809B8251 /* IPEndpointI.cpp */; };
+ 77F630EA56EE75DFA03A7CFA /* Protocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6ABDDD64341270C906904CA7 /* Protocol.cpp */; };
+ 780FEEF82D21F6FEEC448C34 /* Plugin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 61E3A0AD0EA15B768DFA6341 /* Plugin.ice */; };
+ 78209CF5FFF8FA727E1A48BC /* IceSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = EC8E77CA05807B679A92CD2A /* IceSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 7833F60D32C406A47AAABCE3 /* SecureTransportCertificateI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2CABF5E69BEF5B4B37D47028 /* SecureTransportCertificateI.cpp */; };
+ 788E8E82A6B842F71D5835FE /* Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 082D49587B6DEB4FC57CEB1E /* Timer.cpp */; };
+ 7895E3184319DFCD07F644B0 /* IceStorm.ice in Sources */ = {isa = PBXBuildFile; fileRef = 28E20AAF18A7B4C70A63062B /* IceStorm.ice */; };
+ 78BEEBF2F76822170A08C721 /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0D2763C4587C0E8159B9334D /* EndpointInfo.ice */; };
+ 79745009F4AFE4B93E9119DC /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95C17344F3DC59E4560748 /* Client.swift */; };
+ 79764CA660751B4F6AD37A9B /* TraceUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = D53B811CADACE46AAA2DCB49 /* TraceUtil.mm */; };
+ 79AB89E8776593C965F07F44 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 010848924B5B7D5C41F34121 /* Test.ice */; };
+ 7A6478B8918CB12503B195EF /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = FFE689C53BA89A713ED9158E /* ConnectionInfo.ice */; };
+ 7A65F0CE9E4C4318B655931B /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 905717D8ADDDFEE1AD0381F5 /* Metrics.ice */; };
+ 7A6CEEB2EE406641A0FE6DD4 /* IceImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = EA611CB47AAC451C3D811F4C /* IceImpl.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 7AC996813D110FEB332D343C /* IceSSLConfiguration.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 48D60EF0593983669F3376E6 /* IceSSLConfiguration.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 7B012518109978F207620672 /* EndpointFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 74D2286CA3D3000545CE0C71 /* EndpointFactory.cpp */; };
+ 7B53D6F4528295EF4459FD30 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 7B5FC8826508A405CFE8A663 /* ObjectFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = 32E182682539DA71CABD3BF4 /* ObjectFactory.ice */; };
+ 7BA691526B4C71E985E0A307 /* PropertiesAdmin.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0CD8F1F28BD6463F0DCE8C57 /* PropertiesAdmin.mm */; };
+ 7BAC40B485C0CA40FF43F28B /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = A96CD4BABF7B6ADE7685C97B /* Server.swift */; };
+ 7BADD1E874B2431E58CF7608 /* IceInterceptor.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 6E1F2F479E891B578FE8A2CA /* IceInterceptor.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 7BD33A969861FC17FE737D4A /* BlobjectFacade.h in Headers */ = {isa = PBXBuildFile; fileRef = 312386CAEA1125D87C0A2034 /* BlobjectFacade.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 7C03826ECE66378AA4E0A417 /* IceFacets.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 8F224002805AED0DDD2D8F8F /* IceFacets.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 7C29550C1FD14D3E6D31403F /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 7C458D24301CB7B732EBCB1F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 7C5F52AA59DD148735B3B82C /* PropertiesAdmin.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0CD8F1F28BD6463F0DCE8C57 /* PropertiesAdmin.mm */; };
+ 7C93955CB6FFED1797A5923E /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 7CE5E9018C924CF4A98FB6F1 /* UdpEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94D72F4D2B663E494D150D17 /* UdpEndpointI.cpp */; };
+ 7D0E2E4595DA78B46BD9DC35 /* Transceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 785CCC57D16C8576657E84ED /* Transceiver.cpp */; };
+ 7D24801B6F1818C018A853B1 /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C7803189BC4AA975D7CF243 /* Exception.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 7D27EBC9242357B5C991B89D /* ObserverHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5DCBC898E80ADB7C11D00E4B /* ObserverHelper.cpp */; };
+ 7D5DEB482281B1BCF19599E0 /* ConnectionF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4C77A86A40E9D9931B5C2600 /* ConnectionF.ice */; };
+ 7D6D8600E4FD513C8D402A32 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B0A65436FD7A5D6789D6B20 /* AllTests.swift */; };
+ 7DCD0F085F786C95ECD737DF /* Properties.ice in Sources */ = {isa = PBXBuildFile; fileRef = C79519B5BC6E0B129692EB02 /* Properties.ice */; };
+ 7E2BFB9DD0899DF34000AD33 /* EndpointFactoryManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B621B3DD47F2DCF723B805BE /* EndpointFactoryManager.cpp */; };
+ 7E4AFCD8FA4A4912611CE406 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 7E651C547F12E6D5B37C272E /* ImplicitContext.ice in Sources */ = {isa = PBXBuildFile; fileRef = A403D805C771C0FAD5A41874 /* ImplicitContext.ice */; };
+ 7E6DDB079DF13BE8AA16D232 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 7EBDBC9BEC66AE6AA2E50F75 /* ServantLocatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2903BC12F845CB1431AC9E8 /* ServantLocatorI.swift */; };
+ 7FB877C3C562890AD618C857 /* libIceIAP C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0363D7DC249CBD0CFEC6A4CD /* libIceIAP C++11 iOS.a */; };
+ 7FC146E0C6034DFAD864CE71 /* Key.ice in Sources */ = {isa = PBXBuildFile; fileRef = BC9B7AE35C2E2A23F01F9B25 /* Key.ice */; };
+ 7FD207FB2F7D6BBC480FDF4F /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 7FD6A2A18C813C0B150AF78D /* IceUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9EC2BE90CBA821A7710C02AD /* IceUtil.mm */; };
+ 7FE01981C5CD557CC135AFAC /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A61C3F7F34131910811F18A /* UIKit.framework */; };
+ 80270BFAA383551F12DB4358 /* InputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D636A4F0E3C716AFEE9309 /* InputStream.swift */; };
+ 80738C1FF666835235BC5AE7 /* Service.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD603BB68172C67899ED3A /* Service.cpp */; };
+ 808BE1DF804A326A109E3772 /* PermissionsVerifierF.ice in Sources */ = {isa = PBXBuildFile; fileRef = D26675F107992F0EBFA9A463 /* PermissionsVerifierF.ice */; };
+ 80D16312E0637FE69D91FCF6 /* Version.ice in Sources */ = {isa = PBXBuildFile; fileRef = 56A1ADEE61B02626608EC13B /* Version.ice */; };
+ 80E7772F26964D42A2C259AB /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 81A47892B6C6E822C69B6455 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85961FE77E7E77AE2438BD9E /* TestI.swift */; };
+ 81BC6A6956AA1C3A27864C84 /* EventHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3AE5CF4F00A65D2C35D1036A /* EventHandler.cpp */; };
+ 81E8789217DF84FF3499AD2A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 82337289E41A416E7AADCCA8 /* ObjectAdapterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 944F92AF09FB1688F8EEDE91 /* ObjectAdapterF.ice */; };
+ 82C5ECB7E858F5B924DF7F2F /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCBF2BD64493E96B93401A19 /* Server.swift */; };
+ 82FC3709F7FD3B3A54829158 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76ACC9C1FF90896EDB7307B /* ServerAMD.swift */; };
+ 8314BC0A642A7AB19629C220 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7B28E63CEF66BA47CEDEC623 /* Test.ice */; };
+ 83CFEF14F3B43C128D17FCAF /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 8406D6AD714FEC7C4DE8F9D9 /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4A48DD005CFD77102B7D8CE8 /* RouterF.ice */; };
+ 8419E1F1AE964A5BBD1B8290 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7183891C3797946A7E9E889D /* Client.swift */; };
+ 84253844C61B3E9C00472105 /* Connector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FBBCDC6EF0AA3DE8F155D8CB /* Connector.cpp */; };
+ 84489648455B354C158A1AB5 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 845DE90906ABECA1EE3187F8 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 847B8303E10EB9B9A68112F0 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84CF7027FAD9ABA69795CDEE /* Client.swift */; };
+ 847FC20C1B48295A88249983 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 849B6B1B0DBCECA076917EFB /* ImplicitContextF.ice in Sources */ = {isa = PBXBuildFile; fileRef = F30C6E16D5AAFE25A761AA12 /* ImplicitContextF.ice */; };
+ 84A46B15406E51FD1553DB70 /* ThreadPool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 85E5C62365C17F103DF3EAA8 /* ThreadPool.cpp */; };
+ 85DDA1BED81DB0C88DD3E947 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B36C1CD5BBD81C7210DEC5 /* Client.swift */; };
+ 8648BC02BE4B1D0606C44745 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 865671751B668FDC37509738 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F82D129A56341DCC110D3D5 /* AllTests.swift */; };
+ 86C1CDEB1D60CF0C2D7239B9 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150C20DC88D39A45DF9D8BCA /* Collocated.swift */; };
+ 870564A3401D9BF46BED2767 /* PermissionsVerifier.ice in Sources */ = {isa = PBXBuildFile; fileRef = C06DA0006FD00F2A4AE11847 /* PermissionsVerifier.ice */; };
+ 8715E593EC00D47E1BC61EB6 /* CollocatedRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ED9E1C7023FCAE13670F9E73 /* CollocatedRequestHandler.cpp */; };
+ 87425F53A266584B25587063 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 8750A06F5B54F62B5945C461 /* PluginF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8D40D3C5F0FB6DFA1E1F1556 /* PluginF.ice */; };
+ 879E5072BB04AE6F1EAD9262 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 87F0E8ADB0104188D42672F7 /* StringConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C94797699C734607ADCCF22C /* StringConverter.cpp */; };
+ 881F0D2B2AF06262581479F5 /* ClassResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09BBDE7B70F661621CA8BF46 /* ClassResolver.swift */; };
+ 8842016B5F30B8CE02426757 /* IceOperations.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 0E4335943E2E798753CA12FE /* IceOperations.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 8877C22F26FF8560558C3BA7 /* Process.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0DB01F80AE1F2D3600330743 /* Process.ice */; };
+ 88889E45BFB6B89C2F49F02D /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 88AB7747C9333A217C415C33 /* IceImpl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AC8034D9D49A82B80184F667 /* IceImpl.framework */; };
+ 88D09113F5F5C978A80D4819 /* UdpTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C96D31911037DFF789A89D14 /* UdpTransceiver.cpp */; };
+ 88DDAC325871F933CA65E810 /* ConnectionI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C8864E276FC3DBC09D66FF0 /* ConnectionI.swift */; };
+ 891F4EBFAE39E444D1105EEE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 8974D3F76E88865E82819372 /* UUID.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7D1D9EA8A6BD4D5C6D966199 /* UUID.cpp */; };
+ 89E81BB3BFAD319DE257AA38 /* PropertiesF.ice in Sources */ = {isa = PBXBuildFile; fileRef = AD2CEFEDA1487C249E071233 /* PropertiesF.ice */; };
+ 8A16DC7CB7BFDF0BC2215B25 /* Main.storyboard in Sources */ = {isa = PBXBuildFile; fileRef = A8F44783696B0C2E07A10E39 /* Main.storyboard */; };
+ 8A3261D5973CEC887634DF3B /* OutputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 24CAB42990F249B13BCD1EB8 /* OutputStream.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 8A32AE09C25688493FAF0243 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 8A7DFF8591C7FB9D64B30D6F /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 139BDFC4910A96D59B3EFC7E /* Client.swift */; };
+ 8AABBAA90FDEE6CAAD180DEB /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 8ADC00946F379327E04225E9 /* OSLogLoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42D7504DD22419F6C8562EE6 /* OSLogLoggerI.cpp */; };
+ 8ADCE8C13992BBF0B29CBE28 /* Endpoint.ice in Sources */ = {isa = PBXBuildFile; fileRef = BC4F9A9D741DFE98CC0720AA /* Endpoint.ice */; };
+ 8AF2215BE07A66026F01D742 /* PropertiesAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8FD5C009677B83B5DB677CEC /* PropertiesAdminI.cpp */; };
+ 8B35B073DE6285058D319214 /* IceTimeout.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E204D6FA4661EA24F0C6D6DE /* IceTimeout.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 8B53C755921363D7844308B4 /* ProtocolInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C2890B9040B1E012452E4574 /* ProtocolInstance.cpp */; };
+ 8BB6F61273A2297278F19E8C /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ 8BC44F00680E87C4E73205C9 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D679ADD51F9E6E07A97D2C50 /* TestI.swift */; };
+ 8BDAFCF3C194D2473F5A107C /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9611EE1EE1E6CC696023AE23 /* Metrics.ice */; };
+ 8BEE3FE1CD919618B8A945C4 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9B996A789B60B3E77885F504 /* Test.ice */; };
+ 8BF17764D1C070B9F1AA931D /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 8C275BBD2B85E559C4C7BD21 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C059F6500BF0FA3FFAA4E5E /* Client.swift */; };
+ 8C67A581EBCE73D03CE1B302 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 8C9670B1616F61A78C214842 /* RequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F80F56B46B9F22870F5994B9 /* RequestHandler.cpp */; };
+ 8CAD0DD125C53F1115D0CDB7 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 182D93A4292C7DE71DF57EF5 /* AllTests.swift */; };
+ 8CD8F4A1BB4DF02F2CA1A2C3 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = F87EA79C69600E62C8D1B2AF /* Server.swift */; };
+ 8D2F68B4DD96FE93567A49E3 /* ObjectAdapterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 944F92AF09FB1688F8EEDE91 /* ObjectAdapterF.ice */; };
+ 8D4BAA808AB0002F2B6677BA /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ 8DA4B4EA71A735712FF8B0F5 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ 8DE80789313A7325875A88F8 /* ImplicitContextF.ice in Sources */ = {isa = PBXBuildFile; fileRef = F30C6E16D5AAFE25A761AA12 /* ImplicitContextF.ice */; };
+ 8DF0C27111AF96DCA13328E9 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 82952375AB60DB3F9C4ADC39 /* Metrics.ice */; };
+ 8E06AB45006BCFF14CB14C3D /* ImplicitContextF.ice in Sources */ = {isa = PBXBuildFile; fileRef = F30C6E16D5AAFE25A761AA12 /* ImplicitContextF.ice */; };
+ 8E0ECD6F9A2A8EEF43D9CBCD /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6A30ED2434AC0C9FD2FA96E /* TestAMDI.swift */; };
+ 8E9E5512E3C517CC3B1FD765 /* Session.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6E9E307165BE58EA4AF037D4 /* Session.ice */; };
+ 8EA35F9C014FAC370C7D3C3D /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 8F05D20791A41CB4CA5FAE09 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2513AA195A67B5E707E3F534 /* Test.ice */; };
+ 8F1B704662741C6504EFCC8E /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 8F2B2D461732D35C1D311F35 /* Oneways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 985F3426D3A7E3C09A5FB15E /* Oneways.swift */; };
+ 8F50E6DD26A1E09EB1430B5F /* LocalExceptionFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4987BA0B2F0FB2B5A24DC6D6 /* LocalExceptionFactory.swift */; };
+ 8F52FC868AF1592F19B6275D /* IceDefaultValue.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 64306139AC3E8A08450AE2C5 /* IceDefaultValue.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 8F78FCD9839D19E53184F4CC /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FE4CED6A0CF5402953470CA /* Server.swift */; };
+ 8FA52E74FB4CF4E92FA82652 /* ImplicitContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E7C2CA365EA72BD3771CDA7 /* ImplicitContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 8FC8DD1E3F1615629C501F8A /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F82D129A56341DCC110D3D5 /* AllTests.swift */; };
+ 8FCE6AA80197E160AD165FCF /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 8FF95428DED23AFA85398321 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 468B1B876BDD1F7AE01E83CC /* AllTests.swift */; };
+ 90047ADE401D5E8EE49326B8 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 90118E236ADBCC6E49D488CF /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29C8755139640D0088E36727 /* Client.swift */; };
+ 905F43C6E1BEF3A2E33F2F27 /* Proxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C9EB8A16CC51603D8EA88E3 /* Proxy.cpp */; };
+ 9089C8BDBA83571821E33AB3 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ 90A66CAB02DB79C04351A510 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1A513740BD1E2966AE717AFC /* Test.ice */; };
+ 90DA3B2BE7FD3B9D7CF74DA3 /* Base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15F36AAC7E6372A4120AD0E9 /* Base64.cpp */; };
+ 912A221D7EF95A44DECBAACE /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD08300CC01B86B0B8DD9714 /* AllTests.swift */; };
+ 9149B00C2E957F0CC87B771C /* BlobjectAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB954CFD19DFEC0E5E6C0339 /* BlobjectAsync.swift */; };
+ 918F9FABFE79D294D2C9AD4A /* Plugin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 61E3A0AD0EA15B768DFA6341 /* Plugin.ice */; };
+ 91E40EC0A383937B015F0FAB /* IceProxyAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 588E0F53F71112AEF05AF509 /* IceProxyAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 91E5BC7FEFA4370E44804524 /* IceStorm.ice in Sources */ = {isa = PBXBuildFile; fileRef = 28E20AAF18A7B4C70A63062B /* IceStorm.ice */; };
+ 91FCC8EEFB2A9EE5F1B7E93E /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEA702180D18D59C5E5A4D2C /* TestI.swift */; };
+ 9214FAA8A099C9AB2A32D54F /* ObjectAdapter.ice in Sources */ = {isa = PBXBuildFile; fileRef = 87A0F55D321E16C259230913 /* ObjectAdapter.ice */; };
+ 929F4352AB4CD12399A0550E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ 931775F765D90FC40B591F3B /* DispatchInterceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2D2E37F5D4DEF66E608DAF41 /* DispatchInterceptor.cpp */; };
+ 935A46B2B8C92242236FED23 /* Communicator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 85B3800D03E81F2AF0CC960F /* Communicator.ice */; };
+ 9365AE1EA77A87D6CCD7AB27 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1BD0405C01A2845F08242F6 /* Client.swift */; };
+ 93DA011545ABA59AAD00F056 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 148D6FF62411185D4CCAE565 /* TestI.swift */; };
+ 93DF634B3A435D46D2053D21 /* Initialize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1D3962F4267396CE0A7638F5 /* Initialize.cpp */; };
+ 93EDF95CF36A392E24187B7A /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C966FDF4871106138EBD467 /* Client.swift */; };
+ 93F50D87772283631D60A3C0 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EE4AA38A2B54A770C4EB403 /* Server.swift */; };
+ 941687C15F9005644272463E /* RecMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2AA28D5CA141A90935CFC029 /* RecMutex.cpp */; };
+ 943FB9A5A3E267EFB85A1B1B /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B7C86CB22D013AACA7941B0 /* Client.swift */; };
+ 946F4299C7F779DCB1D23552 /* IceExceptionsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 4CC76DFC0B5C3284FA4E0DC9 /* IceExceptionsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 94758F201F1DF58658ECB95F /* IceStream.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E5B50DA89D7A974127EFBEF9 /* IceStream.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 94B4B5AF7D465C069B0B907B /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9355D92A9F91D7543F36E0A7 /* Client.swift */; };
+ 94F9100CF8BA8CA61CF430EB /* CertificateI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE81098CC55F79881E8FD599 /* CertificateI.cpp */; };
+ 95171EEEA1F6418F1C49E708 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 95C26A1C5801D993E494A723 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 95F5681B3E93B547E08BEFBA /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ 962157D6EB8FC7C5B723B560 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 728D3DF7A351174EFDCB77CE /* Client.swift */; };
+ 962208A27C049F0E4A6BF919 /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = FFE689C53BA89A713ED9158E /* ConnectionInfo.ice */; };
+ 9647BD3F56E79274B28F6E48 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD6BDC91C7DF8EF8259D449C /* ServerAMD.swift */; };
+ 969A32E7AFC0AFC51AC84F80 /* EndpointInfoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C7D9887F87711D5DE409E77 /* EndpointInfoFactory.swift */; };
+ 973F5DC4E2B205EEB563C214 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ 976C308E181F8A2877360BE3 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ 97926D5AF577A1ECA17DF007 /* ConnectRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8013B2943F49B47D639EE6B1 /* ConnectRequestHandler.cpp */; };
+ 9794A08140B857ACAE872E91 /* IceAcm.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = A5F33B0F74F1416999053B2B /* IceAcm.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 979ECDEF1A7A5CE90409C691 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA37A14C0A4504B69A0E732 /* Server.swift */; };
+ 97C39D0EAC4C4077C2EC0206 /* Convert.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF79928448322090DB491E48 /* Convert.mm */; };
+ 982C1005A5545F2166236A79 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0BDFBE8E80AE398A0B7BB95 /* TestAMDI.swift */; };
+ 9850BFC8132CBB8A6A76D5FC /* TraceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = C748D0D0F416EECACB357AA0 /* TraceUtil.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 986D31C048856BAD0D786E8A /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ 98797F033D8C89D0223D3CDD /* ConnectionI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C8864E276FC3DBC09D66FF0 /* ConnectionI.swift */; };
+ 98AB8E14317B70C3EC315C69 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 828E49A903B8CA736EE53E95 /* Instance.cpp */; };
+ 98CC6AD9606F79E80C9F483A /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B405C4D2897541E38824AE7 /* Config.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 9967F654F26DBEDCEFB2A5A0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 996DB11F64CB260122EA707C /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EC5E6912292315F022BCC40 /* Server.swift */; };
+ 998643022A787CFC8C297BB4 /* LocalObject.h in Headers */ = {isa = PBXBuildFile; fileRef = C0DFCC89D04422B33CFD6C64 /* LocalObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 999733D36664247D63872CB3 /* ImplicitContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E7C2CA365EA72BD3771CDA7 /* ImplicitContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 99B96BBC603FD7302B5D9A46 /* ValueFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0E41B72CBD92E76EDCD20C0F /* ValueFactory.ice */; };
+ 99D9FF9F7988ED8841F83948 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CFF1CAE8EF4FC886368466A /* TestI.swift */; };
+ 99E5F24B62E26DD5545D00D9 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = C43301E2BD8D413F7287AE09 /* Client.swift */; };
+ 9A019BCC61C1B5C5370EFD75 /* WSTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28C5A74102256BADF4FA9C67 /* WSTransceiver.cpp */; };
+ 9A082836DA259D6A01702F90 /* ObjectAdapterI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AE1EB7647A149B7F0935A5 /* ObjectAdapterI.swift */; };
+ 9A0E4287FE267727BC95D770 /* ProxyFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8A5DCEBF0A7D0BCF96ABE1A /* ProxyFactory.cpp */; };
+ 9A97DA727D3768551CC6D787 /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 10BEF56C09137AF9E8EADAE5 /* PluginI.cpp */; };
+ 9AB11F6FA57E9973A249B928 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1868442C9A5E3A487AE5D2 /* Security.framework */; };
+ 9AC506F9E3DC19794C85AB84 /* Instrumentation.ice in Sources */ = {isa = PBXBuildFile; fileRef = 95A3311BD80AC74C91DF28D8 /* Instrumentation.ice */; };
+ 9ADC2B10CCB5B4EE51F6BFEB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ 9AFC403E158A329C2E6D25C0 /* OpaqueEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F370EC9C5DA18BEC65299930 /* OpaqueEndpointI.cpp */; };
+ 9B3C4FD7C6D9FCC3EF4834F4 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85961FE77E7E77AE2438BD9E /* TestI.swift */; };
+ 9BA0A47006691E491FDEBC84 /* ThreadPool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 85E5C62365C17F103DF3EAA8 /* ThreadPool.cpp */; };
+ 9BB514D923EB291FB0BBAC41 /* RetryQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E91F4262EFF74101CC97EC89 /* RetryQueue.cpp */; };
+ 9BCB4D579512F8B97BFB92DE /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 18770408DBFC43B08B32172D /* TestAMD.ice */; };
+ 9C0F86BE5A0D8B601C2C60AA /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28E5AC7398564D147B44768A /* Client.swift */; };
+ 9C2958E04C74ABF047E3D4EA /* WSConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC01C4F677F4F7E617ED4CD1 /* WSConnector.cpp */; };
+ 9C42C280FC6EC0FB5E756E19 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BBEC75B6D647B2AC93CE696 /* Client.swift */; };
+ 9C4E2A14F4F7DE80CEBDD647 /* IceStorm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 858C78E03E18EB36FB20A3E5 /* IceStorm.framework */; };
+ 9CBFA63FCF095CE5E583D7ED /* SliceFlags.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AF53C0AA4B813C84F5414D0 /* SliceFlags.swift */; };
+ 9D8776F5B7F1A3C43A18C01B /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = F32032F363D4D38962F213AA /* Client.swift */; };
+ 9DA0545DEAAE2332ABDA0FB0 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7286CE5B5C84B5FB81CB267E /* Test.ice */; };
+ 9DC02CA09EAFDBBFE4EFE252 /* Thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA57D43519145B2372572CBF /* Thread.cpp */; };
+ 9DC0F768F4D1EF23BA43A4C3 /* ProcessF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 73F7B8BF651560CF599FF900 /* ProcessF.ice */; };
+ 9ED8103ED340625E72A0A562 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = A13636E0112BEBD53C5E5FDE /* Collocated.swift */; };
+ 9F0E23591E2AA6826E7A1119 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC0DA176A79466D9EF0B2480 /* TestI.swift */; };
+ 9F8F32E6D481DC8BC25FDF45 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ 9F9B62E56ED2C13118EE4165 /* Base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15F36AAC7E6372A4120AD0E9 /* Base64.cpp */; };
+ 9FDD930436035083DEE66952 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ A03FBD121563FD4A6B65FDA5 /* IceBinding.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = B28053A938BEA7B715F00AB8 /* IceBinding.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ A04B9E18E06496C18502F69D /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48104E007317B85677C9019E /* AllTests.swift */; };
+ A04ED37AD09AE07E6905DE81 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ A098EF66568CC4C4E695692E /* Locator.ice in Sources */ = {isa = PBXBuildFile; fileRef = BA30C364B7F9B680296D0167 /* Locator.ice */; };
+ A09919A0E6B2023F06076D6F /* Exception.ice in Sources */ = {isa = PBXBuildFile; fileRef = C3E3755BC21CD93CA89888FA /* Exception.ice */; };
+ A0A78019F94D35F98AB56BCC /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 082F8C98AF764B32325525CE /* TestAMD.ice */; };
+ A0A7F7F73BBD89E965B67074 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EC5E6912292315F022BCC40 /* Server.swift */; };
+ A0B9264349CCAFB04D9278C5 /* EndpointFactoryManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B621B3DD47F2DCF723B805BE /* EndpointFactoryManager.cpp */; };
+ A11481486DACD455D9B73F02 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B0A65436FD7A5D6789D6B20 /* AllTests.swift */; };
+ A14D44C9402ACA06572814A8 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2746FF3009D1576BC1E9FD10 /* TestI.swift */; };
+ A162944E44AA4B7C2C5F8C95 /* SecureTransportCertificateI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2CABF5E69BEF5B4B37D47028 /* SecureTransportCertificateI.cpp */; };
+ A18BEBA1FE52992AC6377523 /* LocatorInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0DBA6694C9EFBBF63FBA9D1A /* LocatorInfo.cpp */; };
+ A1E2CB483F0219F9775D92A5 /* SecureTransportUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E9D74723E71F6133C7B67F8A /* SecureTransportUtil.cpp */; };
+ A1E42DE0BAB2CB46C9C34130 /* RFC2253.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D14B7E1DFBAD7EA0D1A67BD /* RFC2253.cpp */; };
+ A220723FAAD3C1D72B4D0648 /* IceInheritance.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 8854D9986A818A55491E4CBB /* IceInheritance.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ A233EA54524DEC4F8B4B2AE9 /* Buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F47BE93ACFB17B308EFCE2DC /* Buffer.cpp */; };
+ A26EA3D70EE5A1CDF6E5E339 /* ConnectionInfoF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 92BC10D07C735AAC5BB7502A /* ConnectionInfoF.ice */; };
+ A2A39ABA4E571DE4E6D95EBF /* InputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7D673AB9D282D07995CB4A1A /* InputStream.cpp */; };
+ A2A61B82B0F6E31746F0B72D /* MetricsAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F920F4A08F3D6638E88223F0 /* MetricsAdminI.cpp */; };
+ A2C370AE19A089E15F682C1D /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ A2C3CE949A83131D6B5CB080 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851DA69EC26992E1A78B9332 /* TestI.swift */; };
+ A2CE5606A7BDCFFF25CF00E2 /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4A48DD005CFD77102B7D8CE8 /* RouterF.ice */; };
+ A2D2454D6D5C536FAD87633E /* ObjectAdapter.ice in Sources */ = {isa = PBXBuildFile; fileRef = 87A0F55D321E16C259230913 /* ObjectAdapter.ice */; };
+ A2DF828B7A09CE1DE91100C1 /* IceRetry.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 990D102E800ACED5F30623BD /* IceRetry.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ A2EFCBBF94FB03DBCA52FC49 /* OptionalFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C30D748FED32EBD23AFAD17 /* OptionalFormat.swift */; };
+ A318F9DA2DE970D5AC486074 /* Reference.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 014A5BF99F34D6948D2AD243 /* Reference.cpp */; };
+ A36B3F0B4B2271245ED80E3D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ A3A7DDE3C347C401F1B7BDA8 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EE4AA38A2B54A770C4EB403 /* Server.swift */; };
+ A43193CA381F0532902484F2 /* Properties.mm in Sources */ = {isa = PBXBuildFile; fileRef = 19A065AC460775653C809CB6 /* Properties.mm */; };
+ A46A621882ECCF59FA8D752B /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ A46F4FE3A29E69975AC99405 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 529F8AF65227A83C543A5BC9 /* Client.swift */; };
+ A4E756BB26414D3FD0FBC344 /* IceBinding.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 93837398EDFB097B364057AE /* IceBinding.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ A4F5FB1BB97A9FDD0589A971 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07D6B91B53D4CEB7A580028F /* TestI.swift */; };
+ A52677F62F5C5ADB0F445B66 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = E0D154150EF87EE7F705D2F7 /* Test.ice */; };
+ A545448BE8F443ACCB60A972 /* PermissionsVerifier.ice in Sources */ = {isa = PBXBuildFile; fileRef = C06DA0006FD00F2A4AE11847 /* PermissionsVerifier.ice */; };
+ A57D6E665B1799123103D597 /* SecureTransportUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E9D74723E71F6133C7B67F8A /* SecureTransportUtil.cpp */; };
+ A5B384AFD2645BD01F3B3A63 /* Connector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FBBCDC6EF0AA3DE8F155D8CB /* Connector.cpp */; };
+ A5B87D4F471EF925CCCFEE88 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = B406293BBB4D9FCD6243911C /* Client.swift */; };
+ A5D9AA572E80E84E6678667E /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7EB44FE88B24803C3886D9EE /* ConnectionInfo.ice */; };
+ A5F44CAEE521B03CE165FB88 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ A62286F8B913787EA1620F3A /* Logger.ice in Sources */ = {isa = PBXBuildFile; fileRef = 976A3FFBCA2649E55A5671AC /* Logger.ice */; };
+ A66864052DD5CA0071DDD8A5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ A66B017F127CC575DA8C79E7 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FE4CED6A0CF5402953470CA /* Server.swift */; };
+ A671EA795BD49F91F1CE4FFE /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F688FE5A19FD31DA5801A9BF /* AllTests.swift */; };
+ A6810FBC4F227DBBB6162DCC /* BatchOnewaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3478AA84C66A5577BD1FDE /* BatchOnewaysAMI.swift */; };
+ A6B786B3644C1B234D5E18B3 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = A866D77900606BE58EE743DD /* Test.ice */; };
+ A6C2850173817EC30E6EE54A /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ A726E55C5445DC63AECC92CC /* Selector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 12BFB107B317733183641AB1 /* Selector.cpp */; };
+ A72C0E274F9AAFB8778A0123 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 318C35FB7C6DEFFB1DD2AADD /* TestI.swift */; };
+ A73B7B645437DF4178E288C2 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ A750AC8C37B1D4CEA51ECA4B /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ A7515D4E778514E31E4C2BE3 /* Acceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D0D6963F6AA17233FFDE033 /* Acceptor.cpp */; };
+ A778D5E4FBAB85987B8032F4 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ A785F49A1DD7E9FF924C1B75 /* PropertiesAdminI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F796F528E6A63FC90F94AD5 /* PropertiesAdminI.swift */; };
+ A7A087B9322910BE67205EC9 /* Service.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD603BB68172C67899ED3A /* Service.cpp */; };
+ A7CDA7AC4D5C26949F638E94 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = C43301E2BD8D413F7287AE09 /* Client.swift */; };
+ A7D9B76D28F56C9A92D6FBD9 /* LookupI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE87FB7506D7E056CCE8D825 /* LookupI.cpp */; };
+ A7E6567EB91EA4BE317002CF /* RemoteLogger.ice in Sources */ = {isa = PBXBuildFile; fileRef = 603DC664B216AC9FBEC442AD /* RemoteLogger.ice */; };
+ A7F895521CDBD42EECE37AD2 /* LoggerF.ice in Sources */ = {isa = PBXBuildFile; fileRef = E615DBA55804D9C3C71AC6E2 /* LoggerF.ice */; };
+ A8008630434177F4FB1255D8 /* IceOptional.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = CC9105C9E568CCC98BC39315 /* IceOptional.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ A80DAA4BE444B3E60EB66E26 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ A8178CC07CB4A1361DE613DB /* certs in Resources */ = {isa = PBXBuildFile; fileRef = 544733E5721E420BC36C3987 /* certs */; };
+ A820F23D229C4F3999E15375 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ A8523D0F041DF8FD1BA853B9 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ A8898B3374C6D12C93A7CAFE /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7286CE5B5C84B5FB81CB267E /* Test.ice */; };
+ A8B914A64F2407A94878C0B6 /* ServantManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EB459A0C1C577235CA551B /* ServantManager.swift */; };
+ A8DF27AD98CFB6C6D98EB8DB /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ A8EC17A25A5D2B7495453302 /* SlicedData.swift in Sources */ = {isa = PBXBuildFile; fileRef = F32AEE1BAC02F4AA077D7768 /* SlicedData.swift */; };
+ A9084F38ADCDDD6DB6D182A4 /* IceAdmin.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1F95917DE9D9E48EBC1C62F9 /* IceAdmin.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ A917B6D3DFAD52AE124C4A79 /* Glacier2.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E8F6D49C60D45442FEAA4E3C /* Glacier2.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ A929E1C0657D01427D40CBA4 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48104E007317B85677C9019E /* AllTests.swift */; };
+ A949DF6D6179AD15A2459342 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ A961B24051DB4452D0207700 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = FCACF7DD1EFA359C55D88E2B /* Router.ice */; };
+ A99AD8D7EE99BB1EE4E202EC /* SliceInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC1A56353D4AEBF171EBA982 /* SliceInfo.swift */; };
+ A99CCB2F601EF47F7F98CE1E /* PropertiesF.ice in Sources */ = {isa = PBXBuildFile; fileRef = AD2CEFEDA1487C249E071233 /* PropertiesF.ice */; };
+ A9A4CD3D3ABBF021F23BA3CE /* PluginFacade.ice in Sources */ = {isa = PBXBuildFile; fileRef = 674C57B9119E1E4E4DAD5010 /* PluginFacade.ice */; };
+ A9B343340F9040CB262CAFDF /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 910F41A9BC8971C08B2BF44E /* Test.ice */; };
+ A9DCAF3B629A18D416F097EB /* AcceptorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CCA200B7BE69466360B8CCE /* AcceptorI.cpp */; };
+ A9F26BF68A9C484722EC2099 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ AA1190A12E4EAABF81632EAA /* ConnectionF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4C77A86A40E9D9931B5C2600 /* ConnectionF.ice */; };
+ AA263805EBCE3C23821C24B4 /* Properties.ice in Sources */ = {isa = PBXBuildFile; fileRef = C79519B5BC6E0B129692EB02 /* Properties.ice */; };
+ AA371E492B78802C0BDC1E22 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ AAC44A3CA966CAF12EB249E4 /* ServantManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EB459A0C1C577235CA551B /* ServantManager.swift */; };
+ AAD692229AE081A8DEF593E7 /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0D2763C4587C0E8159B9334D /* EndpointInfo.ice */; };
+ AADA78C7C0CA7F259018DF71 /* EndpointTypes.ice in Sources */ = {isa = PBXBuildFile; fileRef = 19C9D40638B4C9C5ED98693E /* EndpointTypes.ice */; };
+ AB1FD1D862ECBCDEE00DA48D /* Endpoint.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8BEE3F5733D1C3EC96FF40B8 /* Endpoint.mm */; };
+ AB24F91F618EF30A20C79ABC /* StreamSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 919BBCA458862431A6C535D0 /* StreamSocket.cpp */; };
+ AB42CD983BF1455A36E19964 /* BatchOnewaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3478AA84C66A5577BD1FDE /* BatchOnewaysAMI.swift */; };
+ AB60E28314BD621D3673DA40 /* LocatorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B0B9D19F6CD1006BF43621E /* LocatorI.cpp */; };
+ ABABC5FC15D9919B30E979C1 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0145998D6174F98F06A19A69 /* AllTests.swift */; };
+ ABB661E810E3AB7AAA0E2BD9 /* ObjectAdapterI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FF60E70E06D63DB9A009E925 /* ObjectAdapterI.cpp */; };
+ ABC1B6D376502E6D1E7A2612 /* SliceChecksums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B4E374591FB573F191AF0ED /* SliceChecksums.cpp */; };
+ ABE5A81A785743EE49BBC8F5 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ AD499BCA69F1F25F4813174E /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ AD4BDAA4069F169808D25952 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ AD7308C7C49ACE71BA828050 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ AD82CB83070D10EE0347E4EF /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 82952375AB60DB3F9C4ADC39 /* Metrics.ice */; };
+ ADA68DD5CBF1E8BBADF644EC /* Communicator.h in Headers */ = {isa = PBXBuildFile; fileRef = AC249CA5567F068A1C32A7B1 /* Communicator.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ ADF335D7758C0643AA406668 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ AE00EB78D72CCC55AEED5C86 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04BAB78757033821C6660204 /* ServerAMD.swift */; };
+ AE136398AE431D7FC13CA4F3 /* IceOperations.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 4953A68D21690C6BE15DADB0 /* IceOperations.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ AE349B3E86F172ED1265454D /* SystemdJournalI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 58F00F94B5C80686DE764E6A /* SystemdJournalI.cpp */; };
+ AED8FA57B29E0CD8A48B3EF5 /* ObjectAdapterI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FF60E70E06D63DB9A009E925 /* ObjectAdapterI.cpp */; };
+ AF1D1C04E708D7B0C2016589 /* IceEnums.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 59A9CBFE7C7DEAA738AECB06 /* IceEnums.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ AFA7DB7948F478D8C7DC4401 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ AFDCA1CF8F2BF1DB731605C3 /* TraceLevels.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A781AAAFB8997BF4377D9128 /* TraceLevels.cpp */; };
+ B037771ABBC78532BB86F5E7 /* BatchOneways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5850023A001D7D5471FD25DB /* BatchOneways.swift */; };
+ B0556427A6562449F6F8C2BE /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ B05BA93BA06BC53C28C198A2 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 135F09FE87CDA70F3C0924FB /* TestI.swift */; };
+ B0C408EF026CCC30CD27A6FF /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ B0DAC0CD7A3B6738C7CA1495 /* ConnectionRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 433399716572168C2B4448F9 /* ConnectionRequestHandler.cpp */; };
+ B14DE319AD0EE4A84624687B /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ B15E7BD1BB9D1C134CB0EF17 /* Initialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834A06032229F6FBCFB56B87 /* Initialize.swift */; };
+ B22DE1E189E92259929DAC89 /* Convert.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF79928448322090DB491E48 /* Convert.mm */; };
+ B2378452554018C2AFFE5A84 /* FileParser.ice in Sources */ = {isa = PBXBuildFile; fileRef = 132BF75C272649D6DE000FFB /* FileParser.ice */; };
+ B25C45B253BCB98E329D2572 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4F2C4B911971D68C4AFE6B6 /* Server.swift */; };
+ B278F86DEF1493F9411A2C04 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C966FDF4871106138EBD467 /* Client.swift */; };
+ B27E9D4012B20E7DFF7298C7 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ B32E2B6A60369121BA3EABEB /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 59F61B5C44C3CA9E3E30D3DC /* Test.ice */; };
+ B35B0C41BE3328E6507136EE /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0D2763C4587C0E8159B9334D /* EndpointInfo.ice */; };
+ B3CFBD37402C8295616C92AD /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = A42A56C550670D42F1A25A00 /* Client.swift */; };
+ B4427F690C5C757E7DB10078 /* CtrlCHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37E2DF32818817B877971E33 /* CtrlCHandler.cpp */; };
+ B4465939A6CE421956A9A50E /* Logger.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64817387D03AFD5C901D47E4 /* Logger.mm */; };
+ B45BFC0DE594F65FA9268718 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ B4A812F04F0D95576C70A880 /* SliceInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC1A56353D4AEBF171EBA982 /* SliceInfo.swift */; };
+ B4D070111A71EB91FE49E4BD /* ImplicitContext.ice in Sources */ = {isa = PBXBuildFile; fileRef = A403D805C771C0FAD5A41874 /* ImplicitContext.ice */; };
+ B50B30C049FC6DA8CEAB0B5D /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ B57D6DFC0106FEB060C8A63F /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ B580E081C67C9E8F34530F07 /* IceProperties.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = B8001B9287DC0A3E4180541C /* IceProperties.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ B5D097F568B075140D5AE97B /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8346A0E59A692FD3A844FD7B /* Server.swift */; };
+ B5E7B5BD7C7F35EF2FBA7F58 /* HttpParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F1E7F88156E87D26F4249B41 /* HttpParser.cpp */; };
+ B61BF1B1A3B8D0B8900B8C7D /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BBEC75B6D647B2AC93CE696 /* Client.swift */; };
+ B64366D92124F4F8CE9E05DF /* CtrlCHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37E2DF32818817B877971E33 /* CtrlCHandler.cpp */; };
+ B64CA587A787B1471EF05E07 /* Controller.ice in Sources */ = {isa = PBXBuildFile; fileRef = B751AF3E22BBE790817D663E /* Controller.ice */; };
+ B67F79F078E7160BA0638149 /* ServantLocatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2903BC12F845CB1431AC9E8 /* ServantLocatorI.swift */; };
+ B6AA149563E718042EF6EC8F /* MetricsAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F920F4A08F3D6638E88223F0 /* MetricsAdminI.cpp */; };
+ B70F22B3077A990917FABE74 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDF014EDF8D56296240E6CC3 /* TestI.swift */; };
+ B7394EE587C48781C417E2B4 /* OutgoingAsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D44F94D4B3A7FE8DF202E923 /* OutgoingAsync.cpp */; };
+ B74DE2B4C2C99647B8BB6F23 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D8B75BFB47526C545D328EA0 /* Exception.cpp */; };
+ B755DE8185ACAC963816B575 /* IceExceptions.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 806ED2DA71636608B8504BF4 /* IceExceptions.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ B79DBB4E0BFA9E2D02BD6C2C /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A713CD8044FA72237869848A /* AllTests.swift */; };
+ B7C4AF9FA213C05437FEAD4A /* Current.ice in Sources */ = {isa = PBXBuildFile; fileRef = 279D5B22F177F882B0E5BE4B /* Current.ice */; };
+ B7F6990EF7221190AB2CF8AD /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ B7F98BDF7C9B2E4935A7309F /* IceInvoke.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 5E3FD709ECFBA2782F1155CC /* IceInvoke.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ B8013CA87B3149C1E1FC2232 /* RemoteLogger.ice in Sources */ = {isa = PBXBuildFile; fileRef = 603DC664B216AC9FBEC442AD /* RemoteLogger.ice */; };
+ B82776124DEE6218A1C9FDE5 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ B82900BC93E48B58AAB3FB51 /* Incoming.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A0463649BDD91B230596AED /* Incoming.cpp */; };
+ B84A1C69A02BB64EADE6D9EB /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ B87A8524828A868D2090F9D7 /* Logger.ice in Sources */ = {isa = PBXBuildFile; fileRef = 976A3FFBCA2649E55A5671AC /* Logger.ice */; };
+ B87D7113A39CCA7450AEBC36 /* IceAmi.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 61E0E9D9BD1408C1D698EF92 /* IceAmi.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ B89D99E38AA3C6EE1F657E25 /* ArgVector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC8CE1742AD4A77D37C2BE20 /* ArgVector.cpp */; };
+ B8AA2E979C10DBDDD585DB62 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28D93580C1F6147FB8113529 /* AllTests.swift */; };
+ B8BD670DBD48202AB2E9E9C4 /* Transceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 785CCC57D16C8576657E84ED /* Transceiver.cpp */; };
+ B8EEF4F0F599FB309FB9434C /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ B8F5CBE15102B59AA8E1A58D /* RouterInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A02196820AB5B091CEB3152D /* RouterInfo.cpp */; };
+ B8FC412CCD92C0BF611E8426 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 20643B06012B8FE148E3EEB3 /* Test.ice */; };
+ B9378DE279AAE1A23546EDB3 /* OutputUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FAB975D2253577EFF48F96D3 /* OutputUtil.cpp */; };
+ B9433B4A546CD06DD99254DC /* BuiltinSequences.ice in Sources */ = {isa = PBXBuildFile; fileRef = 70074C0B2220E6A6BDFF8516 /* BuiltinSequences.ice */; };
+ B97DD8F3FD1E4743DA9FC7F0 /* SSLInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 916A23E8E37CD12E7AC052F6 /* SSLInfo.ice */; };
+ B9E532A8835368A7A7A2A1E1 /* IceObjects.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 043189FA8B5ACE5A98587705 /* IceObjects.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ B9F405395F8A039CDD9D9506 /* libIceSSL C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 757D2E7F54156B8C71158DF8 /* libIceSSL C++11 iOS.a */; };
+ BA1595F0C833F55F9B0DFB44 /* ACM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6600DC37395E12A97521EB11 /* ACM.cpp */; };
+ BA39333C543DC3E1A46469B0 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 20643B06012B8FE148E3EEB3 /* Test.ice */; };
+ BA3A35676C6E235E483E1EC0 /* IceSlicingObjects.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = FA0D492BC216DC853D9D3D77 /* IceSlicingObjects.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ BABC049F43FF0D80E6141A1C /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 318C35FB7C6DEFFB1DD2AADD /* TestI.swift */; };
+ BABF1BB9E43E7E06E8E60FBF /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ BACE942F433C68466367E7E8 /* StreamAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E9842C48B5AF3208C130691 /* StreamAcceptor.cpp */; };
+ BAD38172D27C3136B7657FE3 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = F79C6EAF0C1A0A30314B19A8 /* TestI.swift */; };
+ BAF93232B2B4DC2658202151 /* EndpointTypes.ice in Sources */ = {isa = PBXBuildFile; fileRef = 19C9D40638B4C9C5ED98693E /* EndpointTypes.ice */; };
+ BB0BA5FBCDD26A054829FD7C /* BatchRequestQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9AB465EB41087ED331A39C95 /* BatchRequestQueue.cpp */; };
+ BB5AA458510F78E44E0C3B63 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = CA94427522A613BD34110EF0 /* Test.ice */; };
+ BB7009677039CE1C2F1843BA /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 182D93A4292C7DE71DF57EF5 /* AllTests.swift */; };
+ BB8C7BF526197108D9667982 /* IceDefaultServant.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 561F79ABBF523FFDB1CCBD18 /* IceDefaultServant.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ BBF88622CC55D28DFA4A9B7D /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ BC095F9D8C4C42643F352BA6 /* IceStorm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 858C78E03E18EB36FB20A3E5 /* IceStorm.framework */; };
+ BC284D2FD9D5B79B961502A2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ BC58F5FDDF918DA1BF920B53 /* OutputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1178CD4ABD41545EE721F20D /* OutputStream.cpp */; };
+ BCAEBADC1EFCDC9F068DD529 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 021129BEC67517C556CEBBA7 /* Client.swift */; };
+ BCB3E1315FED44ECB2CE49E7 /* PropertiesF.ice in Sources */ = {isa = PBXBuildFile; fileRef = AD2CEFEDA1487C249E071233 /* PropertiesF.ice */; };
+ BCD0C55B0529E8F74F2A20FC /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 148D6FF62411185D4CCAE565 /* TestI.swift */; };
+ BCD400FCAD1D207D24F7D322 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DCB6FD7F3912391FF80C24 /* Server.swift */; };
+ BCDCCC4147F2924351738830 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 887F253743B962927D9C2A8B /* TestI.swift */; };
+ BCF5C29738135AC36453F220 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4F1E6AA8D5E345CA670BF3F /* Client.swift */; };
+ BD16373125E544C7330FBE22 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ BD33FFDB48EBF0FAA0D93671 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ BD3E661BCF76DC6862B2B095 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ BD636D4D2DE8507C248CA598 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ BD767AF5E282B279C7E30319 /* RequestHandlerFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42054836B703C15F33615298 /* RequestHandlerFactory.cpp */; };
+ BD9CE937B5C91F25CC44E1E7 /* LoggerWrapperI.h in Headers */ = {isa = PBXBuildFile; fileRef = 59759DF3317FA6D5BD4CE4BE /* LoggerWrapperI.h */; settings = {ATTRIBUTES = (Private, ); }; };
+ BDA72B8E09D36E28ECBFCDB3 /* OptionalFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C30D748FED32EBD23AFAD17 /* OptionalFormat.swift */; };
+ BDD931E4F267449FAF9F2963 /* ClientPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = FB1A306152F47E41264F4410 /* ClientPrivate.ice */; };
+ BDDA9F10701C42038E1F2980 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 401A65ADDEF58B068D8CE002 /* AllTests.swift */; };
+ BE1BF6DF64D0688DAB57841D /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4F1E6AA8D5E345CA670BF3F /* Client.swift */; };
+ BEAC5D2B5AF7914BEEF9E6A6 /* EndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D0B9B615129F53019F8DB694 /* EndpointI.cpp */; };
+ BF52EF454C9940CCA9E94B0F /* Value.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 954CBE09FC395A589C3F122C /* Value.cpp */; };
+ BF8E23E9322DC4C5D8F0B09C /* FacetMap.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2C92CA61A87FC015DD75D5D7 /* FacetMap.ice */; };
+ BF96F2A2C9A962920F94C825 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ BFB6695F18837789D86A0B09 /* Options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 88EC880294B76EB1F70AC89A /* Options.cpp */; };
+ BFCE458B9A44CBC04440EA8E /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ C005002DE8C2A7EBD5CACDBE /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9611EE1EE1E6CC696023AE23 /* Metrics.ice */; };
+ C00E0C5361D82AF1AA527ACD /* ObjectPrx.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E0BFF28CB35DDE0C2BAE85D /* ObjectPrx.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ C046C87265BC31558A8B534F /* IceLocation.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 69E8F7C4430172BA68A21FBA /* IceLocation.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ C04A3ACA91A37399325654C2 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ C0598EC345E7A77236DCBD03 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5FA8BE48A27313EE1A421F8 /* AllTests.swift */; };
+ C07DA2AD71F8BB02908922E2 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE2DCFDB66345331801C02 /* TestI.swift */; };
+ C0A69E6B4DBDA29C0244B121 /* TestCommon.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ C0D3E6C1C5A3F4A01579E63F /* OSLogLoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42D7504DD22419F6C8562EE6 /* OSLogLoggerI.cpp */; };
+ C0DF4B0C843E8362C7DBF377 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ C167A3A35D8EE56229AFF14E /* ConsoleUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC0F72D596F75621D9760D7E /* ConsoleUtil.cpp */; };
+ C1717B796C8065DEA7D24738 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D679ADD51F9E6E07A97D2C50 /* TestI.swift */; };
+ C1BC223BB25AF39FBDB82F39 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1A513740BD1E2966AE717AFC /* Test.ice */; };
+ C1C1E443902630D39DFB2710 /* Locator.ice in Sources */ = {isa = PBXBuildFile; fileRef = BA30C364B7F9B680296D0167 /* Locator.ice */; };
+ C1D85129C933EF5A6079631D /* AdminFacetFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ED3F9FAA8C0CEB421789A94 /* AdminFacetFactory.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ C1E25D1B1EDBA03788F978C8 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ C1E9D09DE2E6787E533D9CE1 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ C20086A82411651488B40486 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2C97525F7F6E01E7F7B913 /* Collocated.swift */; };
+ C209034CB38347E7A3CB11F2 /* IceDefaultValue.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = A31C7CD8A4A0348A4D917699 /* IceDefaultValue.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ C20BFBFE14B942A7377BEA2A /* ObjectAdapterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 944F92AF09FB1688F8EEDE91 /* ObjectAdapterF.ice */; };
+ C27478F00244AED78FFAB2AD /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 53EAC015533682F5679F24F8 /* Test.ice */; };
+ C289ED1366C344BB2C867862 /* PropertiesI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F6415EB02910158D9B555D1A /* PropertiesI.cpp */; };
+ C2A9EF10F7AA06EDA527623F /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ C303611DC33B81423CB4AE25 /* PropertiesAdmin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1BA6FF204968D587D83BB210 /* PropertiesAdmin.ice */; };
+ C31E0DBB252141D254127D46 /* SecureTransportTransceiverI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8F79E153B5C29B2F4A9B5FA2 /* SecureTransportTransceiverI.cpp */; };
+ C33657B988FE032208F4CF85 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ C371CACCA1C1F764E33238AB /* RemoteLogger.ice in Sources */ = {isa = PBXBuildFile; fileRef = 603DC664B216AC9FBEC442AD /* RemoteLogger.ice */; };
+ C376DADE16A8DD37BA49EBAD /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFCA4660DC89CBA7DEFFB9AB /* AllTests.swift */; };
+ C39DD9731C76F59E848D9975 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B9B69F7530C2619E0F4A5BB /* Server.swift */; };
+ C3A6C6405563CBDF4349F39F /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 226A43507F57AFF2C5AD56F0 /* Client.swift */; };
+ C3AD0F0CA96E3383152DD679 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ C3CE19A91696FBD5531D8E35 /* SliceChecksumDict.ice in Sources */ = {isa = PBXBuildFile; fileRef = 458834742225B7D77BD1EB4F /* SliceChecksumDict.ice */; };
+ C416D37109CDC75981C4D241 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC29417EE46CFC714E2E269F /* TestAMDI.swift */; };
+ C41C90D585C4801B347D9150 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ C4420D4FF7DEB22537EFF1D3 /* PropertiesAdmin.h in Headers */ = {isa = PBXBuildFile; fileRef = 453F81CF2EFA1026482AC7C3 /* PropertiesAdmin.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ C4CE3F9820111BB2499FD11E /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 60ACAC6F39C427889BBBA568 /* TestAMD.ice */; };
+ C4FCABF1EFB3CE6056C07103 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05FEE2AB7A847BCCC4682310 /* Client.swift */; };
+ C523EE9C4F88E0E6FC42068C /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ C53484C179D78741C038AE8B /* ServerPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 081EF5D9DB0F89A802B1B1CA /* ServerPrivate.ice */; };
+ C55509842A54A6FBCB538FC9 /* ConnectionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D15292D39AA4D45101F988AD /* ConnectionFactory.cpp */; };
+ C5AE186B4FF6AE31F14B2DC7 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 53EAC015533682F5679F24F8 /* Test.ice */; };
+ C5ECA37E6682CA7D7BE3838B /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ C609456675182F8FAADEE6C0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ C613DA8AA49CBFED79DFA85B /* ServantLocatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2903BC12F845CB1431AC9E8 /* ServantLocatorI.swift */; };
+ C61866FF2A1E1C51017AAE96 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2513AA195A67B5E707E3F534 /* Test.ice */; };
+ C63C3E4F43CE53CE2DE23D22 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB8136B965DECB048DC073EA /* TestI.swift */; };
+ C68064355B533B15E4E0757C /* UnsupportedAdminFacet.mm in Sources */ = {isa = PBXBuildFile; fileRef = E68656E5EF5D3974B9CDB3D3 /* UnsupportedAdminFacet.mm */; };
+ C6937E0ABBBCA477E453E960 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76ACC9C1FF90896EDB7307B /* ServerAMD.swift */; };
+ C6A27203D7D8C6FF02B1F8D3 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 887F253743B962927D9C2A8B /* TestI.swift */; };
+ C6C473ECF86F75515623EB4F /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA37A14C0A4504B69A0E732 /* Server.swift */; };
+ C746D1D5CF4649BF14C38E5E /* ProcessI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 929FC39437ECABE33DA5EFFE /* ProcessI.swift */; };
+ C79510F5F4FE510EE0F4A438 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0734C462C9E5B43FEF0E3D05 /* Server.swift */; };
+ C8595CD5CCB0E439560B23F4 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ C864448848E440FED2C20AE6 /* WSAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41A40600C8158B31E85A1B00 /* WSAcceptor.cpp */; };
+ C895FA5FA598BB551C0D7168 /* ServantLocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8867FA5BE584BE301B2E45B2 /* ServantLocatorF.ice */; };
+ C8C35CCA4EA5BF99B01BF84C /* TcpEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AC758A283D1A1EBAA48E863 /* TcpEndpointI.cpp */; };
+ C8CD43300F133810C1C60E35 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00466295C2116ABF79B51CED /* Instance.cpp */; };
+ C924B7EB305DAB54A3C04091 /* Convert.h in Headers */ = {isa = PBXBuildFile; fileRef = 365C311D300E724E7F1C30AA /* Convert.h */; settings = {ATTRIBUTES = (Private, ); }; };
+ C99AA189EA0075505798875F /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ C9B3F2371ED38108D1B9DD15 /* FormatType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8754F954639EB8DD185DFCE7 /* FormatType.swift */; };
+ C9B9F91E739477AA592C4372 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ CA29A591EFA31A3E9DEEFA8F /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ CA53C77E4E7236E5E770B2FD /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ CA636A3ED8C029D9E9D624A9 /* Endpoint.ice in Sources */ = {isa = PBXBuildFile; fileRef = BC4F9A9D741DFE98CC0720AA /* Endpoint.ice */; };
+ CB164CAF0B90B312D1F36B05 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ CB32E5920E33130AE917BD3F /* InputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7D673AB9D282D07995CB4A1A /* InputStream.cpp */; };
+ CB51B090306483EE94B1E106 /* Clash.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1743BEB3DB65F41DE7126858 /* Clash.ice */; };
+ CB78CD956746D0B920D5327E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ CB7C0FE0F0BE0CA31D169B82 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 138622848C27716FF7FF527B /* Test.ice */; };
+ CB7F828CCF9F8E887426B3E2 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = CCDFC5FD6ED27DEDCFB2CA4C /* Test.ice */; };
+ CB9AFED48FAB35662FA176A5 /* IceAcm.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F452054F72670588A92E9D05 /* IceAcm.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ CB9B2957AB9201D4D05DE124 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ CBD6B7A84DC514277F2CE97B /* BatchOneways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5850023A001D7D5471FD25DB /* BatchOneways.swift */; };
+ CBDF49ACDE7345F8B0D1F75C /* CommunicatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 249469EAEE482D9BF6DB4E45 /* CommunicatorF.ice */; };
+ CBF3340E0A32F20CCAD6A72A /* SSLEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3DA41A2FEE9D6494FF02B329 /* SSLEngine.cpp */; };
+ CC02440667BD6E0AF11A7067 /* ValueFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0E41B72CBD92E76EDCD20C0F /* ValueFactory.ice */; };
+ CC30A55041231E3082741EFE /* IceServantLocator.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 083DF2E4456D966FBD330E38 /* IceServantLocator.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ CC356C55C3C945657C003EA6 /* Proxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5E816AF1FD129845A35C9C /* Proxy.swift */; };
+ CC5C98A5D45254571F47FDF7 /* ObjectAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF5DF0D0B8B3F79D40B04C7 /* ObjectAdapter.mm */; };
+ CC6308B6BFA5DBA1D1B536FA /* IceScope.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 29AFA15928BF96503D791DCD /* IceScope.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ CC66AD35846B56756C1738AD /* ObjectPrx.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5499A6E2C6140D1F2EEAE972 /* ObjectPrx.mm */; };
+ CC8DD90E856ED4E84B5365D9 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ CC9ECAED47F10A429FE75F13 /* Forward.ice in Sources */ = {isa = PBXBuildFile; fileRef = 95CF14BB2A7EF3BBA2F143EC /* Forward.ice */; };
+ CCD10ADCF98F10AE026CED02 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8D5F799E30FA9D95ED82DB7 /* Client.swift */; };
+ CCE656E0A8684D4A4F00234F /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D0B4E705DE93B3C86B44B08 /* Server.swift */; };
+ CCF3BCF43F6DAA78B05B6189 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ CCFAD53CB04D2D426222D150 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 828E49A903B8CA736EE53E95 /* Instance.cpp */; };
+ CD794DE92A94F7F7CD74C39D /* ConnectionI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1D6518A3690D6F99004219FA /* ConnectionI.cpp */; };
+ CD7D141FA4C1AA41869FE79C /* UnknownSlicedValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = D42D56316CEB52B93E0BB989 /* UnknownSlicedValue.swift */; };
+ CD9948FC6924E7F63FFB3779 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = D50E1BE1B9CFC5B2250FBDFB /* Client.swift */; };
+ CDB7E389AFC28C2AD4ACFECE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ CDE3C62F26D1D6641C06429D /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56D1AA1D27E6003F288B75F9 /* PluginI.cpp */; };
+ CDFE0666F828EA6BB642A6A0 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ CE0F242A8B36875001E54960 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEB6E13F915E147C3819D84A /* Client.swift */; };
+ CE13C227F1167E7AA7712BBF /* ServantLocator.ice in Sources */ = {isa = PBXBuildFile; fileRef = E0BBE87E8606A5FFC99A1DB4 /* ServantLocator.ice */; };
+ CE77F5620EA146D895B88F2C /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = E8CE394D41C89B37D6E735E7 /* EndpointInfo.ice */; };
+ CEA5FB3FCCE2FB916E0B5F8B /* IceStorm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5350382C18D8411726BBA12F /* IceStorm.framework */; };
+ CEA699F14A27BDBC1B394554 /* LoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A9A20E6385F48C4A85FC31D /* LoggerI.cpp */; };
+ CEC09F9FF2950E5498DB9149 /* Random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8D664020FE0C21084B315C63 /* Random.cpp */; };
+ CED4F7749ABCD2BAE61744AB /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ CEDBF2D2AC3EA349103E4A41 /* EndpointInfoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C7D9887F87711D5DE409E77 /* EndpointInfoFactory.swift */; };
+ CEED7F93C2F7B23152736F2D /* NativePropertiesAdmin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 268AC464E02CD210DE1CEED5 /* NativePropertiesAdmin.swift */; };
+ CEF6D32062243DD6E4AAB014 /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D19769C395F4ACC54339DAF2 /* PluginI.cpp */; };
+ CF2376CE228E50E923D1B385 /* ImplicitContextI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E9398EDC593D148BA39586DD /* ImplicitContextI.cpp */; };
+ CF69AC0EFFD82ABBCD304C51 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ CF6BA6E49E256215C7989B15 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ CF9B29013C0C627EA310AFB5 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ CFB1D2784013C86C8C7FFA27 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ CFCB8A6B8CB0473D957467B8 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F08D040803567CB3F78A297 /* Client.swift */; };
+ D07A3CD2A94E4886DA127706 /* ObjectFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = 32E182682539DA71CABD3BF4 /* ObjectFactory.ice */; };
+ D0829CB9541F1AD02525B1CD /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ D0A8C805D6D0B5459503381C /* TestCommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80A5E9E8DC3F5D6D8E947018 /* TestCommon.swift */; };
+ D0D29A2DEA116ADE3FE80CFF /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ D139944DA7DCE76144799840 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ D1455E9151BB4543FB8A9A87 /* DefaultsAndOverrides.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D54D325514ED0BE6FE52E0A3 /* DefaultsAndOverrides.cpp */; };
+ D17F663A822C7D5EF92932B7 /* InputUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A0400518D428C40C165BFFB9 /* InputUtil.cpp */; };
+ D1985D30915E48600AA2DF6C /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ D1B04D5DB9DD67101CA2EFBF /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 417CCC7F801F707692A678C0 /* Server.swift */; };
+ D20199249A12C5BDC395ABDE /* IceGrid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3029883199520554BD806B4D /* IceGrid.framework */; };
+ D270C10E0968E1579106DC44 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ D28C6D66B579FAC29E92B7E1 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ D297384B02A40BA7DB90A7ED /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ D2B1637F5CD88D723A4227FC /* Registry.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3C7EF0F0632058DE21BB356C /* Registry.ice */; };
+ D2EAB091F8AA842095E53CAC /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = FDAEECCD1ECA6D6C0FF4E6B6 /* Test.ice */; };
+ D3455DB13710B0C808C92AF3 /* Instrumentation.ice in Sources */ = {isa = PBXBuildFile; fileRef = 95A3311BD80AC74C91DF28D8 /* Instrumentation.ice */; };
+ D346F10B103F0D78B4FB023B /* ConnectorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE6F4F4770B9077924CE3AFE /* ConnectorI.cpp */; };
+ D3501012D43B2F9490A9BA68 /* Process.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C42B8A05FFD3FCA5E5CF61D /* Process.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ D37ABD836B0570C9E09DAF4F /* Descriptor.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7CE87A90B49A1878867A6C2E /* Descriptor.ice */; };
+ D38942406D992A4669939039 /* ThreadException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 737F42CEAAD7E36855A517CC /* ThreadException.cpp */; };
+ D38A6011CA3B67B16E0831F3 /* ObjectFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = 32E182682539DA71CABD3BF4 /* ObjectFactory.ice */; };
+ D3D7102E01F8192BCCF104F0 /* Reference.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 014A5BF99F34D6948D2AD243 /* Reference.cpp */; };
+ D3EA60AA8FDDD29B070FC77F /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = FCACF7DD1EFA359C55D88E2B /* Router.ice */; };
+ D487D0DFF22806DDC93AF3BF /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AD7F96C57DBEAF0915AE8FA /* Client.swift */; };
+ D4E2841967DD1E1457296A52 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 728D3DF7A351174EFDCB77CE /* Client.swift */; };
+ D53FCB55BABC323BC77DA2A1 /* LoggerWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FBEB03B345901D06FAA338C /* LoggerWrapper.swift */; };
+ D546502450FD8D9452605FD3 /* Options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 88EC880294B76EB1F70AC89A /* Options.cpp */; };
+ D566EF76DF1DB5207BC4BDEF /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5FE9210757CE7CBFDE06FC7F /* TestAMD.ice */; };
+ D5891C964C68C423D98E744A /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ D59644E6CEE61DC2CEDB906D /* TraceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = C748D0D0F416EECACB357AA0 /* TraceUtil.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ D5B7E5C79AC9AFFB9F7DE91E /* IceServantLocator.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = A68E67CF721A39E09342AD82 /* IceServantLocator.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ D5BA12C3963EDDB9274C16EB /* Assets.xcassets in Sources */ = {isa = PBXBuildFile; fileRef = 5DBEFA5623C1253B874C8895 /* Assets.xcassets */; };
+ D5CB31C7817F21EDC06C1CDE /* LocalObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5CF5E5FD594823C2FD7435F9 /* LocalObject.cpp */; };
+ D5FEB487B198F8A8AAEBB427 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0734C462C9E5B43FEF0E3D05 /* Server.swift */; };
+ D61666C985D985C1BC7BAB00 /* PropertiesI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F6415EB02910158D9B555D1A /* PropertiesI.cpp */; };
+ D6E4DAB94B02CCAD92A53D34 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ D6F85C86E958D69256EEEBE9 /* IceAdmin.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = DC4371814CEB10A0ADAC4B03 /* IceAdmin.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ D709A9D5F2EEA23076ABA105 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ D7336D9FBFCD0D75CDDFE66C /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17135A625FE3AC46ED5A7334 /* Server.swift */; };
+ D74B9769F793043BA7A32A4B /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ D75B850051455A68D9879790 /* IceLocatorDiscovery.ice in Sources */ = {isa = PBXBuildFile; fileRef = 32D30D346EA1D34097737E1F /* IceLocatorDiscovery.ice */; };
+ D7D3E1B754B3C7460B69F07B /* PropertyNames.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 057207FEDA837A1480FF41B6 /* PropertyNames.cpp */; };
+ D855907B15A9A193281C44EC /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 011F4B781F8A18965BAB3D25 /* AllTests.swift */; };
+ D8597A19A2CB317053337CDC /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63D04FC095DDEF971B2636FF /* AllTests.swift */; };
+ D891C088CC7C7B61BB5FFC23 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ D892AD682BD2CAA13333566B /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C744289A62CEDDDE3ABA94F /* AllTests.swift */; };
+ D89F98D5585DCF548E522C3D /* LoggerF.ice in Sources */ = {isa = PBXBuildFile; fileRef = E615DBA55804D9C3C71AC6E2 /* LoggerF.ice */; };
+ D9473071FAC9CAA121389A39 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ D953ECB605CD1FA68D346B64 /* LoggerUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D8E8D283AEDA3189E162F380 /* LoggerUtil.cpp */; };
+ D97204297F3670EB29FF50F3 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ D9AFD065310709C511D227BF /* SecureTransportPluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 232F52FB9AAC057913405161 /* SecureTransportPluginI.cpp */; };
+ D9C0CECD532802CD94EC0896 /* ServantLocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8867FA5BE584BE301B2E45B2 /* ServantLocatorF.ice */; };
+ D9D093A91034B162C1082EB7 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC962AA40C648D415349708 /* ServerAMD.swift */; };
+ DA33B0601E26D9631A452478 /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 82D34B5700C16240527BE42D /* FileUtil.cpp */; };
+ DA5588CC3287447147D94602 /* Identity.ice in Sources */ = {isa = PBXBuildFile; fileRef = EBCD91699ED4C08AC04B7E46 /* Identity.ice */; };
+ DA715548810B9B2C369C4BB2 /* Logger.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EACC77A559F581733F3F91 /* Logger.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ DAC421A9EBF4BABCF332880A /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = F32032F363D4D38962F213AA /* Client.swift */; };
+ DAE24E0B856861B9D2E2AFCA /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8346A0E59A692FD3A844FD7B /* Server.swift */; };
+ DB45CC40D51A3D7054B26925 /* BuiltinSequences.ice in Sources */ = {isa = PBXBuildFile; fileRef = 70074C0B2220E6A6BDFF8516 /* BuiltinSequences.ice */; };
+ DB7BDA13152A1D509D29E956 /* IceInheritance.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 6C9868748305238D38E084BC /* IceInheritance.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ DB94A25A5A9B7F2FE2694E0B /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ DBC655D750F9D1FFE5FEDAC0 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = F116F53C2BDCD65F021FAE7E /* Test.ice */; };
+ DBDF5D4818975A21C0A30D26 /* IceStorm.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 5350382C18D8411726BBA12F /* IceStorm.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ DC28346EF105BE8100C1D1D1 /* IncomingAsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26B7656511090CC87D4FAF9A /* IncomingAsync.cpp */; };
+ DCA53FEEC221E3BA31B4D9A6 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C059F6500BF0FA3FFAA4E5E /* Client.swift */; };
+ DD24932C136B5560E7E508E3 /* LoggerWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FBEB03B345901D06FAA338C /* LoggerWrapper.swift */; };
+ DD2D3B86827FE5C2B59A0811 /* UnsupportedAdminFacet.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FC9FD9A9297D424FA5820FE /* UnsupportedAdminFacet.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ DD4FE8F9E40933186A7E5D25 /* ClientPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = FB1A306152F47E41264F4410 /* ClientPrivate.ice */; };
+ DDD0207E425B040491ECC22C /* Endpoint.ice in Sources */ = {isa = PBXBuildFile; fileRef = BC4F9A9D741DFE98CC0720AA /* Endpoint.ice */; };
+ DDD8507F70C465C7C513A3EC /* PropertiesAdminI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F796F528E6A63FC90F94AD5 /* PropertiesAdminI.swift */; };
+ DE151159C51C82DDA9C186C0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ DE5A28C46923C539AF83FB27 /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = FFE689C53BA89A713ED9158E /* ConnectionInfo.ice */; };
+ DE84C633E3465E175DCE15D0 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ DECAFFAD9228FCCE22D19D81 /* EndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D0B9B615129F53019F8DB694 /* EndpointI.cpp */; };
+ DEECDBBF99490B5D1C7E108F /* CommunicatorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD99D1F08C14A312779B5CB6 /* CommunicatorI.cpp */; };
+ DFA098606F72E951F95AC411 /* UserAccountMapper.ice in Sources */ = {isa = PBXBuildFile; fileRef = 87F69AD7A5C7E5A9F45F5117 /* UserAccountMapper.ice */; };
+ DFAA4C10FC6AA8016D4D966F /* ProcessF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 73F7B8BF651560CF599FF900 /* ProcessF.ice */; };
+ DFB0D5DF6A1130E0935A3B5A /* Admin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7937931F41E2A8FDBB92D6AE /* Admin.ice */; };
+ DFC6EBD642D005BE80558DC3 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ DFF0408DF15367CB044CAB03 /* LocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1A514EB84A9F67134C134832 /* LocatorF.ice */; };
+ E0379AEC14580F212061080D /* EndpointI.mm in Sources */ = {isa = PBXBuildFile; fileRef = 279EB99D5D3BAD4FF0C4FC6B /* EndpointI.mm */; };
+ E0679047170296DC81D6EEB0 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7B28E63CEF66BA47CEDEC623 /* Test.ice */; };
+ E096FFBCD5CA14A71A3184A4 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ E0A1F4CEBF29496A6FA89B14 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ E108C5A35E50E06F25C5E1BF /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ E12A2394ED7979498E21675A /* FacetMap.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2C92CA61A87FC015DD75D5D7 /* FacetMap.ice */; };
+ E176043F01836E74498234A6 /* IceUdp.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 2DC18C0B7B8E695FE60DE7EB /* IceUdp.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ E1BAAD3DF08CAA320D66C5E2 /* LocatorInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0DBA6694C9EFBBF63FBA9D1A /* LocatorInfo.cpp */; };
+ E20E2386BAC10A11C67AF22A /* Connection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9DC1DDCD79E107020DEC9081 /* Connection.mm */; };
+ E21E019B2515D4D94924FAD9 /* ServerPrivateAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0B3FC14BDC83A6861F3ECA2A /* ServerPrivateAMD.ice */; };
+ E226F73ADEE56E652FC104DE /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92A59F35BD7C4AB2A1D71B51 /* TestI.swift */; };
+ E229FE57E9662366AB52099F /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ E239EE9F364B12D3AB9B742A /* SysLoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0D41D59AB2E6E6E0447B0643 /* SysLoggerI.cpp */; };
+ E24C943BA2922C5E5FCA8AD9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ E257AD32EBF10C627E609C55 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 02E9F4749D19A8490DF7164E /* Test.ice */; };
+ E2BA1446E59B3368CD3130C2 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6A30ED2434AC0C9FD2FA96E /* TestAMDI.swift */; };
+ E34066D50AEC97BFF5AAAC00 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 905717D8ADDDFEE1AD0381F5 /* Metrics.ice */; };
+ E36937A75CB770E8D61D3769 /* SliceEscape.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 3CA6C9238C94A7CD66109625 /* SliceEscape.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ E3762882216BBB7883B01095 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = CCDFC5FD6ED27DEDCFB2CA4C /* Test.ice */; };
+ E39601A820F2430409547B46 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = FCACF7DD1EFA359C55D88E2B /* Router.ice */; };
+ E3ADF2D27083488F8A1E0C90 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD9C881AF28D9E29F92D8E0C /* Server.swift */; };
+ E3CAE0EA0985B1A65C3AE34C /* libIceSSL C++11 macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F741C76B6A92F488B56F04C3 /* libIceSSL C++11 macOS.a */; };
+ E3E41E4802567CE0BE48BAE4 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ E41E65A244AF1DF10884E82E /* WSEndpoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F3417007B836B3C6981F01DE /* WSEndpoint.cpp */; };
+ E42B186C2D7920C059A46A8E /* BlobjectFacade.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1E27B951209898DC17D9E756 /* BlobjectFacade.mm */; };
+ E4B3AC8EFE240811359A584D /* LocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C366F9F99A138F58E5A30F5 /* LocalObject.swift */; };
+ E4B8C77B4C4AA0261ED215EF /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = FDAEECCD1ECA6D6C0FF4E6B6 /* Test.ice */; };
+ E56B9AA0D905EB712628CD66 /* RegisterPluginsInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0484896B1C77E6569DF681DA /* RegisterPluginsInit.cpp */; };
+ E56D51121FA1AA572B15D210 /* SliceChecksumDict.ice in Sources */ = {isa = PBXBuildFile; fileRef = 458834742225B7D77BD1EB4F /* SliceChecksumDict.ice */; };
+ E5751478D10434C5AC688419 /* certs in Resources */ = {isa = PBXBuildFile; fileRef = DE5652F6BD92909233846737 /* certs */; };
+ E5DCEF90E3DB531CEAA653DE /* Properties.mm in Sources */ = {isa = PBXBuildFile; fileRef = 19A065AC460775653C809CB6 /* Properties.mm */; };
+ E5E34383C115B60E1E7204D0 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6DA123AD5F97C389C9724AC /* TestI.swift */; };
+ E65859D8FCC533032DF1C354 /* Acceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D0D6963F6AA17233FFDE033 /* Acceptor.cpp */; };
+ E65B3F11A2452F990EE38B6C /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B5273CA96E1018F9AA7E53 /* AllTests.swift */; };
+ E65D884C7F88CBD92FD8F487 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ E66961274837A0729890B81E /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4CB7E8D35EA44D549008EFC /* CFNetwork.framework */; };
+ E6C65AF00B96FD5845FF18E5 /* StreamSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 919BBCA458862431A6C535D0 /* StreamSocket.cpp */; };
+ E7028FA4EA268A711934F842 /* LocalException.ice in Sources */ = {isa = PBXBuildFile; fileRef = AED27FD93177E714B8C247FF /* LocalException.ice */; };
+ E71B9A52F23F25D3EE5FBB2E /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = D50E1BE1B9CFC5B2250FBDFB /* Client.swift */; };
+ E71FF3024944703C195920D2 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ E75FE8223DA006D40340DAD2 /* Connection.ice in Sources */ = {isa = PBXBuildFile; fileRef = 99D2C90A25B44941D8B80C4C /* Connection.ice */; };
+ E79F4A402EC3EF1DEA24C13E /* TraceUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2723592554E7002EB99FC222 /* TraceUtil.cpp */; };
+ E7EE508194F4CFAB64173DD4 /* TraceUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2723592554E7002EB99FC222 /* TraceUtil.cpp */; };
+ E8185A66AC7E4FE56C1FF85D /* MutexProtocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B1C2AB2B1BE6024594A4F08 /* MutexProtocol.cpp */; };
+ E863BC7AF4CDF0F3928013B4 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ E888D0521948E9F7E0FA4E1F /* NetworkProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A98A0DB6E67ED2B180E6587A /* NetworkProxy.cpp */; };
+ E8BE101DCB879B76A828F1BB /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ E8E94888A266EF67BBB67DD2 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ E8EEA4D700B07963E75457CC /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ E905C6B4A0C8DFCAA1E2F97E /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD6BDC91C7DF8EF8259D449C /* ServerAMD.swift */; };
+ E92BABC006F20276246163EC /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ E95120F281D6E60FCD20983C /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ E9A771EBA2A68EA321D046B5 /* ImplicitContextI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3C314318B1FCAE9464CB306 /* ImplicitContextI.swift */; };
+ EA3AA2121788FB2C192EA02E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ EA4C4D02D35AAA2A87470DDA /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4686A179FB84EFCD9F2F03B /* Client.swift */; };
+ EA6A4DB1ACA283A0C6E95C03 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95C17344F3DC59E4560748 /* Client.swift */; };
+ EABE54AFFAEC8768D7F4832B /* EndpointTypes.ice in Sources */ = {isa = PBXBuildFile; fileRef = 19C9D40638B4C9C5ED98693E /* EndpointTypes.ice */; };
+ EB1DB8F58E196525621FCD49 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2C97525F7F6E01E7F7B913 /* Collocated.swift */; };
+ EB32AB14F8D9F1224A48650E /* CommunicatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FFAA80686C27B2313126373 /* CommunicatorI.swift */; };
+ EB3AD6EFD2B790E3F1454587 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ EB6658406198B24714AA102D /* PropertiesAdmin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1BA6FF204968D587D83BB210 /* PropertiesAdmin.ice */; };
+ EBBAC3786B5C110A9CC60D70 /* ConnectionInfoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F6AD819D98D9993CE7757A5 /* ConnectionInfoFactory.swift */; };
+ EC02EB66FB07216A2002FAEA /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 135F09FE87CDA70F3C0924FB /* TestI.swift */; };
+ EC5BEF9BAB1E6D9C6725AEBD /* IceLocation.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 191619AD9C33A2EA5C13D77C /* IceLocation.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ EC769543AE5F0C781CD0DE8C /* ExternalAccessory.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1268C356478C4917473CE6F3 /* ExternalAccessory.framework */; };
+ ECFEC076CF52C72FC43980E8 /* LocalExceptionDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC58F19ED98282350069DC7F /* LocalExceptionDescription.swift */; };
+ ED13DC1BFC7B7750F2E83C8F /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ ED2E40AB4030BA56CDD77EB4 /* ValueFactoryManagerI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A9207A3F3B8F2BF3C9C0D98 /* ValueFactoryManagerI.swift */; };
+ ED397A5A97399C8C8EA6ED5C /* Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B493C6E7735B3C59E26B056 /* Util.cpp */; };
+ ED3DDEEE9E8B61E420396AE7 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = C0D9FC954331227C458D5FAE /* Test.ice */; };
+ ED42DC1EC20469C40AA56AE0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ ED829E1B0F0BF88D9E5DCA52 /* AdminFacetFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = C44F2D7864E38E4A0C79EBA8 /* AdminFacetFactory.swift */; };
+ EDD351C734299449A1FCC716 /* Session.ice in Sources */ = {isa = PBXBuildFile; fileRef = 616CB20089BE31C6DC1A83E8 /* Session.ice */; };
+ EDDE259A07DB67839239351F /* UdpConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6167FC5418EECE15CFD261E1 /* UdpConnector.cpp */; };
+ EE1CD7AB8F8B9487E62E2008 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ EE2641FAE8193827D4BAE61C /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ EE3D3AD46143E1FD1E539BEB /* Endpoint.ice in Sources */ = {isa = PBXBuildFile; fileRef = BC4F9A9D741DFE98CC0720AA /* Endpoint.ice */; };
+ EE3E667F4F6401A1227EE534 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ EE8FFF3737628A9178393E28 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ EEA471C47B59D2A65B5FE19D /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ EEBDF2FE58AED783D375C987 /* Transceiver.mm in Sources */ = {isa = PBXBuildFile; fileRef = A7169D9C35ADF0BC701CD7BD /* Transceiver.mm */; };
+ EECDFE6CCDBFD5220747178F /* SlicedData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 906BC6196FC22248F2E62216 /* SlicedData.cpp */; };
+ EED1B623D4E880FEBBC46471 /* IceGrid.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = CAB7787427A469FD2EAC63C2 /* IceGrid.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ EEFAB2400BC453291C5DD7CF /* ConnectionF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4C77A86A40E9D9931B5C2600 /* ConnectionF.ice */; };
+ EF00D5E3256E0FE330350355 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = A35BE0CB110C7053C9215C42 /* TestAMD.ice */; };
+ EF126E52DB64979B836AD061 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ EF1CE0E7118F3A7DF8FF1FF0 /* EndpointI.swift in Sources */ = {isa = PBXBuildFile; fileRef = A87E50DD5264871B120E81D2 /* EndpointI.swift */; };
+ EF2AF572F1D4064625F4C96D /* UnsupportedAdminFacet.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FC9FD9A9297D424FA5820FE /* UnsupportedAdminFacet.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ EFEC97F6343B2859280948A1 /* EndpointF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 15BE8F52F0FA65F5F030938A /* EndpointF.ice */; };
+ F001624319110E92E81AE668 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6114EC62DE1EEE978F8B41F /* AllTests.swift */; };
+ F02F8E55FE95D1F2DF2DBF8D /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 139BDFC4910A96D59B3EFC7E /* Client.swift */; };
+ F043A2A14720084B1BCF0A78 /* IceObjects.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = EC83293AF2DF257628115CBA /* IceObjects.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ F061B59D716941D79D0E49A6 /* NetworkProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A98A0DB6E67ED2B180E6587A /* NetworkProxy.cpp */; };
+ F070390AE8EC98094AF3E920 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED7BC07D0D71A43BE55A47E4 /* AllTests.swift */; };
+ F07BE7B4F6B329EBBE3CB4E3 /* Incoming.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32704674977129B579BA49A7 /* Incoming.swift */; };
+ F0803DA58D3FDD0B557E4A64 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ F0C21F05245211EEAFF9A380 /* InputUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A0400518D428C40C165BFFB9 /* InputUtil.cpp */; };
+ F144A5C1146CB3F5A4E094D7 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1C8243979695504FFC008CFC /* Test.ice */; };
+ F151CB44C47CA844FCBCF021 /* UtilException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 515670A5F21BF1D91390BD13 /* UtilException.cpp */; };
+ F16BC5CAF54D3A15964A64F8 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ F1993119BE1CC9B77978D88A /* Proxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5E816AF1FD129845A35C9C /* Proxy.swift */; };
+ F1A3031AD5031520587749D5 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 055F48C417EE4522A47607C0 /* Collocated.swift */; };
+ F1A944A16955DEF80F81A074 /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = E8CE394D41C89B37D6E735E7 /* EndpointInfo.ice */; };
+ F1AB9D62F42466F30B46A211 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ F1B69D807476AD5FA1CA306F /* Object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A59119A16C741D2FA5DF6E2 /* Object.cpp */; };
+ F1C837E43D4CC0CC8948001E /* IceSlicingObjectsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 69B374C58A399C886CF79259 /* IceSlicingObjectsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ F1FA028D06914AF0E4F1ABFE /* LocalObject.h in Headers */ = {isa = PBXBuildFile; fileRef = C0DFCC89D04422B33CFD6C64 /* LocalObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ F28009B50BDE8F860A763718 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7CA38AF558207722DAC58AFF /* TestAMD.ice */; };
+ F2A7A9AD19DE1B61DC5E955B /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = B530F48971668FE02322A038 /* Test.ice */; };
+ F2B07F182DBE72900392D679 /* Logger.ice in Sources */ = {isa = PBXBuildFile; fileRef = 976A3FFBCA2649E55A5671AC /* Logger.ice */; };
+ F2CE3CB4C81C1D18EFF802AC /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ F2D28468752A0F1F781D0B82 /* IconvStringConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26B5DC8E8ECE820D6474780A /* IconvStringConverter.cpp */; };
+ F2D3D0138C65B78E2094AB59 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ F2DFB3A89CA7A86B92CC3575 /* Communicator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 85B3800D03E81F2AF0CC960F /* Communicator.ice */; };
+ F2FBC6E28ABEA574158CB07B /* ValueFactoryManagerI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A9207A3F3B8F2BF3C9C0D98 /* ValueFactoryManagerI.swift */; };
+ F30E84441E9431F4B144055B /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9B996A789B60B3E77885F504 /* Test.ice */; };
+ F31269BDAEFDF74ED2491D07 /* ConnectionInfoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F6AD819D98D9993CE7757A5 /* ConnectionInfoFactory.swift */; };
+ F346191EC4F96926D7E2CA67 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18D5387DE17B9E6B985F7305 /* Server.swift */; };
+ F3475FCBB5561F3E9474E3F1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ F35E1A3C3739D91741D0218E /* ControllerI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D2DA7BC1EACD73BD20F6DF /* ControllerI.swift */; };
+ F35F0222E1F6DD00862AB390 /* UUID.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7D1D9EA8A6BD4D5C6D966199 /* UUID.cpp */; };
+ F3A27E2FD0DA3CF623C0988F /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56D1AA1D27E6003F288B75F9 /* PluginI.cpp */; };
+ F3A2C2211D15AD94E03F1790 /* InstrumentationF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6421D1DFD743D862FC259703 /* InstrumentationF.ice */; };
+ F3A623C936BF4A92C34F890C /* RouterInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A02196820AB5B091CEB3152D /* RouterInfo.cpp */; };
+ F3D0B9224F4A0E3B56804C90 /* IceSlicingExceptionsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 9946491E2686A390696F7F22 /* IceSlicingExceptionsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ F3E6BC6798EF540B1A0567A0 /* StringUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE62A5BF24D2F92E55920447 /* StringUtil.cpp */; };
+ F3FB9625B7742F0822727F49 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 940AB5EA1FA18745665C33B9 /* Server.swift */; };
+ F41655D3DC6B7375FCB17519 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ F42F2B24A72E78D80F223099 /* LoggerF.ice in Sources */ = {isa = PBXBuildFile; fileRef = E615DBA55804D9C3C71AC6E2 /* LoggerF.ice */; };
+ F443C71EF1FAB1593D6F5065 /* ValueFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0E41B72CBD92E76EDCD20C0F /* ValueFactory.ice */; };
+ F4574ABB5CA661D391CD0E31 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92A59F35BD7C4AB2A1D71B51 /* TestI.swift */; };
+ F457E50E3ED0B263F913D1F3 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 010848924B5B7D5C41F34121 /* Test.ice */; };
+ F461B1F7BBB74AC4BE92C51D /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ F48389186356563A856894AC /* InstrumentationI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FAC2F329FCFB379D6963645D /* InstrumentationI.cpp */; };
+ F4C831E800AF4091B0E1844C /* TestCommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80A5E9E8DC3F5D6D8E947018 /* TestCommon.swift */; };
+ F4DE5F6BCE4BA8D3A38EFDCD /* ProcessF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 73F7B8BF651560CF599FF900 /* ProcessF.ice */; };
+ F4E3B025B0A8B503F899EB96 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18D5387DE17B9E6B985F7305 /* Server.swift */; };
+ F4F741DDE1A89842BD3944D1 /* ReferenceFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 413D76142FF6146DE2BA33F9 /* ReferenceFactory.cpp */; };
+ F4FED53E3C929E038B2EEBFD /* Object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A59119A16C741D2FA5DF6E2 /* Object.cpp */; };
+ F558B692082007909B7703D8 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ F566C446D56132D063322D24 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDBAEA44F5939B7E51AECA06 /* Ice.framework */; };
+ F577C80730D37CF7890F60D0 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB374AED01876F1F6FAFC2CA /* ServerAMD.swift */; };
+ F5C6F3F20518D445415C2CF2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ F5F1806EA4273E589D565390 /* Current.ice in Sources */ = {isa = PBXBuildFile; fileRef = 279D5B22F177F882B0E5BE4B /* Current.ice */; };
+ F5FB43E7C8D0F711690457F3 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEA702180D18D59C5E5A4D2C /* TestI.swift */; };
+ F60A00CE202A4C154A46A563 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ECC918EB940E8FAECB67770 /* Collocated.swift */; };
+ F6142AC1F47FD7DD3C0EFF8A /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ F630FFA957515C58153E9FDA /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ F633988951EEF105DA21AE62 /* Properties.h in Headers */ = {isa = PBXBuildFile; fileRef = C0B70EE434FD3456FEA913B3 /* Properties.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ F64F34CEC474842C99DD84E2 /* SSLInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 916A23E8E37CD12E7AC052F6 /* SSLInfo.ice */; };
+ F66EFECBB83FA37098DAB061 /* Locator.ice in Sources */ = {isa = PBXBuildFile; fileRef = BA30C364B7F9B680296D0167 /* Locator.ice */; };
+ F6732C16E75D03D544CDBFEF /* ProcessF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 73F7B8BF651560CF599FF900 /* ProcessF.ice */; };
+ F6B35782326205A4F5229E85 /* InitializationData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B2CF810559B5BEDA27C17B9 /* InitializationData.swift */; };
+ F6C7A776EAA99CE4067A4434 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = A8D9CBDCBC44A270A620EA69 /* Test.ice */; };
+ F6C7AC4B952C735A1FCAFA01 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7183891C3797946A7E9E889D /* Client.swift */; };
+ F6EF6BC77FA45AFFFD436B10 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB2D04968BD1AECD24928F52 /* Server.swift */; };
+ F7315CDAF3866CCE1E990195 /* PropertiesAdmin.h in Headers */ = {isa = PBXBuildFile; fileRef = 453F81CF2EFA1026482AC7C3 /* PropertiesAdmin.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ F767792FC5D0C182A6066385 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */; };
+ F7864A70DF6547C00A4EDDC5 /* PropertiesAdmin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1BA6FF204968D587D83BB210 /* PropertiesAdmin.ice */; };
+ F796C2FC964ADC4BD65D5E8D /* IceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C67A1C7CDADBB8CFB70A85A /* IceUtil.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ F7E10033B13343FC63EFD36D /* PromiseKit.xcframework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ F7EDF357E0740988F839E04C /* SHA1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02618DFC96E25BC02E16EA59 /* SHA1.cpp */; };
+ F82DE29711C2A2E9A6E75DFB /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA610C924133D857915F3A2 /* PromiseKit.xcframework */; };
+ F8517E5C119CA29E56F68D66 /* Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 082D49587B6DEB4FC57CEB1E /* Timer.cpp */; };
+ F88ECB85C58B9095276002D9 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441B05CA3DED7468B6B77AA9 /* Ice.framework */; };
+ F89ECBDEF293A9B32129668E /* ObjectAdapter.ice in Sources */ = {isa = PBXBuildFile; fileRef = 87A0F55D321E16C259230913 /* ObjectAdapter.ice */; };
+ F8BB58CE9137F22C98D255DA /* Incoming.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32704674977129B579BA49A7 /* Incoming.swift */; };
+ F8EA4A2921E99D212C2C7609 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0BDFBE8E80AE398A0B7BB95 /* TestAMDI.swift */; };
+ F8EA5AA6B3D6578FDA53B6BB /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */; };
+ F98C46D03AE5E8B9ED68EB59 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D12CF89F2131F7972A15ED8 /* TestAMDI.swift */; };
+ F9AA0A0CD4D1CB2C798766A4 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = A60CA7DCFA668A6121721E68 /* Server.swift */; };
+ F9C55D7C181B567C262D6359 /* FactoryTableInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A82945CB5C0272798F6F16C8 /* FactoryTableInit.cpp */; };
+ FA37017DADABC0EE9186FAE1 /* Process.mm in Sources */ = {isa = PBXBuildFile; fileRef = D48C6637EB8B32FB5F901F27 /* Process.mm */; };
+ FA3E02D79F3ADBEF3B1146B8 /* IceStormSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = B4302B2CB6298473EC6BDB70 /* IceStormSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ FA7AEBEB170392C9322746F9 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ FAE597DC89ABB154E4017404 /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4A48DD005CFD77102B7D8CE8 /* RouterF.ice */; };
+ FAF5D25404BCEB9AAE9F304E /* Version.ice in Sources */ = {isa = PBXBuildFile; fileRef = 56A1ADEE61B02626608EC13B /* Version.ice */; };
+ FB5B205BED734F9EC57662A5 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = A092EF97C7F54B282D2A3A50 /* Router.ice */; };
+ FB5F051207313D6B869C90C8 /* TwowaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C03D834D95CCBA5B53CD909A /* TwowaysAMI.swift */; };
+ FB96B7B2FCF938AFA589D005 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BAE5CBB3426118A721D921 /* TestCommon.framework */; };
+ FBA8B9F9EAD0A8CC7BA65E31 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AD7F96C57DBEAF0915AE8FA /* Client.swift */; };
+ FBDACB6C08324BFBE141C846 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ FBDD3FECC97335ACE3CB682F /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ FBFF9BF274F5FB58EEF971AA /* Mutex.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8E2AD2F3F2BAA09BE83B0E2 /* Mutex.swift */; };
+ FC1F31EEB44B722A1BBBED38 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ FCEFBB984493DFE3482A7F63 /* Communicator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 85B3800D03E81F2AF0CC960F /* Communicator.ice */; };
+ FD104E7D1CF0BCD232B63B12 /* PermissionsVerifierF.ice in Sources */ = {isa = PBXBuildFile; fileRef = D26675F107992F0EBFA9A463 /* PermissionsVerifierF.ice */; };
+ FD3588655ADFE79BE48346B0 /* PromiseKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */; };
+ FD7A8148E7E6DF84EEB40BE6 /* LoggerUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D8E8D283AEDA3189E162F380 /* LoggerUtil.cpp */; };
+ FD80B92361DEB9E758F48361 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BC6A46875A08A332CAD01EC /* Server.swift */; };
+ FDF2F96D20DA8513E45E8465 /* IceAdapterDeactivation.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 179E52F9F7BA3BD7D0F81D3E /* IceAdapterDeactivation.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ FE0735348C722BFCCE4E1914 /* Incoming.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A0463649BDD91B230596AED /* Incoming.cpp */; };
+ FE208507048FAC777FAF5C2D /* ProcessI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 929FC39437ECABE33DA5EFFE /* ProcessI.swift */; };
+ FE43F319B993235AA146448C /* TrustManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FEE8E843D38E1494F92CAFBC /* TrustManager.cpp */; };
+ FE793DECEB883F78A3E78568 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9EAE058D032B91A430F31E3 /* TestCommon.framework */; };
+ FE984348707501A57E12BB71 /* Mutex.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8E2AD2F3F2BAA09BE83B0E2 /* Mutex.swift */; };
+ FEA39CE2DDD32FDCA9C9C101 /* CommunicatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 249469EAEE482D9BF6DB4E45 /* CommunicatorF.ice */; };
+ FEB173AD33E3CB0F9325EEE8 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = A13636E0112BEBD53C5E5FDE /* Collocated.swift */; };
+ FEBD776B5441238805DD9152 /* LocalException.ice in Sources */ = {isa = PBXBuildFile; fileRef = AED27FD93177E714B8C247FF /* LocalException.ice */; };
+ FEDC69910DE3076055D4F82E /* EndpointTypes.ice in Sources */ = {isa = PBXBuildFile; fileRef = 19C9D40638B4C9C5ED98693E /* EndpointTypes.ice */; };
+ FEF2558A0F3AAD9585DF2ACE /* Time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F727C598665E570C5124B24C /* Time.cpp */; };
+ FF07634ACFEE36A378B10F6B /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEB6E13F915E147C3819D84A /* Client.swift */; };
+ FF1550A226D1EE066A8EC99C /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB2D04968BD1AECD24928F52 /* Server.swift */; };
+ FF1F774F20BAAEE3BB5EF7FB /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7CA38AF558207722DAC58AFF /* TestAMD.ice */; };
+ FF4AAEAE952586BD4911E849 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81ED9D876EA5043BAEE1E7F4 /* TestI.swift */; };
/* End PBXBuildFile section */
/* Begin PBXBuildRule section */
- 026D965ADE9D909ED238B3A5 /* PBXBuildRule */ = {
+ 08070F3FCFF9C51A32458373 /* 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";
- };
- 04F07E15AD0BFB9D3259CFA5 /* PBXBuildRule */ = {
- isa = PBXBuildRule;
- compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/timeout/*.ice";
+ filePatterns = "*/test/Ice/binding/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/timeout/Test.ice,
+ test/Ice/binding/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/timeout/*.ice";
+ 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";
};
- 099ADD40B52D8B41939BC09B /* PBXBuildRule */ = {
+ 0A9383F7834721803F6E9B7F /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/exceptions/*.ice";
+ filePatterns = "*/test/Ice/defaultValue/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/exceptions/TestAMD.ice,
- test/Ice/exceptions/Test.ice,
+ test/Ice/defaultValue/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/exceptions/*.ice";
+ 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";
};
- 0AE64CB9CC371D4B1E692FBA /* PBXBuildRule */ = {
+ 0B58229562A8BAD71132A193 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/proxy/*.ice";
+ filePatterns = "*/test/Ice/services/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/proxy/TestAMD.ice,
- test/Ice/proxy/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/proxy/*.ice";
+ 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";
};
- 10E5296ECAE4A695778EED0F /* PBXBuildRule */ = {
+ 0C4629FE8B007EDB2A030FE4 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
@@ -1586,79 +1566,25 @@
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";
};
- 1352803E75531219CA3C5E8A /* 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";
- };
- 1440320B224B83E1E9D4253E /* 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";
- };
- 18FB25AF1FA221E3EE5CF06D /* 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";
- };
- 1961F6A0D662DEC1D96D0B56 /* PBXBuildRule */ = {
+ 10C5871A204C432615EE668E /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/slicing/exceptions/*.ice";
+ filePatterns = "*/test/Ice/operations/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/slicing/exceptions/ClientPrivate.ice,
- test/Ice/slicing/exceptions/TestAMD.ice,
- test/Ice/slicing/exceptions/ServerPrivateAMD.ice,
- test/Ice/slicing/exceptions/Test.ice,
- test/Ice/slicing/exceptions/ServerPrivate.ice,
+ test/Ice/operations/TestAMD.ice,
+ test/Ice/operations/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/slicing/exceptions/*.ice";
+ 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";
};
- 1B6AA2928D898B4A11D1E4C4 /* PBXBuildRule */ = {
+ 12CE977E223FF2C08B969E79 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/Ice_$(INPUT_FILE_BASE).d";
@@ -1713,204 +1639,218 @@
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";
};
- 1BBBFF78F8394718E971CA14 /* PBXBuildRule */ = {
+ 14B9947F26B98C908421D6D8 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/IceSSL/$(INPUT_FILE_BASE).d";
- filePatterns = "*/IceSSL/*.ice";
+ dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
+ filePatterns = "*/test/Ice/properties/*.ice";
fileType = pattern.proxy;
inputFiles = (
- "$SRCROOT/../slice/IceSSL/EndpointInfo.ice",
- "$SRCROOT/../slice/IceSSL/ConnectionInfoF.ice",
- "$SRCROOT/../slice/IceSSL/ConnectionInfo.ice",
);
isEditable = 1;
- name = "Slice2Cpp Compiler for IceSSL/*.ice";
+ name = "Slice Compiler for test/Ice/properties/*.ice";
outputFiles = (
- "$(DERIVED_FILE_DIR)/IceSSL/$(INPUT_FILE_BASE).cpp",
- "$(SYMROOT)/$(PLATFORM_NAME)/include/IceSSL/$(INPUT_FILE_BASE).h",
+ "$(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/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/IceSSL\"\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir IceSSL --output-dir \"$DERIVED_FILE_DIR/IceSSL\" --depend --depend-file \"$DERIVED_FILE_DIR/IceSSL/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2CPP\" >> \"$DERIVED_FILE_DIR/IceSSL/$INPUT_FILE_BASE.d\"\n\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir IceSSL --output-dir \"$DERIVED_FILE_DIR/IceSSL\" \"$INPUT_FILE_PATH\"\nmkdir -p \"$SYMROOT/$PLATFORM_NAME/include/IceSSL\"\nmv \"$DERIVED_FILE_DIR/IceSSL/$BASENAME.h\" \"$SYMROOT/$PLATFORM_NAME/include/IceSSL/$BASENAME.h\"\n";
+ 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";
};
- 1C2596E94B874184D6D5E51B /* PBXBuildRule */ = {
+ 153827CFB383A0D0A6E63CDA /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/slicing/objects/*.ice";
+ filePatterns = "*/test/Ice/slicing/exceptions/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/slicing/objects/ClientPrivate.ice,
- test/Ice/slicing/objects/TestAMD.ice,
- test/Ice/slicing/objects/ServerPrivateAMD.ice,
- test/Ice/slicing/objects/Test.ice,
- test/Ice/slicing/objects/ServerPrivate.ice,
+ test/Ice/slicing/exceptions/ClientPrivate.ice,
+ test/Ice/slicing/exceptions/TestAMD.ice,
+ test/Ice/slicing/exceptions/ServerPrivateAMD.ice,
+ test/Ice/slicing/exceptions/Test.ice,
+ test/Ice/slicing/exceptions/ServerPrivate.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/slicing/objects/*.ice";
+ 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";
};
- 1CC746A81A711F39D5820939 /* PBXBuildRule */ = {
+ 15433FAA34112572A9E40991 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/defaultValue/*.ice";
+ filePatterns = "*/test/Ice/admin/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/defaultValue/Test.ice,
+ test/Ice/admin/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/defaultValue/*.ice";
+ 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";
};
- 1D98221DBA52261CC1115CE8 /* PBXBuildRule */ = {
+ 187AD51BE6CEA50CC718B310 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/IceLocatorDiscovery/$(INPUT_FILE_BASE).d";
- filePatterns = "*/IceLocatorDiscovery/*.ice";
+ dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
+ filePatterns = "*/test/Ice/optional/*.ice";
fileType = pattern.proxy;
inputFiles = (
- "$SRCROOT/../slice/IceLocatorDiscovery/IceLocatorDiscovery.ice",
+ test/Ice/optional/TestAMD.ice,
+ test/Ice/optional/Test.ice,
);
isEditable = 1;
- name = "Slice2Cpp Compiler for IceLocatorDiscovery/*.ice";
+ name = "Slice Compiler for test/Ice/optional/*.ice";
outputFiles = (
- "$(DERIVED_FILE_DIR)/IceLocatorDiscovery/$(INPUT_FILE_BASE).cpp",
- "$(SYMROOT)/$(PLATFORM_NAME)/include/IceLocatorDiscovery/$(INPUT_FILE_BASE).h",
+ "$(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/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";
+ 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";
};
- 2097F0257A22A139714523E5 /* PBXBuildRule */ = {
+ 1DBB652D04EAEBF6E66C0254 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/adapterDeactivation/*.ice";
+ filePatterns = "*/test/Ice/servantLocator/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/adapterDeactivation/Test.ice,
+ test/Ice/servantLocator/TestAMD.ice,
+ test/Ice/servantLocator/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/adapterDeactivation/*.ice";
+ 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";
};
- 22711E92E88FFE649BF7FB37 /* PBXBuildRule */ = {
+ 1E116203A96427248262178E /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/properties/*.ice";
+ filePatterns = "*/test/Ice/optional/*.ice";
fileType = pattern.proxy;
inputFiles = (
+ test/Ice/optional/TestAMD.ice,
+ test/Ice/optional/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/properties/*.ice";
+ 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";
};
- 22C192C4F872F8AD2CD414A8 /* PBXBuildRule */ = {
+ 1E333CF92BA644D9131DADC4 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/interceptor/*.ice";
+ filePatterns = "*/test/Ice/retry/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/interceptor/Test.ice,
+ test/Ice/retry/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/interceptor/*.ice";
+ 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";
};
- 2AC49A2C8A2E10B9111A5077 /* PBXBuildRule */ = {
+ 1E5999B3599913DFEA3A9CA7 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/enums/*.ice";
+ filePatterns = "*/test/Ice/stream/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/enums/Test.ice,
+ test/Ice/stream/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/enums/*.ice";
+ 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";
};
- 2B4AFE6778CF0FDDAFBA6353 /* PBXBuildRule */ = {
+ 227A1DF24CA01356E77DD689 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/operations/*.ice";
+ filePatterns = "*/test/Ice/udp/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/operations/TestAMD.ice,
- test/Ice/operations/Test.ice,
+ test/Ice/udp/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/operations/*.ice";
+ 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";
};
- 2E7D905183887C92BA8E3283 /* PBXBuildRule */ = {
+ 24637ED8C92B404DF4991F1E /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/IceSSL/$(INPUT_FILE_BASE).d";
- filePatterns = "*/IceSSL/*.ice";
+ dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
+ filePatterns = "*/test/Ice/info/*.ice";
fileType = pattern.proxy;
inputFiles = (
- "$SRCROOT/../slice/IceSSL/EndpointInfo.ice",
- "$SRCROOT/../slice/IceSSL/ConnectionInfoF.ice",
- "$SRCROOT/../slice/IceSSL/ConnectionInfo.ice",
+ test/Ice/info/Test.ice,
);
isEditable = 1;
- name = "Slice2Cpp Compiler for IceSSL/*.ice";
+ name = "Slice Compiler for test/Ice/info/*.ice";
outputFiles = (
- "$(DERIVED_FILE_DIR)/IceSSL/$(INPUT_FILE_BASE).cpp",
- "$(SYMROOT)/$(PLATFORM_NAME)/include/IceSSL/$(INPUT_FILE_BASE).h",
+ "$(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/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/IceSSL\"\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir IceSSL --output-dir \"$DERIVED_FILE_DIR/IceSSL\" --depend --depend-file \"$DERIVED_FILE_DIR/IceSSL/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2CPP\" >> \"$DERIVED_FILE_DIR/IceSSL/$INPUT_FILE_BASE.d\"\n\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir IceSSL --output-dir \"$DERIVED_FILE_DIR/IceSSL\" \"$INPUT_FILE_PATH\"\nmkdir -p \"$SYMROOT/$PLATFORM_NAME/include/IceSSL\"\nmv \"$DERIVED_FILE_DIR/IceSSL/$BASENAME.h\" \"$SYMROOT/$PLATFORM_NAME/include/IceSSL/$BASENAME.h\"\n";
+ 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";
};
- 2E8343C037E6689C3A56CFFE /* PBXBuildRule */ = {
+ 2B607DA80629CEADEBB66ABB /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/properties/*.ice";
+ filePatterns = "*/test/Ice/proxy/*.ice";
fileType = pattern.proxy;
inputFiles = (
+ test/Ice/proxy/TestAMD.ice,
+ test/Ice/proxy/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/properties/*.ice";
+ 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";
+ };
+ 30FEAC366AF959BB8742DBF4 /* 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";
};
- 2EB890D14F5876205DD9E214 /* PBXBuildRule */ = {
+ 33469E7473EB1387CD5FFCCF /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
@@ -1928,110 +1868,115 @@
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";
};
- 313D575EC1561D66EFC55FAF /* PBXBuildRule */ = {
+ 35C6A8C3E2F473A3C54C1D98 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/binding/*.ice";
+ filePatterns = "*/scripts/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/binding/Test.ice,
+ ../scripts/Controller.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/binding/*.ice";
+ 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";
};
- 3262E3A608A2507633344084 /* PBXBuildRule */ = {
+ 3D84DBE97D41014B3520E376 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/services/*.ice";
+ filePatterns = "*/test/Ice/hold/*.ice";
fileType = pattern.proxy;
inputFiles = (
+ test/Ice/hold/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/services/*.ice";
+ 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";
};
- 3287806CEE4F1E3F4FD3ABA1 /* PBXBuildRule */ = {
+ 3DEFEC0EEB11DBCF7D416F23 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/exceptions/*.ice";
+ dependencyFile = "$(DERIVED_FILE_DIR)/IceGrid_$(INPUT_FILE_BASE).d";
+ filePatterns = "*/slice/IceGrid/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/exceptions/TestAMD.ice,
- test/Ice/exceptions/Test.ice,
+ "$SRCROOT/../slice/IceGrid/UserAccountMapper.ice",
+ "$SRCROOT/../slice/IceGrid/FileParser.ice",
+ "$SRCROOT/../slice/IceGrid/Registry.ice",
+ "$SRCROOT/../slice/IceGrid/Session.ice",
+ "$SRCROOT/../slice/IceGrid/PluginFacade.ice",
+ "$SRCROOT/../slice/IceGrid/Admin.ice",
+ "$SRCROOT/../slice/IceGrid/Descriptor.ice",
+ "$SRCROOT/../slice/IceGrid/Exception.ice",
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/exceptions/*.ice";
+ name = "Slice Compiler for IceGrid/*.ice";
outputFiles = (
- "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift",
+ "$(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\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";
+ 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";
};
- 33BEFB720DA1B81DC7B70995 /* PBXBuildRule */ = {
+ 3EF0034963AB0C31EAEB9934 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/exceptions/*.ice";
+ filePatterns = "*/test/Ice/enums/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/exceptions/TestAMD.ice,
- test/Ice/exceptions/Test.ice,
+ test/Ice/enums/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/exceptions/*.ice";
+ 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";
};
- 341612462CF1DDA3D6A0D55B /* PBXBuildRule */ = {
+ 4137E89A39A4F967DBE8D6F4 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/servantLocator/*.ice";
+ filePatterns = "*/test/Ice/services/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/servantLocator/TestAMD.ice,
- test/Ice/servantLocator/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/servantLocator/*.ice";
+ 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";
};
- 3585B00660B8C212DFEB4D9F /* PBXBuildRule */ = {
+ 4650299F13554E77D042AD36 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/TestCommon/*.ice";
+ filePatterns = "*/test/Ice/facets/*.ice";
fileType = pattern.proxy;
inputFiles = (
+ test/Ice/facets/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/TestCommon/*.ice";
+ 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";
};
- 37C4B328416A9788D03B637C /* PBXBuildRule */ = {
+ 4B3698BBC163592678DE3025 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
@@ -2048,24 +1993,25 @@
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";
};
- 38498CDC7E28CAF91A8FA695 /* PBXBuildRule */ = {
+ 4BDED1A36FAB042F4ED36C7E /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/udp/*.ice";
+ filePatterns = "*/test/Ice/optional/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/udp/Test.ice,
+ test/Ice/optional/TestAMD.ice,
+ test/Ice/optional/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/udp/*.ice";
+ 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";
};
- 38BAD406355E549ACA2D48EB /* PBXBuildRule */ = {
+ 4D5F36B2657D2FF146514C56 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
@@ -2082,163 +2028,167 @@
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";
};
- 39D4E7FF5DEE53788493CDAF /* PBXBuildRule */ = {
+ 4DC995969994E22FA53938D6 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/inheritance/*.ice";
+ dependencyFile = "$(DERIVED_FILE_DIR)/IceIAP_$(INPUT_FILE_BASE).d";
+ filePatterns = "*/slice/IceIAP/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/inheritance/Test.ice,
+ "$SRCROOT/../slice/IceIAP/EndpointInfo.ice",
+ "$SRCROOT/../slice/IceIAP/ConnectionInfo.ice",
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/inheritance/*.ice";
+ name = "Slice Compiler for IceIAP/*.ice";
outputFiles = (
- "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift",
+ "$(DERIVED_FILE_DIR)/IceIAP_$(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";
+ 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/IceIAP\"\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/IceIAP_$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/IceIAP_$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR/IceIAP\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceIAP/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceIAP_$BASENAME.swift\"\n";
};
- 3B78206C0B083CE7F20A410F /* PBXBuildRule */ = {
+ 4F0BFD66F26AA6A9E4C4971C /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/info/*.ice";
+ filePatterns = "*/test/Ice/retry/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/info/Test.ice,
+ test/Ice/retry/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/info/*.ice";
+ 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";
};
- 3E1FC59C16E05B7AAC9D34AC /* PBXBuildRule */ = {
+ 50C7012AAB56D959F93EC675 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/exceptions/*.ice";
+ dependencyFile = "$(DERIVED_FILE_DIR)/IceDiscovery/$(INPUT_FILE_BASE).d";
+ filePatterns = "*/IceDiscovery/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/exceptions/TestAMD.ice,
- test/Ice/exceptions/Test.ice,
+ "$SRCROOT/../slice/IceDiscovery/IceDiscovery.ice",
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/exceptions/*.ice";
+ name = "Slice2Cpp Compiler for IceDiscovery/*.ice";
outputFiles = (
- "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift",
+ "$(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/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";
+ 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";
};
- 3F869C193E8403DF224926F1 /* PBXBuildRule */ = {
+ 53DD3713A9CFAC2217132B34 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/location/*.ice";
+ filePatterns = "*/test/Ice/adapterDeactivation/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/location/Test.ice,
+ test/Ice/adapterDeactivation/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/location/*.ice";
+ 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";
};
- 418036F975E04BB3DD18533F /* PBXBuildRule */ = {
+ 575106D5176ACFC2B02EA518 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/services/*.ice";
+ filePatterns = "*/test/Ice/scope/*.ice";
fileType = pattern.proxy;
inputFiles = (
+ test/Ice/scope/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/services/*.ice";
+ 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";
};
- 45420D04517ABA01593BE81F /* PBXBuildRule */ = {
+ 5A510A095A1C70EB654781B2 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/servantLocator/*.ice";
+ filePatterns = "*/test/Ice/operations/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/servantLocator/TestAMD.ice,
- test/Ice/servantLocator/Test.ice,
+ test/Ice/operations/TestAMD.ice,
+ test/Ice/operations/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/servantLocator/*.ice";
+ 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";
};
- 4DF0EA4149ADA39B295DD691 /* PBXBuildRule */ = {
+ 5ACA7A6BA5648E38FBC2FDA7 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/operations/*.ice";
+ filePatterns = "*/test/Ice/stream/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/operations/TestAMD.ice,
- test/Ice/operations/Test.ice,
+ test/Ice/stream/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/operations/*.ice";
+ 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";
};
- 4E9ACDBB3B5AB774F428E8C1 /* PBXBuildRule */ = {
+ 5B77AC73CD1DB0640F28DBE7 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/IceIAP_$(INPUT_FILE_BASE).d";
- filePatterns = "*/slice/IceIAP/*.ice";
+ dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
+ filePatterns = "*/test/Ice/exceptions/*.ice";
fileType = pattern.proxy;
inputFiles = (
- "$SRCROOT/../slice/IceIAP/EndpointInfo.ice",
- "$SRCROOT/../slice/IceIAP/ConnectionInfo.ice",
+ test/Ice/exceptions/TestAMD.ice,
+ test/Ice/exceptions/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for IceIAP/*.ice";
+ name = "Slice Compiler for test/Ice/exceptions/*.ice";
outputFiles = (
- "$(DERIVED_FILE_DIR)/IceIAP_$(INPUT_FILE_BASE).swift",
+ "$(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\nBASENAME=$(basename -- \"$INPUT_FILE_PATH\")\nBASENAME=\"${BASENAME%.*}\"\nmkdir -p \"$DERIVED_FILE_DIR/IceIAP\"\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/IceIAP_$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/IceIAP_$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR/IceIAP\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceIAP/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceIAP_$BASENAME.swift\"\n";
+ 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";
};
- 4EBDD7085D97E946FAC2F74D /* PBXBuildRule */ = {
+ 5BF411C756B20BC163AAF7FF /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/binding/*.ice";
+ dependencyFile = "$(DERIVED_FILE_DIR)/IceSSL/$(INPUT_FILE_BASE).d";
+ filePatterns = "*/IceSSL/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/binding/Test.ice,
+ "$SRCROOT/../slice/IceSSL/EndpointInfo.ice",
+ "$SRCROOT/../slice/IceSSL/ConnectionInfoF.ice",
+ "$SRCROOT/../slice/IceSSL/ConnectionInfo.ice",
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/binding/*.ice";
+ name = "Slice2Cpp Compiler for IceSSL/*.ice";
outputFiles = (
- "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift",
+ "$(DERIVED_FILE_DIR)/IceSSL/$(INPUT_FILE_BASE).cpp",
+ "$(SYMROOT)/$(PLATFORM_NAME)/include/IceSSL/$(INPUT_FILE_BASE).h",
);
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";
+ 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/IceSSL\"\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir IceSSL --output-dir \"$DERIVED_FILE_DIR/IceSSL\" --depend --depend-file \"$DERIVED_FILE_DIR/IceSSL/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2CPP\" >> \"$DERIVED_FILE_DIR/IceSSL/$INPUT_FILE_BASE.d\"\n\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir IceSSL --output-dir \"$DERIVED_FILE_DIR/IceSSL\" \"$INPUT_FILE_PATH\"\nmkdir -p \"$SYMROOT/$PLATFORM_NAME/include/IceSSL\"\nmv \"$DERIVED_FILE_DIR/IceSSL/$BASENAME.h\" \"$SYMROOT/$PLATFORM_NAME/include/IceSSL/$BASENAME.h\"\n";
};
- 558BE054A9571B3AD3EC71DA /* PBXBuildRule */ = {
+ 5E7BF784161AC31498419E47 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
@@ -2256,79 +2206,64 @@
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";
};
- 56412726A4BD5367299341A5 /* PBXBuildRule */ = {
+ 5F1F73ACC6A32E0C6D5D5367 /* 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/Session.ice",
+ "$SRCROOT/../slice/Glacier2/PermissionsVerifier.ice",
+ "$SRCROOT/../slice/Glacier2/PermissionsVerifierF.ice",
+ "$SRCROOT/../slice/Glacier2/SSLInfo.ice",
+ "$SRCROOT/../slice/Glacier2/Router.ice",
+ "$SRCROOT/../slice/Glacier2/Metrics.ice",
+ "$SRCROOT/../slice/Glacier2/RouterF.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";
+ };
+ 618CF958A8F1408383CCF60F /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/scope/*.ice";
+ filePatterns = "*/test/Ice/inheritance/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/scope/Test.ice,
+ test/Ice/inheritance/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/scope/*.ice";
+ 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";
};
- 56B1CF2A76FF4B02889F6213 /* PBXBuildRule */ = {
+ 61CF5E4A1AE75F64BE06AB77 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/Ice_$(INPUT_FILE_BASE).d";
- filePatterns = "*/slice/Ice/*.ice";
+ dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
+ filePatterns = "*/scripts/*.ice";
fileType = pattern.proxy;
inputFiles = (
- "$SRCROOT/../slice/Ice/ObjectAdapter.ice",
- "$SRCROOT/../slice/Ice/SliceChecksumDict.ice",
- "$SRCROOT/../slice/Ice/ImplicitContextF.ice",
- "$SRCROOT/../slice/Ice/Logger.ice",
- "$SRCROOT/../slice/Ice/Connection.ice",
- "$SRCROOT/../slice/Ice/RemoteLogger.ice",
- "$SRCROOT/../slice/Ice/PropertiesAdmin.ice",
- "$SRCROOT/../slice/Ice/EndpointF.ice",
- "$SRCROOT/../slice/Ice/ValueFactory.ice",
- "$SRCROOT/../slice/Ice/Communicator.ice",
- "$SRCROOT/../slice/Ice/Plugin.ice",
- "$SRCROOT/../slice/Ice/ObjectAdapterF.ice",
- "$SRCROOT/../slice/Ice/Properties.ice",
- "$SRCROOT/../slice/Ice/ConnectionF.ice",
- "$SRCROOT/../slice/Ice/LocalException.ice",
- "$SRCROOT/../slice/Ice/Locator.ice",
- "$SRCROOT/../slice/Ice/PluginF.ice",
- "$SRCROOT/../slice/Ice/PropertiesF.ice",
- "$SRCROOT/../slice/Ice/BuiltinSequences.ice",
- "$SRCROOT/../slice/Ice/Version.ice",
- "$SRCROOT/../slice/Ice/ServantLocator.ice",
- "$SRCROOT/../slice/Ice/InstrumentationF.ice",
- "$SRCROOT/../slice/Ice/Router.ice",
- "$SRCROOT/../slice/Ice/Endpoint.ice",
- "$SRCROOT/../slice/Ice/Metrics.ice",
- "$SRCROOT/../slice/Ice/ObjectFactory.ice",
- "$SRCROOT/../slice/Ice/Instrumentation.ice",
- "$SRCROOT/../slice/Ice/Identity.ice",
- "$SRCROOT/../slice/Ice/LoggerF.ice",
- "$SRCROOT/../slice/Ice/LocatorF.ice",
- "$SRCROOT/../slice/Ice/EndpointTypes.ice",
- "$SRCROOT/../slice/Ice/CommunicatorF.ice",
- "$SRCROOT/../slice/Ice/Current.ice",
- "$SRCROOT/../slice/Ice/ProcessF.ice",
- "$SRCROOT/../slice/Ice/RouterF.ice",
- "$SRCROOT/../slice/Ice/Process.ice",
- "$SRCROOT/../slice/Ice/ImplicitContext.ice",
- "$SRCROOT/../slice/Ice/FacetMap.ice",
- "$SRCROOT/../slice/Ice/ServantLocatorF.ice",
+ ../scripts/Controller.ice,
);
isEditable = 1;
- name = "Slice Compiler for Ice/*.ice";
+ name = "Slice Compiler for test/TestDriver/*.ice";
outputFiles = (
- "$(DERIVED_FILE_DIR)/Ice_$(INPUT_FILE_BASE).swift",
+ "$(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\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";
+ 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";
};
- 61C5F589A29F529014E5DFC2 /* PBXBuildRule */ = {
+ 621A93909B16D28A82EBE724 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/IceSSL_$(INPUT_FILE_BASE).d";
@@ -2347,238 +2282,168 @@
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/IceSSL\"\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/IceSSL_$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/IceSSL_$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR/IceSSL\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceSSL/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceSSL_$BASENAME.swift\"\n";
};
- 64E776AA33E64989463A2568 /* PBXBuildRule */ = {
+ 62DB6352848F354D5F233810 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/interceptor/*.ice";
+ filePatterns = "*/test/Ice/facets/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/interceptor/Test.ice,
+ test/Ice/facets/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/interceptor/*.ice";
+ 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";
};
- 657792DBB96AB80815A59C52 /* PBXBuildRule */ = {
+ 62FA4C6ED6ACE97B3F4B124C /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/ami/*.ice";
+ dependencyFile = "$(DERIVED_FILE_DIR)/IceGrid_$(INPUT_FILE_BASE).d";
+ filePatterns = "*/slice/IceGrid/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/ami/Test.ice,
+ "$SRCROOT/../slice/IceGrid/UserAccountMapper.ice",
+ "$SRCROOT/../slice/IceGrid/FileParser.ice",
+ "$SRCROOT/../slice/IceGrid/Registry.ice",
+ "$SRCROOT/../slice/IceGrid/Session.ice",
+ "$SRCROOT/../slice/IceGrid/PluginFacade.ice",
+ "$SRCROOT/../slice/IceGrid/Admin.ice",
+ "$SRCROOT/../slice/IceGrid/Descriptor.ice",
+ "$SRCROOT/../slice/IceGrid/Exception.ice",
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/ami/*.ice";
+ name = "Slice Compiler for IceGrid/*.ice";
outputFiles = (
- "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift",
+ "$(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\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";
+ 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";
};
- 68D130FD68D34E4AFB7781DD /* PBXBuildRule */ = {
+ 66315DFD092FC703F3EA7DEB /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/invoke/*.ice";
+ filePatterns = "*/test/Ice/location/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/invoke/Test.ice,
+ test/Ice/location/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/invoke/*.ice";
+ 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";
};
- 6DABDAAFD1E97494FFA6637E /* PBXBuildRule */ = {
+ 6768F05D023DFBD957918F9C /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/Ice/$(INPUT_FILE_BASE).d";
- filePatterns = "*/Ice/*.ice";
+ dependencyFile = "$(DERIVED_FILE_DIR)/IceDiscovery/$(INPUT_FILE_BASE).d";
+ filePatterns = "*/IceDiscovery/*.ice";
fileType = pattern.proxy;
inputFiles = (
- "$SRCROOT/../slice/Ice/ObjectAdapter.ice",
- "$SRCROOT/../slice/Ice/SliceChecksumDict.ice",
- "$SRCROOT/../slice/Ice/ImplicitContextF.ice",
- "$SRCROOT/../slice/Ice/Logger.ice",
- "$SRCROOT/../slice/Ice/Connection.ice",
- "$SRCROOT/../slice/Ice/RemoteLogger.ice",
- "$SRCROOT/../slice/Ice/PropertiesAdmin.ice",
- "$SRCROOT/../slice/Ice/EndpointF.ice",
- "$SRCROOT/../slice/Ice/ValueFactory.ice",
- "$SRCROOT/../slice/Ice/Communicator.ice",
- "$SRCROOT/../slice/Ice/Plugin.ice",
- "$SRCROOT/../slice/Ice/ObjectAdapterF.ice",
- "$SRCROOT/../slice/Ice/Properties.ice",
- "$SRCROOT/../slice/Ice/ConnectionF.ice",
- "$SRCROOT/../slice/Ice/LocalException.ice",
- "$SRCROOT/../slice/Ice/Locator.ice",
- "$SRCROOT/../slice/Ice/PluginF.ice",
- "$SRCROOT/../slice/Ice/PropertiesF.ice",
- "$SRCROOT/../slice/Ice/BuiltinSequences.ice",
- "$SRCROOT/../slice/Ice/Version.ice",
- "$SRCROOT/../slice/Ice/ServantLocator.ice",
- "$SRCROOT/../slice/Ice/InstrumentationF.ice",
- "$SRCROOT/../slice/Ice/Router.ice",
- "$SRCROOT/../slice/Ice/Endpoint.ice",
- "$SRCROOT/../slice/Ice/Metrics.ice",
- "$SRCROOT/../slice/Ice/ObjectFactory.ice",
- "$SRCROOT/../slice/Ice/Instrumentation.ice",
- "$SRCROOT/../slice/Ice/Identity.ice",
- "$SRCROOT/../slice/Ice/LoggerF.ice",
- "$SRCROOT/../slice/Ice/LocatorF.ice",
- "$SRCROOT/../slice/Ice/EndpointTypes.ice",
- "$SRCROOT/../slice/Ice/CommunicatorF.ice",
- "$SRCROOT/../slice/Ice/Current.ice",
- "$SRCROOT/../slice/Ice/ProcessF.ice",
- "$SRCROOT/../slice/Ice/RouterF.ice",
- "$SRCROOT/../slice/Ice/Process.ice",
- "$SRCROOT/../slice/Ice/ImplicitContext.ice",
- "$SRCROOT/../slice/Ice/FacetMap.ice",
- "$SRCROOT/../slice/Ice/ServantLocatorF.ice",
+ "$SRCROOT/../slice/IceDiscovery/IceDiscovery.ice",
);
isEditable = 1;
- name = "Slice2Cpp Compiler for Ice/*.ice";
+ name = "Slice2Cpp Compiler for IceDiscovery/*.ice";
outputFiles = (
- "$(DERIVED_FILE_DIR)/Ice/$(INPUT_FILE_BASE).cpp",
- "$(SYMROOT)/$(PLATFORM_NAME)/include/Ice/$(INPUT_FILE_BASE).h",
+ "$(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/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";
+ 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";
};
- 6FA4A5BA31AD60924D851ADA /* PBXBuildRule */ = {
+ 68283A3A999E9EEDDBD10C82 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/optional/*.ice";
+ filePatterns = "*/test/TestCommon/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/optional/TestAMD.ice,
- test/Ice/optional/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/optional/*.ice";
+ 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";
};
- 72CE91CCE1B4EF889509F26B /* PBXBuildRule */ = {
+ 704166F6FED1C589DD4EB38A /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/optional/*.ice";
+ filePatterns = "*/test/Ice/timeout/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/optional/TestAMD.ice,
- test/Ice/optional/Test.ice,
+ test/Ice/timeout/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/optional/*.ice";
+ 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";
};
- 757AB0C51EC2311A6E945F24 /* 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";
- };
- 75E97172B6B146C749632844 /* PBXBuildRule */ = {
+ 740BF3817E6E6A1FDE6D4903 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/IceStorm_$(INPUT_FILE_BASE).d";
- filePatterns = "*/slice/IceStorm/*.ice";
+ dependencyFile = "$(DERIVED_FILE_DIR)/IceLocatorDiscovery/$(INPUT_FILE_BASE).d";
+ filePatterns = "*/IceLocatorDiscovery/*.ice";
fileType = pattern.proxy;
inputFiles = (
- "$SRCROOT/../slice/IceStorm/IceStorm.ice",
- "$SRCROOT/../slice/IceStorm/Metrics.ice",
+ "$SRCROOT/../slice/IceLocatorDiscovery/IceLocatorDiscovery.ice",
);
isEditable = 1;
- name = "Slice Compiler for IceStorm/*.ice";
+ name = "Slice2Cpp Compiler for IceLocatorDiscovery/*.ice";
outputFiles = (
- "$(DERIVED_FILE_DIR)/IceStorm_$(INPUT_FILE_BASE).swift",
+ "$(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/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";
+ 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";
};
- 76A48D2540726EA7E90EFDB1 /* PBXBuildRule */ = {
+ 7A0EE14D0A99816F40839014 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/IceSSL/configuration/*.ice";
+ filePatterns = "*/test/Ice/binding/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/IceSSL/configuration/Test.ice,
+ test/Ice/binding/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/IceSSL/configuration/*.ice";
+ 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";
};
- 78CA8E37D0A02B12613D5EED /* PBXBuildRule */ = {
+ 81334B7753069D4CE7F097F3 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/TestCommon/*.ice";
+ filePatterns = "*/test/IceSSL/configuration/*.ice";
fileType = pattern.proxy;
inputFiles = (
+ test/IceSSL/configuration/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/TestCommon/*.ice";
+ 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";
};
- 78D0FD1665E11227AECC7314 /* PBXBuildRule */ = {
- isa = PBXBuildRule;
- compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/IceSSL_$(INPUT_FILE_BASE).d";
- filePatterns = "*/slice/IceSSL/*.ice";
- fileType = pattern.proxy;
- inputFiles = (
- "$SRCROOT/../slice/IceSSL/EndpointInfo.ice",
- "$SRCROOT/../slice/IceSSL/ConnectionInfoF.ice",
- "$SRCROOT/../slice/IceSSL/ConnectionInfo.ice",
- );
- isEditable = 1;
- name = "Slice Compiler for IceSSL/*.ice";
- outputFiles = (
- "$(DERIVED_FILE_DIR)/IceSSL_$(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/IceSSL\"\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/IceSSL_$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/IceSSL_$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR/IceSSL\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceSSL/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceSSL_$BASENAME.swift\"\n";
- };
- 7B5ADA60C8D6673CE3821EEA /* PBXBuildRule */ = {
+ 83FC9F4B782CB618D892C881 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
@@ -2599,190 +2464,143 @@
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";
};
- 7C8FC850A978B1C70410CE99 /* PBXBuildRule */ = {
+ 887B3F6D6D373AFECAE4D885 /* 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";
- };
- 7F0A8B9835458378DD22C067 /* 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";
- };
- 7F0FC4D5A34F8C9309EA2EDA /* PBXBuildRule */ = {
- isa = PBXBuildRule;
- compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/slicing/exceptions/*.ice";
+ filePatterns = "*/test/Ice/slicing/objects/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/slicing/exceptions/ClientPrivate.ice,
- test/Ice/slicing/exceptions/TestAMD.ice,
- test/Ice/slicing/exceptions/ServerPrivateAMD.ice,
- test/Ice/slicing/exceptions/Test.ice,
- test/Ice/slicing/exceptions/ServerPrivate.ice,
+ test/Ice/slicing/objects/ClientPrivate.ice,
+ test/Ice/slicing/objects/TestAMD.ice,
+ test/Ice/slicing/objects/ServerPrivateAMD.ice,
+ test/Ice/slicing/objects/Test.ice,
+ test/Ice/slicing/objects/ServerPrivate.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/slicing/exceptions/*.ice";
+ 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";
};
- 834F36A71357962BA989B3C6 /* PBXBuildRule */ = {
+ 8B0099435E46BB1934ABABE1 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/defaultValue/*.ice";
+ filePatterns = "*/test/Ice/exceptions/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/defaultValue/Test.ice,
+ test/Ice/exceptions/TestAMD.ice,
+ test/Ice/exceptions/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/defaultValue/*.ice";
+ 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";
};
- 83A6DAE682AF4B61B28D944A /* PBXBuildRule */ = {
+ 8DA75FBF4C882E71D91C12B3 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/proxy/*.ice";
+ filePatterns = "*/test/Ice/adapterDeactivation/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/proxy/TestAMD.ice,
- test/Ice/proxy/Test.ice,
+ test/Ice/adapterDeactivation/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/proxy/*.ice";
+ 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";
};
- 84F741154D7B1E09F5C6A1BB /* PBXBuildRule */ = {
+ 8DF7043F6ED473065B9D426F /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/info/*.ice";
+ filePatterns = "*/test/Ice/location/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/info/Test.ice,
+ test/Ice/location/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/info/*.ice";
+ 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";
};
- 8622A424F7123C606F4576A3 /* PBXBuildRule */ = {
+ 8EB23874E037D2AB149716C0 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/operations/*.ice";
+ filePatterns = "*/test/IceSSL/configuration/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/operations/TestAMD.ice,
- test/Ice/operations/Test.ice,
+ test/IceSSL/configuration/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/operations/*.ice";
+ 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";
};
- 92550765F65C5439D734B078 /* 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";
- };
- 948E0A0C98D23DD970F03F2F /* PBXBuildRule */ = {
+ 916847FDE0B434733D01869B /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/optional/*.ice";
+ filePatterns = "*/test/Ice/slicing/exceptions/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/optional/TestAMD.ice,
- test/Ice/optional/Test.ice,
+ test/Ice/slicing/exceptions/ClientPrivate.ice,
+ test/Ice/slicing/exceptions/TestAMD.ice,
+ test/Ice/slicing/exceptions/ServerPrivateAMD.ice,
+ test/Ice/slicing/exceptions/Test.ice,
+ test/Ice/slicing/exceptions/ServerPrivate.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/optional/*.ice";
+ 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";
};
- 9BE6EAFE9041919016388416 /* PBXBuildRule */ = {
+ 920740516869D8D35652365F /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/inheritance/*.ice";
+ filePatterns = "*/test/Ice/slicing/exceptions/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/inheritance/Test.ice,
+ test/Ice/slicing/exceptions/ClientPrivate.ice,
+ test/Ice/slicing/exceptions/TestAMD.ice,
+ test/Ice/slicing/exceptions/ServerPrivateAMD.ice,
+ test/Ice/slicing/exceptions/Test.ice,
+ test/Ice/slicing/exceptions/ServerPrivate.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/inheritance/*.ice";
+ 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";
};
- A1509F717731015EA678C983 /* PBXBuildRule */ = {
+ 922FB73B053D1FB60FAB2F6A /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/Ice/$(INPUT_FILE_BASE).d";
- filePatterns = "*/Ice/*.ice";
+ dependencyFile = "$(DERIVED_FILE_DIR)/Ice_$(INPUT_FILE_BASE).d";
+ filePatterns = "*/slice/Ice/*.ice";
fileType = pattern.proxy;
inputFiles = (
"$SRCROOT/../slice/Ice/ObjectAdapter.ice",
@@ -2826,132 +2644,121 @@
"$SRCROOT/../slice/Ice/ServantLocatorF.ice",
);
isEditable = 1;
- name = "Slice2Cpp Compiler for Ice/*.ice";
+ name = "Slice Compiler for Ice/*.ice";
outputFiles = (
- "$(DERIVED_FILE_DIR)/Ice/$(INPUT_FILE_BASE).cpp",
- "$(SYMROOT)/$(PLATFORM_NAME)/include/Ice/$(INPUT_FILE_BASE).h",
+ "$(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/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";
+ 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";
};
- A7498AAF59F30CB3C52708ED /* PBXBuildRule */ = {
+ 92B14C6516274B2B29045496 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/invoke/*.ice";
+ filePatterns = "*/test/Ice/servantLocator/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/invoke/Test.ice,
+ test/Ice/servantLocator/TestAMD.ice,
+ test/Ice/servantLocator/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/invoke/*.ice";
+ 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";
};
- AA74E5166855C0DB295A8751 /* PBXBuildRule */ = {
+ 936C7CA5EF79836C8CBA2339 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/IceGrid_$(INPUT_FILE_BASE).d";
- filePatterns = "*/slice/IceGrid/*.ice";
+ dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
+ filePatterns = "*/test/Ice/operations/*.ice";
fileType = pattern.proxy;
inputFiles = (
- "$SRCROOT/../slice/IceGrid/UserAccountMapper.ice",
- "$SRCROOT/../slice/IceGrid/FileParser.ice",
- "$SRCROOT/../slice/IceGrid/Registry.ice",
- "$SRCROOT/../slice/IceGrid/Session.ice",
- "$SRCROOT/../slice/IceGrid/PluginFacade.ice",
- "$SRCROOT/../slice/IceGrid/Admin.ice",
- "$SRCROOT/../slice/IceGrid/Descriptor.ice",
- "$SRCROOT/../slice/IceGrid/Exception.ice",
+ test/Ice/operations/TestAMD.ice,
+ test/Ice/operations/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for IceGrid/*.ice";
+ name = "Slice Compiler for test/Ice/operations/*.ice";
outputFiles = (
- "$(DERIVED_FILE_DIR)/IceGrid_$(INPUT_FILE_BASE).swift",
+ "$(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\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";
+ 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";
};
- ACC03993706F43503FDC82FE /* PBXBuildRule */ = {
+ 9E61B0A9BB93EF4AE1CDBE5E /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/servantLocator/*.ice";
+ filePatterns = "*/test/Ice/slicing/objects/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/servantLocator/TestAMD.ice,
- test/Ice/servantLocator/Test.ice,
+ test/Ice/slicing/objects/ClientPrivate.ice,
+ test/Ice/slicing/objects/TestAMD.ice,
+ test/Ice/slicing/objects/ServerPrivateAMD.ice,
+ test/Ice/slicing/objects/Test.ice,
+ test/Ice/slicing/objects/ServerPrivate.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/servantLocator/*.ice";
+ 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";
};
- ADC60343143BC8E8CF64627B /* PBXBuildRule */ = {
+ 9E9CA23455282B562122C4B6 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/enums/*.ice";
+ filePatterns = "*/test/TestCommon/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/enums/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/enums/*.ice";
+ 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";
};
- AEB9E44ADD39D992C223E027 /* PBXBuildRule */ = {
+ 9ECB2E5B5DE11F6A0CA7CFAB /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/Glacier2_$(INPUT_FILE_BASE).d";
- filePatterns = "*/slice/Glacier2/*.ice";
+ dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
+ filePatterns = "*/test/Ice/acm/*.ice";
fileType = pattern.proxy;
inputFiles = (
- "$SRCROOT/../slice/Glacier2/Session.ice",
- "$SRCROOT/../slice/Glacier2/PermissionsVerifier.ice",
- "$SRCROOT/../slice/Glacier2/PermissionsVerifierF.ice",
- "$SRCROOT/../slice/Glacier2/SSLInfo.ice",
- "$SRCROOT/../slice/Glacier2/Router.ice",
- "$SRCROOT/../slice/Glacier2/Metrics.ice",
- "$SRCROOT/../slice/Glacier2/RouterF.ice",
+ test/Ice/acm/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for Glacier2/*.ice";
+ name = "Slice Compiler for test/Ice/acm/*.ice";
outputFiles = (
- "$(DERIVED_FILE_DIR)/Glacier2_$(INPUT_FILE_BASE).swift",
+ "$(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\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";
+ 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";
};
- B99740FB99D39E46CC3C8CE7 /* PBXBuildRule */ = {
+ A13E71A9C9B79C87A60199F3 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/IceDiscovery/$(INPUT_FILE_BASE).d";
- filePatterns = "*/IceDiscovery/*.ice";
+ dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
+ filePatterns = "*/test/Ice/acm/*.ice";
fileType = pattern.proxy;
inputFiles = (
- "$SRCROOT/../slice/IceDiscovery/IceDiscovery.ice",
+ test/Ice/acm/Test.ice,
);
isEditable = 1;
- name = "Slice2Cpp Compiler for IceDiscovery/*.ice";
+ name = "Slice Compiler for test/Ice/acm/*.ice";
outputFiles = (
- "$(DERIVED_FILE_DIR)/IceDiscovery/$(INPUT_FILE_BASE).cpp",
- "$(SYMROOT)/$(PLATFORM_NAME)/include/IceDiscovery/$(INPUT_FILE_BASE).h",
+ "$(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/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";
+ 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";
};
- BC64698069DB07358AE4A5D9 /* PBXBuildRule */ = {
+ A24F4315E588A96AFC7F3D8A /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
@@ -2971,45 +2778,63 @@
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";
};
- BCE2A8BCAE32CACEBCF8F113 /* PBXBuildRule */ = {
+ A25C8A24FCBEA6D8178B7C26 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/slicing/exceptions/*.ice";
+ filePatterns = "*/test/Ice/exceptions/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/slicing/exceptions/ClientPrivate.ice,
- test/Ice/slicing/exceptions/TestAMD.ice,
- test/Ice/slicing/exceptions/ServerPrivateAMD.ice,
- test/Ice/slicing/exceptions/Test.ice,
- test/Ice/slicing/exceptions/ServerPrivate.ice,
+ test/Ice/exceptions/TestAMD.ice,
+ test/Ice/exceptions/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/slicing/exceptions/*.ice";
+ 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";
};
- C0F94E3308249CAD07F6728B /* PBXBuildRule */ = {
+ A5421B5BFCA26A320BF0B34C /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/IceSSL/configuration/*.ice";
+ filePatterns = "*/test/Ice/defaultServant/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/IceSSL/configuration/Test.ice,
+ test/Ice/defaultServant/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/IceSSL/configuration/*.ice";
+ 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";
+ };
+ A561B5D238470D927358CEEF /* 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/TestAMD.ice,
+ test/Ice/slicing/objects/ServerPrivateAMD.ice,
+ test/Ice/slicing/objects/Test.ice,
+ test/Ice/slicing/objects/ServerPrivate.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";
};
- C65027CC9DA2DB6CE267E662 /* PBXBuildRule */ = {
+ A8BC30D6A470CEA7D8FEC857 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
@@ -3027,222 +2852,220 @@
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";
};
- CA66672AAA24F901279E634A /* PBXBuildRule */ = {
+ AA582AA597F2B4497ACC57A6 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/slicing/objects/*.ice";
+ dependencyFile = "$(DERIVED_FILE_DIR)/IceLocatorDiscovery/$(INPUT_FILE_BASE).d";
+ filePatterns = "*/IceLocatorDiscovery/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/slicing/objects/ClientPrivate.ice,
- test/Ice/slicing/objects/TestAMD.ice,
- test/Ice/slicing/objects/ServerPrivateAMD.ice,
- test/Ice/slicing/objects/Test.ice,
- test/Ice/slicing/objects/ServerPrivate.ice,
+ "$SRCROOT/../slice/IceLocatorDiscovery/IceLocatorDiscovery.ice",
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/slicing/objects/*.ice";
+ name = "Slice2Cpp Compiler for IceLocatorDiscovery/*.ice";
outputFiles = (
- "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift",
+ "$(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/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";
+ 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";
};
- CE69D1270B7C4512AA1E4B3C /* PBXBuildRule */ = {
+ AAA9D387DD894496600D72D9 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/scripts/*.ice";
+ filePatterns = "*/test/Ice/proxy/*.ice";
fileType = pattern.proxy;
inputFiles = (
- ../scripts/Controller.ice,
+ test/Ice/proxy/TestAMD.ice,
+ test/Ice/proxy/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/TestDriver/*.ice";
+ 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";
};
- CE8BA643293B8F9B3D0FE6EF /* PBXBuildRule */ = {
+ AD25ADAA5A4B99CE09F2D8AD /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/timeout/*.ice";
+ filePatterns = "*/test/Ice/optional/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/timeout/Test.ice,
+ test/Ice/optional/TestAMD.ice,
+ test/Ice/optional/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/timeout/*.ice";
+ 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";
};
- CEDAADF21E4055CDA4EDE12F /* PBXBuildRule */ = {
+ B272E7E65F0F33C3616C838D /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/Glacier2_$(INPUT_FILE_BASE).d";
- filePatterns = "*/slice/Glacier2/*.ice";
+ dependencyFile = "$(DERIVED_FILE_DIR)/IceStorm_$(INPUT_FILE_BASE).d";
+ filePatterns = "*/slice/IceStorm/*.ice";
fileType = pattern.proxy;
inputFiles = (
- "$SRCROOT/../slice/Glacier2/Session.ice",
- "$SRCROOT/../slice/Glacier2/PermissionsVerifier.ice",
- "$SRCROOT/../slice/Glacier2/PermissionsVerifierF.ice",
- "$SRCROOT/../slice/Glacier2/SSLInfo.ice",
- "$SRCROOT/../slice/Glacier2/Router.ice",
- "$SRCROOT/../slice/Glacier2/Metrics.ice",
- "$SRCROOT/../slice/Glacier2/RouterF.ice",
+ "$SRCROOT/../slice/IceStorm/IceStorm.ice",
+ "$SRCROOT/../slice/IceStorm/Metrics.ice",
);
isEditable = 1;
- name = "Slice Compiler for Glacier2/*.ice";
+ name = "Slice Compiler for IceStorm/*.ice";
outputFiles = (
- "$(DERIVED_FILE_DIR)/Glacier2_$(INPUT_FILE_BASE).swift",
+ "$(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/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";
+ 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";
};
- D03596F4AE0F9EA9229CC869 /* PBXBuildRule */ = {
+ B71178416532DF12B2C6B75C /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/facets/*.ice";
+ filePatterns = "*/test/Ice/ami/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/facets/Test.ice,
+ test/Ice/ami/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/facets/*.ice";
+ 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";
};
- D317FF1D4CCA56CCE3B56010 /* PBXBuildRule */ = {
+ C015675A9F53295E194AC692 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/scope/*.ice";
+ filePatterns = "*/test/Ice/servantLocator/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/scope/Test.ice,
+ test/Ice/servantLocator/TestAMD.ice,
+ test/Ice/servantLocator/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/scope/*.ice";
+ 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";
};
- D5B421F5DE83691AEDD16520 /* PBXBuildRule */ = {
+ C40A1F3B736E112F2A552FB6 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/acm/*.ice";
+ filePatterns = "*/test/Ice/interceptor/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/acm/Test.ice,
+ test/Ice/interceptor/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/acm/*.ice";
+ 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";
};
- D87CCA070D8820D2DD8A1BB9 /* PBXBuildRule */ = {
+ C488D3825DDE12C9864B73AB /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/optional/*.ice";
+ filePatterns = "*/test/Ice/invoke/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/optional/TestAMD.ice,
- test/Ice/optional/Test.ice,
+ test/Ice/invoke/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/optional/*.ice";
+ 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";
};
- D9B5D316414FD5C9D72E846B /* PBXBuildRule */ = {
+ C7598E2C4EF8EFE94348B5A0 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/acm/*.ice";
+ filePatterns = "*/test/Ice/exceptions/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/acm/Test.ice,
+ test/Ice/exceptions/TestAMD.ice,
+ test/Ice/exceptions/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/acm/*.ice";
+ 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";
};
- DB934CA13A8219A9ED8FF1F6 /* PBXBuildRule */ = {
+ CAF4452BDECAC88D796C9F66 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/stream/*.ice";
+ dependencyFile = "$(DERIVED_FILE_DIR)/IceSSL_$(INPUT_FILE_BASE).d";
+ filePatterns = "*/slice/IceSSL/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/stream/Test.ice,
+ "$SRCROOT/../slice/IceSSL/EndpointInfo.ice",
+ "$SRCROOT/../slice/IceSSL/ConnectionInfoF.ice",
+ "$SRCROOT/../slice/IceSSL/ConnectionInfo.ice",
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/stream/*.ice";
+ name = "Slice Compiler for IceSSL/*.ice";
outputFiles = (
- "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift",
+ "$(DERIVED_FILE_DIR)/IceSSL_$(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";
+ 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/IceSSL\"\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --depend --depend-file \"$DERIVED_FILE_DIR/IceSSL_$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2SWIFT\" >> \"$DERIVED_FILE_DIR/IceSSL_$INPUT_FILE_BASE.d\"\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR/IceSSL\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceSSL/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceSSL_$BASENAME.swift\"\n";
};
- DF4E041DBE43161FADB2A52F /* PBXBuildRule */ = {
+ D4BE6AF3DA56D37131329965 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/defaultServant/*.ice";
+ filePatterns = "*/test/Ice/operations/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/defaultServant/Test.ice,
+ test/Ice/operations/TestAMD.ice,
+ test/Ice/operations/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/defaultServant/*.ice";
+ 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";
};
- E08DF88F57C640DB6B2EBF95 /* PBXBuildRule */ = {
+ D5CB04725E2ED95A595BA133 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/location/*.ice";
+ filePatterns = "*/test/Ice/udp/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/location/Test.ice,
+ test/Ice/udp/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/location/*.ice";
+ 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";
};
- E510CF12C49E626B348CE724 /* PBXBuildRule */ = {
+ D78CAEE173D85D628A59E349 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
@@ -3259,24 +3082,114 @@
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";
};
- E5E51D05B4B9AAF870D29DEF /* PBXBuildRule */ = {
+ DD4F8D6980BF9A52F776F9BF /* 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/ObjectAdapter.ice",
+ "$SRCROOT/../slice/Ice/SliceChecksumDict.ice",
+ "$SRCROOT/../slice/Ice/ImplicitContextF.ice",
+ "$SRCROOT/../slice/Ice/Logger.ice",
+ "$SRCROOT/../slice/Ice/Connection.ice",
+ "$SRCROOT/../slice/Ice/RemoteLogger.ice",
+ "$SRCROOT/../slice/Ice/PropertiesAdmin.ice",
+ "$SRCROOT/../slice/Ice/EndpointF.ice",
+ "$SRCROOT/../slice/Ice/ValueFactory.ice",
+ "$SRCROOT/../slice/Ice/Communicator.ice",
+ "$SRCROOT/../slice/Ice/Plugin.ice",
+ "$SRCROOT/../slice/Ice/ObjectAdapterF.ice",
+ "$SRCROOT/../slice/Ice/Properties.ice",
+ "$SRCROOT/../slice/Ice/ConnectionF.ice",
+ "$SRCROOT/../slice/Ice/LocalException.ice",
+ "$SRCROOT/../slice/Ice/Locator.ice",
+ "$SRCROOT/../slice/Ice/PluginF.ice",
+ "$SRCROOT/../slice/Ice/PropertiesF.ice",
+ "$SRCROOT/../slice/Ice/BuiltinSequences.ice",
+ "$SRCROOT/../slice/Ice/Version.ice",
+ "$SRCROOT/../slice/Ice/ServantLocator.ice",
+ "$SRCROOT/../slice/Ice/InstrumentationF.ice",
+ "$SRCROOT/../slice/Ice/Router.ice",
+ "$SRCROOT/../slice/Ice/Endpoint.ice",
+ "$SRCROOT/../slice/Ice/Metrics.ice",
+ "$SRCROOT/../slice/Ice/ObjectFactory.ice",
+ "$SRCROOT/../slice/Ice/Instrumentation.ice",
+ "$SRCROOT/../slice/Ice/Identity.ice",
+ "$SRCROOT/../slice/Ice/LoggerF.ice",
+ "$SRCROOT/../slice/Ice/LocatorF.ice",
+ "$SRCROOT/../slice/Ice/EndpointTypes.ice",
+ "$SRCROOT/../slice/Ice/CommunicatorF.ice",
+ "$SRCROOT/../slice/Ice/Current.ice",
+ "$SRCROOT/../slice/Ice/ProcessF.ice",
+ "$SRCROOT/../slice/Ice/RouterF.ice",
+ "$SRCROOT/../slice/Ice/Process.ice",
+ "$SRCROOT/../slice/Ice/ImplicitContext.ice",
+ "$SRCROOT/../slice/Ice/FacetMap.ice",
+ "$SRCROOT/../slice/Ice/ServantLocatorF.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";
+ };
+ DD542A774D83DA8ED8D0B767 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/retry/*.ice";
+ filePatterns = "*/test/Ice/defaultValue/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/retry/Test.ice,
+ test/Ice/defaultValue/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/retry/*.ice";
+ 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";
};
- E79D14F777189E09AD274EF7 /* PBXBuildRule */ = {
+ E1B73F0EA9C6F493A2977220 /* 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";
+ };
+ E46DD4A50E552A524F06E26D /* 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";
+ };
+ EA82DEFEF1A4E71798A3369F /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/IceIAP/$(INPUT_FILE_BASE).d";
@@ -3295,7 +3208,7 @@
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/IceIAP\"\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir IceIAP --output-dir \"$DERIVED_FILE_DIR/IceIAP\" --depend --depend-file \"$DERIVED_FILE_DIR/IceIAP/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2CPP\" >> \"$DERIVED_FILE_DIR/IceIAP/$INPUT_FILE_BASE.d\"\n\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir IceIAP --output-dir \"$DERIVED_FILE_DIR/IceIAP\" \"$INPUT_FILE_PATH\"\nmkdir -p \"$SYMROOT/$PLATFORM_NAME/include/IceIAP\"\nmv \"$DERIVED_FILE_DIR/IceIAP/$BASENAME.h\" \"$SYMROOT/$PLATFORM_NAME/include/IceIAP/$BASENAME.h\"\n";
};
- EEAA459BA511BBEBBA652BA9 /* PBXBuildRule */ = {
+ EC318DDF0EE890FBCB20D3B8 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
@@ -3316,169 +3229,256 @@
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";
};
- EF803CEC21BD495F71D37A70 /* PBXBuildRule */ = {
+ EF9C432FB0BDD5E592B357CC /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/operations/*.ice";
+ filePatterns = "*/test/Ice/objects/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/operations/TestAMD.ice,
- test/Ice/operations/Test.ice,
+ test/Ice/objects/Derived.ice,
+ test/Ice/objects/Forward.ice,
+ test/Ice/objects/Test.ice,
+ test/Ice/objects/DerivedEx.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/operations/*.ice";
+ 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";
};
- F04D4256FBB586F7AA161CE8 /* PBXBuildRule */ = {
+ F13D307A5D073F0378B71EDA /* PBXBuildRule */ = {
+ isa = PBXBuildRule;
+ compilerSpec = com.apple.compilers.proxy.script;
+ dependencyFile = "$(DERIVED_FILE_DIR)/IceSSL/$(INPUT_FILE_BASE).d";
+ filePatterns = "*/IceSSL/*.ice";
+ fileType = pattern.proxy;
+ inputFiles = (
+ "$SRCROOT/../slice/IceSSL/EndpointInfo.ice",
+ "$SRCROOT/../slice/IceSSL/ConnectionInfoF.ice",
+ "$SRCROOT/../slice/IceSSL/ConnectionInfo.ice",
+ );
+ isEditable = 1;
+ name = "Slice2Cpp Compiler for IceSSL/*.ice";
+ outputFiles = (
+ "$(DERIVED_FILE_DIR)/IceSSL/$(INPUT_FILE_BASE).cpp",
+ "$(SYMROOT)/$(PLATFORM_NAME)/include/IceSSL/$(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/IceSSL\"\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir IceSSL --output-dir \"$DERIVED_FILE_DIR/IceSSL\" --depend --depend-file \"$DERIVED_FILE_DIR/IceSSL/$INPUT_FILE_BASE.d\" \"$INPUT_FILE_PATH\"\n\necho \"$INPUT_FILE_BASE.ice: $SLICE2CPP\" >> \"$DERIVED_FILE_DIR/IceSSL/$INPUT_FILE_BASE.d\"\n\n$SLICE2CPP -I\"$SRCROOT/../slice\" -D ICE_SWIFT --include-dir IceSSL --output-dir \"$DERIVED_FILE_DIR/IceSSL\" \"$INPUT_FILE_PATH\"\nmkdir -p \"$SYMROOT/$PLATFORM_NAME/include/IceSSL\"\nmv \"$DERIVED_FILE_DIR/IceSSL/$BASENAME.h\" \"$SYMROOT/$PLATFORM_NAME/include/IceSSL/$BASENAME.h\"\n";
+ };
+ F16454E22A8D3AEACCAE0FA1 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/facets/*.ice";
+ filePatterns = "*/test/Ice/interceptor/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/facets/Test.ice,
+ test/Ice/interceptor/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/facets/*.ice";
+ 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";
};
- F174A0C11218F02373841ADB /* PBXBuildRule */ = {
+ F1BF37B913FD48EF2A88D3B7 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/stream/*.ice";
+ filePatterns = "*/test/Ice/timeout/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/stream/Test.ice,
+ test/Ice/timeout/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/stream/*.ice";
+ 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";
};
- F24EF5B7768C3CDD4C2C50EA /* PBXBuildRule */ = {
+ F55F5D3466171246DE652847 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/objects/*.ice";
+ filePatterns = "*/test/Ice/proxy/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/objects/Derived.ice,
- test/Ice/objects/Forward.ice,
- test/Ice/objects/Test.ice,
- test/Ice/objects/DerivedEx.ice,
+ test/Ice/proxy/TestAMD.ice,
+ test/Ice/proxy/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/objects/*.ice";
+ 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";
};
- F4A39E5197EAFB15F72F2DE0 /* PBXBuildRule */ = {
+ F5EBC2A7429EABC198C39F9E /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/slicing/objects/*.ice";
+ filePatterns = "*/test/Ice/properties/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/slicing/objects/ClientPrivate.ice,
- test/Ice/slicing/objects/TestAMD.ice,
- test/Ice/slicing/objects/ServerPrivateAMD.ice,
- test/Ice/slicing/objects/Test.ice,
- test/Ice/slicing/objects/ServerPrivate.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/slicing/objects/*.ice";
+ 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";
};
- F5C5C39E95543D18BBF897DF /* PBXBuildRule */ = {
+ F643EE068ED4A90C18290238 /* 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/Session.ice",
+ "$SRCROOT/../slice/Glacier2/PermissionsVerifier.ice",
+ "$SRCROOT/../slice/Glacier2/PermissionsVerifierF.ice",
+ "$SRCROOT/../slice/Glacier2/SSLInfo.ice",
+ "$SRCROOT/../slice/Glacier2/Router.ice",
+ "$SRCROOT/../slice/Glacier2/Metrics.ice",
+ "$SRCROOT/../slice/Glacier2/RouterF.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";
+ };
+ F64934A13F68198B601EEEE9 /* 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/ObjectAdapter.ice",
+ "$SRCROOT/../slice/Ice/SliceChecksumDict.ice",
+ "$SRCROOT/../slice/Ice/ImplicitContextF.ice",
+ "$SRCROOT/../slice/Ice/Logger.ice",
+ "$SRCROOT/../slice/Ice/Connection.ice",
+ "$SRCROOT/../slice/Ice/RemoteLogger.ice",
+ "$SRCROOT/../slice/Ice/PropertiesAdmin.ice",
+ "$SRCROOT/../slice/Ice/EndpointF.ice",
+ "$SRCROOT/../slice/Ice/ValueFactory.ice",
+ "$SRCROOT/../slice/Ice/Communicator.ice",
+ "$SRCROOT/../slice/Ice/Plugin.ice",
+ "$SRCROOT/../slice/Ice/ObjectAdapterF.ice",
+ "$SRCROOT/../slice/Ice/Properties.ice",
+ "$SRCROOT/../slice/Ice/ConnectionF.ice",
+ "$SRCROOT/../slice/Ice/LocalException.ice",
+ "$SRCROOT/../slice/Ice/Locator.ice",
+ "$SRCROOT/../slice/Ice/PluginF.ice",
+ "$SRCROOT/../slice/Ice/PropertiesF.ice",
+ "$SRCROOT/../slice/Ice/BuiltinSequences.ice",
+ "$SRCROOT/../slice/Ice/Version.ice",
+ "$SRCROOT/../slice/Ice/ServantLocator.ice",
+ "$SRCROOT/../slice/Ice/InstrumentationF.ice",
+ "$SRCROOT/../slice/Ice/Router.ice",
+ "$SRCROOT/../slice/Ice/Endpoint.ice",
+ "$SRCROOT/../slice/Ice/Metrics.ice",
+ "$SRCROOT/../slice/Ice/ObjectFactory.ice",
+ "$SRCROOT/../slice/Ice/Instrumentation.ice",
+ "$SRCROOT/../slice/Ice/Identity.ice",
+ "$SRCROOT/../slice/Ice/LoggerF.ice",
+ "$SRCROOT/../slice/Ice/LocatorF.ice",
+ "$SRCROOT/../slice/Ice/EndpointTypes.ice",
+ "$SRCROOT/../slice/Ice/CommunicatorF.ice",
+ "$SRCROOT/../slice/Ice/Current.ice",
+ "$SRCROOT/../slice/Ice/ProcessF.ice",
+ "$SRCROOT/../slice/Ice/RouterF.ice",
+ "$SRCROOT/../slice/Ice/Process.ice",
+ "$SRCROOT/../slice/Ice/ImplicitContext.ice",
+ "$SRCROOT/../slice/Ice/FacetMap.ice",
+ "$SRCROOT/../slice/Ice/ServantLocatorF.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";
+ };
+ F70424B353413BAF8BAD36F8 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/scripts/*.ice";
+ filePatterns = "*/test/Ice/info/*.ice";
fileType = pattern.proxy;
inputFiles = (
- ../scripts/Controller.ice,
+ test/Ice/info/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/TestDriver/*.ice";
+ 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";
};
- F93912F8402DABAAE4113381 /* PBXBuildRule */ = {
+ F8CBB29DE4BE9DF8AF994A07 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/udp/*.ice";
+ filePatterns = "*/test/Ice/enums/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/udp/Test.ice,
+ test/Ice/enums/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/udp/*.ice";
+ 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";
};
- F969987431B392BC713BBCFA /* PBXBuildRule */ = {
+ FA2916B3E5E2FC20C10828C8 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
- dependencyFile = "$(DERIVED_FILE_DIR)/IceGrid_$(INPUT_FILE_BASE).d";
- filePatterns = "*/slice/IceGrid/*.ice";
+ dependencyFile = "$(DERIVED_FILE_DIR)/IceStorm_$(INPUT_FILE_BASE).d";
+ filePatterns = "*/slice/IceStorm/*.ice";
fileType = pattern.proxy;
inputFiles = (
- "$SRCROOT/../slice/IceGrid/UserAccountMapper.ice",
- "$SRCROOT/../slice/IceGrid/FileParser.ice",
- "$SRCROOT/../slice/IceGrid/Registry.ice",
- "$SRCROOT/../slice/IceGrid/Session.ice",
- "$SRCROOT/../slice/IceGrid/PluginFacade.ice",
- "$SRCROOT/../slice/IceGrid/Admin.ice",
- "$SRCROOT/../slice/IceGrid/Descriptor.ice",
- "$SRCROOT/../slice/IceGrid/Exception.ice",
+ "$SRCROOT/../slice/IceStorm/IceStorm.ice",
+ "$SRCROOT/../slice/IceStorm/Metrics.ice",
);
isEditable = 1;
- name = "Slice Compiler for IceGrid/*.ice";
+ name = "Slice Compiler for IceStorm/*.ice";
outputFiles = (
- "$(DERIVED_FILE_DIR)/IceGrid_$(INPUT_FILE_BASE).swift",
+ "$(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/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";
+ 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";
};
- FA76AC37FB50AD16D9FC3669 /* PBXBuildRule */ = {
+ FA71ABB8BF3C0D52CEC1AB9B /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
dependencyFile = "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).d";
- filePatterns = "*/test/Ice/proxy/*.ice";
+ filePatterns = "*/test/Ice/invoke/*.ice";
fileType = pattern.proxy;
inputFiles = (
- test/Ice/proxy/TestAMD.ice,
- test/Ice/proxy/Test.ice,
+ test/Ice/invoke/Test.ice,
);
isEditable = 1;
- name = "Slice Compiler for test/Ice/proxy/*.ice";
+ name = "Slice Compiler for test/Ice/invoke/*.ice";
outputFiles = (
"$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift",
);
@@ -3488,1746 +3488,1746 @@
/* End PBXBuildRule section */
/* Begin PBXContainerItemProxy section */
- 003C28F8B46FACED54A2AAE6 /* PBXContainerItemProxy */ = {
+ 00D283B04C8180765A3495C3 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = A5C46C8C09BC73AF9624CD41;
- remoteInfo = "Glacier2 iOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- 01ECC1AC7DCEC507526A0DEE /* PBXContainerItemProxy */ = {
+ 018325A679DE72A01918DE24 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = F74CE75639B8A70ED6D86BE4;
+ remoteInfo = "IceScope macOS";
};
- 03CB8044E54C6DDA78C3CD79 /* PBXContainerItemProxy */ = {
+ 01CB1E5E4319D48AFC1E85EF /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 49C25DC242C051AE5AC4CDD4;
- remoteInfo = "IceEnums iOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- 044D4DA79A432BD186E4E672 /* PBXContainerItemProxy */ = {
+ 021B8686302116BF939E95A1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 89545EBC8BA93FFDC292B910;
- remoteInfo = "IceAdmin macOS";
+ remoteGlobalIDString = 4E2364CE36E28A473DDBA432;
+ remoteInfo = "IceSSLConfiguration iOS";
};
- 04EAF573F901369FAB7EFCFF /* PBXContainerItemProxy */ = {
+ 031DC68B82D42EB95C7496F3 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- 0598E21886757E3A1481F098 /* PBXContainerItemProxy */ = {
+ 03A9D0C7C7ACC442859B5E75 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- 061ABC8D73BFB8F22C219249 /* PBXContainerItemProxy */ = {
+ 04BEDA66046DA36F0EE0B234 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
remoteInfo = "Ice iOS";
};
- 06E0689A9406AC61F4DE356F /* PBXContainerItemProxy */ = {
+ 0802F5F2EDFD4A97993CB6F6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = FBC2442F4B974E16902F19E5;
- remoteInfo = "IceExceptions iOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- 092F3C03C775C3B9A4F87C96 /* PBXContainerItemProxy */ = {
+ 09258838BC96946F12655DCC /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = FE487AFBA79948F4CB91BD68;
- remoteInfo = "IceOptionalAMD iOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- 0978687917E99B59F9CA2A09 /* PBXContainerItemProxy */ = {
+ 0C0A2B148249288D61E1B58B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = 0A9B42751CDE3737734FA14F;
+ remoteInfo = "IceInfo iOS";
};
- 0CE95ADA356F1151CCC4D9BE /* PBXContainerItemProxy */ = {
+ 0DC233A3F80FB15DB0157BBA /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- 0DC10F9D710D4C8BFC7963F8 /* PBXContainerItemProxy */ = {
+ 0E5C04108D2F19C038981E33 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- 0ECCB296834AF27A599E5352 /* PBXContainerItemProxy */ = {
+ 0ED50914FF01E03EF21A0317 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
remoteInfo = "Ice macOS";
};
- 104B9850B75118DE6C97457A /* PBXContainerItemProxy */ = {
+ 0F97A0C43C2EB7393038528A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 336F0F8FF596189D74E33D58;
+ remoteInfo = "SliceEscape macOS";
};
- 11C07EFC88FFF5BF56FADD6A /* PBXContainerItemProxy */ = {
+ 10316AB10BFFAF34DA38DE0D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 08C36D0D7B1B57CDCC4D3F7E;
- remoteInfo = "Glacier2 macOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- 124E2704D519D27BD3BB1CE0 /* PBXContainerItemProxy */ = {
+ 11641CD529233F057AD6D36D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C93F027B60BE55BCEF17412D;
- remoteInfo = "IceInfo iOS";
+ remoteGlobalIDString = F107D77D1E5158840BBE4638;
+ remoteInfo = "IceOptional iOS";
};
- 13361F549DE30662440B2DBD /* PBXContainerItemProxy */ = {
+ 12DF1EFD59C3CBF39F82FB72 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- 13BABB646B6ECD5321E72BED /* PBXContainerItemProxy */ = {
+ 131A9CAB58BFA352A3352041 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = D8A0C74DA21311438F7F5EF4;
- remoteInfo = "Ice C++11 iOS";
+ remoteGlobalIDString = 270EFFF3D89BBD0E128CE796;
+ remoteInfo = "IceAmi iOS";
};
- 13CF4C5E580C34B81CD0CE03 /* PBXContainerItemProxy */ = {
+ 133CCC9A032A7EB0BDFEADA4 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- 145A7D4C9BF89BF5E1C987A9 /* PBXContainerItemProxy */ = {
+ 13B522AD8188046A47C6C0ED /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = 23560E088B3930C8162274EF;
+ remoteInfo = "IceExceptionsAMD macOS";
};
- 14DF47A13E85073F3970570E /* PBXContainerItemProxy */ = {
+ 1422E431D7C04B60FDD941B5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- 1562BC30F29465C64DF3E6CA /* PBXContainerItemProxy */ = {
+ 144509DB78625851B6F5E3A9 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 08C36D0D7B1B57CDCC4D3F7E;
- remoteInfo = "Glacier2 macOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- 1567E4A20CA974A3B8F011C2 /* PBXContainerItemProxy */ = {
+ 1561ADF1D3E01B113BE68C0E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 95F39DC24359D80CD847D84E;
+ remoteInfo = "IceInvoke macOS";
};
- 16741CDBF98C7743121AD060 /* PBXContainerItemProxy */ = {
+ 15735995D1207B4F0632BFF1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = 5CE5A06DD18329FBF0ED872E;
+ remoteInfo = "Glacier2 iOS";
};
- 17B0DD5FC5AAB7FB1EA8E574 /* PBXContainerItemProxy */ = {
+ 1621D983542AFD4E7FAAD476 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 198475E914929864A7E14D84;
- remoteInfo = "IceDefaultValue iOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- 18F3DCC8F633B8CFCEAEBAEA /* PBXContainerItemProxy */ = {
+ 1675211603F41719508376AD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 126FAF26C2B1E28D9CD16B2F;
+ remoteInfo = "IceProxyAMD macOS";
};
- 19E906A21BFC657BCF53126D /* PBXContainerItemProxy */ = {
+ 1866449A62456AABCE77A728 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = B252858D517903A8EDD9FE3C;
+ remoteInfo = "IceHold macOS";
};
- 1AB05B2DB112D7DBEC5672AA /* PBXContainerItemProxy */ = {
+ 18CD7B20A4441D03325B77B3 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 7A1F39814D80540AE986F204;
- remoteInfo = "IceScope macOS";
+ remoteGlobalIDString = C3BED7AD2B65CF2B763B2C53;
+ remoteInfo = "IceSlicingObjects macOS";
};
- 1BFF3217628903E4C2F00846 /* PBXContainerItemProxy */ = {
+ 1CD0EF3A71757B4922A9897A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
remoteInfo = "Ice iOS";
};
- 20DC70527EFC1DF3E7047919 /* PBXContainerItemProxy */ = {
+ 215A3BBA3B2FFA94F38E2470 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 8AE3CB9FE7E646EFEF0A78C6;
- remoteInfo = "IceOptional macOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- 224A6E76E1DA01775964D31D /* PBXContainerItemProxy */ = {
+ 217244715C219FB03F4D3B83 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- 226CC5C80915EB06979EAB30 /* PBXContainerItemProxy */ = {
+ 2261C017AB778807F337200F /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E4F81DBC40D423DFEBBB0BAE;
- remoteInfo = "IceLocation iOS";
+ remoteGlobalIDString = 89E63821F3C95E9A76A161B8;
+ remoteInfo = "IceSlicingExceptionsAMD iOS";
};
- 23212176DBF32B30EC658B13 /* PBXContainerItemProxy */ = {
+ 22C16E1D2E80413069DA1C74 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 7828D19BC1CFE479906D337F;
+ remoteInfo = "IceDefaultServant macOS";
};
- 2368AF101981B5FBFEB41B08 /* PBXContainerItemProxy */ = {
+ 246425B24BCDC4AB3C8495AD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
remoteInfo = "Ice macOS";
};
- 241BA3E6B0A2CEAF0B5F52DF /* PBXContainerItemProxy */ = {
+ 2465B475BE34335D08CC4289 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 112274228A01EB516F707BA3;
- remoteInfo = "IceImpl iOS";
- };
- 24743C4D248A4D46C8D345A4 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 7B34C3BB6444CCE6113E5319;
+ remoteInfo = "IceDefaultServant iOS";
};
- 271027D5F752A41E4B4DB446 /* PBXContainerItemProxy */ = {
+ 2481EFC9B9A14B79FD2530E2 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
remoteInfo = "TestCommon iOS";
};
- 27601268BBEC0DC8CEF21C01 /* PBXContainerItemProxy */ = {
+ 282334200F52691085FE78A1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
remoteInfo = "Ice macOS";
};
- 278326DBCDE0A22AA654399E /* PBXContainerItemProxy */ = {
+ 299DE979230DB9D79E04DB20 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 71DB578FC197FEF8D90817DE;
- remoteInfo = "IceOperations macOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- 2A763B4BFD1119A4E2FA4249 /* PBXContainerItemProxy */ = {
+ 29BDC4E5BC43929DD06676C7 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
remoteInfo = "TestCommon macOS";
};
- 2AC0733A229A4DFA5B25C6A3 /* PBXContainerItemProxy */ = {
+ 2BA4CD1758C5990B04D70A1A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 937215058776C58C1F53EFCF;
- remoteInfo = "IceAcm macOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- 2B64BB6617B1C919F81A768C /* PBXContainerItemProxy */ = {
+ 2F0AF596FA11C6C7AAA98663 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 42E090EA16E47B47E62A7A73;
- remoteInfo = "IceStorm iOS";
+ remoteGlobalIDString = E7852A9289CA34A13F124687;
+ remoteInfo = "IceInheritance macOS";
};
- 2BDA18CF8217EF8B839C0A7E /* PBXContainerItemProxy */ = {
+ 3013FE3BBFCDD905BF71CF64 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 26AE8725AF5D750C6312676B;
- remoteInfo = "IceTimeout macOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- 2C9806B0ABCB642255E36009 /* PBXContainerItemProxy */ = {
+ 3075672E69F4917C8DCF1DDF /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 9D467331E6015B19C053328F;
- remoteInfo = "IceObjects macOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- 2D92F86129BC31A8F6727057 /* PBXContainerItemProxy */ = {
+ 30D13922C09A9BA9D3D07F08 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = ADD4B7F4B6DDB158EFFB551E;
- remoteInfo = "IceScope iOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- 2E0613AFBD5EF1DFCD5A9BFF /* PBXContainerItemProxy */ = {
+ 313DBB8723F5F0FC4437B341 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
remoteInfo = "TestCommon iOS";
};
- 2F1638A4750528E4CFF2F0B7 /* PBXContainerItemProxy */ = {
+ 323069F216A7BF03F4C8DDAA /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 342AC29327DE576C9FB52C7C;
- remoteInfo = "IceRetry iOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- 2F18F6099E51FE9B2010CB87 /* PBXContainerItemProxy */ = {
+ 32394458255B259F4C8C6ECE /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- 3292925BF5152AE2C5DDB576 /* PBXContainerItemProxy */ = {
+ 33CEFAFA40E9FE5F776AE537 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 5CE5A06DD18329FBF0ED872E;
+ remoteInfo = "Glacier2 iOS";
};
- 330820257D2A8C7622D94A5E /* PBXContainerItemProxy */ = {
+ 3602537DD3D39B6157B5CF06 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 90D65E12D7AEA4D00C860370;
- remoteInfo = "IceServantLocatorAMD iOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- 33FA2F77F200685F10FA0C23 /* PBXContainerItemProxy */ = {
+ 365784DC793C6BB6DEE1C2C5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 0E0D1E210073E2CCF0F83827;
- remoteInfo = "IceOperations iOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- 3450AC0D019D7F56B5A2EAAD /* PBXContainerItemProxy */ = {
+ 36DB9CA4E19B7F10089FB462 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 33DCB94CC426F58E04EFFE0D;
+ remoteInfo = "Ice C++11 macOS";
};
- 34B9DA20A7445D373334BDF6 /* PBXContainerItemProxy */ = {
+ 37A63B757AA517FBB8624A46 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = B7AC496F51ED1E993EF4B373;
+ remoteInfo = "IceServantLocator iOS";
};
- 35C67FEC16D88553E8678E2B /* PBXContainerItemProxy */ = {
+ 391CBC8CB1EB8D292227689A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- 367E3798B8EE6BAA0E6794BF /* PBXContainerItemProxy */ = {
+ 39345227EE15BAB38C36DA56 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 27FEB5394EE2DAD06C8BA4A2;
+ remoteInfo = "IceGrid macOS";
};
- 374F7D879B56CA961781D121 /* PBXContainerItemProxy */ = {
+ 39A70BDCAF9C2B7054116E95 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = A624BB8C7752332D9B9A5E51;
- remoteInfo = "IceSSLConfiguration macOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- 3983F717711671427801DBE8 /* PBXContainerItemProxy */ = {
+ 3A405DD998735E568E6E2EA2 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 574540F63207A42A936015F8;
- remoteInfo = "IceAmi macOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- 3988B6AFC016BCED1A1D46F2 /* PBXContainerItemProxy */ = {
+ 3A853323D2A2E768FC70BEDB /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
remoteInfo = "Ice iOS";
};
- 39B7520675E78FA5DF83FBAE /* PBXContainerItemProxy */ = {
+ 3BB7C9F1205702176B42AFBE /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = FBB955276D8C7CB0EE08C8AF;
- remoteInfo = "IceAdmin iOS";
+ remoteGlobalIDString = 81FA123AB088819E242361A4;
+ remoteInfo = "IceDiscovery C++11 macOS";
};
- 3CE2604EAE58CDE86FAB0299 /* PBXContainerItemProxy */ = {
+ 3C8456B08C3B8A01882C8283 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 70AFA63B0760804AE4E57268;
+ remoteInfo = "IceTimeout macOS";
};
- 3DF31EBAEE733647E5D77876 /* PBXContainerItemProxy */ = {
+ 3D2D83071EFF1BFC295E4E0B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
remoteInfo = "Ice macOS";
};
- 3E054FF43090C6B9AB8DA852 /* PBXContainerItemProxy */ = {
+ 3DE7982EC8CCDC293B24D9BA /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- 3EA4F35F7E1C18284A2B3BB3 /* PBXContainerItemProxy */ = {
+ 3E50C98AA758E554F7E5183F /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = CC83EF1BEE801CCD43E7A0FA;
+ remoteInfo = "IceOptional macOS";
};
- 3FCF2BB90670F2DAB9ADC4C4 /* PBXContainerItemProxy */ = {
+ 3ECC223B1892EF34FAF04EDB /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- 419DFE551D45D30985DDFD7B /* PBXContainerItemProxy */ = {
+ 3F5460C982F82F1DA6CA5699 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 696B190C0595012CE53DA4EC;
- remoteInfo = "IceAdapterDeactivation macOS";
+ remoteGlobalIDString = 4297E8CB4F654A523217ADC9;
+ remoteInfo = "IceObjects macOS";
};
- 41DAB6E92094B6F2698FEB4E /* PBXContainerItemProxy */ = {
+ 42A1649ECE84497D56AB8CE4 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- 421529ED4DF642052416C2D5 /* PBXContainerItemProxy */ = {
+ 43D084F1817ED87EDBBA02D1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E3A11742391CFCBD976762A2;
- remoteInfo = "IceSlicingObjects macOS";
+ remoteGlobalIDString = 69C6E605554B226AA899EEEA;
+ remoteInfo = "IceImpl iOS";
};
- 43907CB56E9A3D028CD9DBAD /* PBXContainerItemProxy */ = {
+ 443EB607A55EADB7C2448F7B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = FC8622F740105118B7519CE9;
- remoteInfo = "IceStream iOS";
+ remoteGlobalIDString = 6AD38677109BBA48C1497385;
+ remoteInfo = "IceBinding iOS";
};
- 444DB046396E37FD6D4FC78F /* PBXContainerItemProxy */ = {
+ 449A1E717B6E9D8DE1335389 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = B9534304559B9CD3A737976B;
+ remoteInfo = "IceProperties iOS";
};
- 4618904A10D3F4D2FF038009 /* PBXContainerItemProxy */ = {
+ 44BC0A67EAAAB0DA470A4CD4 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
remoteInfo = "TestCommon iOS";
};
- 46345D6092A94D908964C1C8 /* PBXContainerItemProxy */ = {
+ 44BE4F52E1203652390AC981 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- 4856ADA04469E39D6F2D36EE /* PBXContainerItemProxy */ = {
+ 458BD2E873CB0BAE2ABE10D5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = DE9A0CAF0D302A90ED994425;
- remoteInfo = "IceGrid iOS";
+ remoteGlobalIDString = 33DCB94CC426F58E04EFFE0D;
+ remoteInfo = "Ice C++11 macOS";
};
- 499A36FA818875E9F8E67E27 /* PBXContainerItemProxy */ = {
+ 47E90CA2D7B247F83F8B9436 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- 4A5E486E9A92463680BB7617 /* PBXContainerItemProxy */ = {
+ 48033E717B6AC6D99EDAFE42 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = A3B4665C4E5F7274153A4017;
- remoteInfo = "IceStorm macOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- 4E88CC9A86492482ED9972D3 /* PBXContainerItemProxy */ = {
+ 487956D545658A2C68D43878 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- 4F304A82B739A862E9CC3B80 /* PBXContainerItemProxy */ = {
+ 48F09AE749772274273EEB97 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = C6A8ECA1B200280F068C9194;
+ remoteInfo = "IceOperations iOS";
};
- 51593802406668D4DE29BF08 /* PBXContainerItemProxy */ = {
+ 49425FE27B1CC1206D8C6FB6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- 51B2DD4C4FFAF211A348C43B /* PBXContainerItemProxy */ = {
+ 499D121A8307494E1E834E29 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = D06C54C4DB7DAF2EB1F0F7E5;
+ remoteInfo = "IceLocation iOS";
};
- 5432953F9B5EC4D0AC74C55F /* PBXContainerItemProxy */ = {
+ 49B069371C70EC8D3EF6F998 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = D26BBA4E49AB6CFCA5AF507B;
- remoteInfo = "IceGrid macOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- 543AB90192B8ED1FF5E0C07B /* PBXContainerItemProxy */ = {
+ 4C07504FDC40EB4D5D4E529E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 92BC91EF5B6938BF0B4A20D2;
- remoteInfo = "IceHold iOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- 544DB72F37717645CB765E4E /* PBXContainerItemProxy */ = {
+ 4CE2910366BDBDD510E87615 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
remoteInfo = "TestCommon macOS";
};
- 546D4BB19994FAEEE89CB1D1 /* PBXContainerItemProxy */ = {
+ 4E01BED03E3700048EF936FB /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = BD0309EA14AFA2175176E4A4;
+ remoteInfo = "IceFacets iOS";
};
- 561FAA71FD230E1D05375899 /* PBXContainerItemProxy */ = {
+ 501494C6252CEA360A7C4091 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 0295C3FC1C17313DE5D5D2DE;
+ remoteInfo = "IceProperties macOS";
};
- 56356EC661119DDFC6D7305B /* PBXContainerItemProxy */ = {
+ 554E504488096681ACE31EF1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = B53DE8F3BC9EF543D30F7B9B;
+ remoteInfo = "IceAdmin iOS";
};
- 56AAE6CF0E9409489983DE38 /* PBXContainerItemProxy */ = {
+ 555C5CEE70AB1221763C74CD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E4BA5A651B0F305D7EA18A36;
- remoteInfo = "IceProxy macOS";
+ remoteGlobalIDString = C7F73E1031D4CCC1F8735CA6;
+ remoteInfo = "IceStream iOS";
};
- 5A9D97155E429EBEB8628D44 /* PBXContainerItemProxy */ = {
+ 55AD2EDC38A392265C03825B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- 5BA105FB0582EF10F6AB6986 /* PBXContainerItemProxy */ = {
+ 55D1E9B2CAC4F21ADC819BA3 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 683013A729B856829A0AE11A;
- remoteInfo = "IceSSL C++11 macOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- 5C1CE6AED529E353446C8C6D /* PBXContainerItemProxy */ = {
+ 5603622DF9848ACDE6111A3E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
remoteInfo = "Ice macOS";
};
- 5C338F54850A6F6DDD3A66C1 /* PBXContainerItemProxy */ = {
+ 56F0866772649025A6C9291A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5F093C2AFED3448B19DFDFDF;
- remoteInfo = "IceProperties iOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- 5E8FD4F777C9ED14B02174DA /* PBXContainerItemProxy */ = {
+ 5798A05B8B7672D817821C7D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 52ED084C4C18596FE8DCF2A3;
+ remoteInfo = "IceSSL C++11 macOS";
};
- 5FC3A44EEE6D834EC6CE6554 /* PBXContainerItemProxy */ = {
+ 59EF5FC4C5FEB0D21721B9DA /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 3D71532ED4A520BBE60C51B9;
- remoteInfo = "IceOperationsAMD iOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- 5FFE61D04018E7BDD3B40012 /* PBXContainerItemProxy */ = {
+ 5AB0944510D19BFC5543DDFD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = AF6C18174B177EEA137C9CE9;
+ remoteInfo = "IceStorm macOS";
};
- 60906D29368FCE5F60EE29EE /* PBXContainerItemProxy */ = {
+ 5C87182223ECF0EB727F63AD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 08C36D0D7B1B57CDCC4D3F7E;
- remoteInfo = "Glacier2 macOS";
+ remoteGlobalIDString = 8649FBFB3EE6C392B9DDE181;
+ remoteInfo = "IceServantLocatorAMD macOS";
};
- 613BD4F1F7A83627FC0FB2DB /* PBXContainerItemProxy */ = {
+ 5D3C54DC6F1D5C6F26988DBB /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
+ remoteGlobalIDString = 06F3884CD379C52D6B535D38;
+ remoteInfo = "IceLocatorDiscovery C++11 macOS";
+ };
+ 5D6C30CF12B8E7C3D361E6F3 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
remoteInfo = "TestCommon iOS";
};
- 61D2179DDA437E3861100DB6 /* PBXContainerItemProxy */ = {
+ 5E23E36E36DD0240D22F0BDE /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 810DD60915D5510EF4D321CA;
- remoteInfo = "IceOperationsAMD macOS";
+ remoteGlobalIDString = F66D9F4C4680A4BF09CB4BA0;
+ remoteInfo = "IceDiscovery C++11 iOS";
};
- 637EB5E5CDF60FCE54DA8F84 /* PBXContainerItemProxy */ = {
+ 5E668CCE3996C6CEB78DC172 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 82AA6A3CE35702853C2B8443;
+ remoteInfo = "IceEnums macOS";
};
- 638427065DCEF99A8CB69603 /* PBXContainerItemProxy */ = {
+ 5ECF93D627DFCE13D830FF07 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 41CE5BF0A76DEB6DDD0630D6;
+ remoteInfo = "IceInvoke iOS";
};
- 65562FE154174330A992BE2D /* PBXContainerItemProxy */ = {
+ 5FC41B8713F38E5547B7C464 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = F4FB6714E82D6CAB1CF4699D;
- remoteInfo = "IceLocation macOS";
+ remoteGlobalIDString = 439F0AFD9CC68DD650B896D1;
+ remoteInfo = "IceImpl macOS";
};
- 667A360041F1BA4469BE6805 /* PBXContainerItemProxy */ = {
+ 616BCF7B3F011BBC40904220 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = D40FAE6083B76E493028494B;
- remoteInfo = "IceServices macOS";
+ remoteGlobalIDString = AF2C109700765620ABD89ADA;
+ remoteInfo = "IceInheritance iOS";
};
- 69632108331D02AE39455EA0 /* PBXContainerItemProxy */ = {
+ 6220E86E9EDC7481F581A9F4 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
remoteInfo = "Ice iOS";
};
- 6A624EA402A7A8CFC856BE8C /* PBXContainerItemProxy */ = {
+ 626E568A6B80501DD147E483 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 3C870E2669428DB059B4E1E8;
+ remoteInfo = "IceSlicingExceptions macOS";
};
- 6AD5B1C75C5FC42759C7CA3C /* PBXContainerItemProxy */ = {
+ 628BFC3F93D76C5F2377C749 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
remoteInfo = "TestCommon macOS";
};
- 6BC4A77E8B4D00F9451C57CC /* PBXContainerItemProxy */ = {
+ 629B635CDFB2870F1F6E80D3 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 2AA4E8A0890065D1FDF3D77F;
+ remoteInfo = "IceOptionalAMD macOS";
};
- 6C208BFE700CA13C06F6897C /* PBXContainerItemProxy */ = {
+ 666CD564AFE386615555A91C /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
remoteInfo = "Ice iOS";
};
- 6CEE9722F45A663EBD572119 /* PBXContainerItemProxy */ = {
+ 67B6500430FA8B45ED7F1CCD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = AEF698FE916F6D138EC7B5F7;
- remoteInfo = "IceFacets macOS";
+ remoteGlobalIDString = A77E1E8B6BC3DAB1A4CEB56B;
+ remoteInfo = "IceGrid iOS";
};
- 6D12967248812EF2BA41BEC0 /* PBXContainerItemProxy */ = {
+ 693754EA8ADE98430EA82ABD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = C43E0B56E899A1EF58E70B90;
+ remoteInfo = "IceStorm iOS";
};
- 6E4B9CA791417DD84E86FCE1 /* PBXContainerItemProxy */ = {
+ 6968639F10B76AF2FC75F7FE /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = FFCA4011FB8A748CD855E2E7;
- remoteInfo = "IceEnums macOS";
+ remoteGlobalIDString = 143DB50AB99266E6B37AEE04;
+ remoteInfo = "IceSSLConfiguration macOS";
};
- 6F4723204196F87532E5C3E2 /* PBXContainerItemProxy */ = {
+ 69C735071620889074A15C6E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 4424A248BF1E7E64836AB06C;
+ remoteInfo = "IceServices iOS";
};
- 72939EE81E53F00454C72722 /* PBXContainerItemProxy */ = {
+ 6AB23B39AA0FB3A990095CF2 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = DE9A0CAF0D302A90ED994425;
- remoteInfo = "IceGrid iOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- 72CF1C9446C1BFED80BBC0E8 /* PBXContainerItemProxy */ = {
+ 6B459C7DA15C96FDEE82CF22 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 2007A4C7084F7958289E377A;
+ remoteInfo = "IceInterceptor iOS";
};
- 751CB0D1614D54C0C35B16DC /* PBXContainerItemProxy */ = {
+ 6BAEBD4BB541342187D4ACB9 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
remoteInfo = "TestCommon macOS";
};
- 76E647ED6FCA347AC411B22F /* PBXContainerItemProxy */ = {
+ 6BF6651E8044123345443B5D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 0728767808790B1A5E3A81F4;
- remoteInfo = "IceDiscovery C++11 macOS";
+ remoteGlobalIDString = 7505A400330C72CD93BEDE81;
+ remoteInfo = "IceRetry macOS";
};
- 7ADA8E2E0065751F291E44C1 /* PBXContainerItemProxy */ = {
+ 6BFAAF9922F2EBBEE16F7CB8 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 34E77856AF3ED9F4BE974FEC;
+ remoteInfo = "IceSlicingObjects iOS";
};
- 7B1E13E831E8757AF422322C /* PBXContainerItemProxy */ = {
+ 6CD8A476649E8230FDBF36AA /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = D26BBA4E49AB6CFCA5AF507B;
- remoteInfo = "IceGrid macOS";
+ remoteGlobalIDString = 48EA25167D422F1AE2654F89;
+ remoteInfo = "IceObjects iOS";
};
- 7B6BFCB526CA11F651E68FC6 /* PBXContainerItemProxy */ = {
+ 6D33414C95AC12FBE422EA84 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 2C1286E4D70FC9F4DA4293FF;
- remoteInfo = "IceLocatorDiscovery C++11 macOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- 7B71B66B69CA2335E1161037 /* PBXContainerItemProxy */ = {
+ 6DB7F7BCCB366762ABDB8E7A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 648F72582EAC4E145601F024;
- remoteInfo = "IceImpl macOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- 7BBFFACB3C90F8390AA95D8F /* PBXContainerItemProxy */ = {
+ 6DCDE882E3ACDE0562A0F0D7 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 6EA6F62E8A9D3116F687D3A9;
+ remoteInfo = "IceDefaultValue iOS";
};
- 7EC88917123B53703964E20A /* PBXContainerItemProxy */ = {
+ 6DCF57A4FF434FB1711892C0 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = B90CED975CBC6062F8CFFF07;
- remoteInfo = "IceProperties macOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- 7F5046820AEF1E2EE819D30A /* PBXContainerItemProxy */ = {
+ 6E60C44EA3AB5FDCFCB44660 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 95F032B90403D1178DAD5340;
- remoteInfo = "SliceEscape iOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- 83F646858DC1E3BE376AF57A /* PBXContainerItemProxy */ = {
+ 6F83D589F028AFB0257DC56D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- 87F565CE7B1ABC37619CB50F /* PBXContainerItemProxy */ = {
+ 6FEE577763A85B333B238393 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
remoteInfo = "TestCommon macOS";
};
- 87FA8673775424D002F473AA /* PBXContainerItemProxy */ = {
+ 705A0004FA482D09AAF827C0 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 8B4E85A46304ECE84C8E2C8E;
- remoteInfo = "IceInvoke macOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- 88B6B71332C39F647A764A1E /* PBXContainerItemProxy */ = {
+ 70790AC2561634C51EAB7CEC /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = D0642853F24B5AC1FD6E9A93;
+ remoteInfo = "IceSlicingExceptions iOS";
};
- 88C8256D5123BF455F32443B /* PBXContainerItemProxy */ = {
+ 71A31D49E34A66113C1F4205 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- 893BF3074B6C7E7740BD8EB3 /* PBXContainerItemProxy */ = {
+ 72BF6FC981DC9CD5EC3393B6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 33DCB94CC426F58E04EFFE0D;
+ remoteInfo = "Ice C++11 macOS";
};
- 8A004E8821B72A8A69365B13 /* PBXContainerItemProxy */ = {
+ 7516FD2C156AC9193EA6BAE7 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 112274228A01EB516F707BA3;
- remoteInfo = "IceImpl iOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- 8DA9EABA35489CA5DB393B3F /* PBXContainerItemProxy */ = {
+ 75F3D6A9D49C34EF84436414 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = DAE6ED7974F67E932D29B4A0;
- remoteInfo = "IceSSLConfiguration iOS";
+ remoteGlobalIDString = 1B43101F29B66C89513B6977;
+ remoteInfo = "IceExceptionsAMD iOS";
};
- 8DEEA60D7F3A1A26F1968A5E /* PBXContainerItemProxy */ = {
+ 760B00398A835FA4D96FF34C /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 142DBEE984B183E13050C3F2;
- remoteInfo = "IceProxy iOS";
+ remoteGlobalIDString = 5A9970AC3B850DB8537C89C3;
+ remoteInfo = "IceProxy macOS";
};
- 8FBB89B6B7E34BA47FFDF135 /* PBXContainerItemProxy */ = {
+ 76257A63352F9EF9E1964B62 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 3F298C47E3C60AC58BC489F2;
- remoteInfo = "IceExceptionsAMD macOS";
+ remoteGlobalIDString = B35AF677B117B64D094923C6;
+ remoteInfo = "IceOperationsAMD iOS";
};
- 904FF41ADE0B7C307346EE71 /* PBXContainerItemProxy */ = {
+ 7826AC9D3650CE0BC7C5E58C /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = A3B4665C4E5F7274153A4017;
- remoteInfo = "IceStorm macOS";
+ remoteGlobalIDString = A9799C06422C51483F1D0F25;
+ remoteInfo = "Glacier2 macOS";
};
- 9177408DB765F19722EE4D54 /* PBXContainerItemProxy */ = {
+ 787673EE3CF41F11F267354D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 698E87D063EFE8C1CD52CAC1;
- remoteInfo = "IceOptional iOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- 921DEF97A90CEFEE03EDA502 /* PBXContainerItemProxy */ = {
+ 79621158090696873F8D3EC1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 81A460C2732665FB8233BD11;
- remoteInfo = "IceExceptionsAMD iOS";
+ remoteGlobalIDString = A90B1A88CA71514A0329C832;
+ remoteInfo = "IceAcm iOS";
};
- 924D912649BAF8A24DD9E8AD /* PBXContainerItemProxy */ = {
+ 796E9D0DFDD5F34DA0727445 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = CAAB211116ED618E83571DCE;
- remoteInfo = "IceInterceptor iOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- 92ED4C44BF4B90BF16D11EB0 /* PBXContainerItemProxy */ = {
+ 7B4D84806F5AB85C142077CA /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- 92F4DEA30781FD1370EF6ADF /* PBXContainerItemProxy */ = {
+ 7C33F3C015E4FD277DC629DC /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 23D7517178BBFF564AE61CD9;
- remoteInfo = "IceTimeout iOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- 93CE86E766FDF8FB9684624D /* PBXContainerItemProxy */ = {
+ 7C5CB3D1DB57D170E50C73A6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = BC1C7C579BFBEEB5D2383172;
+ remoteInfo = "IceAmi macOS";
};
- 9429BCB40B5A4202EA5CA61E /* PBXContainerItemProxy */ = {
+ 7CD0E146AE0BD43506AF30B9 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = ABC95B788980D13567C2F5E1;
- remoteInfo = "IceProxyAMD macOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- 9452733C93366D0C0CB3AF3F /* PBXContainerItemProxy */ = {
+ 7D640EF6BF4247F2DB857049 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- 9487FD5FCD3CFD3E7CF459C6 /* PBXContainerItemProxy */ = {
+ 7D7CA95B798C4760E00AD9E1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = AF6C18174B177EEA137C9CE9;
+ remoteInfo = "IceStorm macOS";
};
- 94F52FB20316A70EAA67CEF3 /* PBXContainerItemProxy */ = {
+ 7DA05B7814D198A88856C298 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- 94FD777644EAD000C656F0B1 /* PBXContainerItemProxy */ = {
+ 7F21EE79B6F0C3B12F80AB97 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 43CA1D6E0F5513CFC6F33FA4;
- remoteInfo = "IceBinding macOS";
+ remoteGlobalIDString = 861FEA4C51B0FB7B37973323;
+ remoteInfo = "IceServices macOS";
};
- 9582A93A7FA61969892F6BF0 /* PBXContainerItemProxy */ = {
+ 7F6913A39C39E7ADB1C2381B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 7462995A35FB7AB3B02125AA;
- remoteInfo = "Ice C++11 macOS";
+ remoteGlobalIDString = 1BE965FBA4828D97A6820712;
+ remoteInfo = "IceScope iOS";
};
- 999193A8DC513E41D8C62EA8 /* PBXContainerItemProxy */ = {
+ 80036467ED19284AFFBDEC47 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 44047F42C1CDD61BA2140B71;
- remoteInfo = "IceAdapterDeactivation iOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- 999725B881BB4CEB0E6B9C21 /* PBXContainerItemProxy */ = {
+ 8096CF75EF4FBACEDF1F8D44 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 4FD15044E421634366A36B1F;
- remoteInfo = "IceExceptions macOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- 9A3CA7FF2CB665BCA66F2BF5 /* PBXContainerItemProxy */ = {
+ 826E87BB193071E448333673 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C767D4CF064327C31C3AFB82;
- remoteInfo = "IceSlicingObjectsAMD macOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- 9B371BF1186D8274015EA456 /* PBXContainerItemProxy */ = {
+ 835DCD7D2E86D3F124A40A31 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 4D000279871D881258716BFF;
- remoteInfo = "IceServantLocatorAMD macOS";
+ remoteGlobalIDString = CE670039BBC40CC5505CBF05;
+ remoteInfo = "IceEnums iOS";
};
- 9CF141A524BC4B34DF2E61AA /* PBXContainerItemProxy */ = {
+ 838268D39E215F6EBE6099DD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- 9CF8B30A4881F6A8498FD060 /* PBXContainerItemProxy */ = {
+ 848E243F3848DA301E500AD6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- 9D4EB946B05654DC656B4328 /* PBXContainerItemProxy */ = {
+ 857D1F9661AF9CA3158A20A1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = C43E0B56E899A1EF58E70B90;
+ remoteInfo = "IceStorm iOS";
};
- 9DD52D1FC3797FCBAAB77642 /* PBXContainerItemProxy */ = {
+ 860256C4220641F1310E7CAA /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 9E93DE527B912CB53FC680B4;
- remoteInfo = "IceAcm iOS";
+ remoteGlobalIDString = B09BE6F4BEC60129AD4BF862;
+ remoteInfo = "IceDefaultValue macOS";
};
- 9E04C4EB87C970FC512C32B0 /* PBXContainerItemProxy */ = {
+ 8839108173C14B56BD291480 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = D8FF4903B67D40855582EC70;
- remoteInfo = "IceInheritance iOS";
+ remoteGlobalIDString = 11979031078D63BE63A1C93B;
+ remoteInfo = "IceAdmin macOS";
};
- 9F36C8AD676DCF0FCAFBB9B6 /* PBXContainerItemProxy */ = {
+ 890DA080BCB58141F68F913C /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
remoteInfo = "Ice macOS";
};
- A0A6EA1560DD0434F862FC54 /* PBXContainerItemProxy */ = {
+ 89FF3CEC04803167F8B5B2F6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
+ };
+ 8B0640C8C9E45F90A55A52E0 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
remoteInfo = "Ice iOS";
};
- A1456AD80C2F0D1DE6CE0746 /* PBXContainerItemProxy */ = {
+ 8CB11B37E646E760458FD517 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = A5E1A092FEB1A85219C77BCB;
- remoteInfo = "IceProxyAMD iOS";
+ remoteGlobalIDString = 1694719C10B89C39242AF1B8;
+ remoteInfo = "Ice C++11 iOS";
};
- A16710CED9776911C1373D2F /* PBXContainerItemProxy */ = {
+ 8D8D1B22268FB6AFE6AF3204 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- A2CC0BAD285BC352E6A92C39 /* PBXContainerItemProxy */ = {
+ 8E71F98CAC4C0FF586474D8C /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = D8A0C74DA21311438F7F5EF4;
- remoteInfo = "Ice C++11 iOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- A3A99D5A69DFDE427FC301D2 /* PBXContainerItemProxy */ = {
+ 90468F25EEF5AC51406E6CF9 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 19277070BD150A1695ABF68E;
- remoteInfo = "IceSlicingExceptions iOS";
+ remoteGlobalIDString = 12D56A5EF1A9A5F32F2D757E;
+ remoteInfo = "IceInterceptor macOS";
};
- A4D1A8D5F6435734011DF754 /* PBXContainerItemProxy */ = {
+ 91C8C69EE5AE122C14A1093B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = DAB45D10B8ED449DC9378E17;
- remoteInfo = "IceInfo macOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- A4FA0EA83D2CAD1B67EA615D /* PBXContainerItemProxy */ = {
+ 9288157A3E72921B3A182220 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = DD11C95371910239B8FE156F;
+ remoteInfo = "IceServantLocatorAMD iOS";
};
- A593A79FFC121728D1753B72 /* PBXContainerItemProxy */ = {
+ 930F05AD05E5B997C07E1D79 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 648F72582EAC4E145601F024;
- remoteInfo = "IceImpl macOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- A773FF14F3B53A1AFC8E4CEB /* PBXContainerItemProxy */ = {
+ 93E20741A2FB02B7875D26DC /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = F041550A1C97118252EE81D9;
- remoteInfo = "IceSlicingExceptions macOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- A8854BC76DE2871621B1110D /* PBXContainerItemProxy */ = {
+ 94E69B3550217C92830C7CF5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
remoteInfo = "TestCommon iOS";
};
- A97FEC5A343841092B05C384 /* PBXContainerItemProxy */ = {
+ 97519330ADE2040BE829DA04 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 7C7FE366892DD63340AE12DC;
- remoteInfo = "SliceEscape macOS";
+ remoteGlobalIDString = 9F550A85E417BA1FDEBF04C6;
+ remoteInfo = "SliceEscape iOS";
};
- A991D0BC25CF7AA8A50F9A80 /* PBXContainerItemProxy */ = {
+ 97AEA3F1ED93C070DE1DC5C3 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = A1031563F22EE58DF49CD8C5;
- remoteInfo = "IceSlicingExceptionsAMD macOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- AB7B852CBDC61F9B1FB6D0BB /* PBXContainerItemProxy */ = {
+ 9DA6D3D93C8015E5BB09761D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 06141078D859393EDD03B017;
- remoteInfo = "IceDiscovery C++11 iOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- ABBD51E1FA62A8762907D2C2 /* PBXContainerItemProxy */ = {
+ 9E0B9B42D102F7392704A414 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = DA02CE3262C5ED5EEB4C3DEF;
- remoteInfo = "IceFacets iOS";
+ remoteGlobalIDString = A56EAE4B8B2BF02380F8B287;
+ remoteInfo = "IceLocatorDiscovery C++11 iOS";
};
- AD8F5E47F18626D2F9677E4A /* PBXContainerItemProxy */ = {
+ 9F329968028F882CE9AA2AD5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 33DCB94CC426F58E04EFFE0D;
+ remoteInfo = "Ice C++11 macOS";
};
- AE1CACD55C6A137040C0097D /* PBXContainerItemProxy */ = {
+ 9FA5E38BFEF8074B4AEFFF97 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = 978C389F20FCEA14DFF4C468;
+ remoteInfo = "IceTimeout iOS";
};
- AE31F560E8A0F0A4284F9471 /* PBXContainerItemProxy */ = {
+ 9FC272E5D25EEF5731A7C37C /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- AF9736DB7CFA3D27FE4852FD /* PBXContainerItemProxy */ = {
+ A01AAB89683ABDA89DBF78B3 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = BAE30C4CB94ABBC22F99DEE3;
- remoteInfo = "IceSlicingExceptionsAMD iOS";
+ remoteGlobalIDString = 717B0F3CD15624432699B792;
+ remoteInfo = "IceSSL C++11 iOS";
};
- B12E3608ABC46BE3BE3B0A1C /* PBXContainerItemProxy */ = {
+ A191CA4BD6F7AA492A60D134 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = E49D55A0B324667AC5F523F6;
+ remoteInfo = "IceUdp iOS";
};
- B20F85FC2273E32F197B3FF7 /* PBXContainerItemProxy */ = {
+ A2897CEEB2E5FE71A0F6E72C /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = 18E49F7A2C75C85CD39FB687;
+ remoteInfo = "IceExceptions iOS";
};
- B22422865669F5D57CFB71E8 /* PBXContainerItemProxy */ = {
+ A35047E169D5F9AC564FCCF7 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- B3B1DE9579507A1E53B1346E /* PBXContainerItemProxy */ = {
+ A6377DC9658B8F2A38CDA307 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 7462995A35FB7AB3B02125AA;
- remoteInfo = "Ice C++11 macOS";
+ remoteGlobalIDString = A8270486F8E96D0E0E8A1EC0;
+ remoteInfo = "IceHold iOS";
};
- B55A92C9BD92A6B115945C5D /* PBXContainerItemProxy */ = {
+ A7A594AF0289ED542E107FCE /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = D43F1C1A88314E61BB20A2C5;
- remoteInfo = "IceInheritance macOS";
+ remoteGlobalIDString = 5CE5A06DD18329FBF0ED872E;
+ remoteInfo = "Glacier2 iOS";
};
- B55EDD6BF9CE9D269C4147AE /* PBXContainerItemProxy */ = {
+ A7AF2A29639CB0559D14F9E8 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 802088D158FA29082F5856CF;
- remoteInfo = "IceOptionalAMD macOS";
+ remoteGlobalIDString = 7CED99421D8A0C328DC27815;
+ remoteInfo = "IceServantLocator macOS";
};
- B6D186E4F09713210CB8DAE1 /* PBXContainerItemProxy */ = {
+ A85B4F7F125091FFBBBEB6C4 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = D8A0C74DA21311438F7F5EF4;
- remoteInfo = "Ice C++11 iOS";
+ remoteGlobalIDString = 36DAEBADAE4D240BD5C5086E;
+ remoteInfo = "IceOperationsAMD macOS";
};
- B91EEA9AEC44AB1DEB98176F /* PBXContainerItemProxy */ = {
+ A8F4062260A1BEA5143397DD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
remoteInfo = "TestCommon macOS";
};
- BA04DF55595F33C33D7A30CF /* PBXContainerItemProxy */ = {
+ ABC6E44D0D886475BAA9100F /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
remoteInfo = "Ice iOS";
};
- BAEED6F97A9ED9BE1BD62F9B /* PBXContainerItemProxy */ = {
+ ADD26733844CDF8A2B3F9BAD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- BB138A5576BCE542E7C768A4 /* PBXContainerItemProxy */ = {
+ AE578BCA12861688F21D97A5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 1694719C10B89C39242AF1B8;
+ remoteInfo = "Ice C++11 iOS";
};
- BC20C9E6BE2D341EE82B71E5 /* PBXContainerItemProxy */ = {
+ AF174A0151076CEB337980C8 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 19890CD0A23E1A43198CA8A3;
- remoteInfo = "IceDefaultServant iOS";
+ remoteGlobalIDString = EBCA17048E56334A7FEDEA4D;
+ remoteInfo = "IceSlicingObjectsAMD iOS";
};
- BECA68FAAFE39175DDB00D92 /* PBXContainerItemProxy */ = {
+ AF48293DDA511E168537E2B6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 88AE991A6989B2C55A17CF98;
+ remoteInfo = "IceProxy iOS";
};
- C062DA420DA2CD50BA080380 /* PBXContainerItemProxy */ = {
+ AF58031A4AF9CA97DEDEF798 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = A697EB2AC72EBE32B08CB4C7;
- remoteInfo = "IceServices iOS";
+ remoteGlobalIDString = F5E36D5CA0E7F1D3A82B15D0;
+ remoteInfo = "IceFacets macOS";
};
- C1631B4E5CE26E9E16AFE4D6 /* PBXContainerItemProxy */ = {
+ B10B81011DB165DAC667E4F4 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- C1F5861E79F8CA961C0C69EA /* PBXContainerItemProxy */ = {
+ B10C2A64698E37FF35C73AA3 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- C27045E5E9B2DBB43213AF1D /* PBXContainerItemProxy */ = {
+ B6EC2B46E8C45323897D3E81 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = ED59B0B464D66E31DF357ED7;
- remoteInfo = "IceServantLocator macOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- C604567B026C288B46A209AC /* PBXContainerItemProxy */ = {
+ BA0F578B6A36B7F486F8BD90 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = A4F68F11E8714AE73F472520;
- remoteInfo = "IceSlicingObjects iOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- C6702B7151EC23701AC5D88C /* PBXContainerItemProxy */ = {
+ BA9FAA0DCDDF00083DCA1982 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 1C1678E38742483ABFA3FC6C;
+ remoteInfo = "IceAdapterDeactivation iOS";
};
- C80968E0D3C16BE108867BCE /* PBXContainerItemProxy */ = {
+ BA9FEEE18835E30567D7E1B5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
remoteInfo = "Ice macOS";
};
- CA6029018801CD7A2190E7F9 /* PBXContainerItemProxy */ = {
+ BACAA1AA6E64189A250CD791 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = D853ABE4496605A14AB04665;
- remoteInfo = "IceServantLocator iOS";
+ remoteGlobalIDString = FCE3579416174E1CCB5717FD;
+ remoteInfo = "IceOperations macOS";
};
- CC4CB2522A50DBF68EC21526 /* PBXContainerItemProxy */ = {
+ BB435989FBE6F69EF8FCCF76 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = C377D09BDC2B83778A69F7BE;
+ remoteInfo = "IceIAP C++11 iOS";
};
- CFC57C00A26DC330D03D31B7 /* PBXContainerItemProxy */ = {
+ BE3B5D9E663E1AA02975E789 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = D8A0C74DA21311438F7F5EF4;
- remoteInfo = "Ice C++11 iOS";
+ remoteGlobalIDString = 5D385DD7F61992EA89B9209C;
+ remoteInfo = "IceProxyAMD iOS";
};
- D2826F16C4F7A56E2338BAB2 /* PBXContainerItemProxy */ = {
+ BE94917412A9D8909D522B8A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = D8A0C74DA21311438F7F5EF4;
- remoteInfo = "Ice C++11 iOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- D29EC12082D38A6FA6574647 /* PBXContainerItemProxy */ = {
+ BF3D2E928D38B47EF7C27A81 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 47A8ADAA3B965DE639F9EB6A;
- remoteInfo = "IceInterceptor macOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- D3774FDABEFFB0334D0E6788 /* PBXContainerItemProxy */ = {
+ BFC7F4BEAD9B13957A92EACE /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
remoteInfo = "TestCommon macOS";
};
- D400CE6627460FC841BD66DE /* PBXContainerItemProxy */ = {
+ C116F949A4C3B5731AE5D157 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 69C6E605554B226AA899EEEA;
+ remoteInfo = "IceImpl iOS";
};
- D4C63DC3B54C9FCD3EFA9D87 /* PBXContainerItemProxy */ = {
+ C11A3F3C7339261AF6B51BD5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- D4E71327615062AC341A6BA2 /* PBXContainerItemProxy */ = {
+ C137A5D0A437B4CA8D682B2F /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 42E090EA16E47B47E62A7A73;
- remoteInfo = "IceStorm iOS";
+ remoteGlobalIDString = 00544DA102F36026FDF33FCB;
+ remoteInfo = "IceStream macOS";
};
- D6AE65EFE22C03CD3DC0EBC0 /* PBXContainerItemProxy */ = {
+ C451D69CA4DE42051085039E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- D739EB15C84EB2EACB26A027 /* PBXContainerItemProxy */ = {
+ C48B6629DE9277354EE63E8A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- D769A76B851D8A4EB95CEF54 /* PBXContainerItemProxy */ = {
+ C4BF3232EED692C1D5BAA4EB /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
remoteInfo = "TestCommon macOS";
};
- D91393492AE0B27CB456D47C /* PBXContainerItemProxy */ = {
+ C5F525A5B8175567DF2C061B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- DBF2EC6B70571790E3817EAD /* PBXContainerItemProxy */ = {
+ CC9DBC9483A4579FD61BB655 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- DCCCF997136B726AC202F517 /* PBXContainerItemProxy */ = {
+ D04B64ED703FE01DC5BA19F8 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = F14D3FA73C4C113A68B98892;
- remoteInfo = "IceInvoke iOS";
+ remoteGlobalIDString = 554961DEAD95DC62BA2C45F2;
+ remoteInfo = "IceInfo macOS";
};
- DE4DC23930E9E8BDA6509F82 /* PBXContainerItemProxy */ = {
+ D2DF18B6A780CFBB00F044BA /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = ADE73040529A19ACD957162F;
- remoteInfo = "IceDefaultValue macOS";
+ remoteGlobalIDString = A9799C06422C51483F1D0F25;
+ remoteInfo = "Glacier2 macOS";
};
- DED011E489F1C50A081E7765 /* PBXContainerItemProxy */ = {
+ D35C2FFF813C04C72CC8A9F3 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = B76F9C0E907F890680738D62;
+ remoteInfo = "IceAcm macOS";
};
- DEE450F3DC3B5802055F2517 /* PBXContainerItemProxy */ = {
+ D4955232C41F49E12D233092 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = 4E2F37BCE693F305C58550E6;
+ remoteInfo = "IceRetry iOS";
};
- DF30746D9ED71F5F16587795 /* PBXContainerItemProxy */ = {
+ D495F29B68E6B8DC13055ACC /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- E000854BC3E33C08C78C2CB2 /* PBXContainerItemProxy */ = {
+ D4AF8837BAD4157A9495B11C /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- E0123F525DE34DB8D440C5E5 /* PBXContainerItemProxy */ = {
+ D4B04D8B1F5E4DDDC94E221E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- E018DE721B930947B1DF25AE /* PBXContainerItemProxy */ = {
+ D4D03910B3AD6D8EF0E33B79 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 4BF5C686C4DC20B76CC2C7B9;
+ remoteInfo = "IceSlicingExceptionsAMD macOS";
};
- E068ED3DEB19C2D785EA82BB /* PBXContainerItemProxy */ = {
+ D4DF044D2FB7BE73F2957158 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- E263753876226D3541918325 /* PBXContainerItemProxy */ = {
+ D5D918DEF4972770B5B4253D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 914DA3889A68635AC2DB2E34;
+ remoteInfo = "IceBinding macOS";
};
- E290C2153F8A02F76E1F83DF /* PBXContainerItemProxy */ = {
+ DB0EDC4A7C90CEDF4928A751 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 3D5AD8F17A546E868BC47646;
- remoteInfo = "IceDefaultServant macOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- E3B0A2301447250F816CA022 /* PBXContainerItemProxy */ = {
+ DBBE5B81BE3B9593E8036807 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- E551742C7F2A26E792682609 /* PBXContainerItemProxy */ = {
+ DBD9D129BB9A0FD1EA64E763 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = DF64FF9C63ED4DE16E214357;
- remoteInfo = "IceStream macOS";
+ remoteGlobalIDString = AB2E0E56A692B9BB4E442B93;
+ remoteInfo = "IceLocation macOS";
};
- E63687C76E2B29A527D7D2EA /* PBXContainerItemProxy */ = {
+ DC160B1303BC3D9BEF98B0EB /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = B2CC8A21525B4303BA357084;
- remoteInfo = "IceAmi iOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- E6636150D17554603829D854 /* PBXContainerItemProxy */ = {
+ DCA125327FA41DF9DB20E98D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 6DA7FA935E2C4923E8665798;
- remoteInfo = "IceLocatorDiscovery C++11 iOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- E6748BD36B760D095D832AFA /* PBXContainerItemProxy */ = {
+ DCA1EFE4DB877C6C2A3A276B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = B4F90D99608B8138DA2CC988;
- remoteInfo = "IceIAP C++11 iOS";
+ remoteGlobalIDString = 1694719C10B89C39242AF1B8;
+ remoteInfo = "Ice C++11 iOS";
};
- E6DB98FA4AE78EDD4120C753 /* PBXContainerItemProxy */ = {
+ E07A2C747E4CF5D9991B65BA /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E92DB77F8971B23F166A4E44;
- remoteInfo = "IceSlicingObjectsAMD iOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- E704BADA18FA1AA6D29F4FE1 /* PBXContainerItemProxy */ = {
+ E0D8DDF01865A04289587A72 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 8F1450E0148056E5D3EDAA96;
- remoteInfo = "IceUdp macOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- E80FC0D46C1850291DB37542 /* PBXContainerItemProxy */ = {
+ E126EDE692E3B23DEA4594F0 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 8DDA1C7A320FD81129D45985;
+ remoteInfo = "IceUdp macOS";
};
- E8631DDCC0F22335628B1F4D /* PBXContainerItemProxy */ = {
+ E2F3BC6F9FD7E8775945B176 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = E1912EC5139972198C650C58;
+ remoteInfo = "IceSlicingObjectsAMD macOS";
};
- ED1402C5A2BBBDA2615EB170 /* PBXContainerItemProxy */ = {
+ E59C40D7C6EE063DB18ECB0C /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 1694719C10B89C39242AF1B8;
+ remoteInfo = "Ice C++11 iOS";
};
- ED4A01EC16166B26CAE5FA12 /* PBXContainerItemProxy */ = {
+ E5BCC29B1394462F19F42AF7 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = B3F58255E86EEBE7F8ED29AE;
- remoteInfo = "IceSSL C++11 iOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- EDCDD49DB52FD85CACA22004 /* PBXContainerItemProxy */ = {
+ E62700124C74E07983C25C45 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
remoteInfo = "TestCommon iOS";
};
- EE492B244FF0241EA85200E3 /* PBXContainerItemProxy */ = {
+ E83662958B056DA8A28DB3DC /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 27FEB5394EE2DAD06C8BA4A2;
+ remoteInfo = "IceGrid macOS";
};
- EE7F8FEB58C32F9ECD628853 /* PBXContainerItemProxy */ = {
+ E8C2EFD767A5D6E3685C0514 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = F175AF417CBB82B41F16F307;
- remoteInfo = "IceObjects iOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- EEAD7B009F098EF604D4EC2F /* PBXContainerItemProxy */ = {
+ E90482CC90682092B1133876 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
- remoteInfo = "Ice macOS";
+ remoteGlobalIDString = 1694719C10B89C39242AF1B8;
+ remoteInfo = "Ice C++11 iOS";
};
- EEC5699FCE8EF84E6B8193AE /* PBXContainerItemProxy */ = {
+ EAE2838DA3C048226200CF5E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = A5C46C8C09BC73AF9624CD41;
- remoteInfo = "Glacier2 iOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- F08D08EE66979855547B3157 /* PBXContainerItemProxy */ = {
+ EB315D10B3BC2728B83D168E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 7462995A35FB7AB3B02125AA;
- remoteInfo = "Ice C++11 macOS";
+ remoteGlobalIDString = B739075E195557F4DECCD8F0;
+ remoteInfo = "IceAdapterDeactivation macOS";
};
- F0D3794A55482EF2F417D026 /* PBXContainerItemProxy */ = {
+ EB7EDEB13D57E788C9F2A75B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = D4ADB390360A73D0A9F51BAE;
- remoteInfo = "IceUdp iOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- F2176ECF131701AF6CA82A90 /* PBXContainerItemProxy */ = {
+ ED0F15F39DE9A868B8E2A3A9 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
remoteInfo = "Ice macOS";
};
- F2285786D803D79F4EAFD1A0 /* PBXContainerItemProxy */ = {
+ EEBE33857F8ABECC3AA41176 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = F1AB64DAD663B6FEE7CA5200;
- remoteInfo = "IceHold macOS";
+ remoteGlobalIDString = B1C8F4791A464D03CEB67B54;
+ remoteInfo = "IceExceptions macOS";
};
- F2F200EB311F87576A118102 /* PBXContainerItemProxy */ = {
+ EF75A002DC296F48FB6F59B5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
- remoteInfo = "TestCommon macOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- F311B035D7E3469599627A58 /* PBXContainerItemProxy */ = {
+ F1027B875C852B11E1677741 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 59E7F45723F3686C3035C147;
- remoteInfo = "IceBinding iOS";
+ remoteGlobalIDString = 92898A5CD90373C1101171CB;
+ remoteInfo = "Ice iOS";
};
- F4EABD90F76C4F4C901C5579 /* PBXContainerItemProxy */ = {
+ F120AB140B3D43F39087CB44 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = A5C46C8C09BC73AF9624CD41;
- remoteInfo = "Glacier2 iOS";
+ remoteGlobalIDString = 439F0AFD9CC68DD650B896D1;
+ remoteInfo = "IceImpl macOS";
};
- F5F873F62A4EF05B33026D69 /* PBXContainerItemProxy */ = {
+ F28C422273A1104893E0A15D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
+ remoteInfo = "TestCommon macOS";
};
- F7121258A5C885373A966885 /* PBXContainerItemProxy */ = {
+ F28F60011CA9C490F32DDC58 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 7462995A35FB7AB3B02125AA;
- remoteInfo = "Ice C++11 macOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- F74F845F5DC4863CC666B716 /* PBXContainerItemProxy */ = {
+ F38E2243D4E8F1E8BBB7E3E2 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
+ remoteInfo = "Ice macOS";
};
- F7B99A9DF3081122642AE7B3 /* PBXContainerItemProxy */ = {
+ F3987ABCDA3A2DEB4C5AADF1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = 08091D1E55118D7F718FE15D;
+ remoteInfo = "IceOptionalAMD iOS";
};
- F7D4FF8B7D17A887088D7631 /* PBXContainerItemProxy */ = {
+ F3C46579C51064A28B85E2E6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = A9799C06422C51483F1D0F25;
+ remoteInfo = "Glacier2 macOS";
};
- F90E27F7AB575EAE5FCD036F /* PBXContainerItemProxy */ = {
+ F43328F3D2887CEA84F0AC27 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 5CE6BECEFF1EAAE1D03173AE;
- remoteInfo = "Ice iOS";
+ remoteGlobalIDString = 5BB4958E52D9E40832B7FE97;
+ remoteInfo = "TestCommon iOS";
};
- FC649505C012E2302400240C /* PBXContainerItemProxy */ = {
+ F6AA564E28B5DCD3AB9E7EE2 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C17A34B04BEFFA036F13C3A5;
+ remoteGlobalIDString = 917CD431CF220B67467E9A31;
remoteInfo = "Ice macOS";
};
- FD31DF9C99614EE615ECC763 /* PBXContainerItemProxy */ = {
+ F7C48A59AA2CD18BA133256A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = E65F5561F1EBAA6DDEFAA99E;
+ remoteGlobalIDString = 266366CE4382F905C6294DD7;
remoteInfo = "TestCommon macOS";
};
- FD95EE60BB706EDDB9810B83 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = C2587933333578145CEA50FF;
- remoteInfo = "IceRetry macOS";
- };
- FE975919B33B49C92D3D3168 /* PBXContainerItemProxy */ = {
+ FD2C108F23EB5DA4B5D0F009 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ containerPortal = 35C90DD66C820C35DFF9F255 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 70D93142FED3FCB22C5EF82B;
- remoteInfo = "TestCommon iOS";
+ remoteGlobalIDString = A77E1E8B6BC3DAB1A4CEB56B;
+ remoteInfo = "IceGrid iOS";
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
- 1259B59140D1F378652C6D20 /* Copy Symbols */ = {
+ 39F0BEE8656F955032973C70 /* Copy Symbols */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
@@ -5237,119 +5237,119 @@
name = "Copy Symbols";
runOnlyForDeploymentPostprocessing = 0;
};
- 995A0AA63854E5A760A4ED50 /* Copy Frameworks */ = {
+ 96825B431E7A121DE0BAE1C4 /* Copy Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
- 79C2A06670FA3607EB317C1B /* Glacier2.framework in Copy Frameworks */,
- B24E12C8EA5B9BFB3352EC26 /* Ice.framework in Copy Frameworks */,
- 7C438B090AF08371A3443968 /* IceAcm.bundle in Copy Frameworks */,
- F62C707E708F8210FFD6ADC4 /* IceAdapterDeactivation.bundle in Copy Frameworks */,
- 7F2C4CF13BE7D411B0348F46 /* IceAdmin.bundle in Copy Frameworks */,
- 7707BF4E4756E147991F80F8 /* IceAmi.bundle in Copy Frameworks */,
- 63D9FC2936CB61E0E2D0F359 /* IceBinding.bundle in Copy Frameworks */,
- F6BBD349D2688621CE5DD810 /* IceDefaultServant.bundle in Copy Frameworks */,
- D451550BABD1397AFB316C4A /* IceDefaultValue.bundle in Copy Frameworks */,
- F67E5B947C08BF39561E1881 /* IceEnums.bundle in Copy Frameworks */,
- 43BFF0C69024633EE9AAA1C1 /* IceExceptions.bundle in Copy Frameworks */,
- 774DF53D3B4807DD2695F43B /* IceExceptionsAMD.bundle in Copy Frameworks */,
- 2C61F490949441BA58F294F8 /* IceFacets.bundle in Copy Frameworks */,
- 38C95CCD4FB2853E7D314FE2 /* IceGrid.framework in Copy Frameworks */,
- 55E937F899F1B9149369109E /* IceHold.bundle in Copy Frameworks */,
- 581D960C034FA1ABD9212279 /* IceImpl.framework in Copy Frameworks */,
- C23BCD9520EA79BE3FBC7F49 /* IceInfo.bundle in Copy Frameworks */,
- 1E0DF64DE975A6FA2C33084B /* IceInheritance.bundle in Copy Frameworks */,
- F554F7DAD156C3354947942C /* IceInterceptor.bundle in Copy Frameworks */,
- 85E2BC4EB3F11E342DF4A86C /* IceInvoke.bundle in Copy Frameworks */,
- C3A03D26A88B29F73465FC0C /* IceLocation.bundle in Copy Frameworks */,
- 064DE095DF575BD63CAEB822 /* IceObjects.bundle in Copy Frameworks */,
- 9DCE95A776285673A73E2875 /* IceOperations.bundle in Copy Frameworks */,
- 71C070495767F6074983D313 /* IceOperationsAMD.bundle in Copy Frameworks */,
- CAC979F9B2B946F98E5CE005 /* IceOptional.bundle in Copy Frameworks */,
- 8AA3E22CCA72963DB860A968 /* IceOptionalAMD.bundle in Copy Frameworks */,
- 39FAB17EA2EED2041B5DD128 /* IceProperties.bundle in Copy Frameworks */,
- FA9833E69E9A8564420F27F7 /* IceProxy.bundle in Copy Frameworks */,
- 9CBEB96B9B86CE957C3AAFA0 /* IceProxyAMD.bundle in Copy Frameworks */,
- 066ED82CFBDABBA3B41E1158 /* IceRetry.bundle in Copy Frameworks */,
- 5BB764719A41DACE77B31CD9 /* IceScope.bundle in Copy Frameworks */,
- E7D812BD8C90D2E661E8B711 /* IceServantLocator.bundle in Copy Frameworks */,
- D9532F4AFCB935C23E357212 /* IceServantLocatorAMD.bundle in Copy Frameworks */,
- 6924006629080A9297752549 /* IceServices.bundle in Copy Frameworks */,
- 017F9697F68779CBF30CF3B8 /* IceSlicingExceptions.bundle in Copy Frameworks */,
- CA4EEDAE8B5D60728145407F /* IceSlicingExceptionsAMD.bundle in Copy Frameworks */,
- EDC626510C37C9D2F1626290 /* IceSlicingObjects.bundle in Copy Frameworks */,
- 3ADB9B43AE7F7A7962A0F72F /* IceSlicingObjectsAMD.bundle in Copy Frameworks */,
- DB60048D9FE0CB2A4E37C755 /* IceSSLConfiguration.bundle in Copy Frameworks */,
- F0E408A6D2B517F36F26BA57 /* IceStorm.framework in Copy Frameworks */,
- C19BEF765EECF6E694D0893B /* IceStream.bundle in Copy Frameworks */,
- D217EBC669D4F06B1A30DD35 /* IceTimeout.bundle in Copy Frameworks */,
- 05FEF2C86BD9068E981B8B61 /* IceUdp.bundle in Copy Frameworks */,
- FEDF38D206228BD5B3FA7122 /* PromiseKit.xcframework in Copy Frameworks */,
- CC104C75486B0C222B5839CC /* SliceEscape.bundle in Copy Frameworks */,
- 2501419F1A54C7AAC7655CF0 /* TestCommon.framework in Copy Frameworks */,
+ 400CED00A6AD769E2BD072A8 /* Glacier2.framework in Copy Frameworks */,
+ 54F3553E3EF1F5F7FF3A6986 /* Ice.framework in Copy Frameworks */,
+ CB9AFED48FAB35662FA176A5 /* IceAcm.bundle in Copy Frameworks */,
+ FDF2F96D20DA8513E45E8465 /* IceAdapterDeactivation.bundle in Copy Frameworks */,
+ D6F85C86E958D69256EEEBE9 /* IceAdmin.bundle in Copy Frameworks */,
+ B87D7113A39CCA7450AEBC36 /* IceAmi.bundle in Copy Frameworks */,
+ A03FBD121563FD4A6B65FDA5 /* IceBinding.bundle in Copy Frameworks */,
+ 596984CC21CD7030EF45DBCC /* IceDefaultServant.bundle in Copy Frameworks */,
+ 8F52FC868AF1592F19B6275D /* IceDefaultValue.bundle in Copy Frameworks */,
+ AF1D1C04E708D7B0C2016589 /* IceEnums.bundle in Copy Frameworks */,
+ B755DE8185ACAC963816B575 /* IceExceptions.bundle in Copy Frameworks */,
+ 220A91B053F915C22A3999A3 /* IceExceptionsAMD.bundle in Copy Frameworks */,
+ 7C03826ECE66378AA4E0A417 /* IceFacets.bundle in Copy Frameworks */,
+ 0DF0640231CAFF550F561580 /* IceGrid.framework in Copy Frameworks */,
+ 6F86181A1445158F5F1E30B0 /* IceHold.bundle in Copy Frameworks */,
+ 199635411B6F77CA77606702 /* IceImpl.framework in Copy Frameworks */,
+ 6629A55CC37CDB6BE40D1A08 /* IceInfo.bundle in Copy Frameworks */,
+ A220723FAAD3C1D72B4D0648 /* IceInheritance.bundle in Copy Frameworks */,
+ 7BADD1E874B2431E58CF7608 /* IceInterceptor.bundle in Copy Frameworks */,
+ B7F98BDF7C9B2E4935A7309F /* IceInvoke.bundle in Copy Frameworks */,
+ EC5BEF9BAB1E6D9C6725AEBD /* IceLocation.bundle in Copy Frameworks */,
+ B9E532A8835368A7A7A2A1E1 /* IceObjects.bundle in Copy Frameworks */,
+ 8842016B5F30B8CE02426757 /* IceOperations.bundle in Copy Frameworks */,
+ 64F3C95572251C56C9BEEFF8 /* IceOperationsAMD.bundle in Copy Frameworks */,
+ 54659CFA0FD0A66713EDDB27 /* IceOptional.bundle in Copy Frameworks */,
+ 0586E4FD65D3B65E4245673A /* IceOptionalAMD.bundle in Copy Frameworks */,
+ 3848F4FE71D058199DFC4FB9 /* IceProperties.bundle in Copy Frameworks */,
+ 050D2F483C2C1E7E85006DF0 /* IceProxy.bundle in Copy Frameworks */,
+ 3CFBD398E0F5EB6E97E6BEAA /* IceProxyAMD.bundle in Copy Frameworks */,
+ A2DF828B7A09CE1DE91100C1 /* IceRetry.bundle in Copy Frameworks */,
+ CC6308B6BFA5DBA1D1B536FA /* IceScope.bundle in Copy Frameworks */,
+ D5B7E5C79AC9AFFB9F7DE91E /* IceServantLocator.bundle in Copy Frameworks */,
+ 64A45D06EF22BBE550FC05B8 /* IceServantLocatorAMD.bundle in Copy Frameworks */,
+ 6B076402EA8C0147945F5441 /* IceServices.bundle in Copy Frameworks */,
+ 1D852352124D88B5925E9D13 /* IceSlicingExceptions.bundle in Copy Frameworks */,
+ 1882CE986DADBCC98758B6AE /* IceSlicingExceptionsAMD.bundle in Copy Frameworks */,
+ BA3A35676C6E235E483E1EC0 /* IceSlicingObjects.bundle in Copy Frameworks */,
+ 65AD86DA781B578850EC6199 /* IceSlicingObjectsAMD.bundle in Copy Frameworks */,
+ 4FD36047720E2A30AB478C4C /* IceSSLConfiguration.bundle in Copy Frameworks */,
+ 722645F9C4BB86CC195E8EDF /* IceStorm.framework in Copy Frameworks */,
+ 94758F201F1DF58658ECB95F /* IceStream.bundle in Copy Frameworks */,
+ 8B35B073DE6285058D319214 /* IceTimeout.bundle in Copy Frameworks */,
+ 068FA8042F9CCB164F76C7BD /* IceUdp.bundle in Copy Frameworks */,
+ 294718E266BA97B9512CC74D /* PromiseKit.xcframework in Copy Frameworks */,
+ 1D4C4ADFBC0DD16ABBF987BD /* SliceEscape.bundle in Copy Frameworks */,
+ C0A69E6B4DBDA29C0244B121 /* TestCommon.framework in Copy Frameworks */,
);
name = "Copy Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
- D40D9127560C005E659EE51E /* Copy Frameworks */ = {
+ C35638E8B3358C4E827731B2 /* Copy Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
- C3D317C03C8CBD536E31C61A /* Glacier2.framework in Copy Frameworks */,
- FA13E4F7025B9D76655019E3 /* Ice.framework in Copy Frameworks */,
- 4E404048415015F4983137B9 /* IceAcm.bundle in Copy Frameworks */,
- A524A0B869D796B9B5D659A5 /* IceAdapterDeactivation.bundle in Copy Frameworks */,
- 2EC321C9D6C3ADB4A6B87785 /* IceAdmin.bundle in Copy Frameworks */,
- 74DDFAE09CF56CB6C3553372 /* IceAmi.bundle in Copy Frameworks */,
- 7383E65FDEBB27CBBC44883C /* IceBinding.bundle in Copy Frameworks */,
- 5EB0A9F5AF74C5BBBC05660B /* IceDefaultServant.bundle in Copy Frameworks */,
- 153A90FF563B2A2BD7F0CF37 /* IceDefaultValue.bundle in Copy Frameworks */,
- 45AC067C2DC3937D5CCB256D /* IceEnums.bundle in Copy Frameworks */,
- C312B50BFACD0CB427635231 /* IceExceptions.bundle in Copy Frameworks */,
- AD4899E1C0FE5A2495DC3386 /* IceExceptionsAMD.bundle in Copy Frameworks */,
- 027F48C9148700DEA7FFB0A9 /* IceFacets.bundle in Copy Frameworks */,
- 9A1B51BE1E408B8C190E48C5 /* IceGrid.framework in Copy Frameworks */,
- DDB525DBF8D02626B4BAC166 /* IceHold.bundle in Copy Frameworks */,
- 34621C94904F2CA280371AA0 /* IceImpl.framework in Copy Frameworks */,
- 62B9E6D5A160E913D368E2F4 /* IceInfo.bundle in Copy Frameworks */,
- 2B88536410D94018088BB2CA /* IceInheritance.bundle in Copy Frameworks */,
- 5628E619AEB38BCACC0362E0 /* IceInterceptor.bundle in Copy Frameworks */,
- 7939EC9538F82FFAAB8D3732 /* IceInvoke.bundle in Copy Frameworks */,
- A5339616B7280D1FD68AB4A7 /* IceLocation.bundle in Copy Frameworks */,
- EF1A920412C1AF5E36C3CE56 /* IceObjects.bundle in Copy Frameworks */,
- 1E2F6AE6189DA986B02A3D01 /* IceOperations.bundle in Copy Frameworks */,
- 9DEC012D14539FDD12372A83 /* IceOperationsAMD.bundle in Copy Frameworks */,
- 5576E6842B8119735CAA56A2 /* IceOptional.bundle in Copy Frameworks */,
- FDB586A29387D4A608592B3E /* IceOptionalAMD.bundle in Copy Frameworks */,
- 4A6A4F573A1AB22C4B148169 /* IceProperties.bundle in Copy Frameworks */,
- 3761AAF069153CEDBBBA2B46 /* IceProxy.bundle in Copy Frameworks */,
- 1081665973610846CD5ADA86 /* IceProxyAMD.bundle in Copy Frameworks */,
- 08857D77381589F1206405FB /* IceRetry.bundle in Copy Frameworks */,
- B523E42832674041EFBD833D /* IceScope.bundle in Copy Frameworks */,
- 7BD91AF79667CE5F2DFD2959 /* IceServantLocator.bundle in Copy Frameworks */,
- C5C5774D49231A7D02A11E50 /* IceServantLocatorAMD.bundle in Copy Frameworks */,
- F1865A0FE3978137D4C6F30B /* IceServices.bundle in Copy Frameworks */,
- 642F114DF88B4E2E6354AA85 /* IceSlicingExceptions.bundle in Copy Frameworks */,
- 2192FF2148D822980C14AA4E /* IceSlicingExceptionsAMD.bundle in Copy Frameworks */,
- 09A5D5D5594942B7C8FFE80D /* IceSlicingObjects.bundle in Copy Frameworks */,
- C11B6E352E60B677802C6654 /* IceSlicingObjectsAMD.bundle in Copy Frameworks */,
- AA42C880C81A0A5111143432 /* IceSSLConfiguration.bundle in Copy Frameworks */,
- 59707BC2BD3E6488058E35C1 /* IceStorm.framework in Copy Frameworks */,
- C4FEE5A22E84333B0D6EC379 /* IceStream.bundle in Copy Frameworks */,
- 09C444A73F782EA730E6F879 /* IceTimeout.bundle in Copy Frameworks */,
- 9412A9D4AEBA9B64D1909C48 /* IceUdp.bundle in Copy Frameworks */,
- F6BB5D708499A3B54FD7D083 /* PromiseKit.xcframework in Copy Frameworks */,
- 8997B8F4C265E3ABFF5AC2E8 /* SliceEscape.bundle in Copy Frameworks */,
- 5BB4431EF9E182FD952CFC48 /* TestCommon.framework in Copy Frameworks */,
+ A917B6D3DFAD52AE124C4A79 /* Glacier2.framework in Copy Frameworks */,
+ 0EECDE09CAE7353E77165859 /* Ice.framework in Copy Frameworks */,
+ 9794A08140B857ACAE872E91 /* IceAcm.bundle in Copy Frameworks */,
+ 04BB81708835A074F93300C7 /* IceAdapterDeactivation.bundle in Copy Frameworks */,
+ A9084F38ADCDDD6DB6D182A4 /* IceAdmin.bundle in Copy Frameworks */,
+ 74457F7167D9E80EFD878343 /* IceAmi.bundle in Copy Frameworks */,
+ A4E756BB26414D3FD0FBC344 /* IceBinding.bundle in Copy Frameworks */,
+ BB8C7BF526197108D9667982 /* IceDefaultServant.bundle in Copy Frameworks */,
+ C209034CB38347E7A3CB11F2 /* IceDefaultValue.bundle in Copy Frameworks */,
+ 4217FE7D072AE27F361B7BCB /* IceEnums.bundle in Copy Frameworks */,
+ 0F47287B9216F5C150B80B27 /* IceExceptions.bundle in Copy Frameworks */,
+ 946F4299C7F779DCB1D23552 /* IceExceptionsAMD.bundle in Copy Frameworks */,
+ 4D940AAC18C1FE97D662EA05 /* IceFacets.bundle in Copy Frameworks */,
+ EED1B623D4E880FEBBC46471 /* IceGrid.framework in Copy Frameworks */,
+ 5BBE6495F7BB4428E6F66103 /* IceHold.bundle in Copy Frameworks */,
+ 177367BD9A64167282E4FAA9 /* IceImpl.framework in Copy Frameworks */,
+ 61333AA6AFB83BD53E75B8FF /* IceInfo.bundle in Copy Frameworks */,
+ DB7BDA13152A1D509D29E956 /* IceInheritance.bundle in Copy Frameworks */,
+ 512FA4726FCFDC7BF5A3170E /* IceInterceptor.bundle in Copy Frameworks */,
+ 3FF18AAF6F8CECC8520B3867 /* IceInvoke.bundle in Copy Frameworks */,
+ C046C87265BC31558A8B534F /* IceLocation.bundle in Copy Frameworks */,
+ F043A2A14720084B1BCF0A78 /* IceObjects.bundle in Copy Frameworks */,
+ AE136398AE431D7FC13CA4F3 /* IceOperations.bundle in Copy Frameworks */,
+ 081204163A6A64BE40F67A94 /* IceOperationsAMD.bundle in Copy Frameworks */,
+ A8008630434177F4FB1255D8 /* IceOptional.bundle in Copy Frameworks */,
+ 0DE926A0B41A5093548072DB /* IceOptionalAMD.bundle in Copy Frameworks */,
+ B580E081C67C9E8F34530F07 /* IceProperties.bundle in Copy Frameworks */,
+ 0D828323C72EE187D7C31A03 /* IceProxy.bundle in Copy Frameworks */,
+ 91E40EC0A383937B015F0FAB /* IceProxyAMD.bundle in Copy Frameworks */,
+ 03F0AAED83F00160A2AB1BD5 /* IceRetry.bundle in Copy Frameworks */,
+ 710A557421A13030E2F1B340 /* IceScope.bundle in Copy Frameworks */,
+ CC30A55041231E3082741EFE /* IceServantLocator.bundle in Copy Frameworks */,
+ 554ABD6566B49E9FC80A064A /* IceServantLocatorAMD.bundle in Copy Frameworks */,
+ 0880C9D6960A772906BCC60A /* IceServices.bundle in Copy Frameworks */,
+ 764E93E1B3A3BCD481C0DDB8 /* IceSlicingExceptions.bundle in Copy Frameworks */,
+ F3D0B9224F4A0E3B56804C90 /* IceSlicingExceptionsAMD.bundle in Copy Frameworks */,
+ 3A32E18FD57F06204282DE66 /* IceSlicingObjects.bundle in Copy Frameworks */,
+ F1C837E43D4CC0CC8948001E /* IceSlicingObjectsAMD.bundle in Copy Frameworks */,
+ 7AC996813D110FEB332D343C /* IceSSLConfiguration.bundle in Copy Frameworks */,
+ DBDF5D4818975A21C0A30D26 /* IceStorm.framework in Copy Frameworks */,
+ 1AD04474A9582CD23EC61696 /* IceStream.bundle in Copy Frameworks */,
+ 295B87D5974FB5C6E4F11A8C /* IceTimeout.bundle in Copy Frameworks */,
+ E176043F01836E74498234A6 /* IceUdp.bundle in Copy Frameworks */,
+ F7E10033B13343FC63EFD36D /* PromiseKit.xcframework in Copy Frameworks */,
+ E36937A75CB770E8D61D3769 /* SliceEscape.bundle in Copy Frameworks */,
+ 760E3538B018ADDAE4837446 /* TestCommon.framework in Copy Frameworks */,
);
name = "Copy Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
- E5B0BB39D7A6BED017B2925F /* Copy Symbols */ = {
+ EC5A99B722A5D81E6B6A76EF /* Copy Symbols */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
@@ -5362,3034 +5362,3034 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
- 00B874C528F1937CDCACCF29 /* SliceChecksums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SliceChecksums.cpp; path = ../cpp/src/Ice/SliceChecksums.cpp; sourceTree = "<group>"; };
- 0154F3C7002A5B86EFD549D4 /* ServerPrivate.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServerPrivate.ice; path = test/Ice/slicing/exceptions/ServerPrivate.ice; sourceTree = "<group>"; };
- 01AA5E86D4C986699A102A55 /* LocatorInfo.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LocatorInfo.cpp; path = ../cpp/src/Ice/LocatorInfo.cpp; sourceTree = "<group>"; };
- 0271EF89ACAC5FDFA86D94F9 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/enums/TestI.swift; sourceTree = "<group>"; };
- 0284B8E6A1464F655E7C9267 /* IceServantLocator.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServantLocator.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 02B053B0DAD8AEBFE8799F11 /* Metrics.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Metrics.ice; path = ../slice/Ice/Metrics.ice; sourceTree = "<group>"; };
- 036959E0FDD04BC9BA5BC3F6 /* ConnectionInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionInfo.ice; path = ../slice/IceSSL/ConnectionInfo.ice; sourceTree = "<group>"; };
- 03E3778CA88B31690159997B /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/timeout/AllTests.swift; sourceTree = "<group>"; };
- 03EAF683A6CBD8882498B9C7 /* SecureTransportEngine.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SecureTransportEngine.cpp; path = ../cpp/src/IceSSL/SecureTransportEngine.cpp; sourceTree = "<group>"; };
- 040117AC26A16B2463BA1487 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/servantLocator/TestI.swift; sourceTree = "<group>"; };
- 049409A262866B2A58011CFF /* ConnectionI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionI.cpp; path = ../cpp/src/Ice/ConnectionI.cpp; sourceTree = "<group>"; };
- 04A61AB7AD3C1F4B1F184301 /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = src/Ice/Object.swift; sourceTree = "<group>"; };
- 05580796968580CF37AC3A7D /* Connector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Connector.cpp; path = ../cpp/src/Ice/Connector.cpp; sourceTree = "<group>"; };
- 0565EF100C73B554687FC443 /* ConnectionInfoFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConnectionInfoFactory.swift; path = src/Ice/ConnectionInfoFactory.swift; sourceTree = "<group>"; };
- 05E8495FD60E96A73116DFB2 /* AppDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = test/TestDriver/iOS/AppDelegate.swift; sourceTree = "<group>"; };
- 064AEF2C2D468983C5AE0F47 /* AdminFacetFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AdminFacetFactory.h; path = src/IceImpl/AdminFacetFactory.h; sourceTree = "<group>"; };
- 06D3CFD42E233879081B1C9E /* PropertyNames.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PropertyNames.cpp; path = ../cpp/src/Ice/PropertyNames.cpp; sourceTree = "<group>"; };
- 073459BE8345D5840FD0DE51 /* Cond.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Cond.cpp; path = ../cpp/src/Ice/Cond.cpp; sourceTree = "<group>"; };
- 07F0DF4C61EE887D7C2BC7D1 /* Main.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = Main.storyboard; path = test/TestDriver/iOS/Base.lproj/Main.storyboard; sourceTree = "<group>"; };
- 0869C67523DAACAD4DD5786E /* ConnectionF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionF.ice; path = ../slice/Ice/ConnectionF.ice; sourceTree = "<group>"; };
- 08A6242E3D478C658F7C945E /* EndpointFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EndpointFactory.cpp; path = ../cpp/src/Ice/EndpointFactory.cpp; sourceTree = "<group>"; };
- 09490A9289CCA021AE898BE6 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/udp/TestI.swift; sourceTree = "<group>"; };
- 09C5D6DDA819CE30869D413C /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/optional/Test.ice; sourceTree = "<group>"; };
- 0AB7BC0B98FC593BB102CF80 /* 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; };
- 0B64C16E22978C6B0C5A0464 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/proxy/ServerAMD.swift; sourceTree = "<group>"; };
- 0B8C7E9387FE8CD0A836C6AC /* ServantLocator.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServantLocator.ice; path = ../slice/Ice/ServantLocator.ice; sourceTree = "<group>"; };
- 0C5DE334AF0C9C3B921F6E18 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/objects/Test.ice; sourceTree = "<group>"; };
- 0CAB0284CDDA4938D579D519 /* IceRetry.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceRetry.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 0CCAAC20859B87A2BFDC38EE /* IceSlicingExceptions.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingExceptions.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 0D555E6CE7F2220B40D09377 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/ami/AllTests.swift; sourceTree = "<group>"; };
- 0D77FC36E2549C0324CB3057 /* OutputStream.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OutputStream.cpp; path = ../cpp/src/Ice/OutputStream.cpp; sourceTree = "<group>"; };
- 0DEDA76124B426D1F498F9F1 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/servantLocator/ServerAMD.swift; sourceTree = "<group>"; };
- 0E2AF84698461F8EE93EED65 /* Connection.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Connection.ice; path = ../slice/Ice/Connection.ice; sourceTree = "<group>"; };
- 0E71EDE7E0484F044BC7BCCB /* IceAmi.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAmi.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 0EDB0BF8029CAF7612A7071D /* Transceiver.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Transceiver.mm; path = ../cpp/src/IceIAP/Transceiver.mm; sourceTree = "<group>"; };
- 0EEF871019A8E7D9E99F3E61 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/Glacier2/Info.plist; sourceTree = "<group>"; };
- 0EFDB385D88BB508C2170A4C /* InputStream.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InputStream.cpp; path = ../cpp/src/Ice/InputStream.cpp; sourceTree = "<group>"; };
- 0F987690360DE27FFF77334C /* Blobject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Blobject.swift; path = src/Ice/Blobject.swift; sourceTree = "<group>"; };
- 0FA78F2D5E9A0A04E4473B22 /* ConsoleUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConsoleUtil.cpp; path = ../cpp/src/IceUtil/ConsoleUtil.cpp; sourceTree = "<group>"; };
- 0FBD61A7A4E9A0AED6D8AC4E /* EndpointInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointInfo.ice; path = ../slice/IceSSL/EndpointInfo.ice; sourceTree = "<group>"; };
- 11723D5DA76E1B2FAF04D66B /* SliceFlags.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SliceFlags.swift; path = src/Ice/SliceFlags.swift; sourceTree = "<group>"; };
- 12550E8909A3BDC660082A4C /* ThreadPool.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadPool.cpp; path = ../cpp/src/Ice/ThreadPool.cpp; sourceTree = "<group>"; };
- 12D216C6743AADA7E58F8DBC /* Properties.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Properties.mm; path = src/IceImpl/Properties.mm; sourceTree = "<group>"; };
- 132863CAC0C09D4F98AABC05 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/IceStorm/Info.plist; sourceTree = "<group>"; };
- 1412F0A2A7DF3F99D6E825F5 /* Registry.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Registry.ice; path = ../slice/IceGrid/Registry.ice; sourceTree = "<group>"; };
- 145300E7169C072C84186A6B /* IceHold.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceHold.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 14F5E02F8901443ABF6D794E /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/IceSSL/configuration/AllTests.swift; sourceTree = "<group>"; };
- 150093ED3F61031B9CD41FAF /* Acceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Acceptor.cpp; path = ../cpp/src/Ice/Acceptor.cpp; sourceTree = "<group>"; };
- 1612ACCF5F2BAE377EB04B77 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/defaultValue/Client.swift; sourceTree = "<group>"; };
- 165C6C50BCDAE6F63FCCD697 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/operations/ServerAMD.swift; sourceTree = "<group>"; };
- 166DB0997F18134071BC0637 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/ami/Server.swift; sourceTree = "<group>"; };
- 16BA5AF4C486E43563ECD05E /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/retry/Client.swift; sourceTree = "<group>"; };
- 16D12150BE8802991D4A8EE3 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/udp/Test.ice; sourceTree = "<group>"; };
- 17649DD40DE6FCC721952504 /* ProtocolPluginFacade.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ProtocolPluginFacade.cpp; path = ../cpp/src/Ice/ProtocolPluginFacade.cpp; sourceTree = "<group>"; };
- 179B9A6090513CA5E9D351F8 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/inheritance/Client.swift; sourceTree = "<group>"; };
- 17EC8158D0BE49D64D5A5FC7 /* Key.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Key.ice; path = test/Slice/escape/Key.ice; sourceTree = "<group>"; };
- 1876320953E25D0944C93FC5 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/properties/Client.swift; sourceTree = "<group>"; };
- 195664626B689E3198A62896 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/slicing/objects/AllTests.swift; sourceTree = "<group>"; };
- 1961C5F0038F3FE109D7EFE6 /* InputUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InputUtil.cpp; path = ../cpp/src/IceUtil/InputUtil.cpp; sourceTree = "<group>"; };
- 1A78C9271459C35E12B0FCCE /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/optional/Client.swift; sourceTree = "<group>"; };
- 1ABF85689C3C3ADE0CD4FD3F /* CtrlCHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CtrlCHandler.cpp; path = ../cpp/src/IceUtil/CtrlCHandler.cpp; sourceTree = "<group>"; };
- 1BB2B3D81C1A2500B7FD2DDD /* ObjectAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectAdapter.mm; path = src/IceImpl/ObjectAdapter.mm; sourceTree = "<group>"; };
- 1BF0076D76EEADC2BB4BE96E /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/info/TestI.swift; sourceTree = "<group>"; };
- 1C83AB7474C602D1D3FABFCD /* IceExceptions.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceExceptions.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 1CED86630F41BC940AC7B9E9 /* Descriptor.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Descriptor.ice; path = ../slice/IceGrid/Descriptor.ice; sourceTree = "<group>"; };
- 1D28632B66990D3D4523311C /* BuiltinSequences.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = BuiltinSequences.ice; path = ../slice/Ice/BuiltinSequences.ice; sourceTree = "<group>"; };
- 1D6F8E1BBC264DF4954A9910 /* IceProperties.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProperties.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 1DE077C154E2567680ABAC23 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/defaultServant/AllTests.swift; sourceTree = "<group>"; };
- 1E75430EB4F5CFAC72B41042 /* ValueFactory.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ValueFactory.ice; path = ../slice/Ice/ValueFactory.ice; sourceTree = "<group>"; };
- 1E79C5E475C8DAD0ACEB76D4 /* ObjectPrx.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectPrx.mm; path = src/IceImpl/ObjectPrx.mm; sourceTree = "<group>"; };
- 1E7BC050E9C5DDF6E7011617 /* StreamEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamEndpointI.cpp; path = ../cpp/src/Ice/ios/StreamEndpointI.cpp; sourceTree = "<group>"; };
- 1EA711309595226DEF5793C1 /* TcpConnector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpConnector.cpp; path = ../cpp/src/Ice/TcpConnector.cpp; sourceTree = "<group>"; };
- 1EEF18552E0AF5AEA4A4C6FE /* FormatType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatType.swift; path = src/Ice/FormatType.swift; sourceTree = "<group>"; };
- 1FD2BAD0CCB7E448C9627815 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/admin/Server.swift; sourceTree = "<group>"; };
- 1FD30D15372B5483D14813DE /* Assets.xcassets */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = test/TestDriver/iOS/Assets.xcassets; sourceTree = "<group>"; };
- 1FEE322ED06E510B5604D0A3 /* IceStorm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceStorm.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 2025D6D9850AC70AEAE23AB1 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/proxy/Test.ice; sourceTree = "<group>"; };
- 202DDDB142F3247EA06FD5FC /* IceProxyAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProxyAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 207B036891ACA3EC48279C56 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/adapterDeactivation/Test.ice; sourceTree = "<group>"; };
- 2118E93CF12A25670AA11FC7 /* IceSSLConfiguration.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSSLConfiguration.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 2178C44044078B3D0D533EDF /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/location/AllTests.swift; sourceTree = "<group>"; };
- 21CE102901A91134E629F665 /* Identity.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Identity.ice; path = ../slice/Ice/Identity.ice; sourceTree = "<group>"; };
- 227CE455C3DE53A0D9684EA1 /* ObjectFactory.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectFactory.ice; path = ../slice/Ice/ObjectFactory.ice; sourceTree = "<group>"; };
- 22943F5D373EBD4EE889F708 /* ServerPrivate.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServerPrivate.ice; path = test/Ice/slicing/objects/ServerPrivate.ice; sourceTree = "<group>"; };
- 231F145BCD96B13815AA5C8C /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/timeout/Client.swift; sourceTree = "<group>"; };
- 2322ABF30AB90159EB815168 /* TraceLevels.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TraceLevels.cpp; path = ../cpp/src/Ice/TraceLevels.cpp; sourceTree = "<group>"; };
- 2352813C72F8C3935B4BB84F /* ServerPrivateAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServerPrivateAMD.ice; path = test/Ice/slicing/exceptions/ServerPrivateAMD.ice; sourceTree = "<group>"; };
- 2361DE48A010EBD34CED6473 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/exceptions/Collocated.swift; sourceTree = "<group>"; };
- 23CA06428DAD48D12AB83747 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/slicing/exceptions/Client.swift; sourceTree = "<group>"; };
- 23E403F08D2159FDB4F6D900 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/stream/Client.swift; sourceTree = "<group>"; };
- 243A2B36EA977749BFBFC06D /* PropertiesAdminI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertiesAdminI.swift; path = src/Ice/PropertiesAdminI.swift; sourceTree = "<group>"; };
- 24E33255191616DD6E0C92FE /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/inheritance/Collocated.swift; sourceTree = "<group>"; };
- 25D0C721D53503860788165E /* IceTimeout.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceTimeout.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 25FDCA14245F027713D785AB /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/adapterDeactivation/TestI.swift; sourceTree = "<group>"; };
- 2700733A3937D06E74684B5E /* Random.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Random.cpp; path = ../cpp/src/IceUtil/Random.cpp; sourceTree = "<group>"; };
- 283CFA168BAB6E11FF87436C /* FactoryTableInit.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FactoryTableInit.cpp; path = ../cpp/src/Ice/FactoryTableInit.cpp; sourceTree = "<group>"; };
- 28EFB324D2FF05DB84611058 /* Glacier2Swift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Glacier2Swift.h; path = src/Glacier2/Glacier2Swift.h; sourceTree = "<group>"; };
- 29739FA9314A5D4F47E2DFFC /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/slicing/objects/TestAMDI.swift; sourceTree = "<group>"; };
- 29A9D5D7D72F2EE84F7741D8 /* Incoming.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Incoming.cpp; path = ../cpp/src/Ice/Incoming.cpp; sourceTree = "<group>"; };
- 2A0B56AE2487A5AEA989AD85 /* SSLInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = SSLInfo.ice; path = ../slice/Glacier2/SSLInfo.ice; sourceTree = "<group>"; };
- 2A1CCC5301325D07E0005BEF /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/slicing/objects/Client.swift; sourceTree = "<group>"; };
- 2A63EF82D93C1CD214124136 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/invoke/AllTests.swift; sourceTree = "<group>"; };
- 2A6515E73B7A8EBA4232FE78 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/hold/Test.ice; sourceTree = "<group>"; };
- 2BB20919B9ACC249F530BE35 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/acm/Client.swift; sourceTree = "<group>"; };
- 2C5E11BEB75F4537B9C345FD /* libIceSSL C++11 macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceSSL C++11 macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
- 2C77855905ED5B5D37B20771 /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/slicing/exceptions/TestAMD.ice; sourceTree = "<group>"; };
- 2CF727DCFEF9A83CDAF9CFC3 /* Transceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Transceiver.cpp; path = ../cpp/src/Ice/Transceiver.cpp; sourceTree = "<group>"; };
- 2CFC3691D909A79D96800785 /* Current.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Current.ice; path = ../slice/Ice/Current.ice; sourceTree = "<group>"; };
- 2D6668456426024EA9D9DC6A /* Version.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Version.ice; path = ../slice/Ice/Version.ice; sourceTree = "<group>"; };
- 2DFF6E1154114D5E88212557 /* IceServantLocator.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServantLocator.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 2E042E60E55F916794A43F12 /* PluginI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PluginI.cpp; path = ../cpp/src/IceDiscovery/PluginI.cpp; sourceTree = "<group>"; };
- 2E2F8F27EE2D0087BF2CA411 /* CountDownLatch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CountDownLatch.cpp; path = ../cpp/src/Ice/CountDownLatch.cpp; sourceTree = "<group>"; };
- 2EA05304B24D25E5774CF45D /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Instance.cpp; path = ../cpp/src/Ice/Instance.cpp; sourceTree = "<group>"; };
- 2F13074052F2B04F7DACA607 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/retry/AllTests.swift; sourceTree = "<group>"; };
- 2F3DA14FFC7BBD9361945689 /* IceSwift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceSwift.h; path = src/Ice/IceSwift.h; sourceTree = "<group>"; };
- 30457BA12E4F05212A94B738 /* Forward.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Forward.ice; path = test/Ice/objects/Forward.ice; sourceTree = "<group>"; };
- 308AC0AA9EBE0A3E50146E33 /* SlicedData.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SlicedData.cpp; path = ../cpp/src/Ice/SlicedData.cpp; sourceTree = "<group>"; };
- 3144BFC41E6EDE84ED17D171 /* IceStream.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceStream.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 3152E410024281DF79AA6417 /* ConnectionInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionInfo.ice; path = ../slice/IceIAP/ConnectionInfo.ice; sourceTree = "<group>"; };
- 31CAAAFCE3A51A13D06DE91E /* libIceSSL C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceSSL C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
- 3235CC7A39CAD239D8D7FC87 /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/servantLocator/TestAMD.ice; sourceTree = "<group>"; };
- 3261BC4CA0A9D88CA79A7CF5 /* IceBinding.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceBinding.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 32AF080F8A5A42102A0F1D26 /* Object.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Object.cpp; path = ../cpp/src/Ice/Object.cpp; sourceTree = "<group>"; };
- 33186DED7BBFC69B7E794EB6 /* CollocatedRequestHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CollocatedRequestHandler.cpp; path = ../cpp/src/Ice/CollocatedRequestHandler.cpp; sourceTree = "<group>"; };
- 33CEFE0850F56B0BE8B53959 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = test/TestCommon/Info.plist; sourceTree = "<group>"; };
- 348E93F202C74A3ABEE0B559 /* IconvStringConverter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IconvStringConverter.cpp; path = ../cpp/src/Ice/IconvStringConverter.cpp; sourceTree = "<group>"; };
- 34BF30D98653D4D72F2E23E0 /* LocalObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = LocalObject.mm; path = src/IceImpl/LocalObject.mm; sourceTree = "<group>"; };
- 34F681952131C5636202D956 /* IceLocatorDiscovery.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = IceLocatorDiscovery.ice; path = ../slice/IceLocatorDiscovery/IceLocatorDiscovery.ice; sourceTree = "<group>"; };
- 354E88FE4053D693F237DBA8 /* EndpointInfoFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EndpointInfoFactory.swift; path = src/Ice/EndpointInfoFactory.swift; sourceTree = "<group>"; };
- 35A1F1A3366DC673D852F4CB /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/invoke/Server.swift; sourceTree = "<group>"; };
- 35CEBB6AF4A49B4D248E358A /* ServerPrivateAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServerPrivateAMD.ice; path = test/Ice/slicing/objects/ServerPrivateAMD.ice; sourceTree = "<group>"; };
- 39218C2E4023BFDD70EC8A41 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/location/Server.swift; sourceTree = "<group>"; };
- 39382C228C1BDAC33A46FC72 /* Logger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Logger.h; path = src/IceImpl/Logger.h; sourceTree = "<group>"; };
- 393D6540ECF3290AF1D71965 /* CertificateI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CertificateI.cpp; path = ../cpp/src/IceSSL/CertificateI.cpp; sourceTree = "<group>"; };
- 39671B678EFD4BCB283AEBE3 /* Initialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Initialize.swift; path = src/Ice/Initialize.swift; sourceTree = "<group>"; };
- 39A83CA7BA5F05C85CF68A00 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/IceSSL/configuration/TestI.swift; sourceTree = "<group>"; };
- 3AC05385F2DCEFA9FEC9BF60 /* TestCommon.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestCommon.swift; path = test/TestCommon/TestCommon.swift; sourceTree = "<group>"; };
- 3B2C83A36D28B07247E4D56A /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/slicing/objects/ServerAMD.swift; sourceTree = "<group>"; };
- 3B43526022DD8FF5F2AB17D9 /* RFC2253.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RFC2253.cpp; path = ../cpp/src/IceSSL/RFC2253.cpp; sourceTree = "<group>"; };
- 3B762101F866F6DF796046EF /* PropertiesAdminI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PropertiesAdminI.cpp; path = ../cpp/src/Ice/PropertiesAdminI.cpp; sourceTree = "<group>"; };
- 3D08DF67CBCE3C51D496F8D4 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/exceptions/AllTests.swift; sourceTree = "<group>"; };
- 3D1E84149171B87D7261433A /* RegisterPluginsInit.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RegisterPluginsInit.cpp; path = ../cpp/src/Ice/RegisterPluginsInit.cpp; sourceTree = "<group>"; };
- 3D9FCD4D698EC6D0CE6282FA /* EndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EndpointI.cpp; path = ../cpp/src/Ice/EndpointI.cpp; sourceTree = "<group>"; };
- 3DA72E26826529A044FC781D /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/retry/Server.swift; sourceTree = "<group>"; };
- 3DF22954C8964C4C53C61853 /* IceSlicingObjectsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingObjectsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 4029E643EF06719CF940C9A2 /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = src/IceImpl/Exception.h; sourceTree = "<group>"; };
- 402CFF4170CA7EB9041E58BB /* IceProperties.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProperties.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 4050CB48BC7BAAEC75C53073 /* 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; };
- 40C6AB3D1444D4124A248C34 /* StreamSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamSocket.cpp; path = ../cpp/src/Ice/StreamSocket.cpp; sourceTree = "<group>"; };
- 41739410DFE3BFD4B4434F9C /* TestCommon.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TestCommon.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 41CA5F8E7D89D580E8C2FF57 /* SliceEscape.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = SliceEscape.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 42169F013BCDA422E6E23F0D /* SecureTransportUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SecureTransportUtil.cpp; path = ../cpp/src/IceSSL/SecureTransportUtil.cpp; sourceTree = "<group>"; };
- 423BBF69D7B0202EEA3B4A27 /* OutputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OutputStream.h; path = src/IceImpl/OutputStream.h; sourceTree = "<group>"; };
- 434B2D02738A02E93750526D /* EndpointTypes.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointTypes.ice; path = ../slice/Ice/EndpointTypes.ice; sourceTree = "<group>"; };
- 438D57885B1663B51327AC21 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/info/Server.swift; sourceTree = "<group>"; };
- 44090B576736324E2BF7FF8F /* IceInheritance.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInheritance.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 4433DF81B407A9784F2300DA /* Twoways.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Twoways.swift; path = test/Ice/operations/Twoways.swift; sourceTree = "<group>"; };
- 445FE2F28E29F9DCD0F86F79 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/udp/Client.swift; sourceTree = "<group>"; };
- 4476A6A27DFFB321E37551CD /* Proxy.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Proxy.cpp; path = ../cpp/src/Ice/Proxy.cpp; sourceTree = "<group>"; };
- 44E43649201EDD09D6602E4F /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/enums/Server.swift; sourceTree = "<group>"; };
- 457447FC6D3F01C9C51FEA5B /* LocalObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LocalObject.cpp; path = ../cpp/src/Ice/LocalObject.cpp; sourceTree = "<group>"; };
- 45E96E5E9A230A06BCDE0F2D /* BatchOneways.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BatchOneways.swift; path = test/Ice/operations/BatchOneways.swift; sourceTree = "<group>"; };
- 46A0E919D0E8CB1320EBC4FB /* Oneways.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Oneways.swift; path = test/Ice/operations/Oneways.swift; sourceTree = "<group>"; };
- 46CB75C66EE3AED8A59E217B /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/IceSSL/configuration/Server.swift; sourceTree = "<group>"; };
- 46DF0BE5292AF7814207EF18 /* ProxyFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ProxyFactory.cpp; path = ../cpp/src/Ice/ProxyFactory.cpp; sourceTree = "<group>"; };
- 47A376B87B812B4023FC5B17 /* SecureTransportCertificateI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SecureTransportCertificateI.cpp; path = ../cpp/src/IceSSL/SecureTransportCertificateI.cpp; sourceTree = "<group>"; };
- 4860778D97C63F0EBC398915 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = test/TestDriver/iOS/Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
- 48A6E51D044B4FBA08725617 /* FacetMap.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = FacetMap.ice; path = ../slice/Ice/FacetMap.ice; sourceTree = "<group>"; };
- 48B7F4A323083E11B53E556E /* IceOperations.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOperations.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 4A2C85BF33AC08961110110B /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/proxy/TestAMD.ice; sourceTree = "<group>"; };
- 4ADF64D7797A1E7E541B67D3 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/adapterDeactivation/Collocated.swift; sourceTree = "<group>"; };
- 4BC1B2866017680A6F4380AA /* IceOperationsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOperationsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 4DF6F8C5AF97D71F31BE56F6 /* IceAdmin.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAdmin.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 4E8BC47BA3E6A89A9D6CE7F2 /* LoggerUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LoggerUtil.cpp; path = ../cpp/src/Ice/LoggerUtil.cpp; sourceTree = "<group>"; };
- 4EB89B4BC08E5CB7AB3E2DBE /* PluginI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PluginI.cpp; path = ../cpp/src/IceLocatorDiscovery/PluginI.cpp; sourceTree = "<group>"; };
- 4EFC90BEFEBBAE377FDE0F01 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/inheritance/AllTests.swift; sourceTree = "<group>"; };
- 4F105A4E48562ADF585188AE /* Convert.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Convert.mm; path = src/IceImpl/Convert.mm; sourceTree = "<group>"; };
- 4F47A9931911BCDD48A052C0 /* ControllerI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControllerI.swift; path = test/TestDriver/iOS/ControllerI.swift; sourceTree = "<group>"; };
- 4FD6A314F2F064EF98F6ECA3 /* Logger.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Logger.mm; path = src/IceImpl/Logger.mm; sourceTree = "<group>"; };
- 50B2520EB7C273BCCFDA75C6 /* BlobjectFacade.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = BlobjectFacade.mm; path = src/IceImpl/BlobjectFacade.mm; sourceTree = "<group>"; };
- 5104E5BC70829DE44480FD2F /* IceAcm.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAcm.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 512D391443E701C627DE66ED /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/operations/Server.swift; sourceTree = "<group>"; };
- 5175B958BC3E0DF2CD78AC2B /* TraceUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TraceUtil.cpp; path = ../cpp/src/Ice/TraceUtil.cpp; sourceTree = "<group>"; };
- 51E27C5D8B2F00FE5AC8A1AC /* IceUdp.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceUdp.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 52378153CA15B744EC38F4FD /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/slicing/objects/TestI.swift; sourceTree = "<group>"; };
- 523FDBD799F89BAED8509A39 /* ImplicitContext.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ImplicitContext.ice; path = ../slice/Ice/ImplicitContext.ice; sourceTree = "<group>"; };
- 524A61B4A68F864A2CFEBDB9 /* IPEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IPEndpointI.cpp; path = ../cpp/src/Ice/IPEndpointI.cpp; sourceTree = "<group>"; };
- 526616622AC6F71AB1612334 /* IceSSLConfiguration.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSSLConfiguration.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 52A1DDACB03775523C292FD5 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/proxy/Server.swift; sourceTree = "<group>"; };
- 52BFEEE8ACFCAE431F13A055 /* TrustManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TrustManager.cpp; path = ../cpp/src/IceSSL/TrustManager.cpp; sourceTree = "<group>"; };
- 52C6C2414F9100746611ED62 /* EventHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventHandler.cpp; path = ../cpp/src/Ice/EventHandler.cpp; sourceTree = "<group>"; };
- 53F5BDBDAD936288BCE6D5B6 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/hold/TestI.swift; sourceTree = "<group>"; };
- 540F4D8841DCE32D2CD37990 /* DynamicLibrary.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DynamicLibrary.cpp; path = ../cpp/src/Ice/DynamicLibrary.cpp; sourceTree = "<group>"; };
- 54186350AF275483FD95799A /* Initialize.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Initialize.cpp; path = ../cpp/src/Ice/Initialize.cpp; sourceTree = "<group>"; };
- 54A112A8CB76C7BE4BE8B4B4 /* IceInvoke.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInvoke.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 54DC663ED2D4EF54E39362C0 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/slicing/exceptions/Test.ice; sourceTree = "<group>"; };
- 55121BE302A6FE28D932D1E3 /* Reference.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Reference.cpp; path = ../cpp/src/Ice/Reference.cpp; sourceTree = "<group>"; };
- 5585A34B5215C56F16C5DB39 /* MutexProtocol.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MutexProtocol.cpp; path = ../cpp/src/IceUtil/MutexProtocol.cpp; sourceTree = "<group>"; };
- 559D5A420F1C9BE322DEDEEB /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/scope/Server.swift; sourceTree = "<group>"; };
- 55A9B7114CC34331232B0A96 /* ConnectorI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectorI.cpp; path = ../cpp/src/IceSSL/ConnectorI.cpp; sourceTree = "<group>"; };
- 5607615052B6629CEA794360 /* IceServantLocatorAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServantLocatorAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 565B65A6AD076064B278BF40 /* IceImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceImpl.h; path = src/IceImpl/IceImpl.h; sourceTree = "<group>"; };
- 5706F016F48CB3D5A419324B /* ObjectAdapter.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectAdapter.ice; path = ../slice/Ice/ObjectAdapter.ice; sourceTree = "<group>"; };
- 581298F9FE5EE99543342238 /* MetricsObserverI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MetricsObserverI.cpp; path = ../cpp/src/Ice/MetricsObserverI.cpp; sourceTree = "<group>"; };
- 5868A01F83C6A90438875AFC /* UnsupportedAdminFacet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = UnsupportedAdminFacet.mm; path = src/IceImpl/UnsupportedAdminFacet.mm; sourceTree = "<group>"; };
- 58BA1EEDC0350043BC35ECF7 /* Process.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Process.ice; path = ../slice/Ice/Process.ice; sourceTree = "<group>"; };
- 58C77C0229E819BD8A8EBE1B /* EndpointI.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointI.mm; path = ../cpp/src/IceIAP/EndpointI.mm; sourceTree = "<group>"; };
- 595FFC4AC804EF268210C30E /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/objects/Server.swift; sourceTree = "<group>"; };
- 59B661A91A59D99885761C98 /* Session.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Session.ice; path = ../slice/Glacier2/Session.ice; sourceTree = "<group>"; };
- 5A1B40A9851304B392BA473D /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/exceptions/TestAMD.ice; sourceTree = "<group>"; };
- 5ABF0DFE0B361B70896F4611 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/retry/Test.ice; sourceTree = "<group>"; };
- 5BA666A04C1C989CA367B36A /* SysLoggerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysLoggerI.cpp; path = ../cpp/src/Ice/SysLoggerI.cpp; sourceTree = "<group>"; };
- 5C689330C4050596E376393F /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/retry/TestI.swift; sourceTree = "<group>"; };
- 5CB3684F35DE62A0E27E1D97 /* IceSlicingExceptions.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingExceptions.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 5CC207D7EFC230871F530B27 /* StringUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StringUtil.cpp; path = ../cpp/src/IceUtil/StringUtil.cpp; sourceTree = "<group>"; };
- 5D30275A6ACED1308A46DA43 /* Session.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Session.ice; path = ../slice/IceGrid/Session.ice; sourceTree = "<group>"; };
- 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = PromiseKit.xcframework; path = ../Carthage/Build/PromiseKit.xcframework; sourceTree = "<group>"; };
- 5DE0C7D59E1938EB277777BD /* IceEnums.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceEnums.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 5E4325168FF7D7C00449F353 /* Communicator.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Communicator.mm; path = src/IceImpl/Communicator.mm; sourceTree = "<group>"; };
- 5E6C88B92E6CE61F910B63D1 /* 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; };
- 5F11507C6ED15827A80A5594 /* PluginI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PluginI.cpp; path = ../cpp/src/IceSSL/PluginI.cpp; sourceTree = "<group>"; };
- 5F24EB1B394C86FB21B317E2 /* libIceLocatorDiscovery C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceLocatorDiscovery C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
- 5F39549D5BC6824B2E7781D6 /* WSConnector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WSConnector.cpp; path = ../cpp/src/Ice/WSConnector.cpp; sourceTree = "<group>"; };
- 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = PromiseKit.xcframework; path = ../Carthage/Build/PromiseKit.xcframework; sourceTree = "<group>"; };
- 5FB1884995F2F927B9B29522 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/exceptions/ServerAMD.swift; sourceTree = "<group>"; };
- 5FC5BC52DC9A5A6080CB04BD /* Base64.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Base64.cpp; path = ../cpp/src/Ice/Base64.cpp; sourceTree = "<group>"; };
- 60DDA9B967F7D23D26EFF155 /* Timer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Timer.cpp; path = ../cpp/src/Ice/Timer.cpp; sourceTree = "<group>"; };
- 6197705513A73D883090F6B8 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/location/TestI.swift; sourceTree = "<group>"; };
- 624E47C92917DE669596BE76 /* LocalExceptionFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalExceptionFactory.swift; path = src/Ice/LocalExceptionFactory.swift; sourceTree = "<group>"; };
- 630AFED64D44FDEC453E83FD /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/timeout/TestI.swift; sourceTree = "<group>"; };
- 646C0B59E701C4740B174F11 /* IceStream.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceStream.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 649C5CA2C8B90C0E20104FE2 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/udp/AllTests.swift; sourceTree = "<group>"; };
- 64A2C65B7390660BE34CD422 /* Properties.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Properties.ice; path = ../slice/Ice/Properties.ice; sourceTree = "<group>"; };
- 64EE0B52C0A964AEB3B2676B /* Ice.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Ice.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 6511556B97209023D61BED76 /* OptionalFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OptionalFormat.swift; path = src/Ice/OptionalFormat.swift; sourceTree = "<group>"; };
- 6515942D00DC277E1661485D /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Slice/escape/Client.swift; sourceTree = "<group>"; };
- 660ABDD36E0197E206E9FF89 /* CommunicatorI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CommunicatorI.swift; path = src/Ice/CommunicatorI.swift; sourceTree = "<group>"; };
- 6633AA3F4E2B0BFC36BCCE7A /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/info/Client.swift; sourceTree = "<group>"; };
- 665B478E2A86F6E16E74802E /* libIceLocatorDiscovery C++11 macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceLocatorDiscovery C++11 macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
- 67D20F9C958D7C474D01C3B6 /* IceOperationsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOperationsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 68461C2032076B40BD123C9B /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/exceptions/TestAMDI.swift; sourceTree = "<group>"; };
- 6919FC1C75013A91201976D5 /* Exception.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Exception.ice; path = ../slice/IceGrid/Exception.ice; sourceTree = "<group>"; };
- 692DE8D20B08E72951B557E3 /* WSTransceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WSTransceiver.cpp; path = ../cpp/src/Ice/WSTransceiver.cpp; sourceTree = "<group>"; };
- 69353CABFAB9BE2DEA0BF479 /* RouterF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = RouterF.ice; path = ../slice/Glacier2/RouterF.ice; sourceTree = "<group>"; };
- 69819C05668C5C3473044215 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/acm/Server.swift; sourceTree = "<group>"; };
- 69BD90F53018A2E75799654E /* LoggerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LoggerI.cpp; path = ../cpp/src/Ice/LoggerI.cpp; sourceTree = "<group>"; };
- 69FEB713AD291C355217F17F /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/info/Test.ice; sourceTree = "<group>"; };
- 6A6102DE9D8559B86E0205C4 /* IceImpl.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceImpl.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 6AD65C51BA4223A9E0CDC551 /* ServantLocatorI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServantLocatorI.swift; path = test/Ice/servantLocator/ServantLocatorI.swift; sourceTree = "<group>"; };
- 6AE0DC0F3E55DCC50AC6D50D /* OutgoingAsync.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OutgoingAsync.cpp; path = ../cpp/src/Ice/OutgoingAsync.cpp; sourceTree = "<group>"; };
- 6AE339A513AA2ED4960F17A2 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/slicing/exceptions/AllTests.swift; sourceTree = "<group>"; };
- 6C5B27736184054099D8B665 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/facets/Collocated.swift; sourceTree = "<group>"; };
- 6CA5793E7627438A95F04316 /* certs */ = {isa = PBXFileReference; includeInIndex = 1; name = certs; path = ../certs; sourceTree = "<group>"; };
- 6CF55DBE2F061AB6A97A6592 /* TestDriver.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestDriver.app; sourceTree = BUILT_PRODUCTS_DIR; };
- 6D19C02894A9CDDE69F35879 /* IceRetry.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceRetry.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 6D563FF315347DDA0F92E885 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/facets/Client.swift; sourceTree = "<group>"; };
- 6DB4D42D8993EEA1F4B5B313 /* IceGrid.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceGrid.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 6DD2116A336675B2772497C6 /* Buffer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Buffer.cpp; path = ../cpp/src/Ice/Buffer.cpp; sourceTree = "<group>"; };
- 6E0A8FBCDB0FC398DF5ECDE4 /* IceLocation.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceLocation.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 6F2330D0EA51FD0036C376A8 /* IceDefaultServant.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceDefaultServant.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 6FCE3FA84176D1633B9CF63F /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/binding/Test.ice; sourceTree = "<group>"; };
- 6FD344F345C4F45E138B6C18 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/operations/Collocated.swift; sourceTree = "<group>"; };
- 701C3FA90C682225C82ED50C /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/scope/Client.swift; sourceTree = "<group>"; };
- 70395CF0527A8E15FB35C4BE /* 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; };
- 70553EFB64F02EB810C4756F /* IceAmi.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAmi.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 70A0A88A3D8F43CB3FC91357 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/location/Client.swift; sourceTree = "<group>"; };
- 70B64B7F0862032293CA50E8 /* IceInfo.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInfo.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 71517E65B0EBB1D6D61F2CF8 /* Metrics.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Metrics.ice; path = ../slice/Glacier2/Metrics.ice; sourceTree = "<group>"; };
- 7156CB595B2FD3E5BC35648C /* ObjectAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObjectAdapter.h; path = src/IceImpl/ObjectAdapter.h; sourceTree = "<group>"; };
- 71DFE7097EE827F48F490AD7 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/retry/Collocated.swift; sourceTree = "<group>"; };
- 72028BA3EB10EE11C20C3B95 /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/servantLocator/TestAMDI.swift; sourceTree = "<group>"; };
- 721B8B808158372F30A17393 /* Endpoint.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Endpoint.mm; path = src/IceImpl/Endpoint.mm; sourceTree = "<group>"; };
- 722CD275504BAB0E897ACD46 /* ImplicitContextI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImplicitContextI.swift; path = src/Ice/ImplicitContextI.swift; sourceTree = "<group>"; };
- 724B5A1B5EB6F0F22454E88B /* UserAccountMapper.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = UserAccountMapper.ice; path = ../slice/IceGrid/UserAccountMapper.ice; sourceTree = "<group>"; };
- 72ADCCBEFB36799CEB8E6EB6 /* 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; };
- 7307501BA1C212F60D39DA49 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/optional/ServerAMD.swift; sourceTree = "<group>"; };
- 7319ACD8E33FCF91272DF4CB /* SecureTransportTransceiverI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SecureTransportTransceiverI.cpp; path = ../cpp/src/IceSSL/SecureTransportTransceiverI.cpp; sourceTree = "<group>"; };
- 7353DE75B3BB8E5E10BA62CA /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/binding/AllTests.swift; sourceTree = "<group>"; };
- 73855F327C8B145AE69CBD9F /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/objects/Client.swift; sourceTree = "<group>"; };
- 743E77CD969BADF3903A2474 /* UUID.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UUID.cpp; path = ../cpp/src/IceUtil/UUID.cpp; sourceTree = "<group>"; };
- 74688CC11663084F2F452691 /* IceUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceUtil.h; path = src/IceImpl/IceUtil.h; sourceTree = "<group>"; };
- 747922D2CD728575DDD53080 /* IceHold.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceHold.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 747AD2679ABA9A57EA938DB5 /* ClassResolver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClassResolver.swift; path = src/Ice/ClassResolver.swift; sourceTree = "<group>"; };
- 7486CF3D76ED4121B6DA7E2E /* ImplicitContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImplicitContext.h; path = src/IceImpl/ImplicitContext.h; sourceTree = "<group>"; };
- 74A494883A2585D0B1186209 /* libIceDiscovery C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceDiscovery C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
- 74DCB8C0A5829E7371A34A61 /* Config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Config.h; path = src/IceImpl/Config.h; sourceTree = "<group>"; };
- 74EA0AB17349E9D7E966EEAB /* ConnectionRequestHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionRequestHandler.cpp; path = ../cpp/src/Ice/ConnectionRequestHandler.cpp; sourceTree = "<group>"; };
- 76480F1AA8304A4235C83538 /* RouterF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = RouterF.ice; path = ../slice/Ice/RouterF.ice; sourceTree = "<group>"; };
- 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TestCommon.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 76D37A17C0B54A67AF2EE1F4 /* WSEndpoint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WSEndpoint.cpp; path = ../cpp/src/Ice/WSEndpoint.cpp; sourceTree = "<group>"; };
- 76FDDC3A93D4FB00E3FE8410 /* IceServices.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServices.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 78552EACA7F946DC804376FE /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/location/Test.ice; sourceTree = "<group>"; };
- 7861F564BD71E2C80EB92919 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/scope/AllTests.swift; sourceTree = "<group>"; };
- 789B16932A3D5B13C89C19E3 /* TraceUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = TraceUtil.mm; path = src/IceImpl/TraceUtil.mm; sourceTree = "<group>"; };
- 78AEEEF61CB0AE878D44D5FF /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/adapterDeactivation/AllTests.swift; sourceTree = "<group>"; };
- 78C7F2736501C2A5E4734C99 /* libIce C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIce C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
- 78F9E57CAB0F9528A2A621FE /* NativePropertiesAdmin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NativePropertiesAdmin.swift; path = src/Ice/NativePropertiesAdmin.swift; sourceTree = "<group>"; };
- 792FBBE6EFE9C9FEFAC0DC43 /* ObjectAdapterF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectAdapterF.ice; path = ../slice/Ice/ObjectAdapterF.ice; sourceTree = "<group>"; };
- 793AFDB5030450802B8C4608 /* Process.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Process.h; path = src/IceImpl/Process.h; sourceTree = "<group>"; };
- 79B0DF95747015DB38E8FF38 /* UdpEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UdpEndpointI.cpp; path = ../cpp/src/Ice/UdpEndpointI.cpp; sourceTree = "<group>"; };
- 7A3C4EA477E364F79E25D0AE /* LocalException.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = LocalException.ice; path = ../slice/Ice/LocalException.ice; sourceTree = "<group>"; };
- 7A55CC18CE5E5B8E4E807E8F /* TcpEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpEndpointI.cpp; path = ../cpp/src/Ice/TcpEndpointI.cpp; sourceTree = "<group>"; };
- 7A8172B4C06D2EA521183104 /* IceAcm.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAcm.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 7AB7B0C3B9FFD0955B2AEEE3 /* IceObjects.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceObjects.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 7AE6221C782B0C1F7B3220D4 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/adapterDeactivation/Server.swift; sourceTree = "<group>"; };
- 7AF37515FE21E9EA08B14660 /* libIce C++11 macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIce C++11 macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
- 7B31A705C9EB75E1C977E368 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/servantLocator/Client.swift; sourceTree = "<group>"; };
- 7BAE6BE584DF69A01030B080 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/servantLocator/Collocated.swift; sourceTree = "<group>"; };
- 7C300A451AF259220E43B1B1 /* EndpointI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EndpointI.swift; path = src/Ice/EndpointI.swift; sourceTree = "<group>"; };
- 7C371A25143073DD73E90F8A /* Value.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Value.cpp; path = ../cpp/src/Ice/Value.cpp; sourceTree = "<group>"; };
- 7C729D7470D8CF43529D22F7 /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/optional/TestAMD.ice; sourceTree = "<group>"; };
- 7E863BECDE405E0EE061C22D /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/facets/TestI.swift; sourceTree = "<group>"; };
- 7EB449B957771F346B6C172C /* ViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ViewController.swift; path = test/TestDriver/iOS/ViewController.swift; sourceTree = "<group>"; };
- 7EC66801713D17ED83B770BD /* PluginFacade.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PluginFacade.ice; path = ../slice/IceGrid/PluginFacade.ice; sourceTree = "<group>"; };
- 800C8AEAF009E1A9AAA2DC9B /* Value.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Value.swift; path = src/Ice/Value.swift; sourceTree = "<group>"; };
- 800CBF3D89835142EC71090D /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/adapterDeactivation/Client.swift; sourceTree = "<group>"; };
- 805735288372DD7FFD2C6E84 /* Ice.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Ice.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 818E19410032B14D76DA3CB0 /* InstrumentationF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = InstrumentationF.ice; path = ../slice/Ice/InstrumentationF.ice; sourceTree = "<group>"; };
- 820BB6EC3983667CF90793DC /* IceScope.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceScope.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 82CC5AF3BAB4ED3D53681F64 /* Glacier2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Glacier2.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 831F764D39FE98F76F36DF5A /* ProcessF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ProcessF.ice; path = ../slice/Ice/ProcessF.ice; sourceTree = "<group>"; };
- 83532A93A0E5BE72590D6119 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/exceptions/Client.swift; sourceTree = "<group>"; };
- 84585C76D768C043B0F72C5A /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/defaultValue/AllTests.swift; sourceTree = "<group>"; };
- 850241273F38E680ED828F17 /* InputStream.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InputStream.swift; path = src/Ice/InputStream.swift; sourceTree = "<group>"; };
- 85D92AD0FC61E9A12DEEC301 /* Exception.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Exception.swift; path = src/Ice/Exception.swift; sourceTree = "<group>"; };
- 8611CE3A24B8BB6FA9D0CDD4 /* Mutex.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Mutex.swift; path = src/Ice/Mutex.swift; sourceTree = "<group>"; };
- 86FF6922946A161E68D3BB8B /* IceUdp.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceUdp.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 873027B2327A250AD94C35A6 /* FileUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FileUtil.cpp; path = ../cpp/src/IceUtil/FileUtil.cpp; sourceTree = "<group>"; };
- 8775272F612A0B9CEBEE2175 /* IceInterceptor.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInterceptor.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 877C8077EBFAA81633199D83 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/servantLocator/AllTests.swift; sourceTree = "<group>"; };
- 882720541CD23A8DEA505628 /* IceAdapterDeactivation.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAdapterDeactivation.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 884BD2DB43E9BDED89FFD5B6 /* LocalObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LocalObject.h; path = src/IceImpl/LocalObject.h; sourceTree = "<group>"; };
- 8876B247870A7C720C2CDF4A /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/inheritance/Test.ice; sourceTree = "<group>"; };
- 893F2F00C56BC000BFC5B755 /* Shared.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Shared.cpp; path = ../cpp/src/IceUtil/Shared.cpp; sourceTree = "<group>"; };
- 898B398FADE64B8EC6B0D6E9 /* LoggerWrapperI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LoggerWrapperI.h; path = src/IceImpl/LoggerWrapperI.h; sourceTree = "<group>"; };
- 89C66B30777B15E0FB625753 /* ServantLocatorF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServantLocatorF.ice; path = ../slice/Ice/ServantLocatorF.ice; sourceTree = "<group>"; };
- 8AB81AC9882DD4546937AB25 /* ACM.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ACM.cpp; path = ../cpp/src/Ice/ACM.cpp; sourceTree = "<group>"; };
- 8AD26D4FAC747698FC31189F /* PermissionsVerifier.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PermissionsVerifier.ice; path = ../slice/Glacier2/PermissionsVerifier.ice; sourceTree = "<group>"; };
- 8B1CAC379677F45957167E52 /* ValueFactoryManagerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ValueFactoryManagerI.cpp; path = ../cpp/src/Ice/ValueFactoryManagerI.cpp; sourceTree = "<group>"; };
- 8B2A5F6769775FA61768BA25 /* Exception.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Exception.cpp; path = ../cpp/src/Ice/Exception.cpp; sourceTree = "<group>"; };
- 8BCDD7154EB036DBC0A0CB5F /* IceServantLocatorAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServantLocatorAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 8BCE7F836E094F7B1ABF0AE4 /* AcceptorI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AcceptorI.cpp; path = ../cpp/src/IceSSL/AcceptorI.cpp; sourceTree = "<group>"; };
- 8C464F47F57D2DFE429AB3E6 /* Admin.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Admin.ice; path = ../slice/IceGrid/Admin.ice; sourceTree = "<group>"; };
- 8C94D0390C8D855D61B98B0A /* InstrumentationI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InstrumentationI.cpp; path = ../cpp/src/Ice/InstrumentationI.cpp; sourceTree = "<group>"; };
- 8CA55BC795CEF60DAFDD8224 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/hold/AllTests.swift; sourceTree = "<group>"; };
- 8DE215FC6BA3FEF83C14EC1E /* IceLocation.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceLocation.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 8E8BD11B0AE10DC1ABF74C0A /* MetricsAdminI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MetricsAdminI.cpp; path = ../cpp/src/Ice/MetricsAdminI.cpp; sourceTree = "<group>"; };
- 8F5A1194E328E5C60EFBDCCC /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/binding/TestI.swift; sourceTree = "<group>"; };
- 90DB8AA3E43C54B0D9857FD0 /* UdpConnector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UdpConnector.cpp; path = ../cpp/src/Ice/UdpConnector.cpp; sourceTree = "<group>"; };
- 93279AE29D8B91EFEBB7AE5D /* PropertiesAdmin.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertiesAdmin.mm; path = src/IceImpl/PropertiesAdmin.mm; sourceTree = "<group>"; };
- 93439BA0A9B3793DA6299B54 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/proxy/Client.swift; sourceTree = "<group>"; };
- 9375DD1AC600C95D1D4D4CDB /* ClientPrivate.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ClientPrivate.ice; path = test/Ice/slicing/objects/ClientPrivate.ice; sourceTree = "<group>"; };
- 93A73F8159851E19887CDED1 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/enums/Test.ice; sourceTree = "<group>"; };
- 93B8D0F7DB11B2D8EF8E04E6 /* Router.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Router.ice; path = ../slice/Ice/Router.ice; sourceTree = "<group>"; };
- 943E8C7B9EF5DAB2A49603EB /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/binding/Client.swift; sourceTree = "<group>"; };
- 944149324935EC93B5BE0E6C /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/slicing/exceptions/TestI.swift; sourceTree = "<group>"; };
- 9576E18413F7C2D1A6CB3C6C /* IceStormSwift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceStormSwift.h; path = src/IceStorm/IceStormSwift.h; sourceTree = "<group>"; };
- 9664084D709BF0F1F3A1E760 /* SHA1.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SHA1.cpp; path = ../cpp/src/Ice/SHA1.cpp; sourceTree = "<group>"; };
- 966772C25D112511E460E8D8 /* ConnectionI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConnectionI.swift; path = src/Ice/ConnectionI.swift; sourceTree = "<group>"; };
- 96D15FE9F782070540560091 /* IceAdmin.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAdmin.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 96E5A2BB584F2A445DB5DBF9 /* ClientPrivate.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ClientPrivate.ice; path = test/Ice/slicing/exceptions/ClientPrivate.ice; sourceTree = "<group>"; };
- 96FF0DD4180C3D7088987030 /* Convert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Convert.h; path = src/IceImpl/Convert.h; sourceTree = "<group>"; };
- 9707E1C1843B10DC72F8FFEA /* SliceEscape.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = SliceEscape.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 970BAF629BB4A877F5DD02FB /* OutputStream.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OutputStream.swift; path = src/Ice/OutputStream.swift; sourceTree = "<group>"; };
- 97819D8AB561190C74968D41 /* IceFacets.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceFacets.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 98A888DDF2133B92D127301C /* DispatchInterceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DispatchInterceptor.cpp; path = ../cpp/src/Ice/DispatchInterceptor.cpp; sourceTree = "<group>"; };
- 990068FAF53AC37975CC9CB3 /* Connection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Connection.mm; path = src/IceImpl/Connection.mm; sourceTree = "<group>"; };
- 992C8B88AD898F0E2F947D0C /* TcpTransceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpTransceiver.cpp; path = ../cpp/src/Ice/TcpTransceiver.cpp; sourceTree = "<group>"; };
- 9A877F5C5A629219054DA05F /* IceUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = IceUtil.mm; path = src/IceImpl/IceUtil.mm; sourceTree = "<group>"; };
- 9ACCA2A119C8747283070703 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/invoke/Client.swift; sourceTree = "<group>"; };
- 9B10BA60EFD3B317BE7D77C2 /* PropertiesI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertiesI.swift; path = src/Ice/PropertiesI.swift; sourceTree = "<group>"; };
- 9B1124AF6A27CB1D909437E6 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/inheritance/Server.swift; sourceTree = "<group>"; };
- 9B5144008B8DDE8B4A1C9A5F /* LocatorI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LocatorI.cpp; path = ../cpp/src/IceDiscovery/LocatorI.cpp; sourceTree = "<group>"; };
- 9B5B8727166107373FC8E42F /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/exceptions/TestI.swift; sourceTree = "<group>"; };
- 9B99F93CDD6E92D7CF09D37C /* IceExceptionsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceExceptionsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 9BA29684C0401269417F3A5E /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/defaultServant/Test.ice; sourceTree = "<group>"; };
- 9BEC47A6DEB5D3019D822123 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/interceptor/Test.ice; sourceTree = "<group>"; };
- 9C8200636A22EC1FA72FFB6F /* StringConverterPlugin.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StringConverterPlugin.cpp; path = ../cpp/src/Ice/StringConverterPlugin.cpp; sourceTree = "<group>"; };
- 9CEB69504B1FDEF29DF8A95A /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/facets/AllTests.swift; sourceTree = "<group>"; };
- 9D4D2E58BC3FF927D16D984D /* ObjectAdapterI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectAdapterI.swift; path = src/Ice/ObjectAdapterI.swift; sourceTree = "<group>"; };
- 9E75D12390A621804F3C1A2E /* IceInterceptor.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInterceptor.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- 9FB1FB9AA60753AB5C918639 /* TraceUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TraceUtil.h; path = src/IceImpl/TraceUtil.h; sourceTree = "<group>"; };
- A0C3E9A0C94358B8D506AB40 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/objects/TestI.swift; sourceTree = "<group>"; };
- A0DB61AC8EAAED0475DAAF25 /* main.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = main.swift; path = test/TestDriver/macOS/main.swift; sourceTree = "<group>"; };
- A32B98A559EDF2B6B290F316 /* BlobjectFacade.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlobjectFacade.h; path = src/IceImpl/BlobjectFacade.h; sourceTree = "<group>"; };
- A34D856BB8FC741D9D7D90EB /* Network.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Network.cpp; path = ../cpp/src/Ice/Network.cpp; sourceTree = "<group>"; };
- A3BF7798470A20E166DB8271 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/servantLocator/Test.ice; sourceTree = "<group>"; };
- A42F15AA9BA8094F8AC2D19D /* ConnectionInfoF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionInfoF.ice; path = ../slice/IceSSL/ConnectionInfoF.ice; sourceTree = "<group>"; };
- A553BCB2AD6559ABB0433A1F /* Metrics.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Metrics.ice; path = ../slice/IceStorm/Metrics.ice; sourceTree = "<group>"; };
- A5DE3AE667AAFC894BD3A60C /* PermissionsVerifierF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PermissionsVerifierF.ice; path = ../slice/Glacier2/PermissionsVerifierF.ice; sourceTree = "<group>"; };
- A6737211CC6815637FE1B5AF /* ProtocolInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ProtocolInstance.cpp; path = ../cpp/src/Ice/ProtocolInstance.cpp; sourceTree = "<group>"; };
- A6D8358D5F7A7961E5A27D61 /* ConnectionFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionFactory.cpp; path = ../cpp/src/Ice/ConnectionFactory.cpp; sourceTree = "<group>"; };
- A7A6B4FCE9A875CC7A3C60B3 /* IceOperations.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOperations.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- A868D0EF98233135855986BE /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/slicing/objects/Test.ice; sourceTree = "<group>"; };
- A908F6B4DBBB526C6D83931B /* IceStorm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceStorm.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- AA5482BDE255377C3E467495 /* IceInvoke.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInvoke.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- AAC590472B69AADAD16EBBD7 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/hold/Server.swift; sourceTree = "<group>"; };
- ABCB2FD2D0EE5987F5BEC6DA /* ObjectAdapterI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ObjectAdapterI.cpp; path = ../cpp/src/Ice/ObjectAdapterI.cpp; sourceTree = "<group>"; };
- AC10F54304BC1200A29C812D /* IceSlicingObjects.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingObjects.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- AC333B9905906F368BE1702C /* HttpParser.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HttpParser.cpp; path = ../cpp/src/Ice/HttpParser.cpp; sourceTree = "<group>"; };
- AC501D52194945C982573F40 /* Proxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Proxy.swift; path = src/Ice/Proxy.swift; sourceTree = "<group>"; };
- AC6AB2C1265B3F2C19904685 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/exceptions/Test.ice; sourceTree = "<group>"; };
- ACD231A72C3A4157F02DF429 /* Selector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Selector.cpp; path = ../cpp/src/Ice/Selector.cpp; sourceTree = "<group>"; };
- ACD5E0F40B5462D33D6E80AD /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/enums/Client.swift; sourceTree = "<group>"; };
- ACE0CB8A2E0EA857001062C0 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/services/Client.swift; sourceTree = "<group>"; };
- AD500A228D52BB7543886C54 /* PropertiesF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertiesF.ice; path = ../slice/Ice/PropertiesF.ice; sourceTree = "<group>"; };
- AD5D2D9E1DEC6E6A6B1697DE /* Options.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Options.cpp; path = ../cpp/src/IceUtil/Options.cpp; sourceTree = "<group>"; };
- ADF202F08BD502458CB7CD14 /* ObserverHelper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ObserverHelper.cpp; path = ../cpp/src/Ice/ObserverHelper.cpp; sourceTree = "<group>"; };
- AF78BB446C7AC4B4A3586A41 /* Process.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Process.mm; path = src/IceImpl/Process.mm; sourceTree = "<group>"; };
- B06C06126F8F4F2D473EBF74 /* IceScope.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceScope.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- B193C6B1C30EB54B6C952EA6 /* CommunicatorF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = CommunicatorF.ice; path = ../slice/Ice/CommunicatorF.ice; sourceTree = "<group>"; };
- B1BAD2AF26D991193A5E3714 /* ProcessI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProcessI.swift; path = src/Ice/ProcessI.swift; sourceTree = "<group>"; };
- B1CE1D5F8B06475A36692665 /* SliceChecksumDict.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = SliceChecksumDict.ice; path = ../slice/Ice/SliceChecksumDict.ice; sourceTree = "<group>"; };
- B27F95899508C75A6B12A78B /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/timeout/Server.swift; sourceTree = "<group>"; };
- B28BE9FBFB1257DA4182FCEF /* OpaqueEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpaqueEndpointI.cpp; path = ../cpp/src/Ice/OpaqueEndpointI.cpp; sourceTree = "<group>"; };
- B2D941FAE724D6464DF52CBC /* IceSlicingObjectsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingObjectsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- B3A118908D57F59C47C529F1 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/facets/Test.ice; sourceTree = "<group>"; };
- B3F7FEF7145EE2E5B0D09A06 /* Connection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Connection.h; path = src/IceImpl/Connection.h; sourceTree = "<group>"; };
- B484CFF1F40BC1AF4309CA55 /* RequestHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RequestHandler.cpp; path = ../cpp/src/Ice/RequestHandler.cpp; sourceTree = "<group>"; };
- B4A6E1B20920DFBAE4908790 /* Exception.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Exception.mm; path = src/IceImpl/Exception.mm; sourceTree = "<group>"; };
- B53CCBD515ABCF49284E0B53 /* UnsupportedAdminFacet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnsupportedAdminFacet.h; path = src/IceImpl/UnsupportedAdminFacet.h; sourceTree = "<group>"; };
- B594618B377F22C7B59A0E2E /* EndpointFactoryManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EndpointFactoryManager.cpp; path = ../cpp/src/Ice/EndpointFactoryManager.cpp; sourceTree = "<group>"; };
- B6192F6143B32B224621E1AB /* EndpointInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointInfo.ice; path = ../slice/IceIAP/EndpointInfo.ice; sourceTree = "<group>"; };
- B6F4906D05AC597FC6FD1EBD /* Thread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Thread.cpp; path = ../cpp/src/Ice/Thread.cpp; sourceTree = "<group>"; };
- B7303A9443432C6CCF8B17C9 /* Connector.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Connector.mm; path = ../cpp/src/IceIAP/Connector.mm; sourceTree = "<group>"; };
- B7D5F41920DDC9BFF87E0534 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/admin/AllTests.swift; sourceTree = "<group>"; };
- B8AFEC47D1C892888CEBC661 /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/slicing/exceptions/TestAMDI.swift; sourceTree = "<group>"; };
- B93EC562DC0092937CAD72EF /* LoggerWrapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LoggerWrapper.swift; path = src/Ice/LoggerWrapper.swift; sourceTree = "<group>"; };
- B9F81EE30A746165C9E4E426 /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/proxy/TestAMDI.swift; sourceTree = "<group>"; };
- BAA3025486C42B412C8CBC57 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/scope/Test.ice; sourceTree = "<group>"; };
- BB1FB1918F6B6823D174513B /* libIceIAP C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceIAP C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
- BCB82EEEDF094DFCD64E632A /* OutputUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OutputUtil.cpp; path = ../cpp/src/IceUtil/OutputUtil.cpp; sourceTree = "<group>"; };
- BCD11C3794F4F1B015237396 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/hold/Client.swift; sourceTree = "<group>"; };
- BD299174F971B8A1549D3EAD /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/info/AllTests.swift; sourceTree = "<group>"; };
- BD3D1091C71194FF67E3A565 /* IceBinding.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceBinding.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- BD4FFB15EEAD077B9E5602DF /* Util.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Util.cpp; path = ../cpp/src/IceSSL/Util.cpp; sourceTree = "<group>"; };
- BF5935512AD5D8BE068F8582 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/acm/Test.ice; sourceTree = "<group>"; };
- BF5C4F1FA97FAC67D32BB5F0 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Instance.cpp; path = ../cpp/src/IceSSL/Instance.cpp; sourceTree = "<group>"; };
- BF94AE9A5442A692BF45F058 /* NetworkProxy.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NetworkProxy.cpp; path = ../cpp/src/Ice/NetworkProxy.cpp; sourceTree = "<group>"; };
- BFB41DF7957D531D3446748C /* certs */ = {isa = PBXFileReference; includeInIndex = 1; name = certs; path = test/IceSSL/configuration/../../../../cpp/test/IceSSL/certs; sourceTree = "<group>"; };
- C119576BA5863E25B14AAE53 /* Instrumentation.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Instrumentation.ice; path = ../slice/Ice/Instrumentation.ice; sourceTree = "<group>"; };
- C1258980FEFEA007B481AA98 /* IceSlicingExceptionsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingExceptionsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- C1897A3BDEAADC1EF97E3DA5 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/admin/Test.ice; sourceTree = "<group>"; };
- C237C4B81B2FA10CC1CCAC14 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/proxy/TestI.swift; sourceTree = "<group>"; };
- C3430FCD2D2093FE3CE6114F /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/slicing/exceptions/ServerAMD.swift; sourceTree = "<group>"; };
- C38489020D9CA6C08DD0D088 /* InitializationData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InitializationData.swift; path = src/Ice/InitializationData.swift; sourceTree = "<group>"; };
- C3F640DB8EF229A8D875F581 /* CommunicatorI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CommunicatorI.cpp; path = ../cpp/src/Ice/CommunicatorI.cpp; sourceTree = "<group>"; };
- C68B98A47DC7B6E90D2954D5 /* IceFacets.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceFacets.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- C71DC1CBB083CE7E32B9F53E /* EndpointF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointF.ice; path = ../slice/Ice/EndpointF.ice; sourceTree = "<group>"; };
- C750CB1E4AD95C4A05938576 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/acm/TestI.swift; sourceTree = "<group>"; };
- C7E69952E9718BE54CF4573F /* OSLogLoggerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OSLogLoggerI.cpp; path = ../cpp/src/Ice/OSLogLoggerI.cpp; sourceTree = "<group>"; };
- C83A87400A6BB52F9D12AF0C /* SlicedData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SlicedData.swift; path = src/Ice/SlicedData.swift; sourceTree = "<group>"; };
- C88ACCE8467CFEB53D2B1E86 /* IceInheritance.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInheritance.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- C92B83BE009A7C0B012AE67C /* ObjectAdapterFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ObjectAdapterFactory.cpp; path = ../cpp/src/Ice/ObjectAdapterFactory.cpp; sourceTree = "<group>"; };
- C9616C6629BFF4408A467D3C /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/udp/Server.swift; sourceTree = "<group>"; };
- C99BD782F25C72FF91C2A080 /* libIceDiscovery C++11 macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceDiscovery C++11 macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
- CA0A0497DAB025E06894D403 /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/operations/TestAMDI.swift; sourceTree = "<group>"; };
- CA9C83A569CFAD0F4EA43605 /* LoggerF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = LoggerF.ice; path = ../slice/Ice/LoggerF.ice; sourceTree = "<group>"; };
- CB61801BBB38396B3D7FDD43 /* RequestHandlerFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RequestHandlerFactory.cpp; path = ../cpp/src/Ice/RequestHandlerFactory.cpp; sourceTree = "<group>"; };
- CB9202123D4186EE083F8F24 /* IceDefaultValue.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceDefaultValue.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- CBE293135C27266905B7DE1D /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/proxy/Collocated.swift; sourceTree = "<group>"; };
- CC252BC0CC66B8EB14A24E3E /* ThreadException.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadException.cpp; path = ../cpp/src/IceUtil/ThreadException.cpp; sourceTree = "<group>"; };
- CC7EBDB5C34FC7FA912053C4 /* IceGridSwift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceGridSwift.h; path = src/IceGrid/IceGridSwift.h; sourceTree = "<group>"; };
- CD4E452EF9650C4922A1FD23 /* RemoteLogger.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = RemoteLogger.ice; path = ../slice/Ice/RemoteLogger.ice; sourceTree = "<group>"; };
- CD5DC886BB765EA2DF2ACB09 /* ServantManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ServantManager.cpp; path = ../cpp/src/Ice/ServantManager.cpp; sourceTree = "<group>"; };
- CD8E31F4C64B3D08D0FC796C /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/servantLocator/Server.swift; sourceTree = "<group>"; };
- CE4B8549E803422C9968495C /* SecureTransportPluginI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SecureTransportPluginI.cpp; path = ../cpp/src/IceSSL/SecureTransportPluginI.cpp; sourceTree = "<group>"; };
- CE9F4BD4BBCF477D8D03BAAD /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/objects/AllTests.swift; sourceTree = "<group>"; };
- CEE366B943AADCD80BFD989C /* Endpoint.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Endpoint.ice; path = ../slice/Ice/Endpoint.ice; sourceTree = "<group>"; };
- CEEE47A7418168B0477452E4 /* SystemdJournalI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SystemdJournalI.cpp; path = ../cpp/src/Ice/SystemdJournalI.cpp; sourceTree = "<group>"; };
- CEFE362FADFA72645536FF43 /* IceImpl.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceImpl.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- CF2874E81313849886064848 /* WSAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WSAcceptor.cpp; path = ../cpp/src/Ice/WSAcceptor.cpp; sourceTree = "<group>"; };
- CF2FEB1F8E0B20B5555A3A56 /* LoggerAdminI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LoggerAdminI.cpp; path = ../cpp/src/Ice/LoggerAdminI.cpp; sourceTree = "<group>"; };
- CF68F4C48AEA28D437422AF6 /* PluginF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PluginF.ice; path = ../slice/Ice/PluginF.ice; sourceTree = "<group>"; };
- CF806506D15A319DB8AC4752 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/ami/TestI.swift; sourceTree = "<group>"; };
- CF8714E9397456207998C577 /* Communicator.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Communicator.ice; path = ../slice/Ice/Communicator.ice; sourceTree = "<group>"; };
- CF8CE1998824835FCC3C73C9 /* IceExceptionsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceExceptionsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- D0CEB9C7392B346AA697D593 /* ImplicitContext.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ImplicitContext.mm; path = src/IceImpl/ImplicitContext.mm; sourceTree = "<group>"; };
- D11B81894A11B50934B0AC31 /* BatchRequestQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BatchRequestQueue.cpp; path = ../cpp/src/Ice/BatchRequestQueue.cpp; sourceTree = "<group>"; };
- D2248234C5DA4818B97581C1 /* RetryQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RetryQueue.cpp; path = ../cpp/src/Ice/RetryQueue.cpp; sourceTree = "<group>"; };
- D26FFD14AC6E04864036A5BE /* ArgVector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ArgVector.cpp; path = ../cpp/src/Ice/ArgVector.cpp; sourceTree = "<group>"; };
- D2C9260A44A0FC50F2390D2E /* ImplicitContextI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImplicitContextI.cpp; path = ../cpp/src/Ice/ImplicitContextI.cpp; sourceTree = "<group>"; };
- D2D464C9FC098CD59E9B7B27 /* IncomingAsync.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IncomingAsync.cpp; path = ../cpp/src/Ice/IncomingAsync.cpp; sourceTree = "<group>"; };
- D2F685E1F4C7C4EFF0291526 /* FactoryTable.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FactoryTable.cpp; path = ../cpp/src/Ice/FactoryTable.cpp; sourceTree = "<group>"; };
- D344EB2873780A8545274A4D /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/enums/AllTests.swift; sourceTree = "<group>"; };
- D38DF78DBA1B56732B9A7C53 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/ami/Client.swift; sourceTree = "<group>"; };
- D5C96C2A7242C91D16C921D9 /* 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; };
- D72B0EF7634E98FB138DC8AC /* IceGrid.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceGrid.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- D74C081F3D0BBC621349E281 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/scope/TestI.swift; sourceTree = "<group>"; };
- D7614A3E9EE9674346B0FAA2 /* IceExceptions.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceExceptions.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- D78391772EE6EF5240254EEF /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/defaultServant/Client.swift; sourceTree = "<group>"; };
- D7EAF2E5AFC2199B23071A6E /* IceInfo.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInfo.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- D7FFA3E028EF09164C3C67E2 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/admin/TestI.swift; sourceTree = "<group>"; };
- D8603F9D55993347F31473F7 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/objects/Collocated.swift; sourceTree = "<group>"; };
- D9768DBB761C88E2C2B99396 /* PropertiesAdmin.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertiesAdmin.ice; path = ../slice/Ice/PropertiesAdmin.ice; sourceTree = "<group>"; };
- D9EDCC1E7B6A5DD27219179F /* IceServices.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServices.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- DA50481B83DCE40C5DCB5DE5 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/admin/Client.swift; sourceTree = "<group>"; };
- DA679301C51B14E66CDA8855 /* LocatorF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = LocatorF.ice; path = ../slice/Ice/LocatorF.ice; sourceTree = "<group>"; };
- DB28DEC48CA76982B57D2C68 /* IceSlicingObjects.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingObjects.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- DB6367C277975B6C5E50EC41 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/exceptions/Server.swift; sourceTree = "<group>"; };
- DB63C9B4E6A519DBF24E3626 /* Service.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Service.cpp; path = ../cpp/src/Ice/Service.cpp; sourceTree = "<group>"; };
- DB91FE2330D43BA290E9A041 /* TcpAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpAcceptor.cpp; path = ../cpp/src/Ice/TcpAcceptor.cpp; sourceTree = "<group>"; };
- DBB714EB5C7F1E7F4303BB6B /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/stream/Test.ice; sourceTree = "<group>"; };
- DBE331839D39A6BE128B38F2 /* EndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EndpointI.cpp; path = ../cpp/src/IceSSL/EndpointI.cpp; sourceTree = "<group>"; };
- DC06D29CC5E6FD716F3D85E2 /* Time.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Time.cpp; path = ../cpp/src/IceUtil/Time.cpp; sourceTree = "<group>"; };
- DC2390F95E08F63D63875832 /* IceAdapterDeactivation.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAdapterDeactivation.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- DCA1958899E8764BC5112834 /* UnknownSlicedValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UnknownSlicedValue.swift; path = src/Ice/UnknownSlicedValue.swift; sourceTree = "<group>"; };
- DCCF5A5AEC4163B168BB91BC /* Endpoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Endpoint.h; path = src/IceImpl/Endpoint.h; sourceTree = "<group>"; };
- DD0BCD3DA486FBE07CDCA11B /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/proxy/AllTests.swift; sourceTree = "<group>"; };
- DD3FD9F238856CB7E2C62B97 /* StringConverter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StringConverter.cpp; path = ../cpp/src/IceUtil/StringConverter.cpp; sourceTree = "<group>"; };
- DDCD2C663252824127AF417F /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/optional/Server.swift; sourceTree = "<group>"; };
- DDDC240838F172241782D706 /* Communicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Communicator.h; path = src/IceImpl/Communicator.h; sourceTree = "<group>"; };
- DE178814FA1BA38F5BDAFF6F /* PropertiesI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PropertiesI.cpp; path = ../cpp/src/Ice/PropertiesI.cpp; sourceTree = "<group>"; };
- DE58649A05B6C3CC3FFEB891 /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/optional/TestAMDI.swift; sourceTree = "<group>"; };
- DED30B651213EBA5D9842D22 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/invoke/TestI.swift; sourceTree = "<group>"; };
- DED9AB300AB0D04D8C388C48 /* IceProxy.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProxy.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- DEDDC9803D1D9CC2446EC21C /* IceOptionalAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOptionalAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- DEE6F5B95AA4E29E8914567C /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/facets/Server.swift; sourceTree = "<group>"; };
- DF517B14ED8F2C2866BDD74C /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/interceptor/Client.swift; sourceTree = "<group>"; };
- DF5DF3901F6E66E1B0B4CAE1 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/ami/Test.ice; sourceTree = "<group>"; };
- DF87B5A2400036125AD79B6E /* Notifications.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Notifications.mm; path = ../cpp/src/Ice/ios/Notifications.mm; sourceTree = "<group>"; };
- E0023B9B103C40485518CB82 /* StreamTransceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamTransceiver.cpp; path = ../cpp/src/Ice/ios/StreamTransceiver.cpp; sourceTree = "<group>"; };
- E0796E560A6C3A21A4C263D8 /* DefaultsAndOverrides.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DefaultsAndOverrides.cpp; path = ../cpp/src/Ice/DefaultsAndOverrides.cpp; sourceTree = "<group>"; };
- E0BF06C132B058B2EEACAD83 /* OnewaysAMI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OnewaysAMI.swift; path = test/Ice/operations/OnewaysAMI.swift; sourceTree = "<group>"; };
- E139710CEFF57137380D4CAA /* IceStorm.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = IceStorm.ice; path = ../slice/IceStorm/IceStorm.ice; sourceTree = "<group>"; };
- E1B34F199B50B3C480169233 /* SSLEngine.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SSLEngine.cpp; path = ../cpp/src/IceSSL/SSLEngine.cpp; sourceTree = "<group>"; };
- E20F8E2FD6CC507FB428B544 /* IceOptionalAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOptionalAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- E235E2CD940E6E6C2E3B42D8 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/optional/TestI.swift; sourceTree = "<group>"; };
- E24823AE2F300AF6E75B4BC8 /* ConnectRequestHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectRequestHandler.cpp; path = ../cpp/src/Ice/ConnectRequestHandler.cpp; sourceTree = "<group>"; };
- E24D8142E2EFFDA004D1F0F2 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/invoke/Test.ice; sourceTree = "<group>"; };
- E29262167A695DBE3AB7050F /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/optional/AllTests.swift; sourceTree = "<group>"; };
- E38B6CEC869384C4A2F96A97 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/operations/TestI.swift; sourceTree = "<group>"; };
- E3A6473658A7610F460DBCB1 /* Locator.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Locator.ice; path = ../slice/Ice/Locator.ice; sourceTree = "<group>"; };
- E3E0C346DE0FBC6B2A3F37F6 /* ObjectPrx.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObjectPrx.h; path = src/IceImpl/ObjectPrx.h; sourceTree = "<group>"; };
- E42AA9E793E4E10F14416A07 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/IceSSL/configuration/Client.swift; sourceTree = "<group>"; };
- E45A85F719BAD6FE15A80204 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/defaultValue/Test.ice; sourceTree = "<group>"; };
- E47F1813BF640AF7651040B1 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/operations/AllTests.swift; sourceTree = "<group>"; };
- E4E4EA9BEC65D85AC131DE50 /* TestDriver.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestDriver.app; sourceTree = BUILT_PRODUCTS_DIR; };
- E63D7E7AFC91804FE513E86A /* LocalObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalObject.swift; path = src/Ice/LocalObject.swift; sourceTree = "<group>"; };
- E64C57B121A042BD207F7857 /* StreamConnector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamConnector.cpp; path = ../cpp/src/Ice/ios/StreamConnector.cpp; sourceTree = "<group>"; };
- E6642681A106D5A83197089F /* AdminFacetFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AdminFacetFactory.swift; path = src/Ice/AdminFacetFactory.swift; sourceTree = "<group>"; };
- E7D079F0E1C3B970B517E9F3 /* Properties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Properties.h; path = src/IceImpl/Properties.h; sourceTree = "<group>"; };
- E83574FABFBF2DFE7BE1CEE3 /* PropertiesAdmin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropertiesAdmin.h; path = src/IceImpl/PropertiesAdmin.h; sourceTree = "<group>"; };
- E92379D4F4C5BCA956168E48 /* IceDefaultServant.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceDefaultServant.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- E9401B27252E767B344D565B /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/operations/Client.swift; sourceTree = "<group>"; };
- E9B77E75413D448077F43E6D /* UtilException.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UtilException.cpp; path = ../cpp/src/IceUtil/UtilException.cpp; sourceTree = "<group>"; };
- E9BA316554DA1B4B3D3C3E83 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/Ice/Info.plist; sourceTree = "<group>"; };
- EA11D4E802AC16654A6C8DD4 /* StreamAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamAcceptor.cpp; path = ../cpp/src/Ice/ios/StreamAcceptor.cpp; sourceTree = "<group>"; };
- EA9AFB221E7876ED4B601A89 /* Logger.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Logger.ice; path = ../slice/Ice/Logger.ice; sourceTree = "<group>"; };
- EBB83F5A9A04A0E61A1C5927 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = src/Ice/Util.swift; sourceTree = "<group>"; };
- EBD44B0CF7865E9B06BE37D6 /* IceOptional.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOptional.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- ECF7E6D0C6A6882AF364DF25 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/binding/Server.swift; sourceTree = "<group>"; };
- ED1D900AB917A6232834B77B /* Plugin.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Plugin.ice; path = ../slice/Ice/Plugin.ice; sourceTree = "<group>"; };
- ED2A5153D975B8DC87BA18B2 /* Glacier2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Glacier2.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- ED9B33A74C638146CCC3C506 /* FileParser.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = FileParser.ice; path = ../slice/IceGrid/FileParser.ice; sourceTree = "<group>"; };
- EDA0AE274ABB9F630725A4AB /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/IceGrid/Info.plist; sourceTree = "<group>"; };
- EDCD6A95EABC9D30A1CB9BE6 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/IceSSL/configuration/Test.ice; sourceTree = "<group>"; };
- EF131DE1C465155A6580E8C9 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/slicing/objects/Server.swift; sourceTree = "<group>"; };
- EF2817BA3C244C2BEC436BCA /* IceTimeout.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceTimeout.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- F057A2AD49E5B92BBDFA2470 /* Controller.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Controller.ice; path = ../scripts/Controller.ice; sourceTree = "<group>"; };
- F09C664B0A85EACBC4452DD4 /* IceProxyAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProxyAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- F0B55A826A688F5A40FCF801 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/operations/Test.ice; sourceTree = "<group>"; };
- F1671070B6B13BE24E47AFAE /* IceDiscovery.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = IceDiscovery.ice; path = ../slice/IceDiscovery/IceDiscovery.ice; sourceTree = "<group>"; };
- F1CAECBE3996DBD6E98EF767 /* ImplicitContextF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ImplicitContextF.ice; path = ../slice/Ice/ImplicitContextF.ice; sourceTree = "<group>"; };
- F1F2592E2E1F2BF10A6306BE /* RecMutex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RecMutex.cpp; path = ../cpp/src/IceUtil/RecMutex.cpp; sourceTree = "<group>"; };
- F1F61244B945B26DB23ADBB1 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/timeout/Test.ice; sourceTree = "<group>"; };
- F2042696F9E7D945792351AD /* TwowaysAMI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TwowaysAMI.swift; path = test/Ice/operations/TwowaysAMI.swift; sourceTree = "<group>"; };
- F2092C923638685CCA99E7F0 /* IceObjects.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceObjects.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- F2E44B0ADD606953F28C5281 /* Incoming.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Incoming.swift; path = src/Ice/Incoming.swift; sourceTree = "<group>"; };
- F2E735CA2BE8DFAA5B705D6E /* PluginManagerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PluginManagerI.cpp; path = ../cpp/src/Ice/PluginManagerI.cpp; sourceTree = "<group>"; };
- F36EC5EB5F859D9421A5F6A3 /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/slicing/objects/TestAMD.ice; sourceTree = "<group>"; };
- F3725481007998728CB3C3C7 /* RouterInfo.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RouterInfo.cpp; path = ../cpp/src/Ice/RouterInfo.cpp; sourceTree = "<group>"; };
- F404DD79D1115C7AA006EBB5 /* Clash.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Clash.ice; path = test/Slice/escape/Clash.ice; sourceTree = "<group>"; };
- F44E2507C28D467AA609CDFF /* UdpTransceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UdpTransceiver.cpp; path = ../cpp/src/Ice/UdpTransceiver.cpp; sourceTree = "<group>"; };
- F4F52581A44C2DFBBC060A7D /* Protocol.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Protocol.cpp; path = ../cpp/src/Ice/Protocol.cpp; sourceTree = "<group>"; };
- F5606FBD5FA3395CBCDA97DA /* Router.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Router.ice; path = ../slice/Glacier2/Router.ice; sourceTree = "<group>"; };
- F5C8F0691410CA9A071E0E0E /* LocalExceptionDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalExceptionDescription.swift; path = src/Ice/LocalExceptionDescription.swift; sourceTree = "<group>"; };
- F639FF9FD0A01F44ABADC63A /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/operations/TestAMD.ice; sourceTree = "<group>"; };
- F683FFB8C8EEBDCCEE99A82F /* IceDefaultValue.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceDefaultValue.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- F7423DE2105820E09DC37F71 /* ValueFactoryManagerI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValueFactoryManagerI.swift; path = src/Ice/ValueFactoryManagerI.swift; sourceTree = "<group>"; };
- F920CEEF850447F794D4628B /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/ami/Collocated.swift; sourceTree = "<group>"; };
- F9BE9E11C3A7C9AECF42A01F /* ReferenceFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ReferenceFactory.cpp; path = ../cpp/src/Ice/ReferenceFactory.cpp; sourceTree = "<group>"; };
- FA885F71EAAC83D3A4F0293C /* SliceInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SliceInfo.swift; path = src/Ice/SliceInfo.swift; sourceTree = "<group>"; };
- FA8A05CFF0F05E0236FAC1B8 /* 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; };
- FAFC1A01AF68671886B36417 /* IceOptional.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOptional.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- FBDD9173FACEEE7B72848132 /* LookupI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LookupI.cpp; path = ../cpp/src/IceDiscovery/LookupI.cpp; sourceTree = "<group>"; };
- FC002F36646150E19D148A29 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/slicing/exceptions/Server.swift; sourceTree = "<group>"; };
- FC5183F46C42A432A8B9648E /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/inheritance/TestI.swift; sourceTree = "<group>"; };
- FC6DCAF6AE8DAEBD8221B7FE /* IceEnums.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceEnums.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- FD0117D66F8CB5592F7180E7 /* IceSlicingExceptionsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingExceptionsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- FE0171CA5061AC602B7B2F38 /* ServantManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServantManager.swift; path = src/Ice/ServantManager.swift; sourceTree = "<group>"; };
- FE0EBC1A7D78834A74BCCD56 /* BatchOnewaysAMI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BatchOnewaysAMI.swift; path = test/Ice/operations/BatchOnewaysAMI.swift; sourceTree = "<group>"; };
- FE28128A306EC0F8336872F8 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/acm/AllTests.swift; sourceTree = "<group>"; };
- FE29C70E5596157AF7F9DF27 /* IceProxy.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProxy.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
- FEBF3AAF90F9D349CE22A6F0 /* BlobjectAsync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BlobjectAsync.swift; path = src/Ice/BlobjectAsync.swift; sourceTree = "<group>"; };
+ 00466295C2116ABF79B51CED /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Instance.cpp; path = ../cpp/src/Ice/Instance.cpp; sourceTree = "<group>"; };
+ 010848924B5B7D5C41F34121 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/admin/Test.ice; sourceTree = "<group>"; };
+ 011F4B781F8A18965BAB3D25 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/info/AllTests.swift; sourceTree = "<group>"; };
+ 0145998D6174F98F06A19A69 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/scope/AllTests.swift; sourceTree = "<group>"; };
+ 014A5BF99F34D6948D2AD243 /* Reference.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Reference.cpp; path = ../cpp/src/Ice/Reference.cpp; sourceTree = "<group>"; };
+ 0162765AD62213B0B02E0FD9 /* Communicator.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Communicator.mm; path = src/IceImpl/Communicator.mm; sourceTree = "<group>"; };
+ 021129BEC67517C556CEBBA7 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/scope/Client.swift; sourceTree = "<group>"; };
+ 02618DFC96E25BC02E16EA59 /* SHA1.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SHA1.cpp; path = ../cpp/src/Ice/SHA1.cpp; sourceTree = "<group>"; };
+ 02E9F4749D19A8490DF7164E /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/facets/Test.ice; sourceTree = "<group>"; };
+ 0363D7DC249CBD0CFEC6A4CD /* libIceIAP C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceIAP C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 0419BC3BB343801E660A63BD /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = test/TestCommon/Info.plist; sourceTree = "<group>"; };
+ 043189FA8B5ACE5A98587705 /* IceObjects.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceObjects.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 047C649DB49F66786326445E /* libIceDiscovery C++11 macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceDiscovery C++11 macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 0484896B1C77E6569DF681DA /* RegisterPluginsInit.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RegisterPluginsInit.cpp; path = ../cpp/src/Ice/RegisterPluginsInit.cpp; sourceTree = "<group>"; };
+ 04BAB78757033821C6660204 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/operations/ServerAMD.swift; sourceTree = "<group>"; };
+ 055F48C417EE4522A47607C0 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/facets/Collocated.swift; sourceTree = "<group>"; };
+ 057207FEDA837A1480FF41B6 /* PropertyNames.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PropertyNames.cpp; path = ../cpp/src/Ice/PropertyNames.cpp; sourceTree = "<group>"; };
+ 05CD74FEDD588632C26360A4 /* FactoryTable.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FactoryTable.cpp; path = ../cpp/src/Ice/FactoryTable.cpp; sourceTree = "<group>"; };
+ 05F48C88BD140A3669A5A0EA /* main.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = main.swift; path = test/TestDriver/macOS/main.swift; sourceTree = "<group>"; };
+ 05FEE2AB7A847BCCC4682310 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/info/Client.swift; sourceTree = "<group>"; };
+ 063A186AB92ADA4C0A550AD7 /* SecureTransportEngine.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SecureTransportEngine.cpp; path = ../cpp/src/IceSSL/SecureTransportEngine.cpp; sourceTree = "<group>"; };
+ 0734C462C9E5B43FEF0E3D05 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/info/Server.swift; sourceTree = "<group>"; };
+ 0784F9157AE9B232899E86C6 /* TestDriver.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestDriver.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 07AF7A03DC2E4716D0D208E6 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/acm/TestI.swift; sourceTree = "<group>"; };
+ 07D6B91B53D4CEB7A580028F /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/ami/TestI.swift; sourceTree = "<group>"; };
+ 081EF5D9DB0F89A802B1B1CA /* ServerPrivate.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServerPrivate.ice; path = test/Ice/slicing/exceptions/ServerPrivate.ice; sourceTree = "<group>"; };
+ 082D49587B6DEB4FC57CEB1E /* Timer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Timer.cpp; path = ../cpp/src/Ice/Timer.cpp; sourceTree = "<group>"; };
+ 082F8C98AF764B32325525CE /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/slicing/exceptions/TestAMD.ice; sourceTree = "<group>"; };
+ 083DF2E4456D966FBD330E38 /* IceServantLocator.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServantLocator.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 093660DA090FF4A1716A5E6B /* IceProperties.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProperties.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 09BBDE7B70F661621CA8BF46 /* ClassResolver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClassResolver.swift; path = src/Ice/ClassResolver.swift; sourceTree = "<group>"; };
+ 0AF5BFFACC01977E478F8E55 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/servantLocator/Client.swift; sourceTree = "<group>"; };
+ 0B0A65436FD7A5D6789D6B20 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/slicing/exceptions/AllTests.swift; sourceTree = "<group>"; };
+ 0B0B9D19F6CD1006BF43621E /* LocatorI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LocatorI.cpp; path = ../cpp/src/IceDiscovery/LocatorI.cpp; sourceTree = "<group>"; };
+ 0B2CF810559B5BEDA27C17B9 /* InitializationData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InitializationData.swift; path = src/Ice/InitializationData.swift; sourceTree = "<group>"; };
+ 0B3FC14BDC83A6861F3ECA2A /* ServerPrivateAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServerPrivateAMD.ice; path = test/Ice/slicing/objects/ServerPrivateAMD.ice; sourceTree = "<group>"; };
+ 0BC6A46875A08A332CAD01EC /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/servantLocator/Server.swift; sourceTree = "<group>"; };
+ 0BE4C642BE54F1ED11B1FBB8 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/admin/AllTests.swift; sourceTree = "<group>"; };
+ 0C7D9887F87711D5DE409E77 /* EndpointInfoFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EndpointInfoFactory.swift; path = src/Ice/EndpointInfoFactory.swift; sourceTree = "<group>"; };
+ 0CD8F1F28BD6463F0DCE8C57 /* PropertiesAdmin.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertiesAdmin.mm; path = src/IceImpl/PropertiesAdmin.mm; sourceTree = "<group>"; };
+ 0D12CF89F2131F7972A15ED8 /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/optional/TestAMDI.swift; sourceTree = "<group>"; };
+ 0D2763C4587C0E8159B9334D /* EndpointInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointInfo.ice; path = ../slice/IceSSL/EndpointInfo.ice; sourceTree = "<group>"; };
+ 0D41D59AB2E6E6E0447B0643 /* SysLoggerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysLoggerI.cpp; path = ../cpp/src/Ice/SysLoggerI.cpp; sourceTree = "<group>"; };
+ 0D8D6332ECE938271CBBCB21 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/invoke/AllTests.swift; sourceTree = "<group>"; };
+ 0DB01F80AE1F2D3600330743 /* Process.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Process.ice; path = ../slice/Ice/Process.ice; sourceTree = "<group>"; };
+ 0DBA6694C9EFBBF63FBA9D1A /* LocatorInfo.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LocatorInfo.cpp; path = ../cpp/src/Ice/LocatorInfo.cpp; sourceTree = "<group>"; };
+ 0E41B72CBD92E76EDCD20C0F /* ValueFactory.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ValueFactory.ice; path = ../slice/Ice/ValueFactory.ice; sourceTree = "<group>"; };
+ 0E4335943E2E798753CA12FE /* IceOperations.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOperations.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 0FFAA80686C27B2313126373 /* CommunicatorI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CommunicatorI.swift; path = src/Ice/CommunicatorI.swift; sourceTree = "<group>"; };
+ 10BEF56C09137AF9E8EADAE5 /* PluginI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PluginI.cpp; path = ../cpp/src/IceSSL/PluginI.cpp; sourceTree = "<group>"; };
+ 10E6E1FAB4E8BBA994697E4F /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/inheritance/Collocated.swift; sourceTree = "<group>"; };
+ 1178CD4ABD41545EE721F20D /* OutputStream.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OutputStream.cpp; path = ../cpp/src/Ice/OutputStream.cpp; sourceTree = "<group>"; };
+ 1268C356478C4917473CE6F3 /* 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; };
+ 12BFB107B317733183641AB1 /* Selector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Selector.cpp; path = ../cpp/src/Ice/Selector.cpp; sourceTree = "<group>"; };
+ 132BF75C272649D6DE000FFB /* FileParser.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = FileParser.ice; path = ../slice/IceGrid/FileParser.ice; sourceTree = "<group>"; };
+ 135F09FE87CDA70F3C0924FB /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/location/TestI.swift; sourceTree = "<group>"; };
+ 138622848C27716FF7FF527B /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/defaultValue/Test.ice; sourceTree = "<group>"; };
+ 139BDFC4910A96D59B3EFC7E /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/adapterDeactivation/Client.swift; sourceTree = "<group>"; };
+ 148D6FF62411185D4CCAE565 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/slicing/objects/TestI.swift; sourceTree = "<group>"; };
+ 150C20DC88D39A45DF9D8BCA /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/operations/Collocated.swift; sourceTree = "<group>"; };
+ 15BE8F52F0FA65F5F030938A /* EndpointF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointF.ice; path = ../slice/Ice/EndpointF.ice; sourceTree = "<group>"; };
+ 15F36AAC7E6372A4120AD0E9 /* Base64.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Base64.cpp; path = ../cpp/src/Ice/Base64.cpp; sourceTree = "<group>"; };
+ 1668497080275488DF0A006B /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/proxy/ServerAMD.swift; sourceTree = "<group>"; };
+ 17135A625FE3AC46ED5A7334 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/facets/Server.swift; sourceTree = "<group>"; };
+ 1743BEB3DB65F41DE7126858 /* Clash.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Clash.ice; path = test/Slice/escape/Clash.ice; sourceTree = "<group>"; };
+ 179E52F9F7BA3BD7D0F81D3E /* IceAdapterDeactivation.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAdapterDeactivation.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 182D93A4292C7DE71DF57EF5 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/operations/AllTests.swift; sourceTree = "<group>"; };
+ 186C269AF2BBB57616A4D2EB /* DynamicLibrary.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DynamicLibrary.cpp; path = ../cpp/src/Ice/DynamicLibrary.cpp; sourceTree = "<group>"; };
+ 18770408DBFC43B08B32172D /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/optional/TestAMD.ice; sourceTree = "<group>"; };
+ 18D5387DE17B9E6B985F7305 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/binding/Server.swift; sourceTree = "<group>"; };
+ 18DFF1C7CD72D7DB9C30510A /* ProtocolPluginFacade.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ProtocolPluginFacade.cpp; path = ../cpp/src/Ice/ProtocolPluginFacade.cpp; sourceTree = "<group>"; };
+ 191619AD9C33A2EA5C13D77C /* IceLocation.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceLocation.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 19A065AC460775653C809CB6 /* Properties.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Properties.mm; path = src/IceImpl/Properties.mm; sourceTree = "<group>"; };
+ 19C9D40638B4C9C5ED98693E /* EndpointTypes.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointTypes.ice; path = ../slice/Ice/EndpointTypes.ice; sourceTree = "<group>"; };
+ 1A513740BD1E2966AE717AFC /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/operations/Test.ice; sourceTree = "<group>"; };
+ 1A514EB84A9F67134C134832 /* LocatorF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = LocatorF.ice; path = ../slice/Ice/LocatorF.ice; sourceTree = "<group>"; };
+ 1AC758A283D1A1EBAA48E863 /* TcpEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpEndpointI.cpp; path = ../cpp/src/Ice/TcpEndpointI.cpp; sourceTree = "<group>"; };
+ 1B2FB70E2830A6008D2D4CF5 /* IceProxy.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProxy.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 1B34F8458698CFAD809B8251 /* IPEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IPEndpointI.cpp; path = ../cpp/src/Ice/IPEndpointI.cpp; sourceTree = "<group>"; };
+ 1BA6FF204968D587D83BB210 /* PropertiesAdmin.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertiesAdmin.ice; path = ../slice/Ice/PropertiesAdmin.ice; sourceTree = "<group>"; };
+ 1C30D748FED32EBD23AFAD17 /* OptionalFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OptionalFormat.swift; path = src/Ice/OptionalFormat.swift; sourceTree = "<group>"; };
+ 1C744289A62CEDDDE3ABA94F /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/defaultValue/AllTests.swift; sourceTree = "<group>"; };
+ 1C8243979695504FFC008CFC /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/interceptor/Test.ice; sourceTree = "<group>"; };
+ 1CCA200B7BE69466360B8CCE /* AcceptorI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AcceptorI.cpp; path = ../cpp/src/IceSSL/AcceptorI.cpp; sourceTree = "<group>"; };
+ 1D3962F4267396CE0A7638F5 /* Initialize.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Initialize.cpp; path = ../cpp/src/Ice/Initialize.cpp; sourceTree = "<group>"; };
+ 1D6518A3690D6F99004219FA /* ConnectionI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionI.cpp; path = ../cpp/src/Ice/ConnectionI.cpp; sourceTree = "<group>"; };
+ 1DA812E9E44897C7AC2AE94F /* IceProxy.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProxy.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 1E27B951209898DC17D9E756 /* BlobjectFacade.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = BlobjectFacade.mm; path = src/IceImpl/BlobjectFacade.mm; sourceTree = "<group>"; };
+ 1F08D040803567CB3F78A297 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/slicing/exceptions/Client.swift; sourceTree = "<group>"; };
+ 1F95917DE9D9E48EBC1C62F9 /* IceAdmin.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAdmin.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 20643B06012B8FE148E3EEB3 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/scope/Test.ice; sourceTree = "<group>"; };
+ 226A43507F57AFF2C5AD56F0 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/stream/Client.swift; sourceTree = "<group>"; };
+ 22E0919C878E727AA99741B9 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/retry/AllTests.swift; sourceTree = "<group>"; };
+ 232F52FB9AAC057913405161 /* SecureTransportPluginI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SecureTransportPluginI.cpp; path = ../cpp/src/IceSSL/SecureTransportPluginI.cpp; sourceTree = "<group>"; };
+ 247ACB17C730C4F5911E01CB /* TcpAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpAcceptor.cpp; path = ../cpp/src/Ice/TcpAcceptor.cpp; sourceTree = "<group>"; };
+ 249469EAEE482D9BF6DB4E45 /* CommunicatorF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = CommunicatorF.ice; path = ../slice/Ice/CommunicatorF.ice; sourceTree = "<group>"; };
+ 24CAB42990F249B13BCD1EB8 /* OutputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OutputStream.h; path = src/IceImpl/OutputStream.h; sourceTree = "<group>"; };
+ 2513AA195A67B5E707E3F534 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/optional/Test.ice; sourceTree = "<group>"; };
+ 263B5A5728AFD7F716DEDB1E /* IceServantLocatorAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServantLocatorAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 268AC464E02CD210DE1CEED5 /* NativePropertiesAdmin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NativePropertiesAdmin.swift; path = src/Ice/NativePropertiesAdmin.swift; sourceTree = "<group>"; };
+ 26923137DD4F7B34671D144D /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/location/Client.swift; sourceTree = "<group>"; };
+ 26B5DC8E8ECE820D6474780A /* IconvStringConverter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IconvStringConverter.cpp; path = ../cpp/src/Ice/IconvStringConverter.cpp; sourceTree = "<group>"; };
+ 26B7656511090CC87D4FAF9A /* IncomingAsync.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IncomingAsync.cpp; path = ../cpp/src/Ice/IncomingAsync.cpp; sourceTree = "<group>"; };
+ 2723592554E7002EB99FC222 /* TraceUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TraceUtil.cpp; path = ../cpp/src/Ice/TraceUtil.cpp; sourceTree = "<group>"; };
+ 2746FF3009D1576BC1E9FD10 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/objects/TestI.swift; sourceTree = "<group>"; };
+ 27822CF9D9EE837FF02FB12B /* RouterF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = RouterF.ice; path = ../slice/Glacier2/RouterF.ice; sourceTree = "<group>"; };
+ 279D5B22F177F882B0E5BE4B /* Current.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Current.ice; path = ../slice/Ice/Current.ice; sourceTree = "<group>"; };
+ 279EB99D5D3BAD4FF0C4FC6B /* EndpointI.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointI.mm; path = ../cpp/src/IceIAP/EndpointI.mm; sourceTree = "<group>"; };
+ 28C5A74102256BADF4FA9C67 /* WSTransceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WSTransceiver.cpp; path = ../cpp/src/Ice/WSTransceiver.cpp; sourceTree = "<group>"; };
+ 28D93580C1F6147FB8113529 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/adapterDeactivation/AllTests.swift; sourceTree = "<group>"; };
+ 28E20AAF18A7B4C70A63062B /* IceStorm.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = IceStorm.ice; path = ../slice/IceStorm/IceStorm.ice; sourceTree = "<group>"; };
+ 28E445F6131DDAE4B9DD43BE /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/hold/AllTests.swift; sourceTree = "<group>"; };
+ 28E5AC7398564D147B44768A /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/exceptions/Client.swift; sourceTree = "<group>"; };
+ 29AFA15928BF96503D791DCD /* IceScope.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceScope.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 29C8755139640D0088E36727 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/operations/Client.swift; sourceTree = "<group>"; };
+ 2A2C97525F7F6E01E7F7B913 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/objects/Collocated.swift; sourceTree = "<group>"; };
+ 2A9207A3F3B8F2BF3C9C0D98 /* ValueFactoryManagerI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValueFactoryManagerI.swift; path = src/Ice/ValueFactoryManagerI.swift; sourceTree = "<group>"; };
+ 2AA28D5CA141A90935CFC029 /* RecMutex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RecMutex.cpp; path = ../cpp/src/IceUtil/RecMutex.cpp; sourceTree = "<group>"; };
+ 2B405C4D2897541E38824AE7 /* Config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Config.h; path = src/IceImpl/Config.h; sourceTree = "<group>"; };
+ 2B9B69F7530C2619E0F4A5BB /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/scope/Server.swift; sourceTree = "<group>"; };
+ 2BBEC75B6D647B2AC93CE696 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/objects/Client.swift; sourceTree = "<group>"; };
+ 2C8864E276FC3DBC09D66FF0 /* ConnectionI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConnectionI.swift; path = src/Ice/ConnectionI.swift; sourceTree = "<group>"; };
+ 2C92CA61A87FC015DD75D5D7 /* FacetMap.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = FacetMap.ice; path = ../slice/Ice/FacetMap.ice; sourceTree = "<group>"; };
+ 2CABF5E69BEF5B4B37D47028 /* SecureTransportCertificateI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SecureTransportCertificateI.cpp; path = ../cpp/src/IceSSL/SecureTransportCertificateI.cpp; sourceTree = "<group>"; };
+ 2D2E37F5D4DEF66E608DAF41 /* DispatchInterceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DispatchInterceptor.cpp; path = ../cpp/src/Ice/DispatchInterceptor.cpp; sourceTree = "<group>"; };
+ 2DC18C0B7B8E695FE60DE7EB /* IceUdp.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceUdp.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 2FCCC7FF67D11F09D27E2640 /* ServerPrivate.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServerPrivate.ice; path = test/Ice/slicing/objects/ServerPrivate.ice; sourceTree = "<group>"; };
+ 3029883199520554BD806B4D /* IceGrid.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceGrid.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ 30C907509C6043DD34BABF73 /* IceInterceptor.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInterceptor.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 312386CAEA1125D87C0A2034 /* BlobjectFacade.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlobjectFacade.h; path = src/IceImpl/BlobjectFacade.h; sourceTree = "<group>"; };
+ 31425231DD863C8CE7C8D735 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/invoke/Server.swift; sourceTree = "<group>"; };
+ 318C35FB7C6DEFFB1DD2AADD /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/servantLocator/TestI.swift; sourceTree = "<group>"; };
+ 32704674977129B579BA49A7 /* Incoming.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Incoming.swift; path = src/Ice/Incoming.swift; sourceTree = "<group>"; };
+ 32D30D346EA1D34097737E1F /* IceLocatorDiscovery.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = IceLocatorDiscovery.ice; path = ../slice/IceLocatorDiscovery/IceLocatorDiscovery.ice; sourceTree = "<group>"; };
+ 32E182682539DA71CABD3BF4 /* ObjectFactory.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectFactory.ice; path = ../slice/Ice/ObjectFactory.ice; sourceTree = "<group>"; };
+ 3303B9E4AC24E998544E2B73 /* Value.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Value.swift; path = src/Ice/Value.swift; sourceTree = "<group>"; };
+ 363CDBFCC6743A1BCCFF20C4 /* libIceLocatorDiscovery C++11 macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceLocatorDiscovery C++11 macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 3649BD0C5A1D120B3194BA89 /* ClientPrivate.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ClientPrivate.ice; path = test/Ice/slicing/exceptions/ClientPrivate.ice; sourceTree = "<group>"; };
+ 365C311D300E724E7F1C30AA /* Convert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Convert.h; path = src/IceImpl/Convert.h; sourceTree = "<group>"; };
+ 36EACC77A559F581733F3F91 /* Logger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Logger.h; path = src/IceImpl/Logger.h; sourceTree = "<group>"; };
+ 37E2DF32818817B877971E33 /* CtrlCHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CtrlCHandler.cpp; path = ../cpp/src/IceUtil/CtrlCHandler.cpp; sourceTree = "<group>"; };
+ 385B42F5414CE91AE08CD8F4 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/slicing/objects/Server.swift; sourceTree = "<group>"; };
+ 38C728D5A74C2BC8A86F78D0 /* StreamTransceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamTransceiver.cpp; path = ../cpp/src/Ice/ios/StreamTransceiver.cpp; sourceTree = "<group>"; };
+ 3A3EDB9C07EAC153C1506709 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/adapterDeactivation/Collocated.swift; sourceTree = "<group>"; };
+ 3A7AEB10282C740009353AFE /* Network.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Network.cpp; path = ../cpp/src/Ice/Network.cpp; sourceTree = "<group>"; };
+ 3AE5CF4F00A65D2C35D1036A /* EventHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventHandler.cpp; path = ../cpp/src/Ice/EventHandler.cpp; sourceTree = "<group>"; };
+ 3B7C86CB22D013AACA7941B0 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/services/Client.swift; sourceTree = "<group>"; };
+ 3B880117557A9A8169948CFF /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/IceGrid/Info.plist; sourceTree = "<group>"; };
+ 3BB5BFB7DA89D8CCD11A86E2 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/adapterDeactivation/TestI.swift; sourceTree = "<group>"; };
+ 3C366F9F99A138F58E5A30F5 /* LocalObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalObject.swift; path = src/Ice/LocalObject.swift; sourceTree = "<group>"; };
+ 3C77BC6694094C0D183D782C /* ServerPrivateAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServerPrivateAMD.ice; path = test/Ice/slicing/exceptions/ServerPrivateAMD.ice; sourceTree = "<group>"; };
+ 3C7EF0F0632058DE21BB356C /* Registry.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Registry.ice; path = ../slice/IceGrid/Registry.ice; sourceTree = "<group>"; };
+ 3C966FDF4871106138EBD467 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/IceSSL/configuration/Client.swift; sourceTree = "<group>"; };
+ 3CA6C9238C94A7CD66109625 /* SliceEscape.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = SliceEscape.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 3CC962AA40C648D415349708 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/servantLocator/ServerAMD.swift; sourceTree = "<group>"; };
+ 3D0B4E705DE93B3C86B44B08 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/admin/Server.swift; sourceTree = "<group>"; };
+ 3D14B7E1DFBAD7EA0D1A67BD /* RFC2253.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RFC2253.cpp; path = ../cpp/src/IceSSL/RFC2253.cpp; sourceTree = "<group>"; };
+ 3DA41A2FEE9D6494FF02B329 /* SSLEngine.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SSLEngine.cpp; path = ../cpp/src/IceSSL/SSLEngine.cpp; sourceTree = "<group>"; };
+ 3E21F5B24C0A01DEE9BC8024 /* IceImpl.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceImpl.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ 3ECC918EB940E8FAECB67770 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/ami/Collocated.swift; sourceTree = "<group>"; };
+ 3ED3F9FAA8C0CEB421789A94 /* AdminFacetFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AdminFacetFactory.h; path = src/IceImpl/AdminFacetFactory.h; sourceTree = "<group>"; };
+ 3F6AD819D98D9993CE7757A5 /* ConnectionInfoFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConnectionInfoFactory.swift; path = src/Ice/ConnectionInfoFactory.swift; sourceTree = "<group>"; };
+ 3F82D129A56341DCC110D3D5 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/enums/AllTests.swift; sourceTree = "<group>"; };
+ 3F83083ABE41273D2FE63C80 /* TestDriver.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestDriver.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 3FD1EE8391D21ADAC2311063 /* IceServantLocatorAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServantLocatorAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 3FE4CED6A0CF5402953470CA /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/operations/Server.swift; sourceTree = "<group>"; };
+ 401A65ADDEF58B068D8CE002 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/acm/AllTests.swift; sourceTree = "<group>"; };
+ 408F3C52EA9CAC1473E246EF /* EndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EndpointI.cpp; path = ../cpp/src/IceSSL/EndpointI.cpp; sourceTree = "<group>"; };
+ 413D76142FF6146DE2BA33F9 /* ReferenceFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ReferenceFactory.cpp; path = ../cpp/src/Ice/ReferenceFactory.cpp; sourceTree = "<group>"; };
+ 4158B40A56EECD7C91B9683A /* Endpoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Endpoint.h; path = src/IceImpl/Endpoint.h; sourceTree = "<group>"; };
+ 417CCC7F801F707692A678C0 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/udp/Server.swift; sourceTree = "<group>"; };
+ 41A40600C8158B31E85A1B00 /* WSAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WSAcceptor.cpp; path = ../cpp/src/Ice/WSAcceptor.cpp; sourceTree = "<group>"; };
+ 42054836B703C15F33615298 /* RequestHandlerFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RequestHandlerFactory.cpp; path = ../cpp/src/Ice/RequestHandlerFactory.cpp; sourceTree = "<group>"; };
+ 42D7504DD22419F6C8562EE6 /* OSLogLoggerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OSLogLoggerI.cpp; path = ../cpp/src/Ice/OSLogLoggerI.cpp; sourceTree = "<group>"; };
+ 433399716572168C2B4448F9 /* ConnectionRequestHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionRequestHandler.cpp; path = ../cpp/src/Ice/ConnectionRequestHandler.cpp; sourceTree = "<group>"; };
+ 439CA4ECBE2520DA2008BAEF /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/IceStorm/Info.plist; sourceTree = "<group>"; };
+ 441B05CA3DED7468B6B77AA9 /* Ice.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Ice.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ 453F81CF2EFA1026482AC7C3 /* PropertiesAdmin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropertiesAdmin.h; path = src/IceImpl/PropertiesAdmin.h; sourceTree = "<group>"; };
+ 458834742225B7D77BD1EB4F /* SliceChecksumDict.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = SliceChecksumDict.ice; path = ../slice/Ice/SliceChecksumDict.ice; sourceTree = "<group>"; };
+ 468B1B876BDD1F7AE01E83CC /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/facets/AllTests.swift; sourceTree = "<group>"; };
+ 48104E007317B85677C9019E /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/exceptions/AllTests.swift; sourceTree = "<group>"; };
+ 485CE0F78C639775DB244BEC /* IceOperationsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOperationsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 48B5273CA96E1018F9AA7E53 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/binding/AllTests.swift; sourceTree = "<group>"; };
+ 48D2DA7BC1EACD73BD20F6DF /* ControllerI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControllerI.swift; path = test/TestDriver/iOS/ControllerI.swift; sourceTree = "<group>"; };
+ 48D60EF0593983669F3376E6 /* IceSSLConfiguration.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSSLConfiguration.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 4953A68D21690C6BE15DADB0 /* IceOperations.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOperations.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 4987BA0B2F0FB2B5A24DC6D6 /* LocalExceptionFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalExceptionFactory.swift; path = src/Ice/LocalExceptionFactory.swift; sourceTree = "<group>"; };
+ 4A0463649BDD91B230596AED /* Incoming.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Incoming.cpp; path = ../cpp/src/Ice/Incoming.cpp; sourceTree = "<group>"; };
+ 4A48DD005CFD77102B7D8CE8 /* RouterF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = RouterF.ice; path = ../slice/Ice/RouterF.ice; sourceTree = "<group>"; };
+ 4A59119A16C741D2FA5DF6E2 /* Object.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Object.cpp; path = ../cpp/src/Ice/Object.cpp; sourceTree = "<group>"; };
+ 4B874977140DDAD31F5D19E2 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/optional/ServerAMD.swift; sourceTree = "<group>"; };
+ 4C67A1C7CDADBB8CFB70A85A /* IceUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceUtil.h; path = src/IceImpl/IceUtil.h; sourceTree = "<group>"; };
+ 4C77A86A40E9D9931B5C2600 /* ConnectionF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionF.ice; path = ../slice/Ice/ConnectionF.ice; sourceTree = "<group>"; };
+ 4CC76DFC0B5C3284FA4E0DC9 /* IceExceptionsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceExceptionsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 4D0D6963F6AA17233FFDE033 /* Acceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Acceptor.cpp; path = ../cpp/src/Ice/Acceptor.cpp; sourceTree = "<group>"; };
+ 4D389E23FC01179A342985D3 /* ViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ViewController.swift; path = test/TestDriver/iOS/ViewController.swift; sourceTree = "<group>"; };
+ 4FBEB03B345901D06FAA338C /* LoggerWrapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LoggerWrapper.swift; path = src/Ice/LoggerWrapper.swift; sourceTree = "<group>"; };
+ 510BE1BD8C9A916405806330 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = test/TestDriver/iOS/Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
+ 515670A5F21BF1D91390BD13 /* UtilException.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UtilException.cpp; path = ../cpp/src/IceUtil/UtilException.cpp; sourceTree = "<group>"; };
+ 529F8AF65227A83C543A5BC9 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/invoke/Client.swift; sourceTree = "<group>"; };
+ 5325DAE753B7E91F14F58481 /* IceExceptions.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceExceptions.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 5350382C18D8411726BBA12F /* IceStorm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceStorm.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ 53EAC015533682F5679F24F8 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/location/Test.ice; sourceTree = "<group>"; };
+ 53FD603BB68172C67899ED3A /* Service.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Service.cpp; path = ../cpp/src/Ice/Service.cpp; sourceTree = "<group>"; };
+ 544733E5721E420BC36C3987 /* certs */ = {isa = PBXFileReference; includeInIndex = 1; name = certs; path = ../certs; sourceTree = "<group>"; };
+ 547B76B563001BF51CE80CA1 /* Exception.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Exception.swift; path = src/Ice/Exception.swift; sourceTree = "<group>"; };
+ 5499A6E2C6140D1F2EEAE972 /* ObjectPrx.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectPrx.mm; path = src/IceImpl/ObjectPrx.mm; sourceTree = "<group>"; };
+ 55B36C1CD5BBD81C7210DEC5 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/properties/Client.swift; sourceTree = "<group>"; };
+ 561F79ABBF523FFDB1CCBD18 /* IceDefaultServant.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceDefaultServant.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 56A1ADEE61B02626608EC13B /* Version.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Version.ice; path = ../slice/Ice/Version.ice; sourceTree = "<group>"; };
+ 56D1AA1D27E6003F288B75F9 /* PluginI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PluginI.cpp; path = ../cpp/src/IceDiscovery/PluginI.cpp; sourceTree = "<group>"; };
+ 5850023A001D7D5471FD25DB /* BatchOneways.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BatchOneways.swift; path = test/Ice/operations/BatchOneways.swift; sourceTree = "<group>"; };
+ 588E0F53F71112AEF05AF509 /* IceProxyAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProxyAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 58F00F94B5C80686DE764E6A /* SystemdJournalI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SystemdJournalI.cpp; path = ../cpp/src/Ice/SystemdJournalI.cpp; sourceTree = "<group>"; };
+ 59759DF3317FA6D5BD4CE4BE /* LoggerWrapperI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LoggerWrapperI.h; path = src/IceImpl/LoggerWrapperI.h; sourceTree = "<group>"; };
+ 59A9CBFE7C7DEAA738AECB06 /* IceEnums.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceEnums.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 59F61B5C44C3CA9E3E30D3DC /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/hold/Test.ice; sourceTree = "<group>"; };
+ 5A61C3F7F34131910811F18A /* 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; };
+ 5AF53C0AA4B813C84F5414D0 /* SliceFlags.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SliceFlags.swift; path = src/Ice/SliceFlags.swift; sourceTree = "<group>"; };
+ 5BA37A14C0A4504B69A0E732 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/enums/Server.swift; sourceTree = "<group>"; };
+ 5C088803E450D4CD9DDC2089 /* ObjectAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObjectAdapter.h; path = src/IceImpl/ObjectAdapter.h; sourceTree = "<group>"; };
+ 5C42B8A05FFD3FCA5E5CF61D /* Process.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Process.h; path = src/IceImpl/Process.h; sourceTree = "<group>"; };
+ 5CF5E5FD594823C2FD7435F9 /* LocalObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LocalObject.cpp; path = ../cpp/src/Ice/LocalObject.cpp; sourceTree = "<group>"; };
+ 5DBEFA5623C1253B874C8895 /* Assets.xcassets */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = test/TestDriver/iOS/Assets.xcassets; sourceTree = "<group>"; };
+ 5DCBC898E80ADB7C11D00E4B /* ObserverHelper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ObserverHelper.cpp; path = ../cpp/src/Ice/ObserverHelper.cpp; sourceTree = "<group>"; };
+ 5E3FD709ECFBA2782F1155CC /* IceInvoke.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInvoke.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 5E7C2CA365EA72BD3771CDA7 /* ImplicitContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImplicitContext.h; path = src/IceImpl/ImplicitContext.h; sourceTree = "<group>"; };
+ 5EE4AA38A2B54A770C4EB403 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/hold/Server.swift; sourceTree = "<group>"; };
+ 5EEEADAB6CD055CC815FB931 /* StreamConnector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamConnector.cpp; path = ../cpp/src/Ice/ios/StreamConnector.cpp; sourceTree = "<group>"; };
+ 5FC9FD9A9297D424FA5820FE /* UnsupportedAdminFacet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnsupportedAdminFacet.h; path = src/IceImpl/UnsupportedAdminFacet.h; sourceTree = "<group>"; };
+ 5FE9210757CE7CBFDE06FC7F /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/servantLocator/TestAMD.ice; sourceTree = "<group>"; };
+ 603DC664B216AC9FBEC442AD /* RemoteLogger.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = RemoteLogger.ice; path = ../slice/Ice/RemoteLogger.ice; sourceTree = "<group>"; };
+ 60ACAC6F39C427889BBBA568 /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/exceptions/TestAMD.ice; sourceTree = "<group>"; };
+ 6167FC5418EECE15CFD261E1 /* UdpConnector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UdpConnector.cpp; path = ../cpp/src/Ice/UdpConnector.cpp; sourceTree = "<group>"; };
+ 616CB20089BE31C6DC1A83E8 /* Session.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Session.ice; path = ../slice/Glacier2/Session.ice; sourceTree = "<group>"; };
+ 61E0E9D9BD1408C1D698EF92 /* IceAmi.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAmi.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 61E3A0AD0EA15B768DFA6341 /* Plugin.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Plugin.ice; path = ../slice/Ice/Plugin.ice; sourceTree = "<group>"; };
+ 6229F30A2B9F088158509DAB /* libIce C++11 macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIce C++11 macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 627159B8434F3CEE924346F1 /* IceOperationsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOperationsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 635830FCE17ED77D33B6336A /* IceSlicingExceptions.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingExceptions.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 63D04FC095DDEF971B2636FF /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/slicing/objects/AllTests.swift; sourceTree = "<group>"; };
+ 6421D1DFD743D862FC259703 /* InstrumentationF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = InstrumentationF.ice; path = ../slice/Ice/InstrumentationF.ice; sourceTree = "<group>"; };
+ 64306139AC3E8A08450AE2C5 /* IceDefaultValue.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceDefaultValue.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 64817387D03AFD5C901D47E4 /* Logger.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Logger.mm; path = src/IceImpl/Logger.mm; sourceTree = "<group>"; };
+ 64A0C410F5B73384516C4AEA /* Cond.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Cond.cpp; path = ../cpp/src/Ice/Cond.cpp; sourceTree = "<group>"; };
+ 6600DC37395E12A97521EB11 /* ACM.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ACM.cpp; path = ../cpp/src/Ice/ACM.cpp; sourceTree = "<group>"; };
+ 661C1E55DFAC0B53455A1C19 /* IceUdp.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceUdp.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 663338C133F6C30A15BAB9C4 /* OutputStream.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OutputStream.swift; path = src/Ice/OutputStream.swift; sourceTree = "<group>"; };
+ 674889549CE2A21DE2EEC946 /* IceRetry.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceRetry.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 674C57B9119E1E4E4DAD5010 /* PluginFacade.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PluginFacade.ice; path = ../slice/IceGrid/PluginFacade.ice; sourceTree = "<group>"; };
+ 678E974FED151CD67D57E6A0 /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/slicing/objects/TestAMDI.swift; sourceTree = "<group>"; };
+ 69B374C58A399C886CF79259 /* IceSlicingObjectsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingObjectsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 69C4CD2B4C08FE8B20319FC0 /* OnewaysAMI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OnewaysAMI.swift; path = test/Ice/operations/OnewaysAMI.swift; sourceTree = "<group>"; };
+ 69E8F7C4430172BA68A21FBA /* IceLocation.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceLocation.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 6A9A20E6385F48C4A85FC31D /* LoggerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LoggerI.cpp; path = ../cpp/src/Ice/LoggerI.cpp; sourceTree = "<group>"; };
+ 6ABDDD64341270C906904CA7 /* Protocol.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Protocol.cpp; path = ../cpp/src/Ice/Protocol.cpp; sourceTree = "<group>"; };
+ 6C7803189BC4AA975D7CF243 /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = src/IceImpl/Exception.h; sourceTree = "<group>"; };
+ 6C9868748305238D38E084BC /* IceInheritance.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInheritance.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 6E1F2F479E891B578FE8A2CA /* IceInterceptor.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInterceptor.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 6E74C9F999BC7A5FECE91B2B /* IceOptionalAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOptionalAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 6E9E307165BE58EA4AF037D4 /* Session.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Session.ice; path = ../slice/IceGrid/Session.ice; sourceTree = "<group>"; };
+ 6F796F528E6A63FC90F94AD5 /* PropertiesAdminI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertiesAdminI.swift; path = src/Ice/PropertiesAdminI.swift; sourceTree = "<group>"; };
+ 70074C0B2220E6A6BDFF8516 /* BuiltinSequences.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = BuiltinSequences.ice; path = ../slice/Ice/BuiltinSequences.ice; sourceTree = "<group>"; };
+ 70F8183AE53477DF2376BA8A /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/proxy/TestAMDI.swift; sourceTree = "<group>"; };
+ 7183891C3797946A7E9E889D /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/interceptor/Client.swift; sourceTree = "<group>"; };
+ 723F2618E60CE4BEA2D8BD19 /* IceAmi.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAmi.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 7286CE5B5C84B5FB81CB267E /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/udp/Test.ice; sourceTree = "<group>"; };
+ 728D3DF7A351174EFDCB77CE /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/retry/Client.swift; sourceTree = "<group>"; };
+ 737F42CEAAD7E36855A517CC /* ThreadException.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadException.cpp; path = ../cpp/src/IceUtil/ThreadException.cpp; sourceTree = "<group>"; };
+ 73D61B4746463D5B3B8E4F1B /* Blobject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Blobject.swift; path = src/Ice/Blobject.swift; sourceTree = "<group>"; };
+ 73F7B8BF651560CF599FF900 /* ProcessF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ProcessF.ice; path = ../slice/Ice/ProcessF.ice; sourceTree = "<group>"; };
+ 74D2286CA3D3000545CE0C71 /* EndpointFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EndpointFactory.cpp; path = ../cpp/src/Ice/EndpointFactory.cpp; sourceTree = "<group>"; };
+ 757D2E7F54156B8C71158DF8 /* libIceSSL C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceSSL C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 785CCC57D16C8576657E84ED /* Transceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Transceiver.cpp; path = ../cpp/src/Ice/Transceiver.cpp; sourceTree = "<group>"; };
+ 78E5A0D3129C3A27AED83756 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/Ice/Info.plist; sourceTree = "<group>"; };
+ 7937931F41E2A8FDBB92D6AE /* Admin.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Admin.ice; path = ../slice/IceGrid/Admin.ice; sourceTree = "<group>"; };
+ 795AD353B1765AA2CF42BED8 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/adapterDeactivation/Test.ice; sourceTree = "<group>"; };
+ 7B28E63CEF66BA47CEDEC623 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/binding/Test.ice; sourceTree = "<group>"; };
+ 7C059F6500BF0FA3FFAA4E5E /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/enums/Client.swift; sourceTree = "<group>"; };
+ 7C42152B272BE88EE691EB02 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/acm/Server.swift; sourceTree = "<group>"; };
+ 7CA38AF558207722DAC58AFF /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/operations/TestAMD.ice; sourceTree = "<group>"; };
+ 7CE87A90B49A1878867A6C2E /* Descriptor.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Descriptor.ice; path = ../slice/IceGrid/Descriptor.ice; sourceTree = "<group>"; };
+ 7CFF1CAE8EF4FC886368466A /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/facets/TestI.swift; sourceTree = "<group>"; };
+ 7D1D9EA8A6BD4D5C6D966199 /* UUID.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UUID.cpp; path = ../cpp/src/IceUtil/UUID.cpp; sourceTree = "<group>"; };
+ 7D673AB9D282D07995CB4A1A /* InputStream.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InputStream.cpp; path = ../cpp/src/Ice/InputStream.cpp; sourceTree = "<group>"; };
+ 7E0BFF28CB35DDE0C2BAE85D /* ObjectPrx.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObjectPrx.h; path = src/IceImpl/ObjectPrx.h; sourceTree = "<group>"; };
+ 7E3478AA84C66A5577BD1FDE /* BatchOnewaysAMI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BatchOnewaysAMI.swift; path = test/Ice/operations/BatchOnewaysAMI.swift; sourceTree = "<group>"; };
+ 7E61AB471E665CD3AB9495A5 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/inheritance/TestI.swift; sourceTree = "<group>"; };
+ 7E9842C48B5AF3208C130691 /* StreamAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamAcceptor.cpp; path = ../cpp/src/Ice/ios/StreamAcceptor.cpp; sourceTree = "<group>"; };
+ 7EB44FE88B24803C3886D9EE /* ConnectionInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionInfo.ice; path = ../slice/IceIAP/ConnectionInfo.ice; sourceTree = "<group>"; };
+ 7EC1A8EBFDB138E58A9D5E38 /* Twoways.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Twoways.swift; path = test/Ice/operations/Twoways.swift; sourceTree = "<group>"; };
+ 7FF65C63D9499876CC4CBE34 /* LoggerAdminI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LoggerAdminI.cpp; path = ../cpp/src/Ice/LoggerAdminI.cpp; sourceTree = "<group>"; };
+ 8013B2943F49B47D639EE6B1 /* ConnectRequestHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectRequestHandler.cpp; path = ../cpp/src/Ice/ConnectRequestHandler.cpp; sourceTree = "<group>"; };
+ 803336676F01DBDADB8F4A47 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/hold/Client.swift; sourceTree = "<group>"; };
+ 806ED2DA71636608B8504BF4 /* IceExceptions.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceExceptions.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 8081C36146F020A95B341FDB /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/retry/Test.ice; sourceTree = "<group>"; };
+ 80A5E9E8DC3F5D6D8E947018 /* TestCommon.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestCommon.swift; path = test/TestCommon/TestCommon.swift; sourceTree = "<group>"; };
+ 8180EBECE7A97499D198A8E0 /* IceDefaultServant.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceDefaultServant.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 81A5EA45B1D3B30CDCC19CD0 /* 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; };
+ 81ED9D876EA5043BAEE1E7F4 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/IceSSL/configuration/TestI.swift; sourceTree = "<group>"; };
+ 828E49A903B8CA736EE53E95 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Instance.cpp; path = ../cpp/src/IceSSL/Instance.cpp; sourceTree = "<group>"; };
+ 82952375AB60DB3F9C4ADC39 /* Metrics.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Metrics.ice; path = ../slice/Ice/Metrics.ice; sourceTree = "<group>"; };
+ 82D34B5700C16240527BE42D /* FileUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FileUtil.cpp; path = ../cpp/src/IceUtil/FileUtil.cpp; sourceTree = "<group>"; };
+ 8346A0E59A692FD3A844FD7B /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/optional/Server.swift; sourceTree = "<group>"; };
+ 834A06032229F6FBCFB56B87 /* Initialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Initialize.swift; path = src/Ice/Initialize.swift; sourceTree = "<group>"; };
+ 84CF7027FAD9ABA69795CDEE /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/optional/Client.swift; sourceTree = "<group>"; };
+ 851DA69EC26992E1A78B9332 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/proxy/TestI.swift; sourceTree = "<group>"; };
+ 858C78E03E18EB36FB20A3E5 /* IceStorm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceStorm.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ 85961FE77E7E77AE2438BD9E /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/hold/TestI.swift; sourceTree = "<group>"; };
+ 85B3800D03E81F2AF0CC960F /* Communicator.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Communicator.ice; path = ../slice/Ice/Communicator.ice; sourceTree = "<group>"; };
+ 85E5C62365C17F103DF3EAA8 /* ThreadPool.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadPool.cpp; path = ../cpp/src/Ice/ThreadPool.cpp; sourceTree = "<group>"; };
+ 86AEEE9CDFF8BA54B5029457 /* IceAdapterDeactivation.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAdapterDeactivation.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 86E9E4339812A4C1456E266C /* Notifications.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Notifications.mm; path = ../cpp/src/Ice/ios/Notifications.mm; sourceTree = "<group>"; };
+ 8754F954639EB8DD185DFCE7 /* FormatType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatType.swift; path = src/Ice/FormatType.swift; sourceTree = "<group>"; };
+ 87A0F55D321E16C259230913 /* ObjectAdapter.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectAdapter.ice; path = ../slice/Ice/ObjectAdapter.ice; sourceTree = "<group>"; };
+ 87D3A6A633C32F71266CFD03 /* LocalObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = LocalObject.mm; path = src/IceImpl/LocalObject.mm; sourceTree = "<group>"; };
+ 87F69AD7A5C7E5A9F45F5117 /* UserAccountMapper.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = UserAccountMapper.ice; path = ../slice/IceGrid/UserAccountMapper.ice; sourceTree = "<group>"; };
+ 8854D9986A818A55491E4CBB /* IceInheritance.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInheritance.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 8867FA5BE584BE301B2E45B2 /* ServantLocatorF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServantLocatorF.ice; path = ../slice/Ice/ServantLocatorF.ice; sourceTree = "<group>"; };
+ 887F253743B962927D9C2A8B /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/operations/TestI.swift; sourceTree = "<group>"; };
+ 88EC880294B76EB1F70AC89A /* Options.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Options.cpp; path = ../cpp/src/IceUtil/Options.cpp; sourceTree = "<group>"; };
+ 894BA098E2DB647C9EDDB9B1 /* CountDownLatch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CountDownLatch.cpp; path = ../cpp/src/Ice/CountDownLatch.cpp; sourceTree = "<group>"; };
+ 8A6502FA2216186E3E47A3A0 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/ami/Test.ice; sourceTree = "<group>"; };
+ 8B1C2AB2B1BE6024594A4F08 /* MutexProtocol.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MutexProtocol.cpp; path = ../cpp/src/IceUtil/MutexProtocol.cpp; sourceTree = "<group>"; };
+ 8B493C6E7735B3C59E26B056 /* Util.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Util.cpp; path = ../cpp/src/IceSSL/Util.cpp; sourceTree = "<group>"; };
+ 8B4E374591FB573F191AF0ED /* SliceChecksums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SliceChecksums.cpp; path = ../cpp/src/Ice/SliceChecksums.cpp; sourceTree = "<group>"; };
+ 8BD5B97A2E783FAA90738BDD /* ImplicitContext.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ImplicitContext.mm; path = src/IceImpl/ImplicitContext.mm; sourceTree = "<group>"; };
+ 8BEE3F5733D1C3EC96FF40B8 /* Endpoint.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Endpoint.mm; path = src/IceImpl/Endpoint.mm; sourceTree = "<group>"; };
+ 8CA70B06E12ED1EF7FD6DF8F /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/IceSSL/configuration/AllTests.swift; sourceTree = "<group>"; };
+ 8D40D3C5F0FB6DFA1E1F1556 /* PluginF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PluginF.ice; path = ../slice/Ice/PluginF.ice; sourceTree = "<group>"; };
+ 8D664020FE0C21084B315C63 /* Random.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Random.cpp; path = ../cpp/src/IceUtil/Random.cpp; sourceTree = "<group>"; };
+ 8F224002805AED0DDD2D8F8F /* IceFacets.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceFacets.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 8F551C34887295771BE1F241 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/Glacier2/Info.plist; sourceTree = "<group>"; };
+ 8F79E153B5C29B2F4A9B5FA2 /* SecureTransportTransceiverI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SecureTransportTransceiverI.cpp; path = ../cpp/src/IceSSL/SecureTransportTransceiverI.cpp; sourceTree = "<group>"; };
+ 8FD5C009677B83B5DB677CEC /* PropertiesAdminI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PropertiesAdminI.cpp; path = ../cpp/src/Ice/PropertiesAdminI.cpp; sourceTree = "<group>"; };
+ 905717D8ADDDFEE1AD0381F5 /* Metrics.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Metrics.ice; path = ../slice/Glacier2/Metrics.ice; sourceTree = "<group>"; };
+ 906BC6196FC22248F2E62216 /* SlicedData.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SlicedData.cpp; path = ../cpp/src/Ice/SlicedData.cpp; sourceTree = "<group>"; };
+ 910F41A9BC8971C08B2BF44E /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/inheritance/Test.ice; sourceTree = "<group>"; };
+ 916A23E8E37CD12E7AC052F6 /* SSLInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = SSLInfo.ice; path = ../slice/Glacier2/SSLInfo.ice; sourceTree = "<group>"; };
+ 919BBCA458862431A6C535D0 /* StreamSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamSocket.cpp; path = ../cpp/src/Ice/StreamSocket.cpp; sourceTree = "<group>"; };
+ 919FE927F28FC7F0CFB4AFA8 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/udp/AllTests.swift; sourceTree = "<group>"; };
+ 929FC39437ECABE33DA5EFFE /* ProcessI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProcessI.swift; path = src/Ice/ProcessI.swift; sourceTree = "<group>"; };
+ 92A59F35BD7C4AB2A1D71B51 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/timeout/TestI.swift; sourceTree = "<group>"; };
+ 92BC10D07C735AAC5BB7502A /* ConnectionInfoF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionInfoF.ice; path = ../slice/IceSSL/ConnectionInfoF.ice; sourceTree = "<group>"; };
+ 9355D92A9F91D7543F36E0A7 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/proxy/Client.swift; sourceTree = "<group>"; };
+ 93837398EDFB097B364057AE /* IceBinding.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceBinding.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 940AB5EA1FA18745665C33B9 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/proxy/Server.swift; sourceTree = "<group>"; };
+ 944F92AF09FB1688F8EEDE91 /* ObjectAdapterF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectAdapterF.ice; path = ../slice/Ice/ObjectAdapterF.ice; sourceTree = "<group>"; };
+ 94D72F4D2B663E494D150D17 /* UdpEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UdpEndpointI.cpp; path = ../cpp/src/Ice/UdpEndpointI.cpp; sourceTree = "<group>"; };
+ 954CBE09FC395A589C3F122C /* Value.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Value.cpp; path = ../cpp/src/Ice/Value.cpp; sourceTree = "<group>"; };
+ 95A3311BD80AC74C91DF28D8 /* Instrumentation.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Instrumentation.ice; path = ../slice/Ice/Instrumentation.ice; sourceTree = "<group>"; };
+ 95CF14BB2A7EF3BBA2F143EC /* Forward.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Forward.ice; path = test/Ice/objects/Forward.ice; sourceTree = "<group>"; };
+ 9611EE1EE1E6CC696023AE23 /* Metrics.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Metrics.ice; path = ../slice/IceStorm/Metrics.ice; sourceTree = "<group>"; };
+ 967F10E077E7594906113C29 /* ValueFactoryManagerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ValueFactoryManagerI.cpp; path = ../cpp/src/Ice/ValueFactoryManagerI.cpp; sourceTree = "<group>"; };
+ 976A3FFBCA2649E55A5671AC /* Logger.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Logger.ice; path = ../slice/Ice/Logger.ice; sourceTree = "<group>"; };
+ 97FE15B541A886493A95A832 /* Connector.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Connector.mm; path = ../cpp/src/IceIAP/Connector.mm; sourceTree = "<group>"; };
+ 985F3426D3A7E3C09A5FB15E /* Oneways.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Oneways.swift; path = test/Ice/operations/Oneways.swift; sourceTree = "<group>"; };
+ 98AE1EB7647A149B7F0935A5 /* ObjectAdapterI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectAdapterI.swift; path = src/Ice/ObjectAdapterI.swift; sourceTree = "<group>"; };
+ 990D102E800ACED5F30623BD /* IceRetry.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceRetry.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 991C708900194642300BF72A /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/enums/Test.ice; sourceTree = "<group>"; };
+ 9946491E2686A390696F7F22 /* IceSlicingExceptionsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingExceptionsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 99D2C90A25B44941D8B80C4C /* Connection.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Connection.ice; path = ../slice/Ice/Connection.ice; sourceTree = "<group>"; };
+ 99F5BEB196B6DDB5C0D9B3B9 /* IceServices.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServices.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 9AB465EB41087ED331A39C95 /* BatchRequestQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BatchRequestQueue.cpp; path = ../cpp/src/Ice/BatchRequestQueue.cpp; sourceTree = "<group>"; };
+ 9AD5703619C0A8D9F412FA84 /* ServantManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ServantManager.cpp; path = ../cpp/src/Ice/ServantManager.cpp; sourceTree = "<group>"; };
+ 9AD7F96C57DBEAF0915AE8FA /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/admin/Client.swift; sourceTree = "<group>"; };
+ 9B6849D9211AF4DCE4E293A2 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/invoke/Test.ice; sourceTree = "<group>"; };
+ 9B761351BFAE31423CD18DDA /* Shared.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Shared.cpp; path = ../cpp/src/IceUtil/Shared.cpp; sourceTree = "<group>"; };
+ 9B88000E62562F4CAED0278E /* IceExceptionsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceExceptionsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 9B996A789B60B3E77885F504 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/servantLocator/Test.ice; sourceTree = "<group>"; };
+ 9C9EB8A16CC51603D8EA88E3 /* Proxy.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Proxy.cpp; path = ../cpp/src/Ice/Proxy.cpp; sourceTree = "<group>"; };
+ 9DBCE890017E5E1A037D058F /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/info/TestI.swift; sourceTree = "<group>"; };
+ 9DC1DDCD79E107020DEC9081 /* Connection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Connection.mm; path = src/IceImpl/Connection.mm; sourceTree = "<group>"; };
+ 9EC2BE90CBA821A7710C02AD /* IceUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = IceUtil.mm; path = src/IceImpl/IceUtil.mm; sourceTree = "<group>"; };
+ 9EC5E6912292315F022BCC40 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/inheritance/Server.swift; sourceTree = "<group>"; };
+ 9EFBA39CB9388AD8AC68DFBF /* SliceEscape.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = SliceEscape.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ A01DD7D1FF2F900ABE5BF998 /* IceInfo.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInfo.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ A02196820AB5B091CEB3152D /* RouterInfo.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RouterInfo.cpp; path = ../cpp/src/Ice/RouterInfo.cpp; sourceTree = "<group>"; };
+ A0400518D428C40C165BFFB9 /* InputUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InputUtil.cpp; path = ../cpp/src/IceUtil/InputUtil.cpp; sourceTree = "<group>"; };
+ A092EF97C7F54B282D2A3A50 /* Router.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Router.ice; path = ../slice/Glacier2/Router.ice; sourceTree = "<group>"; };
+ A0F33837ED2C7B4BCCA87807 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/slicing/objects/Test.ice; sourceTree = "<group>"; };
+ A13636E0112BEBD53C5E5FDE /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/exceptions/Collocated.swift; sourceTree = "<group>"; };
+ A1BD0405C01A2845F08242F6 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/inheritance/Client.swift; sourceTree = "<group>"; };
+ A31C7CD8A4A0348A4D917699 /* IceDefaultValue.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceDefaultValue.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ A35BE0CB110C7053C9215C42 /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/slicing/objects/TestAMD.ice; sourceTree = "<group>"; };
+ A403D805C771C0FAD5A41874 /* ImplicitContext.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ImplicitContext.ice; path = ../slice/Ice/ImplicitContext.ice; sourceTree = "<group>"; };
+ A42A56C550670D42F1A25A00 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/slicing/objects/Client.swift; sourceTree = "<group>"; };
+ A4CB7E8D35EA44D549008EFC /* 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; };
+ A5F33B0F74F1416999053B2B /* IceAcm.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAcm.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ A60CA7DCFA668A6121721E68 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/adapterDeactivation/Server.swift; sourceTree = "<group>"; };
+ A68E67CF721A39E09342AD82 /* IceServantLocator.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServantLocator.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ A6970E7EA6F91539C6B07228 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/invoke/TestI.swift; sourceTree = "<group>"; };
+ A6BE2DCFDB66345331801C02 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/exceptions/TestI.swift; sourceTree = "<group>"; };
+ A6F1D3D10658594CCAE2B667 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/proxy/Collocated.swift; sourceTree = "<group>"; };
+ A713CD8044FA72237869848A /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/inheritance/AllTests.swift; sourceTree = "<group>"; };
+ A7169D9C35ADF0BC701CD7BD /* Transceiver.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Transceiver.mm; path = ../cpp/src/IceIAP/Transceiver.mm; sourceTree = "<group>"; };
+ A763113C95D7F467245EA585 /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/proxy/TestAMD.ice; sourceTree = "<group>"; };
+ A76ACC9C1FF90896EDB7307B /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/slicing/objects/ServerAMD.swift; sourceTree = "<group>"; };
+ A781AAAFB8997BF4377D9128 /* TraceLevels.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TraceLevels.cpp; path = ../cpp/src/Ice/TraceLevels.cpp; sourceTree = "<group>"; };
+ A82945CB5C0272798F6F16C8 /* FactoryTableInit.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FactoryTableInit.cpp; path = ../cpp/src/Ice/FactoryTableInit.cpp; sourceTree = "<group>"; };
+ A85990C3AE402EC75C5D0D4A /* libIce C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIce C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ A866D77900606BE58EE743DD /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/timeout/Test.ice; sourceTree = "<group>"; };
+ A87E50DD5264871B120E81D2 /* EndpointI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EndpointI.swift; path = src/Ice/EndpointI.swift; sourceTree = "<group>"; };
+ A8D9CBDCBC44A270A620EA69 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/IceSSL/configuration/Test.ice; sourceTree = "<group>"; };
+ A8F44783696B0C2E07A10E39 /* Main.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = Main.storyboard; path = test/TestDriver/iOS/Base.lproj/Main.storyboard; sourceTree = "<group>"; };
+ A96CD4BABF7B6ADE7685C97B /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/slicing/exceptions/Server.swift; sourceTree = "<group>"; };
+ A98A0DB6E67ED2B180E6587A /* NetworkProxy.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NetworkProxy.cpp; path = ../cpp/src/Ice/NetworkProxy.cpp; sourceTree = "<group>"; };
+ AC249CA5567F068A1C32A7B1 /* Communicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Communicator.h; path = src/IceImpl/Communicator.h; sourceTree = "<group>"; };
+ AC34B47B1962A8FDFEF0E065 /* IceSlicingObjectsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingObjectsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ AC5E816AF1FD129845A35C9C /* Proxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Proxy.swift; path = src/Ice/Proxy.swift; sourceTree = "<group>"; };
+ AC8034D9D49A82B80184F667 /* IceImpl.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceImpl.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ ACD7FA7692F8B9C401015755 /* PropertiesI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertiesI.swift; path = src/Ice/PropertiesI.swift; sourceTree = "<group>"; };
+ AD2CEFEDA1487C249E071233 /* PropertiesF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertiesF.ice; path = ../slice/Ice/PropertiesF.ice; sourceTree = "<group>"; };
+ AD6BDC91C7DF8EF8259D449C /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/slicing/exceptions/ServerAMD.swift; sourceTree = "<group>"; };
+ AD9C881AF28D9E29F92D8E0C /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/retry/Server.swift; sourceTree = "<group>"; };
+ AEB6E13F915E147C3819D84A /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/facets/Client.swift; sourceTree = "<group>"; };
+ AED27FD93177E714B8C247FF /* LocalException.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = LocalException.ice; path = ../slice/Ice/LocalException.ice; sourceTree = "<group>"; };
+ AF1BACC1B0DFE01B062A4E78 /* IceScope.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceScope.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ B0701184CD41F6BE2C8BD52D /* IceProxyAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProxyAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ B0BDFBE8E80AE398A0B7BB95 /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/exceptions/TestAMDI.swift; sourceTree = "<group>"; };
+ B0F611040A6AFF6155214BE2 /* Connection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Connection.h; path = src/IceImpl/Connection.h; sourceTree = "<group>"; };
+ B1DCB6FD7F3912391FF80C24 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/objects/Server.swift; sourceTree = "<group>"; };
+ B22ED8D7BA3E338170087503 /* IceSlicingExceptionsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingExceptionsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ B28053A938BEA7B715F00AB8 /* IceBinding.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceBinding.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ B406293BBB4D9FCD6243911C /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Slice/escape/Client.swift; sourceTree = "<group>"; };
+ B4302B2CB6298473EC6BDB70 /* IceStormSwift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceStormSwift.h; path = src/IceStorm/IceStormSwift.h; sourceTree = "<group>"; };
+ B530F48971668FE02322A038 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/acm/Test.ice; sourceTree = "<group>"; };
+ B621B3DD47F2DCF723B805BE /* EndpointFactoryManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EndpointFactoryManager.cpp; path = ../cpp/src/Ice/EndpointFactoryManager.cpp; sourceTree = "<group>"; };
+ B751AF3E22BBE790817D663E /* Controller.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Controller.ice; path = ../scripts/Controller.ice; sourceTree = "<group>"; };
+ B8001B9287DC0A3E4180541C /* IceProperties.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProperties.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ B8D5F799E30FA9D95ED82DB7 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/defaultValue/Client.swift; sourceTree = "<group>"; };
+ B9EAE058D032B91A430F31E3 /* TestCommon.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TestCommon.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ BA30C364B7F9B680296D0167 /* Locator.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Locator.ice; path = ../slice/Ice/Locator.ice; sourceTree = "<group>"; };
+ BC0DA176A79466D9EF0B2480 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/enums/TestI.swift; sourceTree = "<group>"; };
+ BC4F9A9D741DFE98CC0720AA /* Endpoint.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Endpoint.ice; path = ../slice/Ice/Endpoint.ice; sourceTree = "<group>"; };
+ BC5B80B268838251DDCA2EA0 /* IceSlicingObjects.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingObjects.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ BC9B7AE35C2E2A23F01F9B25 /* Key.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Key.ice; path = test/Slice/escape/Key.ice; sourceTree = "<group>"; };
+ BCBF2BD64493E96B93401A19 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/timeout/Server.swift; sourceTree = "<group>"; };
+ BD08300CC01B86B0B8DD9714 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/ami/AllTests.swift; sourceTree = "<group>"; };
+ BDF014EDF8D56296240E6CC3 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/binding/TestI.swift; sourceTree = "<group>"; };
+ BE81098CC55F79881E8FD599 /* CertificateI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CertificateI.cpp; path = ../cpp/src/IceSSL/CertificateI.cpp; sourceTree = "<group>"; };
+ BEA610C924133D857915F3A2 /* PromiseKit.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = PromiseKit.xcframework; path = ../Carthage/Build/PromiseKit.xcframework; sourceTree = "<group>"; };
+ BED161AF51B734E2A2570CFF /* IceInfo.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInfo.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ C03D834D95CCBA5B53CD909A /* TwowaysAMI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TwowaysAMI.swift; path = test/Ice/operations/TwowaysAMI.swift; sourceTree = "<group>"; };
+ C06DA0006FD00F2A4AE11847 /* PermissionsVerifier.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PermissionsVerifier.ice; path = ../slice/Glacier2/PermissionsVerifier.ice; sourceTree = "<group>"; };
+ C0B70EE434FD3456FEA913B3 /* Properties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Properties.h; path = src/IceImpl/Properties.h; sourceTree = "<group>"; };
+ C0D9FC954331227C458D5FAE /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/exceptions/Test.ice; sourceTree = "<group>"; };
+ C0DFCC89D04422B33CFD6C64 /* LocalObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LocalObject.h; path = src/IceImpl/LocalObject.h; sourceTree = "<group>"; };
+ C145C30300948CB6E8BB9A05 /* Exception.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Exception.mm; path = src/IceImpl/Exception.mm; sourceTree = "<group>"; };
+ C2890B9040B1E012452E4574 /* ProtocolInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ProtocolInstance.cpp; path = ../cpp/src/Ice/ProtocolInstance.cpp; sourceTree = "<group>"; };
+ C3899FB38D94F0EEA0C07A08 /* TcpConnector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpConnector.cpp; path = ../cpp/src/Ice/TcpConnector.cpp; sourceTree = "<group>"; };
+ C3C314318B1FCAE9464CB306 /* ImplicitContextI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImplicitContextI.swift; path = src/Ice/ImplicitContextI.swift; sourceTree = "<group>"; };
+ C3E3755BC21CD93CA89888FA /* Exception.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Exception.ice; path = ../slice/IceGrid/Exception.ice; sourceTree = "<group>"; };
+ C43301E2BD8D413F7287AE09 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/timeout/Client.swift; sourceTree = "<group>"; };
+ C44F2D7864E38E4A0C79EBA8 /* AdminFacetFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AdminFacetFactory.swift; path = src/Ice/AdminFacetFactory.swift; sourceTree = "<group>"; };
+ C4686A179FB84EFCD9F2F03B /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/udp/Client.swift; sourceTree = "<group>"; };
+ C4E52AAC86F782E0BB282DA4 /* libIceLocatorDiscovery C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceLocatorDiscovery C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ C4F1E6AA8D5E345CA670BF3F /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/defaultServant/Client.swift; sourceTree = "<group>"; };
+ C748D0D0F416EECACB357AA0 /* TraceUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TraceUtil.h; path = src/IceImpl/TraceUtil.h; sourceTree = "<group>"; };
+ C79519B5BC6E0B129692EB02 /* Properties.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Properties.ice; path = ../slice/Ice/Properties.ice; sourceTree = "<group>"; };
+ C8A5DCEBF0A7D0BCF96ABE1A /* ProxyFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ProxyFactory.cpp; path = ../cpp/src/Ice/ProxyFactory.cpp; sourceTree = "<group>"; };
+ C94797699C734607ADCCF22C /* StringConverter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StringConverter.cpp; path = ../cpp/src/IceUtil/StringConverter.cpp; sourceTree = "<group>"; };
+ C96D31911037DFF789A89D14 /* UdpTransceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UdpTransceiver.cpp; path = ../cpp/src/Ice/UdpTransceiver.cpp; sourceTree = "<group>"; };
+ CA4C16396A2B8F3FE10B90A4 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/objects/AllTests.swift; sourceTree = "<group>"; };
+ CA94427522A613BD34110EF0 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/slicing/exceptions/Test.ice; sourceTree = "<group>"; };
+ CAB7787427A469FD2EAC63C2 /* IceGrid.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceGrid.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ CB2D04968BD1AECD24928F52 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/ami/Server.swift; sourceTree = "<group>"; };
+ CB374AED01876F1F6FAFC2CA /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/exceptions/ServerAMD.swift; sourceTree = "<group>"; };
+ CB954CFD19DFEC0E5E6C0339 /* BlobjectAsync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BlobjectAsync.swift; path = src/Ice/BlobjectAsync.swift; sourceTree = "<group>"; };
+ CC29417EE46CFC714E2E269F /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/slicing/exceptions/TestAMDI.swift; sourceTree = "<group>"; };
+ CC2A8241EEF15B94EB4358EB /* IceOptional.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOptional.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ CC8CE1742AD4A77D37C2BE20 /* ArgVector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ArgVector.cpp; path = ../cpp/src/Ice/ArgVector.cpp; sourceTree = "<group>"; };
+ CC9105C9E568CCC98BC39315 /* IceOptional.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOptional.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ CCDFC5FD6ED27DEDCFB2CA4C /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/defaultServant/Test.ice; sourceTree = "<group>"; };
+ CE62A5BF24D2F92E55920447 /* StringUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StringUtil.cpp; path = ../cpp/src/IceUtil/StringUtil.cpp; sourceTree = "<group>"; };
+ CE6F4F4770B9077924CE3AFE /* ConnectorI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectorI.cpp; path = ../cpp/src/IceSSL/ConnectorI.cpp; sourceTree = "<group>"; };
+ CF2ACA722706680D09AE2213 /* IceFacets.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceFacets.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = PromiseKit.xcframework; path = ../Carthage/Build/PromiseKit.xcframework; sourceTree = "<group>"; };
+ D0B9B615129F53019F8DB694 /* EndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EndpointI.cpp; path = ../cpp/src/Ice/EndpointI.cpp; sourceTree = "<group>"; };
+ D0BAE5CBB3426118A721D921 /* TestCommon.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TestCommon.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ D15292D39AA4D45101F988AD /* ConnectionFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionFactory.cpp; path = ../cpp/src/Ice/ConnectionFactory.cpp; sourceTree = "<group>"; };
+ D19769C395F4ACC54339DAF2 /* PluginI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PluginI.cpp; path = ../cpp/src/IceLocatorDiscovery/PluginI.cpp; sourceTree = "<group>"; };
+ D26675F107992F0EBFA9A463 /* PermissionsVerifierF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PermissionsVerifierF.ice; path = ../slice/Glacier2/PermissionsVerifierF.ice; sourceTree = "<group>"; };
+ D347600B112E790EB926DD9B /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/IceSSL/configuration/Server.swift; sourceTree = "<group>"; };
+ D42D56316CEB52B93E0BB989 /* UnknownSlicedValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UnknownSlicedValue.swift; path = src/Ice/UnknownSlicedValue.swift; sourceTree = "<group>"; };
+ D44F94D4B3A7FE8DF202E923 /* OutgoingAsync.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OutgoingAsync.cpp; path = ../cpp/src/Ice/OutgoingAsync.cpp; sourceTree = "<group>"; };
+ D48C6637EB8B32FB5F901F27 /* Process.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Process.mm; path = src/IceImpl/Process.mm; sourceTree = "<group>"; };
+ D492600A57ED57AD9560FDA2 /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/servantLocator/TestAMDI.swift; sourceTree = "<group>"; };
+ D4975BF58EF6B2F8A7ABB3F5 /* IceOptionalAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOptionalAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ D4F2C4B911971D68C4AFE6B6 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/exceptions/Server.swift; sourceTree = "<group>"; };
+ D4FD2D709D57AE1DC028EE6F /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/info/Test.ice; sourceTree = "<group>"; };
+ D50E1BE1B9CFC5B2250FBDFB /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/binding/Client.swift; sourceTree = "<group>"; };
+ D52131FB6317572BB81E0DFC /* IceTimeout.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceTimeout.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ D53B811CADACE46AAA2DCB49 /* TraceUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = TraceUtil.mm; path = src/IceImpl/TraceUtil.mm; sourceTree = "<group>"; };
+ D54D325514ED0BE6FE52E0A3 /* DefaultsAndOverrides.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DefaultsAndOverrides.cpp; path = ../cpp/src/Ice/DefaultsAndOverrides.cpp; sourceTree = "<group>"; };
+ D679ADD51F9E6E07A97D2C50 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/retry/TestI.swift; sourceTree = "<group>"; };
+ D785B5F805348A95DF626A4A /* ObjectAdapterFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ObjectAdapterFactory.cpp; path = ../cpp/src/Ice/ObjectAdapterFactory.cpp; sourceTree = "<group>"; };
+ D8B75BFB47526C545D328EA0 /* Exception.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Exception.cpp; path = ../cpp/src/Ice/Exception.cpp; sourceTree = "<group>"; };
+ D8E2AD2F3F2BAA09BE83B0E2 /* Mutex.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Mutex.swift; path = src/Ice/Mutex.swift; sourceTree = "<group>"; };
+ D8E8D283AEDA3189E162F380 /* LoggerUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LoggerUtil.cpp; path = ../cpp/src/Ice/LoggerUtil.cpp; sourceTree = "<group>"; };
+ DB42A2F1EDE808CA86C846E9 /* IceEnums.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceEnums.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ DC01C4F677F4F7E617ED4CD1 /* WSConnector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WSConnector.cpp; path = ../cpp/src/Ice/WSConnector.cpp; sourceTree = "<group>"; };
+ DC4371814CEB10A0ADAC4B03 /* IceAdmin.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAdmin.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ DC9EE5DEF79524265C75B4A4 /* 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; };
+ DD35C0CAACECDE5F0FFBB6D3 /* PluginManagerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PluginManagerI.cpp; path = ../cpp/src/Ice/PluginManagerI.cpp; sourceTree = "<group>"; };
+ DD99D1F08C14A312779B5CB6 /* CommunicatorI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CommunicatorI.cpp; path = ../cpp/src/Ice/CommunicatorI.cpp; sourceTree = "<group>"; };
+ DDBAEA44F5939B7E51AECA06 /* Ice.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Ice.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ DE5652F6BD92909233846737 /* certs */ = {isa = PBXFileReference; includeInIndex = 1; name = certs; path = test/IceSSL/configuration/../../../../cpp/test/IceSSL/certs; sourceTree = "<group>"; };
+ DE87FB7506D7E056CCE8D825 /* LookupI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LookupI.cpp; path = ../cpp/src/IceDiscovery/LookupI.cpp; sourceTree = "<group>"; };
+ DEA702180D18D59C5E5A4D2C /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/udp/TestI.swift; sourceTree = "<group>"; };
+ DF79928448322090DB491E48 /* Convert.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Convert.mm; path = src/IceImpl/Convert.mm; sourceTree = "<group>"; };
+ E0BBE87E8606A5FFC99A1DB4 /* ServantLocator.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServantLocator.ice; path = ../slice/Ice/ServantLocator.ice; sourceTree = "<group>"; };
+ E0C2744EE5E6A8847954545D /* IceSSLConfiguration.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSSLConfiguration.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ E0D154150EF87EE7F705D2F7 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/proxy/Test.ice; sourceTree = "<group>"; };
+ E1E2CB34E4A934E017C67DAA /* IceHold.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceHold.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ E204D6FA4661EA24F0C6D6DE /* IceTimeout.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceTimeout.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ E2903BC12F845CB1431AC9E8 /* ServantLocatorI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServantLocatorI.swift; path = test/Ice/servantLocator/ServantLocatorI.swift; sourceTree = "<group>"; };
+ E3AF78872A4BEB7D061A9B32 /* IceStream.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceStream.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ E487C14CC9E700041C6DEECD /* AppDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = test/TestDriver/iOS/AppDelegate.swift; sourceTree = "<group>"; };
+ E4E4A24C23B589BE079DA80E /* TcpTransceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpTransceiver.cpp; path = ../cpp/src/Ice/TcpTransceiver.cpp; sourceTree = "<group>"; };
+ E54BC72ADF342BB507D30FB2 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/retry/Collocated.swift; sourceTree = "<group>"; };
+ E5B50DA89D7A974127EFBEF9 /* IceStream.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceStream.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ E6114EC62DE1EEE978F8B41F /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/proxy/AllTests.swift; sourceTree = "<group>"; };
+ E615DBA55804D9C3C71AC6E2 /* LoggerF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = LoggerF.ice; path = ../slice/Ice/LoggerF.ice; sourceTree = "<group>"; };
+ E64722B4EFE1E16D7E581A1E /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/optional/AllTests.swift; sourceTree = "<group>"; };
+ E68656E5EF5D3974B9CDB3D3 /* UnsupportedAdminFacet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = UnsupportedAdminFacet.mm; path = src/IceImpl/UnsupportedAdminFacet.mm; sourceTree = "<group>"; };
+ E68D7C627C937D3C8CC8F4FD /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = src/Ice/Util.swift; sourceTree = "<group>"; };
+ E6A30ED2434AC0C9FD2FA96E /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/operations/TestAMDI.swift; sourceTree = "<group>"; };
+ E72D98F805348F611E431A13 /* IceInvoke.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInvoke.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ E859F3741698FB4912BED7A5 /* IceGridSwift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceGridSwift.h; path = src/IceGrid/IceGridSwift.h; sourceTree = "<group>"; };
+ E8CE394D41C89B37D6E735E7 /* EndpointInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointInfo.ice; path = ../slice/IceIAP/EndpointInfo.ice; sourceTree = "<group>"; };
+ E8F6D49C60D45442FEAA4E3C /* Glacier2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Glacier2.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ E91F4262EFF74101CC97EC89 /* RetryQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RetryQueue.cpp; path = ../cpp/src/Ice/RetryQueue.cpp; sourceTree = "<group>"; };
+ E9398EDC593D148BA39586DD /* ImplicitContextI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImplicitContextI.cpp; path = ../cpp/src/Ice/ImplicitContextI.cpp; sourceTree = "<group>"; };
+ E9D74723E71F6133C7B67F8A /* SecureTransportUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SecureTransportUtil.cpp; path = ../cpp/src/IceSSL/SecureTransportUtil.cpp; sourceTree = "<group>"; };
+ E9EB459A0C1C577235CA551B /* ServantManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServantManager.swift; path = src/Ice/ServantManager.swift; sourceTree = "<group>"; };
+ EA405C92881CC5D4424C9660 /* MetricsObserverI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MetricsObserverI.cpp; path = ../cpp/src/Ice/MetricsObserverI.cpp; sourceTree = "<group>"; };
+ EA611CB47AAC451C3D811F4C /* IceImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceImpl.h; path = src/IceImpl/IceImpl.h; sourceTree = "<group>"; };
+ EB475406088D6B372C72CCA3 /* Glacier2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Glacier2.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ EB65E9D656C20BA959CCC7B7 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/admin/TestI.swift; sourceTree = "<group>"; };
+ EB8136B965DECB048DC073EA /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/optional/TestI.swift; sourceTree = "<group>"; };
+ EBCD91699ED4C08AC04B7E46 /* Identity.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Identity.ice; path = ../slice/Ice/Identity.ice; sourceTree = "<group>"; };
+ EC83293AF2DF257628115CBA /* IceObjects.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceObjects.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ EC8E77CA05807B679A92CD2A /* IceSwift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceSwift.h; path = src/Ice/IceSwift.h; sourceTree = "<group>"; };
+ EC9EE7B31283F11775B0007B /* 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; };
+ ED7BC07D0D71A43BE55A47E4 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/defaultServant/AllTests.swift; sourceTree = "<group>"; };
+ ED95C17344F3DC59E4560748 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/ami/Client.swift; sourceTree = "<group>"; };
+ ED9E1C7023FCAE13670F9E73 /* CollocatedRequestHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CollocatedRequestHandler.cpp; path = ../cpp/src/Ice/CollocatedRequestHandler.cpp; sourceTree = "<group>"; };
+ EE27F2AFB465F3A6A7E0905C /* IceServices.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServices.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ EFCA4660DC89CBA7DEFFB9AB /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/servantLocator/AllTests.swift; sourceTree = "<group>"; };
+ F0017A8AAB467D6681D17FD5 /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = src/Ice/Object.swift; sourceTree = "<group>"; };
+ F116F53C2BDCD65F021FAE7E /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/stream/Test.ice; sourceTree = "<group>"; };
+ F1E7F88156E87D26F4249B41 /* HttpParser.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HttpParser.cpp; path = ../cpp/src/Ice/HttpParser.cpp; sourceTree = "<group>"; };
+ F30C6E16D5AAFE25A761AA12 /* ImplicitContextF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ImplicitContextF.ice; path = ../slice/Ice/ImplicitContextF.ice; sourceTree = "<group>"; };
+ F32032F363D4D38962F213AA /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/acm/Client.swift; sourceTree = "<group>"; };
+ F32AEE1BAC02F4AA077D7768 /* SlicedData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SlicedData.swift; path = src/Ice/SlicedData.swift; sourceTree = "<group>"; };
+ F3417007B836B3C6981F01DE /* WSEndpoint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WSEndpoint.cpp; path = ../cpp/src/Ice/WSEndpoint.cpp; sourceTree = "<group>"; };
+ F370EC9C5DA18BEC65299930 /* OpaqueEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpaqueEndpointI.cpp; path = ../cpp/src/Ice/OpaqueEndpointI.cpp; sourceTree = "<group>"; };
+ F3FCAACC461B290982F6E9D6 /* libIceDiscovery C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceDiscovery C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ F452054F72670588A92E9D05 /* IceAcm.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAcm.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ F47BE93ACFB17B308EFCE2DC /* Buffer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Buffer.cpp; path = ../cpp/src/Ice/Buffer.cpp; sourceTree = "<group>"; };
+ F5FA8BE48A27313EE1A421F8 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/location/AllTests.swift; sourceTree = "<group>"; };
+ F6415EB02910158D9B555D1A /* PropertiesI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PropertiesI.cpp; path = ../cpp/src/Ice/PropertiesI.cpp; sourceTree = "<group>"; };
+ F688FE5A19FD31DA5801A9BF /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/timeout/AllTests.swift; sourceTree = "<group>"; };
+ F68F97D398A2EEA662C15125 /* IceDiscovery.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = IceDiscovery.ice; path = ../slice/IceDiscovery/IceDiscovery.ice; sourceTree = "<group>"; };
+ F6D636A4F0E3C716AFEE9309 /* InputStream.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InputStream.swift; path = src/Ice/InputStream.swift; sourceTree = "<group>"; };
+ F6DA123AD5F97C389C9724AC /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/scope/TestI.swift; sourceTree = "<group>"; };
+ F727C598665E570C5124B24C /* Time.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Time.cpp; path = ../cpp/src/IceUtil/Time.cpp; sourceTree = "<group>"; };
+ F741C76B6A92F488B56F04C3 /* libIceSSL C++11 macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceSSL C++11 macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ F79C6EAF0C1A0A30314B19A8 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/slicing/exceptions/TestI.swift; sourceTree = "<group>"; };
+ F7F5578B0289B6A9A884A5E6 /* StringConverterPlugin.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StringConverterPlugin.cpp; path = ../cpp/src/Ice/StringConverterPlugin.cpp; sourceTree = "<group>"; };
+ F80F56B46B9F22870F5994B9 /* RequestHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RequestHandler.cpp; path = ../cpp/src/Ice/RequestHandler.cpp; sourceTree = "<group>"; };
+ F87EA79C69600E62C8D1B2AF /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/location/Server.swift; sourceTree = "<group>"; };
+ F8C5AC8E31FF600DF3F2124A /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/servantLocator/Collocated.swift; sourceTree = "<group>"; };
+ F920F4A08F3D6638E88223F0 /* MetricsAdminI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MetricsAdminI.cpp; path = ../cpp/src/Ice/MetricsAdminI.cpp; sourceTree = "<group>"; };
+ F938FD55E97D39A478A3CEC7 /* Glacier2Swift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Glacier2Swift.h; path = src/Glacier2/Glacier2Swift.h; sourceTree = "<group>"; };
+ F9E77E97962ABFCB24F2AA5C /* StreamEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamEndpointI.cpp; path = ../cpp/src/Ice/ios/StreamEndpointI.cpp; sourceTree = "<group>"; };
+ FA0D492BC216DC853D9D3D77 /* IceSlicingObjects.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingObjects.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ FA57D43519145B2372572CBF /* Thread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Thread.cpp; path = ../cpp/src/Ice/Thread.cpp; sourceTree = "<group>"; };
+ FAB975D2253577EFF48F96D3 /* OutputUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OutputUtil.cpp; path = ../cpp/src/IceUtil/OutputUtil.cpp; sourceTree = "<group>"; };
+ FAC2F329FCFB379D6963645D /* InstrumentationI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InstrumentationI.cpp; path = ../cpp/src/Ice/InstrumentationI.cpp; sourceTree = "<group>"; };
+ FADD458C70D400515B91CAF0 /* IceHold.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceHold.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ FAF5DF0D0B8B3F79D40B04C7 /* ObjectAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectAdapter.mm; path = src/IceImpl/ObjectAdapter.mm; sourceTree = "<group>"; };
+ FB1A306152F47E41264F4410 /* ClientPrivate.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ClientPrivate.ice; path = test/Ice/slicing/objects/ClientPrivate.ice; sourceTree = "<group>"; };
+ FBBCDC6EF0AA3DE8F155D8CB /* Connector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Connector.cpp; path = ../cpp/src/Ice/Connector.cpp; sourceTree = "<group>"; };
+ FC0F72D596F75621D9760D7E /* ConsoleUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConsoleUtil.cpp; path = ../cpp/src/IceUtil/ConsoleUtil.cpp; sourceTree = "<group>"; };
+ FC1A56353D4AEBF171EBA982 /* SliceInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SliceInfo.swift; path = src/Ice/SliceInfo.swift; sourceTree = "<group>"; };
+ FC58F19ED98282350069DC7F /* LocalExceptionDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalExceptionDescription.swift; path = src/Ice/LocalExceptionDescription.swift; sourceTree = "<group>"; };
+ FCACF7DD1EFA359C55D88E2B /* Router.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Router.ice; path = ../slice/Ice/Router.ice; sourceTree = "<group>"; };
+ FD1868442C9A5E3A487AE5D2 /* 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; };
+ FD807A36F0DA39CB04ED0B66 /* IceSlicingExceptions.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingExceptions.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ FDAEECCD1ECA6D6C0FF4E6B6 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/objects/Test.ice; sourceTree = "<group>"; };
+ FEE8E843D38E1494F92CAFBC /* TrustManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TrustManager.cpp; path = ../cpp/src/IceSSL/TrustManager.cpp; sourceTree = "<group>"; };
+ FF60E70E06D63DB9A009E925 /* ObjectAdapterI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ObjectAdapterI.cpp; path = ../cpp/src/Ice/ObjectAdapterI.cpp; sourceTree = "<group>"; };
+ FFE689C53BA89A713ED9158E /* ConnectionInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionInfo.ice; path = ../slice/IceSSL/ConnectionInfo.ice; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
- 027B51EEC37FE7BD06081196 /* Frameworks */ = {
+ 0471E6F82D0E0CD8AB4CD4BD /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 7744865BB9DF068A29DAA080 /* Foundation.framework in Frameworks */,
- 2DE8403E05CD0C3E0284359B /* Ice.framework in Frameworks */,
- A8EFAD191A23156C0233D110 /* PromiseKit.xcframework in Frameworks */,
- 5D0953502297744FA39D0988 /* TestCommon.framework in Frameworks */,
+ 879E5072BB04AE6F1EAD9262 /* Foundation.framework in Frameworks */,
+ B7F6990EF7221190AB2CF8AD /* Ice.framework in Frameworks */,
+ 186C7682E7E600C82A4DEBC9 /* PromiseKit.xcframework in Frameworks */,
+ 4B07FBF38B1395A59D998696 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 04783D88A571B260613E5007 /* Frameworks */ = {
+ 0764F9A9B033CAC6AED99003 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 9EFED3F6C572D79B2A7CD659 /* Cocoa.framework in Frameworks */,
- D91DAADD1E728FC595C97532 /* Ice.framework in Frameworks */,
- BD5937B5AE2068192CFF2D2B /* PromiseKit.xcframework in Frameworks */,
- FA702A743CD3B773C636F799 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 0AC9CE948C06D1FC199DD419 /* Frameworks */ = {
+ 07FE1B1292EFB5B27A49ABB9 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 1BFE18074134F922193B9B8B /* Foundation.framework in Frameworks */,
- 8FAB99C013C26B0E50DD244E /* Ice.framework in Frameworks */,
- F2A43EF1D4AAB283B785DFDB /* PromiseKit.xcframework in Frameworks */,
- 9479078902B189F01E125623 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 102D934B053759ED2CE0E01E /* Frameworks */ = {
+ 0BB3ECBD4BEB83D5C610EFA1 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- AB797EFCABCC84DF2DD4BC18 /* Foundation.framework in Frameworks */,
- 6C23DF4A410390A9BDDA1ED8 /* Ice.framework in Frameworks */,
- 12B344B36250E061AD4FE00B /* PromiseKit.xcframework in Frameworks */,
- 18672DF6299A355D8F3BA44A /* TestCommon.framework in Frameworks */,
+ AD7308C7C49ACE71BA828050 /* Cocoa.framework in Frameworks */,
+ 4AA3FAC023E3C0AE3CC13BC8 /* Ice.framework in Frameworks */,
+ 038BF1EC71DDD9D4EE4769DA /* PromiseKit.xcframework in Frameworks */,
+ A2C370AE19A089E15F682C1D /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 1665190417C354B9F2E4DC14 /* Frameworks */ = {
+ 0E936AC622C08852ADEA93E8 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ 61BCAA78A6F9624E6BF4F3BE /* Foundation.framework in Frameworks */,
+ 612101DAF45F171EC60D6BD5 /* Ice.framework in Frameworks */,
+ 7C93955CB6FFED1797A5923E /* PromiseKit.xcframework in Frameworks */,
+ AD4BDAA4069F169808D25952 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 17949CBD8638BB2764B7BD88 /* Frameworks */ = {
+ 105613D4C5C5980D2F7D2F14 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 428EDDBB87173EC240BDB6CE /* Cocoa.framework in Frameworks */,
- 5753CB7127086C94733A87A1 /* Ice.framework in Frameworks */,
- BC157304738D4B0DBE69BC54 /* PromiseKit.xcframework in Frameworks */,
- 0729EF7BB76DFD0538C41EBE /* TestCommon.framework in Frameworks */,
+ 572F647F243B6623A3BB1814 /* Cocoa.framework in Frameworks */,
+ 1C29C237053F09120DC83B7F /* Ice.framework in Frameworks */,
+ C41C90D585C4801B347D9150 /* PromiseKit.xcframework in Frameworks */,
+ 929F4352AB4CD12399A0550E /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 18D7DB32081E6A4565ABAC1B /* Frameworks */ = {
+ 12887C36B312496841011CF8 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 20E2D43139F63CDBA4CEAA65 /* Foundation.framework in Frameworks */,
- DABB47844AA528566733EE1B /* Ice.framework in Frameworks */,
- 3B0569F04DD0F35EB17068A9 /* PromiseKit.xcframework in Frameworks */,
- CF5671275D5184BBE90EA7B5 /* TestCommon.framework in Frameworks */,
+ F767792FC5D0C182A6066385 /* Foundation.framework in Frameworks */,
+ 87425F53A266584B25587063 /* Ice.framework in Frameworks */,
+ 0851E1944B337ADBF2BF5FBC /* PromiseKit.xcframework in Frameworks */,
+ 6293499E00B134A58624F766 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 19A358BB50A55140D6BBF4F4 /* Frameworks */ = {
+ 1A58CBBC1E41642F840949DB /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 3A97F83798F449261F79660A /* Cocoa.framework in Frameworks */,
- E2CBC48570DFF839C8467D89 /* Ice.framework in Frameworks */,
- B35D99CA0484D2231310BC88 /* PromiseKit.xcframework in Frameworks */,
- E502243FFA037B8E05CC7286 /* TestCommon.framework in Frameworks */,
+ 7C458D24301CB7B732EBCB1F /* Cocoa.framework in Frameworks */,
+ 03C10D8209D780548821CE4F /* Glacier2.framework in Frameworks */,
+ 5B40EDEA168053B65024B1CC /* Ice.framework in Frameworks */,
+ 6A1914AA8485EEECF52DA304 /* IceGrid.framework in Frameworks */,
+ 88AB7747C9333A217C415C33 /* IceImpl.framework in Frameworks */,
+ BC095F9D8C4C42643F352BA6 /* IceStorm.framework in Frameworks */,
+ 38EAFBB57E70DD9C2E903F13 /* PromiseKit.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 1C1DABBD737E5C876C8A2662 /* Frameworks */ = {
+ 1EF127D7C2FD7681B9E8277D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- C5EBF7D5E46F0F63965CA1A3 /* Cocoa.framework in Frameworks */,
- 293CA99C395DCBE276ADC3A5 /* Ice.framework in Frameworks */,
- E5C5FD37E80EE560E8B20E0C /* PromiseKit.xcframework in Frameworks */,
- 4D8DF8051FDD3C2466F4530E /* TestCommon.framework in Frameworks */,
+ 845DE90906ABECA1EE3187F8 /* Cocoa.framework in Frameworks */,
+ A949DF6D6179AD15A2459342 /* Ice.framework in Frameworks */,
+ BF96F2A2C9A962920F94C825 /* PromiseKit.xcframework in Frameworks */,
+ E92BABC006F20276246163EC /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 1DAC048EF97BD3BDD178CFB8 /* Frameworks */ = {
+ 207BB8D4D2A70FB9575D8983 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 8B37E7E0BC61D1C01A554B97 /* Foundation.framework in Frameworks */,
- F2C801BAB2CC98554E8DA3F8 /* Ice.framework in Frameworks */,
- E2494E3F8572F28EF23DDF84 /* PromiseKit.xcframework in Frameworks */,
- 686EB4E4E2A185972942DCF6 /* TestCommon.framework in Frameworks */,
+ 49CF2C2D90A09C00012B2D98 /* Cocoa.framework in Frameworks */,
+ 1C19D1D3E56D31CA553C53E0 /* Ice.framework in Frameworks */,
+ D9473071FAC9CAA121389A39 /* PromiseKit.xcframework in Frameworks */,
+ 52040C382F70A5FA2EC8C3AE /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 203B815999895719CC4763D9 /* Frameworks */ = {
+ 28DC21A0D039AB054C6DAB4C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 4969D07DB18E0F899AB58EA8 /* Cocoa.framework in Frameworks */,
- A858811B210FEBC5DC731C44 /* Ice.framework in Frameworks */,
- 0F3D609802275A05F4426022 /* PromiseKit.xcframework in Frameworks */,
- E63A3F0A470254D9BE8F12A9 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 2216A92CD89E0A4FBD5D2CB5 /* Frameworks */ = {
+ 2B3D2F89AEB484AB58F780A9 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- EA0509641563536B5E3F0592 /* Cocoa.framework in Frameworks */,
- D16DBC856A3BF331C25FF0B4 /* Ice.framework in Frameworks */,
- AAFA45E8554E2FCD2CF56D26 /* PromiseKit.xcframework in Frameworks */,
- 35D6D20FB945DED26347905D /* TestCommon.framework in Frameworks */,
+ 18F52CD48C62AD8CFD8FE324 /* Foundation.framework in Frameworks */,
+ B27E9D4012B20E7DFF7298C7 /* Ice.framework in Frameworks */,
+ 3C67F3DB3518365BA0F4B91E /* PromiseKit.xcframework in Frameworks */,
+ ED13DC1BFC7B7750F2E83C8F /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 246D18FF71C712AF6C73F8CA /* Frameworks */ = {
+ 2CA258B3F85D8841178264EA /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- CF0CF81553E4F0E4EED62E28 /* Cocoa.framework in Frameworks */,
- 88DDF0A3D8D23765C559FE43 /* Ice.framework in Frameworks */,
- B8A728067979FD0AC6D1E3DA /* PromiseKit.xcframework in Frameworks */,
- DAC80262C011EE9036388558 /* TestCommon.framework in Frameworks */,
+ 0D9E5478FF5D7549F8985174 /* Foundation.framework in Frameworks */,
+ E108C5A35E50E06F25C5E1BF /* Ice.framework in Frameworks */,
+ 50263FB9C1AD05D793B3FBB1 /* PromiseKit.xcframework in Frameworks */,
+ FA7AEBEB170392C9322746F9 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 24F8D96063FD2ED7FCC54D07 /* Frameworks */ = {
+ 2D5EEC730B75A1BE04E8626F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 060D78446000FB3C4F69C3CC /* CFNetwork.framework in Frameworks */,
- FFC2F9325DF90B0F381D2BB1 /* ExternalAccessory.framework in Frameworks */,
- 6CDABC62598F62A86D7D6B3B /* Foundation.framework in Frameworks */,
- EE8ACFDB544E2837E25FDFE6 /* libIce C++11 iOS.a in Frameworks */,
- 8E1F12A52764F805B738C5E2 /* libIceDiscovery C++11 iOS.a in Frameworks */,
- 993774FB097A23F67C4607F4 /* libIceIAP C++11 iOS.a in Frameworks */,
- 25E75D102D76E988E5F2275D /* libIceLocatorDiscovery C++11 iOS.a in Frameworks */,
- FD9F7B5BEACA954F6DBB5019 /* libIceSSL C++11 iOS.a in Frameworks */,
- 44EF9FCC9D67C1CBEE0BBDE5 /* Security.framework in Frameworks */,
- 8D2DD137E525DA7F1CC9B01F /* UIKit.framework in Frameworks */,
+ 68ECA1EE8FDC0C6E19737069 /* Cocoa.framework in Frameworks */,
+ B50B30C049FC6DA8CEAB0B5D /* Ice.framework in Frameworks */,
+ 42DB35B48B8F6E9C25E6E7E8 /* PromiseKit.xcframework in Frameworks */,
+ DB94A25A5A9B7F2FE2694E0B /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 2858F1B70D7AC3D36B7D2EA8 /* Frameworks */ = {
+ 2D62692F636257E0C43FB7CA /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 66A0A0C2E2D4E594F76F9F77 /* Foundation.framework in Frameworks */,
- 879980864060ED689E56895A /* Ice.framework in Frameworks */,
- 57DC770309D8C2C3483A668D /* PromiseKit.xcframework in Frameworks */,
- D408CB8D4F0F7AB90F31ACA2 /* TestCommon.framework in Frameworks */,
+ 7306F3341A37C259C755DFD7 /* Ice.framework in Frameworks */,
+ B45BFC0DE594F65FA9268718 /* PromiseKit.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 293302045C3A16D1A1456C55 /* Frameworks */ = {
+ 2EFC69B048E32563585B8FC2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- EE4AF809A73787B712964BF0 /* Cocoa.framework in Frameworks */,
- 05C940B438F98E6E48B7EC18 /* Ice.framework in Frameworks */,
- BB38B94D0DEBF0C451FD4CCF /* PromiseKit.xcframework in Frameworks */,
- 7ADB1117464B1070246C37B5 /* TestCommon.framework in Frameworks */,
+ E8BE101DCB879B76A828F1BB /* Cocoa.framework in Frameworks */,
+ 05A7EF25083762370844E960 /* Ice.framework in Frameworks */,
+ 8BF17764D1C070B9F1AA931D /* PromiseKit.xcframework in Frameworks */,
+ A5F44CAEE521B03CE165FB88 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 2CA2A5911A6CC0009CBBDC07 /* Frameworks */ = {
+ 2EFC8CC8839C4A322DD58040 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 4807F70FA5BF0FFBA95A80A0 /* Foundation.framework in Frameworks */,
- 9612AF2BE7C217B73CF9568A /* Ice.framework in Frameworks */,
- BE4B2F97E5CA169DDC6D9C37 /* PromiseKit.xcframework in Frameworks */,
- 9B50936DD1E2289E20421C08 /* TestCommon.framework in Frameworks */,
+ E66961274837A0729890B81E /* CFNetwork.framework in Frameworks */,
+ EC769543AE5F0C781CD0DE8C /* ExternalAccessory.framework in Frameworks */,
+ CDB7E389AFC28C2AD4ACFECE /* Foundation.framework in Frameworks */,
+ 1EB768157FA43CB753281B96 /* libIce C++11 iOS.a in Frameworks */,
+ 54F5B940C75FCD2A945DF41D /* libIceDiscovery C++11 iOS.a in Frameworks */,
+ 7FB877C3C562890AD618C857 /* libIceIAP C++11 iOS.a in Frameworks */,
+ 5DB679A1F8053133DF631FB1 /* libIceLocatorDiscovery C++11 iOS.a in Frameworks */,
+ B9F405395F8A039CDD9D9506 /* libIceSSL C++11 iOS.a in Frameworks */,
+ 9AB11F6FA57E9973A249B928 /* Security.framework in Frameworks */,
+ 7FE01981C5CD557CC135AFAC /* UIKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 2DBF0FA4F8520B730B43C95F /* Frameworks */ = {
+ 2F7DE14DE3AD81794FD1D044 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- A96282F1176E7397AC274D85 /* Cocoa.framework in Frameworks */,
- 39ECDC54884465B494A70DF5 /* Ice.framework in Frameworks */,
- F0AA9238B7EA2C422853BF3B /* PromiseKit.xcframework in Frameworks */,
- F748597B7D02A013FD91CA53 /* TestCommon.framework in Frameworks */,
+ 49A27B27F61CA5AE4222C31D /* Cocoa.framework in Frameworks */,
+ A820F23D229C4F3999E15375 /* Ice.framework in Frameworks */,
+ BABF1BB9E43E7E06E8E60FBF /* PromiseKit.xcframework in Frameworks */,
+ EE8FFF3737628A9178393E28 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 2EBEFA3E1302892FFA6FE2A3 /* Frameworks */ = {
+ 31E9D61E3D986F4FCD0B3355 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- AC5B37D0B4A1E337FCB10A43 /* Foundation.framework in Frameworks */,
- 45BFDC669E10555B5E7A36DA /* Ice.framework in Frameworks */,
- F57E0569F06E94FC7418D5DB /* PromiseKit.xcframework in Frameworks */,
- B91197D1D23D7CC4C3504D2E /* TestCommon.framework in Frameworks */,
+ 4784B3C8DC2C88D200F8CC31 /* Cocoa.framework in Frameworks */,
+ 9089C8BDBA83571821E33AB3 /* Ice.framework in Frameworks */,
+ 244C9DFBC99AB2F323ECF723 /* PromiseKit.xcframework in Frameworks */,
+ 14C8403DD93297C3FC591AEF /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 2F0D9FC9FE94D8DC07A85F88 /* Frameworks */ = {
+ 33DAA1F4EFE795935CD1B6C4 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 88D0ABA673D8A3394B05697E /* Cocoa.framework in Frameworks */,
- BD8F452794FEF7257E47A4D8 /* Ice.framework in Frameworks */,
- 6CE11C3703152079E1068D1A /* PromiseKit.xcframework in Frameworks */,
- B7F552F294B0E51DC47C2A32 /* TestCommon.framework in Frameworks */,
+ 70A3BDE52FEE30E2982D455E /* IceImpl.framework in Frameworks */,
+ 4DF932C1E5A4C842263829CA /* PromiseKit.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 30E3A5E27C25F1CF32AE22A8 /* Frameworks */ = {
+ 3F40D618BBCDCCA0FF404476 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- EDBDB29835E0E713C443A554 /* Cocoa.framework in Frameworks */,
- 799BF9797A73073733237466 /* Ice.framework in Frameworks */,
- 8BC73E67A6F2BAB157EFB9B4 /* PromiseKit.xcframework in Frameworks */,
+ 847FC20C1B48295A88249983 /* Cocoa.framework in Frameworks */,
+ 714F4CB366F545F2F9D8EBAC /* Ice.framework in Frameworks */,
+ 35CE445701049F9A65A378BE /* PromiseKit.xcframework in Frameworks */,
+ 6439864FD1271F3ED64D9344 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 33F38EB358453D319F1D7F83 /* Frameworks */ = {
+ 443AD404DD5399F60719D5C7 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- ECCB88CA0C280DB1985ADBA0 /* Foundation.framework in Frameworks */,
- D47711C7C860B6142B9F1201 /* Ice.framework in Frameworks */,
- 30390C7C1ED60915A4F20AAD /* PromiseKit.xcframework in Frameworks */,
- 627058C0FE0193475FCEA95C /* TestCommon.framework in Frameworks */,
+ 5E4CE7A7A5246F187CC12FA8 /* Cocoa.framework in Frameworks */,
+ 21018A518CDCF586B0FC96B1 /* Ice.framework in Frameworks */,
+ 3C5EFA5A36EC996AA8D5B4E7 /* PromiseKit.xcframework in Frameworks */,
+ FBDD3FECC97335ACE3CB682F /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 35BDC5955407A92B476B365E /* Frameworks */ = {
+ 4604192E061336181322290A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 8B05A6AA7AFA5367F4BA9577 /* Foundation.framework in Frameworks */,
- 92AA2489B7FD7BC4409E2307 /* Ice.framework in Frameworks */,
- 9F5D588C2794A13313926533 /* PromiseKit.xcframework in Frameworks */,
- 92A657D74A701B093904D8AF /* TestCommon.framework in Frameworks */,
+ 9967F654F26DBEDCEFB2A5A0 /* Foundation.framework in Frameworks */,
+ A73B7B645437DF4178E288C2 /* Ice.framework in Frameworks */,
+ F0803DA58D3FDD0B557E4A64 /* PromiseKit.xcframework in Frameworks */,
+ 0E5BC42EA825EB84ECAD6AC3 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 377F879E91CE69D9825A0EEC /* Frameworks */ = {
+ 46C497B43D1701EFF82FF18F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- F1DB0C52A24E25564D1543D9 /* Cocoa.framework in Frameworks */,
- 76C478DD194A3A199FB0396A /* Ice.framework in Frameworks */,
- C4B225DFE621B25D63AA18FF /* PromiseKit.xcframework in Frameworks */,
- E83A7C5FD4CB6AF6AB7354E3 /* TestCommon.framework in Frameworks */,
+ F8EA5AA6B3D6578FDA53B6BB /* Cocoa.framework in Frameworks */,
+ DFC6EBD642D005BE80558DC3 /* Ice.framework in Frameworks */,
+ 00E1F7D01F736A0A74BA792C /* PromiseKit.xcframework in Frameworks */,
+ 50BFFB9A480AF9B155358562 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 398819CF299EC68C1C2B6236 /* Frameworks */ = {
+ 4AE617CBFDEBF6FEBFF56CF9 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 0C64F38C750BDEA2CEA90B58 /* Foundation.framework in Frameworks */,
- 821A1D845EA744CD7BE872CF /* Ice.framework in Frameworks */,
- 4EEB2A0D970F85E9A863EEE0 /* PromiseKit.xcframework in Frameworks */,
- F7FA81DDBDA4A9058366D63C /* TestCommon.framework in Frameworks */,
+ C609456675182F8FAADEE6C0 /* Foundation.framework in Frameworks */,
+ 1FE6CF888F6D3BC0B6CB7B8A /* Ice.framework in Frameworks */,
+ 7E6DDB079DF13BE8AA16D232 /* PromiseKit.xcframework in Frameworks */,
+ BBF88622CC55D28DFA4A9B7D /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 3C3997C11BE236CD3296FD26 /* Frameworks */ = {
+ 4C81BB4899431BC3A7CE8340 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- BB1D58258BB31B7A45A37308 /* Cocoa.framework in Frameworks */,
- 86E3B76E9CFE91D66ECD6C22 /* Ice.framework in Frameworks */,
- CAC3632970A0E2E4200B0574 /* PromiseKit.xcframework in Frameworks */,
- 4908922BFE1A3047AF94E654 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 432E6C6E9528BFEE301670EF /* Frameworks */ = {
+ 4EA77453D903B03499461ACC /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- F5ECB1745A4A69DCD670F090 /* Foundation.framework in Frameworks */,
- 78A02DB2D632F497034C4281 /* Ice.framework in Frameworks */,
- 0C54A0EF9A15505BB9B73A36 /* PromiseKit.xcframework in Frameworks */,
- 5140E99DE1823F9D9DE2F779 /* TestCommon.framework in Frameworks */,
+ 37EB708BD0A98FFB928A9C50 /* Cocoa.framework in Frameworks */,
+ 0B20FE0DD3A3C53F5A7943DE /* Ice.framework in Frameworks */,
+ 8D4BAA808AB0002F2B6677BA /* PromiseKit.xcframework in Frameworks */,
+ EE2641FAE8193827D4BAE61C /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 4544E0CCAC23F9F69163C4F8 /* Frameworks */ = {
+ 4EC081A7DE7059595378E875 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 7DF8C594B0D1FF379659D28F /* Foundation.framework in Frameworks */,
- CFE2C5F583C59D0E33694D12 /* Ice.framework in Frameworks */,
- 153571947BB1FD0C287A7D15 /* PromiseKit.xcframework in Frameworks */,
- 1178BCD8C9170DF6746CD818 /* TestCommon.framework in Frameworks */,
+ CB164CAF0B90B312D1F36B05 /* Foundation.framework in Frameworks */,
+ 585FF9E0EF2B1E1A69E1B0F7 /* Ice.framework in Frameworks */,
+ DE84C633E3465E175DCE15D0 /* PromiseKit.xcframework in Frameworks */,
+ A8523D0F041DF8FD1BA853B9 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 4804B25C8F7DCD884A295746 /* Frameworks */ = {
+ 4FFB92B5BA0A5D8F38BD608C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 030E98D48FB1E69AB2997800 /* Ice.framework in Frameworks */,
- 126462113F6C26E15F6666F5 /* PromiseKit.xcframework in Frameworks */,
+ 475919789424997EB6624019 /* Foundation.framework in Frameworks */,
+ 0385BF9F1D227D802EFF2C52 /* Glacier2.framework in Frameworks */,
+ 311F7BE8533C2E7C2D5009E8 /* Ice.framework in Frameworks */,
+ 311060B4A2045BC18023D264 /* IceGrid.framework in Frameworks */,
+ 3EEEB7A05E9CB8487D903007 /* IceStorm.framework in Frameworks */,
+ 666B3104AF85ACE629508BAA /* PromiseKit.xcframework in Frameworks */,
+ 195061E6EB44FD5E6BF801CC /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 4F0E9601035DCB18169F5F10 /* Frameworks */ = {
+ 5597D69ADF3821894ACF80DC /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- ECD40A84E6820C72E27131F5 /* Foundation.framework in Frameworks */,
- 9036B6EEB3C0A9B3447A31A3 /* Glacier2.framework in Frameworks */,
- 98608F9EF40629425D29C3EF /* Ice.framework in Frameworks */,
- 3B427F8175C1317A12B0010F /* IceGrid.framework in Frameworks */,
- 8DC8DF652A90EDAD52F76CA9 /* IceImpl.framework in Frameworks */,
- 7004EF4F0E5C94244406F9C2 /* IceStorm.framework in Frameworks */,
- BEADFDBE0F6E3A98F5800079 /* PromiseKit.xcframework in Frameworks */,
+ B57D6DFC0106FEB060C8A63F /* Ice.framework in Frameworks */,
+ E096FFBCD5CA14A71A3184A4 /* PromiseKit.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 5448F0EB663C0D25F3DE9D09 /* Frameworks */ = {
+ 5790587A25CD2EE3CAD69DC5 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ 04C7D6D34DC3F285E90FDDA3 /* Cocoa.framework in Frameworks */,
+ 5A6DEC4B630C7B09D8E44731 /* Glacier2.framework in Frameworks */,
+ 60EC6D6DAC50E3E203C51CE9 /* Ice.framework in Frameworks */,
+ D20199249A12C5BDC395ABDE /* IceGrid.framework in Frameworks */,
+ 9C4E2A14F4F7DE80CEBDD647 /* IceStorm.framework in Frameworks */,
+ D5891C964C68C423D98E744A /* PromiseKit.xcframework in Frameworks */,
+ CDFE0666F828EA6BB642A6A0 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 5638663287F2DE17A0CDC124 /* Frameworks */ = {
+ 5EE90BB863C20ACC2F5EB4BF /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 92D9DA4D1352A75227435C4E /* Foundation.framework in Frameworks */,
- 559722D71417FFCE4CC2BEFF /* Ice.framework in Frameworks */,
- 99411A33EB4FB6C817EC9F8B /* PromiseKit.xcframework in Frameworks */,
- C9C4BA826B1008FE730F012E /* TestCommon.framework in Frameworks */,
+ C9B9F91E739477AA592C4372 /* Foundation.framework in Frameworks */,
+ 9FDD930436035083DEE66952 /* Ice.framework in Frameworks */,
+ BD636D4D2DE8507C248CA598 /* PromiseKit.xcframework in Frameworks */,
+ 8A32AE09C25688493FAF0243 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 56650B23B348E40BF64A17F8 /* Frameworks */ = {
+ 607BE45B9B675A4A988C2F80 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- DF6AD4E6C382BAEC4549F47F /* Foundation.framework in Frameworks */,
- 74C8F0B9381D25425F3C04F1 /* Ice.framework in Frameworks */,
- 578A11781FB912FF27E33822 /* PromiseKit.xcframework in Frameworks */,
- CC712EA1DA71E9F8FA8654E1 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 583CF879A1B0EF101C91CF79 /* Frameworks */ = {
+ 61B80B3EE8BE92F01A0F4A83 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ 5B74E0CD427DA0DEC931DEB5 /* Foundation.framework in Frameworks */,
+ 0E9ADA4AAB2E9F5364C0330E /* Ice.framework in Frameworks */,
+ AFA7DB7948F478D8C7DC4401 /* PromiseKit.xcframework in Frameworks */,
+ 25327E7BBA8762DF1F61C07E /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 58A1F64214424D8EC0AC2F9D /* Frameworks */ = {
+ 62F618678AC6EB4DAA9155B1 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 279878913F3E43DD30D41CE2 /* Cocoa.framework in Frameworks */,
- 9299FF5B361C37ADAEA74AC6 /* Ice.framework in Frameworks */,
- 30358B669B0C59415065F490 /* PromiseKit.xcframework in Frameworks */,
- 6C83C48981ECDE49BFE105F5 /* TestCommon.framework in Frameworks */,
+ A66864052DD5CA0071DDD8A5 /* Foundation.framework in Frameworks */,
+ 31099B4BA6658CA2119E25FE /* Ice.framework in Frameworks */,
+ C1E9D09DE2E6787E533D9CE1 /* PromiseKit.xcframework in Frameworks */,
+ 8FCE6AA80197E160AD165FCF /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 59BDD12E21820C0C0E650B63 /* Frameworks */ = {
+ 634931699456E4A8EA2E7F7C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 7EE04E83A4A2DC83E78595CB /* Foundation.framework in Frameworks */,
- 35FEC167DC8AC851CC4BB006 /* Ice.framework in Frameworks */,
- EC4AD28A528EB81A613BB11D /* PromiseKit.xcframework in Frameworks */,
- AE937C559D98FCFE20D9A7EB /* TestCommon.framework in Frameworks */,
+ 5E5CA0A628373562BB4EC5AD /* Foundation.framework in Frameworks */,
+ 58831B1812ABCD0D8B30E748 /* Ice.framework in Frameworks */,
+ 390B23887DE782EB854D2AD8 /* PromiseKit.xcframework in Frameworks */,
+ A46A621882ECCF59FA8D752B /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 5B2EFB126D785D09D9D812D1 /* Frameworks */ = {
+ 643DE9CBF8DEFE1D11E65EDC /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 1E97F86EA923B8F4CDB275B1 /* Cocoa.framework in Frameworks */,
- 5C0CA553D66F254A1F054AF5 /* Ice.framework in Frameworks */,
- 4ACD5566F90FA5B24BAE6A27 /* PromiseKit.xcframework in Frameworks */,
- 2875970925D3D6D5019FDFA7 /* TestCommon.framework in Frameworks */,
+ 9ADC2B10CCB5B4EE51F6BFEB /* Foundation.framework in Frameworks */,
+ 479842AD71563A40EE41B29F /* Ice.framework in Frameworks */,
+ E71FF3024944703C195920D2 /* PromiseKit.xcframework in Frameworks */,
+ 7FD207FB2F7D6BBC480FDF4F /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 5F318DD8D6973CC6B2B100D3 /* Frameworks */ = {
+ 65200BD8811E3A204D1C78DA /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 2FA77EBA8261FC8B8EA38E24 /* Foundation.framework in Frameworks */,
- B7C0DA616476A7D3C29A25E2 /* Ice.framework in Frameworks */,
- 46BF6F0306306AE1C360535F /* PromiseKit.xcframework in Frameworks */,
- 8F21585ED831DA4F3360C3EC /* TestCommon.framework in Frameworks */,
+ A9F26BF68A9C484722EC2099 /* Cocoa.framework in Frameworks */,
+ 1B639892CC3530C2B7F14239 /* Ice.framework in Frameworks */,
+ 532E3FB324F9D31E3F7F6EB8 /* PromiseKit.xcframework in Frameworks */,
+ EA3AA2121788FB2C192EA02E /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 60A3121891C7C56726F7736F /* Frameworks */ = {
+ 67ECE6FAC1432422B1012298 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- FD91C966CDD29B4875C76B4D /* libIce C++11 macOS.a in Frameworks */,
- 4D75EFF8F153CC4351F51C5E /* libIceDiscovery C++11 macOS.a in Frameworks */,
- 2F0E487E311C7CF29D6FCE3E /* libIceLocatorDiscovery C++11 macOS.a in Frameworks */,
- 193FE2F881385CA114DA5EA5 /* libIceSSL C++11 macOS.a in Frameworks */,
- 634AB950FE429304FA46EF42 /* Security.framework in Frameworks */,
+ 4E66BB4D4F5D0A92C69057EA /* Cocoa.framework in Frameworks */,
+ B82776124DEE6218A1C9FDE5 /* Ice.framework in Frameworks */,
+ E3E41E4802567CE0BE48BAE4 /* PromiseKit.xcframework in Frameworks */,
+ CA29A591EFA31A3E9DEEFA8F /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 60E9C586E7BC0BD34469F37C /* Frameworks */ = {
+ 6E7D8AA12EEE8315C81790AE /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 90066B7E84DC3F9B0264A926 /* Cocoa.framework in Frameworks */,
- 7E5799ADDBA7FEFC01190210 /* Glacier2.framework in Frameworks */,
- C84A2076E9138C2B2F324F76 /* Ice.framework in Frameworks */,
- 307306A2C46031D34C38324D /* IceGrid.framework in Frameworks */,
- 103EEE92B3D1078B37D24509 /* IceStorm.framework in Frameworks */,
- EA2C327C634A2D5BA62971C0 /* PromiseKit.xcframework in Frameworks */,
- 43B15E89779BFAB208DDB3E2 /* TestCommon.framework in Frameworks */,
+ 7047222A2153A307D520CE3B /* Foundation.framework in Frameworks */,
+ 735A5EBE821B8A1E6B6B42CE /* Ice.framework in Frameworks */,
+ F82DE29711C2A2E9A6E75DFB /* PromiseKit.xcframework in Frameworks */,
+ 54B4CD18E3860CEB692D7D74 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 6105B44EE5B89DEB87B7D690 /* Frameworks */ = {
+ 6ED3A41AA3E89FA90089DD3C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 7EE436E955F179F3F8C40447 /* Cocoa.framework in Frameworks */,
- FDAEA4E9BEDDED7E00A6AC6A /* Ice.framework in Frameworks */,
- DC497A07DCC344BA6CD0C93C /* PromiseKit.xcframework in Frameworks */,
- 7E2144DBE809C0376506392B /* TestCommon.framework in Frameworks */,
+ 1F502CECA47FADAF60F5206E /* Cocoa.framework in Frameworks */,
+ 5C9956AB8B65782FA0387B2A /* Ice.framework in Frameworks */,
+ BFCE458B9A44CBC04440EA8E /* PromiseKit.xcframework in Frameworks */,
+ C99AA189EA0075505798875F /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 65172FF669C04FB07FFD5076 /* Frameworks */ = {
+ 6F69F3AD24A281467568A1DE /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- CE3E7EBE7E48296B09501F4D /* Cocoa.framework in Frameworks */,
- 7C0E40D572EEFD869AA4FAC1 /* Ice.framework in Frameworks */,
- 10EC0E402EEB93E1114DF22B /* PromiseKit.xcframework in Frameworks */,
- F60EB888201F4F1ECF868335 /* TestCommon.framework in Frameworks */,
+ A8DF27AD98CFB6C6D98EB8DB /* Cocoa.framework in Frameworks */,
+ CC8DD90E856ED4E84B5365D9 /* Ice.framework in Frameworks */,
+ 635DC1D64E4059D0FC1F414D /* PromiseKit.xcframework in Frameworks */,
+ 8BB6F61273A2297278F19E8C /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 65883518514B1C81560120BA /* Frameworks */ = {
+ 6FC9BEADEB3F435E0759ADB2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 6DB3A8C43A033720597B1A79 /* Foundation.framework in Frameworks */,
- B8D125799B7B6315FF0E1D93 /* Ice.framework in Frameworks */,
- C5F82AF617D111487B4BBA2E /* PromiseKit.xcframework in Frameworks */,
- A84A144BC2E61816105A5EC8 /* TestCommon.framework in Frameworks */,
+ 319892C4CA8B115ACE8C4F2C /* Cocoa.framework in Frameworks */,
+ 81E8789217DF84FF3499AD2A /* Ice.framework in Frameworks */,
+ 492D4FED2EAEFAEF5E9C68D3 /* PromiseKit.xcframework in Frameworks */,
+ B8EEF4F0F599FB309FB9434C /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 673BD76CF6F87D55A2EA738E /* Frameworks */ = {
+ 706873874EC73D36312857DC /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- DE27C448BDC7C7F07363BA6C /* Cocoa.framework in Frameworks */,
- 38E6FB8EE375BB60EA73C108 /* Ice.framework in Frameworks */,
- DBCA61ED5FD042A4D2DA7EBA /* PromiseKit.xcframework in Frameworks */,
- 5BAA7F2A6CF938F488A7F83A /* TestCommon.framework in Frameworks */,
+ 4E2C77167F610084D6001F78 /* Foundation.framework in Frameworks */,
+ A778D5E4FBAB85987B8032F4 /* Ice.framework in Frameworks */,
+ CF9B29013C0C627EA310AFB5 /* PromiseKit.xcframework in Frameworks */,
+ A6C2850173817EC30E6EE54A /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 67F3F41D93176278F3F2B2F0 /* Frameworks */ = {
+ 721D915A9581E1C43EEBFDCA /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- AB9669BA4B07EB8037FCBB61 /* Foundation.framework in Frameworks */,
- CB63689DB7AB1A8198987667 /* Ice.framework in Frameworks */,
- 9698D02443C7C9239BA415DF /* PromiseKit.xcframework in Frameworks */,
- CC4A0A7C1C5B408A16C08708 /* TestCommon.framework in Frameworks */,
+ F2CE3CB4C81C1D18EFF802AC /* Cocoa.framework in Frameworks */,
+ AD499BCA69F1F25F4813174E /* Ice.framework in Frameworks */,
+ 572A75CD4C5D6FAD397915C1 /* PromiseKit.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 6BE69CE21A454FD9AE38BF6E /* Frameworks */ = {
+ 725CBE0F6A6722C0B7A4D14E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 0F4A843F8F068B0C3F5FC6E9 /* Cocoa.framework in Frameworks */,
- C84E7D562A09E3328CAD0CEF /* Ice.framework in Frameworks */,
- F9E2F8292BA2CD867834106F /* PromiseKit.xcframework in Frameworks */,
- C736F384850E8CA6DC953414 /* TestCommon.framework in Frameworks */,
+ 0A259287A5165A065C965B2E /* Foundation.framework in Frameworks */,
+ C3AD0F0CA96E3383152DD679 /* Ice.framework in Frameworks */,
+ 42F26B8933F05EC93FF011A8 /* PromiseKit.xcframework in Frameworks */,
+ 0EA96B820E3ABF7C72219EE7 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 6C735652A2F43A62F573AE4D /* Frameworks */ = {
+ 759220832DCF1F3A4D78453F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 024478E934F726ADCF4DFE79 /* Cocoa.framework in Frameworks */,
- 30EDD31E269F4470C20C8923 /* Ice.framework in Frameworks */,
- 2A84558AEA7D0D2156323464 /* PromiseKit.xcframework in Frameworks */,
- A981984B501055FF82E6AA8C /* TestCommon.framework in Frameworks */,
+ A36B3F0B4B2271245ED80E3D /* Foundation.framework in Frameworks */,
+ 088AE9B43F8726073FF09478 /* Ice.framework in Frameworks */,
+ 1D165E743E0214162AEB487B /* PromiseKit.xcframework in Frameworks */,
+ ABE5A81A785743EE49BBC8F5 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 71C0F0FB8523F52547CFCBD0 /* Frameworks */ = {
+ 799B529A9F4A98BD0B42844F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 9F5606162C3D03046B3FE1A3 /* Cocoa.framework in Frameworks */,
- F9F8302EBCA06B8B9E6E0AF4 /* Ice.framework in Frameworks */,
- D3C3F85DE6EB899ACA055F1D /* PromiseKit.xcframework in Frameworks */,
- 855FCD8246746812266C910A /* TestCommon.framework in Frameworks */,
+ BD16373125E544C7330FBE22 /* Foundation.framework in Frameworks */,
+ 07F744CE1405CB615F04F081 /* Ice.framework in Frameworks */,
+ 4E111FD8210E776FB402C8EE /* PromiseKit.xcframework in Frameworks */,
+ 3822877AE47B1EB2B35C2ACE /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 71C2A38B81E3545412942283 /* Frameworks */ = {
+ 7EC5ED477D397F156B21F4B9 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ 388176AC538DD0621E46D097 /* Foundation.framework in Frameworks */,
+ 976C308E181F8A2877360BE3 /* Ice.framework in Frameworks */,
+ 8EA35F9C014FAC370C7D3C3D /* PromiseKit.xcframework in Frameworks */,
+ FB96B7B2FCF938AFA589D005 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 7526A2A4A4863269265F7DC0 /* Frameworks */ = {
+ 81438DD15055500A96B0758B /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- D5D960C07443CC0B2CD48722 /* Cocoa.framework in Frameworks */,
- 59C62B8D63D763256700A797 /* Ice.framework in Frameworks */,
- 75CD4EB01FBC6EAF35399AA1 /* PromiseKit.xcframework in Frameworks */,
- 4231E52F6F195538037A3F42 /* TestCommon.framework in Frameworks */,
+ 355C055E7B8B0ED676E859B8 /* Glacier2.framework in Frameworks */,
+ 105075F503A8C5716FA73D0C /* Ice.framework in Frameworks */,
+ 83CFEF14F3B43C128D17FCAF /* PromiseKit.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 7BE4300FC4A31ECD0B3D4A90 /* Frameworks */ = {
+ 8916331EE5B4D20ACCCE1822 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 5E2D7BD0F9ED31667FB4823A /* Cocoa.framework in Frameworks */,
- 386FE682425C9EA81135414C /* Ice.framework in Frameworks */,
- 9BB5DC95647E982BCFBF55C7 /* PromiseKit.xcframework in Frameworks */,
- 3F87BD568360120AADF5E713 /* TestCommon.framework in Frameworks */,
+ CA53C77E4E7236E5E770B2FD /* Ice.framework in Frameworks */,
+ B0C408EF026CCC30CD27A6FF /* PromiseKit.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 8257CD4CBFF213FA4C2354CA /* Frameworks */ = {
+ 893527070D215478CB5D715C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 142379BC3F52308A99AEC93D /* Foundation.framework in Frameworks */,
- 0AE871328B1591F1F3B6DF41 /* Ice.framework in Frameworks */,
- 927E2ECAB4F11C6E21709250 /* PromiseKit.xcframework in Frameworks */,
- 483034D834A771284A95CD00 /* TestCommon.framework in Frameworks */,
+ 6ACB4A8DC61A7A21806AAB9F /* Foundation.framework in Frameworks */,
+ 8F1B704662741C6504EFCC8E /* Ice.framework in Frameworks */,
+ 4B2CF23160E10417C67D4B55 /* PromiseKit.xcframework in Frameworks */,
+ 5A63A0EB3470757364BD35BA /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 82813844D249E12F1E491B25 /* Frameworks */ = {
+ 89C7A7E20D44A7AA3DDFF252 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 09F82BFD9F9DA52121EC216E /* Cocoa.framework in Frameworks */,
- A37330978C51CEBCABCEF7D6 /* Ice.framework in Frameworks */,
- 08A5D1685D63FDBF7054563D /* PromiseKit.xcframework in Frameworks */,
- 85FA8D6044201493CA2CFAD4 /* TestCommon.framework in Frameworks */,
+ CF69AC0EFFD82ABBCD304C51 /* Foundation.framework in Frameworks */,
+ 660A66582B0FC926B312CEFB /* Glacier2.framework in Frameworks */,
+ 3A9E5987E2AE07644F847464 /* Ice.framework in Frameworks */,
+ 715CF2B35A2D64A748F35D36 /* IceGrid.framework in Frameworks */,
+ 36838D4F35231A9C9CF3A247 /* IceImpl.framework in Frameworks */,
+ CEA5FB3FCCE2FB916E0B5F8B /* IceStorm.framework in Frameworks */,
+ 60F1AECA676C797794B74E74 /* PromiseKit.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 83F29D826BADB0D9463E6232 /* Frameworks */ = {
+ 8B04D7EEADDBF94A62FE9BDD /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 167BACC0F7AD2D37C5065439 /* Foundation.framework in Frameworks */,
- 06CB8F820DF4E006C3257282 /* Ice.framework in Frameworks */,
- 9439E577CF57F5ECA842D36F /* PromiseKit.xcframework in Frameworks */,
- 76E33FC61C33AFECC6145FF8 /* TestCommon.framework in Frameworks */,
+ 241FF98527ED30D49830AD8C /* Cocoa.framework in Frameworks */,
+ E0A1F4CEBF29496A6FA89B14 /* Ice.framework in Frameworks */,
+ CCF3BCF43F6DAA78B05B6189 /* PromiseKit.xcframework in Frameworks */,
+ C2A9EF10F7AA06EDA527623F /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 85BA9BF31EBDBB4BE03021C1 /* Frameworks */ = {
+ 8F9016C7A65C649966FA315F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 837E1D9DFCBABE48B950174F /* Cocoa.framework in Frameworks */,
- EC5354461C99447DA1C15A1B /* Ice.framework in Frameworks */,
- AA47FEAD639EDE8C9717839F /* PromiseKit.xcframework in Frameworks */,
- 94255686D84791C7498C4C11 /* TestCommon.framework in Frameworks */,
+ 6F25FCD7A9D9E56B0AF83EBF /* Cocoa.framework in Frameworks */,
+ 741D3D75F56CC9DDA27119E3 /* Ice.framework in Frameworks */,
+ E8E94888A266EF67BBB67DD2 /* PromiseKit.xcframework in Frameworks */,
+ 759964222457EF3F212B5D5F /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 896B48F51F27299E4A7108C4 /* Frameworks */ = {
+ 9300B0C81D829FA8184681A4 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 01426EF9B688D64AA31DB46E /* Foundation.framework in Frameworks */,
- 44B3704D190D29223B3FE343 /* Ice.framework in Frameworks */,
- DA8CE34E82FA6C34C5244B14 /* PromiseKit.xcframework in Frameworks */,
- BFB453BA4B3B92183E9591AD /* TestCommon.framework in Frameworks */,
+ EF126E52DB64979B836AD061 /* Cocoa.framework in Frameworks */,
+ 75D4E24C763BD003F7009E2C /* Ice.framework in Frameworks */,
+ ADF335D7758C0643AA406668 /* PromiseKit.xcframework in Frameworks */,
+ 3DBF5F19DF17D9CF3B31057A /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 8AD8F2574069A79085EF4EF4 /* Frameworks */ = {
+ 969FF03910032CFE1D5E2DE4 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 30A512213E19424404DEC0CA /* Foundation.framework in Frameworks */,
- C2903851651352311CD5DC70 /* Ice.framework in Frameworks */,
- 14E83E7D1CDBB3A68E2017C7 /* PromiseKit.xcframework in Frameworks */,
- B10C58E5720D812DB921E32B /* TestCommon.framework in Frameworks */,
+ 8DA4B4EA71A735712FF8B0F5 /* Cocoa.framework in Frameworks */,
+ CB9B2957AB9201D4D05DE124 /* Ice.framework in Frameworks */,
+ 8C67A581EBCE73D03CE1B302 /* PromiseKit.xcframework in Frameworks */,
+ C523EE9C4F88E0E6FC42068C /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 8D33846E40681108649A3C7A /* Frameworks */ = {
+ 98A114C47C41F5B124A69B4F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 8F6354D633340236293F11BB /* Ice.framework in Frameworks */,
- 1A6892AC90CA8632EF95D426 /* PromiseKit.xcframework in Frameworks */,
+ F1AB9D62F42466F30B46A211 /* Cocoa.framework in Frameworks */,
+ 135BA481484D70542F80BCE5 /* Ice.framework in Frameworks */,
+ F461B1F7BBB74AC4BE92C51D /* PromiseKit.xcframework in Frameworks */,
+ 541341EAEB15C4ABCD52460B /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 8D7001683304D4AD2680C8DE /* Frameworks */ = {
+ 98C57BE13CF0328944FF965C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 032F9B67779F32B93260A790 /* Glacier2.framework in Frameworks */,
- D6189541BB0D2DD7D97B055A /* Ice.framework in Frameworks */,
- 0F9CC7A1E6730557D82C5D96 /* PromiseKit.xcframework in Frameworks */,
+ 439D3291950EA27E49A1ABC7 /* Cocoa.framework in Frameworks */,
+ 0CCE279840AD56162FCB9F4F /* Ice.framework in Frameworks */,
+ A80DAA4BE444B3E60EB66E26 /* PromiseKit.xcframework in Frameworks */,
+ 1F4630F4DF2E9B40C653CA52 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 8D965E38E4B2C92846E4734D /* Frameworks */ = {
+ 9D94407A5D6D2700D977472F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 2053AD0094079AE532D15D5D /* Cocoa.framework in Frameworks */,
- 80B7368A0E8EF6EA9FF86961 /* Ice.framework in Frameworks */,
- 9BCB19558799DFFA9EB68D5B /* PromiseKit.xcframework in Frameworks */,
- 1586D08B8BC9E09E13CC2A1E /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 8D9C24C48B79897ACB15B3A5 /* Frameworks */ = {
+ 9F7278C6FFFC64F89A1A0CEC /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 72DFD8D0D322F584E3E8A622 /* Foundation.framework in Frameworks */,
- 8EEE9DF8A92195186455DB97 /* Ice.framework in Frameworks */,
- 603F3C1586BEA491197C8DD4 /* PromiseKit.xcframework in Frameworks */,
- 4E980B59FE527E856EBE6F3B /* TestCommon.framework in Frameworks */,
+ 04F9DDCB17FDDA61A3FFDC3F /* Foundation.framework in Frameworks */,
+ 2AAB15E4DF80F005F810C2CA /* Ice.framework in Frameworks */,
+ 4B3BD8B2331A5646F156F616 /* PromiseKit.xcframework in Frameworks */,
+ 1730D8706FABB9B181AFD422 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 94590FAA5DA862199895FFF2 /* Frameworks */ = {
+ A016C41127AAE249ABCE01A4 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ 22844CB441520F2C4BB6E8A8 /* Cocoa.framework in Frameworks */,
+ 1B36D1099A4D50A5F02C0D5A /* Ice.framework in Frameworks */,
+ 8648BC02BE4B1D0606C44745 /* PromiseKit.xcframework in Frameworks */,
+ 433E611ECB1DC339A40070DE /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 947A23A3C24F6798F188E277 /* Frameworks */ = {
+ A04950B36EDC6289812602A5 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 8F56D3D71EBABE775F54A0D2 /* Foundation.framework in Frameworks */,
- 6B531F813A45BD5E2F275277 /* Ice.framework in Frameworks */,
- 2C9145FE2840EC435E1BFD26 /* PromiseKit.xcframework in Frameworks */,
+ F3475FCBB5561F3E9474E3F1 /* Foundation.framework in Frameworks */,
+ 70F7A767CDFF8634D913DDDD /* Ice.framework in Frameworks */,
+ 95171EEEA1F6418F1C49E708 /* PromiseKit.xcframework in Frameworks */,
+ 4861A3A8E172550234B607D8 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 95E4B260F7CA170A50DFA4F7 /* Frameworks */ = {
+ A901B482E20F475509DDC640 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- F4A338AF249A03004F4AC256 /* Foundation.framework in Frameworks */,
- 2A87F5A35C50A936AB3EAE33 /* Ice.framework in Frameworks */,
- CE1C9FB86EC49FD8D7293E3F /* PromiseKit.xcframework in Frameworks */,
- 5033064828A92ACAC3982215 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 95FFF6862FB5D71EB009B45D /* Frameworks */ = {
+ AB5EEA71E164891F56F45330 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 8F4278D18B8B1D8DA3653DC7 /* Glacier2.framework in Frameworks */,
- 9C0B92CE705FBE8CFCA907FC /* Ice.framework in Frameworks */,
- 44DD351ECF4C551CAF9C8DF9 /* PromiseKit.xcframework in Frameworks */,
+ 7B53D6F4528295EF4459FD30 /* Foundation.framework in Frameworks */,
+ F566C446D56132D063322D24 /* Ice.framework in Frameworks */,
+ 95C26A1C5801D993E494A723 /* PromiseKit.xcframework in Frameworks */,
+ D270C10E0968E1579106DC44 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 983A550FD21F825D1A928D85 /* Frameworks */ = {
+ AB8069A161866AC1C58B9BED /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- A8F018A4FB76BE434E54C7A9 /* Foundation.framework in Frameworks */,
- C001A19A585E555B76548818 /* Ice.framework in Frameworks */,
- 99C7FC9940C213470FD56ED2 /* PromiseKit.xcframework in Frameworks */,
- B004B132C0A6AF53C6E32B37 /* TestCommon.framework in Frameworks */,
+ CF6BA6E49E256215C7989B15 /* Cocoa.framework in Frameworks */,
+ 482C8743F6882C962E6250FF /* Ice.framework in Frameworks */,
+ 1C8B1F0280CBEC9E1EC5ABCA /* PromiseKit.xcframework in Frameworks */,
+ FBDACB6C08324BFBE141C846 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 9A2A7A68BA02E1E48F394F2F /* Frameworks */ = {
+ ABB7159C7B78140FBD9A4718 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 18BE08F9DB5D338F80973299 /* Foundation.framework in Frameworks */,
- 66AFD50D2517632859DD7682 /* Ice.framework in Frameworks */,
- 04EAE49B941D43485DDE2A76 /* PromiseKit.xcframework in Frameworks */,
- CE5736C78D5A7FFA5A9C4B99 /* TestCommon.framework in Frameworks */,
+ CED4F7749ABCD2BAE61744AB /* Cocoa.framework in Frameworks */,
+ C0DF4B0C843E8362C7DBF377 /* Ice.framework in Frameworks */,
+ 2817720BB152124FEDD56E84 /* PromiseKit.xcframework in Frameworks */,
+ FC1F31EEB44B722A1BBBED38 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 9B2BFE80A766A13FC2323533 /* Frameworks */ = {
+ AF6E9F476535BE17A015B4D4 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 024CB7EFAC5BB5136B3D785D /* Cocoa.framework in Frameworks */,
- 9BFAA185DF7E88938533C9E1 /* Glacier2.framework in Frameworks */,
- B8ADA873413D54E3FE2FE21F /* Ice.framework in Frameworks */,
- E09D753E2367F5C9998DDA3E /* IceGrid.framework in Frameworks */,
- F02894D1721AB345D7F567BB /* IceImpl.framework in Frameworks */,
- 18FBD534158878146F23FF05 /* IceStorm.framework in Frameworks */,
- 157841B3B9ADCD9C3C247A0D /* PromiseKit.xcframework in Frameworks */,
+ 46ED90F01CBE70BC23175E87 /* IceImpl.framework in Frameworks */,
+ CFB1D2784013C86C8C7FFA27 /* PromiseKit.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 9D08965D0A7C0EC907D3FD6B /* Frameworks */ = {
+ AFFEA207F1BECBEB2576791B /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ 30B718C5E05B5C6C437A7848 /* Foundation.framework in Frameworks */,
+ 22B06FE648D51904E06F7BF7 /* Ice.framework in Frameworks */,
+ 2817D3159AEEF0A2178296D8 /* PromiseKit.xcframework in Frameworks */,
+ AA371E492B78802C0BDC1E22 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 9F6BCA50B4DDAACA5EA6EF01 /* Frameworks */ = {
+ B24EC38609A759CBAC3E3B38 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 767BD19FDBD9823685D447C4 /* Foundation.framework in Frameworks */,
- 5FB1683E8F8469F673485499 /* Ice.framework in Frameworks */,
- EA658E5F3A8FB18BD904506F /* PromiseKit.xcframework in Frameworks */,
- 8535CF90F3B3FD028A1B8828 /* TestCommon.framework in Frameworks */,
+ ED42DC1EC20469C40AA56AE0 /* Foundation.framework in Frameworks */,
+ C8595CD5CCB0E439560B23F4 /* Ice.framework in Frameworks */,
+ 53DF75507892F9F989BCF017 /* PromiseKit.xcframework in Frameworks */,
+ D97204297F3670EB29FF50F3 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- A850EE4004B3983546C92561 /* Frameworks */ = {
+ B56E4C20A264919DC0911C39 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- EF2209432ABC23261D6CBF93 /* Foundation.framework in Frameworks */,
- 08C317C780051EDCC244C649 /* Ice.framework in Frameworks */,
- F5B8F02998C88D4B111F6C86 /* PromiseKit.xcframework in Frameworks */,
- BDA8CD9AFE8CBD3613865DD1 /* TestCommon.framework in Frameworks */,
+ 891F4EBFAE39E444D1105EEE /* Foundation.framework in Frameworks */,
+ 580EDDE335791D89FF568755 /* Ice.framework in Frameworks */,
+ 41B8D5E65B9935ECDEA83459 /* PromiseKit.xcframework in Frameworks */,
+ 66E71346567187FB45226DDF /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- A871529435718FCF26FEDAB6 /* Frameworks */ = {
+ B7B0E8879B751086D29AC8A3 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- B9E8CE093A73BE3A82F544B7 /* Ice.framework in Frameworks */,
- BA108126E6523DCA4A66E68A /* PromiseKit.xcframework in Frameworks */,
+ 73FA153E9A5457F2AC3AB39D /* Foundation.framework in Frameworks */,
+ 27358CC3A0D9F08561C9A813 /* Ice.framework in Frameworks */,
+ 4852BC3F98BE4E79E8B846D4 /* PromiseKit.xcframework in Frameworks */,
+ C1E25D1B1EDBA03788F978C8 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- A92E55FDDA54CC9D1498F547 /* Frameworks */ = {
+ B7FA0444B94F2AD9A866A493 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- D5CA2FABB8CEBEB0833145BA /* Cocoa.framework in Frameworks */,
- 1DA2338DAAF53BB448A35DA2 /* Ice.framework in Frameworks */,
- DE6A04670290F461BFACE8FC /* PromiseKit.xcframework in Frameworks */,
- 95E79E60CD8846B43E6670DF /* TestCommon.framework in Frameworks */,
+ F2D3D0138C65B78E2094AB59 /* Foundation.framework in Frameworks */,
+ D709A9D5F2EEA23076ABA105 /* Ice.framework in Frameworks */,
+ 514D062D2AE0034C90867D6C /* PromiseKit.xcframework in Frameworks */,
+ 67D9B4AB8C8E96CDBDD11E47 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- A9AE9BE224819B3120E367C5 /* Frameworks */ = {
+ B92E3B82D4F82BDA859BC13A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 67AF67F1F6D7AA76DBC25163 /* Cocoa.framework in Frameworks */,
- E45300E241E18A42079676D8 /* Ice.framework in Frameworks */,
- 5D1C8C7E594BAF03C1DD6F02 /* PromiseKit.xcframework in Frameworks */,
- 458A4A268CCE913DCD1A19C0 /* TestCommon.framework in Frameworks */,
+ 027877EE470301EF86033512 /* libIce C++11 macOS.a in Frameworks */,
+ 4A2434EB632B6D9F3CEFEFAC /* libIceDiscovery C++11 macOS.a in Frameworks */,
+ 08435EA8A113E84953A7EB8A /* libIceLocatorDiscovery C++11 macOS.a in Frameworks */,
+ E3CAE0EA0985B1A65C3AE34C /* libIceSSL C++11 macOS.a in Frameworks */,
+ 72A5E56991B614AACFA5FBF5 /* Security.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- AD6FE6903703F561219A7A24 /* Frameworks */ = {
+ B93C9C2EB073E0042037FE6E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 744DB0B0B1105BA7FF2A4D4B /* Cocoa.framework in Frameworks */,
- 4FEF73A4A69FC63F50C9E024 /* Ice.framework in Frameworks */,
- 980DD82AEA221AFDBA38E746 /* PromiseKit.xcframework in Frameworks */,
- 8E706F842F4E3BE00BD55F8A /* TestCommon.framework in Frameworks */,
+ D0D29A2DEA116ADE3FE80CFF /* Cocoa.framework in Frameworks */,
+ 88889E45BFB6B89C2F49F02D /* Ice.framework in Frameworks */,
+ F6142AC1F47FD7DD3C0EFF8A /* PromiseKit.xcframework in Frameworks */,
+ 431615CF7A75463947388FA1 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- B2C21E1873D8CEE58ED24CBB /* Frameworks */ = {
+ BB6F2AB38F0DD3EF6D2895BA /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 70CE1E0C7C5E83F52FF91ABB /* Foundation.framework in Frameworks */,
- B042FE49366845D14EBC77F3 /* Ice.framework in Frameworks */,
- CB8649D7BC4ECA256007C706 /* PromiseKit.xcframework in Frameworks */,
- FDFC032B0BCAC70EABDCE650 /* TestCommon.framework in Frameworks */,
+ D6E4DAB94B02CCAD92A53D34 /* Cocoa.framework in Frameworks */,
+ 550939607D26FB2C162D8421 /* Ice.framework in Frameworks */,
+ D74B9769F793043BA7A32A4B /* PromiseKit.xcframework in Frameworks */,
+ F41655D3DC6B7375FCB17519 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- B5CE3425006B44BF248DAB67 /* Frameworks */ = {
+ BD7C54437A73385A9B3E7F18 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- E352645B8B927FBAABCD1DBB /* Cocoa.framework in Frameworks */,
- 3616BF094D215C4C21388424 /* Ice.framework in Frameworks */,
- 75005318670A9E9700D577C4 /* PromiseKit.xcframework in Frameworks */,
- 1E9F9CDB20C2BE2597B67113 /* TestCommon.framework in Frameworks */,
+ 23CAF81F00A2240FFDB5A90A /* Ice.framework in Frameworks */,
+ D1985D30915E48600AA2DF6C /* PromiseKit.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- B7783CE14D161B1D09E1BF34 /* Frameworks */ = {
+ BE440ADCF75FCDA2AC359294 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 014BDA09904360AD337012D4 /* Foundation.framework in Frameworks */,
- 009A33C70879ABE9A3776981 /* Ice.framework in Frameworks */,
- 13E4D16A30E970A7294EDEF9 /* PromiseKit.xcframework in Frameworks */,
- 42F247E867321DEEB7103ECC /* TestCommon.framework in Frameworks */,
+ 7E4AFCD8FA4A4912611CE406 /* Cocoa.framework in Frameworks */,
+ C5ECA37E6682CA7D7BE3838B /* Ice.framework in Frameworks */,
+ BD33FFDB48EBF0FAA0D93671 /* PromiseKit.xcframework in Frameworks */,
+ 986D31C048856BAD0D786E8A /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- BAD902814B7E314347DE0722 /* Frameworks */ = {
+ BE8CE3D4D6A1E3ED7613B3C9 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- FD0059E5D3026E816807F160 /* Foundation.framework in Frameworks */,
- 571887260F03F3FBEEFAAEE5 /* Ice.framework in Frameworks */,
- F92F56048A32B23F010F2C0A /* PromiseKit.xcframework in Frameworks */,
- 1FF5AB4EC6880E3B326D93D9 /* TestCommon.framework in Frameworks */,
+ 5ACC432C91B0D05EB1EA03FB /* Cocoa.framework in Frameworks */,
+ 10CF7BCB73EF1C50C1A5FAF2 /* Ice.framework in Frameworks */,
+ 76D2FB928B8EAEE11E411734 /* PromiseKit.xcframework in Frameworks */,
+ F16BC5CAF54D3A15964A64F8 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- BD27F2CEBABA954013AEA1CB /* Frameworks */ = {
+ BEA7570A70A816D2AAB14282 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 47E6FAAA503D9107876F5C70 /* Foundation.framework in Frameworks */,
- ACFFDA43B08C0ADF10234EFA /* Glacier2.framework in Frameworks */,
- 18126B7CFBCFDD25C2825059 /* Ice.framework in Frameworks */,
- 2F5EE7EEF87CE7E635B19254 /* IceGrid.framework in Frameworks */,
- 181031CD7CF0FF5B4EF16742 /* IceStorm.framework in Frameworks */,
- 925E597EA8156892077DBC0A /* PromiseKit.xcframework in Frameworks */,
- 44707903BE91E67DB3C35273 /* TestCommon.framework in Frameworks */,
+ 6B982BD12BB1EFF093186F08 /* Foundation.framework in Frameworks */,
+ C04A3ACA91A37399325654C2 /* Ice.framework in Frameworks */,
+ E863BC7AF4CDF0F3928013B4 /* PromiseKit.xcframework in Frameworks */,
+ 5F6275C3088239B799F2E2BC /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- C148CAE917EBB95AAE58AA93 /* Frameworks */ = {
+ BFB27C879D3D103F90F3FF12 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- BCAA1E7C0E71662284FC85ED /* Cocoa.framework in Frameworks */,
- 6B0964D9997577DC73BC3976 /* Ice.framework in Frameworks */,
- 8A0CFC01D6D1E2E2C391C9BE /* PromiseKit.xcframework in Frameworks */,
- DB1537C0D955F9ED2B7D7275 /* TestCommon.framework in Frameworks */,
+ 7179189CFA7DF8152B9C12EC /* Foundation.framework in Frameworks */,
+ E229FE57E9662366AB52099F /* Ice.framework in Frameworks */,
+ 4B91D47DA929BE8D51BA8B98 /* PromiseKit.xcframework in Frameworks */,
+ 4B3D08E759A654D4FC72E766 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- C5410FEAE56E2DDDF1CFF9A5 /* Frameworks */ = {
+ C22917A9268BC63703101892 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 2CD1AAC28924EF9CFF652822 /* Cocoa.framework in Frameworks */,
- 8F63C6D43F01D2373143EDB9 /* Ice.framework in Frameworks */,
- 2CDCE0293764405E6FF9F487 /* PromiseKit.xcframework in Frameworks */,
- 2A1A64B25B948216B7289BF6 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- C7720D13887C51EA019BAAB7 /* Frameworks */ = {
+ C3C459078BD4018DAFE67777 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 0068CAFAEB859A56BF6173CC /* Cocoa.framework in Frameworks */,
- A68072B9625FC300D9ACC90E /* Ice.framework in Frameworks */,
- 164301A75377644B84C269FD /* PromiseKit.xcframework in Frameworks */,
- F7275289CB5544F2F5D6C704 /* TestCommon.framework in Frameworks */,
+ 49CE9A49BCBA6F15CEB1FAFE /* Foundation.framework in Frameworks */,
+ 80E7772F26964D42A2C259AB /* Ice.framework in Frameworks */,
+ 660ADC17C07E67244E1D9F83 /* PromiseKit.xcframework in Frameworks */,
+ E8EEA4D700B07963E75457CC /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- C848FDBC1DE07EDE2E2B1F5B /* Frameworks */ = {
+ C8F67C87C22D912626CCA85F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- A23B95E58C2303C44E295CD1 /* Foundation.framework in Frameworks */,
- 4756026DAD71526D22E0AECE /* Ice.framework in Frameworks */,
- F619305F1E9E2A10838298FA /* PromiseKit.xcframework in Frameworks */,
- C5537916D7A101013A1FD88F /* TestCommon.framework in Frameworks */,
+ 3EA62A12741439A650A976C2 /* Cocoa.framework in Frameworks */,
+ F88ECB85C58B9095276002D9 /* Ice.framework in Frameworks */,
+ 735905EE575C5CD8CFCAB9B0 /* PromiseKit.xcframework in Frameworks */,
+ 9F8F32E6D481DC8BC25FDF45 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- CDBEE093F4F8265FCC295567 /* Frameworks */ = {
+ C99DEB6ECDACB41DE99C200D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- EDCBC113AA28B05FF2E372CC /* Cocoa.framework in Frameworks */,
- 0CECBEADC2B71831056DA930 /* Ice.framework in Frameworks */,
- 470CDB8DBA3FA2219275280B /* PromiseKit.xcframework in Frameworks */,
- D878F08B0545F39FE74E0F6B /* TestCommon.framework in Frameworks */,
+ 65E2605E02A8E149B6A0DD03 /* Foundation.framework in Frameworks */,
+ E95120F281D6E60FCD20983C /* Ice.framework in Frameworks */,
+ A750AC8C37B1D4CEA51ECA4B /* PromiseKit.xcframework in Frameworks */,
+ B0556427A6562449F6F8C2BE /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- CE0FB4D28C1A9300896D5F6D /* Frameworks */ = {
+ C9B32D6C7B35071782AEE765 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- AE3053934326C967F755DCE3 /* IceImpl.framework in Frameworks */,
- F99EE1B30DD5FAF1BFBAF439 /* PromiseKit.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- CF8B695D1D1E7E40A375E548 /* Frameworks */ = {
+ CA1799BD895CF353F61D136F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ 6D9FF125E9E47354559CEDBE /* Cocoa.framework in Frameworks */,
+ 211A9C5FA77BDABAC913FA2A /* Ice.framework in Frameworks */,
+ FD3588655ADFE79BE48346B0 /* PromiseKit.xcframework in Frameworks */,
+ F630FFA957515C58153E9FDA /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- D656319DF4D7CA56DE214990 /* Frameworks */ = {
+ CE7B93857607B592940A9EA8 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 6002D4307F58FBA6CB00445C /* Foundation.framework in Frameworks */,
- 7890A8BAD4509BC6939E21FF /* Ice.framework in Frameworks */,
- 830789E85F1ACB04A956B948 /* PromiseKit.xcframework in Frameworks */,
- 1DE6BCBAF2B8EFC24D308935 /* TestCommon.framework in Frameworks */,
+ 2A14BE43311D67BA21DBD6C5 /* Cocoa.framework in Frameworks */,
+ 6DD41C05D885C38487533821 /* Ice.framework in Frameworks */,
+ D28C6D66B579FAC29E92B7E1 /* PromiseKit.xcframework in Frameworks */,
+ FE793DECEB883F78A3E78568 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- D77887A21689E240186E792D /* Frameworks */ = {
+ D0B5005D4ED36951DB70965C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 6E6EA25BE44537B95938FC34 /* Foundation.framework in Frameworks */,
- 7F7FBD01CB90D7BF5D5E360E /* Ice.framework in Frameworks */,
- EB5EC5CE8160410B95569FEF /* PromiseKit.xcframework in Frameworks */,
- CF1B8D087AEA8CA7DE952737 /* TestCommon.framework in Frameworks */,
+ BC284D2FD9D5B79B961502A2 /* Foundation.framework in Frameworks */,
+ 0963CA7918D5717D1ECC7FD8 /* Ice.framework in Frameworks */,
+ 7C29550C1FD14D3E6D31403F /* PromiseKit.xcframework in Frameworks */,
+ 2687F84A89C9892FA55AB48A /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- D8007BBE789B09E18B87615C /* Frameworks */ = {
+ D34D8BC2B3565A593ED5BB7E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 94040490FDDA4EFFC8436D82 /* IceImpl.framework in Frameworks */,
- EE5211E0F8C6C7135500F7C5 /* PromiseKit.xcframework in Frameworks */,
+ 3E4531134C31B8E4273636B3 /* Foundation.framework in Frameworks */,
+ 1FADD09B02261F9552CEAF4A /* Ice.framework in Frameworks */,
+ D891C088CC7C7B61BB5FFC23 /* PromiseKit.xcframework in Frameworks */,
+ 95F5681B3E93B547E08BEFBA /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- D9657CB7FA46EE0F8AF4A237 /* Frameworks */ = {
+ D5569C7982607814760F7934 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- BB4CB3B46F050756E7ECFE3F /* Foundation.framework in Frameworks */,
- 9FDF9ACCD7D276791C24E635 /* Ice.framework in Frameworks */,
- AD7D0ADE7047884EE4632A61 /* PromiseKit.xcframework in Frameworks */,
- DD802BE446C23766195CF3AA /* TestCommon.framework in Frameworks */,
+ 6929F805FB9C166BD110DBB4 /* Cocoa.framework in Frameworks */,
+ B14DE319AD0EE4A84624687B /* Ice.framework in Frameworks */,
+ 0143D2FE58D40CBEB3070812 /* PromiseKit.xcframework in Frameworks */,
+ D139944DA7DCE76144799840 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- DA85204B2EF151B627834AFE /* Frameworks */ = {
+ DBF6F463A0538922DED6A157 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ DE151159C51C82DDA9C186C0 /* Foundation.framework in Frameworks */,
+ EE3E667F4F6401A1227EE534 /* Ice.framework in Frameworks */,
+ 3960A8648F03DACCDF340EC0 /* PromiseKit.xcframework in Frameworks */,
+ 189EAE88E067107DF3378BB0 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- E2CC7B75D36AD408BDB8FDFD /* Frameworks */ = {
+ DED6146BFF45190D7D1475CF /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 647B89F795796D003D6372AE /* Cocoa.framework in Frameworks */,
- 81CDD55270629716BB51C82D /* Ice.framework in Frameworks */,
- B94669293DEFB4CBD8B90333 /* PromiseKit.xcframework in Frameworks */,
- D26C5F6397453765ABDED454 /* TestCommon.framework in Frameworks */,
+ 84489648455B354C158A1AB5 /* Cocoa.framework in Frameworks */,
+ 5916DEB74F647A090B41C8C8 /* Ice.framework in Frameworks */,
+ 5DF8B93CFC11EA6B716E23AA /* PromiseKit.xcframework in Frameworks */,
+ D0829CB9541F1AD02525B1CD /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- E4DCD0889401AFF4B1144C36 /* Frameworks */ = {
+ E5F12E0D3E18CBB0A237C9B2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- D1DBB734DAF4E2178756B7BC /* Foundation.framework in Frameworks */,
- 849DD75F08D6E8113FB1222E /* Ice.framework in Frameworks */,
- BF6FB005E0298052AA9E4437 /* PromiseKit.xcframework in Frameworks */,
- 238C1705FF32CA0EB6DAB42E /* TestCommon.framework in Frameworks */,
+ 10A2315B095A32E3A9E9E339 /* Glacier2.framework in Frameworks */,
+ EB3AD6EFD2B790E3F1454587 /* Ice.framework in Frameworks */,
+ 973F5DC4E2B205EEB563C214 /* PromiseKit.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- EA8F8CE899691EC856A18E87 /* Frameworks */ = {
+ E677175519A43B68F5D9B0AC /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 1BAF4F639F0FF239C0836953 /* Cocoa.framework in Frameworks */,
- 89F81B2A7C5A4A5D58E1669B /* Ice.framework in Frameworks */,
- 11DDD6CCB26DA5FD7390B86D /* PromiseKit.xcframework in Frameworks */,
- C6BF9152A66C38F219B83A9C /* TestCommon.framework in Frameworks */,
+ E24C943BA2922C5E5FCA8AD9 /* Foundation.framework in Frameworks */,
+ 17F1B5BA41C4E0A090C992D8 /* Ice.framework in Frameworks */,
+ 90047ADE401D5E8EE49326B8 /* PromiseKit.xcframework in Frameworks */,
+ CB78CD956746D0B920D5327E /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- EDCAE605395AE1C4C7BC0A21 /* Frameworks */ = {
+ E7B79AB8BB353FD5CC07DC7D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 1E281763EB2A95BE50912C2D /* Cocoa.framework in Frameworks */,
- 4B0A30B3B19162165812BA0F /* Ice.framework in Frameworks */,
- 65B36C9703632321B3405BB1 /* PromiseKit.xcframework in Frameworks */,
- 9EF3768D296A371674200DB3 /* TestCommon.framework in Frameworks */,
+ EE1CD7AB8F8B9487E62E2008 /* Cocoa.framework in Frameworks */,
+ C33657B988FE032208F4CF85 /* Ice.framework in Frameworks */,
+ 21FD04848322855F510370A4 /* PromiseKit.xcframework in Frameworks */,
+ B84A1C69A02BB64EADE6D9EB /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- EE4B236E9A6D366AC1D427FD /* Frameworks */ = {
+ ED0A0FCD957ED6349BE791D9 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- C038DC8A756553C9BEEAE27E /* Ice.framework in Frameworks */,
- FAAF4D7084D433DD099BBFBD /* PromiseKit.xcframework in Frameworks */,
+ BD3E661BCF76DC6862B2B095 /* Foundation.framework in Frameworks */,
+ 63B5FF57BA6252E1A0E798FD /* Ice.framework in Frameworks */,
+ EEA471C47B59D2A65B5FE19D /* PromiseKit.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- F4BD69D5B5C46282EA5651ED /* Frameworks */ = {
+ F6ED89447A143AD0070DDAC4 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- BC4EDD4F4B176FE289ACCEAC /* Foundation.framework in Frameworks */,
- 853AC00979006F89D3E1BAB3 /* Ice.framework in Frameworks */,
- A551BD5D544A841FF6A420DB /* PromiseKit.xcframework in Frameworks */,
- F5194E68694D96A4BFA30363 /* TestCommon.framework in Frameworks */,
+ F5C6F3F20518D445415C2CF2 /* Foundation.framework in Frameworks */,
+ A04ED37AD09AE07E6905DE81 /* Ice.framework in Frameworks */,
+ D297384B02A40BA7DB90A7ED /* PromiseKit.xcframework in Frameworks */,
+ 62DFEB5180D86A6066C03D6D /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- F5BFD617CF959ECE6B436106 /* Frameworks */ = {
+ F9E55324979B011BF48E144C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 97C166E605421587E3C2F0E1 /* Cocoa.framework in Frameworks */,
- 304BCB8DA7EDD8C88F5DD0B7 /* Ice.framework in Frameworks */,
- 9DD32AD377F45D521A70BB90 /* PromiseKit.xcframework in Frameworks */,
- FA34C27A7886E39CAFF667E3 /* TestCommon.framework in Frameworks */,
+ 2E99DA1D73D8ABE34A054CC3 /* Cocoa.framework in Frameworks */,
+ 0EBA040367A2ACC45C6AAC10 /* Ice.framework in Frameworks */,
+ 8AABBAA90FDEE6CAAD180DEB /* PromiseKit.xcframework in Frameworks */,
+ 3F10A08AFB5219C141A67C67 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- F6431B76BD9C6F636EFF1050 /* Frameworks */ = {
+ FB1524A24BDB747D818452C4 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 24FAFDAF68EAD5E18F893B1B /* Cocoa.framework in Frameworks */,
- 354D9D0F3CC1077800238601 /* Ice.framework in Frameworks */,
- 692C8E4686815EFC1C163219 /* PromiseKit.xcframework in Frameworks */,
- 6784239DEF611AFC5850A88A /* TestCommon.framework in Frameworks */,
+ 498588CFF384918F4118B566 /* Cocoa.framework in Frameworks */,
+ 18E34ABB085E8D116F777377 /* Ice.framework in Frameworks */,
+ E65D884C7F88CBD92FD8F487 /* PromiseKit.xcframework in Frameworks */,
+ F558B692082007909B7703D8 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- F9F71DDA4DC80D4A877EEAB6 /* Frameworks */ = {
+ FB17E72BC29A72F84CCB8E8F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ 13A5E5549E740820B517E309 /* Foundation.framework in Frameworks */,
+ 07D107A6722523838213F1EB /* Ice.framework in Frameworks */,
+ 2B72FCE3EDFFF03FED93CEC1 /* PromiseKit.xcframework in Frameworks */,
+ 6D1965B9DA5A3253765E1239 /* TestCommon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
- 098AB90749775AA52A765FCF /* invoke */ = {
+ 04291714253CC37DC90AFADC /* iOS */ = {
isa = PBXGroup;
children = (
- 2A63EF82D93C1CD214124136 /* AllTests.swift */,
- 9ACCA2A119C8747283070703 /* Client.swift */,
- 35A1F1A3366DC673D852F4CB /* Server.swift */,
- E24D8142E2EFFDA004D1F0F2 /* Test.ice */,
- DED30B651213EBA5D9842D22 /* TestI.swift */,
+ A4CB7E8D35EA44D549008EFC /* CFNetwork.framework */,
+ 1268C356478C4917473CE6F3 /* ExternalAccessory.framework */,
+ 81A5EA45B1D3B30CDCC19CD0 /* Foundation.framework */,
+ BEA610C924133D857915F3A2 /* PromiseKit.xcframework */,
+ FD1868442C9A5E3A487AE5D2 /* Security.framework */,
+ 5A61C3F7F34131910811F18A /* UIKit.framework */,
);
- name = invoke;
+ name = iOS;
sourceTree = "<group>";
};
- 09FB01A303A59D79C7CC5E97 /* optional */ = {
+ 10C8204CE2D0A55F84261807 /* objects */ = {
isa = PBXGroup;
children = (
- E29262167A695DBE3AB7050F /* AllTests.swift */,
- 1A78C9271459C35E12B0FCCE /* Client.swift */,
- DDCD2C663252824127AF417F /* Server.swift */,
- 7307501BA1C212F60D39DA49 /* ServerAMD.swift */,
- 09C5D6DDA819CE30869D413C /* Test.ice */,
- 7C729D7470D8CF43529D22F7 /* TestAMD.ice */,
- DE58649A05B6C3CC3FFEB891 /* TestAMDI.swift */,
- E235E2CD940E6E6C2E3B42D8 /* TestI.swift */,
+ CA4C16396A2B8F3FE10B90A4 /* AllTests.swift */,
+ 2BBEC75B6D647B2AC93CE696 /* Client.swift */,
+ 2A2C97525F7F6E01E7F7B913 /* Collocated.swift */,
+ 95CF14BB2A7EF3BBA2F143EC /* Forward.ice */,
+ B1DCB6FD7F3912391FF80C24 /* Server.swift */,
+ FDAEECCD1ECA6D6C0FF4E6B6 /* Test.ice */,
+ 2746FF3009D1576BC1E9FD10 /* TestI.swift */,
);
- name = optional;
+ name = objects;
sourceTree = "<group>";
};
- 0A49B25FE1D95A412A8DE68A /* defaultServant */ = {
+ 15E863E60BF9D62E1DC2F4DE /* IceSSL */ = {
isa = PBXGroup;
children = (
- 1DE077C154E2567680ABAC23 /* AllTests.swift */,
- D78391772EE6EF5240254EEF /* Client.swift */,
- 9BA29684C0401269417F3A5E /* Test.ice */,
+ 65F7A397D17C9B8E0F528DD7 /* configuration */,
);
- name = defaultServant;
+ name = IceSSL;
sourceTree = "<group>";
};
- 0B15FB580666E2CF491221F8 /* interceptor */ = {
+ 1A82E09A6A4E8311E41E84D0 /* binding */ = {
isa = PBXGroup;
children = (
- DF517B14ED8F2C2866BDD74C /* Client.swift */,
- 9BEC47A6DEB5D3019D822123 /* Test.ice */,
+ 48B5273CA96E1018F9AA7E53 /* AllTests.swift */,
+ D50E1BE1B9CFC5B2250FBDFB /* Client.swift */,
+ 18D5387DE17B9E6B985F7305 /* Server.swift */,
+ 7B28E63CEF66BA47CEDEC623 /* Test.ice */,
+ BDF014EDF8D56296240E6CC3 /* TestI.swift */,
);
- name = interceptor;
+ name = binding;
sourceTree = "<group>";
};
- 0B5690F3A1FC350099CC45D1 /* IceGrid */ = {
+ 2043005C40869E81883E408D /* IceDiscovery */ = {
isa = PBXGroup;
children = (
- CC7EBDB5C34FC7FA912053C4 /* IceGridSwift.h */,
- EDA0AE274ABB9F630725A4AB /* Info.plist */,
+ F68F97D398A2EEA662C15125 /* IceDiscovery.ice */,
);
- name = IceGrid;
+ name = IceDiscovery;
sourceTree = "<group>";
};
- 0EEF2D0C1701C6FE98CF5038 /* escape */ = {
+ 209572C5D3051B9F1CDDD5C6 /* facets */ = {
isa = PBXGroup;
children = (
- F404DD79D1115C7AA006EBB5 /* Clash.ice */,
- 6515942D00DC277E1661485D /* Client.swift */,
- 17EC8158D0BE49D64D5A5FC7 /* Key.ice */,
+ 468B1B876BDD1F7AE01E83CC /* AllTests.swift */,
+ AEB6E13F915E147C3819D84A /* Client.swift */,
+ 055F48C417EE4522A47607C0 /* Collocated.swift */,
+ 17135A625FE3AC46ED5A7334 /* Server.swift */,
+ 02E9F4749D19A8490DF7164E /* Test.ice */,
+ 7CFF1CAE8EF4FC886368466A /* TestI.swift */,
);
- name = escape;
+ name = facets;
sourceTree = "<group>";
};
- 0EFF6EF3BDD2533F10381341 /* properties */ = {
+ 225CB4C641B72386B411957C /* cpp */ = {
isa = PBXGroup;
children = (
- 1876320953E25D0944C93FC5 /* Client.swift */,
+ 54345855CB9594245C03985B /* src */,
);
- name = properties;
+ name = cpp;
sourceTree = "<group>";
};
- 146866F33F5C0741DC4C7B96 /* slice */ = {
+ 24C2E26E549B26D1395EF80E /* acm */ = {
isa = PBXGroup;
children = (
- 85674990B17158C29F0AA3B7 /* Glacier2 */,
- 8116082CF025D83D67989584 /* Ice */,
- A0D408EF7CF39EAF91845DD8 /* IceDiscovery */,
- B64339D65C816664BA6558C8 /* IceGrid */,
- E48ADB833C04C397C8E2C5D4 /* IceIAP */,
- B88A7ABB92368C40F0129843 /* IceLocatorDiscovery */,
- 456403A7EAF9203B964E0A1E /* IceSSL */,
- D44BCF3F5CD123EA2E67C3C0 /* IceStorm */,
+ 401A65ADDEF58B068D8CE002 /* AllTests.swift */,
+ F32032F363D4D38962F213AA /* Client.swift */,
+ 7C42152B272BE88EE691EB02 /* Server.swift */,
+ B530F48971668FE02322A038 /* Test.ice */,
+ 07AF7A03DC2E4716D0D208E6 /* TestI.swift */,
);
- name = slice;
+ name = acm;
sourceTree = "<group>";
};
- 22BCC1C95BB034BBB009DEB8 /* timeout */ = {
+ 2E6DCDCDCB0DE408FC6B51B3 /* src */ = {
isa = PBXGroup;
children = (
- 03E3778CA88B31690159997B /* AllTests.swift */,
- 231F145BCD96B13815AA5C8C /* Client.swift */,
- B27F95899508C75A6B12A78B /* Server.swift */,
- F1F61244B945B26DB23ADBB1 /* Test.ice */,
- 630AFED64D44FDEC453E83FD /* TestI.swift */,
+ F9744E7C5263E1E939AD23D3 /* Glacier2 */,
+ 6691536DA74830D19984E7C1 /* Ice */,
+ 76256C7A4DEDBD630CD873DF /* IceGrid */,
+ BA2D66FD69860F12DAE5D107 /* IceImpl */,
+ 768375D9248ED21B459DB336 /* IceStorm */,
);
- name = timeout;
+ name = src;
sourceTree = "<group>";
};
- 233E5A0A84806C71276A6A20 /* proxy */ = {
+ 303E41DCFC1A4E2830C7858A /* Products */ = {
isa = PBXGroup;
children = (
- DD0BCD3DA486FBE07CDCA11B /* AllTests.swift */,
- 93439BA0A9B3793DA6299B54 /* Client.swift */,
- CBE293135C27266905B7DE1D /* Collocated.swift */,
- 52A1DDACB03775523C292FD5 /* Server.swift */,
- 0B64C16E22978C6B0C5A0464 /* ServerAMD.swift */,
- 2025D6D9850AC70AEAE23AB1 /* Test.ice */,
- 4A2C85BF33AC08961110110B /* TestAMD.ice */,
- B9F81EE30A746165C9E4E426 /* TestAMDI.swift */,
- C237C4B81B2FA10CC1CCAC14 /* TestI.swift */,
+ E8F6D49C60D45442FEAA4E3C /* Glacier2.framework */,
+ EB475406088D6B372C72CCA3 /* Glacier2.framework */,
+ DDBAEA44F5939B7E51AECA06 /* Ice.framework */,
+ 441B05CA3DED7468B6B77AA9 /* Ice.framework */,
+ F452054F72670588A92E9D05 /* IceAcm.bundle */,
+ A5F33B0F74F1416999053B2B /* IceAcm.bundle */,
+ 179E52F9F7BA3BD7D0F81D3E /* IceAdapterDeactivation.bundle */,
+ 86AEEE9CDFF8BA54B5029457 /* IceAdapterDeactivation.bundle */,
+ 1F95917DE9D9E48EBC1C62F9 /* IceAdmin.bundle */,
+ DC4371814CEB10A0ADAC4B03 /* IceAdmin.bundle */,
+ 61E0E9D9BD1408C1D698EF92 /* IceAmi.bundle */,
+ 723F2618E60CE4BEA2D8BD19 /* IceAmi.bundle */,
+ B28053A938BEA7B715F00AB8 /* IceBinding.bundle */,
+ 93837398EDFB097B364057AE /* IceBinding.bundle */,
+ 8180EBECE7A97499D198A8E0 /* IceDefaultServant.bundle */,
+ 561F79ABBF523FFDB1CCBD18 /* IceDefaultServant.bundle */,
+ A31C7CD8A4A0348A4D917699 /* IceDefaultValue.bundle */,
+ 64306139AC3E8A08450AE2C5 /* IceDefaultValue.bundle */,
+ DB42A2F1EDE808CA86C846E9 /* IceEnums.bundle */,
+ 59A9CBFE7C7DEAA738AECB06 /* IceEnums.bundle */,
+ 806ED2DA71636608B8504BF4 /* IceExceptions.bundle */,
+ 5325DAE753B7E91F14F58481 /* IceExceptions.bundle */,
+ 4CC76DFC0B5C3284FA4E0DC9 /* IceExceptionsAMD.bundle */,
+ 9B88000E62562F4CAED0278E /* IceExceptionsAMD.bundle */,
+ CF2ACA722706680D09AE2213 /* IceFacets.bundle */,
+ 8F224002805AED0DDD2D8F8F /* IceFacets.bundle */,
+ 3029883199520554BD806B4D /* IceGrid.framework */,
+ CAB7787427A469FD2EAC63C2 /* IceGrid.framework */,
+ FADD458C70D400515B91CAF0 /* IceHold.bundle */,
+ E1E2CB34E4A934E017C67DAA /* IceHold.bundle */,
+ 3E21F5B24C0A01DEE9BC8024 /* IceImpl.framework */,
+ AC8034D9D49A82B80184F667 /* IceImpl.framework */,
+ BED161AF51B734E2A2570CFF /* IceInfo.bundle */,
+ A01DD7D1FF2F900ABE5BF998 /* IceInfo.bundle */,
+ 8854D9986A818A55491E4CBB /* IceInheritance.bundle */,
+ 6C9868748305238D38E084BC /* IceInheritance.bundle */,
+ 6E1F2F479E891B578FE8A2CA /* IceInterceptor.bundle */,
+ 30C907509C6043DD34BABF73 /* IceInterceptor.bundle */,
+ 5E3FD709ECFBA2782F1155CC /* IceInvoke.bundle */,
+ E72D98F805348F611E431A13 /* IceInvoke.bundle */,
+ 191619AD9C33A2EA5C13D77C /* IceLocation.bundle */,
+ 69E8F7C4430172BA68A21FBA /* IceLocation.bundle */,
+ 043189FA8B5ACE5A98587705 /* IceObjects.bundle */,
+ EC83293AF2DF257628115CBA /* IceObjects.bundle */,
+ 4953A68D21690C6BE15DADB0 /* IceOperations.bundle */,
+ 0E4335943E2E798753CA12FE /* IceOperations.bundle */,
+ 485CE0F78C639775DB244BEC /* IceOperationsAMD.bundle */,
+ 627159B8434F3CEE924346F1 /* IceOperationsAMD.bundle */,
+ CC9105C9E568CCC98BC39315 /* IceOptional.bundle */,
+ CC2A8241EEF15B94EB4358EB /* IceOptional.bundle */,
+ 6E74C9F999BC7A5FECE91B2B /* IceOptionalAMD.bundle */,
+ D4975BF58EF6B2F8A7ABB3F5 /* IceOptionalAMD.bundle */,
+ 093660DA090FF4A1716A5E6B /* IceProperties.bundle */,
+ B8001B9287DC0A3E4180541C /* IceProperties.bundle */,
+ 1DA812E9E44897C7AC2AE94F /* IceProxy.bundle */,
+ 1B2FB70E2830A6008D2D4CF5 /* IceProxy.bundle */,
+ 588E0F53F71112AEF05AF509 /* IceProxyAMD.bundle */,
+ B0701184CD41F6BE2C8BD52D /* IceProxyAMD.bundle */,
+ 990D102E800ACED5F30623BD /* IceRetry.bundle */,
+ 674889549CE2A21DE2EEC946 /* IceRetry.bundle */,
+ AF1BACC1B0DFE01B062A4E78 /* IceScope.bundle */,
+ 29AFA15928BF96503D791DCD /* IceScope.bundle */,
+ A68E67CF721A39E09342AD82 /* IceServantLocator.bundle */,
+ 083DF2E4456D966FBD330E38 /* IceServantLocator.bundle */,
+ 263B5A5728AFD7F716DEDB1E /* IceServantLocatorAMD.bundle */,
+ 3FD1EE8391D21ADAC2311063 /* IceServantLocatorAMD.bundle */,
+ EE27F2AFB465F3A6A7E0905C /* IceServices.bundle */,
+ 99F5BEB196B6DDB5C0D9B3B9 /* IceServices.bundle */,
+ 635830FCE17ED77D33B6336A /* IceSlicingExceptions.bundle */,
+ FD807A36F0DA39CB04ED0B66 /* IceSlicingExceptions.bundle */,
+ B22ED8D7BA3E338170087503 /* IceSlicingExceptionsAMD.bundle */,
+ 9946491E2686A390696F7F22 /* IceSlicingExceptionsAMD.bundle */,
+ BC5B80B268838251DDCA2EA0 /* IceSlicingObjects.bundle */,
+ FA0D492BC216DC853D9D3D77 /* IceSlicingObjects.bundle */,
+ AC34B47B1962A8FDFEF0E065 /* IceSlicingObjectsAMD.bundle */,
+ 69B374C58A399C886CF79259 /* IceSlicingObjectsAMD.bundle */,
+ 48D60EF0593983669F3376E6 /* IceSSLConfiguration.bundle */,
+ E0C2744EE5E6A8847954545D /* IceSSLConfiguration.bundle */,
+ 5350382C18D8411726BBA12F /* IceStorm.framework */,
+ 858C78E03E18EB36FB20A3E5 /* IceStorm.framework */,
+ E5B50DA89D7A974127EFBEF9 /* IceStream.bundle */,
+ E3AF78872A4BEB7D061A9B32 /* IceStream.bundle */,
+ E204D6FA4661EA24F0C6D6DE /* IceTimeout.bundle */,
+ D52131FB6317572BB81E0DFC /* IceTimeout.bundle */,
+ 2DC18C0B7B8E695FE60DE7EB /* IceUdp.bundle */,
+ 661C1E55DFAC0B53455A1C19 /* IceUdp.bundle */,
+ A85990C3AE402EC75C5D0D4A /* libIce C++11 iOS.a */,
+ 6229F30A2B9F088158509DAB /* libIce C++11 macOS.a */,
+ F3FCAACC461B290982F6E9D6 /* libIceDiscovery C++11 iOS.a */,
+ 047C649DB49F66786326445E /* libIceDiscovery C++11 macOS.a */,
+ 0363D7DC249CBD0CFEC6A4CD /* libIceIAP C++11 iOS.a */,
+ C4E52AAC86F782E0BB282DA4 /* libIceLocatorDiscovery C++11 iOS.a */,
+ 363CDBFCC6743A1BCCFF20C4 /* libIceLocatorDiscovery C++11 macOS.a */,
+ 757D2E7F54156B8C71158DF8 /* libIceSSL C++11 iOS.a */,
+ F741C76B6A92F488B56F04C3 /* libIceSSL C++11 macOS.a */,
+ 3CA6C9238C94A7CD66109625 /* SliceEscape.bundle */,
+ 9EFBA39CB9388AD8AC68DFBF /* SliceEscape.bundle */,
+ B9EAE058D032B91A430F31E3 /* TestCommon.framework */,
+ D0BAE5CBB3426118A721D921 /* TestCommon.framework */,
+ 0784F9157AE9B232899E86C6 /* TestDriver.app */,
+ 3F83083ABE41273D2FE63C80 /* TestDriver.app */,
);
- name = proxy;
+ name = Products;
sourceTree = "<group>";
};
- 24961DCE1B08DD55ED11D5D4 /* Ice */ = {
+ 31C9FF9B530B698220DDA88A /* Ice */ = {
isa = PBXGroup;
children = (
- 4F7A057E43E9AA53D26AC367 /* ios */,
- 150093ED3F61031B9CD41FAF /* Acceptor.cpp */,
- 8AB81AC9882DD4546937AB25 /* ACM.cpp */,
- D26FFD14AC6E04864036A5BE /* ArgVector.cpp */,
- 5FC5BC52DC9A5A6080CB04BD /* Base64.cpp */,
- D11B81894A11B50934B0AC31 /* BatchRequestQueue.cpp */,
- 6DD2116A336675B2772497C6 /* Buffer.cpp */,
- 33186DED7BBFC69B7E794EB6 /* CollocatedRequestHandler.cpp */,
- C3F640DB8EF229A8D875F581 /* CommunicatorI.cpp */,
- 073459BE8345D5840FD0DE51 /* Cond.cpp */,
- A6D8358D5F7A7961E5A27D61 /* ConnectionFactory.cpp */,
- 049409A262866B2A58011CFF /* ConnectionI.cpp */,
- 74EA0AB17349E9D7E966EEAB /* ConnectionRequestHandler.cpp */,
- 05580796968580CF37AC3A7D /* Connector.cpp */,
- E24823AE2F300AF6E75B4BC8 /* ConnectRequestHandler.cpp */,
- 2E2F8F27EE2D0087BF2CA411 /* CountDownLatch.cpp */,
- E0796E560A6C3A21A4C263D8 /* DefaultsAndOverrides.cpp */,
- 98A888DDF2133B92D127301C /* DispatchInterceptor.cpp */,
- 540F4D8841DCE32D2CD37990 /* DynamicLibrary.cpp */,
- 08A6242E3D478C658F7C945E /* EndpointFactory.cpp */,
- B594618B377F22C7B59A0E2E /* EndpointFactoryManager.cpp */,
- 3D9FCD4D698EC6D0CE6282FA /* EndpointI.cpp */,
- 52C6C2414F9100746611ED62 /* EventHandler.cpp */,
- 8B2A5F6769775FA61768BA25 /* Exception.cpp */,
- D2F685E1F4C7C4EFF0291526 /* FactoryTable.cpp */,
- 283CFA168BAB6E11FF87436C /* FactoryTableInit.cpp */,
- AC333B9905906F368BE1702C /* HttpParser.cpp */,
- 348E93F202C74A3ABEE0B559 /* IconvStringConverter.cpp */,
- D2C9260A44A0FC50F2390D2E /* ImplicitContextI.cpp */,
- 29A9D5D7D72F2EE84F7741D8 /* Incoming.cpp */,
- D2D464C9FC098CD59E9B7B27 /* IncomingAsync.cpp */,
- 54186350AF275483FD95799A /* Initialize.cpp */,
- 0EFDB385D88BB508C2170A4C /* InputStream.cpp */,
- 2EA05304B24D25E5774CF45D /* Instance.cpp */,
- 8C94D0390C8D855D61B98B0A /* InstrumentationI.cpp */,
- 524A61B4A68F864A2CFEBDB9 /* IPEndpointI.cpp */,
- 457447FC6D3F01C9C51FEA5B /* LocalObject.cpp */,
- 01AA5E86D4C986699A102A55 /* LocatorInfo.cpp */,
- CF2FEB1F8E0B20B5555A3A56 /* LoggerAdminI.cpp */,
- 69BD90F53018A2E75799654E /* LoggerI.cpp */,
- 4E8BC47BA3E6A89A9D6CE7F2 /* LoggerUtil.cpp */,
- 8E8BD11B0AE10DC1ABF74C0A /* MetricsAdminI.cpp */,
- 581298F9FE5EE99543342238 /* MetricsObserverI.cpp */,
- A34D856BB8FC741D9D7D90EB /* Network.cpp */,
- BF94AE9A5442A692BF45F058 /* NetworkProxy.cpp */,
- 32AF080F8A5A42102A0F1D26 /* Object.cpp */,
- C92B83BE009A7C0B012AE67C /* ObjectAdapterFactory.cpp */,
- ABCB2FD2D0EE5987F5BEC6DA /* ObjectAdapterI.cpp */,
- ADF202F08BD502458CB7CD14 /* ObserverHelper.cpp */,
- B28BE9FBFB1257DA4182FCEF /* OpaqueEndpointI.cpp */,
- C7E69952E9718BE54CF4573F /* OSLogLoggerI.cpp */,
- 6AE0DC0F3E55DCC50AC6D50D /* OutgoingAsync.cpp */,
- 0D77FC36E2549C0324CB3057 /* OutputStream.cpp */,
- F2E735CA2BE8DFAA5B705D6E /* PluginManagerI.cpp */,
- 3B762101F866F6DF796046EF /* PropertiesAdminI.cpp */,
- DE178814FA1BA38F5BDAFF6F /* PropertiesI.cpp */,
- 06D3CFD42E233879081B1C9E /* PropertyNames.cpp */,
- F4F52581A44C2DFBBC060A7D /* Protocol.cpp */,
- A6737211CC6815637FE1B5AF /* ProtocolInstance.cpp */,
- 17649DD40DE6FCC721952504 /* ProtocolPluginFacade.cpp */,
- 4476A6A27DFFB321E37551CD /* Proxy.cpp */,
- 46DF0BE5292AF7814207EF18 /* ProxyFactory.cpp */,
- 55121BE302A6FE28D932D1E3 /* Reference.cpp */,
- F9BE9E11C3A7C9AECF42A01F /* ReferenceFactory.cpp */,
- 3D1E84149171B87D7261433A /* RegisterPluginsInit.cpp */,
- B484CFF1F40BC1AF4309CA55 /* RequestHandler.cpp */,
- CB61801BBB38396B3D7FDD43 /* RequestHandlerFactory.cpp */,
- D2248234C5DA4818B97581C1 /* RetryQueue.cpp */,
- F3725481007998728CB3C3C7 /* RouterInfo.cpp */,
- ACD231A72C3A4157F02DF429 /* Selector.cpp */,
- CD5DC886BB765EA2DF2ACB09 /* ServantManager.cpp */,
- DB63C9B4E6A519DBF24E3626 /* Service.cpp */,
- 9664084D709BF0F1F3A1E760 /* SHA1.cpp */,
- 00B874C528F1937CDCACCF29 /* SliceChecksums.cpp */,
- 308AC0AA9EBE0A3E50146E33 /* SlicedData.cpp */,
- 40C6AB3D1444D4124A248C34 /* StreamSocket.cpp */,
- 9C8200636A22EC1FA72FFB6F /* StringConverterPlugin.cpp */,
- 5BA666A04C1C989CA367B36A /* SysLoggerI.cpp */,
- CEEE47A7418168B0477452E4 /* SystemdJournalI.cpp */,
- DB91FE2330D43BA290E9A041 /* TcpAcceptor.cpp */,
- 1EA711309595226DEF5793C1 /* TcpConnector.cpp */,
- 7A55CC18CE5E5B8E4E807E8F /* TcpEndpointI.cpp */,
- 992C8B88AD898F0E2F947D0C /* TcpTransceiver.cpp */,
- B6F4906D05AC597FC6FD1EBD /* Thread.cpp */,
- 12550E8909A3BDC660082A4C /* ThreadPool.cpp */,
- 60DDA9B967F7D23D26EFF155 /* Timer.cpp */,
- 2322ABF30AB90159EB815168 /* TraceLevels.cpp */,
- 5175B958BC3E0DF2CD78AC2B /* TraceUtil.cpp */,
- 2CF727DCFEF9A83CDAF9CFC3 /* Transceiver.cpp */,
- 90DB8AA3E43C54B0D9857FD0 /* UdpConnector.cpp */,
- 79B0DF95747015DB38E8FF38 /* UdpEndpointI.cpp */,
- F44E2507C28D467AA609CDFF /* UdpTransceiver.cpp */,
- 7C371A25143073DD73E90F8A /* Value.cpp */,
- 8B1CAC379677F45957167E52 /* ValueFactoryManagerI.cpp */,
- CF2874E81313849886064848 /* WSAcceptor.cpp */,
- 5F39549D5BC6824B2E7781D6 /* WSConnector.cpp */,
- 76D37A17C0B54A67AF2EE1F4 /* WSEndpoint.cpp */,
- 692DE8D20B08E72951B557E3 /* WSTransceiver.cpp */,
+ 24C2E26E549B26D1395EF80E /* acm */,
+ 6A1CC47E58A353E1B6A9AE88 /* adapterDeactivation */,
+ FEFE162A6B9601D98618B441 /* admin */,
+ 37ED37B0381211CF1D352104 /* ami */,
+ 1A82E09A6A4E8311E41E84D0 /* binding */,
+ A8E2E546AE9396AFCF4900B0 /* defaultServant */,
+ B1CAACAF8C6CD6276313940B /* defaultValue */,
+ AD1237B3EC7C91C2E67C5E41 /* enums */,
+ AFE07C09F1C46174640B5946 /* exceptions */,
+ 209572C5D3051B9F1CDDD5C6 /* facets */,
+ B520A10D8F29FBED32BB45EA /* hold */,
+ E32DA93483F52DC5A56E2E60 /* info */,
+ 4C8A4732C2FF46F9FC884868 /* inheritance */,
+ 414F1C45455EEAC738FC5841 /* interceptor */,
+ DA369A56990F6F883781FB71 /* invoke */,
+ AC9D1253F84F8247F0942106 /* location */,
+ 10C8204CE2D0A55F84261807 /* objects */,
+ CE4C9143697635AFF745F519 /* operations */,
+ A80F4AABDE60A61219C0311E /* optional */,
+ B9EEB461EB2555A42F744B64 /* properties */,
+ F1C162D8052CA7DC1E0CF03C /* proxy */,
+ 4C799AC8EE77405E53C14178 /* retry */,
+ 9AA2B57F0005CAD04A1DA4C1 /* scope */,
+ BA18837D34DD85950DF7C3B4 /* servantLocator */,
+ BD6A1CF0847C0E97EF276EA9 /* services */,
+ 3CE7D9655CE4DF9C506D3146 /* slicing */,
+ 7C25212F3D5C28E8D94D71B3 /* stream */,
+ EC178F8BF55ED99FD95C190E /* timeout */,
+ 85B343BDC453B2D2ADCB8C4B /* udp */,
);
name = Ice;
sourceTree = "<group>";
};
- 35420297B8ACF49C96A2333B /* IceIAP */ = {
+ 36EA6C7CC983D5F416236CCB /* Slice */ = {
isa = PBXGroup;
children = (
- B7303A9443432C6CCF8B17C9 /* Connector.mm */,
- 58C77C0229E819BD8A8EBE1B /* EndpointI.mm */,
- 0EDB0BF8029CAF7612A7071D /* Transceiver.mm */,
+ F52BACDC9715185723A5BB4F /* escape */,
);
- name = IceIAP;
+ name = Slice;
sourceTree = "<group>";
};
- 3C612E1794FD2A2FB1D03507 /* Slice */ = {
+ 37ED37B0381211CF1D352104 /* ami */ = {
isa = PBXGroup;
children = (
- 0EEF2D0C1701C6FE98CF5038 /* escape */,
+ BD08300CC01B86B0B8DD9714 /* AllTests.swift */,
+ ED95C17344F3DC59E4560748 /* Client.swift */,
+ 3ECC918EB940E8FAECB67770 /* Collocated.swift */,
+ CB2D04968BD1AECD24928F52 /* Server.swift */,
+ 8A6502FA2216186E3E47A3A0 /* Test.ice */,
+ 07D6B91B53D4CEB7A580028F /* TestI.swift */,
);
- name = Slice;
+ name = ami;
sourceTree = "<group>";
};
- 3DA0628342272FB520536D6C /* src */ = {
+ 3CE7D9655CE4DF9C506D3146 /* slicing */ = {
isa = PBXGroup;
children = (
- 24961DCE1B08DD55ED11D5D4 /* Ice */,
- A7AE7C9A7C2141B7BCDC6010 /* IceDiscovery */,
- 35420297B8ACF49C96A2333B /* IceIAP */,
- 4570AEE8099DB4B6D940F12F /* IceLocatorDiscovery */,
- AD71BF1A67498DDFA1C8912E /* IceSSL */,
- 5976FAABB4EBC4B72CDECC03 /* IceUtil */,
+ 62D3874971699D56CE40E368 /* exceptions */,
+ 635AA38407E0ABE8D74CB2DC /* objects */,
);
- name = src;
+ name = slicing;
sourceTree = "<group>";
};
- 431E2BAD075C4353F903DC4B /* TestCommon */ = {
+ 3F2932342465471E168B9F2E /* TestDriver */ = {
isa = PBXGroup;
children = (
- 33CEFE0850F56B0BE8B53959 /* Info.plist */,
- 3AC05385F2DCEFA9FEC9BF60 /* TestCommon.swift */,
+ 5F2D6064136C7642321AFB24 /* iOS */,
+ 5963BF7C98BEEFD1C09E90A0 /* macOS */,
);
- name = TestCommon;
+ name = TestDriver;
sourceTree = "<group>";
};
- 456403A7EAF9203B964E0A1E /* IceSSL */ = {
+ 401FE1B759487E95C29D65FA /* slice */ = {
isa = PBXGroup;
children = (
- 036959E0FDD04BC9BA5BC3F6 /* ConnectionInfo.ice */,
- A42F15AA9BA8094F8AC2D19D /* ConnectionInfoF.ice */,
- 0FBD61A7A4E9A0AED6D8AC4E /* EndpointInfo.ice */,
+ EBF938A93631BFD120FBAB64 /* Glacier2 */,
+ D0B21C47B56D69045B91A26A /* Ice */,
+ 2043005C40869E81883E408D /* IceDiscovery */,
+ 58A6419594B7E963E585EF86 /* IceGrid */,
+ A3E4DE6B030B72ED433A273D /* IceIAP */,
+ 5C38B2B30EDD07715794F393 /* IceLocatorDiscovery */,
+ 8A5C7B58E7AE1F6BA803AB03 /* IceSSL */,
+ A1A387E5862DC5AF1EE1F40A /* IceStorm */,
);
- name = IceSSL;
+ name = slice;
sourceTree = "<group>";
};
- 4570AEE8099DB4B6D940F12F /* IceLocatorDiscovery */ = {
+ 414F1C45455EEAC738FC5841 /* interceptor */ = {
isa = PBXGroup;
children = (
- 4EB89B4BC08E5CB7AB3E2DBE /* PluginI.cpp */,
+ 7183891C3797946A7E9E889D /* Client.swift */,
+ 1C8243979695504FFC008CFC /* Test.ice */,
);
- name = IceLocatorDiscovery;
+ name = interceptor;
sourceTree = "<group>";
};
- 4F7A057E43E9AA53D26AC367 /* ios */ = {
+ 4AFE6FC49CB2D1B38DE3F9F7 /* ios */ = {
isa = PBXGroup;
children = (
- DF87B5A2400036125AD79B6E /* Notifications.mm */,
- EA11D4E802AC16654A6C8DD4 /* StreamAcceptor.cpp */,
- E64C57B121A042BD207F7857 /* StreamConnector.cpp */,
- 1E7BC050E9C5DDF6E7011617 /* StreamEndpointI.cpp */,
- E0023B9B103C40485518CB82 /* StreamTransceiver.cpp */,
+ 86E9E4339812A4C1456E266C /* Notifications.mm */,
+ 7E9842C48B5AF3208C130691 /* StreamAcceptor.cpp */,
+ 5EEEADAB6CD055CC815FB931 /* StreamConnector.cpp */,
+ F9E77E97962ABFCB24F2AA5C /* StreamEndpointI.cpp */,
+ 38C728D5A74C2BC8A86F78D0 /* StreamTransceiver.cpp */,
);
name = ios;
sourceTree = "<group>";
};
- 519E53B8F543CE6A033FB018 /* src */ = {
+ 4C799AC8EE77405E53C14178 /* retry */ = {
isa = PBXGroup;
children = (
- 92B15E032CF4146663D45548 /* Glacier2 */,
- 9357B9C60074DCA18F266B4D /* Ice */,
- 0B5690F3A1FC350099CC45D1 /* IceGrid */,
- EFBC69E135635F5A348B7314 /* IceImpl */,
- 858D9A54C9DA46E666B5BCB2 /* IceStorm */,
+ 22E0919C878E727AA99741B9 /* AllTests.swift */,
+ 728D3DF7A351174EFDCB77CE /* Client.swift */,
+ E54BC72ADF342BB507D30FB2 /* Collocated.swift */,
+ AD9C881AF28D9E29F92D8E0C /* Server.swift */,
+ 8081C36146F020A95B341FDB /* Test.ice */,
+ D679ADD51F9E6E07A97D2C50 /* TestI.swift */,
);
- name = src;
+ name = retry;
sourceTree = "<group>";
};
- 5372ABF381E5DFD4DE4C3152 /* retry */ = {
+ 4C8A4732C2FF46F9FC884868 /* inheritance */ = {
isa = PBXGroup;
children = (
- 2F13074052F2B04F7DACA607 /* AllTests.swift */,
- 16BA5AF4C486E43563ECD05E /* Client.swift */,
- 71DFE7097EE827F48F490AD7 /* Collocated.swift */,
- 3DA72E26826529A044FC781D /* Server.swift */,
- 5ABF0DFE0B361B70896F4611 /* Test.ice */,
- 5C689330C4050596E376393F /* TestI.swift */,
+ A713CD8044FA72237869848A /* AllTests.swift */,
+ A1BD0405C01A2845F08242F6 /* Client.swift */,
+ 10E6E1FAB4E8BBA994697E4F /* Collocated.swift */,
+ 9EC5E6912292315F022BCC40 /* Server.swift */,
+ 910F41A9BC8971C08B2BF44E /* Test.ice */,
+ 7E61AB471E665CD3AB9495A5 /* TestI.swift */,
);
- name = retry;
+ name = inheritance;
sourceTree = "<group>";
};
- 57170D43F167B272161B73D2 /* Ice */ = {
+ 54345855CB9594245C03985B /* src */ = {
isa = PBXGroup;
children = (
- 8D78E03AFEEB51ACA8F3C5D9 /* acm */,
- A144E2A40F97CDD899B45573 /* adapterDeactivation */,
- 882705DB8F7E5565199E342B /* admin */,
- 8068635E3366E66EC70CCAE5 /* ami */,
- 83E00AAABCBAF0BDAECF0D04 /* binding */,
- 0A49B25FE1D95A412A8DE68A /* defaultServant */,
- 61E4BDE8F7E97ED6326186B3 /* defaultValue */,
- F90D56D7F8A658BF5A55DEB4 /* enums */,
- 92DB0A20E4642D3CDA4CFE58 /* exceptions */,
- A03B90F6FB49DC61D450F0CB /* facets */,
- 63C34C2F378D86BEBF90FD4E /* hold */,
- D5C85FAE7021EB796DD2387A /* info */,
- 57B016C3EBE937E33F342562 /* inheritance */,
- 0B15FB580666E2CF491221F8 /* interceptor */,
- 098AB90749775AA52A765FCF /* invoke */,
- 8211171915939EBA9D1753AF /* location */,
- 9A9EF377E85DFBBEB3AF7BB7 /* objects */,
- B85AAF60780124A9734EBC2B /* operations */,
- 09FB01A303A59D79C7CC5E97 /* optional */,
- 0EFF6EF3BDD2533F10381341 /* properties */,
- 233E5A0A84806C71276A6A20 /* proxy */,
- 5372ABF381E5DFD4DE4C3152 /* retry */,
- C279D879ABF9995752105617 /* scope */,
- C081336E7A7FBC0AB25AE982 /* servantLocator */,
- DFEEF4A04CDE81826D5A952E /* services */,
- 829C07440997D7ECB87805E0 /* slicing */,
- BC887BD868884186EAAE3CEE /* stream */,
- 22BCC1C95BB034BBB009DEB8 /* timeout */,
- EA2B52C919BDE94DCED7537A /* udp */,
+ 92A262BA7E12FAAA9114CC0D /* Ice */,
+ D0BD23530BE725E9A1490732 /* IceDiscovery */,
+ BE508B973441FE9B84AADB3A /* IceIAP */,
+ 64770FE7EA205B058E737221 /* IceLocatorDiscovery */,
+ 96BFB296E96EE632A995FAD0 /* IceSSL */,
+ 87BA4212494757E1F232D330 /* IceUtil */,
);
- name = Ice;
+ name = src;
sourceTree = "<group>";
};
- 57B016C3EBE937E33F342562 /* inheritance */ = {
+ 58A6419594B7E963E585EF86 /* IceGrid */ = {
isa = PBXGroup;
children = (
- 4EFC90BEFEBBAE377FDE0F01 /* AllTests.swift */,
- 179B9A6090513CA5E9D351F8 /* Client.swift */,
- 24E33255191616DD6E0C92FE /* Collocated.swift */,
- 9B1124AF6A27CB1D909437E6 /* Server.swift */,
- 8876B247870A7C720C2CDF4A /* Test.ice */,
- FC5183F46C42A432A8B9648E /* TestI.swift */,
+ 7937931F41E2A8FDBB92D6AE /* Admin.ice */,
+ 7CE87A90B49A1878867A6C2E /* Descriptor.ice */,
+ C3E3755BC21CD93CA89888FA /* Exception.ice */,
+ 132BF75C272649D6DE000FFB /* FileParser.ice */,
+ 674C57B9119E1E4E4DAD5010 /* PluginFacade.ice */,
+ 3C7EF0F0632058DE21BB356C /* Registry.ice */,
+ 6E9E307165BE58EA4AF037D4 /* Session.ice */,
+ 87F69AD7A5C7E5A9F45F5117 /* UserAccountMapper.ice */,
);
- name = inheritance;
+ name = IceGrid;
sourceTree = "<group>";
};
- 580BBE5685287274723C8107 /* configuration */ = {
+ 5963BF7C98BEEFD1C09E90A0 /* macOS */ = {
isa = PBXGroup;
children = (
- 14F5E02F8901443ABF6D794E /* AllTests.swift */,
- BFB41DF7957D531D3446748C /* certs */,
- E42AA9E793E4E10F14416A07 /* Client.swift */,
- 46CB75C66EE3AED8A59E217B /* Server.swift */,
- EDCD6A95EABC9D30A1CB9BE6 /* Test.ice */,
- 39A83CA7BA5F05C85CF68A00 /* TestI.swift */,
+ 05F48C88BD140A3669A5A0EA /* main.swift */,
);
- name = configuration;
+ name = macOS;
sourceTree = "<group>";
};
- 5976FAABB4EBC4B72CDECC03 /* IceUtil */ = {
+ 5C38B2B30EDD07715794F393 /* IceLocatorDiscovery */ = {
isa = PBXGroup;
children = (
- 0FA78F2D5E9A0A04E4473B22 /* ConsoleUtil.cpp */,
- 1ABF85689C3C3ADE0CD4FD3F /* CtrlCHandler.cpp */,
- 873027B2327A250AD94C35A6 /* FileUtil.cpp */,
- 1961C5F0038F3FE109D7EFE6 /* InputUtil.cpp */,
- 5585A34B5215C56F16C5DB39 /* MutexProtocol.cpp */,
- AD5D2D9E1DEC6E6A6B1697DE /* Options.cpp */,
- BCB82EEEDF094DFCD64E632A /* OutputUtil.cpp */,
- 2700733A3937D06E74684B5E /* Random.cpp */,
- F1F2592E2E1F2BF10A6306BE /* RecMutex.cpp */,
- 893F2F00C56BC000BFC5B755 /* Shared.cpp */,
- DD3FD9F238856CB7E2C62B97 /* StringConverter.cpp */,
- 5CC207D7EFC230871F530B27 /* StringUtil.cpp */,
- CC252BC0CC66B8EB14A24E3E /* ThreadException.cpp */,
- DC06D29CC5E6FD716F3D85E2 /* Time.cpp */,
- E9B77E75413D448077F43E6D /* UtilException.cpp */,
- 743E77CD969BADF3903A2474 /* UUID.cpp */,
+ 32D30D346EA1D34097737E1F /* IceLocatorDiscovery.ice */,
);
- name = IceUtil;
+ name = IceLocatorDiscovery;
sourceTree = "<group>";
};
- 61E4BDE8F7E97ED6326186B3 /* defaultValue */ = {
+ 5F2D6064136C7642321AFB24 /* iOS */ = {
isa = PBXGroup;
children = (
- 84585C76D768C043B0F72C5A /* AllTests.swift */,
- 1612ACCF5F2BAE377EB04B77 /* Client.swift */,
- E45A85F719BAD6FE15A80204 /* Test.ice */,
+ E487C14CC9E700041C6DEECD /* AppDelegate.swift */,
+ 5DBEFA5623C1253B874C8895 /* Assets.xcassets */,
+ 544733E5721E420BC36C3987 /* certs */,
+ B751AF3E22BBE790817D663E /* Controller.ice */,
+ 48D2DA7BC1EACD73BD20F6DF /* ControllerI.swift */,
+ 510BE1BD8C9A916405806330 /* LaunchScreen.storyboard */,
+ A8F44783696B0C2E07A10E39 /* Main.storyboard */,
+ 4D389E23FC01179A342985D3 /* ViewController.swift */,
);
- name = defaultValue;
+ name = iOS;
sourceTree = "<group>";
};
- 63C34C2F378D86BEBF90FD4E /* hold */ = {
+ 62D3874971699D56CE40E368 /* exceptions */ = {
isa = PBXGroup;
children = (
- 8CA55BC795CEF60DAFDD8224 /* AllTests.swift */,
- BCD11C3794F4F1B015237396 /* Client.swift */,
- AAC590472B69AADAD16EBBD7 /* Server.swift */,
- 2A6515E73B7A8EBA4232FE78 /* Test.ice */,
- 53F5BDBDAD936288BCE6D5B6 /* TestI.swift */,
+ 0B0A65436FD7A5D6789D6B20 /* AllTests.swift */,
+ 1F08D040803567CB3F78A297 /* Client.swift */,
+ 3649BD0C5A1D120B3194BA89 /* ClientPrivate.ice */,
+ A96CD4BABF7B6ADE7685C97B /* Server.swift */,
+ AD6BDC91C7DF8EF8259D449C /* ServerAMD.swift */,
+ 081EF5D9DB0F89A802B1B1CA /* ServerPrivate.ice */,
+ 3C77BC6694094C0D183D782C /* ServerPrivateAMD.ice */,
+ CA94427522A613BD34110EF0 /* Test.ice */,
+ 082F8C98AF764B32325525CE /* TestAMD.ice */,
+ CC29417EE46CFC714E2E269F /* TestAMDI.swift */,
+ F79C6EAF0C1A0A30314B19A8 /* TestI.swift */,
);
- name = hold;
+ name = exceptions;
sourceTree = "<group>";
};
- 76EF7CC9A030AB9884790FD7 /* Products */ = {
+ 635AA38407E0ABE8D74CB2DC /* objects */ = {
isa = PBXGroup;
children = (
- ED2A5153D975B8DC87BA18B2 /* Glacier2.framework */,
- 82CC5AF3BAB4ED3D53681F64 /* Glacier2.framework */,
- 64EE0B52C0A964AEB3B2676B /* Ice.framework */,
- 805735288372DD7FFD2C6E84 /* Ice.framework */,
- 7A8172B4C06D2EA521183104 /* IceAcm.bundle */,
- 5104E5BC70829DE44480FD2F /* IceAcm.bundle */,
- DC2390F95E08F63D63875832 /* IceAdapterDeactivation.bundle */,
- 882720541CD23A8DEA505628 /* IceAdapterDeactivation.bundle */,
- 4DF6F8C5AF97D71F31BE56F6 /* IceAdmin.bundle */,
- 96D15FE9F782070540560091 /* IceAdmin.bundle */,
- 70553EFB64F02EB810C4756F /* IceAmi.bundle */,
- 0E71EDE7E0484F044BC7BCCB /* IceAmi.bundle */,
- BD3D1091C71194FF67E3A565 /* IceBinding.bundle */,
- 3261BC4CA0A9D88CA79A7CF5 /* IceBinding.bundle */,
- E92379D4F4C5BCA956168E48 /* IceDefaultServant.bundle */,
- 6F2330D0EA51FD0036C376A8 /* IceDefaultServant.bundle */,
- F683FFB8C8EEBDCCEE99A82F /* IceDefaultValue.bundle */,
- CB9202123D4186EE083F8F24 /* IceDefaultValue.bundle */,
- 5DE0C7D59E1938EB277777BD /* IceEnums.bundle */,
- FC6DCAF6AE8DAEBD8221B7FE /* IceEnums.bundle */,
- 1C83AB7474C602D1D3FABFCD /* IceExceptions.bundle */,
- D7614A3E9EE9674346B0FAA2 /* IceExceptions.bundle */,
- CF8CE1998824835FCC3C73C9 /* IceExceptionsAMD.bundle */,
- 9B99F93CDD6E92D7CF09D37C /* IceExceptionsAMD.bundle */,
- 97819D8AB561190C74968D41 /* IceFacets.bundle */,
- C68B98A47DC7B6E90D2954D5 /* IceFacets.bundle */,
- 6DB4D42D8993EEA1F4B5B313 /* IceGrid.framework */,
- D72B0EF7634E98FB138DC8AC /* IceGrid.framework */,
- 145300E7169C072C84186A6B /* IceHold.bundle */,
- 747922D2CD728575DDD53080 /* IceHold.bundle */,
- 6A6102DE9D8559B86E0205C4 /* IceImpl.framework */,
- CEFE362FADFA72645536FF43 /* IceImpl.framework */,
- D7EAF2E5AFC2199B23071A6E /* IceInfo.bundle */,
- 70B64B7F0862032293CA50E8 /* IceInfo.bundle */,
- 44090B576736324E2BF7FF8F /* IceInheritance.bundle */,
- C88ACCE8467CFEB53D2B1E86 /* IceInheritance.bundle */,
- 8775272F612A0B9CEBEE2175 /* IceInterceptor.bundle */,
- 9E75D12390A621804F3C1A2E /* IceInterceptor.bundle */,
- 54A112A8CB76C7BE4BE8B4B4 /* IceInvoke.bundle */,
- AA5482BDE255377C3E467495 /* IceInvoke.bundle */,
- 8DE215FC6BA3FEF83C14EC1E /* IceLocation.bundle */,
- 6E0A8FBCDB0FC398DF5ECDE4 /* IceLocation.bundle */,
- F2092C923638685CCA99E7F0 /* IceObjects.bundle */,
- 7AB7B0C3B9FFD0955B2AEEE3 /* IceObjects.bundle */,
- A7A6B4FCE9A875CC7A3C60B3 /* IceOperations.bundle */,
- 48B7F4A323083E11B53E556E /* IceOperations.bundle */,
- 67D20F9C958D7C474D01C3B6 /* IceOperationsAMD.bundle */,
- 4BC1B2866017680A6F4380AA /* IceOperationsAMD.bundle */,
- FAFC1A01AF68671886B36417 /* IceOptional.bundle */,
- EBD44B0CF7865E9B06BE37D6 /* IceOptional.bundle */,
- E20F8E2FD6CC507FB428B544 /* IceOptionalAMD.bundle */,
- DEDDC9803D1D9CC2446EC21C /* IceOptionalAMD.bundle */,
- 402CFF4170CA7EB9041E58BB /* IceProperties.bundle */,
- 1D6F8E1BBC264DF4954A9910 /* IceProperties.bundle */,
- FE29C70E5596157AF7F9DF27 /* IceProxy.bundle */,
- DED9AB300AB0D04D8C388C48 /* IceProxy.bundle */,
- 202DDDB142F3247EA06FD5FC /* IceProxyAMD.bundle */,
- F09C664B0A85EACBC4452DD4 /* IceProxyAMD.bundle */,
- 0CAB0284CDDA4938D579D519 /* IceRetry.bundle */,
- 6D19C02894A9CDDE69F35879 /* IceRetry.bundle */,
- B06C06126F8F4F2D473EBF74 /* IceScope.bundle */,
- 820BB6EC3983667CF90793DC /* IceScope.bundle */,
- 0284B8E6A1464F655E7C9267 /* IceServantLocator.bundle */,
- 2DFF6E1154114D5E88212557 /* IceServantLocator.bundle */,
- 5607615052B6629CEA794360 /* IceServantLocatorAMD.bundle */,
- 8BCDD7154EB036DBC0A0CB5F /* IceServantLocatorAMD.bundle */,
- D9EDCC1E7B6A5DD27219179F /* IceServices.bundle */,
- 76FDDC3A93D4FB00E3FE8410 /* IceServices.bundle */,
- 5CB3684F35DE62A0E27E1D97 /* IceSlicingExceptions.bundle */,
- 0CCAAC20859B87A2BFDC38EE /* IceSlicingExceptions.bundle */,
- FD0117D66F8CB5592F7180E7 /* IceSlicingExceptionsAMD.bundle */,
- C1258980FEFEA007B481AA98 /* IceSlicingExceptionsAMD.bundle */,
- DB28DEC48CA76982B57D2C68 /* IceSlicingObjects.bundle */,
- AC10F54304BC1200A29C812D /* IceSlicingObjects.bundle */,
- 3DF22954C8964C4C53C61853 /* IceSlicingObjectsAMD.bundle */,
- B2D941FAE724D6464DF52CBC /* IceSlicingObjectsAMD.bundle */,
- 526616622AC6F71AB1612334 /* IceSSLConfiguration.bundle */,
- 2118E93CF12A25670AA11FC7 /* IceSSLConfiguration.bundle */,
- A908F6B4DBBB526C6D83931B /* IceStorm.framework */,
- 1FEE322ED06E510B5604D0A3 /* IceStorm.framework */,
- 646C0B59E701C4740B174F11 /* IceStream.bundle */,
- 3144BFC41E6EDE84ED17D171 /* IceStream.bundle */,
- EF2817BA3C244C2BEC436BCA /* IceTimeout.bundle */,
- 25D0C721D53503860788165E /* IceTimeout.bundle */,
- 51E27C5D8B2F00FE5AC8A1AC /* IceUdp.bundle */,
- 86FF6922946A161E68D3BB8B /* IceUdp.bundle */,
- 78C7F2736501C2A5E4734C99 /* libIce C++11 iOS.a */,
- 7AF37515FE21E9EA08B14660 /* libIce C++11 macOS.a */,
- 74A494883A2585D0B1186209 /* libIceDiscovery C++11 iOS.a */,
- C99BD782F25C72FF91C2A080 /* libIceDiscovery C++11 macOS.a */,
- BB1FB1918F6B6823D174513B /* libIceIAP C++11 iOS.a */,
- 5F24EB1B394C86FB21B317E2 /* libIceLocatorDiscovery C++11 iOS.a */,
- 665B478E2A86F6E16E74802E /* libIceLocatorDiscovery C++11 macOS.a */,
- 31CAAAFCE3A51A13D06DE91E /* libIceSSL C++11 iOS.a */,
- 2C5E11BEB75F4537B9C345FD /* libIceSSL C++11 macOS.a */,
- 9707E1C1843B10DC72F8FFEA /* SliceEscape.bundle */,
- 41CA5F8E7D89D580E8C2FF57 /* SliceEscape.bundle */,
- 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */,
- 41739410DFE3BFD4B4434F9C /* TestCommon.framework */,
- 6CF55DBE2F061AB6A97A6592 /* TestDriver.app */,
- E4E4EA9BEC65D85AC131DE50 /* TestDriver.app */,
+ 63D04FC095DDEF971B2636FF /* AllTests.swift */,
+ A42A56C550670D42F1A25A00 /* Client.swift */,
+ FB1A306152F47E41264F4410 /* ClientPrivate.ice */,
+ 385B42F5414CE91AE08CD8F4 /* Server.swift */,
+ A76ACC9C1FF90896EDB7307B /* ServerAMD.swift */,
+ 2FCCC7FF67D11F09D27E2640 /* ServerPrivate.ice */,
+ 0B3FC14BDC83A6861F3ECA2A /* ServerPrivateAMD.ice */,
+ A0F33837ED2C7B4BCCA87807 /* Test.ice */,
+ A35BE0CB110C7053C9215C42 /* TestAMD.ice */,
+ 678E974FED151CD67D57E6A0 /* TestAMDI.swift */,
+ 148D6FF62411185D4CCAE565 /* TestI.swift */,
);
- name = Products;
+ name = objects;
sourceTree = "<group>";
};
- 8068635E3366E66EC70CCAE5 /* ami */ = {
+ 64770FE7EA205B058E737221 /* IceLocatorDiscovery */ = {
isa = PBXGroup;
children = (
- 0D555E6CE7F2220B40D09377 /* AllTests.swift */,
- D38DF78DBA1B56732B9A7C53 /* Client.swift */,
- F920CEEF850447F794D4628B /* Collocated.swift */,
- 166DB0997F18134071BC0637 /* Server.swift */,
- DF5DF3901F6E66E1B0B4CAE1 /* Test.ice */,
- CF806506D15A319DB8AC4752 /* TestI.swift */,
+ D19769C395F4ACC54339DAF2 /* PluginI.cpp */,
);
- name = ami;
+ name = IceLocatorDiscovery;
sourceTree = "<group>";
};
- 8116082CF025D83D67989584 /* Ice */ = {
+ 65F7A397D17C9B8E0F528DD7 /* configuration */ = {
isa = PBXGroup;
children = (
- 1D28632B66990D3D4523311C /* BuiltinSequences.ice */,
- CF8714E9397456207998C577 /* Communicator.ice */,
- B193C6B1C30EB54B6C952EA6 /* CommunicatorF.ice */,
- 0E2AF84698461F8EE93EED65 /* Connection.ice */,
- 0869C67523DAACAD4DD5786E /* ConnectionF.ice */,
- 2CFC3691D909A79D96800785 /* Current.ice */,
- CEE366B943AADCD80BFD989C /* Endpoint.ice */,
- C71DC1CBB083CE7E32B9F53E /* EndpointF.ice */,
- 434B2D02738A02E93750526D /* EndpointTypes.ice */,
- 48A6E51D044B4FBA08725617 /* FacetMap.ice */,
- 21CE102901A91134E629F665 /* Identity.ice */,
- 523FDBD799F89BAED8509A39 /* ImplicitContext.ice */,
- F1CAECBE3996DBD6E98EF767 /* ImplicitContextF.ice */,
- C119576BA5863E25B14AAE53 /* Instrumentation.ice */,
- 818E19410032B14D76DA3CB0 /* InstrumentationF.ice */,
- 7A3C4EA477E364F79E25D0AE /* LocalException.ice */,
- E3A6473658A7610F460DBCB1 /* Locator.ice */,
- DA679301C51B14E66CDA8855 /* LocatorF.ice */,
- EA9AFB221E7876ED4B601A89 /* Logger.ice */,
- CA9C83A569CFAD0F4EA43605 /* LoggerF.ice */,
- 02B053B0DAD8AEBFE8799F11 /* Metrics.ice */,
- 5706F016F48CB3D5A419324B /* ObjectAdapter.ice */,
- 792FBBE6EFE9C9FEFAC0DC43 /* ObjectAdapterF.ice */,
- 227CE455C3DE53A0D9684EA1 /* ObjectFactory.ice */,
- ED1D900AB917A6232834B77B /* Plugin.ice */,
- CF68F4C48AEA28D437422AF6 /* PluginF.ice */,
- 58BA1EEDC0350043BC35ECF7 /* Process.ice */,
- 831F764D39FE98F76F36DF5A /* ProcessF.ice */,
- 64A2C65B7390660BE34CD422 /* Properties.ice */,
- D9768DBB761C88E2C2B99396 /* PropertiesAdmin.ice */,
- AD500A228D52BB7543886C54 /* PropertiesF.ice */,
- CD4E452EF9650C4922A1FD23 /* RemoteLogger.ice */,
- 93B8D0F7DB11B2D8EF8E04E6 /* Router.ice */,
- 76480F1AA8304A4235C83538 /* RouterF.ice */,
- 0B8C7E9387FE8CD0A836C6AC /* ServantLocator.ice */,
- 89C66B30777B15E0FB625753 /* ServantLocatorF.ice */,
- B1CE1D5F8B06475A36692665 /* SliceChecksumDict.ice */,
- 1E75430EB4F5CFAC72B41042 /* ValueFactory.ice */,
- 2D6668456426024EA9D9DC6A /* Version.ice */,
+ 8CA70B06E12ED1EF7FD6DF8F /* AllTests.swift */,
+ DE5652F6BD92909233846737 /* certs */,
+ 3C966FDF4871106138EBD467 /* Client.swift */,
+ D347600B112E790EB926DD9B /* Server.swift */,
+ A8D9CBDCBC44A270A620EA69 /* Test.ice */,
+ 81ED9D876EA5043BAEE1E7F4 /* TestI.swift */,
);
- name = Ice;
+ name = configuration;
sourceTree = "<group>";
};
- 8211171915939EBA9D1753AF /* location */ = {
+ 6691536DA74830D19984E7C1 /* Ice */ = {
isa = PBXGroup;
children = (
- 2178C44044078B3D0D533EDF /* AllTests.swift */,
- 70A0A88A3D8F43CB3FC91357 /* Client.swift */,
- 39218C2E4023BFDD70EC8A41 /* Server.swift */,
- 78552EACA7F946DC804376FE /* Test.ice */,
- 6197705513A73D883090F6B8 /* TestI.swift */,
+ C44F2D7864E38E4A0C79EBA8 /* AdminFacetFactory.swift */,
+ 73D61B4746463D5B3B8E4F1B /* Blobject.swift */,
+ CB954CFD19DFEC0E5E6C0339 /* BlobjectAsync.swift */,
+ 09BBDE7B70F661621CA8BF46 /* ClassResolver.swift */,
+ 0FFAA80686C27B2313126373 /* CommunicatorI.swift */,
+ 2C8864E276FC3DBC09D66FF0 /* ConnectionI.swift */,
+ 3F6AD819D98D9993CE7757A5 /* ConnectionInfoFactory.swift */,
+ A87E50DD5264871B120E81D2 /* EndpointI.swift */,
+ 0C7D9887F87711D5DE409E77 /* EndpointInfoFactory.swift */,
+ 547B76B563001BF51CE80CA1 /* Exception.swift */,
+ 8754F954639EB8DD185DFCE7 /* FormatType.swift */,
+ EC8E77CA05807B679A92CD2A /* IceSwift.h */,
+ C3C314318B1FCAE9464CB306 /* ImplicitContextI.swift */,
+ 32704674977129B579BA49A7 /* Incoming.swift */,
+ 78E5A0D3129C3A27AED83756 /* Info.plist */,
+ 0B2CF810559B5BEDA27C17B9 /* InitializationData.swift */,
+ 834A06032229F6FBCFB56B87 /* Initialize.swift */,
+ F6D636A4F0E3C716AFEE9309 /* InputStream.swift */,
+ FC58F19ED98282350069DC7F /* LocalExceptionDescription.swift */,
+ 4987BA0B2F0FB2B5A24DC6D6 /* LocalExceptionFactory.swift */,
+ 3C366F9F99A138F58E5A30F5 /* LocalObject.swift */,
+ 4FBEB03B345901D06FAA338C /* LoggerWrapper.swift */,
+ D8E2AD2F3F2BAA09BE83B0E2 /* Mutex.swift */,
+ 268AC464E02CD210DE1CEED5 /* NativePropertiesAdmin.swift */,
+ F0017A8AAB467D6681D17FD5 /* Object.swift */,
+ 98AE1EB7647A149B7F0935A5 /* ObjectAdapterI.swift */,
+ 1C30D748FED32EBD23AFAD17 /* OptionalFormat.swift */,
+ 663338C133F6C30A15BAB9C4 /* OutputStream.swift */,
+ 929FC39437ECABE33DA5EFFE /* ProcessI.swift */,
+ 6F796F528E6A63FC90F94AD5 /* PropertiesAdminI.swift */,
+ ACD7FA7692F8B9C401015755 /* PropertiesI.swift */,
+ AC5E816AF1FD129845A35C9C /* Proxy.swift */,
+ E9EB459A0C1C577235CA551B /* ServantManager.swift */,
+ F32AEE1BAC02F4AA077D7768 /* SlicedData.swift */,
+ 5AF53C0AA4B813C84F5414D0 /* SliceFlags.swift */,
+ FC1A56353D4AEBF171EBA982 /* SliceInfo.swift */,
+ D42D56316CEB52B93E0BB989 /* UnknownSlicedValue.swift */,
+ E68D7C627C937D3C8CC8F4FD /* Util.swift */,
+ 3303B9E4AC24E998544E2B73 /* Value.swift */,
+ 2A9207A3F3B8F2BF3C9C0D98 /* ValueFactoryManagerI.swift */,
);
- name = location;
+ name = Ice;
sourceTree = "<group>";
};
- 829C07440997D7ECB87805E0 /* slicing */ = {
+ 6A1CC47E58A353E1B6A9AE88 /* adapterDeactivation */ = {
isa = PBXGroup;
children = (
- CA666EFA226090198A2A532E /* exceptions */,
- BC7EC3253DE061B7734C5187 /* objects */,
+ 28D93580C1F6147FB8113529 /* AllTests.swift */,
+ 139BDFC4910A96D59B3EFC7E /* Client.swift */,
+ 3A3EDB9C07EAC153C1506709 /* Collocated.swift */,
+ A60CA7DCFA668A6121721E68 /* Server.swift */,
+ 795AD353B1765AA2CF42BED8 /* Test.ice */,
+ 3BB5BFB7DA89D8CCD11A86E2 /* TestI.swift */,
);
- name = slicing;
+ name = adapterDeactivation;
sourceTree = "<group>";
};
- 83E00AAABCBAF0BDAECF0D04 /* binding */ = {
+ 76256C7A4DEDBD630CD873DF /* IceGrid */ = {
isa = PBXGroup;
children = (
- 7353DE75B3BB8E5E10BA62CA /* AllTests.swift */,
- 943E8C7B9EF5DAB2A49603EB /* Client.swift */,
- ECF7E6D0C6A6882AF364DF25 /* Server.swift */,
- 6FCE3FA84176D1633B9CF63F /* Test.ice */,
- 8F5A1194E328E5C60EFBDCCC /* TestI.swift */,
+ E859F3741698FB4912BED7A5 /* IceGridSwift.h */,
+ 3B880117557A9A8169948CFF /* Info.plist */,
);
- name = binding;
+ name = IceGrid;
sourceTree = "<group>";
};
- 85674990B17158C29F0AA3B7 /* Glacier2 */ = {
+ 768375D9248ED21B459DB336 /* IceStorm */ = {
isa = PBXGroup;
children = (
- 71517E65B0EBB1D6D61F2CF8 /* Metrics.ice */,
- 8AD26D4FAC747698FC31189F /* PermissionsVerifier.ice */,
- A5DE3AE667AAFC894BD3A60C /* PermissionsVerifierF.ice */,
- F5606FBD5FA3395CBCDA97DA /* Router.ice */,
- 69353CABFAB9BE2DEA0BF479 /* RouterF.ice */,
- 59B661A91A59D99885761C98 /* Session.ice */,
- 2A0B56AE2487A5AEA989AD85 /* SSLInfo.ice */,
+ B4302B2CB6298473EC6BDB70 /* IceStormSwift.h */,
+ 439CA4ECBE2520DA2008BAEF /* Info.plist */,
);
- name = Glacier2;
+ name = IceStorm;
sourceTree = "<group>";
};
- 858D9A54C9DA46E666B5BCB2 /* IceStorm */ = {
+ 7C25212F3D5C28E8D94D71B3 /* stream */ = {
isa = PBXGroup;
children = (
- 9576E18413F7C2D1A6CB3C6C /* IceStormSwift.h */,
- 132863CAC0C09D4F98AABC05 /* Info.plist */,
+ 226A43507F57AFF2C5AD56F0 /* Client.swift */,
+ F116F53C2BDCD65F021FAE7E /* Test.ice */,
);
- name = IceStorm;
+ name = stream;
sourceTree = "<group>";
};
- 882705DB8F7E5565199E342B /* admin */ = {
+ 85B343BDC453B2D2ADCB8C4B /* udp */ = {
isa = PBXGroup;
children = (
- B7D5F41920DDC9BFF87E0534 /* AllTests.swift */,
- DA50481B83DCE40C5DCB5DE5 /* Client.swift */,
- 1FD2BAD0CCB7E448C9627815 /* Server.swift */,
- C1897A3BDEAADC1EF97E3DA5 /* Test.ice */,
- D7FFA3E028EF09164C3C67E2 /* TestI.swift */,
+ 919FE927F28FC7F0CFB4AFA8 /* AllTests.swift */,
+ C4686A179FB84EFCD9F2F03B /* Client.swift */,
+ 417CCC7F801F707692A678C0 /* Server.swift */,
+ 7286CE5B5C84B5FB81CB267E /* Test.ice */,
+ DEA702180D18D59C5E5A4D2C /* TestI.swift */,
);
- name = admin;
+ name = udp;
sourceTree = "<group>";
};
- 8D78E03AFEEB51ACA8F3C5D9 /* acm */ = {
+ 87BA4212494757E1F232D330 /* IceUtil */ = {
isa = PBXGroup;
children = (
- FE28128A306EC0F8336872F8 /* AllTests.swift */,
- 2BB20919B9ACC249F530BE35 /* Client.swift */,
- 69819C05668C5C3473044215 /* Server.swift */,
- BF5935512AD5D8BE068F8582 /* Test.ice */,
- C750CB1E4AD95C4A05938576 /* TestI.swift */,
+ FC0F72D596F75621D9760D7E /* ConsoleUtil.cpp */,
+ 37E2DF32818817B877971E33 /* CtrlCHandler.cpp */,
+ 82D34B5700C16240527BE42D /* FileUtil.cpp */,
+ A0400518D428C40C165BFFB9 /* InputUtil.cpp */,
+ 8B1C2AB2B1BE6024594A4F08 /* MutexProtocol.cpp */,
+ 88EC880294B76EB1F70AC89A /* Options.cpp */,
+ FAB975D2253577EFF48F96D3 /* OutputUtil.cpp */,
+ 8D664020FE0C21084B315C63 /* Random.cpp */,
+ 2AA28D5CA141A90935CFC029 /* RecMutex.cpp */,
+ 9B761351BFAE31423CD18DDA /* Shared.cpp */,
+ C94797699C734607ADCCF22C /* StringConverter.cpp */,
+ CE62A5BF24D2F92E55920447 /* StringUtil.cpp */,
+ 737F42CEAAD7E36855A517CC /* ThreadException.cpp */,
+ F727C598665E570C5124B24C /* Time.cpp */,
+ 515670A5F21BF1D91390BD13 /* UtilException.cpp */,
+ 7D1D9EA8A6BD4D5C6D966199 /* UUID.cpp */,
);
- name = acm;
+ name = IceUtil;
sourceTree = "<group>";
};
- 9035BCDDED27448C8CB3E712 /* macOS */ = {
+ 8A5C7B58E7AE1F6BA803AB03 /* IceSSL */ = {
isa = PBXGroup;
children = (
- A0DB61AC8EAAED0475DAAF25 /* main.swift */,
+ FFE689C53BA89A713ED9158E /* ConnectionInfo.ice */,
+ 92BC10D07C735AAC5BB7502A /* ConnectionInfoF.ice */,
+ 0D2763C4587C0E8159B9334D /* EndpointInfo.ice */,
);
- name = macOS;
+ name = IceSSL;
sourceTree = "<group>";
};
- 92B15E032CF4146663D45548 /* Glacier2 */ = {
+ 8E79FB61D5E89924ADC0DB39 = {
isa = PBXGroup;
children = (
- 28EFB324D2FF05DB84611058 /* Glacier2Swift.h */,
- 0EEF871019A8E7D9E99F3E61 /* Info.plist */,
+ 225CB4C641B72386B411957C /* cpp */,
+ C7F9237A010CEDD885556D87 /* Frameworks */,
+ 303E41DCFC1A4E2830C7858A /* Products */,
+ 401FE1B759487E95C29D65FA /* slice */,
+ 2E6DCDCDCB0DE408FC6B51B3 /* src */,
+ BDCFC3C5683990CDF0051D76 /* test */,
);
- name = Glacier2;
sourceTree = "<group>";
};
- 92DB0A20E4642D3CDA4CFE58 /* exceptions */ = {
+ 92A262BA7E12FAAA9114CC0D /* Ice */ = {
isa = PBXGroup;
children = (
- 3D08DF67CBCE3C51D496F8D4 /* AllTests.swift */,
- 83532A93A0E5BE72590D6119 /* Client.swift */,
- 2361DE48A010EBD34CED6473 /* Collocated.swift */,
- DB6367C277975B6C5E50EC41 /* Server.swift */,
- 5FB1884995F2F927B9B29522 /* ServerAMD.swift */,
- AC6AB2C1265B3F2C19904685 /* Test.ice */,
- 5A1B40A9851304B392BA473D /* TestAMD.ice */,
- 68461C2032076B40BD123C9B /* TestAMDI.swift */,
- 9B5B8727166107373FC8E42F /* TestI.swift */,
+ 4AFE6FC49CB2D1B38DE3F9F7 /* ios */,
+ 4D0D6963F6AA17233FFDE033 /* Acceptor.cpp */,
+ 6600DC37395E12A97521EB11 /* ACM.cpp */,
+ CC8CE1742AD4A77D37C2BE20 /* ArgVector.cpp */,
+ 15F36AAC7E6372A4120AD0E9 /* Base64.cpp */,
+ 9AB465EB41087ED331A39C95 /* BatchRequestQueue.cpp */,
+ F47BE93ACFB17B308EFCE2DC /* Buffer.cpp */,
+ ED9E1C7023FCAE13670F9E73 /* CollocatedRequestHandler.cpp */,
+ DD99D1F08C14A312779B5CB6 /* CommunicatorI.cpp */,
+ 64A0C410F5B73384516C4AEA /* Cond.cpp */,
+ D15292D39AA4D45101F988AD /* ConnectionFactory.cpp */,
+ 1D6518A3690D6F99004219FA /* ConnectionI.cpp */,
+ 433399716572168C2B4448F9 /* ConnectionRequestHandler.cpp */,
+ FBBCDC6EF0AA3DE8F155D8CB /* Connector.cpp */,
+ 8013B2943F49B47D639EE6B1 /* ConnectRequestHandler.cpp */,
+ 894BA098E2DB647C9EDDB9B1 /* CountDownLatch.cpp */,
+ D54D325514ED0BE6FE52E0A3 /* DefaultsAndOverrides.cpp */,
+ 2D2E37F5D4DEF66E608DAF41 /* DispatchInterceptor.cpp */,
+ 186C269AF2BBB57616A4D2EB /* DynamicLibrary.cpp */,
+ 74D2286CA3D3000545CE0C71 /* EndpointFactory.cpp */,
+ B621B3DD47F2DCF723B805BE /* EndpointFactoryManager.cpp */,
+ D0B9B615129F53019F8DB694 /* EndpointI.cpp */,
+ 3AE5CF4F00A65D2C35D1036A /* EventHandler.cpp */,
+ D8B75BFB47526C545D328EA0 /* Exception.cpp */,
+ 05CD74FEDD588632C26360A4 /* FactoryTable.cpp */,
+ A82945CB5C0272798F6F16C8 /* FactoryTableInit.cpp */,
+ F1E7F88156E87D26F4249B41 /* HttpParser.cpp */,
+ 26B5DC8E8ECE820D6474780A /* IconvStringConverter.cpp */,
+ E9398EDC593D148BA39586DD /* ImplicitContextI.cpp */,
+ 4A0463649BDD91B230596AED /* Incoming.cpp */,
+ 26B7656511090CC87D4FAF9A /* IncomingAsync.cpp */,
+ 1D3962F4267396CE0A7638F5 /* Initialize.cpp */,
+ 7D673AB9D282D07995CB4A1A /* InputStream.cpp */,
+ 00466295C2116ABF79B51CED /* Instance.cpp */,
+ FAC2F329FCFB379D6963645D /* InstrumentationI.cpp */,
+ 1B34F8458698CFAD809B8251 /* IPEndpointI.cpp */,
+ 5CF5E5FD594823C2FD7435F9 /* LocalObject.cpp */,
+ 0DBA6694C9EFBBF63FBA9D1A /* LocatorInfo.cpp */,
+ 7FF65C63D9499876CC4CBE34 /* LoggerAdminI.cpp */,
+ 6A9A20E6385F48C4A85FC31D /* LoggerI.cpp */,
+ D8E8D283AEDA3189E162F380 /* LoggerUtil.cpp */,
+ F920F4A08F3D6638E88223F0 /* MetricsAdminI.cpp */,
+ EA405C92881CC5D4424C9660 /* MetricsObserverI.cpp */,
+ 3A7AEB10282C740009353AFE /* Network.cpp */,
+ A98A0DB6E67ED2B180E6587A /* NetworkProxy.cpp */,
+ 4A59119A16C741D2FA5DF6E2 /* Object.cpp */,
+ D785B5F805348A95DF626A4A /* ObjectAdapterFactory.cpp */,
+ FF60E70E06D63DB9A009E925 /* ObjectAdapterI.cpp */,
+ 5DCBC898E80ADB7C11D00E4B /* ObserverHelper.cpp */,
+ F370EC9C5DA18BEC65299930 /* OpaqueEndpointI.cpp */,
+ 42D7504DD22419F6C8562EE6 /* OSLogLoggerI.cpp */,
+ D44F94D4B3A7FE8DF202E923 /* OutgoingAsync.cpp */,
+ 1178CD4ABD41545EE721F20D /* OutputStream.cpp */,
+ DD35C0CAACECDE5F0FFBB6D3 /* PluginManagerI.cpp */,
+ 8FD5C009677B83B5DB677CEC /* PropertiesAdminI.cpp */,
+ F6415EB02910158D9B555D1A /* PropertiesI.cpp */,
+ 057207FEDA837A1480FF41B6 /* PropertyNames.cpp */,
+ 6ABDDD64341270C906904CA7 /* Protocol.cpp */,
+ C2890B9040B1E012452E4574 /* ProtocolInstance.cpp */,
+ 18DFF1C7CD72D7DB9C30510A /* ProtocolPluginFacade.cpp */,
+ 9C9EB8A16CC51603D8EA88E3 /* Proxy.cpp */,
+ C8A5DCEBF0A7D0BCF96ABE1A /* ProxyFactory.cpp */,
+ 014A5BF99F34D6948D2AD243 /* Reference.cpp */,
+ 413D76142FF6146DE2BA33F9 /* ReferenceFactory.cpp */,
+ 0484896B1C77E6569DF681DA /* RegisterPluginsInit.cpp */,
+ F80F56B46B9F22870F5994B9 /* RequestHandler.cpp */,
+ 42054836B703C15F33615298 /* RequestHandlerFactory.cpp */,
+ E91F4262EFF74101CC97EC89 /* RetryQueue.cpp */,
+ A02196820AB5B091CEB3152D /* RouterInfo.cpp */,
+ 12BFB107B317733183641AB1 /* Selector.cpp */,
+ 9AD5703619C0A8D9F412FA84 /* ServantManager.cpp */,
+ 53FD603BB68172C67899ED3A /* Service.cpp */,
+ 02618DFC96E25BC02E16EA59 /* SHA1.cpp */,
+ 8B4E374591FB573F191AF0ED /* SliceChecksums.cpp */,
+ 906BC6196FC22248F2E62216 /* SlicedData.cpp */,
+ 919BBCA458862431A6C535D0 /* StreamSocket.cpp */,
+ F7F5578B0289B6A9A884A5E6 /* StringConverterPlugin.cpp */,
+ 0D41D59AB2E6E6E0447B0643 /* SysLoggerI.cpp */,
+ 58F00F94B5C80686DE764E6A /* SystemdJournalI.cpp */,
+ 247ACB17C730C4F5911E01CB /* TcpAcceptor.cpp */,
+ C3899FB38D94F0EEA0C07A08 /* TcpConnector.cpp */,
+ 1AC758A283D1A1EBAA48E863 /* TcpEndpointI.cpp */,
+ E4E4A24C23B589BE079DA80E /* TcpTransceiver.cpp */,
+ FA57D43519145B2372572CBF /* Thread.cpp */,
+ 85E5C62365C17F103DF3EAA8 /* ThreadPool.cpp */,
+ 082D49587B6DEB4FC57CEB1E /* Timer.cpp */,
+ A781AAAFB8997BF4377D9128 /* TraceLevels.cpp */,
+ 2723592554E7002EB99FC222 /* TraceUtil.cpp */,
+ 785CCC57D16C8576657E84ED /* Transceiver.cpp */,
+ 6167FC5418EECE15CFD261E1 /* UdpConnector.cpp */,
+ 94D72F4D2B663E494D150D17 /* UdpEndpointI.cpp */,
+ C96D31911037DFF789A89D14 /* UdpTransceiver.cpp */,
+ 954CBE09FC395A589C3F122C /* Value.cpp */,
+ 967F10E077E7594906113C29 /* ValueFactoryManagerI.cpp */,
+ 41A40600C8158B31E85A1B00 /* WSAcceptor.cpp */,
+ DC01C4F677F4F7E617ED4CD1 /* WSConnector.cpp */,
+ F3417007B836B3C6981F01DE /* WSEndpoint.cpp */,
+ 28C5A74102256BADF4FA9C67 /* WSTransceiver.cpp */,
);
- name = exceptions;
+ name = Ice;
sourceTree = "<group>";
};
- 9357B9C60074DCA18F266B4D /* Ice */ = {
+ 96BFB296E96EE632A995FAD0 /* IceSSL */ = {
isa = PBXGroup;
children = (
- E6642681A106D5A83197089F /* AdminFacetFactory.swift */,
- 0F987690360DE27FFF77334C /* Blobject.swift */,
- FEBF3AAF90F9D349CE22A6F0 /* BlobjectAsync.swift */,
- 747AD2679ABA9A57EA938DB5 /* ClassResolver.swift */,
- 660ABDD36E0197E206E9FF89 /* CommunicatorI.swift */,
- 966772C25D112511E460E8D8 /* ConnectionI.swift */,
- 0565EF100C73B554687FC443 /* ConnectionInfoFactory.swift */,
- 7C300A451AF259220E43B1B1 /* EndpointI.swift */,
- 354E88FE4053D693F237DBA8 /* EndpointInfoFactory.swift */,
- 85D92AD0FC61E9A12DEEC301 /* Exception.swift */,
- 1EEF18552E0AF5AEA4A4C6FE /* FormatType.swift */,
- 2F3DA14FFC7BBD9361945689 /* IceSwift.h */,
- 722CD275504BAB0E897ACD46 /* ImplicitContextI.swift */,
- F2E44B0ADD606953F28C5281 /* Incoming.swift */,
- E9BA316554DA1B4B3D3C3E83 /* Info.plist */,
- C38489020D9CA6C08DD0D088 /* InitializationData.swift */,
- 39671B678EFD4BCB283AEBE3 /* Initialize.swift */,
- 850241273F38E680ED828F17 /* InputStream.swift */,
- F5C8F0691410CA9A071E0E0E /* LocalExceptionDescription.swift */,
- 624E47C92917DE669596BE76 /* LocalExceptionFactory.swift */,
- E63D7E7AFC91804FE513E86A /* LocalObject.swift */,
- B93EC562DC0092937CAD72EF /* LoggerWrapper.swift */,
- 8611CE3A24B8BB6FA9D0CDD4 /* Mutex.swift */,
- 78F9E57CAB0F9528A2A621FE /* NativePropertiesAdmin.swift */,
- 04A61AB7AD3C1F4B1F184301 /* Object.swift */,
- 9D4D2E58BC3FF927D16D984D /* ObjectAdapterI.swift */,
- 6511556B97209023D61BED76 /* OptionalFormat.swift */,
- 970BAF629BB4A877F5DD02FB /* OutputStream.swift */,
- B1BAD2AF26D991193A5E3714 /* ProcessI.swift */,
- 243A2B36EA977749BFBFC06D /* PropertiesAdminI.swift */,
- 9B10BA60EFD3B317BE7D77C2 /* PropertiesI.swift */,
- AC501D52194945C982573F40 /* Proxy.swift */,
- FE0171CA5061AC602B7B2F38 /* ServantManager.swift */,
- C83A87400A6BB52F9D12AF0C /* SlicedData.swift */,
- 11723D5DA76E1B2FAF04D66B /* SliceFlags.swift */,
- FA885F71EAAC83D3A4F0293C /* SliceInfo.swift */,
- DCA1958899E8764BC5112834 /* UnknownSlicedValue.swift */,
- EBB83F5A9A04A0E61A1C5927 /* Util.swift */,
- 800C8AEAF009E1A9AAA2DC9B /* Value.swift */,
- F7423DE2105820E09DC37F71 /* ValueFactoryManagerI.swift */,
+ 1CCA200B7BE69466360B8CCE /* AcceptorI.cpp */,
+ BE81098CC55F79881E8FD599 /* CertificateI.cpp */,
+ CE6F4F4770B9077924CE3AFE /* ConnectorI.cpp */,
+ 408F3C52EA9CAC1473E246EF /* EndpointI.cpp */,
+ 828E49A903B8CA736EE53E95 /* Instance.cpp */,
+ 10BEF56C09137AF9E8EADAE5 /* PluginI.cpp */,
+ 3D14B7E1DFBAD7EA0D1A67BD /* RFC2253.cpp */,
+ 2CABF5E69BEF5B4B37D47028 /* SecureTransportCertificateI.cpp */,
+ 063A186AB92ADA4C0A550AD7 /* SecureTransportEngine.cpp */,
+ 232F52FB9AAC057913405161 /* SecureTransportPluginI.cpp */,
+ 8F79E153B5C29B2F4A9B5FA2 /* SecureTransportTransceiverI.cpp */,
+ E9D74723E71F6133C7B67F8A /* SecureTransportUtil.cpp */,
+ 3DA41A2FEE9D6494FF02B329 /* SSLEngine.cpp */,
+ FEE8E843D38E1494F92CAFBC /* TrustManager.cpp */,
+ 8B493C6E7735B3C59E26B056 /* Util.cpp */,
);
- name = Ice;
+ name = IceSSL;
sourceTree = "<group>";
};
- 97E61CD04575784300AB083B /* IceSSL */ = {
+ 9AA2B57F0005CAD04A1DA4C1 /* scope */ = {
isa = PBXGroup;
children = (
- 580BBE5685287274723C8107 /* configuration */,
+ 0145998D6174F98F06A19A69 /* AllTests.swift */,
+ 021129BEC67517C556CEBBA7 /* Client.swift */,
+ 2B9B69F7530C2619E0F4A5BB /* Server.swift */,
+ 20643B06012B8FE148E3EEB3 /* Test.ice */,
+ F6DA123AD5F97C389C9724AC /* TestI.swift */,
);
- name = IceSSL;
+ name = scope;
sourceTree = "<group>";
};
- 9A9EF377E85DFBBEB3AF7BB7 /* objects */ = {
+ A1A387E5862DC5AF1EE1F40A /* IceStorm */ = {
isa = PBXGroup;
children = (
- CE9F4BD4BBCF477D8D03BAAD /* AllTests.swift */,
- 73855F327C8B145AE69CBD9F /* Client.swift */,
- D8603F9D55993347F31473F7 /* Collocated.swift */,
- 30457BA12E4F05212A94B738 /* Forward.ice */,
- 595FFC4AC804EF268210C30E /* Server.swift */,
- 0C5DE334AF0C9C3B921F6E18 /* Test.ice */,
- A0C3E9A0C94358B8D506AB40 /* TestI.swift */,
+ 28E20AAF18A7B4C70A63062B /* IceStorm.ice */,
+ 9611EE1EE1E6CC696023AE23 /* Metrics.ice */,
);
- name = objects;
+ name = IceStorm;
sourceTree = "<group>";
};
- A03B90F6FB49DC61D450F0CB /* facets */ = {
+ A3E4DE6B030B72ED433A273D /* IceIAP */ = {
isa = PBXGroup;
children = (
- 9CEB69504B1FDEF29DF8A95A /* AllTests.swift */,
- 6D563FF315347DDA0F92E885 /* Client.swift */,
- 6C5B27736184054099D8B665 /* Collocated.swift */,
- DEE6F5B95AA4E29E8914567C /* Server.swift */,
- B3A118908D57F59C47C529F1 /* Test.ice */,
- 7E863BECDE405E0EE061C22D /* TestI.swift */,
+ 7EB44FE88B24803C3886D9EE /* ConnectionInfo.ice */,
+ E8CE394D41C89B37D6E735E7 /* EndpointInfo.ice */,
);
- name = facets;
+ name = IceIAP;
sourceTree = "<group>";
};
- A0D408EF7CF39EAF91845DD8 /* IceDiscovery */ = {
+ A80F4AABDE60A61219C0311E /* optional */ = {
isa = PBXGroup;
children = (
- F1671070B6B13BE24E47AFAE /* IceDiscovery.ice */,
+ E64722B4EFE1E16D7E581A1E /* AllTests.swift */,
+ 84CF7027FAD9ABA69795CDEE /* Client.swift */,
+ 8346A0E59A692FD3A844FD7B /* Server.swift */,
+ 4B874977140DDAD31F5D19E2 /* ServerAMD.swift */,
+ 2513AA195A67B5E707E3F534 /* Test.ice */,
+ 18770408DBFC43B08B32172D /* TestAMD.ice */,
+ 0D12CF89F2131F7972A15ED8 /* TestAMDI.swift */,
+ EB8136B965DECB048DC073EA /* TestI.swift */,
);
- name = IceDiscovery;
+ name = optional;
sourceTree = "<group>";
};
- A144E2A40F97CDD899B45573 /* adapterDeactivation */ = {
+ A8E2E546AE9396AFCF4900B0 /* defaultServant */ = {
isa = PBXGroup;
children = (
- 78AEEEF61CB0AE878D44D5FF /* AllTests.swift */,
- 800CBF3D89835142EC71090D /* Client.swift */,
- 4ADF64D7797A1E7E541B67D3 /* Collocated.swift */,
- 7AE6221C782B0C1F7B3220D4 /* Server.swift */,
- 207B036891ACA3EC48279C56 /* Test.ice */,
- 25FDCA14245F027713D785AB /* TestI.swift */,
+ ED7BC07D0D71A43BE55A47E4 /* AllTests.swift */,
+ C4F1E6AA8D5E345CA670BF3F /* Client.swift */,
+ CCDFC5FD6ED27DEDCFB2CA4C /* Test.ice */,
);
- name = adapterDeactivation;
+ name = defaultServant;
sourceTree = "<group>";
};
- A7AE7C9A7C2141B7BCDC6010 /* IceDiscovery */ = {
+ AC9D1253F84F8247F0942106 /* location */ = {
isa = PBXGroup;
children = (
- 9B5144008B8DDE8B4A1C9A5F /* LocatorI.cpp */,
- FBDD9173FACEEE7B72848132 /* LookupI.cpp */,
- 2E042E60E55F916794A43F12 /* PluginI.cpp */,
+ F5FA8BE48A27313EE1A421F8 /* AllTests.swift */,
+ 26923137DD4F7B34671D144D /* Client.swift */,
+ F87EA79C69600E62C8D1B2AF /* Server.swift */,
+ 53EAC015533682F5679F24F8 /* Test.ice */,
+ 135F09FE87CDA70F3C0924FB /* TestI.swift */,
);
- name = IceDiscovery;
+ name = location;
sourceTree = "<group>";
};
- ABCEF82FCDFD74B8B1E9F0A7 /* test */ = {
+ AD1237B3EC7C91C2E67C5E41 /* enums */ = {
isa = PBXGroup;
children = (
- 57170D43F167B272161B73D2 /* Ice */,
- 97E61CD04575784300AB083B /* IceSSL */,
- 3C612E1794FD2A2FB1D03507 /* Slice */,
- 431E2BAD075C4353F903DC4B /* TestCommon */,
- FA6542C4E959AFB2B265C9BD /* TestDriver */,
+ 3F82D129A56341DCC110D3D5 /* AllTests.swift */,
+ 7C059F6500BF0FA3FFAA4E5E /* Client.swift */,
+ 5BA37A14C0A4504B69A0E732 /* Server.swift */,
+ 991C708900194642300BF72A /* Test.ice */,
+ BC0DA176A79466D9EF0B2480 /* TestI.swift */,
);
- name = test;
+ name = enums;
sourceTree = "<group>";
};
- AD71BF1A67498DDFA1C8912E /* IceSSL */ = {
+ AFE07C09F1C46174640B5946 /* exceptions */ = {
isa = PBXGroup;
children = (
- 8BCE7F836E094F7B1ABF0AE4 /* AcceptorI.cpp */,
- 393D6540ECF3290AF1D71965 /* CertificateI.cpp */,
- 55A9B7114CC34331232B0A96 /* ConnectorI.cpp */,
- DBE331839D39A6BE128B38F2 /* EndpointI.cpp */,
- BF5C4F1FA97FAC67D32BB5F0 /* Instance.cpp */,
- 5F11507C6ED15827A80A5594 /* PluginI.cpp */,
- 3B43526022DD8FF5F2AB17D9 /* RFC2253.cpp */,
- 47A376B87B812B4023FC5B17 /* SecureTransportCertificateI.cpp */,
- 03EAF683A6CBD8882498B9C7 /* SecureTransportEngine.cpp */,
- CE4B8549E803422C9968495C /* SecureTransportPluginI.cpp */,
- 7319ACD8E33FCF91272DF4CB /* SecureTransportTransceiverI.cpp */,
- 42169F013BCDA422E6E23F0D /* SecureTransportUtil.cpp */,
- E1B34F199B50B3C480169233 /* SSLEngine.cpp */,
- 52BFEEE8ACFCAE431F13A055 /* TrustManager.cpp */,
- BD4FFB15EEAD077B9E5602DF /* Util.cpp */,
+ 48104E007317B85677C9019E /* AllTests.swift */,
+ 28E5AC7398564D147B44768A /* Client.swift */,
+ A13636E0112BEBD53C5E5FDE /* Collocated.swift */,
+ D4F2C4B911971D68C4AFE6B6 /* Server.swift */,
+ CB374AED01876F1F6FAFC2CA /* ServerAMD.swift */,
+ C0D9FC954331227C458D5FAE /* Test.ice */,
+ 60ACAC6F39C427889BBBA568 /* TestAMD.ice */,
+ B0BDFBE8E80AE398A0B7BB95 /* TestAMDI.swift */,
+ A6BE2DCFDB66345331801C02 /* TestI.swift */,
);
- name = IceSSL;
+ name = exceptions;
sourceTree = "<group>";
};
- B64339D65C816664BA6558C8 /* IceGrid */ = {
+ B1CAACAF8C6CD6276313940B /* defaultValue */ = {
isa = PBXGroup;
children = (
- 8C464F47F57D2DFE429AB3E6 /* Admin.ice */,
- 1CED86630F41BC940AC7B9E9 /* Descriptor.ice */,
- 6919FC1C75013A91201976D5 /* Exception.ice */,
- ED9B33A74C638146CCC3C506 /* FileParser.ice */,
- 7EC66801713D17ED83B770BD /* PluginFacade.ice */,
- 1412F0A2A7DF3F99D6E825F5 /* Registry.ice */,
- 5D30275A6ACED1308A46DA43 /* Session.ice */,
- 724B5A1B5EB6F0F22454E88B /* UserAccountMapper.ice */,
+ 1C744289A62CEDDDE3ABA94F /* AllTests.swift */,
+ B8D5F799E30FA9D95ED82DB7 /* Client.swift */,
+ 138622848C27716FF7FF527B /* Test.ice */,
);
- name = IceGrid;
+ name = defaultValue;
sourceTree = "<group>";
};
- B85AAF60780124A9734EBC2B /* operations */ = {
+ B520A10D8F29FBED32BB45EA /* hold */ = {
isa = PBXGroup;
children = (
- E47F1813BF640AF7651040B1 /* AllTests.swift */,
- 45E96E5E9A230A06BCDE0F2D /* BatchOneways.swift */,
- FE0EBC1A7D78834A74BCCD56 /* BatchOnewaysAMI.swift */,
- E9401B27252E767B344D565B /* Client.swift */,
- 6FD344F345C4F45E138B6C18 /* Collocated.swift */,
- 46A0E919D0E8CB1320EBC4FB /* Oneways.swift */,
- E0BF06C132B058B2EEACAD83 /* OnewaysAMI.swift */,
- 512D391443E701C627DE66ED /* Server.swift */,
- 165C6C50BCDAE6F63FCCD697 /* ServerAMD.swift */,
- F0B55A826A688F5A40FCF801 /* Test.ice */,
- F639FF9FD0A01F44ABADC63A /* TestAMD.ice */,
- CA0A0497DAB025E06894D403 /* TestAMDI.swift */,
- E38B6CEC869384C4A2F96A97 /* TestI.swift */,
- 4433DF81B407A9784F2300DA /* Twoways.swift */,
- F2042696F9E7D945792351AD /* TwowaysAMI.swift */,
+ 28E445F6131DDAE4B9DD43BE /* AllTests.swift */,
+ 803336676F01DBDADB8F4A47 /* Client.swift */,
+ 5EE4AA38A2B54A770C4EB403 /* Server.swift */,
+ 59F61B5C44C3CA9E3E30D3DC /* Test.ice */,
+ 85961FE77E7E77AE2438BD9E /* TestI.swift */,
);
- name = operations;
+ name = hold;
sourceTree = "<group>";
};
- B88A7ABB92368C40F0129843 /* IceLocatorDiscovery */ = {
+ B9EEB461EB2555A42F744B64 /* properties */ = {
isa = PBXGroup;
children = (
- 34F681952131C5636202D956 /* IceLocatorDiscovery.ice */,
+ 55B36C1CD5BBD81C7210DEC5 /* Client.swift */,
);
- name = IceLocatorDiscovery;
+ name = properties;
sourceTree = "<group>";
};
- BA7D8CEE166BCB46BA07D051 /* OS X */ = {
+ BA18837D34DD85950DF7C3B4 /* servantLocator */ = {
isa = PBXGroup;
children = (
- 72ADCCBEFB36799CEB8E6EB6 /* Cocoa.framework */,
- 5F4C7530847EBB53BB9F8228 /* PromiseKit.xcframework */,
- 4050CB48BC7BAAEC75C53073 /* Security.framework */,
+ EFCA4660DC89CBA7DEFFB9AB /* AllTests.swift */,
+ 0AF5BFFACC01977E478F8E55 /* Client.swift */,
+ F8C5AC8E31FF600DF3F2124A /* Collocated.swift */,
+ E2903BC12F845CB1431AC9E8 /* ServantLocatorI.swift */,
+ 0BC6A46875A08A332CAD01EC /* Server.swift */,
+ 3CC962AA40C648D415349708 /* ServerAMD.swift */,
+ 9B996A789B60B3E77885F504 /* Test.ice */,
+ 5FE9210757CE7CBFDE06FC7F /* TestAMD.ice */,
+ D492600A57ED57AD9560FDA2 /* TestAMDI.swift */,
+ 318C35FB7C6DEFFB1DD2AADD /* TestI.swift */,
);
- name = "OS X";
+ name = servantLocator;
sourceTree = "<group>";
};
- BC7EC3253DE061B7734C5187 /* objects */ = {
+ BA2D66FD69860F12DAE5D107 /* IceImpl */ = {
isa = PBXGroup;
children = (
- 195664626B689E3198A62896 /* AllTests.swift */,
- 2A1CCC5301325D07E0005BEF /* Client.swift */,
- 9375DD1AC600C95D1D4D4CDB /* ClientPrivate.ice */,
- EF131DE1C465155A6580E8C9 /* Server.swift */,
- 3B2C83A36D28B07247E4D56A /* ServerAMD.swift */,
- 22943F5D373EBD4EE889F708 /* ServerPrivate.ice */,
- 35CEBB6AF4A49B4D248E358A /* ServerPrivateAMD.ice */,
- A868D0EF98233135855986BE /* Test.ice */,
- F36EC5EB5F859D9421A5F6A3 /* TestAMD.ice */,
- 29739FA9314A5D4F47E2DFFC /* TestAMDI.swift */,
- 52378153CA15B744EC38F4FD /* TestI.swift */,
+ 3ED3F9FAA8C0CEB421789A94 /* AdminFacetFactory.h */,
+ 312386CAEA1125D87C0A2034 /* BlobjectFacade.h */,
+ 1E27B951209898DC17D9E756 /* BlobjectFacade.mm */,
+ AC249CA5567F068A1C32A7B1 /* Communicator.h */,
+ 0162765AD62213B0B02E0FD9 /* Communicator.mm */,
+ 2B405C4D2897541E38824AE7 /* Config.h */,
+ B0F611040A6AFF6155214BE2 /* Connection.h */,
+ 9DC1DDCD79E107020DEC9081 /* Connection.mm */,
+ 365C311D300E724E7F1C30AA /* Convert.h */,
+ DF79928448322090DB491E48 /* Convert.mm */,
+ 4158B40A56EECD7C91B9683A /* Endpoint.h */,
+ 8BEE3F5733D1C3EC96FF40B8 /* Endpoint.mm */,
+ 6C7803189BC4AA975D7CF243 /* Exception.h */,
+ C145C30300948CB6E8BB9A05 /* Exception.mm */,
+ EA611CB47AAC451C3D811F4C /* IceImpl.h */,
+ 4C67A1C7CDADBB8CFB70A85A /* IceUtil.h */,
+ 9EC2BE90CBA821A7710C02AD /* IceUtil.mm */,
+ 5E7C2CA365EA72BD3771CDA7 /* ImplicitContext.h */,
+ 8BD5B97A2E783FAA90738BDD /* ImplicitContext.mm */,
+ C0DFCC89D04422B33CFD6C64 /* LocalObject.h */,
+ 87D3A6A633C32F71266CFD03 /* LocalObject.mm */,
+ 36EACC77A559F581733F3F91 /* Logger.h */,
+ 64817387D03AFD5C901D47E4 /* Logger.mm */,
+ 59759DF3317FA6D5BD4CE4BE /* LoggerWrapperI.h */,
+ 5C088803E450D4CD9DDC2089 /* ObjectAdapter.h */,
+ FAF5DF0D0B8B3F79D40B04C7 /* ObjectAdapter.mm */,
+ 7E0BFF28CB35DDE0C2BAE85D /* ObjectPrx.h */,
+ 5499A6E2C6140D1F2EEAE972 /* ObjectPrx.mm */,
+ 24CAB42990F249B13BCD1EB8 /* OutputStream.h */,
+ 5C42B8A05FFD3FCA5E5CF61D /* Process.h */,
+ D48C6637EB8B32FB5F901F27 /* Process.mm */,
+ C0B70EE434FD3456FEA913B3 /* Properties.h */,
+ 19A065AC460775653C809CB6 /* Properties.mm */,
+ 453F81CF2EFA1026482AC7C3 /* PropertiesAdmin.h */,
+ 0CD8F1F28BD6463F0DCE8C57 /* PropertiesAdmin.mm */,
+ C748D0D0F416EECACB357AA0 /* TraceUtil.h */,
+ D53B811CADACE46AAA2DCB49 /* TraceUtil.mm */,
+ 5FC9FD9A9297D424FA5820FE /* UnsupportedAdminFacet.h */,
+ E68656E5EF5D3974B9CDB3D3 /* UnsupportedAdminFacet.mm */,
);
- name = objects;
+ name = IceImpl;
sourceTree = "<group>";
};
- BC887BD868884186EAAE3CEE /* stream */ = {
+ BD6A1CF0847C0E97EF276EA9 /* services */ = {
isa = PBXGroup;
children = (
- 23E403F08D2159FDB4F6D900 /* Client.swift */,
- DBB714EB5C7F1E7F4303BB6B /* Test.ice */,
+ 3B7C86CB22D013AACA7941B0 /* Client.swift */,
);
- name = stream;
+ name = services;
sourceTree = "<group>";
};
- C081336E7A7FBC0AB25AE982 /* servantLocator */ = {
+ BDCFC3C5683990CDF0051D76 /* test */ = {
isa = PBXGroup;
children = (
- 877C8077EBFAA81633199D83 /* AllTests.swift */,
- 7B31A705C9EB75E1C977E368 /* Client.swift */,
- 7BAE6BE584DF69A01030B080 /* Collocated.swift */,
- 6AD65C51BA4223A9E0CDC551 /* ServantLocatorI.swift */,
- CD8E31F4C64B3D08D0FC796C /* Server.swift */,
- 0DEDA76124B426D1F498F9F1 /* ServerAMD.swift */,
- A3BF7798470A20E166DB8271 /* Test.ice */,
- 3235CC7A39CAD239D8D7FC87 /* TestAMD.ice */,
- 72028BA3EB10EE11C20C3B95 /* TestAMDI.swift */,
- 040117AC26A16B2463BA1487 /* TestI.swift */,
+ 31C9FF9B530B698220DDA88A /* Ice */,
+ 15E863E60BF9D62E1DC2F4DE /* IceSSL */,
+ 36EA6C7CC983D5F416236CCB /* Slice */,
+ E5795DA6CC0710481C9BBB13 /* TestCommon */,
+ 3F2932342465471E168B9F2E /* TestDriver */,
);
- name = servantLocator;
+ name = test;
sourceTree = "<group>";
};
- C279D879ABF9995752105617 /* scope */ = {
+ BE508B973441FE9B84AADB3A /* IceIAP */ = {
isa = PBXGroup;
children = (
- 7861F564BD71E2C80EB92919 /* AllTests.swift */,
- 701C3FA90C682225C82ED50C /* Client.swift */,
- 559D5A420F1C9BE322DEDEEB /* Server.swift */,
- BAA3025486C42B412C8CBC57 /* Test.ice */,
- D74C081F3D0BBC621349E281 /* TestI.swift */,
+ 97FE15B541A886493A95A832 /* Connector.mm */,
+ 279EB99D5D3BAD4FF0C4FC6B /* EndpointI.mm */,
+ A7169D9C35ADF0BC701CD7BD /* Transceiver.mm */,
);
- name = scope;
+ name = IceIAP;
sourceTree = "<group>";
};
- C4E984C424A45533CB832996 = {
+ C7F9237A010CEDD885556D87 /* Frameworks */ = {
isa = PBXGroup;
children = (
- D758C2D2DA4C7E9F5D2C3741 /* cpp */,
- F25B5D91E5FD5AC77F382E08 /* Frameworks */,
- 76EF7CC9A030AB9884790FD7 /* Products */,
- 146866F33F5C0741DC4C7B96 /* slice */,
- 519E53B8F543CE6A033FB018 /* src */,
- ABCEF82FCDFD74B8B1E9F0A7 /* test */,
+ 04291714253CC37DC90AFADC /* iOS */,
+ D5786B0510303ED1EE985900 /* OS X */,
);
+ name = Frameworks;
sourceTree = "<group>";
};
- CA666EFA226090198A2A532E /* exceptions */ = {
+ CE4C9143697635AFF745F519 /* operations */ = {
isa = PBXGroup;
children = (
- 6AE339A513AA2ED4960F17A2 /* AllTests.swift */,
- 23CA06428DAD48D12AB83747 /* Client.swift */,
- 96E5A2BB584F2A445DB5DBF9 /* ClientPrivate.ice */,
- FC002F36646150E19D148A29 /* Server.swift */,
- C3430FCD2D2093FE3CE6114F /* ServerAMD.swift */,
- 0154F3C7002A5B86EFD549D4 /* ServerPrivate.ice */,
- 2352813C72F8C3935B4BB84F /* ServerPrivateAMD.ice */,
- 54DC663ED2D4EF54E39362C0 /* Test.ice */,
- 2C77855905ED5B5D37B20771 /* TestAMD.ice */,
- B8AFEC47D1C892888CEBC661 /* TestAMDI.swift */,
- 944149324935EC93B5BE0E6C /* TestI.swift */,
+ 182D93A4292C7DE71DF57EF5 /* AllTests.swift */,
+ 5850023A001D7D5471FD25DB /* BatchOneways.swift */,
+ 7E3478AA84C66A5577BD1FDE /* BatchOnewaysAMI.swift */,
+ 29C8755139640D0088E36727 /* Client.swift */,
+ 150C20DC88D39A45DF9D8BCA /* Collocated.swift */,
+ 985F3426D3A7E3C09A5FB15E /* Oneways.swift */,
+ 69C4CD2B4C08FE8B20319FC0 /* OnewaysAMI.swift */,
+ 3FE4CED6A0CF5402953470CA /* Server.swift */,
+ 04BAB78757033821C6660204 /* ServerAMD.swift */,
+ 1A513740BD1E2966AE717AFC /* Test.ice */,
+ 7CA38AF558207722DAC58AFF /* TestAMD.ice */,
+ E6A30ED2434AC0C9FD2FA96E /* TestAMDI.swift */,
+ 887F253743B962927D9C2A8B /* TestI.swift */,
+ 7EC1A8EBFDB138E58A9D5E38 /* Twoways.swift */,
+ C03D834D95CCBA5B53CD909A /* TwowaysAMI.swift */,
);
- name = exceptions;
+ name = operations;
sourceTree = "<group>";
};
- CE78A5902109905259C07242 /* iOS */ = {
+ D0B21C47B56D69045B91A26A /* Ice */ = {
isa = PBXGroup;
children = (
- FA8A05CFF0F05E0236FAC1B8 /* CFNetwork.framework */,
- 0AB7BC0B98FC593BB102CF80 /* ExternalAccessory.framework */,
- 70395CF0527A8E15FB35C4BE /* Foundation.framework */,
- 5D63BCCAC9E6AD8D8B52201E /* PromiseKit.xcframework */,
- 5E6C88B92E6CE61F910B63D1 /* Security.framework */,
- D5C96C2A7242C91D16C921D9 /* UIKit.framework */,
+ 70074C0B2220E6A6BDFF8516 /* BuiltinSequences.ice */,
+ 85B3800D03E81F2AF0CC960F /* Communicator.ice */,
+ 249469EAEE482D9BF6DB4E45 /* CommunicatorF.ice */,
+ 99D2C90A25B44941D8B80C4C /* Connection.ice */,
+ 4C77A86A40E9D9931B5C2600 /* ConnectionF.ice */,
+ 279D5B22F177F882B0E5BE4B /* Current.ice */,
+ BC4F9A9D741DFE98CC0720AA /* Endpoint.ice */,
+ 15BE8F52F0FA65F5F030938A /* EndpointF.ice */,
+ 19C9D40638B4C9C5ED98693E /* EndpointTypes.ice */,
+ 2C92CA61A87FC015DD75D5D7 /* FacetMap.ice */,
+ EBCD91699ED4C08AC04B7E46 /* Identity.ice */,
+ A403D805C771C0FAD5A41874 /* ImplicitContext.ice */,
+ F30C6E16D5AAFE25A761AA12 /* ImplicitContextF.ice */,
+ 95A3311BD80AC74C91DF28D8 /* Instrumentation.ice */,
+ 6421D1DFD743D862FC259703 /* InstrumentationF.ice */,
+ AED27FD93177E714B8C247FF /* LocalException.ice */,
+ BA30C364B7F9B680296D0167 /* Locator.ice */,
+ 1A514EB84A9F67134C134832 /* LocatorF.ice */,
+ 976A3FFBCA2649E55A5671AC /* Logger.ice */,
+ E615DBA55804D9C3C71AC6E2 /* LoggerF.ice */,
+ 82952375AB60DB3F9C4ADC39 /* Metrics.ice */,
+ 87A0F55D321E16C259230913 /* ObjectAdapter.ice */,
+ 944F92AF09FB1688F8EEDE91 /* ObjectAdapterF.ice */,
+ 32E182682539DA71CABD3BF4 /* ObjectFactory.ice */,
+ 61E3A0AD0EA15B768DFA6341 /* Plugin.ice */,
+ 8D40D3C5F0FB6DFA1E1F1556 /* PluginF.ice */,
+ 0DB01F80AE1F2D3600330743 /* Process.ice */,
+ 73F7B8BF651560CF599FF900 /* ProcessF.ice */,
+ C79519B5BC6E0B129692EB02 /* Properties.ice */,
+ 1BA6FF204968D587D83BB210 /* PropertiesAdmin.ice */,
+ AD2CEFEDA1487C249E071233 /* PropertiesF.ice */,
+ 603DC664B216AC9FBEC442AD /* RemoteLogger.ice */,
+ FCACF7DD1EFA359C55D88E2B /* Router.ice */,
+ 4A48DD005CFD77102B7D8CE8 /* RouterF.ice */,
+ E0BBE87E8606A5FFC99A1DB4 /* ServantLocator.ice */,
+ 8867FA5BE584BE301B2E45B2 /* ServantLocatorF.ice */,
+ 458834742225B7D77BD1EB4F /* SliceChecksumDict.ice */,
+ 0E41B72CBD92E76EDCD20C0F /* ValueFactory.ice */,
+ 56A1ADEE61B02626608EC13B /* Version.ice */,
);
- name = iOS;
+ name = Ice;
sourceTree = "<group>";
};
- D0450BC03294206DFA25885F /* iOS */ = {
+ D0BD23530BE725E9A1490732 /* IceDiscovery */ = {
isa = PBXGroup;
children = (
- 05E8495FD60E96A73116DFB2 /* AppDelegate.swift */,
- 1FD30D15372B5483D14813DE /* Assets.xcassets */,
- 6CA5793E7627438A95F04316 /* certs */,
- F057A2AD49E5B92BBDFA2470 /* Controller.ice */,
- 4F47A9931911BCDD48A052C0 /* ControllerI.swift */,
- 4860778D97C63F0EBC398915 /* LaunchScreen.storyboard */,
- 07F0DF4C61EE887D7C2BC7D1 /* Main.storyboard */,
- 7EB449B957771F346B6C172C /* ViewController.swift */,
+ 0B0B9D19F6CD1006BF43621E /* LocatorI.cpp */,
+ DE87FB7506D7E056CCE8D825 /* LookupI.cpp */,
+ 56D1AA1D27E6003F288B75F9 /* PluginI.cpp */,
);
- name = iOS;
+ name = IceDiscovery;
sourceTree = "<group>";
};
- D44BCF3F5CD123EA2E67C3C0 /* IceStorm */ = {
+ D5786B0510303ED1EE985900 /* OS X */ = {
isa = PBXGroup;
children = (
- E139710CEFF57137380D4CAA /* IceStorm.ice */,
- A553BCB2AD6559ABB0433A1F /* Metrics.ice */,
+ DC9EE5DEF79524265C75B4A4 /* Cocoa.framework */,
+ CF61AA20DDD0B4823DE48791 /* PromiseKit.xcframework */,
+ EC9EE7B31283F11775B0007B /* Security.framework */,
);
- name = IceStorm;
+ name = "OS X";
sourceTree = "<group>";
};
- D5C85FAE7021EB796DD2387A /* info */ = {
+ DA369A56990F6F883781FB71 /* invoke */ = {
isa = PBXGroup;
children = (
- BD299174F971B8A1549D3EAD /* AllTests.swift */,
- 6633AA3F4E2B0BFC36BCCE7A /* Client.swift */,
- 438D57885B1663B51327AC21 /* Server.swift */,
- 69FEB713AD291C355217F17F /* Test.ice */,
- 1BF0076D76EEADC2BB4BE96E /* TestI.swift */,
+ 0D8D6332ECE938271CBBCB21 /* AllTests.swift */,
+ 529F8AF65227A83C543A5BC9 /* Client.swift */,
+ 31425231DD863C8CE7C8D735 /* Server.swift */,
+ 9B6849D9211AF4DCE4E293A2 /* Test.ice */,
+ A6970E7EA6F91539C6B07228 /* TestI.swift */,
);
- name = info;
+ name = invoke;
sourceTree = "<group>";
};
- D758C2D2DA4C7E9F5D2C3741 /* cpp */ = {
+ E32DA93483F52DC5A56E2E60 /* info */ = {
isa = PBXGroup;
children = (
- 3DA0628342272FB520536D6C /* src */,
+ 011F4B781F8A18965BAB3D25 /* AllTests.swift */,
+ 05FEE2AB7A847BCCC4682310 /* Client.swift */,
+ 0734C462C9E5B43FEF0E3D05 /* Server.swift */,
+ D4FD2D709D57AE1DC028EE6F /* Test.ice */,
+ 9DBCE890017E5E1A037D058F /* TestI.swift */,
);
- name = cpp;
+ name = info;
sourceTree = "<group>";
};
- DFEEF4A04CDE81826D5A952E /* services */ = {
+ E5795DA6CC0710481C9BBB13 /* TestCommon */ = {
isa = PBXGroup;
children = (
- ACE0CB8A2E0EA857001062C0 /* Client.swift */,
+ 0419BC3BB343801E660A63BD /* Info.plist */,
+ 80A5E9E8DC3F5D6D8E947018 /* TestCommon.swift */,
);
- name = services;
+ name = TestCommon;
sourceTree = "<group>";
};
- E48ADB833C04C397C8E2C5D4 /* IceIAP */ = {
+ EBF938A93631BFD120FBAB64 /* Glacier2 */ = {
isa = PBXGroup;
children = (
- 3152E410024281DF79AA6417 /* ConnectionInfo.ice */,
- B6192F6143B32B224621E1AB /* EndpointInfo.ice */,
+ 905717D8ADDDFEE1AD0381F5 /* Metrics.ice */,
+ C06DA0006FD00F2A4AE11847 /* PermissionsVerifier.ice */,
+ D26675F107992F0EBFA9A463 /* PermissionsVerifierF.ice */,
+ A092EF97C7F54B282D2A3A50 /* Router.ice */,
+ 27822CF9D9EE837FF02FB12B /* RouterF.ice */,
+ 616CB20089BE31C6DC1A83E8 /* Session.ice */,
+ 916A23E8E37CD12E7AC052F6 /* SSLInfo.ice */,
);
- name = IceIAP;
+ name = Glacier2;
sourceTree = "<group>";
};
- EA2B52C919BDE94DCED7537A /* udp */ = {
+ EC178F8BF55ED99FD95C190E /* timeout */ = {
isa = PBXGroup;
children = (
- 649C5CA2C8B90C0E20104FE2 /* AllTests.swift */,
- 445FE2F28E29F9DCD0F86F79 /* Client.swift */,
- C9616C6629BFF4408A467D3C /* Server.swift */,
- 16D12150BE8802991D4A8EE3 /* Test.ice */,
- 09490A9289CCA021AE898BE6 /* TestI.swift */,
+ F688FE5A19FD31DA5801A9BF /* AllTests.swift */,
+ C43301E2BD8D413F7287AE09 /* Client.swift */,
+ BCBF2BD64493E96B93401A19 /* Server.swift */,
+ A866D77900606BE58EE743DD /* Test.ice */,
+ 92A59F35BD7C4AB2A1D71B51 /* TestI.swift */,
);
- name = udp;
+ name = timeout;
sourceTree = "<group>";
};
- EFBC69E135635F5A348B7314 /* IceImpl */ = {
+ F1C162D8052CA7DC1E0CF03C /* proxy */ = {
isa = PBXGroup;
children = (
- 064AEF2C2D468983C5AE0F47 /* AdminFacetFactory.h */,
- A32B98A559EDF2B6B290F316 /* BlobjectFacade.h */,
- 50B2520EB7C273BCCFDA75C6 /* BlobjectFacade.mm */,
- DDDC240838F172241782D706 /* Communicator.h */,
- 5E4325168FF7D7C00449F353 /* Communicator.mm */,
- 74DCB8C0A5829E7371A34A61 /* Config.h */,
- B3F7FEF7145EE2E5B0D09A06 /* Connection.h */,
- 990068FAF53AC37975CC9CB3 /* Connection.mm */,
- 96FF0DD4180C3D7088987030 /* Convert.h */,
- 4F105A4E48562ADF585188AE /* Convert.mm */,
- DCCF5A5AEC4163B168BB91BC /* Endpoint.h */,
- 721B8B808158372F30A17393 /* Endpoint.mm */,
- 4029E643EF06719CF940C9A2 /* Exception.h */,
- B4A6E1B20920DFBAE4908790 /* Exception.mm */,
- 565B65A6AD076064B278BF40 /* IceImpl.h */,
- 74688CC11663084F2F452691 /* IceUtil.h */,
- 9A877F5C5A629219054DA05F /* IceUtil.mm */,
- 7486CF3D76ED4121B6DA7E2E /* ImplicitContext.h */,
- D0CEB9C7392B346AA697D593 /* ImplicitContext.mm */,
- 884BD2DB43E9BDED89FFD5B6 /* LocalObject.h */,
- 34BF30D98653D4D72F2E23E0 /* LocalObject.mm */,
- 39382C228C1BDAC33A46FC72 /* Logger.h */,
- 4FD6A314F2F064EF98F6ECA3 /* Logger.mm */,
- 898B398FADE64B8EC6B0D6E9 /* LoggerWrapperI.h */,
- 7156CB595B2FD3E5BC35648C /* ObjectAdapter.h */,
- 1BB2B3D81C1A2500B7FD2DDD /* ObjectAdapter.mm */,
- E3E0C346DE0FBC6B2A3F37F6 /* ObjectPrx.h */,
- 1E79C5E475C8DAD0ACEB76D4 /* ObjectPrx.mm */,
- 423BBF69D7B0202EEA3B4A27 /* OutputStream.h */,
- 793AFDB5030450802B8C4608 /* Process.h */,
- AF78BB446C7AC4B4A3586A41 /* Process.mm */,
- E7D079F0E1C3B970B517E9F3 /* Properties.h */,
- 12D216C6743AADA7E58F8DBC /* Properties.mm */,
- E83574FABFBF2DFE7BE1CEE3 /* PropertiesAdmin.h */,
- 93279AE29D8B91EFEBB7AE5D /* PropertiesAdmin.mm */,
- 9FB1FB9AA60753AB5C918639 /* TraceUtil.h */,
- 789B16932A3D5B13C89C19E3 /* TraceUtil.mm */,
- B53CCBD515ABCF49284E0B53 /* UnsupportedAdminFacet.h */,
- 5868A01F83C6A90438875AFC /* UnsupportedAdminFacet.mm */,
+ E6114EC62DE1EEE978F8B41F /* AllTests.swift */,
+ 9355D92A9F91D7543F36E0A7 /* Client.swift */,
+ A6F1D3D10658594CCAE2B667 /* Collocated.swift */,
+ 940AB5EA1FA18745665C33B9 /* Server.swift */,
+ 1668497080275488DF0A006B /* ServerAMD.swift */,
+ E0D154150EF87EE7F705D2F7 /* Test.ice */,
+ A763113C95D7F467245EA585 /* TestAMD.ice */,
+ 70F8183AE53477DF2376BA8A /* TestAMDI.swift */,
+ 851DA69EC26992E1A78B9332 /* TestI.swift */,
);
- name = IceImpl;
+ name = proxy;
sourceTree = "<group>";
};
- F25B5D91E5FD5AC77F382E08 /* Frameworks */ = {
+ F52BACDC9715185723A5BB4F /* escape */ = {
isa = PBXGroup;
children = (
- CE78A5902109905259C07242 /* iOS */,
- BA7D8CEE166BCB46BA07D051 /* OS X */,
+ 1743BEB3DB65F41DE7126858 /* Clash.ice */,
+ B406293BBB4D9FCD6243911C /* Client.swift */,
+ BC9B7AE35C2E2A23F01F9B25 /* Key.ice */,
);
- name = Frameworks;
+ name = escape;
sourceTree = "<group>";
};
- F90D56D7F8A658BF5A55DEB4 /* enums */ = {
+ F9744E7C5263E1E939AD23D3 /* Glacier2 */ = {
isa = PBXGroup;
children = (
- D344EB2873780A8545274A4D /* AllTests.swift */,
- ACD5E0F40B5462D33D6E80AD /* Client.swift */,
- 44E43649201EDD09D6602E4F /* Server.swift */,
- 93A73F8159851E19887CDED1 /* Test.ice */,
- 0271EF89ACAC5FDFA86D94F9 /* TestI.swift */,
+ F938FD55E97D39A478A3CEC7 /* Glacier2Swift.h */,
+ 8F551C34887295771BE1F241 /* Info.plist */,
);
- name = enums;
+ name = Glacier2;
sourceTree = "<group>";
};
- FA6542C4E959AFB2B265C9BD /* TestDriver */ = {
+ FEFE162A6B9601D98618B441 /* admin */ = {
isa = PBXGroup;
children = (
- D0450BC03294206DFA25885F /* iOS */,
- 9035BCDDED27448C8CB3E712 /* macOS */,
+ 0BE4C642BE54F1ED11B1FBB8 /* AllTests.swift */,
+ 9AD7F96C57DBEAF0915AE8FA /* Client.swift */,
+ 3D0B4E705DE93B3C86B44B08 /* Server.swift */,
+ 010848924B5B7D5C41F34121 /* Test.ice */,
+ EB65E9D656C20BA959CCC7B7 /* TestI.swift */,
);
- name = TestDriver;
+ name = admin;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
- 006B3C948495B2EB03F21CEF /* Headers */ = {
+ 0B475C53ABBB854AFCD05663 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
- A591D0384E9F7D18BC18AA53 /* IceSwift.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 09FD7F6A2343DACCBA4EA0B8 /* Headers */ = {
+ 14D9D103BCB6DDB10885709E /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
- E902D281A6A05884DA0A80DF /* Glacier2Swift.h in Headers */,
+ 1A7841AA389CA73DE81648AE /* Glacier2Swift.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 241F7449963B4A2E624ADA6D /* Headers */ = {
+ 1C07F287F802229330DF6272 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
- D4B0F5A4304DD64D6B1AEDBF /* IceSwift.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 27620A74FEBF05071F8DAD58 /* Headers */ = {
+ 39188509DC4E46C2A6A0E07F /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
+ 68D1E6101E47420F1C69C954 /* IceGridSwift.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 40939819D566AB3A71154AB0 /* Headers */ = {
+ 3AC87B857016AD7E47CE775E /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
- 8271D6A6DAB16610F7448CD1 /* IceStormSwift.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 4AA24ABB5760BA51FD918774 /* Headers */ = {
+ 4D7FE9AA9E52632B2282E97A /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
+ FA3E02D79F3ADBEF3B1146B8 /* IceStormSwift.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 4F59B916CF6FC1C48E2B639C /* Headers */ = {
+ 56C227A57C3F7D5F2B856163 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 5B2849665C62825B68B8DDF9 /* Headers */ = {
+ 594AADF0A8163452387A2B0A /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
+ 42C15A74B231B16B32ADF1BC /* IceSwift.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 70BCF1F790A5663EF0A1AB66 /* Headers */ = {
+ 72FD594B1DCD104DF34B3CBF /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
- 72CE774BF1EAEC4A3CFA2DDB /* IceStormSwift.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 71CA4A104B2B9A360EA54F81 /* Headers */ = {
+ 84C242199E4F221211FA4544 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 796FDBA37E09B63D0CF45DA7 /* Headers */ = {
+ C1D85129C933EF5A6079631D /* AdminFacetFactory.h in Headers */,
+ 0A7737138E00F2CF8BE31E73 /* BlobjectFacade.h in Headers */,
+ 63EB9FC63B0997045EE63ECA /* Communicator.h in Headers */,
+ 6F2F87591D90D2581D4CDE1F /* Config.h in Headers */,
+ 234DAFEA67FBE9D503A6ED1B /* Connection.h in Headers */,
+ 6CA50DD71D747ACB05ED1B9D /* Convert.h in Headers */,
+ 3BFF154E84DB8A95C5167B4A /* Endpoint.h in Headers */,
+ 16F517739CB7B7D0318C5ABC /* Exception.h in Headers */,
+ 7A6CEEB2EE406641A0FE6DD4 /* IceImpl.h in Headers */,
+ 1011EEB4DF102A38CA67AA53 /* IceUtil.h in Headers */,
+ 999733D36664247D63872CB3 /* ImplicitContext.h in Headers */,
+ 998643022A787CFC8C297BB4 /* LocalObject.h in Headers */,
+ 3ABDEDE1AEE9A0141A4AEE5E /* Logger.h in Headers */,
+ BD9CE937B5C91F25CC44E1E7 /* LoggerWrapperI.h in Headers */,
+ 2C432F8BC962EBD6907CF382 /* ObjectAdapter.h in Headers */,
+ 0CBFC301D8380AB783091B36 /* ObjectPrx.h in Headers */,
+ 23DF558639B37091E29DCF44 /* OutputStream.h in Headers */,
+ 28250DE34700C51D3D219E35 /* Process.h in Headers */,
+ F633988951EEF105DA21AE62 /* Properties.h in Headers */,
+ C4420D4FF7DEB22537EFF1D3 /* PropertiesAdmin.h in Headers */,
+ D59644E6CEE61DC2CEDB906D /* TraceUtil.h in Headers */,
+ DD2D3B86827FE5C2B59A0811 /* UnsupportedAdminFacet.h in Headers */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 88BFF85ED202FE036F326B93 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
- 1DAA04D4F3553340630AD854 /* Glacier2Swift.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 7E1B721045CDA46479A40C16 /* Headers */ = {
+ 8990331B53D9D31E2BBB79BA /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
- 34F47D2BC337910396EA66B6 /* IceGridSwift.h in Headers */,
+ 10D843A2A1DABC155081FA1C /* IceGridSwift.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 7F116B5D01CF5AB2305E5AF7 /* Headers */ = {
+ A1640390CEC1DD85DB5B5886 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
- C6B3D6A477C69E800673DEDE /* IceGridSwift.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 942FE9A5C749B0D5E8904AD6 /* Headers */ = {
+ 5E4816B2F4B3CE57F5B61CCB /* AdminFacetFactory.h in Headers */,
+ 7BD33A969861FC17FE737D4A /* BlobjectFacade.h in Headers */,
+ ADA68DD5CBF1E8BBADF644EC /* Communicator.h in Headers */,
+ 98CC6AD9606F79E80C9F483A /* Config.h in Headers */,
+ 68FC9D8E243E428CA20E326F /* Connection.h in Headers */,
+ C924B7EB305DAB54A3C04091 /* Convert.h in Headers */,
+ 2232D505EA8CF9D9CF143085 /* Endpoint.h in Headers */,
+ 7D24801B6F1818C018A853B1 /* Exception.h in Headers */,
+ 5B7314B4E61EF9780DBD3788 /* IceImpl.h in Headers */,
+ F796C2FC964ADC4BD65D5E8D /* IceUtil.h in Headers */,
+ 8FA52E74FB4CF4E92FA82652 /* ImplicitContext.h in Headers */,
+ F1FA028D06914AF0E4F1ABFE /* LocalObject.h in Headers */,
+ DA715548810B9B2C369C4BB2 /* Logger.h in Headers */,
+ 4216776C119909D13B81DD23 /* LoggerWrapperI.h in Headers */,
+ 2D3FD5BB207D65390C2A4BB7 /* ObjectAdapter.h in Headers */,
+ C00E0C5361D82AF1AA527ACD /* ObjectPrx.h in Headers */,
+ 8A3261D5973CEC887634DF3B /* OutputStream.h in Headers */,
+ D3501012D43B2F9490A9BA68 /* Process.h in Headers */,
+ 1D92A4DC2FC6446E72BD1F32 /* Properties.h in Headers */,
+ F7315CDAF3866CCE1E990195 /* PropertiesAdmin.h in Headers */,
+ 9850BFC8132CBB8A6A76D5FC /* TraceUtil.h in Headers */,
+ EF2AF572F1D4064625F4C96D /* UnsupportedAdminFacet.h in Headers */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ A40DD98C9C600724ED9C259D /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
- AE33B4A42BB9AB1095968070 /* AdminFacetFactory.h in Headers */,
- 1213B9ECBA6AC6C88494F907 /* BlobjectFacade.h in Headers */,
- 95125C754B848FEC37823D95 /* Communicator.h in Headers */,
- 893424E2A121CAD525BE3CEF /* Config.h in Headers */,
- 5B1D2227ABAF5BF287F0A61A /* Connection.h in Headers */,
- B4BB76CAB9017410EE264052 /* Convert.h in Headers */,
- 74C2EC4226B5C6CA476FA4C8 /* Endpoint.h in Headers */,
- 5983C52EE8544625053F09EC /* Exception.h in Headers */,
- 755C0BC3996117CEF5CC1C32 /* IceImpl.h in Headers */,
- 84D647B72FD0DDAB60437BF6 /* IceUtil.h in Headers */,
- A61F977AEC56B01A3631C960 /* ImplicitContext.h in Headers */,
- D1A64994E0D68E770F2FE226 /* LocalObject.h in Headers */,
- 96098F357CA1096887271507 /* Logger.h in Headers */,
- B4E85099942FD663B85958FC /* LoggerWrapperI.h in Headers */,
- 43C01E41403D1303EBF6A78C /* ObjectAdapter.h in Headers */,
- 0AAFBC3556BA0356D15FCB48 /* ObjectPrx.h in Headers */,
- B9CB44641824E5F04FA9E054 /* OutputStream.h in Headers */,
- 2017EE675D1A3795CAE973AD /* Process.h in Headers */,
- 7CD1CE20D3D5BA6281B1A78C /* Properties.h in Headers */,
- 1DC014A6B6181FBFE8331950 /* PropertiesAdmin.h in Headers */,
- C178BD2979F9DCCA8EE7126D /* TraceUtil.h in Headers */,
- ABA5A8013CF3E2837B2B63AD /* UnsupportedAdminFacet.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- ABFF1DF7BC7AD1FA3F7B50D6 /* Headers */ = {
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ A6761E6BCCAD4B3CCE54149C /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- C05FD47B76708F7B304D4B89 /* Headers */ = {
+ BC685B285F29B808A4BD696F /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
+ 3DB7451FB1A188D5BD263B22 /* IceStormSwift.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- C34EF184672795E45840D615 /* Headers */ = {
+ D07B4F7F13EABBAC118B0D3C /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
+ 30FA6AAC81EB7373722D126A /* Glacier2Swift.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- C3DE2E2DF7B7623F86491DEC /* Headers */ = {
+ D709A8462880D073230BF09F /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- CA6D36B83FFB39935D01722B /* Headers */ = {
+ DBD574F269C8641295A32557 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
+ 78209CF5FFF8FA727E1A48BC /* IceSwift.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- D4A22F5EBE6AFBC4628FCACF /* Headers */ = {
+ ECE11546B3F983DE83C7FA77 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
- BA7FED444AE38A281994245C /* AdminFacetFactory.h in Headers */,
- 866D4D15CBD201CFEB26999C /* BlobjectFacade.h in Headers */,
- 64A9AA648FF406A1433AA7FB /* Communicator.h in Headers */,
- E95C212CD1A111A281F2AA12 /* Config.h in Headers */,
- 1C4D392AC3D3E674D5395A7A /* Connection.h in Headers */,
- 0A73BCCF1303E211655157F6 /* Convert.h in Headers */,
- 7A3A3631A1CDED62FFF2C3D8 /* Endpoint.h in Headers */,
- 96D38CA03C95856F63F4222A /* Exception.h in Headers */,
- 87F4E1A64647C7B012DAF2B8 /* IceImpl.h in Headers */,
- 942D10AD53CE000AE0D553A5 /* IceUtil.h in Headers */,
- 5F85C884B704D51BDE145656 /* ImplicitContext.h in Headers */,
- 32D444EC220D09934D83D2D3 /* LocalObject.h in Headers */,
- 9B6E0C4FC6AA58934C8FAD64 /* Logger.h in Headers */,
- 39D24204D1219CB8ACCD07C8 /* LoggerWrapperI.h in Headers */,
- 5C0C15E36F085258FE23469D /* ObjectAdapter.h in Headers */,
- E67FF80717AB1A45AEA143DB /* ObjectPrx.h in Headers */,
- EF4F729BA08D14C6C257A1E1 /* OutputStream.h in Headers */,
- 12589D31C11A110E92AE4010 /* Process.h in Headers */,
- 2AB5F71D86E6AE1941706CE0 /* Properties.h in Headers */,
- 51F0117C7B5595A4D3EAD289 /* PropertiesAdmin.h in Headers */,
- 4DDBD123A411A8CC852B2CE4 /* TraceUtil.h in Headers */,
- 5845A4A3EC1F78AB0A763059 /* UnsupportedAdminFacet.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- F4AC20F1391F9AE13FF3C374 /* Headers */ = {
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F3E18FC8C0B735B529536FD5 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
@@ -8399,2404 +8399,2404 @@
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
- 02D7A24C08D302DCE03B1BDC /* TestDriver macOS */ = {
+ 00544DA102F36026FDF33FCB /* IceStream macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 79178726C4E63342143CA94C /* Build configuration list for PBXNativeTarget "TestDriver macOS" */;
+ buildConfigurationList = 8570EBE6B12D860FFE209EDA /* Build configuration list for PBXNativeTarget "IceStream macOS" */;
buildPhases = (
- 324B8084CBE85C5BD29BA452 /* Sources */,
- 9B2BFE80A766A13FC2323533 /* Frameworks */,
- 02CE79E1C3838020B97FBF42 /* Resources */,
- 995A0AA63854E5A760A4ED50 /* Copy Frameworks */,
- 1259B59140D1F378652C6D20 /* Copy Symbols */,
+ 06C28DDE4C32AFFD3C76635F /* Sources */,
+ BB6F2AB38F0DD3EF6D2895BA /* Frameworks */,
+ C366CBB066B13FF4D7120C5B /* Resources */,
);
buildRules = (
- F5C5C39E95543D18BBF897DF /* PBXBuildRule */,
+ 1E5999B3599913DFEA3A9CA7 /* PBXBuildRule */,
);
dependencies = (
- FA090CDE1EFAE40C490E9FFC /* PBXTargetDependency */,
- 742D0640739B43A6AB0342B7 /* PBXTargetDependency */,
- 499B928B49259C0CD59A336E /* PBXTargetDependency */,
- D4AC39F6B7B162FFDDA86A87 /* PBXTargetDependency */,
- A66C6C23CFE78319221940E7 /* PBXTargetDependency */,
- 1F6D0B05007FBC04BE2D1E45 /* PBXTargetDependency */,
- 880FDF1D76ECCD1665ACCC35 /* PBXTargetDependency */,
- 34B382F686D2FD12816078B3 /* PBXTargetDependency */,
- 0DA3F7317DAE86124E972878 /* PBXTargetDependency */,
- 70503F8753E1093792985E0B /* PBXTargetDependency */,
- 1154C0A1423CDE36A0B293BB /* PBXTargetDependency */,
- 678F5963332B8B9B1D6F06AE /* PBXTargetDependency */,
- 920D317907114F8F3A4291B4 /* PBXTargetDependency */,
- A262D4917AE2C22CEE2D4D1B /* PBXTargetDependency */,
- 82E922E1C131CC377C9759C0 /* PBXTargetDependency */,
- 12C29466B4CD8C4953903A62 /* PBXTargetDependency */,
- 9EE3FE2573F5A9D236E446DB /* PBXTargetDependency */,
- 7CC3059E3657F7BBD0B335E8 /* PBXTargetDependency */,
- F1F46DCCC049EE7E35A61D5F /* PBXTargetDependency */,
- 34C55DF0C48CBD539653BEDB /* PBXTargetDependency */,
- 8AE176F14B5D2EA026BA6086 /* PBXTargetDependency */,
- A214BDA10A9FC80030F1B05F /* PBXTargetDependency */,
- BE04272880EBAD2ACB4665FA /* PBXTargetDependency */,
- B8A73C8C3C7C571066C7599F /* PBXTargetDependency */,
- 267E245D898BF0F0E12B5D3A /* PBXTargetDependency */,
- DC99D58EA84CD5FA28CAA61B /* PBXTargetDependency */,
- DD2320F50DE6B2525DE34A7E /* PBXTargetDependency */,
- 94285B0AEA1AF06B3E3E9DCC /* PBXTargetDependency */,
- 247E0D0DC527F4671CB61749 /* PBXTargetDependency */,
- 5ED49036535FDE649952AB28 /* PBXTargetDependency */,
- 20FEA176BDBF696A92004D6A /* PBXTargetDependency */,
- 4CE9CD131CD76D4FFB6C8C32 /* PBXTargetDependency */,
- 5D4B79FC20C72910E04D14F8 /* PBXTargetDependency */,
- 9F37852BC68BCB58E52D5334 /* PBXTargetDependency */,
- C0630D68FC8385567C414807 /* PBXTargetDependency */,
- E1F5D584F3AC5C9EF5F9DD9C /* PBXTargetDependency */,
- 5770836495BABDCAC92AEBAC /* PBXTargetDependency */,
- 0F9D1B9A4596D4EF5D0B68B7 /* PBXTargetDependency */,
- DEE85B50C22AA8DB43CEC3C1 /* PBXTargetDependency */,
- 4B1365D764E613122B5558B8 /* PBXTargetDependency */,
- C56B9376CA0DE8287C4C9D0D /* PBXTargetDependency */,
- B02233EC74CA7E7130C012CD /* PBXTargetDependency */,
- 8DA1F4ADAB6813C1C5C7C97C /* PBXTargetDependency */,
- 7B24A994229D9BF9B40F8D16 /* PBXTargetDependency */,
+ DD60A099A5FA2E24EA603083 /* PBXTargetDependency */,
+ BA6B252A81CDB4641A0406EA /* PBXTargetDependency */,
);
- name = "TestDriver macOS";
- productName = TestDriver;
- productReference = 6CF55DBE2F061AB6A97A6592 /* TestDriver.app */;
- productType = "com.apple.product-type.application";
+ name = "IceStream macOS";
+ productName = IceStream;
+ productReference = E5B50DA89D7A974127EFBEF9 /* IceStream.bundle */;
+ productType = "com.apple.product-type.bundle";
};
- 06141078D859393EDD03B017 /* IceDiscovery C++11 iOS */ = {
+ 0295C3FC1C17313DE5D5D2DE /* IceProperties macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 2664FCE098FABEBB3E728AEB /* Build configuration list for PBXNativeTarget "IceDiscovery C++11 iOS" */;
+ buildConfigurationList = 51BF4F263AFA6D79554AAB5F /* Build configuration list for PBXNativeTarget "IceProperties macOS" */;
buildPhases = (
- F4AC20F1391F9AE13FF3C374 /* Headers */,
- 436FBB8ADF8A7BE4D4C18D11 /* Sources */,
- 5448F0EB663C0D25F3DE9D09 /* Frameworks */,
+ 38FBA48E75A2B43510D3AA5B /* Sources */,
+ 6FC9BEADEB3F435E0759ADB2 /* Frameworks */,
+ 0C585317C5B7DA00775F687C /* Resources */,
);
buildRules = (
- 92550765F65C5439D734B078 /* PBXBuildRule */,
+ F5EBC2A7429EABC198C39F9E /* PBXBuildRule */,
);
dependencies = (
- 66146D9CB7EAF1471F234F4A /* PBXTargetDependency */,
+ 551F7BE43F684545E65FADD4 /* PBXTargetDependency */,
+ B799CE1CFE237AE1F0DFDFA0 /* PBXTargetDependency */,
);
- name = "IceDiscovery C++11 iOS";
- productName = "IceDiscovery C++11 iOS";
- productReference = 74A494883A2585D0B1186209 /* libIceDiscovery C++11 iOS.a */;
- productType = "com.apple.product-type.library.static";
+ name = "IceProperties macOS";
+ productName = IceProperties;
+ productReference = 093660DA090FF4A1716A5E6B /* IceProperties.bundle */;
+ productType = "com.apple.product-type.bundle";
};
- 0728767808790B1A5E3A81F4 /* IceDiscovery C++11 macOS */ = {
+ 06F3884CD379C52D6B535D38 /* IceLocatorDiscovery C++11 macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 72BB29ACAFF18993E287CF07 /* Build configuration list for PBXNativeTarget "IceDiscovery C++11 macOS" */;
+ buildConfigurationList = 60943D4B820CBB47EC9847A2 /* Build configuration list for PBXNativeTarget "IceLocatorDiscovery C++11 macOS" */;
buildPhases = (
- 27620A74FEBF05071F8DAD58 /* Headers */,
- CB2A707C44099B2FBB6B0FC9 /* Sources */,
- 583CF879A1B0EF101C91CF79 /* Frameworks */,
+ ECE11546B3F983DE83C7FA77 /* Headers */,
+ 25085F8FC636B70EE82281A0 /* Sources */,
+ 28DC21A0D039AB054C6DAB4C /* Frameworks */,
);
buildRules = (
- B99740FB99D39E46CC3C8CE7 /* PBXBuildRule */,
+ AA582AA597F2B4497ACC57A6 /* PBXBuildRule */,
);
dependencies = (
- 0E2FD6F16109E434EBEAB308 /* PBXTargetDependency */,
+ 4C7323DC32C983A5F5368436 /* PBXTargetDependency */,
);
- name = "IceDiscovery C++11 macOS";
- productName = "IceDiscovery C++11 macOS";
- productReference = C99BD782F25C72FF91C2A080 /* libIceDiscovery C++11 macOS.a */;
+ name = "IceLocatorDiscovery C++11 macOS";
+ productName = "IceLocatorDiscovery C++11 macOS";
+ productReference = 363CDBFCC6743A1BCCFF20C4 /* libIceLocatorDiscovery C++11 macOS.a */;
productType = "com.apple.product-type.library.static";
};
- 08C36D0D7B1B57CDCC4D3F7E /* Glacier2 macOS */ = {
+ 08091D1E55118D7F718FE15D /* IceOptionalAMD iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 053E207EB76EF0B61CB82FEB /* Build configuration list for PBXNativeTarget "Glacier2 macOS" */;
+ buildConfigurationList = 63A7F46AD100EA967FC5DC3C /* Build configuration list for PBXNativeTarget "IceOptionalAMD iOS" */;
buildPhases = (
- 09FD7F6A2343DACCBA4EA0B8 /* Headers */,
- 672EACFA3AC9B18DC07F2DEF /* Sources */,
- EE4B236E9A6D366AC1D427FD /* Frameworks */,
- FDBBFB21F0CDF21FE06BD979 /* Resources */,
+ 12B57B14FF74988046305DCF /* Sources */,
+ E677175519A43B68F5D9B0AC /* Frameworks */,
+ D77B4DC77ABAAB1FA27C1523 /* Resources */,
);
buildRules = (
- AEB9E44ADD39D992C223E027 /* PBXBuildRule */,
+ 187AD51BE6CEA50CC718B310 /* PBXBuildRule */,
);
dependencies = (
- 5185F7BB0103CC9DC536855A /* PBXTargetDependency */,
);
- name = "Glacier2 macOS";
- productName = Glacier2;
- productReference = 82CC5AF3BAB4ED3D53681F64 /* Glacier2.framework */;
- productType = "com.apple.product-type.framework";
+ name = "IceOptionalAMD iOS";
+ productName = IceOptionalAMD;
+ productReference = 6E74C9F999BC7A5FECE91B2B /* IceOptionalAMD.bundle */;
+ productType = "com.apple.product-type.bundle";
};
- 0E0D1E210073E2CCF0F83827 /* IceOperations iOS */ = {
+ 0A9B42751CDE3737734FA14F /* IceInfo iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 1AD21670B3E706B84BE0231C /* Build configuration list for PBXNativeTarget "IceOperations iOS" */;
+ buildConfigurationList = 476DB9390AAF10D92B557075 /* Build configuration list for PBXNativeTarget "IceInfo iOS" */;
buildPhases = (
- 5D03864A9104852628C03028 /* Sources */,
- 4544E0CCAC23F9F69163C4F8 /* Frameworks */,
- BDEB0A1422AD65A7E6F7BBC2 /* Resources */,
+ 33725157F7E5BE3BF71702D9 /* Sources */,
+ B24EC38609A759CBAC3E3B38 /* Frameworks */,
+ F029CF309FD213E08D6E3655 /* Resources */,
);
buildRules = (
- 2B4AFE6778CF0FDDAFBA6353 /* PBXBuildRule */,
+ F70424B353413BAF8BAD36F8 /* PBXBuildRule */,
);
dependencies = (
- 7BCAFEA7C08DC21F03F31B34 /* PBXTargetDependency */,
- 8F612B4412DF21E22EBB4E7E /* PBXTargetDependency */,
+ FC660B026E8CC4663919AE5F /* PBXTargetDependency */,
+ 32D94EC37A9212FD104C1054 /* PBXTargetDependency */,
);
- name = "IceOperations iOS";
- productName = IceOperations;
- productReference = A7A6B4FCE9A875CC7A3C60B3 /* IceOperations.bundle */;
+ name = "IceInfo iOS";
+ productName = IceInfo;
+ productReference = A01DD7D1FF2F900ABE5BF998 /* IceInfo.bundle */;
productType = "com.apple.product-type.bundle";
};
- 112274228A01EB516F707BA3 /* IceImpl iOS */ = {
+ 11979031078D63BE63A1C93B /* IceAdmin macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = C4FBC5720F97D38AB33CE824 /* Build configuration list for PBXNativeTarget "IceImpl iOS" */;
+ buildConfigurationList = 03E8C12A581E696C85588B47 /* Build configuration list for PBXNativeTarget "IceAdmin macOS" */;
buildPhases = (
- 942FE9A5C749B0D5E8904AD6 /* Headers */,
- C5E944C06458C9485D1B58EC /* Sources */,
- 24F8D96063FD2ED7FCC54D07 /* Frameworks */,
- 84CFEC52C4D521E6D8096AB3 /* Resources */,
+ D0C41D20A2C58764D22FF75A /* Sources */,
+ 98C57BE13CF0328944FF965C /* Frameworks */,
+ 7703F56A4EF7D506DB716181 /* Resources */,
);
buildRules = (
+ 15433FAA34112572A9E40991 /* PBXBuildRule */,
);
dependencies = (
- DA8D7CB77A83A046E10F05B1 /* PBXTargetDependency */,
- 753ADF9479F3BCFA3D166BDA /* PBXTargetDependency */,
- 4A890E09A136899931163B3D /* PBXTargetDependency */,
- 1CA38E141871C84C120D4C95 /* PBXTargetDependency */,
- 4B4D8018E99D8B3F815E1A2D /* PBXTargetDependency */,
+ 12460AB5ED611832A3734639 /* PBXTargetDependency */,
+ 3DFE67CBF3358246E0EB7DF0 /* PBXTargetDependency */,
);
- name = "IceImpl iOS";
- productName = IceImpl;
- productReference = 6A6102DE9D8559B86E0205C4 /* IceImpl.framework */;
- productType = "com.apple.product-type.framework";
+ name = "IceAdmin macOS";
+ productName = IceAdmin;
+ productReference = DC4371814CEB10A0ADAC4B03 /* IceAdmin.bundle */;
+ productType = "com.apple.product-type.bundle";
};
- 142DBEE984B183E13050C3F2 /* IceProxy iOS */ = {
+ 126FAF26C2B1E28D9CD16B2F /* IceProxyAMD macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 4CE1543E6EAAA4ADA9BCD85F /* Build configuration list for PBXNativeTarget "IceProxy iOS" */;
+ buildConfigurationList = 9589986BCCE2DD1FC2BF7591 /* Build configuration list for PBXNativeTarget "IceProxyAMD macOS" */;
buildPhases = (
- FB45753CC984DB1C98FD078E /* Sources */,
- 67F3F41D93176278F3F2B2F0 /* Frameworks */,
- 7CAC86AFA2665917B676C37D /* Resources */,
+ 98DE3B46DF3D224EEF418A11 /* Sources */,
+ 1EF127D7C2FD7681B9E8277D /* Frameworks */,
+ BC6C20F7641F6E9E94668D36 /* Resources */,
);
buildRules = (
- FA76AC37FB50AD16D9FC3669 /* PBXBuildRule */,
+ AAA9D387DD894496600D72D9 /* PBXBuildRule */,
);
dependencies = (
- AE013F7643C1037D46EFFF57 /* PBXTargetDependency */,
- 2D5AC85AD047EEEE6A8FC4F8 /* PBXTargetDependency */,
);
- name = "IceProxy iOS";
- productName = IceProxy;
- productReference = DED9AB300AB0D04D8C388C48 /* IceProxy.bundle */;
+ name = "IceProxyAMD macOS";
+ productName = IceProxyAMD;
+ productReference = B0701184CD41F6BE2C8BD52D /* IceProxyAMD.bundle */;
productType = "com.apple.product-type.bundle";
};
- 19277070BD150A1695ABF68E /* IceSlicingExceptions iOS */ = {
+ 12D56A5EF1A9A5F32F2D757E /* IceInterceptor macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 170E53A485F85D8E2566FCA7 /* Build configuration list for PBXNativeTarget "IceSlicingExceptions iOS" */;
+ buildConfigurationList = 032C937848E075E5D2F3152E /* Build configuration list for PBXNativeTarget "IceInterceptor macOS" */;
buildPhases = (
- 194F974793CD00D9B1A8D3D1 /* Sources */,
- 5F318DD8D6973CC6B2B100D3 /* Frameworks */,
- 1656DBAC731DA6F0BCCEB761 /* Resources */,
+ 05848E9B6C0E614D76B08B18 /* Sources */,
+ 8F9016C7A65C649966FA315F /* Frameworks */,
+ 4DE463A8CFFF87F2526118B3 /* Resources */,
);
buildRules = (
- 7F0FC4D5A34F8C9309EA2EDA /* PBXBuildRule */,
+ F16454E22A8D3AEACCAE0FA1 /* PBXBuildRule */,
);
dependencies = (
- C7E2C27C0E6BAD3E368C33E5 /* PBXTargetDependency */,
- 92A9C1E91A22FA26BC577019 /* PBXTargetDependency */,
+ 1F919D1FC3FF0B978683CF4E /* PBXTargetDependency */,
+ AEA9CA08F82FFA10D5A9911A /* PBXTargetDependency */,
);
- name = "IceSlicingExceptions iOS";
- productName = IceSlicingExceptions;
- productReference = 0CCAAC20859B87A2BFDC38EE /* IceSlicingExceptions.bundle */;
+ name = "IceInterceptor macOS";
+ productName = IceInterceptor;
+ productReference = 6E1F2F479E891B578FE8A2CA /* IceInterceptor.bundle */;
productType = "com.apple.product-type.bundle";
};
- 198475E914929864A7E14D84 /* IceDefaultValue iOS */ = {
+ 143DB50AB99266E6B37AEE04 /* IceSSLConfiguration macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = AA4E1DF21390BD06EAF46A88 /* Build configuration list for PBXNativeTarget "IceDefaultValue iOS" */;
+ buildConfigurationList = D6B2C56153C2E0FBDBE5CEE2 /* Build configuration list for PBXNativeTarget "IceSSLConfiguration macOS" */;
buildPhases = (
- 60C11238ABBC8049AE354BED /* Sources */,
- E4DCD0889401AFF4B1144C36 /* Frameworks */,
- 262223DCCEB32CA941C3B53D /* Resources */,
+ 676A0C422CF71CD5B8403E8E /* Sources */,
+ 969FF03910032CFE1D5E2DE4 /* Frameworks */,
+ 0FAED6271E17B0D7A69F7393 /* Resources */,
);
buildRules = (
- 834F36A71357962BA989B3C6 /* PBXBuildRule */,
+ 81334B7753069D4CE7F097F3 /* PBXBuildRule */,
);
dependencies = (
- 4A75A1A5331B4B2C9AEEA698 /* PBXTargetDependency */,
- AB67FBC71A3CE245DFA1C8BE /* PBXTargetDependency */,
+ 9B33BB2899F86202526243ED /* PBXTargetDependency */,
+ E52FF7376B41DB7D8E11AA9C /* PBXTargetDependency */,
);
- name = "IceDefaultValue iOS";
- productName = IceDefaultValue;
- productReference = F683FFB8C8EEBDCCEE99A82F /* IceDefaultValue.bundle */;
+ name = "IceSSLConfiguration macOS";
+ productName = IceSSLConfiguration;
+ productReference = E0C2744EE5E6A8847954545D /* IceSSLConfiguration.bundle */;
productType = "com.apple.product-type.bundle";
};
- 19890CD0A23E1A43198CA8A3 /* IceDefaultServant iOS */ = {
+ 14473AF03BCDDE6F204E5F53 /* TestDriver macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = F2267C58765D74857B55DE2F /* Build configuration list for PBXNativeTarget "IceDefaultServant iOS" */;
+ buildConfigurationList = 0A1CC559909D487627D6BAB4 /* Build configuration list for PBXNativeTarget "TestDriver macOS" */;
buildPhases = (
- 73067EF63C7F7674D3AA0CFE /* Sources */,
- B2C21E1873D8CEE58ED24CBB /* Frameworks */,
- 0202EE519C93425F84C1867C /* Resources */,
+ EFD0C438862D35441E88DEAC /* Sources */,
+ 1A58CBBC1E41642F840949DB /* Frameworks */,
+ D6303EC5436F705955EB98AB /* Resources */,
+ 96825B431E7A121DE0BAE1C4 /* Copy Frameworks */,
+ EC5A99B722A5D81E6B6A76EF /* Copy Symbols */,
);
buildRules = (
- 37C4B328416A9788D03B637C /* PBXBuildRule */,
+ 35C6A8C3E2F473A3C54C1D98 /* PBXBuildRule */,
);
dependencies = (
- 41CA9FA00E4E99940AA27A13 /* PBXTargetDependency */,
- 680AF24FBE6DE239E20A7231 /* PBXTargetDependency */,
+ D9081F13BF4E2390DD7071F0 /* PBXTargetDependency */,
+ 26E977311D77094C5CB62097 /* PBXTargetDependency */,
+ 8653283CEED0C5524DAD7BF1 /* PBXTargetDependency */,
+ 3715B2A83E674FAB50C53335 /* PBXTargetDependency */,
+ 11036D951B8862F9F74BF45F /* PBXTargetDependency */,
+ 885F2BF11F6BECC4240C8597 /* PBXTargetDependency */,
+ C650366AA7F2C921D31C9D40 /* PBXTargetDependency */,
+ 64F1BE1F2BD17460C4766D25 /* PBXTargetDependency */,
+ 950D5F6D1CC7E835A6978D8B /* PBXTargetDependency */,
+ A6437A8FC555A49F685D60FB /* PBXTargetDependency */,
+ 351FBC502D4754E483D9D366 /* PBXTargetDependency */,
+ D531D488A0EDDDCEAB07959F /* PBXTargetDependency */,
+ 128A26BA576278785D5B1D26 /* PBXTargetDependency */,
+ 7966057FD7610ECAA9D31574 /* PBXTargetDependency */,
+ 448983EF0B86140770CF5CB5 /* PBXTargetDependency */,
+ 9D1CD359DD47E9E824AF3B6C /* PBXTargetDependency */,
+ 34649D343D3EFE57D71FCBF0 /* PBXTargetDependency */,
+ F4240E23BCFAEAA5E61BB3B3 /* PBXTargetDependency */,
+ 60BFA91C6FBC4CF9E2F131B8 /* PBXTargetDependency */,
+ 7D374B3A32FDD541F2AED27B /* PBXTargetDependency */,
+ 31A23AD3DC3FB895EB0194B1 /* PBXTargetDependency */,
+ 3332243B94A042309DA0D142 /* PBXTargetDependency */,
+ 3938D98A626AB63A339CBBD1 /* PBXTargetDependency */,
+ D56B8E55A8268D67D9F37BD9 /* PBXTargetDependency */,
+ F278DBA85FAA8657947814D5 /* PBXTargetDependency */,
+ 94284C33EC181D134487BC23 /* PBXTargetDependency */,
+ 04194CA2BCA7B1AB48B99AA6 /* PBXTargetDependency */,
+ 816AF5F2EEEBAC41FE3F5AD3 /* PBXTargetDependency */,
+ EC6DC9795121A3131B41BA2D /* PBXTargetDependency */,
+ C5AF165FCD0DD69BCDC2BE34 /* PBXTargetDependency */,
+ AA68A88D704F0DBB8A76D0AD /* PBXTargetDependency */,
+ 37374F22E518B64C14093229 /* PBXTargetDependency */,
+ D4FF8D61F5EA2D19B2719E10 /* PBXTargetDependency */,
+ 18DEA6B14B1E50762C8AD59E /* PBXTargetDependency */,
+ F7C4C90D65F890E91AC1D2DE /* PBXTargetDependency */,
+ 31BBFD102A3569ACB8DC7CDF /* PBXTargetDependency */,
+ 18B9DF83B563DCF43265E411 /* PBXTargetDependency */,
+ EDBC2329737C4CC994D7F9AB /* PBXTargetDependency */,
+ 826D4B04DBA3BA091FDA9A7C /* PBXTargetDependency */,
+ 2AEB3614A439E56D2D06872B /* PBXTargetDependency */,
+ 72B1F32718CB233FBCC9E69B /* PBXTargetDependency */,
+ 02CE336DBE6C7BAFDE206CBD /* PBXTargetDependency */,
+ 12E84569FFD7152D961EC9FB /* PBXTargetDependency */,
+ BCEC171BF1154E53264C214F /* PBXTargetDependency */,
);
- name = "IceDefaultServant iOS";
- productName = IceDefaultServant;
- productReference = 6F2330D0EA51FD0036C376A8 /* IceDefaultServant.bundle */;
- productType = "com.apple.product-type.bundle";
+ name = "TestDriver macOS";
+ productName = TestDriver;
+ productReference = 0784F9157AE9B232899E86C6 /* TestDriver.app */;
+ productType = "com.apple.product-type.application";
};
- 23D7517178BBFF564AE61CD9 /* IceTimeout iOS */ = {
+ 1694719C10B89C39242AF1B8 /* Ice C++11 iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = DF14A47D32DB8E244DE27C22 /* Build configuration list for PBXNativeTarget "IceTimeout iOS" */;
+ buildConfigurationList = DC24B1703E7F5BC6E582D5A0 /* Build configuration list for PBXNativeTarget "Ice C++11 iOS" */;
buildPhases = (
- 64FFCE98ECE79AE71C75B82E /* Sources */,
- BAD902814B7E314347DE0722 /* Frameworks */,
- E48ED14F4D1650385E24FE82 /* Resources */,
+ 72FD594B1DCD104DF34B3CBF /* Headers */,
+ 852B65A3FA449B767FA991BC /* Sources */,
+ A901B482E20F475509DDC640 /* Frameworks */,
);
buildRules = (
- 04F07E15AD0BFB9D3259CFA5 /* PBXBuildRule */,
+ F64934A13F68198B601EEEE9 /* PBXBuildRule */,
);
dependencies = (
- C17817FC48ACB307068919B2 /* PBXTargetDependency */,
- 28FECA4631B458D99C5F88B9 /* PBXTargetDependency */,
);
- name = "IceTimeout iOS";
- productName = IceTimeout;
- productReference = 25D0C721D53503860788165E /* IceTimeout.bundle */;
- productType = "com.apple.product-type.bundle";
+ name = "Ice C++11 iOS";
+ productName = "Ice C++11 iOS";
+ productReference = A85990C3AE402EC75C5D0D4A /* libIce C++11 iOS.a */;
+ productType = "com.apple.product-type.library.static";
};
- 26AE8725AF5D750C6312676B /* IceTimeout macOS */ = {
+ 18E49F7A2C75C85CD39FB687 /* IceExceptions iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 31E064671D9BAAD856D2FDA9 /* Build configuration list for PBXNativeTarget "IceTimeout macOS" */;
+ buildConfigurationList = 779F6F15195DF32F69D4AE1A /* Build configuration list for PBXNativeTarget "IceExceptions iOS" */;
buildPhases = (
- 04DCBD68C3EA0A08A3A40BDA /* Sources */,
- 2216A92CD89E0A4FBD5D2CB5 /* Frameworks */,
- AEA840929734A5EF2507DCA0 /* Resources */,
+ 922E8BEFE3F3B12EF8B02074 /* Sources */,
+ B7B0E8879B751086D29AC8A3 /* Frameworks */,
+ 5093A8D3CD1054B0FE33D87A /* Resources */,
);
buildRules = (
- CE8BA643293B8F9B3D0FE6EF /* PBXBuildRule */,
+ 5B77AC73CD1DB0640F28DBE7 /* PBXBuildRule */,
);
dependencies = (
- 0C19794274527FC5710EFEAC /* PBXTargetDependency */,
- E4AA4EB6E0219AB25D06E7DF /* PBXTargetDependency */,
+ 320AEE5822EDA73CC7A3A142 /* PBXTargetDependency */,
+ F50135E9BFFC1F35D2CE0540 /* PBXTargetDependency */,
);
- name = "IceTimeout macOS";
- productName = IceTimeout;
- productReference = EF2817BA3C244C2BEC436BCA /* IceTimeout.bundle */;
+ name = "IceExceptions iOS";
+ productName = IceExceptions;
+ productReference = 5325DAE753B7E91F14F58481 /* IceExceptions.bundle */;
productType = "com.apple.product-type.bundle";
};
- 2C1286E4D70FC9F4DA4293FF /* IceLocatorDiscovery C++11 macOS */ = {
+ 1B43101F29B66C89513B6977 /* IceExceptionsAMD iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = FE7515DF774E598FD39AD927 /* Build configuration list for PBXNativeTarget "IceLocatorDiscovery C++11 macOS" */;
+ buildConfigurationList = 4EC9CD7E71677C99CF25F4C2 /* Build configuration list for PBXNativeTarget "IceExceptionsAMD iOS" */;
buildPhases = (
- 5B2849665C62825B68B8DDF9 /* Headers */,
- F5D7CE988481A4A22D1330E4 /* Sources */,
- 9D08965D0A7C0EC907D3FD6B /* Frameworks */,
+ 567B0BCD828BB992FEEAB985 /* Sources */,
+ BFB27C879D3D103F90F3FF12 /* Frameworks */,
+ BC37D9E084DA3C70A079C339 /* Resources */,
);
buildRules = (
- 7F0A8B9835458378DD22C067 /* PBXBuildRule */,
+ 8B0099435E46BB1934ABABE1 /* PBXBuildRule */,
);
dependencies = (
- 4D3CC59E41CF0E4881AE1253 /* PBXTargetDependency */,
);
- name = "IceLocatorDiscovery C++11 macOS";
- productName = "IceLocatorDiscovery C++11 macOS";
- productReference = 665B478E2A86F6E16E74802E /* libIceLocatorDiscovery C++11 macOS.a */;
- productType = "com.apple.product-type.library.static";
+ name = "IceExceptionsAMD iOS";
+ productName = IceExceptionsAMD;
+ productReference = 4CC76DFC0B5C3284FA4E0DC9 /* IceExceptionsAMD.bundle */;
+ productType = "com.apple.product-type.bundle";
};
- 342AC29327DE576C9FB52C7C /* IceRetry iOS */ = {
+ 1BE965FBA4828D97A6820712 /* IceScope iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = F7352CA4A2E6CF3B5769C899 /* Build configuration list for PBXNativeTarget "IceRetry iOS" */;
+ buildConfigurationList = 4746AE75437C7ABD1FC3F464 /* Build configuration list for PBXNativeTarget "IceScope iOS" */;
buildPhases = (
- 8EB7BA68758B6F2D6B3186E9 /* Sources */,
- D9657CB7FA46EE0F8AF4A237 /* Frameworks */,
- 77BA74637A33CBB655892780 /* Resources */,
+ 480BCF64B7E5F092EECDD3E0 /* Sources */,
+ 893527070D215478CB5D715C /* Frameworks */,
+ 457671C330FBFE2F4A826203 /* Resources */,
);
buildRules = (
- 026D965ADE9D909ED238B3A5 /* PBXBuildRule */,
+ 575106D5176ACFC2B02EA518 /* PBXBuildRule */,
);
dependencies = (
- 65FDE9FA83101EFD2B9116C7 /* PBXTargetDependency */,
- 5FCB349637E3415AF32131AC /* PBXTargetDependency */,
+ 2F532319CBBA574F9212770B /* PBXTargetDependency */,
+ 166DAB07C5F122FFDFDC6F64 /* PBXTargetDependency */,
);
- name = "IceRetry iOS";
- productName = IceRetry;
- productReference = 6D19C02894A9CDDE69F35879 /* IceRetry.bundle */;
+ name = "IceScope iOS";
+ productName = IceScope;
+ productReference = AF1BACC1B0DFE01B062A4E78 /* IceScope.bundle */;
productType = "com.apple.product-type.bundle";
};
- 3D5AD8F17A546E868BC47646 /* IceDefaultServant macOS */ = {
+ 1C1678E38742483ABFA3FC6C /* IceAdapterDeactivation iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = B30C62274CF1615E6F77B6A5 /* Build configuration list for PBXNativeTarget "IceDefaultServant macOS" */;
+ buildConfigurationList = 6553D0F6C34321B7756947C5 /* Build configuration list for PBXNativeTarget "IceAdapterDeactivation iOS" */;
buildPhases = (
- F93926A6DBA076F811E0E29F /* Sources */,
- 19A358BB50A55140D6BBF4F4 /* Frameworks */,
- E247AB563F27A25BCE60C4C2 /* Resources */,
+ 73490FA5FAAAAB1CD60744D8 /* Sources */,
+ 61B80B3EE8BE92F01A0F4A83 /* Frameworks */,
+ 34E703DAEEDA9D43CD5551C5 /* Resources */,
);
buildRules = (
- DF4E041DBE43161FADB2A52F /* PBXBuildRule */,
+ 53DD3713A9CFAC2217132B34 /* PBXBuildRule */,
);
dependencies = (
- 33B97953427E260F671C9ADD /* PBXTargetDependency */,
- D13BDF65E0D01715E9C36935 /* PBXTargetDependency */,
+ C585BB42952A73DA49F0E13F /* PBXTargetDependency */,
+ AEC9496CE1DDA7659DF316AB /* PBXTargetDependency */,
);
- name = "IceDefaultServant macOS";
- productName = IceDefaultServant;
- productReference = E92379D4F4C5BCA956168E48 /* IceDefaultServant.bundle */;
+ name = "IceAdapterDeactivation iOS";
+ productName = IceAdapterDeactivation;
+ productReference = 86AEEE9CDFF8BA54B5029457 /* IceAdapterDeactivation.bundle */;
productType = "com.apple.product-type.bundle";
};
- 3D71532ED4A520BBE60C51B9 /* IceOperationsAMD iOS */ = {
+ 2007A4C7084F7958289E377A /* IceInterceptor iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 61487156CCD2B806DEC0BFCC /* Build configuration list for PBXNativeTarget "IceOperationsAMD iOS" */;
+ buildConfigurationList = AA55598B8F9E80B0AD256F28 /* Build configuration list for PBXNativeTarget "IceInterceptor iOS" */;
buildPhases = (
- F9D04A5EC0C2C44B1669F6A3 /* Sources */,
- 18D7DB32081E6A4565ABAC1B /* Frameworks */,
- 7F647E895DE8B8382008C252 /* Resources */,
+ 179D07E1D5A85160562C18F4 /* Sources */,
+ AB5EEA71E164891F56F45330 /* Frameworks */,
+ 056D51E608B24EA69A02EA8D /* Resources */,
);
buildRules = (
- 4DF0EA4149ADA39B295DD691 /* PBXBuildRule */,
+ C40A1F3B736E112F2A552FB6 /* PBXBuildRule */,
);
dependencies = (
+ 9BE9A80D8297D9F2BCFB2AB6 /* PBXTargetDependency */,
+ EBC0C5F3984AF0D12D85F490 /* PBXTargetDependency */,
);
- name = "IceOperationsAMD iOS";
- productName = IceOperationsAMD;
- productReference = 67D20F9C958D7C474D01C3B6 /* IceOperationsAMD.bundle */;
+ name = "IceInterceptor iOS";
+ productName = IceInterceptor;
+ productReference = 30C907509C6043DD34BABF73 /* IceInterceptor.bundle */;
productType = "com.apple.product-type.bundle";
};
- 3F298C47E3C60AC58BC489F2 /* IceExceptionsAMD macOS */ = {
+ 23560E088B3930C8162274EF /* IceExceptionsAMD macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 6840B74AC29DC01E0AA9217A /* Build configuration list for PBXNativeTarget "IceExceptionsAMD macOS" */;
+ buildConfigurationList = 5B8E30B15FDDAC8951F2A94C /* Build configuration list for PBXNativeTarget "IceExceptionsAMD macOS" */;
buildPhases = (
- D20E702BFB979385089631C6 /* Sources */,
- B5CE3425006B44BF248DAB67 /* Frameworks */,
- 58924ED8E19014A891321DBA /* Resources */,
+ 34FC9E080EFE1B435191A60F /* Sources */,
+ CE7B93857607B592940A9EA8 /* Frameworks */,
+ C0A5861DC568C15E3D937DE8 /* Resources */,
);
buildRules = (
- 099ADD40B52D8B41939BC09B /* PBXBuildRule */,
+ A25C8A24FCBEA6D8178B7C26 /* PBXBuildRule */,
);
dependencies = (
);
name = "IceExceptionsAMD macOS";
productName = IceExceptionsAMD;
- productReference = 9B99F93CDD6E92D7CF09D37C /* IceExceptionsAMD.bundle */;
+ productReference = 9B88000E62562F4CAED0278E /* IceExceptionsAMD.bundle */;
productType = "com.apple.product-type.bundle";
};
- 42E090EA16E47B47E62A7A73 /* IceStorm iOS */ = {
+ 266366CE4382F905C6294DD7 /* TestCommon macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 3126474AED327D41B345FE00 /* Build configuration list for PBXNativeTarget "IceStorm iOS" */;
+ buildConfigurationList = 2396082B6D8760953AA4045A /* Build configuration list for PBXNativeTarget "TestCommon macOS" */;
buildPhases = (
- 40939819D566AB3A71154AB0 /* Headers */,
- 0EFEBD68493EFC0987F88BE4 /* Sources */,
- A871529435718FCF26FEDAB6 /* Frameworks */,
- ECECDFF5ED6002A1E4226018 /* Resources */,
+ 1C07F287F802229330DF6272 /* Headers */,
+ 5918939D4163F8BDF49D7902 /* Sources */,
+ 721D915A9581E1C43EEBFDCA /* Frameworks */,
+ 153918D98AB4CCA26498E681 /* Resources */,
);
buildRules = (
- 75E97172B6B146C749632844 /* PBXBuildRule */,
+ 9E9CA23455282B562122C4B6 /* PBXBuildRule */,
);
dependencies = (
- 1512C4182A11BB71C9863FDA /* PBXTargetDependency */,
);
- name = "IceStorm iOS";
- productName = IceStorm;
- productReference = A908F6B4DBBB526C6D83931B /* IceStorm.framework */;
+ name = "TestCommon macOS";
+ productName = TestCommon;
+ productReference = B9EAE058D032B91A430F31E3 /* TestCommon.framework */;
productType = "com.apple.product-type.framework";
};
- 43CA1D6E0F5513CFC6F33FA4 /* IceBinding macOS */ = {
+ 270EFFF3D89BBD0E128CE796 /* IceAmi iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 89F2651DD35962CF4DAE1B7C /* Build configuration list for PBXNativeTarget "IceBinding macOS" */;
+ buildConfigurationList = BC626815718E257EFDE925E4 /* Build configuration list for PBXNativeTarget "IceAmi iOS" */;
buildPhases = (
- 1A9E50E3AAAE566EBA33AFA8 /* Sources */,
- 6105B44EE5B89DEB87B7D690 /* Frameworks */,
- E8D3FC7433C83BBA51C8B7CB /* Resources */,
+ 9BC9B69BD9523B9925724C35 /* Sources */,
+ 799B529A9F4A98BD0B42844F /* Frameworks */,
+ ECEC0712DE3F6E51DE2F5DB3 /* Resources */,
);
buildRules = (
- 313D575EC1561D66EFC55FAF /* PBXBuildRule */,
+ B71178416532DF12B2C6B75C /* PBXBuildRule */,
);
dependencies = (
- 9F05D9238702899EEEDAE4FA /* PBXTargetDependency */,
- 8C8F7A580C4920B7D1564AA7 /* PBXTargetDependency */,
+ FD7CC603F6FF5423F945E52C /* PBXTargetDependency */,
+ 35D73A9E2F4704943A9BF33D /* PBXTargetDependency */,
);
- name = "IceBinding macOS";
- productName = IceBinding;
- productReference = BD3D1091C71194FF67E3A565 /* IceBinding.bundle */;
+ name = "IceAmi iOS";
+ productName = IceAmi;
+ productReference = 723F2618E60CE4BEA2D8BD19 /* IceAmi.bundle */;
productType = "com.apple.product-type.bundle";
};
- 44047F42C1CDD61BA2140B71 /* IceAdapterDeactivation iOS */ = {
+ 27FEB5394EE2DAD06C8BA4A2 /* IceGrid macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 759EBD7E137425D846770F2F /* Build configuration list for PBXNativeTarget "IceAdapterDeactivation iOS" */;
+ buildConfigurationList = 04D2A2B9CD54068EFA610DAF /* Build configuration list for PBXNativeTarget "IceGrid macOS" */;
buildPhases = (
- EC64150A10E891D9D160F8D2 /* Sources */,
- 65883518514B1C81560120BA /* Frameworks */,
- 175A86BF0AD66B1AD39E0693 /* Resources */,
+ 8990331B53D9D31E2BBB79BA /* Headers */,
+ BB7096AEAD12025E926CEFAE /* Sources */,
+ 81438DD15055500A96B0758B /* Frameworks */,
+ 226441E087BA9FBF2AB1E8C6 /* Resources */,
);
buildRules = (
- 1440320B224B83E1E9D4253E /* PBXBuildRule */,
+ 62FA4C6ED6ACE97B3F4B124C /* PBXBuildRule */,
);
dependencies = (
- 2C65FC64B67825916410B356 /* PBXTargetDependency */,
- 3988D801BAFF57307CBCF181 /* PBXTargetDependency */,
+ E66824FB20581559B54C8F64 /* PBXTargetDependency */,
+ FFB4DF93BBB33DEC8494DA2A /* PBXTargetDependency */,
);
- name = "IceAdapterDeactivation iOS";
- productName = IceAdapterDeactivation;
- productReference = 882720541CD23A8DEA505628 /* IceAdapterDeactivation.bundle */;
- productType = "com.apple.product-type.bundle";
+ name = "IceGrid macOS";
+ productName = IceGrid;
+ productReference = 3029883199520554BD806B4D /* IceGrid.framework */;
+ productType = "com.apple.product-type.framework";
};
- 47A8ADAA3B965DE639F9EB6A /* IceInterceptor macOS */ = {
+ 2AA4E8A0890065D1FDF3D77F /* IceOptionalAMD macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = DFEFF5AA4F7E96C68160EA9F /* Build configuration list for PBXNativeTarget "IceInterceptor macOS" */;
+ buildConfigurationList = 45C81020838934699FCB1CCB /* Build configuration list for PBXNativeTarget "IceOptionalAMD macOS" */;
buildPhases = (
- 045DE795C523327B1036C3E7 /* Sources */,
- C5410FEAE56E2DDDF1CFF9A5 /* Frameworks */,
- CE310A44B90FC02D5D9BDD76 /* Resources */,
+ 14C9A5D54F5D99B78F0CF29F /* Sources */,
+ ABB7159C7B78140FBD9A4718 /* Frameworks */,
+ C096D1B4BCD715BA454931FE /* Resources */,
);
buildRules = (
- 22C192C4F872F8AD2CD414A8 /* PBXBuildRule */,
+ 4BDED1A36FAB042F4ED36C7E /* PBXBuildRule */,
);
dependencies = (
- 76F66A8C829FA4545BD70C2A /* PBXTargetDependency */,
- BEC1345A0C2584E7F9224B67 /* PBXTargetDependency */,
);
- name = "IceInterceptor macOS";
- productName = IceInterceptor;
- productReference = 8775272F612A0B9CEBEE2175 /* IceInterceptor.bundle */;
+ name = "IceOptionalAMD macOS";
+ productName = IceOptionalAMD;
+ productReference = D4975BF58EF6B2F8A7ABB3F5 /* IceOptionalAMD.bundle */;
productType = "com.apple.product-type.bundle";
};
- 49C25DC242C051AE5AC4CDD4 /* IceEnums iOS */ = {
+ 336F0F8FF596189D74E33D58 /* SliceEscape macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 448A5C60E2BC2466A7943033 /* Build configuration list for PBXNativeTarget "IceEnums iOS" */;
+ buildConfigurationList = 8BDFD7AC00F7039A9FE08289 /* Build configuration list for PBXNativeTarget "SliceEscape macOS" */;
buildPhases = (
- FE5A573F3172FA00678BB39A /* Sources */,
- B7783CE14D161B1D09E1BF34 /* Frameworks */,
- E03F982175A0087A70FB5CF6 /* Resources */,
+ 34F42AD91E9D675149EC8389 /* Sources */,
+ 443AD404DD5399F60719D5C7 /* Frameworks */,
+ 1A2222441C18F031E679CF33 /* Resources */,
);
buildRules = (
- 2AC49A2C8A2E10B9111A5077 /* PBXBuildRule */,
+ 0C4629FE8B007EDB2A030FE4 /* PBXBuildRule */,
);
dependencies = (
- 2BAD441E3F67EA90D248C258 /* PBXTargetDependency */,
- 9ECB22EFFD03D812C3223FE5 /* PBXTargetDependency */,
+ 294EC29A8243B294B2716B17 /* PBXTargetDependency */,
+ 21EB9C2738929DEAD0FC351E /* PBXTargetDependency */,
);
- name = "IceEnums iOS";
- productName = IceEnums;
- productReference = 5DE0C7D59E1938EB277777BD /* IceEnums.bundle */;
+ name = "SliceEscape macOS";
+ productName = SliceEscape;
+ productReference = 9EFBA39CB9388AD8AC68DFBF /* SliceEscape.bundle */;
productType = "com.apple.product-type.bundle";
};
- 4D000279871D881258716BFF /* IceServantLocatorAMD macOS */ = {
+ 33DCB94CC426F58E04EFFE0D /* Ice C++11 macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 3390A6313195DC7B885E741F /* Build configuration list for PBXNativeTarget "IceServantLocatorAMD macOS" */;
+ buildConfigurationList = B1F339AE1A837DE5B19DAFF9 /* Build configuration list for PBXNativeTarget "Ice C++11 macOS" */;
buildPhases = (
- A8DBF3FB81C832530578A783 /* Sources */,
- 8D965E38E4B2C92846E4734D /* Frameworks */,
- A0CB72CDEF1E957BE31B78C7 /* Resources */,
+ 0B475C53ABBB854AFCD05663 /* Headers */,
+ 6A19361506679046576F0927 /* Sources */,
+ 07FE1B1292EFB5B27A49ABB9 /* Frameworks */,
);
buildRules = (
- 341612462CF1DDA3D6A0D55B /* PBXBuildRule */,
+ DD4F8D6980BF9A52F776F9BF /* PBXBuildRule */,
);
dependencies = (
);
- name = "IceServantLocatorAMD macOS";
- productName = IceServantLocatorAMD;
- productReference = 8BCDD7154EB036DBC0A0CB5F /* IceServantLocatorAMD.bundle */;
- productType = "com.apple.product-type.bundle";
+ name = "Ice C++11 macOS";
+ productName = "Ice C++11 macOS";
+ productReference = 6229F30A2B9F088158509DAB /* libIce C++11 macOS.a */;
+ productType = "com.apple.product-type.library.static";
};
- 4FD15044E421634366A36B1F /* IceExceptions macOS */ = {
+ 34E77856AF3ED9F4BE974FEC /* IceSlicingObjects iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 34FD3007DB7C4A2A84AE2018 /* Build configuration list for PBXNativeTarget "IceExceptions macOS" */;
+ buildConfigurationList = 144DC3196E8BFB210EDC9FEE /* Build configuration list for PBXNativeTarget "IceSlicingObjects iOS" */;
buildPhases = (
- 9090BE1A63DAE10916F6F386 /* Sources */,
- 6BE69CE21A454FD9AE38BF6E /* Frameworks */,
- 798414D02B7DC1F19241C9A4 /* Resources */,
+ 960D08B59E4B0602C04733B6 /* Sources */,
+ 7EC5ED477D397F156B21F4B9 /* Frameworks */,
+ 36F98BD96EA4C4ADDA80558D /* Resources */,
);
buildRules = (
- 33BEFB720DA1B81DC7B70995 /* PBXBuildRule */,
+ A561B5D238470D927358CEEF /* PBXBuildRule */,
);
dependencies = (
- 1D320AB089283EAC1EA8D2F4 /* PBXTargetDependency */,
- 1B78FD95AFE05BF6C3C92B26 /* PBXTargetDependency */,
+ 93F2E83E5FF295FF43CA8974 /* PBXTargetDependency */,
+ B0DC70DFC007E230DAB2EE3D /* PBXTargetDependency */,
);
- name = "IceExceptions macOS";
- productName = IceExceptions;
- productReference = 1C83AB7474C602D1D3FABFCD /* IceExceptions.bundle */;
+ name = "IceSlicingObjects iOS";
+ productName = IceSlicingObjects;
+ productReference = BC5B80B268838251DDCA2EA0 /* IceSlicingObjects.bundle */;
productType = "com.apple.product-type.bundle";
};
- 574540F63207A42A936015F8 /* IceAmi macOS */ = {
+ 36DAEBADAE4D240BD5C5086E /* IceOperationsAMD macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 6EF0C81CF3A06D56CE4214BC /* Build configuration list for PBXNativeTarget "IceAmi macOS" */;
+ buildConfigurationList = 953B8E9680ED58A58489B724 /* Build configuration list for PBXNativeTarget "IceOperationsAMD macOS" */;
buildPhases = (
- 70821EF6F47911D04D50664A /* Sources */,
- 82813844D249E12F1E491B25 /* Frameworks */,
- 7F6DE70D654B3B1DB30ACCB1 /* Resources */,
+ 7AE9D9E9CAA8150C0BE55416 /* Sources */,
+ 65200BD8811E3A204D1C78DA /* Frameworks */,
+ 3B89087647A6CF7761AD7DE8 /* Resources */,
);
buildRules = (
- 657792DBB96AB80815A59C52 /* PBXBuildRule */,
+ D4BE6AF3DA56D37131329965 /* PBXBuildRule */,
);
dependencies = (
- F4F166B30F1062B55FE63CA0 /* PBXTargetDependency */,
- 90C4BAE80C3448A0584D5A35 /* PBXTargetDependency */,
);
- name = "IceAmi macOS";
- productName = IceAmi;
- productReference = 70553EFB64F02EB810C4756F /* IceAmi.bundle */;
+ name = "IceOperationsAMD macOS";
+ productName = IceOperationsAMD;
+ productReference = 627159B8434F3CEE924346F1 /* IceOperationsAMD.bundle */;
productType = "com.apple.product-type.bundle";
};
- 59E7F45723F3686C3035C147 /* IceBinding iOS */ = {
+ 3C870E2669428DB059B4E1E8 /* IceSlicingExceptions macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = A83C98B97BBBC0F6293B1605 /* Build configuration list for PBXNativeTarget "IceBinding iOS" */;
+ buildConfigurationList = 00456642E76CEAA5217F01E7 /* Build configuration list for PBXNativeTarget "IceSlicingExceptions macOS" */;
buildPhases = (
- 5CC70E90BA03533A573C4FA9 /* Sources */,
- 2CA2A5911A6CC0009CBBDC07 /* Frameworks */,
- D69A6F29CA972AD55F321024 /* Resources */,
+ 2F8A97C8B3283B8D0AB9CCC5 /* Sources */,
+ 46C497B43D1701EFF82FF18F /* Frameworks */,
+ 83A4A1632A8C0A22CA9EA740 /* Resources */,
);
buildRules = (
- 4EBDD7085D97E946FAC2F74D /* PBXBuildRule */,
+ 153827CFB383A0D0A6E63CDA /* PBXBuildRule */,
);
dependencies = (
- C24F946F5F9AB8F1BF66B37D /* PBXTargetDependency */,
- FF5955CFDD52633802B5A481 /* PBXTargetDependency */,
+ F7D0B4B070078A4FCB7BFA73 /* PBXTargetDependency */,
+ 032ABC215D397F619122EA58 /* PBXTargetDependency */,
);
- name = "IceBinding iOS";
- productName = IceBinding;
- productReference = 3261BC4CA0A9D88CA79A7CF5 /* IceBinding.bundle */;
+ name = "IceSlicingExceptions macOS";
+ productName = IceSlicingExceptions;
+ productReference = 635830FCE17ED77D33B6336A /* IceSlicingExceptions.bundle */;
productType = "com.apple.product-type.bundle";
};
- 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */ = {
+ 41CE5BF0A76DEB6DDD0630D6 /* IceInvoke iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 8E84D120BBA8A368D5B7451D /* Build configuration list for PBXNativeTarget "Ice iOS" */;
+ buildConfigurationList = 758BFEE8BFCE13B22C375AAF /* Build configuration list for PBXNativeTarget "IceInvoke iOS" */;
buildPhases = (
- 241F7449963B4A2E624ADA6D /* Headers */,
- EEE81DBA22C06C841506F50F /* Sources */,
- D8007BBE789B09E18B87615C /* Frameworks */,
- 68BF61495B1689AB4C3CC3BC /* Resources */,
+ 4B05EF35177B802A87569858 /* Sources */,
+ FB17E72BC29A72F84CCB8E8F /* Frameworks */,
+ 78B7027EB928A3FE0DF55DE1 /* Resources */,
);
buildRules = (
- 56B1CF2A76FF4B02889F6213 /* PBXBuildRule */,
- 4E9ACDBB3B5AB774F428E8C1 /* PBXBuildRule */,
- 78D0FD1665E11227AECC7314 /* PBXBuildRule */,
+ C488D3825DDE12C9864B73AB /* PBXBuildRule */,
);
dependencies = (
- 6E23F5D8C00084C0E0797283 /* PBXTargetDependency */,
+ CE354AB6AB97D9EBAE92146C /* PBXTargetDependency */,
+ D9A463723D7ADEB0BA9768F0 /* PBXTargetDependency */,
);
- name = "Ice iOS";
- productName = Ice;
- productReference = 64EE0B52C0A964AEB3B2676B /* Ice.framework */;
- productType = "com.apple.product-type.framework";
+ name = "IceInvoke iOS";
+ productName = IceInvoke;
+ productReference = E72D98F805348F611E431A13 /* IceInvoke.bundle */;
+ productType = "com.apple.product-type.bundle";
};
- 5F093C2AFED3448B19DFDFDF /* IceProperties iOS */ = {
+ 4297E8CB4F654A523217ADC9 /* IceObjects macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 1E883641FE11FE4483598008 /* Build configuration list for PBXNativeTarget "IceProperties iOS" */;
+ buildConfigurationList = 16B4F722CCFF816151770838 /* Build configuration list for PBXNativeTarget "IceObjects macOS" */;
buildPhases = (
- 8627BADFA907A2B3516EF0FB /* Sources */,
- 33F38EB358453D319F1D7F83 /* Frameworks */,
- 858ED0686788A0EFB09F38B0 /* Resources */,
+ 14E8C92F7D608EECB7E9BBCE /* Sources */,
+ BE8CE3D4D6A1E3ED7613B3C9 /* Frameworks */,
+ 510F9F7A66EB0BD086E3FE60 /* Resources */,
);
buildRules = (
- 2E8343C037E6689C3A56CFFE /* PBXBuildRule */,
+ A24F4315E588A96AFC7F3D8A /* PBXBuildRule */,
);
dependencies = (
- E60195C3CC740A6CE3B6B2D4 /* PBXTargetDependency */,
- 730A25E545ED0347327AFBDD /* PBXTargetDependency */,
+ FDB67B2B1A8390AA46EC13F9 /* PBXTargetDependency */,
+ FF530A29634C10D7AFC51593 /* PBXTargetDependency */,
);
- name = "IceProperties iOS";
- productName = IceProperties;
- productReference = 1D6F8E1BBC264DF4954A9910 /* IceProperties.bundle */;
+ name = "IceObjects macOS";
+ productName = IceObjects;
+ productReference = 043189FA8B5ACE5A98587705 /* IceObjects.bundle */;
productType = "com.apple.product-type.bundle";
};
- 648F72582EAC4E145601F024 /* IceImpl macOS */ = {
+ 439F0AFD9CC68DD650B896D1 /* IceImpl macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 96083D5447DB350AD5F30D3A /* Build configuration list for PBXNativeTarget "IceImpl macOS" */;
+ buildConfigurationList = C378152636974D7ED3E3764F /* Build configuration list for PBXNativeTarget "IceImpl macOS" */;
buildPhases = (
- D4A22F5EBE6AFBC4628FCACF /* Headers */,
- FCEE3C39E624213500FBEA89 /* Sources */,
- 60A3121891C7C56726F7736F /* Frameworks */,
- 0116AFD382EA22DB1DAA8713 /* Resources */,
+ 84C242199E4F221211FA4544 /* Headers */,
+ 7D4F9434429321B7FD710A01 /* Sources */,
+ B92E3B82D4F82BDA859BC13A /* Frameworks */,
+ 19629B9A57A09768CE13AE88 /* Resources */,
);
buildRules = (
);
dependencies = (
- 00C620216A9428E60EFBE3F3 /* PBXTargetDependency */,
- 32E080855E2A3F485A4B0FD5 /* PBXTargetDependency */,
- 8FA6B6EA05552CE3FA333380 /* PBXTargetDependency */,
- 8626E4BD92566506986A4F33 /* PBXTargetDependency */,
+ 0CC5A9BEE14BFFDF7CFA922A /* PBXTargetDependency */,
+ E8A29BC834C22E1545F4BECB /* PBXTargetDependency */,
+ 3F30F6CE50EF6FF26EA2412D /* PBXTargetDependency */,
+ 25CCF210623FF5365847EA14 /* PBXTargetDependency */,
);
name = "IceImpl macOS";
productName = IceImpl;
- productReference = CEFE362FADFA72645536FF43 /* IceImpl.framework */;
+ productReference = AC8034D9D49A82B80184F667 /* IceImpl.framework */;
productType = "com.apple.product-type.framework";
};
- 683013A729B856829A0AE11A /* IceSSL C++11 macOS */ = {
+ 4424A248BF1E7E64836AB06C /* IceServices iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 2FDEF3BFBC4AFA6A9E3133D6 /* Build configuration list for PBXNativeTarget "IceSSL C++11 macOS" */;
+ buildConfigurationList = 5D26AE6D5DE9DCB331734935 /* Build configuration list for PBXNativeTarget "IceServices iOS" */;
buildPhases = (
- CA6D36B83FFB39935D01722B /* Headers */,
- C1AE23A103B9C25529B37EB0 /* Sources */,
- CF8B695D1D1E7E40A375E548 /* Frameworks */,
+ A0B3461B261EC964E3DBE473 /* Sources */,
+ 4FFB92B5BA0A5D8F38BD608C /* Frameworks */,
+ 3C37113BF6A2D17F368D9CB7 /* Resources */,
);
buildRules = (
- 1BBBFF78F8394718E971CA14 /* PBXBuildRule */,
+ 4137E89A39A4F967DBE8D6F4 /* PBXBuildRule */,
);
dependencies = (
- 7D031B3A2867CFD3F9F17087 /* PBXTargetDependency */,
- );
- name = "IceSSL C++11 macOS";
- productName = "IceSSL C++11 macOS";
- productReference = 2C5E11BEB75F4537B9C345FD /* libIceSSL C++11 macOS.a */;
- productType = "com.apple.product-type.library.static";
- };
- 696B190C0595012CE53DA4EC /* IceAdapterDeactivation macOS */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = BCAA0B502165F87E3688990D /* Build configuration list for PBXNativeTarget "IceAdapterDeactivation macOS" */;
- buildPhases = (
- 61A25864D77D0932AB302DA0 /* Sources */,
- 2DBF0FA4F8520B730B43C95F /* Frameworks */,
- 484EA9AFFC9944158440B223 /* Resources */,
+ CE3427B735085CE06B4C440F /* PBXTargetDependency */,
+ 6BE52F62300A606E4DFF41CC /* PBXTargetDependency */,
+ FBEF6E183E7060826704E6E8 /* PBXTargetDependency */,
+ 038994EE298890A05B19BBC9 /* PBXTargetDependency */,
+ F0EF9005EAAE74EB98799585 /* PBXTargetDependency */,
);
- buildRules = (
- 2097F0257A22A139714523E5 /* PBXBuildRule */,
- );
- dependencies = (
- D778B60164204E68A0B1CD83 /* PBXTargetDependency */,
- 5DC9BCC46E1D63300FC625B6 /* PBXTargetDependency */,
- );
- name = "IceAdapterDeactivation macOS";
- productName = IceAdapterDeactivation;
- productReference = DC2390F95E08F63D63875832 /* IceAdapterDeactivation.bundle */;
+ name = "IceServices iOS";
+ productName = IceServices;
+ productReference = EE27F2AFB465F3A6A7E0905C /* IceServices.bundle */;
productType = "com.apple.product-type.bundle";
};
- 698E87D063EFE8C1CD52CAC1 /* IceOptional iOS */ = {
+ 48EA25167D422F1AE2654F89 /* IceObjects iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 97A9ADFA829E32373A7E9101 /* Build configuration list for PBXNativeTarget "IceOptional iOS" */;
+ buildConfigurationList = EB38090DCF4AAF3F24097D49 /* Build configuration list for PBXNativeTarget "IceObjects iOS" */;
buildPhases = (
- FF59CD4832767940832C6CFB /* Sources */,
- 35BDC5955407A92B476B365E /* Frameworks */,
- 080A3AF1991EB00721FDEFFB /* Resources */,
+ D38E9E21466816B13FA92EF4 /* Sources */,
+ AFFEA207F1BECBEB2576791B /* Frameworks */,
+ 2704A067CCF96B54B501C92D /* Resources */,
);
buildRules = (
- 948E0A0C98D23DD970F03F2F /* PBXBuildRule */,
+ EF9C432FB0BDD5E592B357CC /* PBXBuildRule */,
);
dependencies = (
- 0A9561E9B5AE4CB4F0E77B76 /* PBXTargetDependency */,
- CF199E4E11B18CAF23678410 /* PBXTargetDependency */,
+ 35BC60BF6374EA1F53CB91F3 /* PBXTargetDependency */,
+ 70339A900932933325DC89F3 /* PBXTargetDependency */,
);
- name = "IceOptional iOS";
- productName = IceOptional;
- productReference = FAFC1A01AF68671886B36417 /* IceOptional.bundle */;
+ name = "IceObjects iOS";
+ productName = IceObjects;
+ productReference = EC83293AF2DF257628115CBA /* IceObjects.bundle */;
productType = "com.apple.product-type.bundle";
};
- 6DA7FA935E2C4923E8665798 /* IceLocatorDiscovery C++11 iOS */ = {
+ 4BF5C686C4DC20B76CC2C7B9 /* IceSlicingExceptionsAMD macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = A2378310DDB943ECFCA52D6A /* Build configuration list for PBXNativeTarget "IceLocatorDiscovery C++11 iOS" */;
+ buildConfigurationList = 06E6B8F7D8441FA374AC4D19 /* Build configuration list for PBXNativeTarget "IceSlicingExceptionsAMD macOS" */;
buildPhases = (
- 71CA4A104B2B9A360EA54F81 /* Headers */,
- E4CC59A099919577E943A634 /* Sources */,
- 94590FAA5DA862199895FFF2 /* Frameworks */,
+ 6D3F225EFEB5E75AC496885F /* Sources */,
+ 31E9D61E3D986F4FCD0B3355 /* Frameworks */,
+ D7D2A811936A6DFC5D864F0D /* Resources */,
);
buildRules = (
- 1D98221DBA52261CC1115CE8 /* PBXBuildRule */,
+ 916847FDE0B434733D01869B /* PBXBuildRule */,
);
dependencies = (
- F05B6E49931F296B23D3CA81 /* PBXTargetDependency */,
);
- name = "IceLocatorDiscovery C++11 iOS";
- productName = "IceLocatorDiscovery C++11 iOS";
- productReference = 5F24EB1B394C86FB21B317E2 /* libIceLocatorDiscovery C++11 iOS.a */;
- productType = "com.apple.product-type.library.static";
+ name = "IceSlicingExceptionsAMD macOS";
+ productName = IceSlicingExceptionsAMD;
+ productReference = B22ED8D7BA3E338170087503 /* IceSlicingExceptionsAMD.bundle */;
+ productType = "com.apple.product-type.bundle";
};
- 70D93142FED3FCB22C5EF82B /* TestCommon iOS */ = {
+ 4E2364CE36E28A473DDBA432 /* IceSSLConfiguration iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = DF7A04DC2059F635B68BAB89 /* Build configuration list for PBXNativeTarget "TestCommon iOS" */;
+ buildConfigurationList = A87B065CD39B02A024341844 /* Build configuration list for PBXNativeTarget "IceSSLConfiguration iOS" */;
buildPhases = (
- 4F59B916CF6FC1C48E2B639C /* Headers */,
- F2A11D9670050702BDE6689A /* Sources */,
- 947A23A3C24F6798F188E277 /* Frameworks */,
- 09F33310316CC2A08E2AAD9F /* Resources */,
+ C84369D0F15D53A48D824496 /* Sources */,
+ 0E936AC622C08852ADEA93E8 /* Frameworks */,
+ 6D628D094A786D27C237C4B8 /* Resources */,
);
buildRules = (
- 3585B00660B8C212DFEB4D9F /* PBXBuildRule */,
+ 8EB23874E037D2AB149716C0 /* PBXBuildRule */,
);
dependencies = (
+ 9028BDEB1CA9902B7D6E36D3 /* PBXTargetDependency */,
+ EED50FB2988D86807ED7E52A /* PBXTargetDependency */,
);
- name = "TestCommon iOS";
- productName = TestCommon;
- productReference = 41739410DFE3BFD4B4434F9C /* TestCommon.framework */;
- productType = "com.apple.product-type.framework";
+ name = "IceSSLConfiguration iOS";
+ productName = IceSSLConfiguration;
+ productReference = 48D60EF0593983669F3376E6 /* IceSSLConfiguration.bundle */;
+ productType = "com.apple.product-type.bundle";
};
- 71DB578FC197FEF8D90817DE /* IceOperations macOS */ = {
+ 4E2F37BCE693F305C58550E6 /* IceRetry iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = BFE08D304CFA17718A90F7A6 /* Build configuration list for PBXNativeTarget "IceOperations macOS" */;
+ buildConfigurationList = 5C7698D2DAC87A87FADDC408 /* Build configuration list for PBXNativeTarget "IceRetry iOS" */;
buildPhases = (
- 7D0B9E1DD5A542B7E1CE4C32 /* Sources */,
- 203B815999895719CC4763D9 /* Frameworks */,
- 96FAAB25760264E9CBC978F0 /* Resources */,
+ 6979F4B53D1F84CF427D00BE /* Sources */,
+ 4AE617CBFDEBF6FEBFF56CF9 /* Frameworks */,
+ CF151E4ACCD6E84A41A394B9 /* Resources */,
);
buildRules = (
- 8622A424F7123C606F4576A3 /* PBXBuildRule */,
+ 1E333CF92BA644D9131DADC4 /* PBXBuildRule */,
);
dependencies = (
- CCAE469FEC48CFF261E2C1BE /* PBXTargetDependency */,
- AC0D3CC30E599BA638E05096 /* PBXTargetDependency */,
+ 572C952F8BCB7F5C432A9DFE /* PBXTargetDependency */,
+ 4A31F1709B2FD4C5D3B1EB6F /* PBXTargetDependency */,
);
- name = "IceOperations macOS";
- productName = IceOperations;
- productReference = 48B7F4A323083E11B53E556E /* IceOperations.bundle */;
+ name = "IceRetry iOS";
+ productName = IceRetry;
+ productReference = 674889549CE2A21DE2EEC946 /* IceRetry.bundle */;
productType = "com.apple.product-type.bundle";
};
- 7462995A35FB7AB3B02125AA /* Ice C++11 macOS */ = {
+ 52ED084C4C18596FE8DCF2A3 /* IceSSL C++11 macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 46A8EF32B3F30BB10AE69C24 /* Build configuration list for PBXNativeTarget "Ice C++11 macOS" */;
+ buildConfigurationList = BA74A332538B3A5AAE987FF9 /* Build configuration list for PBXNativeTarget "IceSSL C++11 macOS" */;
buildPhases = (
- ABFF1DF7BC7AD1FA3F7B50D6 /* Headers */,
- D1D5C7688CFDE44EA5F40054 /* Sources */,
- 71C2A38B81E3545412942283 /* Frameworks */,
+ 3AC87B857016AD7E47CE775E /* Headers */,
+ 7C02E0237C5935BD3A197D3A /* Sources */,
+ C9B32D6C7B35071782AEE765 /* Frameworks */,
);
buildRules = (
- 6DABDAAFD1E97494FFA6637E /* PBXBuildRule */,
+ F13D307A5D073F0378B71EDA /* PBXBuildRule */,
);
dependencies = (
+ 2635E64626A89E3E4E41CC80 /* PBXTargetDependency */,
);
- name = "Ice C++11 macOS";
- productName = "Ice C++11 macOS";
- productReference = 7AF37515FE21E9EA08B14660 /* libIce C++11 macOS.a */;
+ name = "IceSSL C++11 macOS";
+ productName = "IceSSL C++11 macOS";
+ productReference = F741C76B6A92F488B56F04C3 /* libIceSSL C++11 macOS.a */;
productType = "com.apple.product-type.library.static";
};
- 7A1F39814D80540AE986F204 /* IceScope macOS */ = {
+ 554961DEAD95DC62BA2C45F2 /* IceInfo macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = C116F07D5CEEEF2A6848F625 /* Build configuration list for PBXNativeTarget "IceScope macOS" */;
+ buildConfigurationList = C43A4E005F4F0EBC44A3B8DD /* Build configuration list for PBXNativeTarget "IceInfo macOS" */;
buildPhases = (
- 1EE1888647BD36A29CAA2A81 /* Sources */,
- 17949CBD8638BB2764B7BD88 /* Frameworks */,
- 62ED7FFAA8BAA6CB76165CC0 /* Resources */,
+ 3C7D2DE4ECECC4D52A04CB2C /* Sources */,
+ CA1799BD895CF353F61D136F /* Frameworks */,
+ C281931C1BCEE95AA94123EC /* Resources */,
);
buildRules = (
- 56412726A4BD5367299341A5 /* PBXBuildRule */,
+ 24637ED8C92B404DF4991F1E /* PBXBuildRule */,
);
dependencies = (
- 9DC3EA791D95D46068E72946 /* PBXTargetDependency */,
- 0E07ADB9EA4D971BD05E6AF5 /* PBXTargetDependency */,
+ F9AB63FC92C910652F81F5A4 /* PBXTargetDependency */,
+ 13A20D382DB9E5E4B925A144 /* PBXTargetDependency */,
);
- name = "IceScope macOS";
- productName = IceScope;
- productReference = 820BB6EC3983667CF90793DC /* IceScope.bundle */;
+ name = "IceInfo macOS";
+ productName = IceInfo;
+ productReference = BED161AF51B734E2A2570CFF /* IceInfo.bundle */;
productType = "com.apple.product-type.bundle";
};
- 7C7FE366892DD63340AE12DC /* SliceEscape macOS */ = {
+ 5A9970AC3B850DB8537C89C3 /* IceProxy macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 7B4C84C13CFAB5E7EEED226B /* Build configuration list for PBXNativeTarget "SliceEscape macOS" */;
+ buildConfigurationList = 4CCE7BA850561E1ABAD9B041 /* Build configuration list for PBXNativeTarget "IceProxy macOS" */;
buildPhases = (
- 53F4C40ED0A1AD9253F142D5 /* Sources */,
- 85BA9BF31EBDBB4BE03021C1 /* Frameworks */,
- 3CA37A8CE39287CC4F4BB4B0 /* Resources */,
+ 50AFCF32C10042894A548E1D /* Sources */,
+ 9300B0C81D829FA8184681A4 /* Frameworks */,
+ 6D8BCF6D6779F1DD4977F56C /* Resources */,
);
buildRules = (
- 10E5296ECAE4A695778EED0F /* PBXBuildRule */,
+ 2B607DA80629CEADEBB66ABB /* PBXBuildRule */,
);
dependencies = (
- A16C43CCF693417876E025FB /* PBXTargetDependency */,
- 0B42D462C0D7D87B600B95CB /* PBXTargetDependency */,
+ 0F9CAD02D7A643D261233EEF /* PBXTargetDependency */,
+ 3441C2E56E162813129318DC /* PBXTargetDependency */,
);
- name = "SliceEscape macOS";
- productName = SliceEscape;
- productReference = 41CA5F8E7D89D580E8C2FF57 /* SliceEscape.bundle */;
+ name = "IceProxy macOS";
+ productName = IceProxy;
+ productReference = 1DA812E9E44897C7AC2AE94F /* IceProxy.bundle */;
productType = "com.apple.product-type.bundle";
};
- 802088D158FA29082F5856CF /* IceOptionalAMD macOS */ = {
+ 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = C8368AFFD5FFC8AC354B0E2D /* Build configuration list for PBXNativeTarget "IceOptionalAMD macOS" */;
+ buildConfigurationList = C4CF2C826AE2866790463A1A /* Build configuration list for PBXNativeTarget "TestCommon iOS" */;
buildPhases = (
- 0C0C50EE33D0578E308F65B8 /* Sources */,
- 7526A2A4A4863269265F7DC0 /* Frameworks */,
- A79794E7A358CE5AAEDF8F0B /* Resources */,
+ F3E18FC8C0B735B529536FD5 /* Headers */,
+ 4BD29B0671BD4B5355AE7AF7 /* Sources */,
+ ED0A0FCD957ED6349BE791D9 /* Frameworks */,
+ 04150309EBAC78F0120701DC /* Resources */,
);
buildRules = (
- 6FA4A5BA31AD60924D851ADA /* PBXBuildRule */,
+ 68283A3A999E9EEDDBD10C82 /* PBXBuildRule */,
);
dependencies = (
);
- name = "IceOptionalAMD macOS";
- productName = IceOptionalAMD;
- productReference = DEDDC9803D1D9CC2446EC21C /* IceOptionalAMD.bundle */;
- productType = "com.apple.product-type.bundle";
+ name = "TestCommon iOS";
+ productName = TestCommon;
+ productReference = D0BAE5CBB3426118A721D921 /* TestCommon.framework */;
+ productType = "com.apple.product-type.framework";
};
- 810DD60915D5510EF4D321CA /* IceOperationsAMD macOS */ = {
+ 5CE5A06DD18329FBF0ED872E /* Glacier2 iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = F6F18AA397B249E07C3874EB /* Build configuration list for PBXNativeTarget "IceOperationsAMD macOS" */;
+ buildConfigurationList = 06B8B254F48F2FC89ED61697 /* Build configuration list for PBXNativeTarget "Glacier2 iOS" */;
buildPhases = (
- 23DE7C1B6DC15AF1C114F5F7 /* Sources */,
- A9AE9BE224819B3120E367C5 /* Frameworks */,
- 3336BF32E0A641BD79229A51 /* Resources */,
+ 14D9D103BCB6DDB10885709E /* Headers */,
+ E69FAEFDA0F5315B93476D41 /* Sources */,
+ 8916331EE5B4D20ACCCE1822 /* Frameworks */,
+ 86AD6171605CDA7C97803303 /* Resources */,
);
buildRules = (
- EF803CEC21BD495F71D37A70 /* PBXBuildRule */,
+ F643EE068ED4A90C18290238 /* PBXBuildRule */,
);
dependencies = (
+ 222F15D90F6B487ED8D0D497 /* PBXTargetDependency */,
);
- name = "IceOperationsAMD macOS";
- productName = IceOperationsAMD;
- productReference = 4BC1B2866017680A6F4380AA /* IceOperationsAMD.bundle */;
- productType = "com.apple.product-type.bundle";
+ name = "Glacier2 iOS";
+ productName = Glacier2;
+ productReference = E8F6D49C60D45442FEAA4E3C /* Glacier2.framework */;
+ productType = "com.apple.product-type.framework";
};
- 81A460C2732665FB8233BD11 /* IceExceptionsAMD iOS */ = {
+ 5D385DD7F61992EA89B9209C /* IceProxyAMD iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = F12E67A46B881BCEFDD9A530 /* Build configuration list for PBXNativeTarget "IceExceptionsAMD iOS" */;
+ buildConfigurationList = 36BE978CFA378A823ACDE55F /* Build configuration list for PBXNativeTarget "IceProxyAMD iOS" */;
buildPhases = (
- 7457BCA8F8A77E6BED6BC59B /* Sources */,
- D656319DF4D7CA56DE214990 /* Frameworks */,
- EB80E010FC507AD9CF764FA6 /* Resources */,
+ 40F44EB7BBEC71CD59C48F2F /* Sources */,
+ 12887C36B312496841011CF8 /* Frameworks */,
+ ED6DC097AC658FA8F4759CC7 /* Resources */,
);
buildRules = (
- 3E1FC59C16E05B7AAC9D34AC /* PBXBuildRule */,
+ 33469E7473EB1387CD5FFCCF /* PBXBuildRule */,
);
dependencies = (
);
- name = "IceExceptionsAMD iOS";
- productName = IceExceptionsAMD;
- productReference = CF8CE1998824835FCC3C73C9 /* IceExceptionsAMD.bundle */;
+ name = "IceProxyAMD iOS";
+ productName = IceProxyAMD;
+ productReference = 588E0F53F71112AEF05AF509 /* IceProxyAMD.bundle */;
productType = "com.apple.product-type.bundle";
};
- 89545EBC8BA93FFDC292B910 /* IceAdmin macOS */ = {
+ 5F25B28266F98C0E681F3872 /* TestDriver iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = B82CBD65E49106AB8BEC6EE7 /* Build configuration list for PBXNativeTarget "IceAdmin macOS" */;
+ buildConfigurationList = 623680FDF008A3A9DA0001AE /* Build configuration list for PBXNativeTarget "TestDriver iOS" */;
buildPhases = (
- 686C9FFDFD9CFD57328F2C64 /* Sources */,
- 58A1F64214424D8EC0AC2F9D /* Frameworks */,
- E0BE43748F833F38B1C2AB93 /* Resources */,
+ 0D7B2F775EFE1A1F9A3A7EEC /* Sources */,
+ 89C7A7E20D44A7AA3DDFF252 /* Frameworks */,
+ 1F75BBC78EA6E59C1A4190D8 /* Resources */,
+ C35638E8B3358C4E827731B2 /* Copy Frameworks */,
+ 39F0BEE8656F955032973C70 /* Copy Symbols */,
);
buildRules = (
- 7C8FC850A978B1C70410CE99 /* PBXBuildRule */,
+ 61CF5E4A1AE75F64BE06AB77 /* PBXBuildRule */,
);
dependencies = (
- B2705E68BE8DD076DAF3A994 /* PBXTargetDependency */,
- 92BB5A26B47ACAEFA3896F93 /* PBXTargetDependency */,
+ 1A1687991B208EEB426F7CAF /* PBXTargetDependency */,
+ 1DE6128C08C66D84A9092EA8 /* PBXTargetDependency */,
+ 6FC69182B8762E468487B902 /* PBXTargetDependency */,
+ F1751C6858F099BB23591EEF /* PBXTargetDependency */,
+ 234BB9BF0DCA3CCDB42DEA15 /* PBXTargetDependency */,
+ 9D5817DD71DD5418CD53E018 /* PBXTargetDependency */,
+ 16A3C3D3051EA9BB29AA9098 /* PBXTargetDependency */,
+ 0D9BBBBA8F878ED37FD4B5E2 /* PBXTargetDependency */,
+ 5F9AC31192C46CD019246E3F /* PBXTargetDependency */,
+ F3381490DE04BA1E285482CD /* PBXTargetDependency */,
+ 750F1FF6EC919DD269395F78 /* PBXTargetDependency */,
+ 531888E3C5B50AB9FC509666 /* PBXTargetDependency */,
+ 07DDDB8AF85670ED0665BAA9 /* PBXTargetDependency */,
+ 0FAFB218E1417D328831BF3A /* PBXTargetDependency */,
+ D9C84C69D4C55A757C2AE6B7 /* PBXTargetDependency */,
+ E9588EA779651D4604F1F67F /* PBXTargetDependency */,
+ 9254CA001943C2F0C59CDE01 /* PBXTargetDependency */,
+ F7455DD342F2EEA5DEB2835F /* PBXTargetDependency */,
+ D13D6FCE73AE36DDBFEAD348 /* PBXTargetDependency */,
+ 56E1D4099B174D047DB7A382 /* PBXTargetDependency */,
+ 3A6AEB3B929AC3DF616C99D3 /* PBXTargetDependency */,
+ 9D5B795EF6E877569BE458A3 /* PBXTargetDependency */,
+ 1B77A86207A7F0BA9E2D5AC4 /* PBXTargetDependency */,
+ DE3CB753C98286E840BE626A /* PBXTargetDependency */,
+ 02E26A47368169FDC5152F6B /* PBXTargetDependency */,
+ 865E7ADE5F2319C032A44BE4 /* PBXTargetDependency */,
+ 4ABA24E2C513E813DEE65EFC /* PBXTargetDependency */,
+ E2ED27CD3EC2C9FA4899549A /* PBXTargetDependency */,
+ 47E0C8F080D132FC423F64A1 /* PBXTargetDependency */,
+ 174EEC968D418445C6D4C5CA /* PBXTargetDependency */,
+ 2FDA73C3D16276C6086439ED /* PBXTargetDependency */,
+ 6D11381E934D470907815C10 /* PBXTargetDependency */,
+ A4EE4E4F47530CBDBC2201AA /* PBXTargetDependency */,
+ 304B5A071B399E50DD2AC4E8 /* PBXTargetDependency */,
+ E0687DAB7BED4A915D8058B9 /* PBXTargetDependency */,
+ 2C8EB8B9D3863CADA2860A62 /* PBXTargetDependency */,
+ E3047AA591843362A5E28358 /* PBXTargetDependency */,
+ EB10B54C8D9C4F611F6AC965 /* PBXTargetDependency */,
+ 23C3F2B4CCD46F5B3C1FDF61 /* PBXTargetDependency */,
+ E59F754E1AAA19CAFCB95A5E /* PBXTargetDependency */,
+ 6E6038154586F4C26F8361B5 /* PBXTargetDependency */,
+ 58FBF2DF8D9CBC8AC6087258 /* PBXTargetDependency */,
+ 368C84DED96F83FB3180AC54 /* PBXTargetDependency */,
+ 9E2D02CFB4D64D44166C0CBC /* PBXTargetDependency */,
);
- name = "IceAdmin macOS";
- productName = IceAdmin;
- productReference = 96D15FE9F782070540560091 /* IceAdmin.bundle */;
- productType = "com.apple.product-type.bundle";
+ name = "TestDriver iOS";
+ productName = TestDriver;
+ productReference = 3F83083ABE41273D2FE63C80 /* TestDriver.app */;
+ productType = "com.apple.product-type.application";
};
- 8AE3CB9FE7E646EFEF0A78C6 /* IceOptional macOS */ = {
+ 69C6E605554B226AA899EEEA /* IceImpl iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = DF6F6EDB53B639000ABCBA3C /* Build configuration list for PBXNativeTarget "IceOptional macOS" */;
+ buildConfigurationList = 750D376B9AC1FF09356CB0B4 /* Build configuration list for PBXNativeTarget "IceImpl iOS" */;
buildPhases = (
- EBBFFCFAA1AD31CC25B6F9BD /* Sources */,
- 1C1DABBD737E5C876C8A2662 /* Frameworks */,
- D2530BA43973028D2D247595 /* Resources */,
+ A1640390CEC1DD85DB5B5886 /* Headers */,
+ 1CCF621B933262C01AD0E354 /* Sources */,
+ 2EFC8CC8839C4A322DD58040 /* Frameworks */,
+ 71737E4A022FE469ABD84E7A /* Resources */,
);
buildRules = (
- D87CCA070D8820D2DD8A1BB9 /* PBXBuildRule */,
);
dependencies = (
- 026D26532D40A09272D6AF80 /* PBXTargetDependency */,
- 1798B27F0B1E70A78A6947C8 /* PBXTargetDependency */,
+ 8A395519AB7559404144B9D0 /* PBXTargetDependency */,
+ 1ABA4EAABEB28450E7F47F41 /* PBXTargetDependency */,
+ 4C3380E3EECAA57B90A4F4CD /* PBXTargetDependency */,
+ C26F9FFA86E2680954019B5A /* PBXTargetDependency */,
+ 715567B0ED9617FC392F9B78 /* PBXTargetDependency */,
);
- name = "IceOptional macOS";
- productName = IceOptional;
- productReference = EBD44B0CF7865E9B06BE37D6 /* IceOptional.bundle */;
- productType = "com.apple.product-type.bundle";
+ name = "IceImpl iOS";
+ productName = IceImpl;
+ productReference = 3E21F5B24C0A01DEE9BC8024 /* IceImpl.framework */;
+ productType = "com.apple.product-type.framework";
};
- 8B4E85A46304ECE84C8E2C8E /* IceInvoke macOS */ = {
+ 6AD38677109BBA48C1497385 /* IceBinding iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 55289CFB55A6547E50C4F420 /* Build configuration list for PBXNativeTarget "IceInvoke macOS" */;
+ buildConfigurationList = 29D2037E3E4905DB2B593718 /* Build configuration list for PBXNativeTarget "IceBinding iOS" */;
buildPhases = (
- 1893B7E4B2FC071E4D769058 /* Sources */,
- EA8F8CE899691EC856A18E87 /* Frameworks */,
- 196F087AAF4F5ED348ED7B58 /* Resources */,
+ 8A8958C65271FE410BD9B0D0 /* Sources */,
+ 0471E6F82D0E0CD8AB4CD4BD /* Frameworks */,
+ 368F0C2A8C95FB6134991E89 /* Resources */,
);
buildRules = (
- 68D130FD68D34E4AFB7781DD /* PBXBuildRule */,
+ 7A0EE14D0A99816F40839014 /* PBXBuildRule */,
);
dependencies = (
- 7357C3EF979322985DD13C46 /* PBXTargetDependency */,
- 326DF622D08673D296473920 /* PBXTargetDependency */,
+ 80467011A38F91DA03901E28 /* PBXTargetDependency */,
+ 70B6D8D93E760B95E05C26D7 /* PBXTargetDependency */,
);
- name = "IceInvoke macOS";
- productName = IceInvoke;
- productReference = 54A112A8CB76C7BE4BE8B4B4 /* IceInvoke.bundle */;
+ name = "IceBinding iOS";
+ productName = IceBinding;
+ productReference = 93837398EDFB097B364057AE /* IceBinding.bundle */;
productType = "com.apple.product-type.bundle";
};
- 8D31E57052B3224C8473E892 /* TestDriver iOS */ = {
+ 6EA6F62E8A9D3116F687D3A9 /* IceDefaultValue iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = D40D009171D56F0E170B9197 /* Build configuration list for PBXNativeTarget "TestDriver iOS" */;
+ buildConfigurationList = EFEB6BEC42B14598747A90C5 /* Build configuration list for PBXNativeTarget "IceDefaultValue iOS" */;
buildPhases = (
- C4ABEC06A5BBBC1430C9689D /* Sources */,
- 4F0E9601035DCB18169F5F10 /* Frameworks */,
- 117BBC4CE1EEC4284EB11781 /* Resources */,
- D40D9127560C005E659EE51E /* Copy Frameworks */,
- E5B0BB39D7A6BED017B2925F /* Copy Symbols */,
+ 03E79140458606A75AFB77E4 /* Sources */,
+ 706873874EC73D36312857DC /* Frameworks */,
+ 1116CB0467E506BD165B85CB /* Resources */,
);
buildRules = (
- CE69D1270B7C4512AA1E4B3C /* PBXBuildRule */,
+ DD542A774D83DA8ED8D0B767 /* PBXBuildRule */,
);
dependencies = (
- CA497331CE0B42F5E96A9D50 /* PBXTargetDependency */,
- 761A6027037FC6587C36FF82 /* PBXTargetDependency */,
- 9BD1677F08F727C608B1F23E /* PBXTargetDependency */,
- CB5294847ABB30C6FE17369D /* PBXTargetDependency */,
- B93A37F83CD9906E8211B230 /* PBXTargetDependency */,
- 2E53C7E018399F17670B6362 /* PBXTargetDependency */,
- E9C2629AA0EC87AC7944AEC7 /* PBXTargetDependency */,
- D0122C091F60B13B7FA16AEB /* PBXTargetDependency */,
- 1D0B16BB667A898EF9827606 /* PBXTargetDependency */,
- D57CA2334CC8903920A11AF2 /* PBXTargetDependency */,
- CF5875AACFACBEF1AEF1F06D /* PBXTargetDependency */,
- ACFA7BBAF810AA971CF678A7 /* PBXTargetDependency */,
- BE9DDFC6B68CD05365585BAC /* PBXTargetDependency */,
- 3F4BBD969A322CFEC41D5CA7 /* PBXTargetDependency */,
- CC36D0ECFA13282BF50C19F0 /* PBXTargetDependency */,
- D72B4F5663F931D9A67F853E /* PBXTargetDependency */,
- D63FCAF354AD6698980C3A35 /* PBXTargetDependency */,
- A1FF4BD6206513334D121439 /* PBXTargetDependency */,
- 9BEE4C893A1B11E527130A4E /* PBXTargetDependency */,
- 8338C24C0EE3A82711092493 /* PBXTargetDependency */,
- 684ECED609B27FBE32FA9574 /* PBXTargetDependency */,
- DD7B76B9C6AD67592DCE1432 /* PBXTargetDependency */,
- 1D10C19A9F9371320E4C22B6 /* PBXTargetDependency */,
- 34F8C037004AAD0AE4BB45CB /* PBXTargetDependency */,
- 0DE6C96F24AC1189822C004A /* PBXTargetDependency */,
- 747C45ACB459ADED0BCA118F /* PBXTargetDependency */,
- 3AE40E4B455E6671DCD0C5BE /* PBXTargetDependency */,
- 964A05BFB8ADA96A9D9D2C90 /* PBXTargetDependency */,
- E50A0DCDFF8B5DCDF151AD2D /* PBXTargetDependency */,
- 12F2E748E467DCFE0D61CE19 /* PBXTargetDependency */,
- 55A82FEFB910E6D54D38D9EE /* PBXTargetDependency */,
- 0F7987FB9C3C87F70EB7256D /* PBXTargetDependency */,
- 61BB7E0D152C47C3A66467D8 /* PBXTargetDependency */,
- AE26733B3541FA69E332CE9E /* PBXTargetDependency */,
- AAEB460E8C33957BA1244F0B /* PBXTargetDependency */,
- A4446F0234DC12172E830AB4 /* PBXTargetDependency */,
- 3D9E00028F742FB526C23356 /* PBXTargetDependency */,
- 530A1D2DE43D5D1B99980190 /* PBXTargetDependency */,
- D467523291739D7A4D3FD682 /* PBXTargetDependency */,
- A77D090CEFC3BDFC471ECF62 /* PBXTargetDependency */,
- 88E3113CCE6247F757C21D77 /* PBXTargetDependency */,
- 74BF288ADE905122B1A54EC9 /* PBXTargetDependency */,
- FD5C8A35A8E865601A0DCDFB /* PBXTargetDependency */,
- AC75C9FC8643100D162E0ACD /* PBXTargetDependency */,
+ 3F914F3276166A015A8DB36F /* PBXTargetDependency */,
+ 12AE5112E5355E908821BFD9 /* PBXTargetDependency */,
);
- name = "TestDriver iOS";
- productName = TestDriver;
- productReference = E4E4EA9BEC65D85AC131DE50 /* TestDriver.app */;
- productType = "com.apple.product-type.application";
+ name = "IceDefaultValue iOS";
+ productName = IceDefaultValue;
+ productReference = A31C7CD8A4A0348A4D917699 /* IceDefaultValue.bundle */;
+ productType = "com.apple.product-type.bundle";
};
- 8F1450E0148056E5D3EDAA96 /* IceUdp macOS */ = {
+ 70AFA63B0760804AE4E57268 /* IceTimeout macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 06CA88BD2AAD24CA70E813CE /* Build configuration list for PBXNativeTarget "IceUdp macOS" */;
+ buildConfigurationList = AAA715BD3F2CD68CAC6D28FC /* Build configuration list for PBXNativeTarget "IceTimeout macOS" */;
buildPhases = (
- F38AD71F54AB4E55B58B3ED7 /* Sources */,
- C148CAE917EBB95AAE58AA93 /* Frameworks */,
- 633341CC0A128A9E7EF5D16D /* Resources */,
+ 188EED6677387BF5876B197A /* Sources */,
+ 67ECE6FAC1432422B1012298 /* Frameworks */,
+ 318CDA642694224A6AA4248B /* Resources */,
);
buildRules = (
- 38498CDC7E28CAF91A8FA695 /* PBXBuildRule */,
+ 704166F6FED1C589DD4EB38A /* PBXBuildRule */,
);
dependencies = (
- 04AE768928CF1859E23A5C55 /* PBXTargetDependency */,
- D6534563509A04028855F7BA /* PBXTargetDependency */,
+ BCC4B420FAE9CEFF3FF50533 /* PBXTargetDependency */,
+ 7A419ACD61D1C2129CD6FEFA /* PBXTargetDependency */,
);
- name = "IceUdp macOS";
- productName = IceUdp;
- productReference = 86FF6922946A161E68D3BB8B /* IceUdp.bundle */;
+ name = "IceTimeout macOS";
+ productName = IceTimeout;
+ productReference = E204D6FA4661EA24F0C6D6DE /* IceTimeout.bundle */;
productType = "com.apple.product-type.bundle";
};
- 90D65E12D7AEA4D00C860370 /* IceServantLocatorAMD iOS */ = {
+ 717B0F3CD15624432699B792 /* IceSSL C++11 iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 5AC9DEC088DBB1F02EF66398 /* Build configuration list for PBXNativeTarget "IceServantLocatorAMD iOS" */;
+ buildConfigurationList = A771D290A9EE0B1C3A3AC282 /* Build configuration list for PBXNativeTarget "IceSSL C++11 iOS" */;
buildPhases = (
- 2CDCECFD05BE79DE0611FC66 /* Sources */,
- 398819CF299EC68C1C2B6236 /* Frameworks */,
- 5A841D0D1BD4C1DD599C15B4 /* Resources */,
+ 88BFF85ED202FE036F326B93 /* Headers */,
+ 6B16A9DEBF67CC6FC8D32B6F /* Sources */,
+ 607BE45B9B675A4A988C2F80 /* Frameworks */,
);
buildRules = (
- ACC03993706F43503FDC82FE /* PBXBuildRule */,
+ 5BF411C756B20BC163AAF7FF /* PBXBuildRule */,
);
dependencies = (
+ E47774F9704A1A3F8CB32297 /* PBXTargetDependency */,
);
- name = "IceServantLocatorAMD iOS";
- productName = IceServantLocatorAMD;
- productReference = 5607615052B6629CEA794360 /* IceServantLocatorAMD.bundle */;
- productType = "com.apple.product-type.bundle";
+ name = "IceSSL C++11 iOS";
+ productName = "IceSSL C++11 iOS";
+ productReference = 757D2E7F54156B8C71158DF8 /* libIceSSL C++11 iOS.a */;
+ productType = "com.apple.product-type.library.static";
};
- 92BC91EF5B6938BF0B4A20D2 /* IceHold iOS */ = {
+ 7505A400330C72CD93BEDE81 /* IceRetry macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = D2493A2EB9C9E374A5E27062 /* Build configuration list for PBXNativeTarget "IceHold iOS" */;
+ buildConfigurationList = D397AC052A81A357C7B410A6 /* Build configuration list for PBXNativeTarget "IceRetry macOS" */;
buildPhases = (
- DE025F3485562F97F151E408 /* Sources */,
- 896B48F51F27299E4A7108C4 /* Frameworks */,
- 1EE7AD3470D0875565438FD8 /* Resources */,
+ 333FC8B263F113DF3137435B /* Sources */,
+ DED6146BFF45190D7D1475CF /* Frameworks */,
+ FE542E66C812D39BACC892CA /* Resources */,
);
buildRules = (
- 38BAD406355E549ACA2D48EB /* PBXBuildRule */,
+ 4F0BFD66F26AA6A9E4C4971C /* PBXBuildRule */,
);
dependencies = (
- 0DD5D950BAB2D57FFAE5334C /* PBXTargetDependency */,
- BE824DDE5482F06B2F7B37BF /* PBXTargetDependency */,
+ F826BFBF04F15F8DC7DEB101 /* PBXTargetDependency */,
+ AE560D30F6962D33CFB0E631 /* PBXTargetDependency */,
);
- name = "IceHold iOS";
- productName = IceHold;
- productReference = 145300E7169C072C84186A6B /* IceHold.bundle */;
+ name = "IceRetry macOS";
+ productName = IceRetry;
+ productReference = 990D102E800ACED5F30623BD /* IceRetry.bundle */;
productType = "com.apple.product-type.bundle";
};
- 937215058776C58C1F53EFCF /* IceAcm macOS */ = {
+ 7828D19BC1CFE479906D337F /* IceDefaultServant macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 610D218300DE2F152FAAC673 /* Build configuration list for PBXNativeTarget "IceAcm macOS" */;
+ buildConfigurationList = 671525389B37D1BF12E46753 /* Build configuration list for PBXNativeTarget "IceDefaultServant macOS" */;
buildPhases = (
- 9ADD840B15BCE03DBC323A27 /* Sources */,
- E2CC7B75D36AD408BDB8FDFD /* Frameworks */,
- C1FBF94C39470BBF449583D0 /* Resources */,
+ 26039344A953380BF558611C /* Sources */,
+ C8F67C87C22D912626CCA85F /* Frameworks */,
+ E38396F5282A0DBC1E1450A3 /* Resources */,
);
buildRules = (
- D5B421F5DE83691AEDD16520 /* PBXBuildRule */,
+ 4B3698BBC163592678DE3025 /* PBXBuildRule */,
);
dependencies = (
- 65744DAEB67D8BEFA9D67C29 /* PBXTargetDependency */,
- 277EAA98D189187B50D06D29 /* PBXTargetDependency */,
+ FF5AAD7B134BA5D41C76FDB1 /* PBXTargetDependency */,
+ 0E4FE37368170B07410B5D7D /* PBXTargetDependency */,
);
- name = "IceAcm macOS";
- productName = IceAcm;
- productReference = 7A8172B4C06D2EA521183104 /* IceAcm.bundle */;
+ name = "IceDefaultServant macOS";
+ productName = IceDefaultServant;
+ productReference = 8180EBECE7A97499D198A8E0 /* IceDefaultServant.bundle */;
productType = "com.apple.product-type.bundle";
};
- 95F032B90403D1178DAD5340 /* SliceEscape iOS */ = {
+ 7B34C3BB6444CCE6113E5319 /* IceDefaultServant iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 768FFA5DC86FD7422B494B98 /* Build configuration list for PBXNativeTarget "SliceEscape iOS" */;
+ buildConfigurationList = 7EC7407F79FC1A000A0F8653 /* Build configuration list for PBXNativeTarget "IceDefaultServant iOS" */;
buildPhases = (
- 9CFD6AA73B16D007E5CCCE16 /* Sources */,
- 027B51EEC37FE7BD06081196 /* Frameworks */,
- D6A1C708E58AE3BA5CCB680C /* Resources */,
+ 7DA5DD41C77EA747689B7252 /* Sources */,
+ 4EC081A7DE7059595378E875 /* Frameworks */,
+ DE68F88BE3D9A4D4BCEC1FDB /* Resources */,
);
buildRules = (
- C65027CC9DA2DB6CE267E662 /* PBXBuildRule */,
+ A5421B5BFCA26A320BF0B34C /* PBXBuildRule */,
);
dependencies = (
- 411104E562FB727793D00BE9 /* PBXTargetDependency */,
- 6F3E611BC442E56C31900040 /* PBXTargetDependency */,
+ B936C26C8FB84B31FEF67863 /* PBXTargetDependency */,
+ 3D8B9B4A2F153F2A710DEFFD /* PBXTargetDependency */,
);
- name = "SliceEscape iOS";
- productName = SliceEscape;
- productReference = 9707E1C1843B10DC72F8FFEA /* SliceEscape.bundle */;
+ name = "IceDefaultServant iOS";
+ productName = IceDefaultServant;
+ productReference = 561F79ABBF523FFDB1CCBD18 /* IceDefaultServant.bundle */;
productType = "com.apple.product-type.bundle";
};
- 9D467331E6015B19C053328F /* IceObjects macOS */ = {
+ 7CED99421D8A0C328DC27815 /* IceServantLocator macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 79AAF6ECB339096BE560DAE2 /* Build configuration list for PBXNativeTarget "IceObjects macOS" */;
+ buildConfigurationList = FCCE18830CFBA21E73396392 /* Build configuration list for PBXNativeTarget "IceServantLocator macOS" */;
buildPhases = (
- FD7B5AF9E87577A7A79BA0CA /* Sources */,
- 377F879E91CE69D9825A0EEC /* Frameworks */,
- 5EEFE792940E4EE470AD883A /* Resources */,
+ BCA52DB94F431EB4F6DE20C7 /* Sources */,
+ 2F7DE14DE3AD81794FD1D044 /* Frameworks */,
+ 21C8F8B72ECDD46C02E893B7 /* Resources */,
);
buildRules = (
- F24EF5B7768C3CDD4C2C50EA /* PBXBuildRule */,
+ 1DBB652D04EAEBF6E66C0254 /* PBXBuildRule */,
);
dependencies = (
- BB3AFBA6B7EF3AB1855E15DD /* PBXTargetDependency */,
- 3B7E72DEB434804699595DAA /* PBXTargetDependency */,
+ E78D05CD2CD1A55FE65C0426 /* PBXTargetDependency */,
+ D12EF994B205A1629D605DAF /* PBXTargetDependency */,
);
- name = "IceObjects macOS";
- productName = IceObjects;
- productReference = F2092C923638685CCA99E7F0 /* IceObjects.bundle */;
+ name = "IceServantLocator macOS";
+ productName = IceServantLocator;
+ productReference = A68E67CF721A39E09342AD82 /* IceServantLocator.bundle */;
productType = "com.apple.product-type.bundle";
};
- 9E93DE527B912CB53FC680B4 /* IceAcm iOS */ = {
+ 81FA123AB088819E242361A4 /* IceDiscovery C++11 macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 678A2368D72F38223EFE424E /* Build configuration list for PBXNativeTarget "IceAcm iOS" */;
+ buildConfigurationList = D3595E08281CD784C201F669 /* Build configuration list for PBXNativeTarget "IceDiscovery C++11 macOS" */;
buildPhases = (
- 59E5702D223AC9A010DB207B /* Sources */,
- 95E4B260F7CA170A50DFA4F7 /* Frameworks */,
- DE7A275CF26520CE9DDA5FBD /* Resources */,
+ 56C227A57C3F7D5F2B856163 /* Headers */,
+ C038C7802F5CE981502A41AF /* Sources */,
+ 4C81BB4899431BC3A7CE8340 /* Frameworks */,
);
buildRules = (
- D9B5D316414FD5C9D72E846B /* PBXBuildRule */,
+ 50C7012AAB56D959F93EC675 /* PBXBuildRule */,
);
dependencies = (
- 0E3A09E21BA8ACCC128F223B /* PBXTargetDependency */,
- 7B19BFE447A598CFD027EE3A /* PBXTargetDependency */,
+ 96BF586D4708D44CF608D06B /* PBXTargetDependency */,
);
- name = "IceAcm iOS";
- productName = IceAcm;
- productReference = 5104E5BC70829DE44480FD2F /* IceAcm.bundle */;
- productType = "com.apple.product-type.bundle";
+ name = "IceDiscovery C++11 macOS";
+ productName = "IceDiscovery C++11 macOS";
+ productReference = 047C649DB49F66786326445E /* libIceDiscovery C++11 macOS.a */;
+ productType = "com.apple.product-type.library.static";
};
- A1031563F22EE58DF49CD8C5 /* IceSlicingExceptionsAMD macOS */ = {
+ 82AA6A3CE35702853C2B8443 /* IceEnums macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = D00FCDCADADD3D62C9DD33BA /* Build configuration list for PBXNativeTarget "IceSlicingExceptionsAMD macOS" */;
+ buildConfigurationList = 9894C6C3D5A3A3CAE26353A2 /* Build configuration list for PBXNativeTarget "IceEnums macOS" */;
buildPhases = (
- 81870622CCA909C4FA1547E6 /* Sources */,
- 5B2EFB126D785D09D9D812D1 /* Frameworks */,
- CDED0BEFEDF512963E76F923 /* Resources */,
+ 27B54F491798976DF79E18FB /* Sources */,
+ 105613D4C5C5980D2F7D2F14 /* Frameworks */,
+ 9714170D3D59C4B6D2BB162E /* Resources */,
);
buildRules = (
- EEAA459BA511BBEBBA652BA9 /* PBXBuildRule */,
+ F8CBB29DE4BE9DF8AF994A07 /* PBXBuildRule */,
);
dependencies = (
+ 7B6EC2208381BE556229C790 /* PBXTargetDependency */,
+ B6C6E6F4F2B491CD30DFB1E5 /* PBXTargetDependency */,
);
- name = "IceSlicingExceptionsAMD macOS";
- productName = IceSlicingExceptionsAMD;
- productReference = FD0117D66F8CB5592F7180E7 /* IceSlicingExceptionsAMD.bundle */;
+ name = "IceEnums macOS";
+ productName = IceEnums;
+ productReference = 59A9CBFE7C7DEAA738AECB06 /* IceEnums.bundle */;
productType = "com.apple.product-type.bundle";
};
- A3B4665C4E5F7274153A4017 /* IceStorm macOS */ = {
+ 861FEA4C51B0FB7B37973323 /* IceServices macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 82814532EC3876F14E24D640 /* Build configuration list for PBXNativeTarget "IceStorm macOS" */;
+ buildConfigurationList = C87BB3F4FA96DAD3D9251418 /* Build configuration list for PBXNativeTarget "IceServices macOS" */;
buildPhases = (
- 70BCF1F790A5663EF0A1AB66 /* Headers */,
- 73ADA3BD4418B6643CA3133C /* Sources */,
- 4804B25C8F7DCD884A295746 /* Frameworks */,
- 30A6A756ECA43F309A3FB3DE /* Resources */,
+ D41DBE463A7429B15B04F6CA /* Sources */,
+ 5790587A25CD2EE3CAD69DC5 /* Frameworks */,
+ 66020DD1C8579C9B2A8FD24E /* Resources */,
);
buildRules = (
- 757AB0C51EC2311A6E945F24 /* PBXBuildRule */,
+ 0B58229562A8BAD71132A193 /* PBXBuildRule */,
);
dependencies = (
- D166AAD086ED232FAEE91765 /* PBXTargetDependency */,
+ AA903C221B768A6EFB734A9D /* PBXTargetDependency */,
+ 8ADF27778FC6418EAEF427F5 /* PBXTargetDependency */,
+ 92F63E6DE2B6C2385B03D77E /* PBXTargetDependency */,
+ 06D1428A005BFCC472820C82 /* PBXTargetDependency */,
+ 47C1169B4FC4B4CD63C27BBA /* PBXTargetDependency */,
);
- name = "IceStorm macOS";
- productName = IceStorm;
- productReference = 1FEE322ED06E510B5604D0A3 /* IceStorm.framework */;
- productType = "com.apple.product-type.framework";
+ name = "IceServices macOS";
+ productName = IceServices;
+ productReference = 99F5BEB196B6DDB5C0D9B3B9 /* IceServices.bundle */;
+ productType = "com.apple.product-type.bundle";
};
- A4F68F11E8714AE73F472520 /* IceSlicingObjects iOS */ = {
+ 8649FBFB3EE6C392B9DDE181 /* IceServantLocatorAMD macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 2C2E52F818A4BDDC360A2433 /* Build configuration list for PBXNativeTarget "IceSlicingObjects iOS" */;
+ buildConfigurationList = 7F277A8F77FB764B68343E23 /* Build configuration list for PBXNativeTarget "IceServantLocatorAMD macOS" */;
buildPhases = (
- DF2F26AC5C5D3CA23A392314 /* Sources */,
- 9F6BCA50B4DDAACA5EA6EF01 /* Frameworks */,
- 7C63B30E8F965DE97A550400 /* Resources */,
+ B639CBCC36DDBD7DD13BEB40 /* Sources */,
+ FB1524A24BDB747D818452C4 /* Frameworks */,
+ 38247F8FBEAFF98F35D9E507 /* Resources */,
);
buildRules = (
- 7B5ADA60C8D6673CE3821EEA /* PBXBuildRule */,
+ 5E7BF784161AC31498419E47 /* PBXBuildRule */,
);
dependencies = (
- EB3E1C6FB5FD04832E1B96AD /* PBXTargetDependency */,
- 4D1F98B1D7BFBABF191745CD /* PBXTargetDependency */,
);
- name = "IceSlicingObjects iOS";
- productName = IceSlicingObjects;
- productReference = DB28DEC48CA76982B57D2C68 /* IceSlicingObjects.bundle */;
+ name = "IceServantLocatorAMD macOS";
+ productName = IceServantLocatorAMD;
+ productReference = 3FD1EE8391D21ADAC2311063 /* IceServantLocatorAMD.bundle */;
productType = "com.apple.product-type.bundle";
};
- A5C46C8C09BC73AF9624CD41 /* Glacier2 iOS */ = {
+ 88AE991A6989B2C55A17CF98 /* IceProxy iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = E2452223C1062350F11AC36A /* Build configuration list for PBXNativeTarget "Glacier2 iOS" */;
+ buildConfigurationList = 8B046FBC149EDAE4E6F36C53 /* Build configuration list for PBXNativeTarget "IceProxy iOS" */;
buildPhases = (
- 796FDBA37E09B63D0CF45DA7 /* Headers */,
- 6BDC226D024A754DEE825C64 /* Sources */,
- 8D33846E40681108649A3C7A /* Frameworks */,
- 01CB94B6C9383D50CDB8048E /* Resources */,
+ 4F2749CC1E3E1ADBD5042047 /* Sources */,
+ B56E4C20A264919DC0911C39 /* Frameworks */,
+ 05804E1C4A53CC7BA2A8B52D /* Resources */,
);
buildRules = (
- CEDAADF21E4055CDA4EDE12F /* PBXBuildRule */,
+ F55F5D3466171246DE652847 /* PBXBuildRule */,
);
dependencies = (
- 2175B8369B330BC5128CCF58 /* PBXTargetDependency */,
+ F3BDDAEA966421076822C49B /* PBXTargetDependency */,
+ 311CB661CE767F0F60432C5F /* PBXTargetDependency */,
);
- name = "Glacier2 iOS";
- productName = Glacier2;
- productReference = ED2A5153D975B8DC87BA18B2 /* Glacier2.framework */;
- productType = "com.apple.product-type.framework";
+ name = "IceProxy iOS";
+ productName = IceProxy;
+ productReference = 1B2FB70E2830A6008D2D4CF5 /* IceProxy.bundle */;
+ productType = "com.apple.product-type.bundle";
};
- A5E1A092FEB1A85219C77BCB /* IceProxyAMD iOS */ = {
+ 89E63821F3C95E9A76A161B8 /* IceSlicingExceptionsAMD iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 52506D2A455B5986D187FEF3 /* Build configuration list for PBXNativeTarget "IceProxyAMD iOS" */;
+ buildConfigurationList = ACCC5466EF041E1F59EC880E /* Build configuration list for PBXNativeTarget "IceSlicingExceptionsAMD iOS" */;
buildPhases = (
- BD9EA0A3DAD2B604C45911AA /* Sources */,
- 56650B23B348E40BF64A17F8 /* Frameworks */,
- B091AD7850EDB98A6D331AD5 /* Resources */,
+ 388B73ABD0319C56F4A0D8A6 /* Sources */,
+ 643DE9CBF8DEFE1D11E65EDC /* Frameworks */,
+ 10C33B5EE32B15066DD1FE76 /* Resources */,
);
buildRules = (
- 83A6DAE682AF4B61B28D944A /* PBXBuildRule */,
+ EC318DDF0EE890FBCB20D3B8 /* PBXBuildRule */,
);
dependencies = (
);
- name = "IceProxyAMD iOS";
- productName = IceProxyAMD;
- productReference = 202DDDB142F3247EA06FD5FC /* IceProxyAMD.bundle */;
+ name = "IceSlicingExceptionsAMD iOS";
+ productName = IceSlicingExceptionsAMD;
+ productReference = 9946491E2686A390696F7F22 /* IceSlicingExceptionsAMD.bundle */;
productType = "com.apple.product-type.bundle";
};
- A624BB8C7752332D9B9A5E51 /* IceSSLConfiguration macOS */ = {
+ 8DDA1C7A320FD81129D45985 /* IceUdp macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 09AB9D72CA797E86EAB3AC62 /* Build configuration list for PBXNativeTarget "IceSSLConfiguration macOS" */;
+ buildConfigurationList = DF9689F6EB1F186247BBCC76 /* Build configuration list for PBXNativeTarget "IceUdp macOS" */;
buildPhases = (
- E86F68FEB1F06E0CFDC15FDB /* Sources */,
- 2F0D9FC9FE94D8DC07A85F88 /* Frameworks */,
- 59A0C60A0C872B900E7544D4 /* Resources */,
+ 107F56D2EF74B7FD0970C142 /* Sources */,
+ A016C41127AAE249ABCE01A4 /* Frameworks */,
+ 66D3455DA7330C8BA4D0D57A /* Resources */,
);
buildRules = (
- 76A48D2540726EA7E90EFDB1 /* PBXBuildRule */,
+ 227A1DF24CA01356E77DD689 /* PBXBuildRule */,
);
dependencies = (
- 8BE9A97CD62E32030A843759 /* PBXTargetDependency */,
- 1096860401E0B74B022F02B4 /* PBXTargetDependency */,
+ 8123EA50CBDBFFC7FB983A76 /* PBXTargetDependency */,
+ 9D4378715F74A9448B8E8AF0 /* PBXTargetDependency */,
);
- name = "IceSSLConfiguration macOS";
- productName = IceSSLConfiguration;
- productReference = 2118E93CF12A25670AA11FC7 /* IceSSLConfiguration.bundle */;
+ name = "IceUdp macOS";
+ productName = IceUdp;
+ productReference = 661C1E55DFAC0B53455A1C19 /* IceUdp.bundle */;
productType = "com.apple.product-type.bundle";
};
- A697EB2AC72EBE32B08CB4C7 /* IceServices iOS */ = {
+ 914DA3889A68635AC2DB2E34 /* IceBinding macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = EE80DD48CFD411E8CAC46953 /* Build configuration list for PBXNativeTarget "IceServices iOS" */;
+ buildConfigurationList = 9EC5D286577C029889BCB4B5 /* Build configuration list for PBXNativeTarget "IceBinding macOS" */;
buildPhases = (
- E2689DC1173D8730B85D8F73 /* Sources */,
- BD27F2CEBABA954013AEA1CB /* Frameworks */,
- C3245B9CDAC7078F95B4115E /* Resources */,
+ 3F5ACF92E9A32D0C4A6E9910 /* Sources */,
+ 8B04D7EEADDBF94A62FE9BDD /* Frameworks */,
+ 7F6C5A5C6E7072C32946F4C6 /* Resources */,
);
buildRules = (
- 418036F975E04BB3DD18533F /* PBXBuildRule */,
+ 08070F3FCFF9C51A32458373 /* PBXBuildRule */,
);
dependencies = (
- CE9957B44B7D2420D4EDA2BC /* PBXTargetDependency */,
- C8B2051F0EE8FF9D96707701 /* PBXTargetDependency */,
- FE6B89158EC6D0403BD86325 /* PBXTargetDependency */,
- 9D6DDAF5A1A8B94BA742B884 /* PBXTargetDependency */,
- 84665D1BD357045E1DA68F23 /* PBXTargetDependency */,
+ BC4733CB12CDC3C429A82D8C /* PBXTargetDependency */,
+ BA908774F06CBA28A17E75AF /* PBXTargetDependency */,
);
- name = "IceServices iOS";
- productName = IceServices;
- productReference = D9EDCC1E7B6A5DD27219179F /* IceServices.bundle */;
+ name = "IceBinding macOS";
+ productName = IceBinding;
+ productReference = B28053A938BEA7B715F00AB8 /* IceBinding.bundle */;
productType = "com.apple.product-type.bundle";
};
- ABC95B788980D13567C2F5E1 /* IceProxyAMD macOS */ = {
+ 917CD431CF220B67467E9A31 /* Ice macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 9AC75BF0BCAF6014FD6EB3B2 /* Build configuration list for PBXNativeTarget "IceProxyAMD macOS" */;
+ buildConfigurationList = D30D6659052475D18A3742F1 /* Build configuration list for PBXNativeTarget "Ice macOS" */;
buildPhases = (
- EEEB6181E5F5F75A193789CA /* Sources */,
- 293302045C3A16D1A1456C55 /* Frameworks */,
- 278673586481026DAB209757 /* Resources */,
+ 594AADF0A8163452387A2B0A /* Headers */,
+ 9F58304267B0771A594A75A2 /* Sources */,
+ AF6E9F476535BE17A015B4D4 /* Frameworks */,
+ 6F665085815A666932CCB86F /* Resources */,
);
buildRules = (
- 0AE64CB9CC371D4B1E692FBA /* PBXBuildRule */,
+ 922FB73B053D1FB60FAB2F6A /* PBXBuildRule */,
+ CAF4452BDECAC88D796C9F66 /* PBXBuildRule */,
);
dependencies = (
+ 753D1BFAA0B9C224FEB1CE98 /* PBXTargetDependency */,
);
- name = "IceProxyAMD macOS";
- productName = IceProxyAMD;
- productReference = F09C664B0A85EACBC4452DD4 /* IceProxyAMD.bundle */;
- productType = "com.apple.product-type.bundle";
+ name = "Ice macOS";
+ productName = Ice;
+ productReference = 441B05CA3DED7468B6B77AA9 /* Ice.framework */;
+ productType = "com.apple.product-type.framework";
};
- ADD4B7F4B6DDB158EFFB551E /* IceScope iOS */ = {
+ 92898A5CD90373C1101171CB /* Ice iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 4FB7025F9376903D117EC845 /* Build configuration list for PBXNativeTarget "IceScope iOS" */;
+ buildConfigurationList = ED21D2DA6BBC29E239681DB2 /* Build configuration list for PBXNativeTarget "Ice iOS" */;
buildPhases = (
- 0AE98DB8285156C8505A1521 /* Sources */,
- 8AD8F2574069A79085EF4EF4 /* Frameworks */,
- 2BDAFDFBECA88BC93CBE82FF /* Resources */,
+ DBD574F269C8641295A32557 /* Headers */,
+ 3F42E41E96783C254498EE4F /* Sources */,
+ 33DAA1F4EFE795935CD1B6C4 /* Frameworks */,
+ 991E4E2B5F5C5934E0A3C215 /* Resources */,
);
buildRules = (
- D317FF1D4CCA56CCE3B56010 /* PBXBuildRule */,
+ 12CE977E223FF2C08B969E79 /* PBXBuildRule */,
+ 4DC995969994E22FA53938D6 /* PBXBuildRule */,
+ 621A93909B16D28A82EBE724 /* PBXBuildRule */,
);
dependencies = (
- 474A4013098589157CF5A967 /* PBXTargetDependency */,
- 51FC58E5D5B6956D8EEB8DFA /* PBXTargetDependency */,
+ 206D8F6E95A2F6749F44C45C /* PBXTargetDependency */,
);
- name = "IceScope iOS";
- productName = IceScope;
- productReference = B06C06126F8F4F2D473EBF74 /* IceScope.bundle */;
- productType = "com.apple.product-type.bundle";
+ name = "Ice iOS";
+ productName = Ice;
+ productReference = DDBAEA44F5939B7E51AECA06 /* Ice.framework */;
+ productType = "com.apple.product-type.framework";
};
- ADE73040529A19ACD957162F /* IceDefaultValue macOS */ = {
+ 95F39DC24359D80CD847D84E /* IceInvoke macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 16E5F30015556C964BCD8753 /* Build configuration list for PBXNativeTarget "IceDefaultValue macOS" */;
+ buildConfigurationList = 380FF7C8601EDB9018517F81 /* Build configuration list for PBXNativeTarget "IceInvoke macOS" */;
buildPhases = (
- E2C3D6A329FD91DC8A3A191E /* Sources */,
- 6C735652A2F43A62F573AE4D /* Frameworks */,
- FEA184CC3B1830C786FE4C3A /* Resources */,
+ 2A26F683E13DFE1D2B58CDFF /* Sources */,
+ 3F40D618BBCDCCA0FF404476 /* Frameworks */,
+ 7D537638780687DE0886557F /* Resources */,
);
buildRules = (
- 1CC746A81A711F39D5820939 /* PBXBuildRule */,
+ FA71ABB8BF3C0D52CEC1AB9B /* PBXBuildRule */,
);
dependencies = (
- 5880DC89E70A65AD7921DFBE /* PBXTargetDependency */,
- 553BA84F4318A38DB19A2718 /* PBXTargetDependency */,
+ C8223EADC9CF30DA48A30DC5 /* PBXTargetDependency */,
+ E7714E4D2774737708DD06E0 /* PBXTargetDependency */,
);
- name = "IceDefaultValue macOS";
- productName = IceDefaultValue;
- productReference = CB9202123D4186EE083F8F24 /* IceDefaultValue.bundle */;
+ name = "IceInvoke macOS";
+ productName = IceInvoke;
+ productReference = 5E3FD709ECFBA2782F1155CC /* IceInvoke.bundle */;
productType = "com.apple.product-type.bundle";
};
- AEF698FE916F6D138EC7B5F7 /* IceFacets macOS */ = {
+ 978C389F20FCEA14DFF4C468 /* IceTimeout iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 78AAAF80FA02EC33CA134CEF /* Build configuration list for PBXNativeTarget "IceFacets macOS" */;
+ buildConfigurationList = A7EDF9E50558108FB72DAAB0 /* Build configuration list for PBXNativeTarget "IceTimeout iOS" */;
buildPhases = (
- FDEE810E6DB6F008894549D2 /* Sources */,
- 65172FF669C04FB07FFD5076 /* Frameworks */,
- 415EEF7D7814F94947C33E86 /* Resources */,
+ C14D99F3727FEA76B540517C /* Sources */,
+ 9F7278C6FFFC64F89A1A0CEC /* Frameworks */,
+ F40AF204AE6293037A8B0CBF /* Resources */,
);
buildRules = (
- D03596F4AE0F9EA9229CC869 /* PBXBuildRule */,
+ F1BF37B913FD48EF2A88D3B7 /* PBXBuildRule */,
);
dependencies = (
- 1EDCD40EACC56D9099BDFC12 /* PBXTargetDependency */,
- 74083EBCBA10131A547BFE47 /* PBXTargetDependency */,
+ 7A837E01C1C38E8C54C7AADF /* PBXTargetDependency */,
+ 402A1356520059223A263091 /* PBXTargetDependency */,
);
- name = "IceFacets macOS";
- productName = IceFacets;
- productReference = C68B98A47DC7B6E90D2954D5 /* IceFacets.bundle */;
+ name = "IceTimeout iOS";
+ productName = IceTimeout;
+ productReference = D52131FB6317572BB81E0DFC /* IceTimeout.bundle */;
productType = "com.apple.product-type.bundle";
};
- B2CC8A21525B4303BA357084 /* IceAmi iOS */ = {
+ 9F550A85E417BA1FDEBF04C6 /* SliceEscape iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = A5CA51971EAC43664B994E3C /* Build configuration list for PBXNativeTarget "IceAmi iOS" */;
+ buildConfigurationList = 83CB5220443B461727F63B28 /* Build configuration list for PBXNativeTarget "SliceEscape iOS" */;
buildPhases = (
- B36D187EFEDACA50FD5E8713 /* Sources */,
- 9A2A7A68BA02E1E48F394F2F /* Frameworks */,
- 34911C8C08CFDD2CF62D9B6C /* Resources */,
+ 870FF1ACAFB35712B14413A6 /* Sources */,
+ A04950B36EDC6289812602A5 /* Frameworks */,
+ 1B43DDC76094E310570BACBE /* Resources */,
);
buildRules = (
- E510CF12C49E626B348CE724 /* PBXBuildRule */,
+ A8BC30D6A470CEA7D8FEC857 /* PBXBuildRule */,
);
dependencies = (
- B6DFDA6AC0D196D789FEBEC4 /* PBXTargetDependency */,
- 83EF1E0AC1FE23BC4DFBCB01 /* PBXTargetDependency */,
+ CF3D7F65F5446C7D6268917B /* PBXTargetDependency */,
+ 39EE3E11752F13A18227544D /* PBXTargetDependency */,
);
- name = "IceAmi iOS";
- productName = IceAmi;
- productReference = 0E71EDE7E0484F044BC7BCCB /* IceAmi.bundle */;
+ name = "SliceEscape iOS";
+ productName = SliceEscape;
+ productReference = 3CA6C9238C94A7CD66109625 /* SliceEscape.bundle */;
productType = "com.apple.product-type.bundle";
};
- B3F58255E86EEBE7F8ED29AE /* IceSSL C++11 iOS */ = {
+ A56EAE4B8B2BF02380F8B287 /* IceLocatorDiscovery C++11 iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 29D349824AA6647F15AD1927 /* Build configuration list for PBXNativeTarget "IceSSL C++11 iOS" */;
+ buildConfigurationList = 4E81E66AE5CBA65FCA7F4E58 /* Build configuration list for PBXNativeTarget "IceLocatorDiscovery C++11 iOS" */;
buildPhases = (
- C05FD47B76708F7B304D4B89 /* Headers */,
- AECB72593CDC104A0DFE91BC /* Sources */,
- DA85204B2EF151B627834AFE /* Frameworks */,
+ A6761E6BCCAD4B3CCE54149C /* Headers */,
+ 3AB507E10CA0315E722AED53 /* Sources */,
+ C22917A9268BC63703101892 /* Frameworks */,
);
buildRules = (
- 2E7D905183887C92BA8E3283 /* PBXBuildRule */,
+ 740BF3817E6E6A1FDE6D4903 /* PBXBuildRule */,
);
dependencies = (
- 86807AA2EF41E8866893033C /* PBXTargetDependency */,
+ BCEB3A673F8780A761CDCE4C /* PBXTargetDependency */,
);
- name = "IceSSL C++11 iOS";
- productName = "IceSSL C++11 iOS";
- productReference = 31CAAAFCE3A51A13D06DE91E /* libIceSSL C++11 iOS.a */;
+ name = "IceLocatorDiscovery C++11 iOS";
+ productName = "IceLocatorDiscovery C++11 iOS";
+ productReference = C4E52AAC86F782E0BB282DA4 /* libIceLocatorDiscovery C++11 iOS.a */;
productType = "com.apple.product-type.library.static";
};
- B4F90D99608B8138DA2CC988 /* IceIAP C++11 iOS */ = {
+ A77E1E8B6BC3DAB1A4CEB56B /* IceGrid iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 8ED51261BA0EDBFF37C0DBAF /* Build configuration list for PBXNativeTarget "IceIAP C++11 iOS" */;
+ buildConfigurationList = D8DD6A5FB35D10F05DC95383 /* Build configuration list for PBXNativeTarget "IceGrid iOS" */;
buildPhases = (
- 4AA24ABB5760BA51FD918774 /* Headers */,
- 2990F8967FF16040C0C22E1B /* Sources */,
- 1665190417C354B9F2E4DC14 /* Frameworks */,
+ 39188509DC4E46C2A6A0E07F /* Headers */,
+ 377581135AD1E7F0346AA69E /* Sources */,
+ E5F12E0D3E18CBB0A237C9B2 /* Frameworks */,
+ 8F137884CDD1058195A47E7B /* Resources */,
);
buildRules = (
- E79D14F777189E09AD274EF7 /* PBXBuildRule */,
+ 3DEFEC0EEB11DBCF7D416F23 /* PBXBuildRule */,
);
dependencies = (
- C04EF76FAF236A3A5D38346D /* PBXTargetDependency */,
+ 3C26CF3724426C2704AE72DA /* PBXTargetDependency */,
+ E1D150C60E4814EFB43C61F9 /* PBXTargetDependency */,
);
- name = "IceIAP C++11 iOS";
- productName = "IceIAP C++11 iOS";
- productReference = BB1FB1918F6B6823D174513B /* libIceIAP C++11 iOS.a */;
- productType = "com.apple.product-type.library.static";
+ name = "IceGrid iOS";
+ productName = IceGrid;
+ productReference = CAB7787427A469FD2EAC63C2 /* IceGrid.framework */;
+ productType = "com.apple.product-type.framework";
};
- B90CED975CBC6062F8CFFF07 /* IceProperties macOS */ = {
+ A8270486F8E96D0E0E8A1EC0 /* IceHold iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 8BF341B5ED0C796A59614AE9 /* Build configuration list for PBXNativeTarget "IceProperties macOS" */;
+ buildConfigurationList = AF9DBB87DBB291C82B0903BA /* Build configuration list for PBXNativeTarget "IceHold iOS" */;
buildPhases = (
- D5F3D1248E625E6B64B6649C /* Sources */,
- 7BE4300FC4A31ECD0B3D4A90 /* Frameworks */,
- 7E6FEDAC8323A2D541A38A6A /* Resources */,
+ B2990B31445804DB00378229 /* Sources */,
+ F6ED89447A143AD0070DDAC4 /* Frameworks */,
+ 8F569EBF0019BF3DE2610A8F /* Resources */,
);
buildRules = (
- 22711E92E88FFE649BF7FB37 /* PBXBuildRule */,
+ 4D5F36B2657D2FF146514C56 /* PBXBuildRule */,
);
dependencies = (
- 3BA9FF4C4935CE7EB27B040E /* PBXTargetDependency */,
- B96964C2FE3BDA8254DB17B9 /* PBXTargetDependency */,
+ 2BF608C1B026B83E80D999D4 /* PBXTargetDependency */,
+ BFAEE6BAF65DDFA53AA66560 /* PBXTargetDependency */,
);
- name = "IceProperties macOS";
- productName = IceProperties;
- productReference = 402CFF4170CA7EB9041E58BB /* IceProperties.bundle */;
+ name = "IceHold iOS";
+ productName = IceHold;
+ productReference = FADD458C70D400515B91CAF0 /* IceHold.bundle */;
productType = "com.apple.product-type.bundle";
};
- BAE30C4CB94ABBC22F99DEE3 /* IceSlicingExceptionsAMD iOS */ = {
+ A90B1A88CA71514A0329C832 /* IceAcm iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 2A8C9D6FF67D1442CE69DF7F /* Build configuration list for PBXNativeTarget "IceSlicingExceptionsAMD iOS" */;
+ buildConfigurationList = 2CB7263FEE1C992A52A8E8C2 /* Build configuration list for PBXNativeTarget "IceAcm iOS" */;
buildPhases = (
- 2574F54C4DF335F7F0DF7B63 /* Sources */,
- 2858F1B70D7AC3D36B7D2EA8 /* Frameworks */,
- 12192383D71BB6544D29C553 /* Resources */,
+ BCA6FB2F5F9F81A61561A19E /* Sources */,
+ D0B5005D4ED36951DB70965C /* Frameworks */,
+ 1E61B7BF752B3B693B290215 /* Resources */,
);
buildRules = (
- BCE2A8BCAE32CACEBCF8F113 /* PBXBuildRule */,
+ 9ECB2E5B5DE11F6A0CA7CFAB /* PBXBuildRule */,
);
dependencies = (
+ D5A072A21DADC5105B575C56 /* PBXTargetDependency */,
+ 978B48DB25B61EF4795CC337 /* PBXTargetDependency */,
);
- name = "IceSlicingExceptionsAMD iOS";
- productName = IceSlicingExceptionsAMD;
- productReference = C1258980FEFEA007B481AA98 /* IceSlicingExceptionsAMD.bundle */;
+ name = "IceAcm iOS";
+ productName = IceAcm;
+ productReference = A5F33B0F74F1416999053B2B /* IceAcm.bundle */;
productType = "com.apple.product-type.bundle";
};
- C17A34B04BEFFA036F13C3A5 /* Ice macOS */ = {
+ A9799C06422C51483F1D0F25 /* Glacier2 macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 44DD847EACA09AE2762464F4 /* Build configuration list for PBXNativeTarget "Ice macOS" */;
+ buildConfigurationList = 6A05CFAB3A2BF6F9EAD17807 /* Build configuration list for PBXNativeTarget "Glacier2 macOS" */;
buildPhases = (
- 006B3C948495B2EB03F21CEF /* Headers */,
- ABFA15B27F1A71E3A7B62133 /* Sources */,
- CE0FB4D28C1A9300896D5F6D /* Frameworks */,
- 58624A93E8039FCE741F64E5 /* Resources */,
+ D07B4F7F13EABBAC118B0D3C /* Headers */,
+ 456D7B96BC931C4D8F13ADFE /* Sources */,
+ BD7C54437A73385A9B3E7F18 /* Frameworks */,
+ F4D9976F0205096D9C20EB33 /* Resources */,
);
buildRules = (
- 1B6AA2928D898B4A11D1E4C4 /* PBXBuildRule */,
- 61C5F589A29F529014E5DFC2 /* PBXBuildRule */,
+ 5F1F73ACC6A32E0C6D5D5367 /* PBXBuildRule */,
);
dependencies = (
- 13AC0B3F19F50E56B534C77F /* PBXTargetDependency */,
+ DDBA06D141224DD44A7ADC59 /* PBXTargetDependency */,
);
- name = "Ice macOS";
- productName = Ice;
- productReference = 805735288372DD7FFD2C6E84 /* Ice.framework */;
+ name = "Glacier2 macOS";
+ productName = Glacier2;
+ productReference = EB475406088D6B372C72CCA3 /* Glacier2.framework */;
productType = "com.apple.product-type.framework";
};
- C2587933333578145CEA50FF /* IceRetry macOS */ = {
+ AB2E0E56A692B9BB4E442B93 /* IceLocation macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = E852106FFD199217B635A2A9 /* Build configuration list for PBXNativeTarget "IceRetry macOS" */;
+ buildConfigurationList = 91A496BC46C28ACBE345FEEF /* Build configuration list for PBXNativeTarget "IceLocation macOS" */;
buildPhases = (
- F4FF0CB0F6437DE5C2D406E8 /* Sources */,
- 04783D88A571B260613E5007 /* Frameworks */,
- 4E89CBF728E3AA335FD484F3 /* Resources */,
+ B701EA7C3BFC7543FB0FAA33 /* Sources */,
+ 207BB8D4D2A70FB9575D8983 /* Frameworks */,
+ AA8F706F110DE9800E305042 /* Resources */,
);
buildRules = (
- E5E51D05B4B9AAF870D29DEF /* PBXBuildRule */,
+ 66315DFD092FC703F3EA7DEB /* PBXBuildRule */,
);
dependencies = (
- 76C17EE39F4EE90F39889B55 /* PBXTargetDependency */,
- 161BC8528C30A455210BF8B0 /* PBXTargetDependency */,
+ 9591BF830FC07F655EC45E15 /* PBXTargetDependency */,
+ 4CF0E197A68B6ECE98E32F2B /* PBXTargetDependency */,
);
- name = "IceRetry macOS";
- productName = IceRetry;
- productReference = 0CAB0284CDDA4938D579D519 /* IceRetry.bundle */;
+ name = "IceLocation macOS";
+ productName = IceLocation;
+ productReference = 191619AD9C33A2EA5C13D77C /* IceLocation.bundle */;
productType = "com.apple.product-type.bundle";
};
- C767D4CF064327C31C3AFB82 /* IceSlicingObjectsAMD macOS */ = {
+ AF2C109700765620ABD89ADA /* IceInheritance iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 383DBD1A5337D700F2EA1962 /* Build configuration list for PBXNativeTarget "IceSlicingObjectsAMD macOS" */;
+ buildConfigurationList = 23124DDA8A5BEE4F2F237A1D /* Build configuration list for PBXNativeTarget "IceInheritance iOS" */;
buildPhases = (
- 5DCCE4CFBFAD346B19851CCF /* Sources */,
- F5BFD617CF959ECE6B436106 /* Frameworks */,
- D5BFB29BEDDC840EEB84E410 /* Resources */,
+ F3C188BBEF66651B95346716 /* Sources */,
+ C99DEB6ECDACB41DE99C200D /* Frameworks */,
+ BAD6854B78323F7D1E442262 /* Resources */,
);
buildRules = (
- 1C2596E94B874184D6D5E51B /* PBXBuildRule */,
+ 618CF958A8F1408383CCF60F /* PBXBuildRule */,
);
dependencies = (
+ D2B2A919C4506C783549C90E /* PBXTargetDependency */,
+ 6A794E0EBDA4900C8B9A9FB1 /* PBXTargetDependency */,
);
- name = "IceSlicingObjectsAMD macOS";
- productName = IceSlicingObjectsAMD;
- productReference = 3DF22954C8964C4C53C61853 /* IceSlicingObjectsAMD.bundle */;
+ name = "IceInheritance iOS";
+ productName = IceInheritance;
+ productReference = 6C9868748305238D38E084BC /* IceInheritance.bundle */;
productType = "com.apple.product-type.bundle";
};
- C93F027B60BE55BCEF17412D /* IceInfo iOS */ = {
+ AF6C18174B177EEA137C9CE9 /* IceStorm macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 0E524C9E8387A173BB19D321 /* Build configuration list for PBXNativeTarget "IceInfo iOS" */;
+ buildConfigurationList = C191FDA6C67BE6B288599047 /* Build configuration list for PBXNativeTarget "IceStorm macOS" */;
buildPhases = (
- 1CEB6FE6955017EE592EAAC8 /* Sources */,
- 59BDD12E21820C0C0E650B63 /* Frameworks */,
- 0F86BB0CBCAD7C1A216C23A2 /* Resources */,
+ 4D7FE9AA9E52632B2282E97A /* Headers */,
+ 7F17F6F7963E7EFBC1E3BD33 /* Sources */,
+ 5597D69ADF3821894ACF80DC /* Frameworks */,
+ CCC1E0890D09B3EA969F3798 /* Resources */,
);
buildRules = (
- 3B78206C0B083CE7F20A410F /* PBXBuildRule */,
+ FA2916B3E5E2FC20C10828C8 /* PBXBuildRule */,
);
dependencies = (
- 94D42E92E15FDCE5DFB21B77 /* PBXTargetDependency */,
- 0932A0B9DA1BC9734801D538 /* PBXTargetDependency */,
+ E273944E542BE985A2A7C906 /* PBXTargetDependency */,
);
- name = "IceInfo iOS";
- productName = IceInfo;
- productReference = 70B64B7F0862032293CA50E8 /* IceInfo.bundle */;
- productType = "com.apple.product-type.bundle";
+ name = "IceStorm macOS";
+ productName = IceStorm;
+ productReference = 858C78E03E18EB36FB20A3E5 /* IceStorm.framework */;
+ productType = "com.apple.product-type.framework";
};
- CAAB211116ED618E83571DCE /* IceInterceptor iOS */ = {
+ B09BE6F4BEC60129AD4BF862 /* IceDefaultValue macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = D052381BF7EC56F2F046ACDE /* Build configuration list for PBXNativeTarget "IceInterceptor iOS" */;
+ buildConfigurationList = D58ADB395E7BD0FB528F85E8 /* Build configuration list for PBXNativeTarget "IceDefaultValue macOS" */;
buildPhases = (
- 3A4070F1C4765CBA2697989E /* Sources */,
- 432E6C6E9528BFEE301670EF /* Frameworks */,
- BA339A7AD3AAF7DD87276C57 /* Resources */,
+ 5CC923DA708BDD31CFE7E49E /* Sources */,
+ F9E55324979B011BF48E144C /* Frameworks */,
+ 7A1459A64ADD35526A58760C /* Resources */,
);
buildRules = (
- 64E776AA33E64989463A2568 /* PBXBuildRule */,
+ 0A9383F7834721803F6E9B7F /* PBXBuildRule */,
);
dependencies = (
- 597C8309F6430EE5D52D3D47 /* PBXTargetDependency */,
- 3C1C9C8CBFFB501D7345E71B /* PBXTargetDependency */,
+ 59F5CBB712AC7E30498391DB /* PBXTargetDependency */,
+ 5DD2143CD5D7ABBC92C82CFE /* PBXTargetDependency */,
);
- name = "IceInterceptor iOS";
- productName = IceInterceptor;
- productReference = 9E75D12390A621804F3C1A2E /* IceInterceptor.bundle */;
+ name = "IceDefaultValue macOS";
+ productName = IceDefaultValue;
+ productReference = 64306139AC3E8A08450AE2C5 /* IceDefaultValue.bundle */;
productType = "com.apple.product-type.bundle";
};
- D26BBA4E49AB6CFCA5AF507B /* IceGrid macOS */ = {
+ B1C8F4791A464D03CEB67B54 /* IceExceptions macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 27D3725B97570313B6F78382 /* Build configuration list for PBXNativeTarget "IceGrid macOS" */;
+ buildConfigurationList = 01C8A6C4025D1C3ECAF85A95 /* Build configuration list for PBXNativeTarget "IceExceptions macOS" */;
buildPhases = (
- 7E1B721045CDA46479A40C16 /* Headers */,
- 254FAF96323DD885B2D0172C /* Sources */,
- 8D7001683304D4AD2680C8DE /* Frameworks */,
- A333C86691116689A42D6E29 /* Resources */,
+ B777776C31F6C6BC6CF06DA8 /* Sources */,
+ 6ED3A41AA3E89FA90089DD3C /* Frameworks */,
+ 2D00473C586FAFF5C85C9DA2 /* Resources */,
);
buildRules = (
- F969987431B392BC713BBCFA /* PBXBuildRule */,
+ C7598E2C4EF8EFE94348B5A0 /* PBXBuildRule */,
);
dependencies = (
- 267FD9C6AA8DD7AD14F429C0 /* PBXTargetDependency */,
- 21CB6685EC9E9415984960E4 /* PBXTargetDependency */,
+ E7A466CF62673F2CF7BC2A0E /* PBXTargetDependency */,
+ BF4B8126445AAA0E68AE9AE5 /* PBXTargetDependency */,
);
- name = "IceGrid macOS";
- productName = IceGrid;
- productReference = 6DB4D42D8993EEA1F4B5B313 /* IceGrid.framework */;
- productType = "com.apple.product-type.framework";
+ name = "IceExceptions macOS";
+ productName = IceExceptions;
+ productReference = 806ED2DA71636608B8504BF4 /* IceExceptions.bundle */;
+ productType = "com.apple.product-type.bundle";
};
- D40FAE6083B76E493028494B /* IceServices macOS */ = {
+ B252858D517903A8EDD9FE3C /* IceHold macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 3419EA3B4ECD5C3449371BB2 /* Build configuration list for PBXNativeTarget "IceServices macOS" */;
+ buildConfigurationList = 5827701D6FCCA49EE15F8BA5 /* Build configuration list for PBXNativeTarget "IceHold macOS" */;
buildPhases = (
- 828A47579349BDC9CDB14AB7 /* Sources */,
- 60E9C586E7BC0BD34469F37C /* Frameworks */,
- B272585A6727D784BA38FB18 /* Resources */,
+ 11EB338DB6F25C6EDF8484CC /* Sources */,
+ 0BB3ECBD4BEB83D5C610EFA1 /* Frameworks */,
+ 9C014F685582F7AE1AD5B5C5 /* Resources */,
);
buildRules = (
- 3262E3A608A2507633344084 /* PBXBuildRule */,
+ 3D84DBE97D41014B3520E376 /* PBXBuildRule */,
);
dependencies = (
- FE7967BC800DE08D5B741599 /* PBXTargetDependency */,
- 4B7BC18888BD8274F1EFFD7A /* PBXTargetDependency */,
- 478CDE9A62FE7924C17C0978 /* PBXTargetDependency */,
- 28FC73D754234AD61391B751 /* PBXTargetDependency */,
- 7A67B838FD1358A22068A12F /* PBXTargetDependency */,
+ 410FEDD795282D01FFD8D40D /* PBXTargetDependency */,
+ 833F8ECB72CCD00C071B0CA2 /* PBXTargetDependency */,
);
- name = "IceServices macOS";
- productName = IceServices;
- productReference = 76FDDC3A93D4FB00E3FE8410 /* IceServices.bundle */;
+ name = "IceHold macOS";
+ productName = IceHold;
+ productReference = E1E2CB34E4A934E017C67DAA /* IceHold.bundle */;
productType = "com.apple.product-type.bundle";
};
- D43F1C1A88314E61BB20A2C5 /* IceInheritance macOS */ = {
+ B35AF677B117B64D094923C6 /* IceOperationsAMD iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = E236934BA68DFE89F19C4308 /* Build configuration list for PBXNativeTarget "IceInheritance macOS" */;
+ buildConfigurationList = A18454A516D965207D4F3008 /* Build configuration list for PBXNativeTarget "IceOperationsAMD iOS" */;
buildPhases = (
- 4B836F1D5C7FAEB8616BAF72 /* Sources */,
- EDCAE605395AE1C4C7BC0A21 /* Frameworks */,
- E083D06E6093A3F0BFE42FD3 /* Resources */,
+ 8523977B0140F991869FB7C1 /* Sources */,
+ 6E7D8AA12EEE8315C81790AE /* Frameworks */,
+ 636154A4443850058D2DB6D5 /* Resources */,
);
buildRules = (
- 9BE6EAFE9041919016388416 /* PBXBuildRule */,
+ 5A510A095A1C70EB654781B2 /* PBXBuildRule */,
);
dependencies = (
- 795C45EB585DCF5549C00F7A /* PBXTargetDependency */,
- BEB433DA6ADA0EF2BECCF6C0 /* PBXTargetDependency */,
);
- name = "IceInheritance macOS";
- productName = IceInheritance;
- productReference = 44090B576736324E2BF7FF8F /* IceInheritance.bundle */;
+ name = "IceOperationsAMD iOS";
+ productName = IceOperationsAMD;
+ productReference = 485CE0F78C639775DB244BEC /* IceOperationsAMD.bundle */;
productType = "com.apple.product-type.bundle";
};
- D4ADB390360A73D0A9F51BAE /* IceUdp iOS */ = {
+ B53DE8F3BC9EF543D30F7B9B /* IceAdmin iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 36010BB941C0AF33776ECAE8 /* Build configuration list for PBXNativeTarget "IceUdp iOS" */;
+ buildConfigurationList = 21E5884A02FA478AAE2CDE26 /* Build configuration list for PBXNativeTarget "IceAdmin iOS" */;
buildPhases = (
- 0DAF4C798AECA9EF7B485D8C /* Sources */,
- 5638663287F2DE17A0CDC124 /* Frameworks */,
- B4765C917BEB24B66E76785B /* Resources */,
+ 2368B6BEAD448772D2310711 /* Sources */,
+ 5EE90BB863C20ACC2F5EB4BF /* Frameworks */,
+ DF7EF4A3C67C98563BF60379 /* Resources */,
);
buildRules = (
- F93912F8402DABAAE4113381 /* PBXBuildRule */,
+ 30FEAC366AF959BB8742DBF4 /* PBXBuildRule */,
);
dependencies = (
- AB8A87614B6C09FD410A4746 /* PBXTargetDependency */,
- DE47663386E3BAF32C92D667 /* PBXTargetDependency */,
+ 467C2024479921E47E2B5387 /* PBXTargetDependency */,
+ E4F6A3FCC98BFCD49F3D89CC /* PBXTargetDependency */,
);
- name = "IceUdp iOS";
- productName = IceUdp;
- productReference = 51E27C5D8B2F00FE5AC8A1AC /* IceUdp.bundle */;
+ name = "IceAdmin iOS";
+ productName = IceAdmin;
+ productReference = 1F95917DE9D9E48EBC1C62F9 /* IceAdmin.bundle */;
productType = "com.apple.product-type.bundle";
};
- D853ABE4496605A14AB04665 /* IceServantLocator iOS */ = {
+ B739075E195557F4DECCD8F0 /* IceAdapterDeactivation macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = D6CE63266AA54BD4F1FC851B /* Build configuration list for PBXNativeTarget "IceServantLocator iOS" */;
+ buildConfigurationList = 6977F0100F92DA69223E2324 /* Build configuration list for PBXNativeTarget "IceAdapterDeactivation macOS" */;
buildPhases = (
- EA0512589F0379694D65D194 /* Sources */,
- 2EBEFA3E1302892FFA6FE2A3 /* Frameworks */,
- 478C511B3A5403691553BC73 /* Resources */,
+ 2021B9A3C17CCB10E3F70288 /* Sources */,
+ 6F69F3AD24A281467568A1DE /* Frameworks */,
+ 1FE8B42F9351A752CB2A0F8E /* Resources */,
);
buildRules = (
- 45420D04517ABA01593BE81F /* PBXBuildRule */,
+ 8DA75FBF4C882E71D91C12B3 /* PBXBuildRule */,
);
dependencies = (
- 0791D6DFE3CA5B264726AD95 /* PBXTargetDependency */,
- E5A7B8D18A775C7A997B75A2 /* PBXTargetDependency */,
+ 04DB3F68F0F017B7086FE2FA /* PBXTargetDependency */,
+ A93410811BAD609AEA1ADD24 /* PBXTargetDependency */,
);
- name = "IceServantLocator iOS";
- productName = IceServantLocator;
- productReference = 2DFF6E1154114D5E88212557 /* IceServantLocator.bundle */;
+ name = "IceAdapterDeactivation macOS";
+ productName = IceAdapterDeactivation;
+ productReference = 179E52F9F7BA3BD7D0F81D3E /* IceAdapterDeactivation.bundle */;
productType = "com.apple.product-type.bundle";
};
- D8A0C74DA21311438F7F5EF4 /* Ice C++11 iOS */ = {
+ B76F9C0E907F890680738D62 /* IceAcm macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 676E3EB0E94AA9C431DB8DDA /* Build configuration list for PBXNativeTarget "Ice C++11 iOS" */;
+ buildConfigurationList = 765DE7C482C0C0C6CC4178B1 /* Build configuration list for PBXNativeTarget "IceAcm macOS" */;
buildPhases = (
- C34EF184672795E45840D615 /* Headers */,
- F01DFF9BD161CFF04682534A /* Sources */,
- F9F71DDA4DC80D4A877EEAB6 /* Frameworks */,
+ 0BA629A2F275DBAB61B4B3B7 /* Sources */,
+ 2EFC69B048E32563585B8FC2 /* Frameworks */,
+ 5B4F7710AC9283E087A4CB15 /* Resources */,
);
buildRules = (
- A1509F717731015EA678C983 /* PBXBuildRule */,
+ A13E71A9C9B79C87A60199F3 /* PBXBuildRule */,
);
dependencies = (
+ 7453E1A15D110EADDC128D06 /* PBXTargetDependency */,
+ 7FBCC3CA549A8AD07083CD05 /* PBXTargetDependency */,
);
- name = "Ice C++11 iOS";
- productName = "Ice C++11 iOS";
- productReference = 78C7F2736501C2A5E4734C99 /* libIce C++11 iOS.a */;
- productType = "com.apple.product-type.library.static";
+ name = "IceAcm macOS";
+ productName = IceAcm;
+ productReference = F452054F72670588A92E9D05 /* IceAcm.bundle */;
+ productType = "com.apple.product-type.bundle";
};
- D8FF4903B67D40855582EC70 /* IceInheritance iOS */ = {
+ B7AC496F51ED1E993EF4B373 /* IceServantLocator iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = D9602A1186248117A9F994DD /* Build configuration list for PBXNativeTarget "IceInheritance iOS" */;
+ buildConfigurationList = 61E0EBA6C86B377B3B72DC75 /* Build configuration list for PBXNativeTarget "IceServantLocator iOS" */;
buildPhases = (
- 7FA9E70909E40C635849301D /* Sources */,
- 1DAC048EF97BD3BDD178CFB8 /* Frameworks */,
- 52BA83E74F10910B260A40AA /* Resources */,
+ 14860E8950CF2605620D073A /* Sources */,
+ 759220832DCF1F3A4D78453F /* Frameworks */,
+ 941FF30743DE288CC22B3383 /* Resources */,
);
buildRules = (
- 39D4E7FF5DEE53788493CDAF /* PBXBuildRule */,
+ 92B14C6516274B2B29045496 /* PBXBuildRule */,
);
dependencies = (
- BD254B122F0B491CD8E4D97A /* PBXTargetDependency */,
- 077B3D3470C0CA50E6D2C0E5 /* PBXTargetDependency */,
+ 5A0E9594F6A12709C9AF359E /* PBXTargetDependency */,
+ DCEAABB1A5CDB41AC947B75B /* PBXTargetDependency */,
);
- name = "IceInheritance iOS";
- productName = IceInheritance;
- productReference = C88ACCE8467CFEB53D2B1E86 /* IceInheritance.bundle */;
+ name = "IceServantLocator iOS";
+ productName = IceServantLocator;
+ productReference = 083DF2E4456D966FBD330E38 /* IceServantLocator.bundle */;
productType = "com.apple.product-type.bundle";
};
- DA02CE3262C5ED5EEB4C3DEF /* IceFacets iOS */ = {
+ B9534304559B9CD3A737976B /* IceProperties iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = E07944DDD6DC5DC5F57E1CDF /* Build configuration list for PBXNativeTarget "IceFacets iOS" */;
+ buildConfigurationList = 08DBEBE39DC06DEAD095A3C3 /* Build configuration list for PBXNativeTarget "IceProperties iOS" */;
buildPhases = (
- AC8154982A91EBFC4D2BF2CE /* Sources */,
- 0AC9CE948C06D1FC199DD419 /* Frameworks */,
- 240DD8919BB1B327E61EC990 /* Resources */,
+ 5B712A63310D3CADCC796D40 /* Sources */,
+ B7FA0444B94F2AD9A866A493 /* Frameworks */,
+ FD3B6C5037D4E9A77AAC03F6 /* Resources */,
);
buildRules = (
- F04D4256FBB586F7AA161CE8 /* PBXBuildRule */,
+ 14B9947F26B98C908421D6D8 /* PBXBuildRule */,
);
dependencies = (
- EB0E573AC7D21D8DCD185BF3 /* PBXTargetDependency */,
- 7B0B8945C1C9A63A8C4790C5 /* PBXTargetDependency */,
+ EB8BFA17DBD309FEDC93C44C /* PBXTargetDependency */,
+ 7CF8779DA6E7FCF5D330493E /* PBXTargetDependency */,
);
- name = "IceFacets iOS";
- productName = IceFacets;
- productReference = 97819D8AB561190C74968D41 /* IceFacets.bundle */;
+ name = "IceProperties iOS";
+ productName = IceProperties;
+ productReference = B8001B9287DC0A3E4180541C /* IceProperties.bundle */;
productType = "com.apple.product-type.bundle";
};
- DAB45D10B8ED449DC9378E17 /* IceInfo macOS */ = {
+ BC1C7C579BFBEEB5D2383172 /* IceAmi macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 2EBC14C44C477B3F49BA4E7B /* Build configuration list for PBXNativeTarget "IceInfo macOS" */;
+ buildConfigurationList = 73090A31D864B5BEB7B37A59 /* Build configuration list for PBXNativeTarget "IceAmi macOS" */;
buildPhases = (
- F16453B59C7B8DF798FC7150 /* Sources */,
- C7720D13887C51EA019BAAB7 /* Frameworks */,
- 5806FC7DD9F8E01CCB0CA0DE /* Resources */,
+ 2B828CC2EFC399F40EF5AF98 /* Sources */,
+ E7B79AB8BB353FD5CC07DC7D /* Frameworks */,
+ 6335ACFAA002341D584E1119 /* Resources */,
);
buildRules = (
- 84F741154D7B1E09F5C6A1BB /* PBXBuildRule */,
+ D78CAEE173D85D628A59E349 /* PBXBuildRule */,
);
dependencies = (
- 33AC59415F0EF1D6F365654B /* PBXTargetDependency */,
- 8DBC2C37AD6566A581D89668 /* PBXTargetDependency */,
+ 58802440DD3B0A1EA4D6023D /* PBXTargetDependency */,
+ 73BBF08CC6F25BA356ADF6E0 /* PBXTargetDependency */,
);
- name = "IceInfo macOS";
- productName = IceInfo;
- productReference = D7EAF2E5AFC2199B23071A6E /* IceInfo.bundle */;
+ name = "IceAmi macOS";
+ productName = IceAmi;
+ productReference = 61E0E9D9BD1408C1D698EF92 /* IceAmi.bundle */;
productType = "com.apple.product-type.bundle";
};
- DAE6ED7974F67E932D29B4A0 /* IceSSLConfiguration iOS */ = {
+ BD0309EA14AFA2175176E4A4 /* IceFacets iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = DC7AE6FFEFC1C9687B0DAA8E /* Build configuration list for PBXNativeTarget "IceSSLConfiguration iOS" */;
+ buildConfigurationList = 1AAA566AE638453C5B0DC01E /* Build configuration list for PBXNativeTarget "IceFacets iOS" */;
buildPhases = (
- A6B3F663EEC4419523EE9E80 /* Sources */,
- 83F29D826BADB0D9463E6232 /* Frameworks */,
- AEDD99E9C55E0AC32B311417 /* Resources */,
+ 3DBBD555F63E5BAA54542A3D /* Sources */,
+ 2CA258B3F85D8841178264EA /* Frameworks */,
+ DB980DB4507A69A6E82ADBAF /* Resources */,
);
buildRules = (
- C0F94E3308249CAD07F6728B /* PBXBuildRule */,
+ 62DB6352848F354D5F233810 /* PBXBuildRule */,
);
dependencies = (
- 24E9CC500B1AC32ECC7B7008 /* PBXTargetDependency */,
- 4745B1AEAEB84D894824FFB4 /* PBXTargetDependency */,
+ 97776C1EB0C2548FA32EB118 /* PBXTargetDependency */,
+ 85D958A7D44965A0BFB0D6D5 /* PBXTargetDependency */,
);
- name = "IceSSLConfiguration iOS";
- productName = IceSSLConfiguration;
- productReference = 526616622AC6F71AB1612334 /* IceSSLConfiguration.bundle */;
+ name = "IceFacets iOS";
+ productName = IceFacets;
+ productReference = CF2ACA722706680D09AE2213 /* IceFacets.bundle */;
productType = "com.apple.product-type.bundle";
};
- DE9A0CAF0D302A90ED994425 /* IceGrid iOS */ = {
+ C377D09BDC2B83778A69F7BE /* IceIAP C++11 iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 73EF72A2E0536DE4084F987E /* Build configuration list for PBXNativeTarget "IceGrid iOS" */;
+ buildConfigurationList = F99845BFC163CA7A1F23E527 /* Build configuration list for PBXNativeTarget "IceIAP C++11 iOS" */;
buildPhases = (
- 7F116B5D01CF5AB2305E5AF7 /* Headers */,
- 17735D9B42A9172D393DA108 /* Sources */,
- 95FFF6862FB5D71EB009B45D /* Frameworks */,
- AE80B487C9D5877B4946132A /* Resources */,
+ A40DD98C9C600724ED9C259D /* Headers */,
+ DB373B89CC327374B84D365D /* Sources */,
+ 0764F9A9B033CAC6AED99003 /* Frameworks */,
);
buildRules = (
- AA74E5166855C0DB295A8751 /* PBXBuildRule */,
+ EA82DEFEF1A4E71798A3369F /* PBXBuildRule */,
);
dependencies = (
- 38B3CEDAC1B79655FBB75F61 /* PBXTargetDependency */,
- D3521D1D08113CE14C6E353C /* PBXTargetDependency */,
+ 605819F60197617080C3A81B /* PBXTargetDependency */,
);
- name = "IceGrid iOS";
- productName = IceGrid;
- productReference = D72B0EF7634E98FB138DC8AC /* IceGrid.framework */;
- productType = "com.apple.product-type.framework";
+ name = "IceIAP C++11 iOS";
+ productName = "IceIAP C++11 iOS";
+ productReference = 0363D7DC249CBD0CFEC6A4CD /* libIceIAP C++11 iOS.a */;
+ productType = "com.apple.product-type.library.static";
};
- DF64FF9C63ED4DE16E214357 /* IceStream macOS */ = {
+ C3BED7AD2B65CF2B763B2C53 /* IceSlicingObjects macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 7EC553E8E25F31991A84AEFF /* Build configuration list for PBXNativeTarget "IceStream macOS" */;
+ buildConfigurationList = D02BF4A25FC764981223B238 /* Build configuration list for PBXNativeTarget "IceSlicingObjects macOS" */;
buildPhases = (
- 6D80CA5CB4EE067C15666703 /* Sources */,
- 3C3997C11BE236CD3296FD26 /* Frameworks */,
- FFD1DD1D324074D2CD07536B /* Resources */,
+ 042B588EB89AC7A70F1C4304 /* Sources */,
+ B93C9C2EB073E0042037FE6E /* Frameworks */,
+ E9DBCE60DFF1E347D97C65BF /* Resources */,
);
buildRules = (
- F174A0C11218F02373841ADB /* PBXBuildRule */,
+ 887B3F6D6D373AFECAE4D885 /* PBXBuildRule */,
);
dependencies = (
- 354B0020EC4B47DBB6EA699C /* PBXTargetDependency */,
- 00680F13E7D8ADA452395B81 /* PBXTargetDependency */,
+ 3577C11D957B5D1B3FBBA657 /* PBXTargetDependency */,
+ 34ED6EC0B5051AF5356F6C0C /* PBXTargetDependency */,
);
- name = "IceStream macOS";
- productName = IceStream;
- productReference = 646C0B59E701C4740B174F11 /* IceStream.bundle */;
+ name = "IceSlicingObjects macOS";
+ productName = IceSlicingObjects;
+ productReference = FA0D492BC216DC853D9D3D77 /* IceSlicingObjects.bundle */;
productType = "com.apple.product-type.bundle";
};
- E3A11742391CFCBD976762A2 /* IceSlicingObjects macOS */ = {
+ C43E0B56E899A1EF58E70B90 /* IceStorm iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = F306EAD1A03C49604A620A29 /* Build configuration list for PBXNativeTarget "IceSlicingObjects macOS" */;
+ buildConfigurationList = A7C1D6D59EFDDB65399EABD7 /* Build configuration list for PBXNativeTarget "IceStorm iOS" */;
buildPhases = (
- 001ED06749C41D49E9D3E66C /* Sources */,
- 673BD76CF6F87D55A2EA738E /* Frameworks */,
- 03A6D70A3C6228355DEFBB70 /* Resources */,
+ BC685B285F29B808A4BD696F /* Headers */,
+ 79E3ED9C8AC27F60AF312F7B /* Sources */,
+ 2D62692F636257E0C43FB7CA /* Frameworks */,
+ A08ABC31FB6DD5F7C2C42123 /* Resources */,
);
buildRules = (
- F4A39E5197EAFB15F72F2DE0 /* PBXBuildRule */,
+ B272E7E65F0F33C3616C838D /* PBXBuildRule */,
);
dependencies = (
- 5A1DE8FCE4D1B312F5E64CAE /* PBXTargetDependency */,
- 703CCFFB02762172ACA05853 /* PBXTargetDependency */,
+ 5EF07CB3471A78B066C7CEFF /* PBXTargetDependency */,
);
- name = "IceSlicingObjects macOS";
- productName = IceSlicingObjects;
- productReference = AC10F54304BC1200A29C812D /* IceSlicingObjects.bundle */;
- productType = "com.apple.product-type.bundle";
+ name = "IceStorm iOS";
+ productName = IceStorm;
+ productReference = 5350382C18D8411726BBA12F /* IceStorm.framework */;
+ productType = "com.apple.product-type.framework";
};
- E4BA5A651B0F305D7EA18A36 /* IceProxy macOS */ = {
+ C6A8ECA1B200280F068C9194 /* IceOperations iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 1889D9C342F728761FC2FBC8 /* Build configuration list for PBXNativeTarget "IceProxy macOS" */;
+ buildConfigurationList = DBD346738986C593415E9F4E /* Build configuration list for PBXNativeTarget "IceOperations iOS" */;
buildPhases = (
- F57CCD7194ACDFDE2A5E3635 /* Sources */,
- 246D18FF71C712AF6C73F8CA /* Frameworks */,
- 844A839F88BBCA4DD423B00D /* Resources */,
+ 570D82A4804909C22EE6C8F5 /* Sources */,
+ C3C459078BD4018DAFE67777 /* Frameworks */,
+ 7DF0A7E7DE6F3EFA5A4FF38E /* Resources */,
);
buildRules = (
- 2EB890D14F5876205DD9E214 /* PBXBuildRule */,
+ 10C5871A204C432615EE668E /* PBXBuildRule */,
);
dependencies = (
- 858643C33F3864D093817178 /* PBXTargetDependency */,
- 97AB4C14C7899AF6681BFBC1 /* PBXTargetDependency */,
+ 2718BED3F1B08BEC0E435F2B /* PBXTargetDependency */,
+ 2338BB14B446BC860AF87459 /* PBXTargetDependency */,
);
- name = "IceProxy macOS";
- productName = IceProxy;
- productReference = FE29C70E5596157AF7F9DF27 /* IceProxy.bundle */;
+ name = "IceOperations iOS";
+ productName = IceOperations;
+ productReference = 4953A68D21690C6BE15DADB0 /* IceOperations.bundle */;
productType = "com.apple.product-type.bundle";
};
- E4F81DBC40D423DFEBBB0BAE /* IceLocation iOS */ = {
+ C7F73E1031D4CCC1F8735CA6 /* IceStream iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 4E6D145EF1DDC7AA524EF9BC /* Build configuration list for PBXNativeTarget "IceLocation iOS" */;
+ buildConfigurationList = E50A45319AF30F8917007EC9 /* Build configuration list for PBXNativeTarget "IceStream iOS" */;
buildPhases = (
- 59AA2CD2DD905979BCCBC093 /* Sources */,
- A850EE4004B3983546C92561 /* Frameworks */,
- F0F7BD1D526F8ACA8BBD47BB /* Resources */,
+ F60D59E5E0E6454562E9051D /* Sources */,
+ 4604192E061336181322290A /* Frameworks */,
+ F024B8C900BAC1A188550ECC /* Resources */,
);
buildRules = (
- 3F869C193E8403DF224926F1 /* PBXBuildRule */,
+ 5ACA7A6BA5648E38FBC2FDA7 /* PBXBuildRule */,
);
dependencies = (
- 796A994B051C5D841A7FB194 /* PBXTargetDependency */,
- 6AF9397005BFD4F508754934 /* PBXTargetDependency */,
+ A485267D9B7634DE31008462 /* PBXTargetDependency */,
+ 6E01E5706C074FAFCE85E856 /* PBXTargetDependency */,
);
- name = "IceLocation iOS";
- productName = IceLocation;
- productReference = 6E0A8FBCDB0FC398DF5ECDE4 /* IceLocation.bundle */;
+ name = "IceStream iOS";
+ productName = IceStream;
+ productReference = E3AF78872A4BEB7D061A9B32 /* IceStream.bundle */;
productType = "com.apple.product-type.bundle";
};
- E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */ = {
+ CC83EF1BEE801CCD43E7A0FA /* IceOptional macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = CDC71E7012901B9FA4068481 /* Build configuration list for PBXNativeTarget "TestCommon macOS" */;
+ buildConfigurationList = 73AB053ED1904447D138E100 /* Build configuration list for PBXNativeTarget "IceOptional macOS" */;
buildPhases = (
- C3DE2E2DF7B7623F86491DEC /* Headers */,
- 465C4A8332CE7BFC3DD0E255 /* Sources */,
- 30E3A5E27C25F1CF32AE22A8 /* Frameworks */,
- 4D059E3A92C7DF97C522BCE4 /* Resources */,
+ A2886BD6F9DF53C1B03E940C /* Sources */,
+ D5569C7982607814760F7934 /* Frameworks */,
+ 9E5186E85A38332BEFE0AC79 /* Resources */,
);
buildRules = (
- 78CA8E37D0A02B12613D5EED /* PBXBuildRule */,
+ 1E116203A96427248262178E /* PBXBuildRule */,
);
dependencies = (
+ 6E4CA8C0CC196E8BE3DA95DE /* PBXTargetDependency */,
+ 6ABA0671CE572A304CC023EC /* PBXTargetDependency */,
);
- name = "TestCommon macOS";
- productName = TestCommon;
- productReference = 7691CE410C5C18BDF5C8C7E0 /* TestCommon.framework */;
- productType = "com.apple.product-type.framework";
+ name = "IceOptional macOS";
+ productName = IceOptional;
+ productReference = CC2A8241EEF15B94EB4358EB /* IceOptional.bundle */;
+ productType = "com.apple.product-type.bundle";
};
- E92DB77F8971B23F166A4E44 /* IceSlicingObjectsAMD iOS */ = {
+ CE670039BBC40CC5505CBF05 /* IceEnums iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 411DEB260BB69196AD102321 /* Build configuration list for PBXNativeTarget "IceSlicingObjectsAMD iOS" */;
+ buildConfigurationList = 4D7F99680D8C11D8CFD6EA6E /* Build configuration list for PBXNativeTarget "IceEnums iOS" */;
buildPhases = (
- 44C915F30B19D70FB8CD5289 /* Sources */,
- 983A550FD21F825D1A928D85 /* Frameworks */,
- 89F7863A088AFDE819598540 /* Resources */,
+ 7CD38AAC2BFF5283434850BD /* Sources */,
+ 634931699456E4A8EA2E7F7C /* Frameworks */,
+ 6B6EC25782D90743EC1AF4BF /* Resources */,
);
buildRules = (
- CA66672AAA24F901279E634A /* PBXBuildRule */,
+ 3EF0034963AB0C31EAEB9934 /* PBXBuildRule */,
);
dependencies = (
+ 5E03950DEA31A91AE5AC0B65 /* PBXTargetDependency */,
+ 6839CA494DB2128156BFDCA6 /* PBXTargetDependency */,
);
- name = "IceSlicingObjectsAMD iOS";
- productName = IceSlicingObjectsAMD;
- productReference = B2D941FAE724D6464DF52CBC /* IceSlicingObjectsAMD.bundle */;
+ name = "IceEnums iOS";
+ productName = IceEnums;
+ productReference = DB42A2F1EDE808CA86C846E9 /* IceEnums.bundle */;
productType = "com.apple.product-type.bundle";
};
- ED59B0B464D66E31DF357ED7 /* IceServantLocator macOS */ = {
+ D0642853F24B5AC1FD6E9A93 /* IceSlicingExceptions iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 400400052E928C68C517D6A1 /* Build configuration list for PBXNativeTarget "IceServantLocator macOS" */;
+ buildConfigurationList = 6AE3B880652B69AED3895D30 /* Build configuration list for PBXNativeTarget "IceSlicingExceptions iOS" */;
buildPhases = (
- 2843931ECBEE6A34317DDC0B /* Sources */,
- F6431B76BD9C6F636EFF1050 /* Frameworks */,
- 01A4D06BAC81D5A1842EBED5 /* Resources */,
+ A3AA64705F3EA57B824F9BE4 /* Sources */,
+ D34D8BC2B3565A593ED5BB7E /* Frameworks */,
+ FBAF7B01A67396A2353546BC /* Resources */,
);
buildRules = (
- 558BE054A9571B3AD3EC71DA /* PBXBuildRule */,
+ 920740516869D8D35652365F /* PBXBuildRule */,
);
dependencies = (
- BE71BFD5F24C49472AA9FBE2 /* PBXTargetDependency */,
- DB1F41A37C98C18FD38EBD79 /* PBXTargetDependency */,
+ 2F810191E58EF027B4AA583B /* PBXTargetDependency */,
+ AF5509D905D35C8000560F40 /* PBXTargetDependency */,
);
- name = "IceServantLocator macOS";
- productName = IceServantLocator;
- productReference = 0284B8E6A1464F655E7C9267 /* IceServantLocator.bundle */;
+ name = "IceSlicingExceptions iOS";
+ productName = IceSlicingExceptions;
+ productReference = FD807A36F0DA39CB04ED0B66 /* IceSlicingExceptions.bundle */;
productType = "com.apple.product-type.bundle";
};
- F041550A1C97118252EE81D9 /* IceSlicingExceptions macOS */ = {
+ D06C54C4DB7DAF2EB1F0F7E5 /* IceLocation iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = DDBFB4ED30316C6AD56456FB /* Build configuration list for PBXNativeTarget "IceSlicingExceptions macOS" */;
+ buildConfigurationList = 707C424747FCBD784C02DC38 /* Build configuration list for PBXNativeTarget "IceLocation iOS" */;
buildPhases = (
- 551AD90C37BFC8BDA03EEC67 /* Sources */,
- A92E55FDDA54CC9D1498F547 /* Frameworks */,
- EDF3777780A52AC1F910ECC3 /* Resources */,
+ C0A066AA078AD454326A51C9 /* Sources */,
+ 62F618678AC6EB4DAA9155B1 /* Frameworks */,
+ 7EF795334AACF461653E8CB8 /* Resources */,
);
buildRules = (
- 1961F6A0D662DEC1D96D0B56 /* PBXBuildRule */,
+ 8DF7043F6ED473065B9D426F /* PBXBuildRule */,
);
dependencies = (
- E00E13586A8821BF7CA8AE00 /* PBXTargetDependency */,
- 62C3A4CAB304F3FA4CC2FEE9 /* PBXTargetDependency */,
+ 1A319AB01CE01A5276EC5B96 /* PBXTargetDependency */,
+ D19398E43ADAF4CC8DE53AA2 /* PBXTargetDependency */,
);
- name = "IceSlicingExceptions macOS";
- productName = IceSlicingExceptions;
- productReference = 5CB3684F35DE62A0E27E1D97 /* IceSlicingExceptions.bundle */;
+ name = "IceLocation iOS";
+ productName = IceLocation;
+ productReference = 69E8F7C4430172BA68A21FBA /* IceLocation.bundle */;
productType = "com.apple.product-type.bundle";
};
- F14D3FA73C4C113A68B98892 /* IceInvoke iOS */ = {
+ DD11C95371910239B8FE156F /* IceServantLocatorAMD iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 01821D1246DED6BCB8304EA7 /* Build configuration list for PBXNativeTarget "IceInvoke iOS" */;
+ buildConfigurationList = 401A7904E7A969D30881D193 /* Build configuration list for PBXNativeTarget "IceServantLocatorAMD iOS" */;
buildPhases = (
- 70D15F86A8B43987F5E0B0ED /* Sources */,
- C848FDBC1DE07EDE2E2B1F5B /* Frameworks */,
- 9ECA9A235B4F2A04EA4DFEA8 /* Resources */,
+ E9AB8FDA85570BA3B680C998 /* Sources */,
+ 2B3D2F89AEB484AB58F780A9 /* Frameworks */,
+ E2B52D843503A25E4FC7CD9E /* Resources */,
);
buildRules = (
- A7498AAF59F30CB3C52708ED /* PBXBuildRule */,
+ C015675A9F53295E194AC692 /* PBXBuildRule */,
);
dependencies = (
- 95B8C72132F98CE06FDF7677 /* PBXTargetDependency */,
- 67F85651115EAA032F553E42 /* PBXTargetDependency */,
);
- name = "IceInvoke iOS";
- productName = IceInvoke;
- productReference = AA5482BDE255377C3E467495 /* IceInvoke.bundle */;
+ name = "IceServantLocatorAMD iOS";
+ productName = IceServantLocatorAMD;
+ productReference = 263B5A5728AFD7F716DEDB1E /* IceServantLocatorAMD.bundle */;
productType = "com.apple.product-type.bundle";
};
- F175AF417CBB82B41F16F307 /* IceObjects iOS */ = {
+ E1912EC5139972198C650C58 /* IceSlicingObjectsAMD macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 6298385459C710DBDBE1E94B /* Build configuration list for PBXNativeTarget "IceObjects iOS" */;
+ buildConfigurationList = 33BBE651CEB42C85E9F8C4D2 /* Build configuration list for PBXNativeTarget "IceSlicingObjectsAMD macOS" */;
buildPhases = (
- E0C7B8F9310EE00C3E535597 /* Sources */,
- 102D934B053759ED2CE0E01E /* Frameworks */,
- 03C0E9ED76C4311749D6DAE2 /* Resources */,
+ 6BB46BB3041FFC85FE5E8786 /* Sources */,
+ AB8069A161866AC1C58B9BED /* Frameworks */,
+ BFBCB833BBBC5CB7F13B9108 /* Resources */,
);
buildRules = (
- BC64698069DB07358AE4A5D9 /* PBXBuildRule */,
+ 9E61B0A9BB93EF4AE1CDBE5E /* PBXBuildRule */,
);
dependencies = (
- 3D5A548754114ECE2E7745E9 /* PBXTargetDependency */,
- 9993C176186BAB746B22DEB4 /* PBXTargetDependency */,
);
- name = "IceObjects iOS";
- productName = IceObjects;
- productReference = 7AB7B0C3B9FFD0955B2AEEE3 /* IceObjects.bundle */;
+ name = "IceSlicingObjectsAMD macOS";
+ productName = IceSlicingObjectsAMD;
+ productReference = AC34B47B1962A8FDFEF0E065 /* IceSlicingObjectsAMD.bundle */;
productType = "com.apple.product-type.bundle";
};
- F1AB64DAD663B6FEE7CA5200 /* IceHold macOS */ = {
+ E49D55A0B324667AC5F523F6 /* IceUdp iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 7ED55F7D7874D59ABDDB29C6 /* Build configuration list for PBXNativeTarget "IceHold macOS" */;
+ buildConfigurationList = F4C7979094BDFC608FD7FF97 /* Build configuration list for PBXNativeTarget "IceUdp iOS" */;
buildPhases = (
- 5E4F6A42A1B9082A1DEFDE5A /* Sources */,
- 71C0F0FB8523F52547CFCBD0 /* Frameworks */,
- A8F6D59F0A8E777BCCBD6707 /* Resources */,
+ 787672EA717663AC0B52FB84 /* Sources */,
+ BEA7570A70A816D2AAB14282 /* Frameworks */,
+ A070E62FBA5B298FD2181BF7 /* Resources */,
);
buildRules = (
- 1352803E75531219CA3C5E8A /* PBXBuildRule */,
+ D5CB04725E2ED95A595BA133 /* PBXBuildRule */,
);
dependencies = (
- BCE453DDF0F1BA30528196E9 /* PBXTargetDependency */,
- 3265AEC1DD29BE8407FAAF8B /* PBXTargetDependency */,
+ E9994848A4C5C46A49E62CB2 /* PBXTargetDependency */,
+ A0F9D948F0A4B1D4E64F7659 /* PBXTargetDependency */,
);
- name = "IceHold macOS";
- productName = IceHold;
- productReference = 747922D2CD728575DDD53080 /* IceHold.bundle */;
+ name = "IceUdp iOS";
+ productName = IceUdp;
+ productReference = 2DC18C0B7B8E695FE60DE7EB /* IceUdp.bundle */;
productType = "com.apple.product-type.bundle";
};
- F4FB6714E82D6CAB1CF4699D /* IceLocation macOS */ = {
+ E7852A9289CA34A13F124687 /* IceInheritance macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 337D44E36A08A3921885675B /* Build configuration list for PBXNativeTarget "IceLocation macOS" */;
+ buildConfigurationList = 2BFAF5533096C4CA5C465A34 /* Build configuration list for PBXNativeTarget "IceInheritance macOS" */;
buildPhases = (
- 975A1FA37680BF854C8A85C9 /* Sources */,
- CDBEE093F4F8265FCC295567 /* Frameworks */,
- F9B7651EC88549ED1285764E /* Resources */,
+ 48B5B69A6B88EA298A23C4C0 /* Sources */,
+ 98A114C47C41F5B124A69B4F /* Frameworks */,
+ 09B088E45488D98965CD849A /* Resources */,
);
buildRules = (
- E08DF88F57C640DB6B2EBF95 /* PBXBuildRule */,
+ E46DD4A50E552A524F06E26D /* PBXBuildRule */,
);
dependencies = (
- 3FC0E2193721FD8A3A917C52 /* PBXTargetDependency */,
- 5FE402F2DC291D225E88C7B5 /* PBXTargetDependency */,
+ C7612574C72DB1F15259D9B4 /* PBXTargetDependency */,
+ DF6988A3A1F5783800DF84CE /* PBXTargetDependency */,
);
- name = "IceLocation macOS";
- productName = IceLocation;
- productReference = 8DE215FC6BA3FEF83C14EC1E /* IceLocation.bundle */;
+ name = "IceInheritance macOS";
+ productName = IceInheritance;
+ productReference = 8854D9986A818A55491E4CBB /* IceInheritance.bundle */;
productType = "com.apple.product-type.bundle";
};
- FBB955276D8C7CB0EE08C8AF /* IceAdmin iOS */ = {
+ EBCA17048E56334A7FEDEA4D /* IceSlicingObjectsAMD iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 8D9D4EDC310AE7827DC8D083 /* Build configuration list for PBXNativeTarget "IceAdmin iOS" */;
+ buildConfigurationList = ED74C3C3335D60E7DB2BBB06 /* Build configuration list for PBXNativeTarget "IceSlicingObjectsAMD iOS" */;
buildPhases = (
- F3C27032822D5D9CFDB80D41 /* Sources */,
- D77887A21689E240186E792D /* Frameworks */,
- 29444B0A5CA9F8C4674CA425 /* Resources */,
+ D4FC95CFDDBE3B0B498CF092 /* Sources */,
+ 725CBE0F6A6722C0B7A4D14E /* Frameworks */,
+ 33223C6FCB12F527EE30F508 /* Resources */,
);
buildRules = (
- 18FB25AF1FA221E3EE5CF06D /* PBXBuildRule */,
+ 83FC9F4B782CB618D892C881 /* PBXBuildRule */,
);
dependencies = (
- E94905120512C8AC483DA171 /* PBXTargetDependency */,
- 3A0BB80299324C9F17D0039B /* PBXTargetDependency */,
);
- name = "IceAdmin iOS";
- productName = IceAdmin;
- productReference = 4DF6F8C5AF97D71F31BE56F6 /* IceAdmin.bundle */;
+ name = "IceSlicingObjectsAMD iOS";
+ productName = IceSlicingObjectsAMD;
+ productReference = 69B374C58A399C886CF79259 /* IceSlicingObjectsAMD.bundle */;
productType = "com.apple.product-type.bundle";
};
- FBC2442F4B974E16902F19E5 /* IceExceptions iOS */ = {
+ F107D77D1E5158840BBE4638 /* IceOptional iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = A6DA9F8A358938336A2D7989 /* Build configuration list for PBXNativeTarget "IceExceptions iOS" */;
+ buildConfigurationList = B3637FC2034F040C71CBA3DB /* Build configuration list for PBXNativeTarget "IceOptional iOS" */;
buildPhases = (
- A13203C11922F2EBEED60B2E /* Sources */,
- 8257CD4CBFF213FA4C2354CA /* Frameworks */,
- E98E3A79B5B99C4E875DB363 /* Resources */,
+ 72720F185059E0A14532CF30 /* Sources */,
+ DBF6F463A0538922DED6A157 /* Frameworks */,
+ C5D25D5DC7B487363D6BA086 /* Resources */,
);
buildRules = (
- 3287806CEE4F1E3F4FD3ABA1 /* PBXBuildRule */,
+ AD25ADAA5A4B99CE09F2D8AD /* PBXBuildRule */,
);
dependencies = (
- 5A18A1D84626B1122DA27947 /* PBXTargetDependency */,
- 06D7C0E75D55C2DD87B89D50 /* PBXTargetDependency */,
+ C03EF7D4BE0B0B90A4EB234D /* PBXTargetDependency */,
+ 197D721B021CE0EB3AA606EC /* PBXTargetDependency */,
);
- name = "IceExceptions iOS";
- productName = IceExceptions;
- productReference = D7614A3E9EE9674346B0FAA2 /* IceExceptions.bundle */;
+ name = "IceOptional iOS";
+ productName = IceOptional;
+ productReference = CC9105C9E568CCC98BC39315 /* IceOptional.bundle */;
productType = "com.apple.product-type.bundle";
};
- FC8622F740105118B7519CE9 /* IceStream iOS */ = {
+ F5E36D5CA0E7F1D3A82B15D0 /* IceFacets macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = F31CCFC761A184F8B4400CA5 /* Build configuration list for PBXNativeTarget "IceStream iOS" */;
+ buildConfigurationList = 4A9F150E1289B440735FA4A9 /* Build configuration list for PBXNativeTarget "IceFacets macOS" */;
buildPhases = (
- BA4A5952A6931980D420A147 /* Sources */,
- 8D9C24C48B79897ACB15B3A5 /* Frameworks */,
- 40721060390C368651BD56AC /* Resources */,
+ 0F614B2762747E13874903D8 /* Sources */,
+ BE440ADCF75FCDA2AC359294 /* Frameworks */,
+ A7FB08A3810051799CFB101A /* Resources */,
);
buildRules = (
- DB934CA13A8219A9ED8FF1F6 /* PBXBuildRule */,
+ 4650299F13554E77D042AD36 /* PBXBuildRule */,
);
dependencies = (
- 7854AD0FAA3DE11A690B760B /* PBXTargetDependency */,
- 34537E90365CFD140A43B61C /* PBXTargetDependency */,
+ CE4D536B76EE4952692950FA /* PBXTargetDependency */,
+ 45389184DF6BF37B61F5906C /* PBXTargetDependency */,
);
- name = "IceStream iOS";
- productName = IceStream;
- productReference = 3144BFC41E6EDE84ED17D171 /* IceStream.bundle */;
+ name = "IceFacets macOS";
+ productName = IceFacets;
+ productReference = 8F224002805AED0DDD2D8F8F /* IceFacets.bundle */;
productType = "com.apple.product-type.bundle";
};
- FE487AFBA79948F4CB91BD68 /* IceOptionalAMD iOS */ = {
+ F66D9F4C4680A4BF09CB4BA0 /* IceDiscovery C++11 iOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = AFCCC19CED1888CC25A13F3E /* Build configuration list for PBXNativeTarget "IceOptionalAMD iOS" */;
+ buildConfigurationList = 662C46B31B3D2BAA1FEE7736 /* Build configuration list for PBXNativeTarget "IceDiscovery C++11 iOS" */;
buildPhases = (
- C1D139760C1918F4E5EE0FF1 /* Sources */,
- F4BD69D5B5C46282EA5651ED /* Frameworks */,
- 4C62C3ABAB9F5BA45FD8CCFA /* Resources */,
+ D709A8462880D073230BF09F /* Headers */,
+ E97562A9302E6C69E06FC03C /* Sources */,
+ 9D94407A5D6D2700D977472F /* Frameworks */,
);
buildRules = (
- 72CE91CCE1B4EF889509F26B /* PBXBuildRule */,
+ 6768F05D023DFBD957918F9C /* PBXBuildRule */,
);
dependencies = (
+ 2F14189E07C1F1D3B5126AFD /* PBXTargetDependency */,
);
- name = "IceOptionalAMD iOS";
- productName = IceOptionalAMD;
- productReference = E20F8E2FD6CC507FB428B544 /* IceOptionalAMD.bundle */;
+ name = "IceDiscovery C++11 iOS";
+ productName = "IceDiscovery C++11 iOS";
+ productReference = F3FCAACC461B290982F6E9D6 /* libIceDiscovery C++11 iOS.a */;
+ productType = "com.apple.product-type.library.static";
+ };
+ F74CE75639B8A70ED6D86BE4 /* IceScope macOS */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 5DE631C288EAF018532C58C2 /* Build configuration list for PBXNativeTarget "IceScope macOS" */;
+ buildPhases = (
+ C8CCD91229851F467B321957 /* Sources */,
+ 2D5EEC730B75A1BE04E8626F /* Frameworks */,
+ 47C36AB4DC17B5C0911C353D /* Resources */,
+ );
+ buildRules = (
+ E1B73F0EA9C6F493A2977220 /* PBXBuildRule */,
+ );
+ dependencies = (
+ 242D81508F4ABBC6721CF87F /* PBXTargetDependency */,
+ 807C78AC0278943BD99DE973 /* PBXTargetDependency */,
+ );
+ name = "IceScope macOS";
+ productName = IceScope;
+ productReference = 29AFA15928BF96503D791DCD /* IceScope.bundle */;
productType = "com.apple.product-type.bundle";
};
- FFCA4011FB8A748CD855E2E7 /* IceEnums macOS */ = {
+ FCE3579416174E1CCB5717FD /* IceOperations macOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = CF4BCC5EEEF31E0E865498E0 /* Build configuration list for PBXNativeTarget "IceEnums macOS" */;
+ buildConfigurationList = 2597661EEA44787C38CA4172 /* Build configuration list for PBXNativeTarget "IceOperations macOS" */;
buildPhases = (
- CDE09CE2432043D9E2D42849 /* Sources */,
- AD6FE6903703F561219A7A24 /* Frameworks */,
- 573BF722D1197A8FE99BB543 /* Resources */,
+ BE02DB931E1E6C7A87560F29 /* Sources */,
+ 4EA77453D903B03499461ACC /* Frameworks */,
+ B7941AE835DF92870F0BEBA1 /* Resources */,
);
buildRules = (
- ADC60343143BC8E8CF64627B /* PBXBuildRule */,
+ 936C7CA5EF79836C8CBA2339 /* PBXBuildRule */,
);
dependencies = (
- 77E42C7D25188A208AEC973D /* PBXTargetDependency */,
- 03FF210C076DE00DCDAFB144 /* PBXTargetDependency */,
+ E9E6B5C56FF963DA0BD4BCA9 /* PBXTargetDependency */,
+ 61AC98AD7F703992737132F0 /* PBXTargetDependency */,
);
- name = "IceEnums macOS";
- productName = IceEnums;
- productReference = FC6DCAF6AE8DAEBD8221B7FE /* IceEnums.bundle */;
+ name = "IceOperations macOS";
+ productName = IceOperations;
+ productReference = 0E4335943E2E798753CA12FE /* IceOperations.bundle */;
productType = "com.apple.product-type.bundle";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
- D8AC0EF607F0C6DAAC35DF61 /* Project object */ = {
+ 35C90DD66C820C35DFF9F255 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1240;
LastUpgradeCheck = 1240;
TargetAttributes = {
- 02D7A24C08D302DCE03B1BDC = {
+ 00544DA102F36026FDF33FCB = {
ProvisioningStyle = Automatic;
};
- 06141078D859393EDD03B017 = {
+ 0295C3FC1C17313DE5D5D2DE = {
ProvisioningStyle = Automatic;
};
- 0728767808790B1A5E3A81F4 = {
+ 06F3884CD379C52D6B535D38 = {
ProvisioningStyle = Automatic;
};
- 08C36D0D7B1B57CDCC4D3F7E = {
+ 08091D1E55118D7F718FE15D = {
ProvisioningStyle = Automatic;
};
- 0E0D1E210073E2CCF0F83827 = {
+ 0A9B42751CDE3737734FA14F = {
ProvisioningStyle = Automatic;
};
- 112274228A01EB516F707BA3 = {
+ 11979031078D63BE63A1C93B = {
ProvisioningStyle = Automatic;
};
- 142DBEE984B183E13050C3F2 = {
+ 126FAF26C2B1E28D9CD16B2F = {
ProvisioningStyle = Automatic;
};
- 19277070BD150A1695ABF68E = {
+ 12D56A5EF1A9A5F32F2D757E = {
ProvisioningStyle = Automatic;
};
- 198475E914929864A7E14D84 = {
+ 143DB50AB99266E6B37AEE04 = {
ProvisioningStyle = Automatic;
};
- 19890CD0A23E1A43198CA8A3 = {
+ 14473AF03BCDDE6F204E5F53 = {
ProvisioningStyle = Automatic;
};
- 23D7517178BBFF564AE61CD9 = {
+ 1694719C10B89C39242AF1B8 = {
ProvisioningStyle = Automatic;
};
- 26AE8725AF5D750C6312676B = {
+ 18E49F7A2C75C85CD39FB687 = {
ProvisioningStyle = Automatic;
};
- 2C1286E4D70FC9F4DA4293FF = {
+ 1B43101F29B66C89513B6977 = {
ProvisioningStyle = Automatic;
};
- 342AC29327DE576C9FB52C7C = {
+ 1BE965FBA4828D97A6820712 = {
ProvisioningStyle = Automatic;
};
- 3D5AD8F17A546E868BC47646 = {
+ 1C1678E38742483ABFA3FC6C = {
ProvisioningStyle = Automatic;
};
- 3D71532ED4A520BBE60C51B9 = {
+ 2007A4C7084F7958289E377A = {
ProvisioningStyle = Automatic;
};
- 3F298C47E3C60AC58BC489F2 = {
+ 23560E088B3930C8162274EF = {
ProvisioningStyle = Automatic;
};
- 42E090EA16E47B47E62A7A73 = {
+ 266366CE4382F905C6294DD7 = {
ProvisioningStyle = Automatic;
};
- 43CA1D6E0F5513CFC6F33FA4 = {
+ 270EFFF3D89BBD0E128CE796 = {
ProvisioningStyle = Automatic;
};
- 44047F42C1CDD61BA2140B71 = {
+ 27FEB5394EE2DAD06C8BA4A2 = {
ProvisioningStyle = Automatic;
};
- 47A8ADAA3B965DE639F9EB6A = {
+ 2AA4E8A0890065D1FDF3D77F = {
ProvisioningStyle = Automatic;
};
- 49C25DC242C051AE5AC4CDD4 = {
+ 336F0F8FF596189D74E33D58 = {
ProvisioningStyle = Automatic;
};
- 4D000279871D881258716BFF = {
+ 33DCB94CC426F58E04EFFE0D = {
ProvisioningStyle = Automatic;
};
- 4FD15044E421634366A36B1F = {
+ 34E77856AF3ED9F4BE974FEC = {
ProvisioningStyle = Automatic;
};
- 574540F63207A42A936015F8 = {
+ 36DAEBADAE4D240BD5C5086E = {
ProvisioningStyle = Automatic;
};
- 59E7F45723F3686C3035C147 = {
+ 3C870E2669428DB059B4E1E8 = {
ProvisioningStyle = Automatic;
};
- 5CE6BECEFF1EAAE1D03173AE = {
+ 41CE5BF0A76DEB6DDD0630D6 = {
ProvisioningStyle = Automatic;
};
- 5F093C2AFED3448B19DFDFDF = {
+ 4297E8CB4F654A523217ADC9 = {
ProvisioningStyle = Automatic;
};
- 648F72582EAC4E145601F024 = {
+ 439F0AFD9CC68DD650B896D1 = {
ProvisioningStyle = Automatic;
};
- 683013A729B856829A0AE11A = {
+ 4424A248BF1E7E64836AB06C = {
ProvisioningStyle = Automatic;
};
- 696B190C0595012CE53DA4EC = {
+ 48EA25167D422F1AE2654F89 = {
ProvisioningStyle = Automatic;
};
- 698E87D063EFE8C1CD52CAC1 = {
+ 4BF5C686C4DC20B76CC2C7B9 = {
ProvisioningStyle = Automatic;
};
- 6DA7FA935E2C4923E8665798 = {
+ 4E2364CE36E28A473DDBA432 = {
ProvisioningStyle = Automatic;
};
- 70D93142FED3FCB22C5EF82B = {
+ 4E2F37BCE693F305C58550E6 = {
ProvisioningStyle = Automatic;
};
- 71DB578FC197FEF8D90817DE = {
+ 52ED084C4C18596FE8DCF2A3 = {
ProvisioningStyle = Automatic;
};
- 7462995A35FB7AB3B02125AA = {
+ 554961DEAD95DC62BA2C45F2 = {
ProvisioningStyle = Automatic;
};
- 7A1F39814D80540AE986F204 = {
+ 5A9970AC3B850DB8537C89C3 = {
ProvisioningStyle = Automatic;
};
- 7C7FE366892DD63340AE12DC = {
+ 5BB4958E52D9E40832B7FE97 = {
ProvisioningStyle = Automatic;
};
- 802088D158FA29082F5856CF = {
+ 5CE5A06DD18329FBF0ED872E = {
ProvisioningStyle = Automatic;
};
- 810DD60915D5510EF4D321CA = {
+ 5D385DD7F61992EA89B9209C = {
ProvisioningStyle = Automatic;
};
- 81A460C2732665FB8233BD11 = {
+ 5F25B28266F98C0E681F3872 = {
ProvisioningStyle = Automatic;
};
- 89545EBC8BA93FFDC292B910 = {
+ 69C6E605554B226AA899EEEA = {
ProvisioningStyle = Automatic;
};
- 8AE3CB9FE7E646EFEF0A78C6 = {
+ 6AD38677109BBA48C1497385 = {
ProvisioningStyle = Automatic;
};
- 8B4E85A46304ECE84C8E2C8E = {
+ 6EA6F62E8A9D3116F687D3A9 = {
ProvisioningStyle = Automatic;
};
- 8D31E57052B3224C8473E892 = {
+ 70AFA63B0760804AE4E57268 = {
ProvisioningStyle = Automatic;
};
- 8F1450E0148056E5D3EDAA96 = {
+ 717B0F3CD15624432699B792 = {
ProvisioningStyle = Automatic;
};
- 90D65E12D7AEA4D00C860370 = {
+ 7505A400330C72CD93BEDE81 = {
ProvisioningStyle = Automatic;
};
- 92BC91EF5B6938BF0B4A20D2 = {
+ 7828D19BC1CFE479906D337F = {
ProvisioningStyle = Automatic;
};
- 937215058776C58C1F53EFCF = {
+ 7B34C3BB6444CCE6113E5319 = {
ProvisioningStyle = Automatic;
};
- 95F032B90403D1178DAD5340 = {
+ 7CED99421D8A0C328DC27815 = {
ProvisioningStyle = Automatic;
};
- 9D467331E6015B19C053328F = {
+ 81FA123AB088819E242361A4 = {
ProvisioningStyle = Automatic;
};
- 9E93DE527B912CB53FC680B4 = {
+ 82AA6A3CE35702853C2B8443 = {
ProvisioningStyle = Automatic;
};
- A1031563F22EE58DF49CD8C5 = {
+ 861FEA4C51B0FB7B37973323 = {
ProvisioningStyle = Automatic;
};
- A3B4665C4E5F7274153A4017 = {
+ 8649FBFB3EE6C392B9DDE181 = {
ProvisioningStyle = Automatic;
};
- A4F68F11E8714AE73F472520 = {
+ 88AE991A6989B2C55A17CF98 = {
ProvisioningStyle = Automatic;
};
- A5C46C8C09BC73AF9624CD41 = {
+ 89E63821F3C95E9A76A161B8 = {
ProvisioningStyle = Automatic;
};
- A5E1A092FEB1A85219C77BCB = {
+ 8DDA1C7A320FD81129D45985 = {
ProvisioningStyle = Automatic;
};
- A624BB8C7752332D9B9A5E51 = {
+ 914DA3889A68635AC2DB2E34 = {
ProvisioningStyle = Automatic;
};
- A697EB2AC72EBE32B08CB4C7 = {
+ 917CD431CF220B67467E9A31 = {
ProvisioningStyle = Automatic;
};
- ABC95B788980D13567C2F5E1 = {
+ 92898A5CD90373C1101171CB = {
ProvisioningStyle = Automatic;
};
- ADD4B7F4B6DDB158EFFB551E = {
+ 95F39DC24359D80CD847D84E = {
ProvisioningStyle = Automatic;
};
- ADE73040529A19ACD957162F = {
+ 978C389F20FCEA14DFF4C468 = {
ProvisioningStyle = Automatic;
};
- AEF698FE916F6D138EC7B5F7 = {
+ 9F550A85E417BA1FDEBF04C6 = {
ProvisioningStyle = Automatic;
};
- B2CC8A21525B4303BA357084 = {
+ A56EAE4B8B2BF02380F8B287 = {
ProvisioningStyle = Automatic;
};
- B3F58255E86EEBE7F8ED29AE = {
+ A77E1E8B6BC3DAB1A4CEB56B = {
ProvisioningStyle = Automatic;
};
- B4F90D99608B8138DA2CC988 = {
+ A8270486F8E96D0E0E8A1EC0 = {
ProvisioningStyle = Automatic;
};
- B90CED975CBC6062F8CFFF07 = {
+ A90B1A88CA71514A0329C832 = {
ProvisioningStyle = Automatic;
};
- BAE30C4CB94ABBC22F99DEE3 = {
+ A9799C06422C51483F1D0F25 = {
ProvisioningStyle = Automatic;
};
- C17A34B04BEFFA036F13C3A5 = {
+ AB2E0E56A692B9BB4E442B93 = {
ProvisioningStyle = Automatic;
};
- C2587933333578145CEA50FF = {
+ AF2C109700765620ABD89ADA = {
ProvisioningStyle = Automatic;
};
- C767D4CF064327C31C3AFB82 = {
+ AF6C18174B177EEA137C9CE9 = {
ProvisioningStyle = Automatic;
};
- C93F027B60BE55BCEF17412D = {
+ B09BE6F4BEC60129AD4BF862 = {
ProvisioningStyle = Automatic;
};
- CAAB211116ED618E83571DCE = {
+ B1C8F4791A464D03CEB67B54 = {
ProvisioningStyle = Automatic;
};
- D26BBA4E49AB6CFCA5AF507B = {
+ B252858D517903A8EDD9FE3C = {
ProvisioningStyle = Automatic;
};
- D40FAE6083B76E493028494B = {
+ B35AF677B117B64D094923C6 = {
ProvisioningStyle = Automatic;
};
- D43F1C1A88314E61BB20A2C5 = {
+ B53DE8F3BC9EF543D30F7B9B = {
ProvisioningStyle = Automatic;
};
- D4ADB390360A73D0A9F51BAE = {
+ B739075E195557F4DECCD8F0 = {
ProvisioningStyle = Automatic;
};
- D853ABE4496605A14AB04665 = {
+ B76F9C0E907F890680738D62 = {
ProvisioningStyle = Automatic;
};
- D8A0C74DA21311438F7F5EF4 = {
+ B7AC496F51ED1E993EF4B373 = {
ProvisioningStyle = Automatic;
};
- D8FF4903B67D40855582EC70 = {
+ B9534304559B9CD3A737976B = {
ProvisioningStyle = Automatic;
};
- DA02CE3262C5ED5EEB4C3DEF = {
+ BC1C7C579BFBEEB5D2383172 = {
ProvisioningStyle = Automatic;
};
- DAB45D10B8ED449DC9378E17 = {
+ BD0309EA14AFA2175176E4A4 = {
ProvisioningStyle = Automatic;
};
- DAE6ED7974F67E932D29B4A0 = {
+ C377D09BDC2B83778A69F7BE = {
ProvisioningStyle = Automatic;
};
- DE9A0CAF0D302A90ED994425 = {
+ C3BED7AD2B65CF2B763B2C53 = {
ProvisioningStyle = Automatic;
};
- DF64FF9C63ED4DE16E214357 = {
+ C43E0B56E899A1EF58E70B90 = {
ProvisioningStyle = Automatic;
};
- E3A11742391CFCBD976762A2 = {
+ C6A8ECA1B200280F068C9194 = {
ProvisioningStyle = Automatic;
};
- E4BA5A651B0F305D7EA18A36 = {
+ C7F73E1031D4CCC1F8735CA6 = {
ProvisioningStyle = Automatic;
};
- E4F81DBC40D423DFEBBB0BAE = {
+ CC83EF1BEE801CCD43E7A0FA = {
ProvisioningStyle = Automatic;
};
- E65F5561F1EBAA6DDEFAA99E = {
+ CE670039BBC40CC5505CBF05 = {
ProvisioningStyle = Automatic;
};
- E92DB77F8971B23F166A4E44 = {
+ D0642853F24B5AC1FD6E9A93 = {
ProvisioningStyle = Automatic;
};
- ED59B0B464D66E31DF357ED7 = {
+ D06C54C4DB7DAF2EB1F0F7E5 = {
ProvisioningStyle = Automatic;
};
- F041550A1C97118252EE81D9 = {
+ DD11C95371910239B8FE156F = {
ProvisioningStyle = Automatic;
};
- F14D3FA73C4C113A68B98892 = {
+ E1912EC5139972198C650C58 = {
ProvisioningStyle = Automatic;
};
- F175AF417CBB82B41F16F307 = {
+ E49D55A0B324667AC5F523F6 = {
ProvisioningStyle = Automatic;
};
- F1AB64DAD663B6FEE7CA5200 = {
+ E7852A9289CA34A13F124687 = {
ProvisioningStyle = Automatic;
};
- F4FB6714E82D6CAB1CF4699D = {
+ EBCA17048E56334A7FEDEA4D = {
ProvisioningStyle = Automatic;
};
- FBB955276D8C7CB0EE08C8AF = {
+ F107D77D1E5158840BBE4638 = {
ProvisioningStyle = Automatic;
};
- FBC2442F4B974E16902F19E5 = {
+ F5E36D5CA0E7F1D3A82B15D0 = {
ProvisioningStyle = Automatic;
};
- FC8622F740105118B7519CE9 = {
+ F66D9F4C4680A4BF09CB4BA0 = {
ProvisioningStyle = Automatic;
};
- FE487AFBA79948F4CB91BD68 = {
+ F74CE75639B8A70ED6D86BE4 = {
ProvisioningStyle = Automatic;
};
- FFCA4011FB8A748CD855E2E7 = {
+ FCE3579416174E1CCB5717FD = {
ProvisioningStyle = Automatic;
};
};
};
- buildConfigurationList = EBBBA5F4F22B9618EBBD2747 /* Build configuration list for PBXProject "ice" */;
+ buildConfigurationList = 1F302844FFC731E14BA25E5B /* Build configuration list for PBXProject "ice" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = en;
hasScannedForEncodings = 0;
@@ -10804,758 +10804,758 @@
Base,
en,
);
- mainGroup = C4E984C424A45533CB832996;
- productRefGroup = 76EF7CC9A030AB9884790FD7 /* Products */;
+ mainGroup = 8E79FB61D5E89924ADC0DB39;
+ productRefGroup = 303E41DCFC1A4E2830C7858A /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
- A5C46C8C09BC73AF9624CD41 /* Glacier2 iOS */,
- 08C36D0D7B1B57CDCC4D3F7E /* Glacier2 macOS */,
- D8A0C74DA21311438F7F5EF4 /* Ice C++11 iOS */,
- 7462995A35FB7AB3B02125AA /* Ice C++11 macOS */,
- 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */,
- C17A34B04BEFFA036F13C3A5 /* Ice macOS */,
- 9E93DE527B912CB53FC680B4 /* IceAcm iOS */,
- 937215058776C58C1F53EFCF /* IceAcm macOS */,
- 44047F42C1CDD61BA2140B71 /* IceAdapterDeactivation iOS */,
- 696B190C0595012CE53DA4EC /* IceAdapterDeactivation macOS */,
- FBB955276D8C7CB0EE08C8AF /* IceAdmin iOS */,
- 89545EBC8BA93FFDC292B910 /* IceAdmin macOS */,
- B2CC8A21525B4303BA357084 /* IceAmi iOS */,
- 574540F63207A42A936015F8 /* IceAmi macOS */,
- 59E7F45723F3686C3035C147 /* IceBinding iOS */,
- 43CA1D6E0F5513CFC6F33FA4 /* IceBinding macOS */,
- 19890CD0A23E1A43198CA8A3 /* IceDefaultServant iOS */,
- 3D5AD8F17A546E868BC47646 /* IceDefaultServant macOS */,
- 198475E914929864A7E14D84 /* IceDefaultValue iOS */,
- ADE73040529A19ACD957162F /* IceDefaultValue macOS */,
- 06141078D859393EDD03B017 /* IceDiscovery C++11 iOS */,
- 0728767808790B1A5E3A81F4 /* IceDiscovery C++11 macOS */,
- 49C25DC242C051AE5AC4CDD4 /* IceEnums iOS */,
- FFCA4011FB8A748CD855E2E7 /* IceEnums macOS */,
- FBC2442F4B974E16902F19E5 /* IceExceptions iOS */,
- 4FD15044E421634366A36B1F /* IceExceptions macOS */,
- 81A460C2732665FB8233BD11 /* IceExceptionsAMD iOS */,
- 3F298C47E3C60AC58BC489F2 /* IceExceptionsAMD macOS */,
- DA02CE3262C5ED5EEB4C3DEF /* IceFacets iOS */,
- AEF698FE916F6D138EC7B5F7 /* IceFacets macOS */,
- DE9A0CAF0D302A90ED994425 /* IceGrid iOS */,
- D26BBA4E49AB6CFCA5AF507B /* IceGrid macOS */,
- 92BC91EF5B6938BF0B4A20D2 /* IceHold iOS */,
- F1AB64DAD663B6FEE7CA5200 /* IceHold macOS */,
- B4F90D99608B8138DA2CC988 /* IceIAP C++11 iOS */,
- 112274228A01EB516F707BA3 /* IceImpl iOS */,
- 648F72582EAC4E145601F024 /* IceImpl macOS */,
- C93F027B60BE55BCEF17412D /* IceInfo iOS */,
- DAB45D10B8ED449DC9378E17 /* IceInfo macOS */,
- D8FF4903B67D40855582EC70 /* IceInheritance iOS */,
- D43F1C1A88314E61BB20A2C5 /* IceInheritance macOS */,
- CAAB211116ED618E83571DCE /* IceInterceptor iOS */,
- 47A8ADAA3B965DE639F9EB6A /* IceInterceptor macOS */,
- F14D3FA73C4C113A68B98892 /* IceInvoke iOS */,
- 8B4E85A46304ECE84C8E2C8E /* IceInvoke macOS */,
- E4F81DBC40D423DFEBBB0BAE /* IceLocation iOS */,
- F4FB6714E82D6CAB1CF4699D /* IceLocation macOS */,
- 6DA7FA935E2C4923E8665798 /* IceLocatorDiscovery C++11 iOS */,
- 2C1286E4D70FC9F4DA4293FF /* IceLocatorDiscovery C++11 macOS */,
- F175AF417CBB82B41F16F307 /* IceObjects iOS */,
- 9D467331E6015B19C053328F /* IceObjects macOS */,
- 0E0D1E210073E2CCF0F83827 /* IceOperations iOS */,
- 71DB578FC197FEF8D90817DE /* IceOperations macOS */,
- 3D71532ED4A520BBE60C51B9 /* IceOperationsAMD iOS */,
- 810DD60915D5510EF4D321CA /* IceOperationsAMD macOS */,
- 698E87D063EFE8C1CD52CAC1 /* IceOptional iOS */,
- 8AE3CB9FE7E646EFEF0A78C6 /* IceOptional macOS */,
- FE487AFBA79948F4CB91BD68 /* IceOptionalAMD iOS */,
- 802088D158FA29082F5856CF /* IceOptionalAMD macOS */,
- 5F093C2AFED3448B19DFDFDF /* IceProperties iOS */,
- B90CED975CBC6062F8CFFF07 /* IceProperties macOS */,
- 142DBEE984B183E13050C3F2 /* IceProxy iOS */,
- E4BA5A651B0F305D7EA18A36 /* IceProxy macOS */,
- A5E1A092FEB1A85219C77BCB /* IceProxyAMD iOS */,
- ABC95B788980D13567C2F5E1 /* IceProxyAMD macOS */,
- 342AC29327DE576C9FB52C7C /* IceRetry iOS */,
- C2587933333578145CEA50FF /* IceRetry macOS */,
- ADD4B7F4B6DDB158EFFB551E /* IceScope iOS */,
- 7A1F39814D80540AE986F204 /* IceScope macOS */,
- D853ABE4496605A14AB04665 /* IceServantLocator iOS */,
- ED59B0B464D66E31DF357ED7 /* IceServantLocator macOS */,
- 90D65E12D7AEA4D00C860370 /* IceServantLocatorAMD iOS */,
- 4D000279871D881258716BFF /* IceServantLocatorAMD macOS */,
- A697EB2AC72EBE32B08CB4C7 /* IceServices iOS */,
- D40FAE6083B76E493028494B /* IceServices macOS */,
- 19277070BD150A1695ABF68E /* IceSlicingExceptions iOS */,
- F041550A1C97118252EE81D9 /* IceSlicingExceptions macOS */,
- BAE30C4CB94ABBC22F99DEE3 /* IceSlicingExceptionsAMD iOS */,
- A1031563F22EE58DF49CD8C5 /* IceSlicingExceptionsAMD macOS */,
- A4F68F11E8714AE73F472520 /* IceSlicingObjects iOS */,
- E3A11742391CFCBD976762A2 /* IceSlicingObjects macOS */,
- E92DB77F8971B23F166A4E44 /* IceSlicingObjectsAMD iOS */,
- C767D4CF064327C31C3AFB82 /* IceSlicingObjectsAMD macOS */,
- B3F58255E86EEBE7F8ED29AE /* IceSSL C++11 iOS */,
- 683013A729B856829A0AE11A /* IceSSL C++11 macOS */,
- DAE6ED7974F67E932D29B4A0 /* IceSSLConfiguration iOS */,
- A624BB8C7752332D9B9A5E51 /* IceSSLConfiguration macOS */,
- 42E090EA16E47B47E62A7A73 /* IceStorm iOS */,
- A3B4665C4E5F7274153A4017 /* IceStorm macOS */,
- FC8622F740105118B7519CE9 /* IceStream iOS */,
- DF64FF9C63ED4DE16E214357 /* IceStream macOS */,
- 23D7517178BBFF564AE61CD9 /* IceTimeout iOS */,
- 26AE8725AF5D750C6312676B /* IceTimeout macOS */,
- D4ADB390360A73D0A9F51BAE /* IceUdp iOS */,
- 8F1450E0148056E5D3EDAA96 /* IceUdp macOS */,
- 95F032B90403D1178DAD5340 /* SliceEscape iOS */,
- 7C7FE366892DD63340AE12DC /* SliceEscape macOS */,
- 70D93142FED3FCB22C5EF82B /* TestCommon iOS */,
- E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */,
- 8D31E57052B3224C8473E892 /* TestDriver iOS */,
- 02D7A24C08D302DCE03B1BDC /* TestDriver macOS */,
+ 5CE5A06DD18329FBF0ED872E /* Glacier2 iOS */,
+ A9799C06422C51483F1D0F25 /* Glacier2 macOS */,
+ 1694719C10B89C39242AF1B8 /* Ice C++11 iOS */,
+ 33DCB94CC426F58E04EFFE0D /* Ice C++11 macOS */,
+ 92898A5CD90373C1101171CB /* Ice iOS */,
+ 917CD431CF220B67467E9A31 /* Ice macOS */,
+ A90B1A88CA71514A0329C832 /* IceAcm iOS */,
+ B76F9C0E907F890680738D62 /* IceAcm macOS */,
+ 1C1678E38742483ABFA3FC6C /* IceAdapterDeactivation iOS */,
+ B739075E195557F4DECCD8F0 /* IceAdapterDeactivation macOS */,
+ B53DE8F3BC9EF543D30F7B9B /* IceAdmin iOS */,
+ 11979031078D63BE63A1C93B /* IceAdmin macOS */,
+ 270EFFF3D89BBD0E128CE796 /* IceAmi iOS */,
+ BC1C7C579BFBEEB5D2383172 /* IceAmi macOS */,
+ 6AD38677109BBA48C1497385 /* IceBinding iOS */,
+ 914DA3889A68635AC2DB2E34 /* IceBinding macOS */,
+ 7B34C3BB6444CCE6113E5319 /* IceDefaultServant iOS */,
+ 7828D19BC1CFE479906D337F /* IceDefaultServant macOS */,
+ 6EA6F62E8A9D3116F687D3A9 /* IceDefaultValue iOS */,
+ B09BE6F4BEC60129AD4BF862 /* IceDefaultValue macOS */,
+ F66D9F4C4680A4BF09CB4BA0 /* IceDiscovery C++11 iOS */,
+ 81FA123AB088819E242361A4 /* IceDiscovery C++11 macOS */,
+ CE670039BBC40CC5505CBF05 /* IceEnums iOS */,
+ 82AA6A3CE35702853C2B8443 /* IceEnums macOS */,
+ 18E49F7A2C75C85CD39FB687 /* IceExceptions iOS */,
+ B1C8F4791A464D03CEB67B54 /* IceExceptions macOS */,
+ 1B43101F29B66C89513B6977 /* IceExceptionsAMD iOS */,
+ 23560E088B3930C8162274EF /* IceExceptionsAMD macOS */,
+ BD0309EA14AFA2175176E4A4 /* IceFacets iOS */,
+ F5E36D5CA0E7F1D3A82B15D0 /* IceFacets macOS */,
+ A77E1E8B6BC3DAB1A4CEB56B /* IceGrid iOS */,
+ 27FEB5394EE2DAD06C8BA4A2 /* IceGrid macOS */,
+ A8270486F8E96D0E0E8A1EC0 /* IceHold iOS */,
+ B252858D517903A8EDD9FE3C /* IceHold macOS */,
+ C377D09BDC2B83778A69F7BE /* IceIAP C++11 iOS */,
+ 69C6E605554B226AA899EEEA /* IceImpl iOS */,
+ 439F0AFD9CC68DD650B896D1 /* IceImpl macOS */,
+ 0A9B42751CDE3737734FA14F /* IceInfo iOS */,
+ 554961DEAD95DC62BA2C45F2 /* IceInfo macOS */,
+ AF2C109700765620ABD89ADA /* IceInheritance iOS */,
+ E7852A9289CA34A13F124687 /* IceInheritance macOS */,
+ 2007A4C7084F7958289E377A /* IceInterceptor iOS */,
+ 12D56A5EF1A9A5F32F2D757E /* IceInterceptor macOS */,
+ 41CE5BF0A76DEB6DDD0630D6 /* IceInvoke iOS */,
+ 95F39DC24359D80CD847D84E /* IceInvoke macOS */,
+ D06C54C4DB7DAF2EB1F0F7E5 /* IceLocation iOS */,
+ AB2E0E56A692B9BB4E442B93 /* IceLocation macOS */,
+ A56EAE4B8B2BF02380F8B287 /* IceLocatorDiscovery C++11 iOS */,
+ 06F3884CD379C52D6B535D38 /* IceLocatorDiscovery C++11 macOS */,
+ 48EA25167D422F1AE2654F89 /* IceObjects iOS */,
+ 4297E8CB4F654A523217ADC9 /* IceObjects macOS */,
+ C6A8ECA1B200280F068C9194 /* IceOperations iOS */,
+ FCE3579416174E1CCB5717FD /* IceOperations macOS */,
+ B35AF677B117B64D094923C6 /* IceOperationsAMD iOS */,
+ 36DAEBADAE4D240BD5C5086E /* IceOperationsAMD macOS */,
+ F107D77D1E5158840BBE4638 /* IceOptional iOS */,
+ CC83EF1BEE801CCD43E7A0FA /* IceOptional macOS */,
+ 08091D1E55118D7F718FE15D /* IceOptionalAMD iOS */,
+ 2AA4E8A0890065D1FDF3D77F /* IceOptionalAMD macOS */,
+ B9534304559B9CD3A737976B /* IceProperties iOS */,
+ 0295C3FC1C17313DE5D5D2DE /* IceProperties macOS */,
+ 88AE991A6989B2C55A17CF98 /* IceProxy iOS */,
+ 5A9970AC3B850DB8537C89C3 /* IceProxy macOS */,
+ 5D385DD7F61992EA89B9209C /* IceProxyAMD iOS */,
+ 126FAF26C2B1E28D9CD16B2F /* IceProxyAMD macOS */,
+ 4E2F37BCE693F305C58550E6 /* IceRetry iOS */,
+ 7505A400330C72CD93BEDE81 /* IceRetry macOS */,
+ 1BE965FBA4828D97A6820712 /* IceScope iOS */,
+ F74CE75639B8A70ED6D86BE4 /* IceScope macOS */,
+ B7AC496F51ED1E993EF4B373 /* IceServantLocator iOS */,
+ 7CED99421D8A0C328DC27815 /* IceServantLocator macOS */,
+ DD11C95371910239B8FE156F /* IceServantLocatorAMD iOS */,
+ 8649FBFB3EE6C392B9DDE181 /* IceServantLocatorAMD macOS */,
+ 4424A248BF1E7E64836AB06C /* IceServices iOS */,
+ 861FEA4C51B0FB7B37973323 /* IceServices macOS */,
+ D0642853F24B5AC1FD6E9A93 /* IceSlicingExceptions iOS */,
+ 3C870E2669428DB059B4E1E8 /* IceSlicingExceptions macOS */,
+ 89E63821F3C95E9A76A161B8 /* IceSlicingExceptionsAMD iOS */,
+ 4BF5C686C4DC20B76CC2C7B9 /* IceSlicingExceptionsAMD macOS */,
+ 34E77856AF3ED9F4BE974FEC /* IceSlicingObjects iOS */,
+ C3BED7AD2B65CF2B763B2C53 /* IceSlicingObjects macOS */,
+ EBCA17048E56334A7FEDEA4D /* IceSlicingObjectsAMD iOS */,
+ E1912EC5139972198C650C58 /* IceSlicingObjectsAMD macOS */,
+ 717B0F3CD15624432699B792 /* IceSSL C++11 iOS */,
+ 52ED084C4C18596FE8DCF2A3 /* IceSSL C++11 macOS */,
+ 4E2364CE36E28A473DDBA432 /* IceSSLConfiguration iOS */,
+ 143DB50AB99266E6B37AEE04 /* IceSSLConfiguration macOS */,
+ C43E0B56E899A1EF58E70B90 /* IceStorm iOS */,
+ AF6C18174B177EEA137C9CE9 /* IceStorm macOS */,
+ C7F73E1031D4CCC1F8735CA6 /* IceStream iOS */,
+ 00544DA102F36026FDF33FCB /* IceStream macOS */,
+ 978C389F20FCEA14DFF4C468 /* IceTimeout iOS */,
+ 70AFA63B0760804AE4E57268 /* IceTimeout macOS */,
+ E49D55A0B324667AC5F523F6 /* IceUdp iOS */,
+ 8DDA1C7A320FD81129D45985 /* IceUdp macOS */,
+ 9F550A85E417BA1FDEBF04C6 /* SliceEscape iOS */,
+ 336F0F8FF596189D74E33D58 /* SliceEscape macOS */,
+ 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */,
+ 266366CE4382F905C6294DD7 /* TestCommon macOS */,
+ 5F25B28266F98C0E681F3872 /* TestDriver iOS */,
+ 14473AF03BCDDE6F204E5F53 /* TestDriver macOS */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
- 0116AFD382EA22DB1DAA8713 /* Resources */ = {
+ 04150309EBAC78F0120701DC /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 01A4D06BAC81D5A1842EBED5 /* Resources */ = {
+ 056D51E608B24EA69A02EA8D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 01CB94B6C9383D50CDB8048E /* Resources */ = {
+ 05804E1C4A53CC7BA2A8B52D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 0202EE519C93425F84C1867C /* Resources */ = {
+ 09B088E45488D98965CD849A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 02CE79E1C3838020B97FBF42 /* Resources */ = {
+ 0C585317C5B7DA00775F687C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 03A6D70A3C6228355DEFBB70 /* Resources */ = {
+ 0FAED6271E17B0D7A69F7393 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
+ E5751478D10434C5AC688419 /* certs in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 03C0E9ED76C4311749D6DAE2 /* Resources */ = {
+ 10C33B5EE32B15066DD1FE76 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 080A3AF1991EB00721FDEFFB /* Resources */ = {
+ 1116CB0467E506BD165B85CB /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 09F33310316CC2A08E2AAD9F /* Resources */ = {
+ 153918D98AB4CCA26498E681 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 0F86BB0CBCAD7C1A216C23A2 /* Resources */ = {
+ 19629B9A57A09768CE13AE88 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 117BBC4CE1EEC4284EB11781 /* Resources */ = {
+ 1A2222441C18F031E679CF33 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 7BC448652A10D2B4731424A2 /* certs in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 12192383D71BB6544D29C553 /* Resources */ = {
+ 1B43DDC76094E310570BACBE /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 1656DBAC731DA6F0BCCEB761 /* Resources */ = {
+ 1E61B7BF752B3B693B290215 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 175A86BF0AD66B1AD39E0693 /* Resources */ = {
+ 1F75BBC78EA6E59C1A4190D8 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
+ A8178CC07CB4A1361DE613DB /* certs in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 196F087AAF4F5ED348ED7B58 /* Resources */ = {
+ 1FE8B42F9351A752CB2A0F8E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 1EE7AD3470D0875565438FD8 /* Resources */ = {
+ 21C8F8B72ECDD46C02E893B7 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 240DD8919BB1B327E61EC990 /* Resources */ = {
+ 226441E087BA9FBF2AB1E8C6 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 262223DCCEB32CA941C3B53D /* Resources */ = {
+ 2704A067CCF96B54B501C92D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 278673586481026DAB209757 /* Resources */ = {
+ 2D00473C586FAFF5C85C9DA2 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 29444B0A5CA9F8C4674CA425 /* Resources */ = {
+ 318CDA642694224A6AA4248B /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 2BDAFDFBECA88BC93CBE82FF /* Resources */ = {
+ 33223C6FCB12F527EE30F508 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 30A6A756ECA43F309A3FB3DE /* Resources */ = {
+ 34E703DAEEDA9D43CD5551C5 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 3336BF32E0A641BD79229A51 /* Resources */ = {
+ 368F0C2A8C95FB6134991E89 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 34911C8C08CFDD2CF62D9B6C /* Resources */ = {
+ 36F98BD96EA4C4ADDA80558D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 3CA37A8CE39287CC4F4BB4B0 /* Resources */ = {
+ 38247F8FBEAFF98F35D9E507 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 40721060390C368651BD56AC /* Resources */ = {
+ 3B89087647A6CF7761AD7DE8 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 415EEF7D7814F94947C33E86 /* Resources */ = {
+ 3C37113BF6A2D17F368D9CB7 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 478C511B3A5403691553BC73 /* Resources */ = {
+ 457671C330FBFE2F4A826203 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 484EA9AFFC9944158440B223 /* Resources */ = {
+ 47C36AB4DC17B5C0911C353D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 4C62C3ABAB9F5BA45FD8CCFA /* Resources */ = {
+ 4DE463A8CFFF87F2526118B3 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 4D059E3A92C7DF97C522BCE4 /* Resources */ = {
+ 5093A8D3CD1054B0FE33D87A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 4E89CBF728E3AA335FD484F3 /* Resources */ = {
+ 510F9F7A66EB0BD086E3FE60 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 52BA83E74F10910B260A40AA /* Resources */ = {
+ 5B4F7710AC9283E087A4CB15 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 573BF722D1197A8FE99BB543 /* Resources */ = {
+ 6335ACFAA002341D584E1119 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 5806FC7DD9F8E01CCB0CA0DE /* Resources */ = {
+ 636154A4443850058D2DB6D5 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 58624A93E8039FCE741F64E5 /* Resources */ = {
+ 66020DD1C8579C9B2A8FD24E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 58924ED8E19014A891321DBA /* Resources */ = {
+ 66D3455DA7330C8BA4D0D57A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 59A0C60A0C872B900E7544D4 /* Resources */ = {
+ 6B6EC25782D90743EC1AF4BF /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 2E99ED722B9367404EC96531 /* certs in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 5A841D0D1BD4C1DD599C15B4 /* Resources */ = {
+ 6D628D094A786D27C237C4B8 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
+ 38B267EE6484729729C586F3 /* certs in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 5EEFE792940E4EE470AD883A /* Resources */ = {
+ 6D8BCF6D6779F1DD4977F56C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 62ED7FFAA8BAA6CB76165CC0 /* Resources */ = {
+ 6F665085815A666932CCB86F /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 633341CC0A128A9E7EF5D16D /* Resources */ = {
+ 71737E4A022FE469ABD84E7A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 68BF61495B1689AB4C3CC3BC /* Resources */ = {
+ 7703F56A4EF7D506DB716181 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 77BA74637A33CBB655892780 /* Resources */ = {
+ 78B7027EB928A3FE0DF55DE1 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 798414D02B7DC1F19241C9A4 /* Resources */ = {
+ 7A1459A64ADD35526A58760C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 7C63B30E8F965DE97A550400 /* Resources */ = {
+ 7D537638780687DE0886557F /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 7CAC86AFA2665917B676C37D /* Resources */ = {
+ 7DF0A7E7DE6F3EFA5A4FF38E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 7E6FEDAC8323A2D541A38A6A /* Resources */ = {
+ 7EF795334AACF461653E8CB8 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 7F647E895DE8B8382008C252 /* Resources */ = {
+ 7F6C5A5C6E7072C32946F4C6 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 7F6DE70D654B3B1DB30ACCB1 /* Resources */ = {
+ 83A4A1632A8C0A22CA9EA740 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 844A839F88BBCA4DD423B00D /* Resources */ = {
+ 86AD6171605CDA7C97803303 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 84CFEC52C4D521E6D8096AB3 /* Resources */ = {
+ 8F137884CDD1058195A47E7B /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 858ED0686788A0EFB09F38B0 /* Resources */ = {
+ 8F569EBF0019BF3DE2610A8F /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 89F7863A088AFDE819598540 /* Resources */ = {
+ 941FF30743DE288CC22B3383 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 96FAAB25760264E9CBC978F0 /* Resources */ = {
+ 9714170D3D59C4B6D2BB162E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- 9ECA9A235B4F2A04EA4DFEA8 /* Resources */ = {
+ 991E4E2B5F5C5934E0A3C215 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- A0CB72CDEF1E957BE31B78C7 /* Resources */ = {
+ 9C014F685582F7AE1AD5B5C5 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- A333C86691116689A42D6E29 /* Resources */ = {
+ 9E5186E85A38332BEFE0AC79 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- A79794E7A358CE5AAEDF8F0B /* Resources */ = {
+ A070E62FBA5B298FD2181BF7 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- A8F6D59F0A8E777BCCBD6707 /* Resources */ = {
+ A08ABC31FB6DD5F7C2C42123 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- AE80B487C9D5877B4946132A /* Resources */ = {
+ A7FB08A3810051799CFB101A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- AEA840929734A5EF2507DCA0 /* Resources */ = {
+ AA8F706F110DE9800E305042 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- AEDD99E9C55E0AC32B311417 /* Resources */ = {
+ B7941AE835DF92870F0BEBA1 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- D8612E57E00BBC56974BFD08 /* certs in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- B091AD7850EDB98A6D331AD5 /* Resources */ = {
+ BAD6854B78323F7D1E442262 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- B272585A6727D784BA38FB18 /* Resources */ = {
+ BC37D9E084DA3C70A079C339 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- B4765C917BEB24B66E76785B /* Resources */ = {
+ BC6C20F7641F6E9E94668D36 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- BA339A7AD3AAF7DD87276C57 /* Resources */ = {
+ BFBCB833BBBC5CB7F13B9108 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- BDEB0A1422AD65A7E6F7BBC2 /* Resources */ = {
+ C096D1B4BCD715BA454931FE /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- C1FBF94C39470BBF449583D0 /* Resources */ = {
+ C0A5861DC568C15E3D937DE8 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- C3245B9CDAC7078F95B4115E /* Resources */ = {
+ C281931C1BCEE95AA94123EC /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- CDED0BEFEDF512963E76F923 /* Resources */ = {
+ C366CBB066B13FF4D7120C5B /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- CE310A44B90FC02D5D9BDD76 /* Resources */ = {
+ C5D25D5DC7B487363D6BA086 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- D2530BA43973028D2D247595 /* Resources */ = {
+ CCC1E0890D09B3EA969F3798 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- D5BFB29BEDDC840EEB84E410 /* Resources */ = {
+ CF151E4ACCD6E84A41A394B9 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- D69A6F29CA972AD55F321024 /* Resources */ = {
+ D6303EC5436F705955EB98AB /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- D6A1C708E58AE3BA5CCB680C /* Resources */ = {
+ D77B4DC77ABAAB1FA27C1523 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- DE7A275CF26520CE9DDA5FBD /* Resources */ = {
+ D7D2A811936A6DFC5D864F0D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- E03F982175A0087A70FB5CF6 /* Resources */ = {
+ DB980DB4507A69A6E82ADBAF /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- E083D06E6093A3F0BFE42FD3 /* Resources */ = {
+ DE68F88BE3D9A4D4BCEC1FDB /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- E0BE43748F833F38B1C2AB93 /* Resources */ = {
+ DF7EF4A3C67C98563BF60379 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- E247AB563F27A25BCE60C4C2 /* Resources */ = {
+ E2B52D843503A25E4FC7CD9E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- E48ED14F4D1650385E24FE82 /* Resources */ = {
+ E38396F5282A0DBC1E1450A3 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- E8D3FC7433C83BBA51C8B7CB /* Resources */ = {
+ E9DBCE60DFF1E347D97C65BF /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- E98E3A79B5B99C4E875DB363 /* Resources */ = {
+ ECEC0712DE3F6E51DE2F5DB3 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- EB80E010FC507AD9CF764FA6 /* Resources */ = {
+ ED6DC097AC658FA8F4759CC7 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- ECECDFF5ED6002A1E4226018 /* Resources */ = {
+ F024B8C900BAC1A188550ECC /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- EDF3777780A52AC1F910ECC3 /* Resources */ = {
+ F029CF309FD213E08D6E3655 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- F0F7BD1D526F8ACA8BBD47BB /* Resources */ = {
+ F40AF204AE6293037A8B0CBF /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- F9B7651EC88549ED1285764E /* Resources */ = {
+ F4D9976F0205096D9C20EB33 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- FDBBFB21F0CDF21FE06BD979 /* Resources */ = {
+ FBAF7B01A67396A2353546BC /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- FEA184CC3B1830C786FE4C3A /* Resources */ = {
+ FD3B6C5037D4E9A77AAC03F6 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- FFD1DD1D324074D2CD07536B /* Resources */ = {
+ FE542E66C812D39BACC892CA /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
@@ -11565,3266 +11565,3247 @@
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
- 001ED06749C41D49E9D3E66C /* Sources */ = {
+ 03E79140458606A75AFB77E4 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 314EF57150E4696A3AEE05BF /* AllTests.swift in Sources */,
- F23B39BD0AD0DBF15B8ACFFD /* Client.swift in Sources */,
- 77192E768702BE8307968E0B /* ClientPrivate.ice in Sources */,
- 3DD229861105938814D41F21 /* Server.swift in Sources */,
- 834F55B6061B4B0B4E171713 /* ServerPrivate.ice in Sources */,
- 7EE97E3E981799B62E211818 /* Test.ice in Sources */,
- C5CFFF17A5B35B37FF04D401 /* TestI.swift in Sources */,
+ 6079C0E73B1159394E46D4F0 /* AllTests.swift in Sources */,
+ 58D8720133F508BEE3799D66 /* Client.swift in Sources */,
+ 374EC3B42CACC9AB0A3EFDF3 /* Test.ice in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 045DE795C523327B1036C3E7 /* Sources */ = {
+ 042B588EB89AC7A70F1C4304 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 40F05CB298BD0C134E79646B /* Client.swift in Sources */,
- E8592D14E7B9692F4644A487 /* Test.ice in Sources */,
+ D8597A19A2CB317053337CDC /* AllTests.swift in Sources */,
+ B3CFBD37402C8295616C92AD /* Client.swift in Sources */,
+ BDD931E4F267449FAF9F2963 /* ClientPrivate.ice in Sources */,
+ 3FB145476266A8C9619F4DD9 /* Server.swift in Sources */,
+ 72DDD4C30A995206B2F10316 /* ServerPrivate.ice in Sources */,
+ 0EF3479876380AB629F55149 /* Test.ice in Sources */,
+ BCD0C55B0529E8F74F2A20FC /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 04DCBD68C3EA0A08A3A40BDA /* Sources */ = {
+ 05848E9B6C0E614D76B08B18 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- B5ED9286083BA59D1D14DBCC /* AllTests.swift in Sources */,
- 0F2255A6840ECE306D218B1F /* Client.swift in Sources */,
- 98FA08D60F002A42908118A0 /* Server.swift in Sources */,
- DCCAAE49B02FE2EE506F8511 /* Test.ice in Sources */,
- A47E556EF3830B5D5933E9D7 /* TestI.swift in Sources */,
+ F6C7AC4B952C735A1FCAFA01 /* Client.swift in Sources */,
+ F144A5C1146CB3F5A4E094D7 /* Test.ice in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 0AE98DB8285156C8505A1521 /* Sources */ = {
+ 06C28DDE4C32AFFD3C76635F /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- D47CCBCECC25916FD4655E0C /* AllTests.swift in Sources */,
- 13A61FD153B293F504B5C4B6 /* Client.swift in Sources */,
- 65D002299A760350521CD895 /* Server.swift in Sources */,
- 00F4EB09B4B3E2BCEF938263 /* Test.ice in Sources */,
- 781520D0F9407D3900698018 /* TestI.swift in Sources */,
+ C3A6C6405563CBDF4349F39F /* Client.swift in Sources */,
+ DBC655D750F9D1FFE5FEDAC0 /* Test.ice in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 0C0C50EE33D0578E308F65B8 /* Sources */ = {
+ 0BA629A2F275DBAB61B4B3B7 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 94C52C2885A805D28785C04A /* ServerAMD.swift in Sources */,
- 538F49AD9C1DD6B0396A215E /* TestAMD.ice in Sources */,
- 45995937C2668F577411F9E8 /* TestAMDI.swift in Sources */,
+ 38C143002F1ADEE0921C7F24 /* AllTests.swift in Sources */,
+ 9D8776F5B7F1A3C43A18C01B /* Client.swift in Sources */,
+ 1DC8A615B5A8BE40F0066443 /* Server.swift in Sources */,
+ F2A7A9AD19DE1B61DC5E955B /* Test.ice in Sources */,
+ 508A429BDDA25E045328E4BA /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 0DAF4C798AECA9EF7B485D8C /* Sources */ = {
+ 0D7B2F775EFE1A1F9A3A7EEC /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 74167E15ACE1A17DD86ED6EA /* AllTests.swift in Sources */,
- D5830E2A6647906ED679396E /* Client.swift in Sources */,
- 7BCE1CFFA09B8F4CB632B115 /* Server.swift in Sources */,
- 0E8AD2958710ACEC8593D8EC /* Test.ice in Sources */,
- CD5AED1BA8E12D08037571FF /* TestI.swift in Sources */,
+ 0DEC45E6A0081A4087ACCE36 /* AppDelegate.swift in Sources */,
+ D5BA12C3963EDDB9274C16EB /* Assets.xcassets in Sources */,
+ B64CA587A787B1471EF05E07 /* Controller.ice in Sources */,
+ F35E1A3C3739D91741D0218E /* ControllerI.swift in Sources */,
+ 542A99CA13D3078FA889AD40 /* LaunchScreen.storyboard in Sources */,
+ 8A16DC7CB7BFDF0BC2215B25 /* Main.storyboard in Sources */,
+ 71FB252E2933EB6DC09B2BDA /* ViewController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 0EFEBD68493EFC0987F88BE4 /* Sources */ = {
+ 0F614B2762747E13874903D8 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 52BE85761901E5F2593C2C7F /* IceStorm.ice in Sources */,
- 09CE0B33B525AD59C18DCDA4 /* Metrics.ice in Sources */,
+ 8FF95428DED23AFA85398321 /* AllTests.swift in Sources */,
+ CE0F242A8B36875001E54960 /* Client.swift in Sources */,
+ 3692CE371566A23DED0BE11D /* Collocated.swift in Sources */,
+ D7336D9FBFCD0D75CDDFE66C /* Server.swift in Sources */,
+ E257AD32EBF10C627E609C55 /* Test.ice in Sources */,
+ 99D9FF9F7988ED8841F83948 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 17735D9B42A9172D393DA108 /* Sources */ = {
+ 107F56D2EF74B7FD0970C142 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- FBFFFD2DEE5FEAF90B3B3077 /* Admin.ice in Sources */,
- 66D45E5B8098AF04E613C37B /* Descriptor.ice in Sources */,
- A5B6D8FDB2268EF5E3C40BC3 /* Exception.ice in Sources */,
- D6E4E88734E1732861022ACA /* FileParser.ice in Sources */,
- 56A73BABC4E1C89AD864761A /* PluginFacade.ice in Sources */,
- 1BE260CAD97291C5C676B412 /* Registry.ice in Sources */,
- FF1125B7E0A8E5C2B7D7DD3A /* Session.ice in Sources */,
- FF0D01C0DE09C9AD288D890C /* UserAccountMapper.ice in Sources */,
+ 2D59E05DC70DA3ADBCF76347 /* AllTests.swift in Sources */,
+ 07BA30999305328992338204 /* Client.swift in Sources */,
+ D1B04D5DB9DD67101CA2EFBF /* Server.swift in Sources */,
+ A8898B3374C6D12C93A7CAFE /* Test.ice in Sources */,
+ F5FB43E7C8D0F711690457F3 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 1893B7E4B2FC071E4D769058 /* Sources */ = {
+ 11EB338DB6F25C6EDF8484CC /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 46EFF3F22A375FE46991A24D /* AllTests.swift in Sources */,
- 56E6EF354D7B844C1EF9E2A2 /* Client.swift in Sources */,
- 6F55597BCEF27A30FE5C9BF5 /* Server.swift in Sources */,
- 9ECEEC0DB17C4B75FB6F1FE3 /* Test.ice in Sources */,
- 64212C53DA290D6BE1267EC2 /* TestI.swift in Sources */,
+ 20BF31A0F0EF8FB04B24651A /* AllTests.swift in Sources */,
+ 4CF7EB7DA37A35AD287C8062 /* Client.swift in Sources */,
+ 93F50D87772283631D60A3C0 /* Server.swift in Sources */,
+ B32E2B6A60369121BA3EABEB /* Test.ice in Sources */,
+ 9B3C4FD7C6D9FCC3EF4834F4 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 194F974793CD00D9B1A8D3D1 /* Sources */ = {
+ 12B57B14FF74988046305DCF /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- D646F566430FDE2C8BEAEDB1 /* AllTests.swift in Sources */,
- A51876D41A21F828E3E5A4C9 /* Client.swift in Sources */,
- 1AFEF055AD971DCE8662EF64 /* ClientPrivate.ice in Sources */,
- C67FDC9472317B30FB41FF78 /* Server.swift in Sources */,
- 477EDAC6F54B048F16A480DF /* ServerPrivate.ice in Sources */,
- 19AC2EAB2E5112AFD2C5A1C3 /* Test.ice in Sources */,
- 8D591F20BE8F29F980D91C5B /* TestI.swift in Sources */,
+ 3970147EA4CBFF8BDBD98A92 /* ServerAMD.swift in Sources */,
+ 9BCB4D579512F8B97BFB92DE /* TestAMD.ice in Sources */,
+ F98C46D03AE5E8B9ED68EB59 /* TestAMDI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 1A9E50E3AAAE566EBA33AFA8 /* Sources */ = {
+ 14860E8950CF2605620D073A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- BBC75EB6A4F84A9E769F6202 /* AllTests.swift in Sources */,
- 01826E5F4AF8F4127A83E101 /* Client.swift in Sources */,
- E4B6B9B8F5BF648385F1F80E /* Server.swift in Sources */,
- 109B097946BFCCEE16968704 /* Test.ice in Sources */,
- 94E7DF7C9D05BBEEAC8ADD98 /* TestI.swift in Sources */,
+ 24046F9F9C491E59CE88DAEA /* AllTests.swift in Sources */,
+ 350DB6CDCFA25B042A2BC25E /* Client.swift in Sources */,
+ 16A5A3291223E41F0C5C7F58 /* Collocated.swift in Sources */,
+ B67F79F078E7160BA0638149 /* ServantLocatorI.swift in Sources */,
+ 5301CD8559D0880B1FA05FB7 /* Server.swift in Sources */,
+ F30E84441E9431F4B144055B /* Test.ice in Sources */,
+ BABC049F43FF0D80E6141A1C /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 1CEB6FE6955017EE592EAAC8 /* Sources */ = {
+ 14C9A5D54F5D99B78F0CF29F /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 438C063FC137765C5D794E6A /* AllTests.swift in Sources */,
- 5E640DA0A7748189C7AB29B3 /* Client.swift in Sources */,
- 992920AE3A2D09BBCFCCA66B /* Server.swift in Sources */,
- 32949EDD7D8051F2B10A2A9E /* Test.ice in Sources */,
- AF1AEE84EBF4E49948B8098E /* TestI.swift in Sources */,
+ 06DD2B8580CD3057BCC38B8E /* ServerAMD.swift in Sources */,
+ 0A88E3DB654D10064ACFA8E9 /* TestAMD.ice in Sources */,
+ 452F0554B6B9C07B90EC6986 /* TestAMDI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 1EE1888647BD36A29CAA2A81 /* Sources */ = {
+ 14E8C92F7D608EECB7E9BBCE /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 257E1D571FCA375C6AAEFEFA /* AllTests.swift in Sources */,
- BCE771C035267DED5BFFBA43 /* Client.swift in Sources */,
- 7917168C23750A4335920F6C /* Server.swift in Sources */,
- D38AEA2D8C76E4C9B55FE4BA /* Test.ice in Sources */,
- 383F65B2EEAF6490000466C2 /* TestI.swift in Sources */,
+ 53C21C230FD3B33EFA4A9741 /* AllTests.swift in Sources */,
+ B61BF1B1A3B8D0B8900B8C7D /* Client.swift in Sources */,
+ EB1DB8F58E196525621FCD49 /* Collocated.swift in Sources */,
+ 4916C0B506D9F44475441B0E /* Forward.ice in Sources */,
+ BCD400FCAD1D207D24F7D322 /* Server.swift in Sources */,
+ D2EAB091F8AA842095E53CAC /* Test.ice in Sources */,
+ 0BDECBC64919BF3CCE9AD37B /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 23DE7C1B6DC15AF1C114F5F7 /* Sources */ = {
+ 179D07E1D5A85160562C18F4 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- BA76EB3571C3F3461908CFE6 /* ServerAMD.swift in Sources */,
- 7F2C573CCCAB53BD2F4CB2C5 /* TestAMD.ice in Sources */,
- 467BC7F9077974C641E4D207 /* TestAMDI.swift in Sources */,
+ 8419E1F1AE964A5BBD1B8290 /* Client.swift in Sources */,
+ 13D16CB3C1D99E4A9D2CA13B /* Test.ice in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 254FAF96323DD885B2D0172C /* Sources */ = {
+ 188EED6677387BF5876B197A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 3814569406792C729B98FB72 /* Admin.ice in Sources */,
- 83B91F5509A265FE24768513 /* Descriptor.ice in Sources */,
- FE1FBA5908BFD8BBAD862E32 /* Exception.ice in Sources */,
- 8BF06AB972614585A73FAD29 /* FileParser.ice in Sources */,
- 57F5E156CE1A8EF380DA0E50 /* PluginFacade.ice in Sources */,
- 9362ECB47822FADC833D7008 /* Registry.ice in Sources */,
- 55858ADA2AAD73177FBBAEC3 /* Session.ice in Sources */,
- 640C20F2E10B19E31D938675 /* UserAccountMapper.ice in Sources */,
+ A671EA795BD49F91F1CE4FFE /* AllTests.swift in Sources */,
+ 99E5F24B62E26DD5545D00D9 /* Client.swift in Sources */,
+ 46F2FFFA92AD702B59793EC5 /* Server.swift in Sources */,
+ A6B786B3644C1B234D5E18B3 /* Test.ice in Sources */,
+ E226F73ADEE56E652FC104DE /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 2574F54C4DF335F7F0DF7B63 /* Sources */ = {
+ 1CCF621B933262C01AD0E354 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 2B1F38C84A3135E93B746A5D /* ServerAMD.swift in Sources */,
- 4467FEC00A5FB81FCF82D14D /* ServerPrivateAMD.ice in Sources */,
- 7BF1F9C6790D44153E16EEEB /* TestAMD.ice in Sources */,
- F87EEF9B032904DDFF552C42 /* TestAMDI.swift in Sources */,
+ 5159E3AE8142F089565C2031 /* BlobjectFacade.mm in Sources */,
+ 6517EC1AD51639156986C684 /* Communicator.mm in Sources */,
+ 2506B96046C18391BC9F8FD8 /* Connection.mm in Sources */,
+ 97C39D0EAC4C4077C2EC0206 /* Convert.mm in Sources */,
+ 1E959FFD03624AC9355C3C85 /* Endpoint.mm in Sources */,
+ 4B9E8167C878B57B2EF7D127 /* Exception.mm in Sources */,
+ 7FD6A2A18C813C0B150AF78D /* IceUtil.mm in Sources */,
+ 748EDC6DDB84ED5B7AF2DA3B /* ImplicitContext.mm in Sources */,
+ 4AA83529DA2D986EE5893088 /* LocalObject.mm in Sources */,
+ 15C0D5F4AFED75A8029ACC1E /* Logger.mm in Sources */,
+ 6E9AF7111C1DA8B63C8192C6 /* ObjectAdapter.mm in Sources */,
+ 4743030AA6C1365744213724 /* ObjectPrx.mm in Sources */,
+ 4AE2C399D7BFA0A873AAA5AC /* Process.mm in Sources */,
+ A43193CA381F0532902484F2 /* Properties.mm in Sources */,
+ 7C5F52AA59DD148735B3B82C /* PropertiesAdmin.mm in Sources */,
+ 2B0A2B87397E517F9461FE50 /* TraceUtil.mm in Sources */,
+ 03DD430BE1C4E8F1B02D3977 /* UnsupportedAdminFacet.mm in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 2843931ECBEE6A34317DDC0B /* Sources */ = {
+ 2021B9A3C17CCB10E3F70288 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 1E93509BCFD26E310923BF6E /* AllTests.swift in Sources */,
- 8FBF647A013821736218AC4A /* Client.swift in Sources */,
- 9033E309141AB1E373506481 /* Collocated.swift in Sources */,
- 38A11BF18A5129930BAD3B2A /* ServantLocatorI.swift in Sources */,
- DF2022E4B0B6CF874189E156 /* Server.swift in Sources */,
- E94FFC0D383C37C65EBE51EC /* Test.ice in Sources */,
- B7BE34AAF93CAB22688706D1 /* TestI.swift in Sources */,
+ 37B78D6B2BDCF8E4C0BCDCFE /* AllTests.swift in Sources */,
+ F02F8E55FE95D1F2DF2DBF8D /* Client.swift in Sources */,
+ 6C19B36FC07E4C232E21559B /* Collocated.swift in Sources */,
+ F9AA0A0CD4D1CB2C798766A4 /* Server.swift in Sources */,
+ 1B23D06A7BFBAE2F796C5BCB /* Test.ice in Sources */,
+ 5BE50444AC1096CF0F4D9775 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 2990F8967FF16040C0C22E1B /* Sources */ = {
+ 2368B6BEAD448772D2310711 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 86D53AF36C831E4D08CC8B66 /* ConnectionInfo.ice in Sources */,
- 30B4C4DF803404BF786881EF /* Connector.mm in Sources */,
- D391789F7482E2B971E3397F /* EndpointI.mm in Sources */,
- 36E5C476917FD72DBDB4EDEF /* EndpointInfo.ice in Sources */,
- 4A1EE61B4366A07E18306889 /* Transceiver.mm in Sources */,
+ 715481B4788BF7FD1DAE4155 /* AllTests.swift in Sources */,
+ FBA8B9F9EAD0A8CC7BA65E31 /* Client.swift in Sources */,
+ 536CD7C48CBE413C67F3C1FC /* Server.swift in Sources */,
+ 79AB89E8776593C965F07F44 /* Test.ice in Sources */,
+ 30894DC532CAC8F47D363EC3 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 2CDCECFD05BE79DE0611FC66 /* Sources */ = {
+ 25085F8FC636B70EE82281A0 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 1581D642D4549D03D300067C /* ServantLocatorI.swift in Sources */,
- 3143FEC6708D4FFB54B1A328 /* ServerAMD.swift in Sources */,
- 1F92A3BABA8D799BEBBDC1BC /* TestAMD.ice in Sources */,
- C01B07BB6C339F979587DEC5 /* TestAMDI.swift in Sources */,
+ D75B850051455A68D9879790 /* IceLocatorDiscovery.ice in Sources */,
+ 0A73EB80AB9908B8E30934E3 /* PluginI.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 324B8084CBE85C5BD29BA452 /* Sources */ = {
+ 26039344A953380BF558611C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- DD82D018B140FD497C5AEEEE /* main.swift in Sources */,
+ F070390AE8EC98094AF3E920 /* AllTests.swift in Sources */,
+ BCF5C29738135AC36453F220 /* Client.swift in Sources */,
+ CB7F828CCF9F8E887426B3E2 /* Test.ice in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 3A4070F1C4765CBA2697989E /* Sources */ = {
+ 27B54F491798976DF79E18FB /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 7BDC0911CFD324C1B820A39A /* Client.swift in Sources */,
- EC26A77F9F001A038B031F34 /* Test.ice in Sources */,
+ 8FC8DD1E3F1615629C501F8A /* AllTests.swift in Sources */,
+ 8C275BBD2B85E559C4C7BD21 /* Client.swift in Sources */,
+ C6C473ECF86F75515623EB4F /* Server.swift in Sources */,
+ 3EF7CAA7F2F2119030FE9EC6 /* Test.ice in Sources */,
+ 1554A7F3412FAA7485B5C497 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 436FBB8ADF8A7BE4D4C18D11 /* Sources */ = {
+ 2A26F683E13DFE1D2B58CDFF /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 243627D06B462F7B72F9BA5F /* IceDiscovery.ice in Sources */,
- 46E972E8459960B6F9F352AE /* LocatorI.cpp in Sources */,
- 3BA0F2BE71291241DCBDA6EC /* LookupI.cpp in Sources */,
- 9EAA06B0A95C41EF73253C4B /* PluginI.cpp in Sources */,
+ 29CF6DB864FD1525F69A389C /* AllTests.swift in Sources */,
+ A46F4FE3A29E69975AC99405 /* Client.swift in Sources */,
+ 77195FAFE9C8CFEA36C0E2A4 /* Server.swift in Sources */,
+ 556C37EFC0C11E80293813DF /* Test.ice in Sources */,
+ 54D8A15D3B8001CEE39C9523 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 44C915F30B19D70FB8CD5289 /* Sources */ = {
+ 2B828CC2EFC399F40EF5AF98 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- C7B440735C49B3620890AB54 /* ServerAMD.swift in Sources */,
- EE2E9225BB616549C89E6036 /* ServerPrivateAMD.ice in Sources */,
- EC33DABAE58C3F3D3DC544A5 /* TestAMD.ice in Sources */,
- 2230D329AD371AB03036B613 /* TestAMDI.swift in Sources */,
+ 56B310AEA3DF4C04A1BBA6D0 /* AllTests.swift in Sources */,
+ EA6A4DB1ACA283A0C6E95C03 /* Client.swift in Sources */,
+ F60A00CE202A4C154A46A563 /* Collocated.swift in Sources */,
+ FF1550A226D1EE066A8EC99C /* Server.swift in Sources */,
+ 1E09AE878D7C956688C4F8BD /* Test.ice in Sources */,
+ 1B16B14AF50D0D2B0D54B0AD /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 465C4A8332CE7BFC3DD0E255 /* Sources */ = {
+ 2F8A97C8B3283B8D0AB9CCC5 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 357A877D8E8C2611AC6B8E00 /* TestCommon.swift in Sources */,
+ 7D6D8600E4FD513C8D402A32 /* AllTests.swift in Sources */,
+ CFCB8A6B8CB0473D957467B8 /* Client.swift in Sources */,
+ 3B1BB3131B8C6E42FFE06B54 /* ClientPrivate.ice in Sources */,
+ 7BAC40B485C0CA40FF43F28B /* Server.swift in Sources */,
+ 38EF22873323E5B75C8439FC /* ServerPrivate.ice in Sources */,
+ 1DDFB23DC9309DA41812CAEA /* Test.ice in Sources */,
+ 63B4BAD7500906CB6AD4A199 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 4B836F1D5C7FAEB8616BAF72 /* Sources */ = {
+ 333FC8B263F113DF3137435B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- D039102D753B2E4C8606D62E /* AllTests.swift in Sources */,
- B55187152A387E8C589EBF25 /* Client.swift in Sources */,
- 968383557A6403911193B455 /* Collocated.swift in Sources */,
- 81C7A654F110887E01CE3C38 /* Server.swift in Sources */,
- B35A9D08C4C35B64B21FB647 /* Test.ice in Sources */,
- B5C8617BB34ACEEDB82DB56C /* TestI.swift in Sources */,
+ 05C551EDBD0581F8EE8C651F /* AllTests.swift in Sources */,
+ 962157D6EB8FC7C5B723B560 /* Client.swift in Sources */,
+ 5BC24A39FDE5FA1076C7B77E /* Collocated.swift in Sources */,
+ 09E3D681A843B4508E3342BD /* Server.swift in Sources */,
+ 3BD17E74FF93DB4268B331F4 /* Test.ice in Sources */,
+ 8BC44F00680E87C4E73205C9 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 53F4C40ED0A1AD9253F142D5 /* Sources */ = {
+ 33725157F7E5BE3BF71702D9 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- A0366158988995048883A8A9 /* Clash.ice in Sources */,
- 3F55D36787C6DC5FDCFEAC45 /* Client.swift in Sources */,
- D37B0C50DC9BA1AC1BA0A28C /* Key.ice in Sources */,
+ 1FE142AB49D34AE6E543947E /* AllTests.swift in Sources */,
+ C4FCABF1EFB3CE6056C07103 /* Client.swift in Sources */,
+ D5FEB487B198F8A8AAEBB427 /* Server.swift in Sources */,
+ 0BC392C6864AD4DB3E701DBE /* Test.ice in Sources */,
+ 1EFA7012DAAE3F6BB3236FDD /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 551AD90C37BFC8BDA03EEC67 /* Sources */ = {
+ 34F42AD91E9D675149EC8389 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- AA552C61578BE82A745C7AC2 /* AllTests.swift in Sources */,
- 47CF70429351FE633DF2D5F1 /* Client.swift in Sources */,
- F1FDA2F4C946D81CD9510E78 /* ClientPrivate.ice in Sources */,
- 2B1D1825FBE0E132308C9675 /* Server.swift in Sources */,
- 54F2C2991DE69F9121E879CD /* ServerPrivate.ice in Sources */,
- 8B69917C9684A8BF2280C631 /* Test.ice in Sources */,
- 0D6BDD259283EAB04A66BB38 /* TestI.swift in Sources */,
+ 5C2E15BF9C8E39957F9FDB5D /* Clash.ice in Sources */,
+ A5B87D4F471EF925CCCFEE88 /* Client.swift in Sources */,
+ 7FC146E0C6034DFAD864CE71 /* Key.ice in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 59AA2CD2DD905979BCCBC093 /* Sources */ = {
+ 34FC9E080EFE1B435191A60F /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 630FA5AB8B120F87B51FEBE4 /* AllTests.swift in Sources */,
- C081395BE126D93488490029 /* Client.swift in Sources */,
- 9B6A8A7E20D899569F51E2A6 /* Server.swift in Sources */,
- C229ED6376DB0111C1A56D91 /* Test.ice in Sources */,
- B815BE75F3567CC2CC0E178F /* TestI.swift in Sources */,
+ F577C80730D37CF7890F60D0 /* ServerAMD.swift in Sources */,
+ 3469184A2D61271B87D1A787 /* TestAMD.ice in Sources */,
+ F8EA4A2921E99D212C2C7609 /* TestAMDI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 59E5702D223AC9A010DB207B /* Sources */ = {
+ 377581135AD1E7F0346AA69E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 42E4A1E1E59609735D1131C8 /* AllTests.swift in Sources */,
- 81772E8C2141309CF1F521BC /* Client.swift in Sources */,
- 7345B8F2089DB074AEB75B08 /* Server.swift in Sources */,
- 3E96313C1ABF50EED3776A3C /* Test.ice in Sources */,
- 6C74D3C3DA9B13A6E98B105C /* TestI.swift in Sources */,
+ 514DA5F0F2363A1D7835042F /* Admin.ice in Sources */,
+ D37ABD836B0570C9E09DAF4F /* Descriptor.ice in Sources */,
+ A09919A0E6B2023F06076D6F /* Exception.ice in Sources */,
+ B2378452554018C2AFFE5A84 /* FileParser.ice in Sources */,
+ A9A4CD3D3ABBF021F23BA3CE /* PluginFacade.ice in Sources */,
+ D2B1637F5CD88D723A4227FC /* Registry.ice in Sources */,
+ 8E9E5512E3C517CC3B1FD765 /* Session.ice in Sources */,
+ 0FB46E83C2DE503A6FF8B8EB /* UserAccountMapper.ice in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 5CC70E90BA03533A573C4FA9 /* Sources */ = {
+ 388B73ABD0319C56F4A0D8A6 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- D5E1D9C5FAC8D594F40BE893 /* AllTests.swift in Sources */,
- 9AA8759A8A0DA8246EF076A5 /* Client.swift in Sources */,
- 25FA7496D40AA50EE3F8A924 /* Server.swift in Sources */,
- 54E1D86E4741A6C45C826CD6 /* Test.ice in Sources */,
- 3EFC4D63076F922C7C54A999 /* TestI.swift in Sources */,
+ E905C6B4A0C8DFCAA1E2F97E /* ServerAMD.swift in Sources */,
+ 540DFD2144B95D473A097C71 /* ServerPrivateAMD.ice in Sources */,
+ A0A78019F94D35F98AB56BCC /* TestAMD.ice in Sources */,
+ 1E84CAEB262594E6E0C89575 /* TestAMDI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 5D03864A9104852628C03028 /* Sources */ = {
+ 38FBA48E75A2B43510D3AA5B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- AE4DE6245C10B891930448AA /* AllTests.swift in Sources */,
- 7BBEA10CC516BC45EF4F20CB /* BatchOneways.swift in Sources */,
- 3BC11AB9BC0F10408416E571 /* BatchOnewaysAMI.swift in Sources */,
- 5A8869A22F131BCB96A3E547 /* Client.swift in Sources */,
- E1EA587F5AC5AC07FC2BC88F /* Collocated.swift in Sources */,
- 3C73394743497AFB0692FD07 /* Oneways.swift in Sources */,
- 2DB5C5A1E6C5F3705DACFF28 /* OnewaysAMI.swift in Sources */,
- 81AC4B168C07C1F1F3061147 /* Server.swift in Sources */,
- 95CDF44F2838F3FCF32AB0A3 /* Test.ice in Sources */,
- 71D8063DAFDB3F6D2EDA5EDA /* TestI.swift in Sources */,
- C05FA53A3E69B0111F831BEF /* Twoways.swift in Sources */,
- B64F7E945EBBB2378FD792E3 /* TwowaysAMI.swift in Sources */,
+ 146FFC92539BD5FADE164E4B /* Client.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 5DCCE4CFBFAD346B19851CCF /* Sources */ = {
+ 3AB507E10CA0315E722AED53 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 57BA04393A3BE4C378CB43D8 /* ServerAMD.swift in Sources */,
- 6308A1E78A7B583D4E57476B /* ServerPrivateAMD.ice in Sources */,
- 887D059D0E70DB6A57A82343 /* TestAMD.ice in Sources */,
- 7EA39EC7647059F4C4607C66 /* TestAMDI.swift in Sources */,
+ 531FBDF1E126FA9573DFDCEB /* IceLocatorDiscovery.ice in Sources */,
+ CEF6D32062243DD6E4AAB014 /* PluginI.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 5E4F6A42A1B9082A1DEFDE5A /* Sources */ = {
+ 3C7D2DE4ECECC4D52A04CB2C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 9D6FB2C2027B9A4C09928107 /* AllTests.swift in Sources */,
- B61B98AB46AAF371096D0616 /* Client.swift in Sources */,
- A3C0B5AA0B7B44F5A3F34667 /* Server.swift in Sources */,
- 037A4B45F1BA13106CB58BD5 /* Test.ice in Sources */,
- BC948B592D95BD260D58B1D3 /* TestI.swift in Sources */,
+ D855907B15A9A193281C44EC /* AllTests.swift in Sources */,
+ 366874AF23F130DFB9479245 /* Client.swift in Sources */,
+ C79510F5F4FE510EE0F4A438 /* Server.swift in Sources */,
+ 4D319E320564E15432A26393 /* Test.ice in Sources */,
+ 572044899CF5224C8D2B9C32 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 60C11238ABBC8049AE354BED /* Sources */ = {
+ 3DBBD555F63E5BAA54542A3D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- ED3C92DD6A295B5583AC9826 /* AllTests.swift in Sources */,
- 946DFE5C17EEC17AC7DC13A2 /* Client.swift in Sources */,
- 936361DB02788CE4EDAA432E /* Test.ice in Sources */,
+ 7341ED4CE70665183B9547A3 /* AllTests.swift in Sources */,
+ FF07634ACFEE36A378B10F6B /* Client.swift in Sources */,
+ F1A3031AD5031520587749D5 /* Collocated.swift in Sources */,
+ 40FE2EF44951F75A5D527E39 /* Server.swift in Sources */,
+ 1432F1CA7E45CF8ADF616F5A /* Test.ice in Sources */,
+ 76403E21B20D19525F3A760A /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 61A25864D77D0932AB302DA0 /* Sources */ = {
+ 3F42E41E96783C254498EE4F /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- A69115F2022A963EA10715DF /* AllTests.swift in Sources */,
- 71C2F2B9DA35B0AB1F5625F8 /* Client.swift in Sources */,
- A92E7211020117EBD02376EB /* Collocated.swift in Sources */,
- 5884A4038CFF77D6F316C990 /* Server.swift in Sources */,
- E6160531DB532FB06C35180D /* Test.ice in Sources */,
- E6ED09D36AFC99288F275A29 /* TestI.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 64FFCE98ECE79AE71C75B82E /* Sources */ = {
+ 5A48F4C8555CCC17980E8C92 /* AdminFacetFactory.swift in Sources */,
+ 318C7DF96EE0723C83D35DC3 /* Blobject.swift in Sources */,
+ 6034DA091CF7419C9D03BC5A /* BlobjectAsync.swift in Sources */,
+ 6F19A0E711393FAB355EDFA9 /* BuiltinSequences.ice in Sources */,
+ 5383AE33DA17895E3DD390B1 /* ClassResolver.swift in Sources */,
+ 6178FFA4D55F3E42EF1203DB /* Communicator.ice in Sources */,
+ FEA39CE2DDD32FDCA9C9C101 /* CommunicatorF.ice in Sources */,
+ EB32AB14F8D9F1224A48650E /* CommunicatorI.swift in Sources */,
+ 13EE4A3D2660F11B4A6500BC /* Connection.ice in Sources */,
+ 7D5DEB482281B1BCF19599E0 /* ConnectionF.ice in Sources */,
+ 88DDAC325871F933CA65E810 /* ConnectionI.swift in Sources */,
+ 666D76DD7A1E480368491C3A /* ConnectionInfo.ice in Sources */,
+ 7A6478B8918CB12503B195EF /* ConnectionInfo.ice in Sources */,
+ 6130E8E18522B2B24CC8C1E5 /* ConnectionInfoF.ice in Sources */,
+ EBBAC3786B5C110A9CC60D70 /* ConnectionInfoFactory.swift in Sources */,
+ F5F1806EA4273E589D565390 /* Current.ice in Sources */,
+ DDD0207E425B040491ECC22C /* Endpoint.ice in Sources */,
+ 08C7BF42BD3F561CE2CDA4B1 /* EndpointF.ice in Sources */,
+ 4A2D51ED5FAB8CA564C60185 /* EndpointI.swift in Sources */,
+ F1A944A16955DEF80F81A074 /* EndpointInfo.ice in Sources */,
+ B35B0C41BE3328E6507136EE /* EndpointInfo.ice in Sources */,
+ CEDBF2D2AC3EA349103E4A41 /* EndpointInfoFactory.swift in Sources */,
+ AADA78C7C0CA7F259018DF71 /* EndpointTypes.ice in Sources */,
+ 75196579185FB8D0CDE92505 /* Exception.swift in Sources */,
+ 0829F0F69BDCCBCF561BEA70 /* FacetMap.ice in Sources */,
+ C9B3F2371ED38108D1B9DD15 /* FormatType.swift in Sources */,
+ 51F10A13FBE3964E69E64B18 /* Identity.ice in Sources */,
+ B4D070111A71EB91FE49E4BD /* ImplicitContext.ice in Sources */,
+ 5D732CB4FCC822F82D937B41 /* ImplicitContextF.ice in Sources */,
+ 4466DFBC27FD2049CB891BAA /* ImplicitContextI.swift in Sources */,
+ F07BE7B4F6B329EBBE3CB4E3 /* Incoming.swift in Sources */,
+ 48F3996B05CCA074513E83EC /* InitializationData.swift in Sources */,
+ 0CA2044A4E5FD88EE2F13C5B /* Initialize.swift in Sources */,
+ 80270BFAA383551F12DB4358 /* InputStream.swift in Sources */,
+ 6463AF81F9F191BF7B9421F9 /* Instrumentation.ice in Sources */,
+ 003644310E7F892548C52B64 /* InstrumentationF.ice in Sources */,
+ FEBD776B5441238805DD9152 /* LocalException.ice in Sources */,
+ ECFEC076CF52C72FC43980E8 /* LocalExceptionDescription.swift in Sources */,
+ 3FD4C45FDD35CE55D47500D7 /* LocalExceptionFactory.swift in Sources */,
+ E4B3AC8EFE240811359A584D /* LocalObject.swift in Sources */,
+ F66EFECBB83FA37098DAB061 /* Locator.ice in Sources */,
+ 64AE07A681DF11CD24306172 /* LocatorF.ice in Sources */,
+ 69DF0575F081E6F50FD3B504 /* Logger.ice in Sources */,
+ D89F98D5585DCF548E522C3D /* LoggerF.ice in Sources */,
+ D53FCB55BABC323BC77DA2A1 /* LoggerWrapper.swift in Sources */,
+ 8DF0C27111AF96DCA13328E9 /* Metrics.ice in Sources */,
+ FE984348707501A57E12BB71 /* Mutex.swift in Sources */,
+ 17BB703DBA5A07ECDF0D9091 /* NativePropertiesAdmin.swift in Sources */,
+ 6BB2AD4757FC56BC86F09A56 /* Object.swift in Sources */,
+ F89ECBDEF293A9B32129668E /* ObjectAdapter.ice in Sources */,
+ 29F71A1B3C7928645FB5BFF0 /* ObjectAdapterF.ice in Sources */,
+ 5882F66EB4913DBE2F0248B3 /* ObjectAdapterI.swift in Sources */,
+ 7B5FC8826508A405CFE8A663 /* ObjectFactory.ice in Sources */,
+ A2EFCBBF94FB03DBCA52FC49 /* OptionalFormat.swift in Sources */,
+ 1F748F01FA95FCC57036C339 /* OutputStream.swift in Sources */,
+ 918F9FABFE79D294D2C9AD4A /* Plugin.ice in Sources */,
+ 69891DCF618BE99BA194C12E /* PluginF.ice in Sources */,
+ 8877C22F26FF8560558C3BA7 /* Process.ice in Sources */,
+ F4DE5F6BCE4BA8D3A38EFDCD /* ProcessF.ice in Sources */,
+ FE208507048FAC777FAF5C2D /* ProcessI.swift in Sources */,
+ 166634F240A7C31675685F71 /* Properties.ice in Sources */,
+ EB6658406198B24714AA102D /* PropertiesAdmin.ice in Sources */,
+ A785F49A1DD7E9FF924C1B75 /* PropertiesAdminI.swift in Sources */,
+ 89E81BB3BFAD319DE257AA38 /* PropertiesF.ice in Sources */,
+ 0EAB874CD7412EC31253A6FD /* PropertiesI.swift in Sources */,
+ F1993119BE1CC9B77978D88A /* Proxy.swift in Sources */,
+ B8013CA87B3149C1E1FC2232 /* RemoteLogger.ice in Sources */,
+ D3EA60AA8FDDD29B070FC77F /* Router.ice in Sources */,
+ 8406D6AD714FEC7C4DE8F9D9 /* RouterF.ice in Sources */,
+ 4515F510F0B08872D42D23BA /* ServantLocator.ice in Sources */,
+ 1F1978605E728B7B845EEABD /* ServantLocatorF.ice in Sources */,
+ A8B914A64F2407A94878C0B6 /* ServantManager.swift in Sources */,
+ E56D51121FA1AA572B15D210 /* SliceChecksumDict.ice in Sources */,
+ 28A9EB382099C3137D558374 /* SlicedData.swift in Sources */,
+ 564E6FF75B8962E4B430B0D0 /* SliceFlags.swift in Sources */,
+ A99AD8D7EE99BB1EE4E202EC /* SliceInfo.swift in Sources */,
+ 6654638E20EDD85C376BB090 /* UnknownSlicedValue.swift in Sources */,
+ 5160ABE87032895FDAA455F3 /* Util.swift in Sources */,
+ 7679AD05D7F8FE62680434E9 /* Value.swift in Sources */,
+ CC02440667BD6E0AF11A7067 /* ValueFactory.ice in Sources */,
+ ED2E40AB4030BA56CDD77EB4 /* ValueFactoryManagerI.swift in Sources */,
+ FAF5D25404BCEB9AAE9F304E /* Version.ice in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 3F5ACF92E9A32D0C4A6E9910 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- BC56F3029B76308907B92D87 /* AllTests.swift in Sources */,
- 180CC35CF535B597A1D832F1 /* Client.swift in Sources */,
- 299ED24A92FED2F0B2125226 /* Server.swift in Sources */,
- 30434824CA80AC8DE0679A2A /* Test.ice in Sources */,
- B4BA490B980D0589449781CA /* TestI.swift in Sources */,
+ 23863DB7292F176F6CA01E41 /* AllTests.swift in Sources */,
+ CD9948FC6924E7F63FFB3779 /* Client.swift in Sources */,
+ F346191EC4F96926D7E2CA67 /* Server.swift in Sources */,
+ E0679047170296DC81D6EEB0 /* Test.ice in Sources */,
+ 620ED7129DE46C162D229C10 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 672EACFA3AC9B18DC07F2DEF /* Sources */ = {
+ 40F44EB7BBEC71CD59C48F2F /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- A23F624985E2A835B7DFDBA2 /* Metrics.ice in Sources */,
- 76167A3B078D108738390EB5 /* PermissionsVerifier.ice in Sources */,
- 7910DB8783F46986B8CCA4D9 /* PermissionsVerifierF.ice in Sources */,
- BEC5D724AD98A8BE71EFA418 /* Router.ice in Sources */,
- CCEAFFAB5641FD6ECFBC973E /* RouterF.ice in Sources */,
- 47D227D2E68EFA6148B8CDAC /* Session.ice in Sources */,
- 935C30681DE9F760560BB2B7 /* SSLInfo.ice in Sources */,
+ 44E96C0BF0550213D18D2ACB /* ServerAMD.swift in Sources */,
+ 4993A32499F79940B751D654 /* TestAMD.ice in Sources */,
+ 201E9E3648B6B7653F8A907E /* TestAMDI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 686C9FFDFD9CFD57328F2C64 /* Sources */ = {
+ 456D7B96BC931C4D8F13ADFE /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 72ED456999E4F581D57998DB /* AllTests.swift in Sources */,
- 6BCC365DB508E7FF79079E08 /* Client.swift in Sources */,
- B1A4E07B9AB66816CA7DE8EA /* Server.swift in Sources */,
- 467E2668E5822429EA2AB895 /* Test.ice in Sources */,
- AB9B0B4BE97B13CAF6ED547C /* TestI.swift in Sources */,
+ 7A65F0CE9E4C4318B655931B /* Metrics.ice in Sources */,
+ A545448BE8F443ACCB60A972 /* PermissionsVerifier.ice in Sources */,
+ FD104E7D1CF0BCD232B63B12 /* PermissionsVerifierF.ice in Sources */,
+ 2762431510D0501877547E99 /* Router.ice in Sources */,
+ 221D3E91FCFB17DC2E8D30DC /* RouterF.ice in Sources */,
+ 347CB79283D0DAF640026F25 /* Session.ice in Sources */,
+ F64F34CEC474842C99DD84E2 /* SSLInfo.ice in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 6BDC226D024A754DEE825C64 /* Sources */ = {
+ 480BCF64B7E5F092EECDD3E0 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 3F5F4016A6FAED24C95985FB /* Metrics.ice in Sources */,
- 437C36BB38CD3C0D4F714413 /* PermissionsVerifier.ice in Sources */,
- 00A82F86F99ACD628FA3B342 /* PermissionsVerifierF.ice in Sources */,
- 01745D25D4A3397A3BBB7293 /* Router.ice in Sources */,
- F44AFC29C12A1F155D23F9CB /* RouterF.ice in Sources */,
- 9BA3F41ED8BCA97A19573A29 /* Session.ice in Sources */,
- 545F87245B11A6758DCF8626 /* SSLInfo.ice in Sources */,
+ ABABC5FC15D9919B30E979C1 /* AllTests.swift in Sources */,
+ 275364DB722754FF48A97F56 /* Client.swift in Sources */,
+ 0353F75C110B5D816711CA31 /* Server.swift in Sources */,
+ B8FC412CCD92C0BF611E8426 /* Test.ice in Sources */,
+ E5E34383C115B60E1E7204D0 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 6D80CA5CB4EE067C15666703 /* Sources */ = {
+ 48B5B69A6B88EA298A23C4C0 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 433DCAED8F8E9E33AE345C18 /* Client.swift in Sources */,
- C8FEBBF948463E471E2DFF8D /* Test.ice in Sources */,
+ B79DBB4E0BFA9E2D02BD6C2C /* AllTests.swift in Sources */,
+ 9365AE1EA77A87D6CCD7AB27 /* Client.swift in Sources */,
+ 2FEF86E453E1BD526EDA73A0 /* Collocated.swift in Sources */,
+ A0A7F7F73BBD89E965B67074 /* Server.swift in Sources */,
+ A9B343340F9040CB262CAFDF /* Test.ice in Sources */,
+ 1C5B61A744ECEC233AB66AD2 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 70821EF6F47911D04D50664A /* Sources */ = {
+ 4B05EF35177B802A87569858 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- E0BD4FF0AE928C8726D0AD74 /* AllTests.swift in Sources */,
- 6937F5521D7804780F6C3B47 /* Client.swift in Sources */,
- 2CE5B29202D709E96FC65290 /* Collocated.swift in Sources */,
- C8ABBF3067F635DED5E837D4 /* Server.swift in Sources */,
- B62043AE3418C464CA33B9D3 /* Test.ice in Sources */,
- CB2CB1C861C0E32D5154D2A0 /* TestI.swift in Sources */,
+ 00D275F61D87B560E4E38007 /* AllTests.swift in Sources */,
+ 0DC97B73BD1FED55BA3C1E86 /* Client.swift in Sources */,
+ 54C517E0389F323BB0BE4EE1 /* Server.swift in Sources */,
+ 27699225DDD41A476A9D0F87 /* Test.ice in Sources */,
+ 41CCA8EF3286A20534BBD4CA /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 70D15F86A8B43987F5E0B0ED /* Sources */ = {
+ 4BD29B0671BD4B5355AE7AF7 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- CAFAE75C1AA625BE55C156DE /* AllTests.swift in Sources */,
- 265E386CA7C17A481F8CBC7B /* Client.swift in Sources */,
- 821232A0655D41C03C942037 /* Server.swift in Sources */,
- 58A4E28670DF2D62599F3B1C /* Test.ice in Sources */,
- EAC3F2CD74471230E57E9BDE /* TestI.swift in Sources */,
+ D0A8C805D6D0B5459503381C /* TestCommon.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 73067EF63C7F7674D3AA0CFE /* Sources */ = {
+ 4F2749CC1E3E1ADBD5042047 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 75F0714CC71323DE0E60804A /* AllTests.swift in Sources */,
- A1C64CFB9371F7018BBCDC09 /* Client.swift in Sources */,
- 0BCBC18B5F9BAF49ED0DAF3A /* Test.ice in Sources */,
+ 2109A8A28C3518AFAC2F403F /* AllTests.swift in Sources */,
+ 2979FB0A8CA25859E584AEF5 /* Client.swift in Sources */,
+ 55EAFF0D6ED770C0D800774B /* Collocated.swift in Sources */,
+ F3FB9625B7742F0822727F49 /* Server.swift in Sources */,
+ A52677F62F5C5ADB0F445B66 /* Test.ice in Sources */,
+ 3D1CF662B263C74ACF909224 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 73ADA3BD4418B6643CA3133C /* Sources */ = {
+ 50AFCF32C10042894A548E1D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 7B917D7024175005BB7C100B /* IceStorm.ice in Sources */,
- 70CCBE1E14F45E13D6689AEF /* Metrics.ice in Sources */,
+ F001624319110E92E81AE668 /* AllTests.swift in Sources */,
+ 94B4B5AF7D465C069B0B907B /* Client.swift in Sources */,
+ 143F9807EC47CDA082C5EEE0 /* Collocated.swift in Sources */,
+ 12EABB42AAF1E252EB32CDE3 /* Server.swift in Sources */,
+ 26EF27A3CF79CC10E9639181 /* Test.ice in Sources */,
+ A2C3CE949A83131D6B5CB080 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 7457BCA8F8A77E6BED6BC59B /* Sources */ = {
+ 567B0BCD828BB992FEEAB985 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- D6B58632F0EB50D315E1BF0D /* ServerAMD.swift in Sources */,
- 4AFBC4F7FFD6F9FCFA6CB85D /* TestAMD.ice in Sources */,
- 5BCCEF82A203EBE9C43E2202 /* TestAMDI.swift in Sources */,
+ 400FDA1D4A21C1B5A4C7458C /* ServerAMD.swift in Sources */,
+ C4CE3F9820111BB2499FD11E /* TestAMD.ice in Sources */,
+ 982C1005A5545F2166236A79 /* TestAMDI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 7D0B9E1DD5A542B7E1CE4C32 /* Sources */ = {
+ 570D82A4804909C22EE6C8F5 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- A1D4F310815FE368D9383861 /* AllTests.swift in Sources */,
- 97D36C72872BC04C56EF25AA /* BatchOneways.swift in Sources */,
- 583B478436C897831C65081D /* BatchOnewaysAMI.swift in Sources */,
- 965462873B0BF3243A3EA9B5 /* Client.swift in Sources */,
- B755F1543555ACF4C3F36160 /* Collocated.swift in Sources */,
- 16A3AA39D7B394D357A500A5 /* Oneways.swift in Sources */,
- 9ADF59860E5E8E6A0D89D879 /* OnewaysAMI.swift in Sources */,
- 7B8BFF79C9A98FB2C45E93A5 /* Server.swift in Sources */,
- 0FA905D438984C24F50AA554 /* Test.ice in Sources */,
- 1960499846F0468EECF0038D /* TestI.swift in Sources */,
- 2CBA22B906DEA5C5452F7651 /* Twoways.swift in Sources */,
- AFC07A0E01FA920882778A16 /* TwowaysAMI.swift in Sources */,
+ 8CAD0DD125C53F1115D0CDB7 /* AllTests.swift in Sources */,
+ CBD6B7A84DC514277F2CE97B /* BatchOneways.swift in Sources */,
+ A6810FBC4F227DBBB6162DCC /* BatchOnewaysAMI.swift in Sources */,
+ 90118E236ADBCC6E49D488CF /* Client.swift in Sources */,
+ 86C1CDEB1D60CF0C2D7239B9 /* Collocated.swift in Sources */,
+ 8F2B2D461732D35C1D311F35 /* Oneways.swift in Sources */,
+ 0ABCC9F2D1764A7DFAE25E1A /* OnewaysAMI.swift in Sources */,
+ 8F78FCD9839D19E53184F4CC /* Server.swift in Sources */,
+ 90A66CAB02DB79C04351A510 /* Test.ice in Sources */,
+ C6A27203D7D8C6FF02B1F8D3 /* TestI.swift in Sources */,
+ 3DF08013CC198DB08FA1DD51 /* Twoways.swift in Sources */,
+ 20604F36AAE29DCAF66EC8A0 /* TwowaysAMI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 7FA9E70909E40C635849301D /* Sources */ = {
+ 5918939D4163F8BDF49D7902 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 3122B904748650A3FF52A5CB /* AllTests.swift in Sources */,
- F926CE2352DC31AA78C0386E /* Client.swift in Sources */,
- 6E61CF3190C15DA3E1A612BB /* Collocated.swift in Sources */,
- 5AB28C7270919A1936B48D9F /* Server.swift in Sources */,
- 36230E72CD0CC196EA433AEA /* Test.ice in Sources */,
- A61BC283B51895B808CBCAFC /* TestI.swift in Sources */,
+ F4C831E800AF4091B0E1844C /* TestCommon.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 81870622CCA909C4FA1547E6 /* Sources */ = {
+ 5B712A63310D3CADCC796D40 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 6796C812E6F3BACB53347030 /* ServerAMD.swift in Sources */,
- D134C066A493BB1AD7EE6B15 /* ServerPrivateAMD.ice in Sources */,
- D7DC502374D48ACBBD8A1072 /* TestAMD.ice in Sources */,
- ECBA24FAC98A227202792713 /* TestAMDI.swift in Sources */,
+ 85DDA1BED81DB0C88DD3E947 /* Client.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 828A47579349BDC9CDB14AB7 /* Sources */ = {
+ 5CC923DA708BDD31CFE7E49E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 51D5858F107A1DF97A80D023 /* Client.swift in Sources */,
+ D892AD682BD2CAA13333566B /* AllTests.swift in Sources */,
+ CCD10ADCF98F10AE026CED02 /* Client.swift in Sources */,
+ CB7C0FE0F0BE0CA31D169B82 /* Test.ice in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 8627BADFA907A2B3516EF0FB /* Sources */ = {
+ 676A0C422CF71CD5B8403E8E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- C508C4ABBE7BE23D4819A7E5 /* Client.swift in Sources */,
+ 57230E2DF9CEF1AA302E06EB /* AllTests.swift in Sources */,
+ B278F86DEF1493F9411A2C04 /* Client.swift in Sources */,
+ 15C9D33AB8799D2C27F61C09 /* Server.swift in Sources */,
+ F6C7A776EAA99CE4067A4434 /* Test.ice in Sources */,
+ FF4AAEAE952586BD4911E849 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 8EB7BA68758B6F2D6B3186E9 /* Sources */ = {
+ 6979F4B53D1F84CF427D00BE /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- F83478D045E393B05361DAC7 /* AllTests.swift in Sources */,
- E96AB5B709BEDC95E33B5EE3 /* Client.swift in Sources */,
- 750E161C81B8B809FBA66100 /* Collocated.swift in Sources */,
- 5B85052236A7DF2106B58E48 /* Server.swift in Sources */,
- 53C04E733FDF058664A5C42E /* Test.ice in Sources */,
- 24F3A2D2EDD9712BB64A87C0 /* TestI.swift in Sources */,
+ 125505F40230EFDCC1E6B232 /* AllTests.swift in Sources */,
+ D4E2841967DD1E1457296A52 /* Client.swift in Sources */,
+ 33EE41B12C7D4ADF69838B21 /* Collocated.swift in Sources */,
+ E3ADF2D27083488F8A1E0C90 /* Server.swift in Sources */,
+ 35E55CF06159DD977E21C9C4 /* Test.ice in Sources */,
+ C1717B796C8065DEA7D24738 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 9090BE1A63DAE10916F6F386 /* Sources */ = {
+ 6A19361506679046576F0927 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ E65859D8FCC533032DF1C354 /* Acceptor.cpp in Sources */,
+ 06637F196971540F20530530 /* ACM.cpp in Sources */,
+ B89D99E38AA3C6EE1F657E25 /* ArgVector.cpp in Sources */,
+ 9F9B62E56ED2C13118EE4165 /* Base64.cpp in Sources */,
+ BB0BA5FBCDD26A054829FD7C /* BatchRequestQueue.cpp in Sources */,
+ 22A41836D78AFBD38B6F5DE3 /* Buffer.cpp in Sources */,
+ 3F00A11036EC0C919D62B23B /* BuiltinSequences.ice in Sources */,
+ 8715E593EC00D47E1BC61EB6 /* CollocatedRequestHandler.cpp in Sources */,
+ F2DFB3A89CA7A86B92CC3575 /* Communicator.ice in Sources */,
+ 50AD70AB868E7B98E496EFCC /* CommunicatorF.ice in Sources */,
+ 77BFACD6020578AC83BEC275 /* CommunicatorI.cpp in Sources */,
+ 492CB1C6DB885D1DC39EAD97 /* Cond.cpp in Sources */,
+ E75FE8223DA006D40340DAD2 /* Connection.ice in Sources */,
+ 59700CB402108E204783E52F /* ConnectionF.ice in Sources */,
+ C55509842A54A6FBCB538FC9 /* ConnectionFactory.cpp in Sources */,
+ 0F0F85E0FC32113050ED4F4C /* ConnectionI.cpp in Sources */,
+ B0DAC0CD7A3B6738C7CA1495 /* ConnectionRequestHandler.cpp in Sources */,
+ A5B384AFD2645BD01F3B3A63 /* Connector.cpp in Sources */,
+ 2A4E9DCFBCCC222E1742D80E /* ConnectRequestHandler.cpp in Sources */,
+ C167A3A35D8EE56229AFF14E /* ConsoleUtil.cpp in Sources */,
+ 7750D7D3A6AAF068AEFF9681 /* CountDownLatch.cpp in Sources */,
+ B64366D92124F4F8CE9E05DF /* CtrlCHandler.cpp in Sources */,
+ 4E7C8C30088EDF1E95E968F5 /* Current.ice in Sources */,
+ D1455E9151BB4543FB8A9A87 /* DefaultsAndOverrides.cpp in Sources */,
+ 38CC28DF3FB83198602FDE3A /* DispatchInterceptor.cpp in Sources */,
+ 71C31A590FDA20CFCEFDD9F0 /* DynamicLibrary.cpp in Sources */,
+ EE3D3AD46143E1FD1E539BEB /* Endpoint.ice in Sources */,
+ EFEC97F6343B2859280948A1 /* EndpointF.ice in Sources */,
+ 7B012518109978F207620672 /* EndpointFactory.cpp in Sources */,
+ 7E2BFB9DD0899DF34000AD33 /* EndpointFactoryManager.cpp in Sources */,
+ BEAC5D2B5AF7914BEEF9E6A6 /* EndpointI.cpp in Sources */,
+ FEDC69910DE3076055D4F82E /* EndpointTypes.ice in Sources */,
+ 81BC6A6956AA1C3A27864C84 /* EventHandler.cpp in Sources */,
+ B74DE2B4C2C99647B8BB6F23 /* Exception.cpp in Sources */,
+ BF8E23E9322DC4C5D8F0B09C /* FacetMap.ice in Sources */,
+ 563D106572E564470A1ECC41 /* FactoryTable.cpp in Sources */,
+ 77620C41F24C8C660744DB8D /* FactoryTableInit.cpp in Sources */,
+ 29EB8FF269D52B9C953FA0A5 /* FileUtil.cpp in Sources */,
+ 20013DC0916D21E38BE948DD /* HttpParser.cpp in Sources */,
+ 06565B6A25B2BAD2D1926DB8 /* IconvStringConverter.cpp in Sources */,
+ 0C69E5FCD8C126153A718DC0 /* Identity.ice in Sources */,
+ 5498859B6754F9802D0B2068 /* ImplicitContext.ice in Sources */,
+ 849B6B1B0DBCECA076917EFB /* ImplicitContextF.ice in Sources */,
+ CF2376CE228E50E923D1B385 /* ImplicitContextI.cpp in Sources */,
+ FE0735348C722BFCCE4E1914 /* Incoming.cpp in Sources */,
+ DC28346EF105BE8100C1D1D1 /* IncomingAsync.cpp in Sources */,
+ 93DF634B3A435D46D2053D21 /* Initialize.cpp in Sources */,
+ A2A39ABA4E571DE4E6D95EBF /* InputStream.cpp in Sources */,
+ F0C21F05245211EEAFF9A380 /* InputUtil.cpp in Sources */,
+ 60D46E8EC51428A150B03E2A /* Instance.cpp in Sources */,
+ D3455DB13710B0C808C92AF3 /* Instrumentation.ice in Sources */,
+ 5A2F40AB8C67D88B15200606 /* InstrumentationF.ice in Sources */,
+ 4AB539EF7FA6219010E216B1 /* InstrumentationI.cpp in Sources */,
+ 0E1A7046EA1D047729BB71AB /* IPEndpointI.cpp in Sources */,
+ E7028FA4EA268A711934F842 /* LocalException.ice in Sources */,
+ 0B6DD8249261E1E4C363D787 /* LocalObject.cpp in Sources */,
+ C1C1E443902630D39DFB2710 /* Locator.ice in Sources */,
+ 304B9343255DBB97B044FF9F /* LocatorF.ice in Sources */,
+ A18BEBA1FE52992AC6377523 /* LocatorInfo.cpp in Sources */,
+ A62286F8B913787EA1620F3A /* Logger.ice in Sources */,
+ 2905A854C563DC70A342A430 /* LoggerAdminI.cpp in Sources */,
+ F42F2B24A72E78D80F223099 /* LoggerF.ice in Sources */,
+ CEA699F14A27BDBC1B394554 /* LoggerI.cpp in Sources */,
+ FD7A8148E7E6DF84EEB40BE6 /* LoggerUtil.cpp in Sources */,
+ 5B67CB657FDC93E68EFBC37B /* Metrics.ice in Sources */,
+ B6AA149563E718042EF6EC8F /* MetricsAdminI.cpp in Sources */,
+ 6B0D10C9B51826139B7F592E /* MetricsObserverI.cpp in Sources */,
+ 150E77EDA9A9F29886583EC5 /* MutexProtocol.cpp in Sources */,
+ 00C4FE2168E3D2524CAD2C25 /* Network.cpp in Sources */,
+ F061B59D716941D79D0E49A6 /* NetworkProxy.cpp in Sources */,
+ F4FED53E3C929E038B2EEBFD /* Object.cpp in Sources */,
+ A2D2454D6D5C536FAD87633E /* ObjectAdapter.ice in Sources */,
+ C20BFBFE14B942A7377BEA2A /* ObjectAdapterF.ice in Sources */,
+ 2976662E307B0FFDDE534DE9 /* ObjectAdapterFactory.cpp in Sources */,
+ AED8FA57B29E0CD8A48B3EF5 /* ObjectAdapterI.cpp in Sources */,
+ D38A6011CA3B67B16E0831F3 /* ObjectFactory.ice in Sources */,
+ 2EA6710C9BCE103CFB545DB8 /* ObserverHelper.cpp in Sources */,
+ 5104A468B2DA4C1C366F3199 /* OpaqueEndpointI.cpp in Sources */,
+ BFB6695F18837789D86A0B09 /* Options.cpp in Sources */,
+ 8ADC00946F379327E04225E9 /* OSLogLoggerI.cpp in Sources */,
+ B7394EE587C48781C417E2B4 /* OutgoingAsync.cpp in Sources */,
+ BC58F5FDDF918DA1BF920B53 /* OutputStream.cpp in Sources */,
+ B9378DE279AAE1A23546EDB3 /* OutputUtil.cpp in Sources */,
+ 40C261B768736E6242C21A03 /* Plugin.ice in Sources */,
+ 8750A06F5B54F62B5945C461 /* PluginF.ice in Sources */,
+ 2AF295894B3E3E1A5B2239D3 /* PluginManagerI.cpp in Sources */,
+ 15BAA266A5632BE769DA809D /* Process.ice in Sources */,
+ 9DC0F768F4D1EF23BA43A4C3 /* ProcessF.ice in Sources */,
+ 6EE3624AE2DAB39A8F1877A1 /* Properties.ice in Sources */,
+ C303611DC33B81423CB4AE25 /* PropertiesAdmin.ice in Sources */,
+ 3B1052A8839A6D723F7C2D82 /* PropertiesAdminI.cpp in Sources */,
+ A99CCB2F601EF47F7F98CE1E /* PropertiesF.ice in Sources */,
+ C289ED1366C344BB2C867862 /* PropertiesI.cpp in Sources */,
+ 1E37FDF450F0A6F44CE96B51 /* PropertyNames.cpp in Sources */,
+ 77F630EA56EE75DFA03A7CFA /* Protocol.cpp in Sources */,
+ 454013C93A5ACAC6CDC986BD /* ProtocolInstance.cpp in Sources */,
+ 15E40D47D18F49C4B3DED26C /* ProtocolPluginFacade.cpp in Sources */,
+ 0D91E6EBE1F9E571FEF5A952 /* Proxy.cpp in Sources */,
+ 5DE3B7A4E546E4ADD28DC5FB /* ProxyFactory.cpp in Sources */,
+ 13B5ADECAA3414FFA6BE4069 /* Random.cpp in Sources */,
+ 36A8897EBF1598E465F544F8 /* RecMutex.cpp in Sources */,
+ A318F9DA2DE970D5AC486074 /* Reference.cpp in Sources */,
+ 0660AFCFF34F24B9FD12D7FF /* ReferenceFactory.cpp in Sources */,
+ E56B9AA0D905EB712628CD66 /* RegisterPluginsInit.cpp in Sources */,
+ 60500E30F4A91A132605A7FC /* RemoteLogger.ice in Sources */,
+ 07CD3AF99090F716F8191413 /* RequestHandler.cpp in Sources */,
+ 5EECDF3A485BEB3C427520B0 /* RequestHandlerFactory.cpp in Sources */,
+ 26C217C68E3D3213B7036224 /* RetryQueue.cpp in Sources */,
+ A961B24051DB4452D0207700 /* Router.ice in Sources */,
+ 012F4ACE55961E0DE1EA5CB7 /* RouterF.ice in Sources */,
+ B8F5CBE15102B59AA8E1A58D /* RouterInfo.cpp in Sources */,
+ 3238A99E4F2193C586D5F24C /* Selector.cpp in Sources */,
+ 3051E01D16A22E905FCF9161 /* ServantLocator.ice in Sources */,
+ D9C0CECD532802CD94EC0896 /* ServantLocatorF.ice in Sources */,
+ 63CCEB215B76B3D3C2591FA9 /* ServantManager.cpp in Sources */,
+ A7A087B9322910BE67205EC9 /* Service.cpp in Sources */,
+ 5B499131E92835E4E9EF5CDF /* SHA1.cpp in Sources */,
+ 3BB509F1870BF96A4CF289B4 /* Shared.cpp in Sources */,
+ 526620A713A5FFF5E3993647 /* SliceChecksumDict.ice in Sources */,
+ ABC1B6D376502E6D1E7A2612 /* SliceChecksums.cpp in Sources */,
+ 390DE0D87AAB320C1F1B26D8 /* SlicedData.cpp in Sources */,
+ E6C65AF00B96FD5845FF18E5 /* StreamSocket.cpp in Sources */,
+ 87F0E8ADB0104188D42672F7 /* StringConverter.cpp in Sources */,
+ 1EDDE259512E776FCE4A020D /* StringConverterPlugin.cpp in Sources */,
+ F3E6BC6798EF540B1A0567A0 /* StringUtil.cpp in Sources */,
+ E239EE9F364B12D3AB9B742A /* SysLoggerI.cpp in Sources */,
+ AE349B3E86F172ED1265454D /* SystemdJournalI.cpp in Sources */,
+ 037B7992813A4C5EEDA53396 /* TcpAcceptor.cpp in Sources */,
+ 5C4809F6CA2990A79CD3200D /* TcpConnector.cpp in Sources */,
+ C8C35CCA4EA5BF99B01BF84C /* TcpEndpointI.cpp in Sources */,
+ 0DEBCB147C3779DD4416A723 /* TcpTransceiver.cpp in Sources */,
+ 0DDCA89D764BC93E672748BB /* Thread.cpp in Sources */,
+ D38942406D992A4669939039 /* ThreadException.cpp in Sources */,
+ 9BA0A47006691E491FDEBC84 /* ThreadPool.cpp in Sources */,
+ FEF2558A0F3AAD9585DF2ACE /* Time.cpp in Sources */,
+ F8517E5C119CA29E56F68D66 /* Timer.cpp in Sources */,
+ AFDCA1CF8F2BF1DB731605C3 /* TraceLevels.cpp in Sources */,
+ E7EE508194F4CFAB64173DD4 /* TraceUtil.cpp in Sources */,
+ B8BD670DBD48202AB2E9E9C4 /* Transceiver.cpp in Sources */,
+ EDDE259A07DB67839239351F /* UdpConnector.cpp in Sources */,
+ 7CE5E9018C924CF4A98FB6F1 /* UdpEndpointI.cpp in Sources */,
+ 88D09113F5F5C978A80D4819 /* UdpTransceiver.cpp in Sources */,
+ F151CB44C47CA844FCBCF021 /* UtilException.cpp in Sources */,
+ 8974D3F76E88865E82819372 /* UUID.cpp in Sources */,
+ BF52EF454C9940CCA9E94B0F /* Value.cpp in Sources */,
+ 01B192B8015C17C7DB3ABA68 /* ValueFactory.ice in Sources */,
+ 6A9440611574CBB66580D1A6 /* ValueFactoryManagerI.cpp in Sources */,
+ 4BE6796F2CDC4E0DBEC3CB7A /* Version.ice in Sources */,
+ C864448848E440FED2C20AE6 /* WSAcceptor.cpp in Sources */,
+ 5D7BE489F1DD3F206579EA13 /* WSConnector.cpp in Sources */,
+ 38616B3A3DE10B3FED70E594 /* WSEndpoint.cpp in Sources */,
+ 9A019BCC61C1B5C5370EFD75 /* WSTransceiver.cpp in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 6B16A9DEBF67CC6FC8D32B6F /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 37CA3DA507030D9F01D0CFF3 /* AllTests.swift in Sources */,
- 0982F34EA67A8C2A2AF5C7BA /* Client.swift in Sources */,
- 5EE2F61099FCC586A79215E1 /* Collocated.swift in Sources */,
- 2F049C4BEF8695562B9B865C /* Server.swift in Sources */,
- 44D5E8AC841F4CB3C3DDB185 /* Test.ice in Sources */,
- C1C76A6A585F1A6737DA30EF /* TestI.swift in Sources */,
+ 22E4014D6A3815DA0070C8DE /* AcceptorI.cpp in Sources */,
+ 94F9100CF8BA8CA61CF430EB /* CertificateI.cpp in Sources */,
+ 962208A27C049F0E4A6BF919 /* ConnectionInfo.ice in Sources */,
+ 09309554C1246DBEB63F6BFA /* ConnectionInfoF.ice in Sources */,
+ 17A7F5C014D9F49A5C5540D7 /* ConnectorI.cpp in Sources */,
+ 27300915DC268155E62D5286 /* EndpointI.cpp in Sources */,
+ AAD692229AE081A8DEF593E7 /* EndpointInfo.ice in Sources */,
+ 98AB8E14317B70C3EC315C69 /* Instance.cpp in Sources */,
+ 9A97DA727D3768551CC6D787 /* PluginI.cpp in Sources */,
+ A1E42DE0BAB2CB46C9C34130 /* RFC2253.cpp in Sources */,
+ 7833F60D32C406A47AAABCE3 /* SecureTransportCertificateI.cpp in Sources */,
+ 6BBF00E1C2393078470F776A /* SecureTransportEngine.cpp in Sources */,
+ D9AFD065310709C511D227BF /* SecureTransportPluginI.cpp in Sources */,
+ 0C9F679BC99F685A218D6857 /* SecureTransportTransceiverI.cpp in Sources */,
+ A57D6E665B1799123103D597 /* SecureTransportUtil.cpp in Sources */,
+ CBF3340E0A32F20CCAD6A72A /* SSLEngine.cpp in Sources */,
+ FE43F319B993235AA146448C /* TrustManager.cpp in Sources */,
+ ED397A5A97399C8C8EA6ED5C /* Util.cpp in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 6BB46BB3041FFC85FE5E8786 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ C6937E0ABBBCA477E453E960 /* ServerAMD.swift in Sources */,
+ E21E019B2515D4D94924FAD9 /* ServerPrivateAMD.ice in Sources */,
+ EF00D5E3256E0FE330350355 /* TestAMD.ice in Sources */,
+ 21705417C80A189407994979 /* TestAMDI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 975A1FA37680BF854C8A85C9 /* Sources */ = {
+ 6D3F225EFEB5E75AC496885F /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- F32D01AF55E29855979A264D /* AllTests.swift in Sources */,
- E051A30C99BA7C6EFA215FB9 /* Client.swift in Sources */,
- B6FB7C23B509CA4DA4E95E63 /* Server.swift in Sources */,
- 617EDC43ED566D275F17921D /* Test.ice in Sources */,
- EA1A6CCEAF0BD672FBFB9796 /* TestI.swift in Sources */,
+ 9647BD3F56E79274B28F6E48 /* ServerAMD.swift in Sources */,
+ 067A73F44E65EDE23A657C71 /* ServerPrivateAMD.ice in Sources */,
+ 57040D3A20035B9F4A4125A5 /* TestAMD.ice in Sources */,
+ C416D37109CDC75981C4D241 /* TestAMDI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 9ADD840B15BCE03DBC323A27 /* Sources */ = {
+ 72720F185059E0A14532CF30 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- F3B9735EDC491522C1A43559 /* AllTests.swift in Sources */,
- 331967AAEB5CD6DC540A5C22 /* Client.swift in Sources */,
- EBC7304273DF26006DDFE9B1 /* Server.swift in Sources */,
- FE93232B1F61BEBA3FEE4A0F /* Test.ice in Sources */,
- 15D4340D79D09125A31EC4B6 /* TestI.swift in Sources */,
+ 6E8BF58A9A1276330B616C6B /* AllTests.swift in Sources */,
+ 213832B9B582172C15B947F9 /* Client.swift in Sources */,
+ DAE24E0B856861B9D2E2AFCA /* Server.swift in Sources */,
+ C61866FF2A1E1C51017AAE96 /* Test.ice in Sources */,
+ 115AFEC4D9FBDFD77E81CE73 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 9CFD6AA73B16D007E5CCCE16 /* Sources */ = {
+ 73490FA5FAAAAB1CD60744D8 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 6D7CC306DFFAC8D117B937D6 /* Clash.ice in Sources */,
- 8D97E43B5D02C87182133EFC /* Client.swift in Sources */,
- 70D22171C17B0599C8D781A4 /* Key.ice in Sources */,
+ B8AA2E979C10DBDDD585DB62 /* AllTests.swift in Sources */,
+ 8A7DFF8591C7FB9D64B30D6F /* Client.swift in Sources */,
+ 6517C4F6CA4023B8AED7D5B2 /* Collocated.swift in Sources */,
+ 767D0301DC8629A8A442E5DA /* Server.swift in Sources */,
+ 1ED37446707594D3FFFA17AB /* Test.ice in Sources */,
+ 0C1F78783CA2B8FD3B517EF4 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- A13203C11922F2EBEED60B2E /* Sources */ = {
+ 787672EA717663AC0B52FB84 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- AB00B2D179FC6E56D6FC6B21 /* AllTests.swift in Sources */,
- 6AED43711F1739844E524692 /* Client.swift in Sources */,
- 5796BB7917198A5611EAAB1B /* Collocated.swift in Sources */,
- C036210C5DF010F1CCEB4EBB /* Server.swift in Sources */,
- 2C1A50D49E97B0CF8D49A904 /* Test.ice in Sources */,
- 8F6C547D42BE6454FAF2794F /* TestI.swift in Sources */,
+ 07B0B27BF34F282BB9560CF8 /* AllTests.swift in Sources */,
+ EA4C4D02D35AAA2A87470DDA /* Client.swift in Sources */,
+ 39D70410B457B915796B017D /* Server.swift in Sources */,
+ 9DA0545DEAAE2332ABDA0FB0 /* Test.ice in Sources */,
+ 91FCC8EEFB2A9EE5F1B7E93E /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- A6B3F663EEC4419523EE9E80 /* Sources */ = {
+ 79E3ED9C8AC27F60AF312F7B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 52673B4130DA8FFA9B09115D /* AllTests.swift in Sources */,
- 461176F7C604AB3D45105C3A /* Client.swift in Sources */,
- 60FEA2EBE2B5E2E01F50A252 /* Server.swift in Sources */,
- 0D1540D8A6ECB9CAE5D83F5E /* Test.ice in Sources */,
- 93E48725CABA2936A73B84B6 /* TestI.swift in Sources */,
+ 91E5BC7FEFA4370E44804524 /* IceStorm.ice in Sources */,
+ C005002DE8C2A7EBD5CACDBE /* Metrics.ice in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- A8DBF3FB81C832530578A783 /* Sources */ = {
+ 7AE9D9E9CAA8150C0BE55416 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- F1B6DE8A3FAA873C20095D45 /* ServantLocatorI.swift in Sources */,
- 4B63DA4D70989A101AA9827D /* ServerAMD.swift in Sources */,
- FB95DD5E7DF739574A877700 /* TestAMD.ice in Sources */,
- 889D338EC5F6631482BB4F60 /* TestAMDI.swift in Sources */,
+ AE00EB78D72CCC55AEED5C86 /* ServerAMD.swift in Sources */,
+ FF1F774F20BAAEE3BB5EF7FB /* TestAMD.ice in Sources */,
+ 8E0ECD6F9A2A8EEF43D9CBCD /* TestAMDI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- ABFA15B27F1A71E3A7B62133 /* Sources */ = {
+ 7C02E0237C5935BD3A197D3A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 001363FF49C3B7AAEFE5B692 /* AdminFacetFactory.swift in Sources */,
- 94A59AD826A3ABA3C8382FA9 /* Blobject.swift in Sources */,
- 1A5AB4C0E9524C0C58124BF7 /* BlobjectAsync.swift in Sources */,
- D290F9760794C49DDA8DBAFF /* BuiltinSequences.ice in Sources */,
- 7B7CA6EE1522F1984141752E /* ClassResolver.swift in Sources */,
- 07EA20AA1DA7CD03F8BCFFF4 /* Communicator.ice in Sources */,
- 99FD86E5133A87C02294B719 /* CommunicatorF.ice in Sources */,
- C17E8A4E9DA825FC7C46B2AF /* CommunicatorI.swift in Sources */,
- 25FBB1FD41E6679C23FBCC3D /* Connection.ice in Sources */,
- 723B2B20D5174B76E032D8E5 /* ConnectionF.ice in Sources */,
- 4275850BD16F3B1D1277F2AB /* ConnectionI.swift in Sources */,
- 74664BADF5E44814C91C4C2F /* ConnectionInfo.ice in Sources */,
- 91E350F530FC7D3A98BDE6F8 /* ConnectionInfoF.ice in Sources */,
- 34E2E3DF3447539C5B92A428 /* ConnectionInfoFactory.swift in Sources */,
- 10550F54A94E6AC7CA011612 /* Current.ice in Sources */,
- C59B520F3569988E21B92B96 /* Endpoint.ice in Sources */,
- 402795F8D108A012EB59CD25 /* EndpointF.ice in Sources */,
- F1AF3C3624844B557F73DE10 /* EndpointI.swift in Sources */,
- 92BA04C7E71A6A307DEA49BB /* EndpointInfo.ice in Sources */,
- 0B92F3AEED73F5AC8B91596D /* EndpointInfoFactory.swift in Sources */,
- D217769D461D7AE4475B1CCB /* EndpointTypes.ice in Sources */,
- 3AD5A9BB6CEBDEDFCC588BFD /* Exception.swift in Sources */,
- D14A4FD52FD1E31294FAC794 /* FacetMap.ice in Sources */,
- 3EFB22CD0CA3EF6E8AA6401E /* FormatType.swift in Sources */,
- 21BCEE1BC56B72F6431875BA /* Identity.ice in Sources */,
- 6BF90EA295528B3E60EBB352 /* ImplicitContext.ice in Sources */,
- 330232096C73E6F2787D0CB9 /* ImplicitContextF.ice in Sources */,
- 3C4ABD0F349FE68214012EA6 /* ImplicitContextI.swift in Sources */,
- 200F37541B76783D84D81EFE /* Incoming.swift in Sources */,
- 3D913E866EBFBEF31EE77AA8 /* InitializationData.swift in Sources */,
- 52C98ACF3511394FDC07CBC5 /* Initialize.swift in Sources */,
- 42062577F655659C8567176D /* InputStream.swift in Sources */,
- C33BB5BEEE39F5B1DF1DF8AE /* Instrumentation.ice in Sources */,
- 24CD7D09F3AAA2122770ECEC /* InstrumentationF.ice in Sources */,
- E6F573295911E242A429F81A /* LocalException.ice in Sources */,
- 7E4455C7A0F01056488FA346 /* LocalExceptionDescription.swift in Sources */,
- AE71D2F4BDB28DC833848FAA /* LocalExceptionFactory.swift in Sources */,
- 8EF30B8026E468E41C571BBC /* LocalObject.swift in Sources */,
- BB8C613E0DC85C521427D7F0 /* Locator.ice in Sources */,
- A5CE6CD3723C11E3B3270669 /* LocatorF.ice in Sources */,
- 9F5706080C780F7DB11BCB93 /* Logger.ice in Sources */,
- CBC34BA8D67870DC0E5303DC /* LoggerF.ice in Sources */,
- 8A2FC5C518CC1BD62D559432 /* LoggerWrapper.swift in Sources */,
- 9C4FFB7BDE36449B5FF48EA9 /* Metrics.ice in Sources */,
- 4492F326AC19B0EC9AD6366C /* Mutex.swift in Sources */,
- 64A792CBA8EBAF948C58A8AA /* NativePropertiesAdmin.swift in Sources */,
- 78EBD372C859262BD57E3E9E /* Object.swift in Sources */,
- 62FA731BA02A06D1CCCE3C2A /* ObjectAdapter.ice in Sources */,
- 1B6CABEC115994C906F92AA8 /* ObjectAdapterF.ice in Sources */,
- 916DDAA197A038B59F54179A /* ObjectAdapterI.swift in Sources */,
- 39AE43DD550DEEBB08F578CA /* ObjectFactory.ice in Sources */,
- 4401E400D82CD9B20E7A0FA2 /* OptionalFormat.swift in Sources */,
- 660E04D76596F9F3BD6F71F5 /* OutputStream.swift in Sources */,
- 49B64485C746A172940C9B38 /* Plugin.ice in Sources */,
- 158F0920DA8DA4492536603D /* PluginF.ice in Sources */,
- 2504746AA219741221F41512 /* Process.ice in Sources */,
- 4F2BEB6431786BCF9A087989 /* ProcessF.ice in Sources */,
- A611F491B7CCC7440648B275 /* ProcessI.swift in Sources */,
- A0CF45110DFC52034C3A5E8E /* Properties.ice in Sources */,
- 5C09AEB1F0A5C9197FF6D31C /* PropertiesAdmin.ice in Sources */,
- 30DEF1827E37D118E0FB644E /* PropertiesAdminI.swift in Sources */,
- 0F2E905901A4E5A8D6807A0C /* PropertiesF.ice in Sources */,
- D477392155F91E0C695A38DF /* PropertiesI.swift in Sources */,
- 8E57FB9C12FC6DDCD4197AF7 /* Proxy.swift in Sources */,
- 9BE3BCAA59634C7C7488E383 /* RemoteLogger.ice in Sources */,
- B7EB665548EA7A02930EF636 /* Router.ice in Sources */,
- 1EBB78AA63E1FF39CC030BF2 /* RouterF.ice in Sources */,
- 3FC911553BB277D179831788 /* ServantLocator.ice in Sources */,
- 1F0D5550BFAFA65E79D9D808 /* ServantLocatorF.ice in Sources */,
- 29604A32805AA850F82E00FB /* ServantManager.swift in Sources */,
- BB6DA30861E1BF9466033B68 /* SliceChecksumDict.ice in Sources */,
- 603526462A5F603CEBED111D /* SlicedData.swift in Sources */,
- 00492734A3842CD69E59FB87 /* SliceFlags.swift in Sources */,
- 7E75E355B5EE225D03863290 /* SliceInfo.swift in Sources */,
- D5F686750E535E24059EA309 /* UnknownSlicedValue.swift in Sources */,
- 3E81BA2BE2134B1AA6A9CA58 /* Util.swift in Sources */,
- 92CE479651C23F4E6B556D13 /* Value.swift in Sources */,
- C7F5E65E5E7B7C028D88750A /* ValueFactory.ice in Sources */,
- D0EB762BC5F4183F197849B1 /* ValueFactoryManagerI.swift in Sources */,
- F2E6C9D2E69C229DCD0ECCA0 /* Version.ice in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- AC8154982A91EBFC4D2BF2CE /* Sources */ = {
+ A9DCAF3B629A18D416F097EB /* AcceptorI.cpp in Sources */,
+ 42A1ACB18D96B157B643B573 /* CertificateI.cpp in Sources */,
+ 4C603B6F78518A5599C855A1 /* ConnectionInfo.ice in Sources */,
+ A26EA3D70EE5A1CDF6E5E339 /* ConnectionInfoF.ice in Sources */,
+ D346F10B103F0D78B4FB023B /* ConnectorI.cpp in Sources */,
+ 4CE208B1F4E88A7B56DB86E8 /* EndpointI.cpp in Sources */,
+ 78BEEBF2F76822170A08C721 /* EndpointInfo.ice in Sources */,
+ CCFAD53CB04D2D426222D150 /* Instance.cpp in Sources */,
+ 3D3569CBF079D37AFCFC670C /* PluginI.cpp in Sources */,
+ 76416735E814DC76C8F2DE04 /* RFC2253.cpp in Sources */,
+ A162944E44AA4B7C2C5F8C95 /* SecureTransportCertificateI.cpp in Sources */,
+ 52F9DFBC03FB704D81A7D73F /* SecureTransportEngine.cpp in Sources */,
+ 1E487ECE62DE4CBBBF31C80E /* SecureTransportPluginI.cpp in Sources */,
+ C31E0DBB252141D254127D46 /* SecureTransportTransceiverI.cpp in Sources */,
+ A1E2CB483F0219F9775D92A5 /* SecureTransportUtil.cpp in Sources */,
+ 454A6015A00A61056F2C914D /* SSLEngine.cpp in Sources */,
+ 37E934951FEEF9724F64F2C3 /* TrustManager.cpp in Sources */,
+ 333107D705D55BE7C6935867 /* Util.cpp in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 7CD38AAC2BFF5283434850BD /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- BD7EE4073CE3CD56477A156E /* AllTests.swift in Sources */,
- EB4017FFC229F4201368DFF3 /* Client.swift in Sources */,
- 117109DB9F3ECDBE40891978 /* Collocated.swift in Sources */,
- 6E8608D57FA5484F8D120E09 /* Server.swift in Sources */,
- 37B4F12FAB563DEB90306E35 /* Test.ice in Sources */,
- AA6CC929428EFA1CEA906570 /* TestI.swift in Sources */,
+ 865671751B668FDC37509738 /* AllTests.swift in Sources */,
+ DCA53FEEC221E3BA31B4D9A6 /* Client.swift in Sources */,
+ 979ECDEF1A7A5CE90409C691 /* Server.swift in Sources */,
+ 06B6F29C09351F2F7958AAAB /* Test.ice in Sources */,
+ 9F0E23591E2AA6826E7A1119 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- AECB72593CDC104A0DFE91BC /* Sources */ = {
+ 7D4F9434429321B7FD710A01 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 077457A3BE2A189F5B1585F2 /* AcceptorI.cpp in Sources */,
- FFB559AC4FBF38FA7492C15C /* CertificateI.cpp in Sources */,
- 87A3849F62C2349419DE8C8F /* ConnectionInfo.ice in Sources */,
- 3BB3E320896438A7A5C253A1 /* ConnectionInfoF.ice in Sources */,
- DE555E3EB6F6DFE6672FE205 /* ConnectorI.cpp in Sources */,
- 74D31180008C798F831A821E /* EndpointI.cpp in Sources */,
- A91B769FF866B135EB029CD7 /* EndpointInfo.ice in Sources */,
- 36AA91D8619A5A2E7C91838F /* Instance.cpp in Sources */,
- C4107CB61F64078147B91C5D /* PluginI.cpp in Sources */,
- 6722E32F312B46CE8808E358 /* RFC2253.cpp in Sources */,
- 81C26D1D8725B5137416E5EA /* SecureTransportCertificateI.cpp in Sources */,
- 497DC0FB8964638D25DDFD65 /* SecureTransportEngine.cpp in Sources */,
- 2C109C03ED4038AA66883C91 /* SecureTransportPluginI.cpp in Sources */,
- 7855F04DD847680B7A3DB842 /* SecureTransportTransceiverI.cpp in Sources */,
- DA3898AE50EC7E7B8EA26153 /* SecureTransportUtil.cpp in Sources */,
- 0530DF9E34330CB682D7375F /* SSLEngine.cpp in Sources */,
- 1102AA69B602389DEDB56C0B /* TrustManager.cpp in Sources */,
- 0241D2C3F4E84EA8CC7E8CC9 /* Util.cpp in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- B36D187EFEDACA50FD5E8713 /* Sources */ = {
+ E42B186C2D7920C059A46A8E /* BlobjectFacade.mm in Sources */,
+ 0F5B99B80DF14AD7DE57890E /* Communicator.mm in Sources */,
+ E20E2386BAC10A11C67AF22A /* Connection.mm in Sources */,
+ B22DE1E189E92259929DAC89 /* Convert.mm in Sources */,
+ AB1FD1D862ECBCDEE00DA48D /* Endpoint.mm in Sources */,
+ 49FEE234572C4E986EB5D4D1 /* Exception.mm in Sources */,
+ 114B042E780CB8A6A8EB229B /* IceUtil.mm in Sources */,
+ 5BB29AB94CCA004F788D4536 /* ImplicitContext.mm in Sources */,
+ 355F4FCCB1EFEE9E59A48E24 /* LocalObject.mm in Sources */,
+ B4465939A6CE421956A9A50E /* Logger.mm in Sources */,
+ CC5C98A5D45254571F47FDF7 /* ObjectAdapter.mm in Sources */,
+ CC66AD35846B56756C1738AD /* ObjectPrx.mm in Sources */,
+ FA37017DADABC0EE9186FAE1 /* Process.mm in Sources */,
+ E5DCEF90E3DB531CEAA653DE /* Properties.mm in Sources */,
+ 7BA691526B4C71E985E0A307 /* PropertiesAdmin.mm in Sources */,
+ 79764CA660751B4F6AD37A9B /* TraceUtil.mm in Sources */,
+ C68064355B533B15E4E0757C /* UnsupportedAdminFacet.mm in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 7DA5DD41C77EA747689B7252 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 845208DBC83F898ED36FFC35 /* AllTests.swift in Sources */,
- 2AB7216DD507FEDF7B2DE169 /* Client.swift in Sources */,
- 221BB88A27A22B87905F3E11 /* Collocated.swift in Sources */,
- 675FF25AD549D787C38E2FF5 /* Server.swift in Sources */,
- 4AC4C1E7854BA4423B98D7BE /* Test.ice in Sources */,
- 1529F5A4AE9DA1709284503B /* TestI.swift in Sources */,
+ 6BA9943BF817D39FB79660CA /* AllTests.swift in Sources */,
+ BE1BF6DF64D0688DAB57841D /* Client.swift in Sources */,
+ E3762882216BBB7883B01095 /* Test.ice in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- BA4A5952A6931980D420A147 /* Sources */ = {
+ 7F17F6F7963E7EFBC1E3BD33 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 6F32E22293389196C37DE31C /* Client.swift in Sources */,
- EBEBA21CBDB5F5301BB2E497 /* Test.ice in Sources */,
+ 7895E3184319DFCD07F644B0 /* IceStorm.ice in Sources */,
+ 8BDAFCF3C194D2473F5A107C /* Metrics.ice in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- BD9EA0A3DAD2B604C45911AA /* Sources */ = {
+ 8523977B0140F991869FB7C1 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- A58C712BB2DCAE32E5650E9D /* ServerAMD.swift in Sources */,
- F0673F6B5A1F1BE0850E43A2 /* TestAMD.ice in Sources */,
- A7E1436EC411E99BA9EBC9EA /* TestAMDI.swift in Sources */,
+ 2671F921FD82D05AD4C0940F /* ServerAMD.swift in Sources */,
+ F28009B50BDE8F860A763718 /* TestAMD.ice in Sources */,
+ E2BA1446E59B3368CD3130C2 /* TestAMDI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- C1AE23A103B9C25529B37EB0 /* Sources */ = {
+ 852B65A3FA449B767FA991BC /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- C6D7086ADF0426046AAAE384 /* AcceptorI.cpp in Sources */,
- 0E826C641FCA47E75E323ED4 /* CertificateI.cpp in Sources */,
- D94FD3CAA5E268C5B7D77454 /* ConnectionInfo.ice in Sources */,
- A2B865857FE405390A0B3E59 /* ConnectionInfoF.ice in Sources */,
- A3646C95C5FF4C0CF810DC48 /* ConnectorI.cpp in Sources */,
- 6BFDD0E7FB63B2E38AE43164 /* EndpointI.cpp in Sources */,
- 5B3024CD71CFA560FE58F614 /* EndpointInfo.ice in Sources */,
- E48DC858C238F728615C205E /* Instance.cpp in Sources */,
- 609B4737D6B06474E3849D63 /* PluginI.cpp in Sources */,
- 721C11D74F19DD2E2D072E8F /* RFC2253.cpp in Sources */,
- 9F119A23412600AC71DD957E /* SecureTransportCertificateI.cpp in Sources */,
- 98DCA161C315D0A39D12EBD1 /* SecureTransportEngine.cpp in Sources */,
- FDBF40E982C0A2C03C00BA65 /* SecureTransportPluginI.cpp in Sources */,
- D03A3EB4024F56BFC3AA9FF2 /* SecureTransportTransceiverI.cpp in Sources */,
- 229A0A5189BBE497708B0CB0 /* SecureTransportUtil.cpp in Sources */,
- 7D6743B1F0F2D0BFCE62A227 /* SSLEngine.cpp in Sources */,
- 6427335BE4FF9D5B7287DFAC /* TrustManager.cpp in Sources */,
- 07C343A11FA384455462DBE9 /* Util.cpp in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- C1D139760C1918F4E5EE0FF1 /* Sources */ = {
+ A7515D4E778514E31E4C2BE3 /* Acceptor.cpp in Sources */,
+ BA1595F0C833F55F9B0DFB44 /* ACM.cpp in Sources */,
+ 6E04AD30E57B4F7043D9BB24 /* ArgVector.cpp in Sources */,
+ 90DA3B2BE7FD3B9D7CF74DA3 /* Base64.cpp in Sources */,
+ 02461407182209A3243FF32F /* BatchRequestQueue.cpp in Sources */,
+ A233EA54524DEC4F8B4B2AE9 /* Buffer.cpp in Sources */,
+ B9433B4A546CD06DD99254DC /* BuiltinSequences.ice in Sources */,
+ 1C354EA1B31E33BFF68581EA /* CollocatedRequestHandler.cpp in Sources */,
+ FCEFBB984493DFE3482A7F63 /* Communicator.ice in Sources */,
+ CBDF49ACDE7345F8B0D1F75C /* CommunicatorF.ice in Sources */,
+ DEECDBBF99490B5D1C7E108F /* CommunicatorI.cpp in Sources */,
+ 6DBF1E5398044E7D835F029B /* Cond.cpp in Sources */,
+ 023E3B6D55512F633F895BE7 /* Connection.ice in Sources */,
+ AA1190A12E4EAABF81632EAA /* ConnectionF.ice in Sources */,
+ 08B0A0E024CAA60D511F00FB /* ConnectionFactory.cpp in Sources */,
+ CD794DE92A94F7F7CD74C39D /* ConnectionI.cpp in Sources */,
+ 136F0C49784CBBA0767C0B4D /* ConnectionRequestHandler.cpp in Sources */,
+ 84253844C61B3E9C00472105 /* Connector.cpp in Sources */,
+ 97926D5AF577A1ECA17DF007 /* ConnectRequestHandler.cpp in Sources */,
+ 3879B7818D4682886739D4E0 /* ConsoleUtil.cpp in Sources */,
+ 1D7206C9B553A08C1E54E3EC /* CountDownLatch.cpp in Sources */,
+ B4427F690C5C757E7DB10078 /* CtrlCHandler.cpp in Sources */,
+ B7C4AF9FA213C05437FEAD4A /* Current.ice in Sources */,
+ 2F039BDEA063BCD4A91A3B8A /* DefaultsAndOverrides.cpp in Sources */,
+ 931775F765D90FC40B591F3B /* DispatchInterceptor.cpp in Sources */,
+ 0021CB0364CAAE106E02FF4D /* DynamicLibrary.cpp in Sources */,
+ 8ADCE8C13992BBF0B29CBE28 /* Endpoint.ice in Sources */,
+ 19ACCC8D26A4EF230F70EAF6 /* EndpointF.ice in Sources */,
+ 21EC6C84D6A1E96694A5FC12 /* EndpointFactory.cpp in Sources */,
+ A0B9264349CCAFB04D9278C5 /* EndpointFactoryManager.cpp in Sources */,
+ DECAFFAD9228FCCE22D19D81 /* EndpointI.cpp in Sources */,
+ BAF93232B2B4DC2658202151 /* EndpointTypes.ice in Sources */,
+ 009CFA9501B2C17638060A0C /* EventHandler.cpp in Sources */,
+ 2614EBEC628DC74273D2F8BA /* Exception.cpp in Sources */,
+ E12A2394ED7979498E21675A /* FacetMap.ice in Sources */,
+ 45F89E873E71CCB99DDA65D0 /* FactoryTable.cpp in Sources */,
+ F9C55D7C181B567C262D6359 /* FactoryTableInit.cpp in Sources */,
+ DA33B0601E26D9631A452478 /* FileUtil.cpp in Sources */,
+ B5E7B5BD7C7F35EF2FBA7F58 /* HttpParser.cpp in Sources */,
+ F2D28468752A0F1F781D0B82 /* IconvStringConverter.cpp in Sources */,
+ DA5588CC3287447147D94602 /* Identity.ice in Sources */,
+ 12F8B7AA4D9C93DE10BC0360 /* ImplicitContext.ice in Sources */,
+ 8E06AB45006BCFF14CB14C3D /* ImplicitContextF.ice in Sources */,
+ 45759121455C6E97B23F873F /* ImplicitContextI.cpp in Sources */,
+ B82900BC93E48B58AAB3FB51 /* Incoming.cpp in Sources */,
+ 50C23538B2DB8DFBD2AEB2D6 /* IncomingAsync.cpp in Sources */,
+ 61D1427B080067CBBC4FBEAD /* Initialize.cpp in Sources */,
+ CB32E5920E33130AE917BD3F /* InputStream.cpp in Sources */,
+ D17F663A822C7D5EF92932B7 /* InputUtil.cpp in Sources */,
+ C8CD43300F133810C1C60E35 /* Instance.cpp in Sources */,
+ 9AC506F9E3DC19794C85AB84 /* Instrumentation.ice in Sources */,
+ F3A2C2211D15AD94E03F1790 /* InstrumentationF.ice in Sources */,
+ F48389186356563A856894AC /* InstrumentationI.cpp in Sources */,
+ 77D1B1F9802CD06C6D33363F /* IPEndpointI.cpp in Sources */,
+ 13DB98DC8047353A3EE8E688 /* LocalException.ice in Sources */,
+ D5CB31C7817F21EDC06C1CDE /* LocalObject.cpp in Sources */,
+ 56A1F63CA02270EEAC4421F0 /* Locator.ice in Sources */,
+ 098DCE7BAAF9A82F1B98C156 /* LocatorF.ice in Sources */,
+ E1BAAD3DF08CAA320D66C5E2 /* LocatorInfo.cpp in Sources */,
+ F2B07F182DBE72900392D679 /* Logger.ice in Sources */,
+ 4909C6AC28528C0590DDEE77 /* LoggerAdminI.cpp in Sources */,
+ A7F895521CDBD42EECE37AD2 /* LoggerF.ice in Sources */,
+ 22D1BC3A88474E7452116D48 /* LoggerI.cpp in Sources */,
+ D953ECB605CD1FA68D346B64 /* LoggerUtil.cpp in Sources */,
+ AD82CB83070D10EE0347E4EF /* Metrics.ice in Sources */,
+ A2A61B82B0F6E31746F0B72D /* MetricsAdminI.cpp in Sources */,
+ 51F336168DC7B336E9B1C9B0 /* MetricsObserverI.cpp in Sources */,
+ E8185A66AC7E4FE56C1FF85D /* MutexProtocol.cpp in Sources */,
+ 4B3C369A429F1722838BBA57 /* Network.cpp in Sources */,
+ E888D0521948E9F7E0FA4E1F /* NetworkProxy.cpp in Sources */,
+ 172ACDB68B158FDDF3599E99 /* Notifications.mm in Sources */,
+ F1B69D807476AD5FA1CA306F /* Object.cpp in Sources */,
+ 190C577A06D3697B171FAA3B /* ObjectAdapter.ice in Sources */,
+ 8D2F68B4DD96FE93567A49E3 /* ObjectAdapterF.ice in Sources */,
+ 3E6BDEEAEAA890CBE04534B8 /* ObjectAdapterFactory.cpp in Sources */,
+ ABB661E810E3AB7AAA0E2BD9 /* ObjectAdapterI.cpp in Sources */,
+ D07A3CD2A94E4886DA127706 /* ObjectFactory.ice in Sources */,
+ 7D27EBC9242357B5C991B89D /* ObserverHelper.cpp in Sources */,
+ 9AFC403E158A329C2E6D25C0 /* OpaqueEndpointI.cpp in Sources */,
+ D546502450FD8D9452605FD3 /* Options.cpp in Sources */,
+ C0D3E6C1C5A3F4A01579E63F /* OSLogLoggerI.cpp in Sources */,
+ 61B98C7E9CEA4A99D69D0FC0 /* OutgoingAsync.cpp in Sources */,
+ 0F31DFA74A99DBA66DA6B8D0 /* OutputStream.cpp in Sources */,
+ 06C6219F69D74E056421894A /* OutputUtil.cpp in Sources */,
+ 780FEEF82D21F6FEEC448C34 /* Plugin.ice in Sources */,
+ 509472496723D93DB37D7CC3 /* PluginF.ice in Sources */,
+ 016E2C356C998532105FB1E7 /* PluginManagerI.cpp in Sources */,
+ 6F486A3B5063D20F25ABA973 /* Process.ice in Sources */,
+ DFAA4C10FC6AA8016D4D966F /* ProcessF.ice in Sources */,
+ AA263805EBCE3C23821C24B4 /* Properties.ice in Sources */,
+ 077B15353AB4FDA93661E07D /* PropertiesAdmin.ice in Sources */,
+ 8AF2215BE07A66026F01D742 /* PropertiesAdminI.cpp in Sources */,
+ BCB3E1315FED44ECB2CE49E7 /* PropertiesF.ice in Sources */,
+ D61666C985D985C1BC7BAB00 /* PropertiesI.cpp in Sources */,
+ D7D3E1B754B3C7460B69F07B /* PropertyNames.cpp in Sources */,
+ 4F7C586256E7097B67A876D8 /* Protocol.cpp in Sources */,
+ 8B53C755921363D7844308B4 /* ProtocolInstance.cpp in Sources */,
+ 109941C5A3B98A3D2D933E94 /* ProtocolPluginFacade.cpp in Sources */,
+ 905F43C6E1BEF3A2E33F2F27 /* Proxy.cpp in Sources */,
+ 9A0E4287FE267727BC95D770 /* ProxyFactory.cpp in Sources */,
+ CEC09F9FF2950E5498DB9149 /* Random.cpp in Sources */,
+ 941687C15F9005644272463E /* RecMutex.cpp in Sources */,
+ D3D7102E01F8192BCCF104F0 /* Reference.cpp in Sources */,
+ F4F741DDE1A89842BD3944D1 /* ReferenceFactory.cpp in Sources */,
+ 56CCB15E924A6C82C2D31A59 /* RegisterPluginsInit.cpp in Sources */,
+ C371CACCA1C1F764E33238AB /* RemoteLogger.ice in Sources */,
+ 8C9670B1616F61A78C214842 /* RequestHandler.cpp in Sources */,
+ BD767AF5E282B279C7E30319 /* RequestHandlerFactory.cpp in Sources */,
+ 9BB514D923EB291FB0BBAC41 /* RetryQueue.cpp in Sources */,
+ 1589923ED3261CFF923CD762 /* Router.ice in Sources */,
+ A2CE5606A7BDCFFF25CF00E2 /* RouterF.ice in Sources */,
+ F3A623C936BF4A92C34F890C /* RouterInfo.cpp in Sources */,
+ A726E55C5445DC63AECC92CC /* Selector.cpp in Sources */,
+ CE13C227F1167E7AA7712BBF /* ServantLocator.ice in Sources */,
+ 7605718BB3AEB66F080760A5 /* ServantLocatorF.ice in Sources */,
+ 10807DFA2BB06D9DEA5328E2 /* ServantManager.cpp in Sources */,
+ 80738C1FF666835235BC5AE7 /* Service.cpp in Sources */,
+ F7EDF357E0740988F839E04C /* SHA1.cpp in Sources */,
+ 4ABD280E52F890C1B110A8DC /* Shared.cpp in Sources */,
+ C3CE19A91696FBD5531D8E35 /* SliceChecksumDict.ice in Sources */,
+ 324882AE66A76D86979660F1 /* SliceChecksums.cpp in Sources */,
+ EECDFE6CCDBFD5220747178F /* SlicedData.cpp in Sources */,
+ BACE942F433C68466367E7E8 /* StreamAcceptor.cpp in Sources */,
+ 6BD375EF95D6EA0B2DD713EB /* StreamConnector.cpp in Sources */,
+ 493461976C13374813A5149B /* StreamEndpointI.cpp in Sources */,
+ AB24F91F618EF30A20C79ABC /* StreamSocket.cpp in Sources */,
+ 0B1FACA5F76E0B5A789B3CDC /* StreamTransceiver.cpp in Sources */,
+ 0B032549FC87A59180F810B9 /* StringConverter.cpp in Sources */,
+ 44D65A797252E6B67D3ED5F5 /* StringConverterPlugin.cpp in Sources */,
+ 46365D9C928494E2DCCDFA3D /* StringUtil.cpp in Sources */,
+ 3D0DF85D79F343EBC37A7894 /* SysLoggerI.cpp in Sources */,
+ 6B4017ED27D964423AF75564 /* SystemdJournalI.cpp in Sources */,
+ 9DC02CA09EAFDBBFE4EFE252 /* Thread.cpp in Sources */,
+ 56FFBB329BFDA8D5805E20CF /* ThreadException.cpp in Sources */,
+ 84A46B15406E51FD1553DB70 /* ThreadPool.cpp in Sources */,
+ 167D34F92BD4EB9588545B35 /* Time.cpp in Sources */,
+ 788E8E82A6B842F71D5835FE /* Timer.cpp in Sources */,
+ 07E1718E06BAAF68AFF582FE /* TraceLevels.cpp in Sources */,
+ E79F4A402EC3EF1DEA24C13E /* TraceUtil.cpp in Sources */,
+ 7D0E2E4595DA78B46BD9DC35 /* Transceiver.cpp in Sources */,
+ 4180498FF76871E3C149CA38 /* UdpConnector.cpp in Sources */,
+ 0D3817FF9511E51301034E3A /* UdpEndpointI.cpp in Sources */,
+ 2A76E00E70244D3A987D718D /* UdpTransceiver.cpp in Sources */,
+ 65EB793041D7BE82D2A19382 /* UtilException.cpp in Sources */,
+ F35F0222E1F6DD00862AB390 /* UUID.cpp in Sources */,
+ 2C7708B0313A4A9F69973741 /* Value.cpp in Sources */,
+ F443C71EF1FAB1593D6F5065 /* ValueFactory.ice in Sources */,
+ 37118B195EA8F0B17C5D7F79 /* ValueFactoryManagerI.cpp in Sources */,
+ 80D16312E0637FE69D91FCF6 /* Version.ice in Sources */,
+ 09B46DBDBCFE8E96136C764B /* WSAcceptor.cpp in Sources */,
+ 9C2958E04C74ABF047E3D4EA /* WSConnector.cpp in Sources */,
+ E41E65A244AF1DF10884E82E /* WSEndpoint.cpp in Sources */,
+ 2472E618B521E79F25A16997 /* WSTransceiver.cpp in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 870FF1ACAFB35712B14413A6 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 17087B29F37B999F1DDEA27C /* ServerAMD.swift in Sources */,
- C0251D50C7B49C21A0208844 /* TestAMD.ice in Sources */,
- C3E3BA4B9889751AB8195A48 /* TestAMDI.swift in Sources */,
+ CB51B090306483EE94B1E106 /* Clash.ice in Sources */,
+ 505093D25316F444D789F160 /* Client.swift in Sources */,
+ 64ADCEEB06BC33F8B5E48FCF /* Key.ice in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- C4ABEC06A5BBBC1430C9689D /* Sources */ = {
+ 8A8958C65271FE410BD9B0D0 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 7509C46B9EA5888A110993BF /* AppDelegate.swift in Sources */,
- 073DBAF788CAED166B2ADEB6 /* Assets.xcassets in Sources */,
- D37444E258394C270E428FC5 /* Controller.ice in Sources */,
- 251214D29D2E060FE4ED8406 /* ControllerI.swift in Sources */,
- F2659D17CA38002F2F7723FB /* LaunchScreen.storyboard in Sources */,
- B1FD8636E581179980B31825 /* Main.storyboard in Sources */,
- D881C3EF3207B4709136852C /* ViewController.swift in Sources */,
+ E65B3F11A2452F990EE38B6C /* AllTests.swift in Sources */,
+ E71B9A52F23F25D3EE5FBB2E /* Client.swift in Sources */,
+ F4E3B025B0A8B503F899EB96 /* Server.swift in Sources */,
+ 8314BC0A642A7AB19629C220 /* Test.ice in Sources */,
+ B70F22B3077A990917FABE74 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- C5E944C06458C9485D1B58EC /* Sources */ = {
+ 922E8BEFE3F3B12EF8B02074 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- C6A48096DA886FA5BB3279D8 /* BlobjectFacade.mm in Sources */,
- FBCE15C7472DFFE188EAB001 /* Communicator.mm in Sources */,
- 3D4FFE912F61315901ECF68E /* Connection.mm in Sources */,
- B2838AB9A817ED86FD2E5461 /* Convert.mm in Sources */,
- C81D9F64A2F0E7C822471346 /* Endpoint.mm in Sources */,
- C342C3D5798FDC2A84CF7DF9 /* Exception.mm in Sources */,
- 352AE4E25D1D7904468B971D /* IceUtil.mm in Sources */,
- 1FC186B80A85E7CFD3014897 /* ImplicitContext.mm in Sources */,
- F04B40F10D560FA77B3E1D82 /* LocalObject.mm in Sources */,
- 992812043ADC2C71CB5C257C /* Logger.mm in Sources */,
- 7479D3F08BF11D60B572E82C /* ObjectAdapter.mm in Sources */,
- 0B8F43C0559148A005953CF7 /* ObjectPrx.mm in Sources */,
- 39F037DC5AA346E69589A241 /* Process.mm in Sources */,
- 08DCD52A0838B158AA435871 /* Properties.mm in Sources */,
- 35B670239109F6010D2FDB8E /* PropertiesAdmin.mm in Sources */,
- 6A53B13A2EC0366751E0F821 /* TraceUtil.mm in Sources */,
- E907E766116F6ED52C22BB86 /* UnsupportedAdminFacet.mm in Sources */,
+ A04B9E18E06496C18502F69D /* AllTests.swift in Sources */,
+ 33039457E264ADDDD9AA2BD3 /* Client.swift in Sources */,
+ 9ED8103ED340625E72A0A562 /* Collocated.swift in Sources */,
+ B25C45B253BCB98E329D2572 /* Server.swift in Sources */,
+ ED3DDEEE9E8B61E420396AE7 /* Test.ice in Sources */,
+ 1B9C891B7682E74422CDEB9C /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- CB2A707C44099B2FBB6B0FC9 /* Sources */ = {
+ 960D08B59E4B0602C04733B6 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- ADF752E11A691BF2CDA6B3BF /* IceDiscovery.ice in Sources */,
- 761751F6BD6711CFD72E701D /* LocatorI.cpp in Sources */,
- C7E17E4F18E4869D647DD7A7 /* LookupI.cpp in Sources */,
- A860886ACD46D17CAECCD0CF /* PluginI.cpp in Sources */,
+ 5ADA419497F01F631F375A6C /* AllTests.swift in Sources */,
+ 5FCC83827FE10708F0E28873 /* Client.swift in Sources */,
+ DD4FE8F9E40933186A7E5D25 /* ClientPrivate.ice in Sources */,
+ 53FDE10D202C40E8AD8720A4 /* Server.swift in Sources */,
+ 05908F8A892B0B82BB94309A /* ServerPrivate.ice in Sources */,
+ 4454F9D8922925F2C949CCAA /* Test.ice in Sources */,
+ 93DA011545ABA59AAD00F056 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- CDE09CE2432043D9E2D42849 /* Sources */ = {
+ 98DE3B46DF3D224EEF418A11 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 608C882A9A99D4F7A64A34E4 /* AllTests.swift in Sources */,
- 432F386BA0EE55879018C0C6 /* Client.swift in Sources */,
- 90D49F909DE91A3B2C83CBA6 /* Server.swift in Sources */,
- C0CB8DB60BE7B890EE844591 /* Test.ice in Sources */,
- A7D79BADF28C9EC11AF01334 /* TestI.swift in Sources */,
+ 1DD8EA118DE00929C75111CF /* ServerAMD.swift in Sources */,
+ 13B026106DD4AFB708F29729 /* TestAMD.ice in Sources */,
+ 5AE7164D0A1BC4E5E6C9F974 /* TestAMDI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- D1D5C7688CFDE44EA5F40054 /* Sources */ = {
+ 9BC9B69BD9523B9925724C35 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 77B46E50E351CC4A6AED64F8 /* Acceptor.cpp in Sources */,
- 49BCF7BADAB4F009E432A49D /* ACM.cpp in Sources */,
- CD1CAA0860440E5C52A2C757 /* ArgVector.cpp in Sources */,
- A0F667C0025845B685799E09 /* Base64.cpp in Sources */,
- A799978A2AFE31F497884B55 /* BatchRequestQueue.cpp in Sources */,
- 2F968C35651388FC24B9EE51 /* Buffer.cpp in Sources */,
- 97089FECE29D692715B6BED6 /* BuiltinSequences.ice in Sources */,
- 0019A7A0F8A990CFF1396162 /* CollocatedRequestHandler.cpp in Sources */,
- 7C036EC887793DB24B2E6A46 /* Communicator.ice in Sources */,
- 462403C22D96DA2F09065CA3 /* CommunicatorF.ice in Sources */,
- A8A797F9D1DE37D530ECD573 /* CommunicatorI.cpp in Sources */,
- 8D9E15DE7F6720CA2288960A /* Cond.cpp in Sources */,
- 4AAF1D5770E1FB473B3A06F1 /* Connection.ice in Sources */,
- BC44553474F34845F2A5537D /* ConnectionF.ice in Sources */,
- 061996F57A5A66D732D69B1A /* ConnectionFactory.cpp in Sources */,
- D0AFFE90D7D8B82E736C218E /* ConnectionI.cpp in Sources */,
- 30C3CE3ADEDB42B54EA941D8 /* ConnectionRequestHandler.cpp in Sources */,
- 941FDF58A0BB0ABD6FAE9F06 /* Connector.cpp in Sources */,
- E6F53F2145D137004D657392 /* ConnectRequestHandler.cpp in Sources */,
- 48151C33131E9AF3EF2FB774 /* ConsoleUtil.cpp in Sources */,
- 5A55339EAEB0590041F29913 /* CountDownLatch.cpp in Sources */,
- 7C4AD4ECBA57A51B6B161919 /* CtrlCHandler.cpp in Sources */,
- ABA933D2DEA5B66292ABF493 /* Current.ice in Sources */,
- CF56F517B9249331A1E190C4 /* DefaultsAndOverrides.cpp in Sources */,
- DA8E6A995D742F874834F1E6 /* DispatchInterceptor.cpp in Sources */,
- 5C1C68AC1080F3155D6E8F7C /* DynamicLibrary.cpp in Sources */,
- 86EA6A5E356A72057E3DAE70 /* Endpoint.ice in Sources */,
- C56AB0ADFE89A0FC7FD5C983 /* EndpointF.ice in Sources */,
- 182B888BCC5DDB911CD2300E /* EndpointFactory.cpp in Sources */,
- 16416EF1C9C899FC54F63EEA /* EndpointFactoryManager.cpp in Sources */,
- C3988579258EA7C398F8646A /* EndpointI.cpp in Sources */,
- F5ACD89D72C6E421DBE9B07D /* EndpointTypes.ice in Sources */,
- 2CBC2CC4901EBCF2125B0D32 /* EventHandler.cpp in Sources */,
- 260BDF764CB7E33C41505075 /* Exception.cpp in Sources */,
- E398474840B92334F3FF2659 /* FacetMap.ice in Sources */,
- 8F942CFDDCF8108425BD8CE4 /* FactoryTable.cpp in Sources */,
- A0F00B4C79FEE233DC82483E /* FactoryTableInit.cpp in Sources */,
- F9DB535D716969AD76A86695 /* FileUtil.cpp in Sources */,
- FCFF7003ECECB96ADCA74797 /* HttpParser.cpp in Sources */,
- AF9485E12DA2769F6371AFEA /* IconvStringConverter.cpp in Sources */,
- 775306A62C68F045F070E838 /* Identity.ice in Sources */,
- 1F00E8D4BC4B100530B4D762 /* ImplicitContext.ice in Sources */,
- 01BE04AF2A7A375537745B56 /* ImplicitContextF.ice in Sources */,
- BF4578FDF78DD474B54F8F24 /* ImplicitContextI.cpp in Sources */,
- 801CAA10DE147A02D5B546FA /* Incoming.cpp in Sources */,
- 63373002A9A10EAA0C395A33 /* IncomingAsync.cpp in Sources */,
- 2021A51424ED6D26B6401E2D /* Initialize.cpp in Sources */,
- 97491D01A5FFF5755FC734C5 /* InputStream.cpp in Sources */,
- 17FDB1B23A5B5DFC035D7B50 /* InputUtil.cpp in Sources */,
- 3801F9C7054CA813A9FB8955 /* Instance.cpp in Sources */,
- 8C3243B02A2317751EE8FB88 /* Instrumentation.ice in Sources */,
- 90D9C47DEB68A2849554684F /* InstrumentationF.ice in Sources */,
- 244BA0CEA8D8FB451284D1FB /* InstrumentationI.cpp in Sources */,
- 42D447A7125DE0AABFE2992F /* IPEndpointI.cpp in Sources */,
- 94B467349B24766BFBF7AF4B /* LocalException.ice in Sources */,
- 58BBA7AEC266173CBD36C59B /* LocalObject.cpp in Sources */,
- 331FC5DF0450519FC81B21E4 /* Locator.ice in Sources */,
- 959F0E9136A62576CFBE6A0B /* LocatorF.ice in Sources */,
- FCAD246B241D4F86FD40C2D7 /* LocatorInfo.cpp in Sources */,
- EEE983FE3C2C5B644F4F67BB /* Logger.ice in Sources */,
- 9398A0D17FAC303C8CF06CD3 /* LoggerAdminI.cpp in Sources */,
- 9B6D75C11ADCF4048BB7F0A8 /* LoggerF.ice in Sources */,
- 3A81D042BD49943DA65FF433 /* LoggerI.cpp in Sources */,
- D15617ECCA993C2F8FDFA819 /* LoggerUtil.cpp in Sources */,
- 4DBAFB93901801AF69BA9143 /* Metrics.ice in Sources */,
- F27FC9DF8B20885773DB4CD7 /* MetricsAdminI.cpp in Sources */,
- 4C4C226846D667070C85447A /* MetricsObserverI.cpp in Sources */,
- 76FAA460B2E8BF299F167755 /* MutexProtocol.cpp in Sources */,
- 2A0A0EB595DF4BF17B77BC9A /* Network.cpp in Sources */,
- 7C0A9B4EBCABA9FDF6D4A53C /* NetworkProxy.cpp in Sources */,
- 05301682604E347F3C7A120B /* Object.cpp in Sources */,
- F86F8C84C8B309966240FA3B /* ObjectAdapter.ice in Sources */,
- 9ADF45A84539CB12C55A61A7 /* ObjectAdapterF.ice in Sources */,
- CEC854A0C1BE15F8F3FFABBD /* ObjectAdapterFactory.cpp in Sources */,
- FEF115A2F6442334493C86D0 /* ObjectAdapterI.cpp in Sources */,
- 10DE1FCA09740F55BE22942E /* ObjectFactory.ice in Sources */,
- 600379DEA68D79AB033BF47E /* ObserverHelper.cpp in Sources */,
- F6532777C35F69FE57CC11FF /* OpaqueEndpointI.cpp in Sources */,
- 4F3641CE83B3E9D1786B88E3 /* Options.cpp in Sources */,
- AEBED5B3C47889ACA6E2BE32 /* OSLogLoggerI.cpp in Sources */,
- A4DF7CA1799BA2A93CF340DA /* OutgoingAsync.cpp in Sources */,
- FEDAA70679D0924962C5F65F /* OutputStream.cpp in Sources */,
- A8B177C66C14B70D84876442 /* OutputUtil.cpp in Sources */,
- 359D1C3B6E027D36ED8EA6E7 /* Plugin.ice in Sources */,
- AAB08269742BF7DFC729CD0F /* PluginF.ice in Sources */,
- C4C76CABBD564CDF77DABEA6 /* PluginManagerI.cpp in Sources */,
- 23D44A4BB6F134FA4A434559 /* Process.ice in Sources */,
- ACBCF097ACD4AE6491686A14 /* ProcessF.ice in Sources */,
- 4DA4B31A4ABC13B2C9FDFE3D /* Properties.ice in Sources */,
- A2E3E50909C48C3772948C0D /* PropertiesAdmin.ice in Sources */,
- 8B6F05BB190228DDF7DEB39D /* PropertiesAdminI.cpp in Sources */,
- 6F81EEA7D4DC3441E0A5530F /* PropertiesF.ice in Sources */,
- 11D39F740AF86F72962A2250 /* PropertiesI.cpp in Sources */,
- C873BB368A24A8EF574665A3 /* PropertyNames.cpp in Sources */,
- 0ADA31AFE42E10F9E96CC9A3 /* Protocol.cpp in Sources */,
- 15A3E9F10F65F9A2240E7C55 /* ProtocolInstance.cpp in Sources */,
- 57628CCED0FFC574845C6BD2 /* ProtocolPluginFacade.cpp in Sources */,
- 2AC85F22D87BAEEF0F71DA67 /* Proxy.cpp in Sources */,
- 947B3DD41DED7360EEE47B68 /* ProxyFactory.cpp in Sources */,
- BAF37A89144D7689B79782E7 /* Random.cpp in Sources */,
- 04A4F56DC99AEC4155F8375B /* RecMutex.cpp in Sources */,
- C455EB81061ED287E4DC90FA /* Reference.cpp in Sources */,
- 97E79BDCB2677F8A49647C12 /* ReferenceFactory.cpp in Sources */,
- 9DDDAF879690968262B30D75 /* RegisterPluginsInit.cpp in Sources */,
- 3FA26040095FF82D3B665514 /* RemoteLogger.ice in Sources */,
- F2C9F6F8EEA7FA9DDE849707 /* RequestHandler.cpp in Sources */,
- 68DAB3813630215300D33630 /* RequestHandlerFactory.cpp in Sources */,
- 2603FBA151B1558B9E7279AD /* RetryQueue.cpp in Sources */,
- 0BC7DFCED95ADD4BC4740F5B /* Router.ice in Sources */,
- 82114FCEEAAB8DC0AE705C86 /* RouterF.ice in Sources */,
- C77A9ECFA638293E38BC29D9 /* RouterInfo.cpp in Sources */,
- 9A1821C79152E03C9BBFE022 /* Selector.cpp in Sources */,
- F6371BF129DCFC8DA64E1ADA /* ServantLocator.ice in Sources */,
- 87A203114818CB8E22CEC2A7 /* ServantLocatorF.ice in Sources */,
- 05C8240E2E81C494D4112FC0 /* ServantManager.cpp in Sources */,
- 41A86CAFB415BDEBD73533F3 /* Service.cpp in Sources */,
- 268731097E704BE2CBAA1A98 /* SHA1.cpp in Sources */,
- 6C4FD06756DDF7DDDA4E718B /* Shared.cpp in Sources */,
- 000844B17771F1488C966B27 /* SliceChecksumDict.ice in Sources */,
- CACE17C861E56EB4B7ED5A91 /* SliceChecksums.cpp in Sources */,
- 93978572CA9BB965CBB320ED /* SlicedData.cpp in Sources */,
- 827C0FEF0EEAFE08A22FBB0E /* StreamSocket.cpp in Sources */,
- B011DD2FC8A61907D924CEA8 /* StringConverter.cpp in Sources */,
- A69846A02E83A42FE6D64D98 /* StringConverterPlugin.cpp in Sources */,
- 2AFDD99733AF705135ECD337 /* StringUtil.cpp in Sources */,
- 9DA4B3F412F9884CEB9CE8BF /* SysLoggerI.cpp in Sources */,
- 160FE3971D7C0C13D4649B92 /* SystemdJournalI.cpp in Sources */,
- 4706F53168933DFFB502CFB2 /* TcpAcceptor.cpp in Sources */,
- DAAE2F9F27E070CF87F35C4A /* TcpConnector.cpp in Sources */,
- F744567EB4759CE6241F3F51 /* TcpEndpointI.cpp in Sources */,
- 9986C6CF2552E5D6E6A9FC73 /* TcpTransceiver.cpp in Sources */,
- 56FC393E8F575FBC0422DC7E /* Thread.cpp in Sources */,
- 85BE2C72E7EAF85EB0C96F57 /* ThreadException.cpp in Sources */,
- AA79CCEBE8F4A897B6637C60 /* ThreadPool.cpp in Sources */,
- 8196D8CA68B419842AC549AA /* Time.cpp in Sources */,
- 8656DD312848C5AF1250B0EF /* Timer.cpp in Sources */,
- F7BEE096EE3C64A89DDAE1DD /* TraceLevels.cpp in Sources */,
- 6CBDEA33281EEE2C1E16AE44 /* TraceUtil.cpp in Sources */,
- 3A074DC5C31697B4122A6EA2 /* Transceiver.cpp in Sources */,
- 30E35EC80900954D45F66B38 /* UdpConnector.cpp in Sources */,
- 36685285A5B49FF40C05BFD0 /* UdpEndpointI.cpp in Sources */,
- 97488A0221737F526D6F1565 /* UdpTransceiver.cpp in Sources */,
- BA5EEB3E15B3398E32C57165 /* UtilException.cpp in Sources */,
- B208A6C190D366DF2C2F8A36 /* UUID.cpp in Sources */,
- C3895FB9EEA8C38509768834 /* Value.cpp in Sources */,
- 19AA21447EDB399BD4E83599 /* ValueFactory.ice in Sources */,
- BD780340998FC3640B278AFF /* ValueFactoryManagerI.cpp in Sources */,
- E3314226CF28736CC4F5F3F7 /* Version.ice in Sources */,
- AC802BE8C44EFE1A042AB091 /* WSAcceptor.cpp in Sources */,
- C668E578B250AB0F28AFA36B /* WSConnector.cpp in Sources */,
- AAB2EDA396A4EE37B89E378A /* WSEndpoint.cpp in Sources */,
- B4A3586B9C5F8311AE5FAFFB /* WSTransceiver.cpp in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- D20E702BFB979385089631C6 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 1066E39122013DFFA3104E5F /* ServerAMD.swift in Sources */,
- C6882A887747CE7B6CCB3769 /* TestAMD.ice in Sources */,
- 6B03350438BF15260EA4E388 /* TestAMDI.swift in Sources */,
+ 912A221D7EF95A44DECBAACE /* AllTests.swift in Sources */,
+ 79745009F4AFE4B93E9119DC /* Client.swift in Sources */,
+ 70417810399A61AE97BF9BE1 /* Collocated.swift in Sources */,
+ F6EF6BC77FA45AFFFD436B10 /* Server.swift in Sources */,
+ 3CF289497D954E62F9402995 /* Test.ice in Sources */,
+ A4F5FB1BB97A9FDD0589A971 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- D5F3D1248E625E6B64B6649C /* Sources */ = {
+ 9F58304267B0771A594A75A2 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 27CFB9CC1CF60853B85C983E /* Client.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- DE025F3485562F97F151E408 /* Sources */ = {
+ ED829E1B0F0BF88D9E5DCA52 /* AdminFacetFactory.swift in Sources */,
+ 53D13BFD1AFE1B24CEAC0F9B /* Blobject.swift in Sources */,
+ 9149B00C2E957F0CC87B771C /* BlobjectAsync.swift in Sources */,
+ DB45CC40D51A3D7054B26925 /* BuiltinSequences.ice in Sources */,
+ 881F0D2B2AF06262581479F5 /* ClassResolver.swift in Sources */,
+ 935A46B2B8C92242236FED23 /* Communicator.ice in Sources */,
+ 1E9B50BAB90559931EECB91A /* CommunicatorF.ice in Sources */,
+ 503CF3ABAC5C53595BBA39F0 /* CommunicatorI.swift in Sources */,
+ 6A746096A302C44818574806 /* Connection.ice in Sources */,
+ EEFAB2400BC453291C5DD7CF /* ConnectionF.ice in Sources */,
+ 98797F033D8C89D0223D3CDD /* ConnectionI.swift in Sources */,
+ DE5A28C46923C539AF83FB27 /* ConnectionInfo.ice in Sources */,
+ 146C4F601EDD54090F679301 /* ConnectionInfoF.ice in Sources */,
+ F31269BDAEFDF74ED2491D07 /* ConnectionInfoFactory.swift in Sources */,
+ 23338F8C6F9381A1CC2EDF87 /* Current.ice in Sources */,
+ CA636A3ED8C029D9E9D624A9 /* Endpoint.ice in Sources */,
+ 45A4626EF82E8509EF2474FA /* EndpointF.ice in Sources */,
+ EF1CE0E7118F3A7DF8FF1FF0 /* EndpointI.swift in Sources */,
+ 0FE409E87B1EC3136F8145B6 /* EndpointInfo.ice in Sources */,
+ 969A32E7AFC0AFC51AC84F80 /* EndpointInfoFactory.swift in Sources */,
+ EABE54AFFAEC8768D7F4832B /* EndpointTypes.ice in Sources */,
+ 15A182E1F5C8B92A8DC04434 /* Exception.swift in Sources */,
+ 2B4CC0F33868EC82F0220E73 /* FacetMap.ice in Sources */,
+ 611A453573056D84F5E86228 /* FormatType.swift in Sources */,
+ 17565056398792832D1DD807 /* Identity.ice in Sources */,
+ 7E651C547F12E6D5B37C272E /* ImplicitContext.ice in Sources */,
+ 8DE80789313A7325875A88F8 /* ImplicitContextF.ice in Sources */,
+ E9A771EBA2A68EA321D046B5 /* ImplicitContextI.swift in Sources */,
+ F8BB58CE9137F22C98D255DA /* Incoming.swift in Sources */,
+ F6B35782326205A4F5229E85 /* InitializationData.swift in Sources */,
+ B15E7BD1BB9D1C134CB0EF17 /* Initialize.swift in Sources */,
+ 31F883C32FD25CC7C2404C9C /* InputStream.swift in Sources */,
+ 00FA328E235E0F8DDFC7528F /* Instrumentation.ice in Sources */,
+ 18B09A7E0168E42527AE2DFF /* InstrumentationF.ice in Sources */,
+ 06BC1FCD92D6C0C6463F9FF9 /* LocalException.ice in Sources */,
+ 181988C8CB73485BC52D8CEE /* LocalExceptionDescription.swift in Sources */,
+ 8F50E6DD26A1E09EB1430B5F /* LocalExceptionFactory.swift in Sources */,
+ 6E15CFE767BF8320D31A3B3A /* LocalObject.swift in Sources */,
+ A098EF66568CC4C4E695692E /* Locator.ice in Sources */,
+ DFF0408DF15367CB044CAB03 /* LocatorF.ice in Sources */,
+ B87A8524828A868D2090F9D7 /* Logger.ice in Sources */,
+ 418B759D6B294357A0CDF5C4 /* LoggerF.ice in Sources */,
+ DD24932C136B5560E7E508E3 /* LoggerWrapper.swift in Sources */,
+ 30EB2F55A578F12AE8876317 /* Metrics.ice in Sources */,
+ FBFF9BF274F5FB58EEF971AA /* Mutex.swift in Sources */,
+ CEED7F93C2F7B23152736F2D /* NativePropertiesAdmin.swift in Sources */,
+ 4131641A12D1E8C67BDC0227 /* Object.swift in Sources */,
+ 9214FAA8A099C9AB2A32D54F /* ObjectAdapter.ice in Sources */,
+ 82337289E41A416E7AADCCA8 /* ObjectAdapterF.ice in Sources */,
+ 9A082836DA259D6A01702F90 /* ObjectAdapterI.swift in Sources */,
+ 34EE73B2578FD51B65B39D98 /* ObjectFactory.ice in Sources */,
+ BDA72B8E09D36E28ECBFCDB3 /* OptionalFormat.swift in Sources */,
+ 5391E4E6DA2B141DBF6263DA /* OutputStream.swift in Sources */,
+ 507A2805D13AD3D186F183BA /* Plugin.ice in Sources */,
+ 12A35BB90DE7D11D01BCE272 /* PluginF.ice in Sources */,
+ 648BEA04418C4CF8213C9A0E /* Process.ice in Sources */,
+ F6732C16E75D03D544CDBFEF /* ProcessF.ice in Sources */,
+ C746D1D5CF4649BF14C38E5E /* ProcessI.swift in Sources */,
+ 7DCD0F085F786C95ECD737DF /* Properties.ice in Sources */,
+ F7864A70DF6547C00A4EDDC5 /* PropertiesAdmin.ice in Sources */,
+ DDD8507F70C465C7C513A3EC /* PropertiesAdminI.swift in Sources */,
+ 2C1EFE40BA6F845CCE3E3B20 /* PropertiesF.ice in Sources */,
+ 63208A223B62B60D83BBBBBE /* PropertiesI.swift in Sources */,
+ CC356C55C3C945657C003EA6 /* Proxy.swift in Sources */,
+ A7E6567EB91EA4BE317002CF /* RemoteLogger.ice in Sources */,
+ E39601A820F2430409547B46 /* Router.ice in Sources */,
+ FAE597DC89ABB154E4017404 /* RouterF.ice in Sources */,
+ 0B719DA0042CD55064325FC4 /* ServantLocator.ice in Sources */,
+ C895FA5FA598BB551C0D7168 /* ServantLocatorF.ice in Sources */,
+ AAC44A3CA966CAF12EB249E4 /* ServantManager.swift in Sources */,
+ 6DE9426AC3B8987A966ABBEF /* SliceChecksumDict.ice in Sources */,
+ A8EC17A25A5D2B7495453302 /* SlicedData.swift in Sources */,
+ 9CBFA63FCF095CE5E583D7ED /* SliceFlags.swift in Sources */,
+ B4A812F04F0D95576C70A880 /* SliceInfo.swift in Sources */,
+ CD7D141FA4C1AA41869FE79C /* UnknownSlicedValue.swift in Sources */,
+ 2EF226F817A6359EE5A0846B /* Util.swift in Sources */,
+ 4E50582EC14D31D7A17C47F6 /* Value.swift in Sources */,
+ 99B96BBC603FD7302B5D9A46 /* ValueFactory.ice in Sources */,
+ F2FBC6E28ABEA574158CB07B /* ValueFactoryManagerI.swift in Sources */,
+ 14D08FA17D659E1EE442DCCD /* Version.ice in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ A0B3461B261EC964E3DBE473 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 870EDB8794FF2E5EAEF63914 /* AllTests.swift in Sources */,
- B289D668BE44851C41B31C38 /* Client.swift in Sources */,
- D076F479447A2709CF73C507 /* Server.swift in Sources */,
- A77619741A8ABB9997EDBF59 /* Test.ice in Sources */,
- 49963F6EB7FA56DF800BAE67 /* TestI.swift in Sources */,
+ 943FB9A5A3E267EFB85A1B1B /* Client.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- DF2F26AC5C5D3CA23A392314 /* Sources */ = {
+ A2886BD6F9DF53C1B03E940C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- C878D8AAD8C9C0C003BA4506 /* AllTests.swift in Sources */,
- DBB21F4D216D6E7018A09C30 /* Client.swift in Sources */,
- 90112B29D140D0816EEE9660 /* ClientPrivate.ice in Sources */,
- C280D888229250B218ED98A6 /* Server.swift in Sources */,
- A1B0CC9C217BDFF10841A5EF /* ServerPrivate.ice in Sources */,
- D9808011A478EB86F45A261B /* Test.ice in Sources */,
- 986597ABEE1BF72B91267F29 /* TestI.swift in Sources */,
+ 6D04F68B25F6F91A5E11594A /* AllTests.swift in Sources */,
+ 847B8303E10EB9B9A68112F0 /* Client.swift in Sources */,
+ B5D097F568B075140D5AE97B /* Server.swift in Sources */,
+ 8F05D20791A41CB4CA5FAE09 /* Test.ice in Sources */,
+ C63C3E4F43CE53CE2DE23D22 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- E0C7B8F9310EE00C3E535597 /* Sources */ = {
+ A3AA64705F3EA57B824F9BE4 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 38DEC70ACCC68685EAA384C5 /* AllTests.swift in Sources */,
- E2324D80AEA49165C0F3ABF3 /* Client.swift in Sources */,
- 48A43FF4AE221B3F2C91D2B1 /* Collocated.swift in Sources */,
- 50ECF062021F755987901C8F /* Forward.ice in Sources */,
- 3EB4E9EF06768342F3757060 /* Server.swift in Sources */,
- 0E78FF4D0673C65A1AAACA64 /* Test.ice in Sources */,
- 1609533D505481766554A55C /* TestI.swift in Sources */,
+ A11481486DACD455D9B73F02 /* AllTests.swift in Sources */,
+ 15E3E150E77BE8BBDA145CD7 /* Client.swift in Sources */,
+ 2A9794485840CF114F6DE97B /* ClientPrivate.ice in Sources */,
+ 5000F8DB055F895A56946BFC /* Server.swift in Sources */,
+ C53484C179D78741C038AE8B /* ServerPrivate.ice in Sources */,
+ BB5AA458510F78E44E0C3B63 /* Test.ice in Sources */,
+ BAD38172D27C3136B7657FE3 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- E2689DC1173D8730B85D8F73 /* Sources */ = {
+ B2990B31445804DB00378229 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 986C43E486C10CBE313B9E16 /* Client.swift in Sources */,
+ 444B58FDC941025AA7F3BEFD /* AllTests.swift in Sources */,
+ 0F94D917B71082FE56E4ADEC /* Client.swift in Sources */,
+ A3A7DDE3C347C401F1B7BDA8 /* Server.swift in Sources */,
+ 3DE6AD56629ECA848A6AEF1A /* Test.ice in Sources */,
+ 81A47892B6C6E822C69B6455 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- E2C3D6A329FD91DC8A3A191E /* Sources */ = {
+ B639CBCC36DDBD7DD13BEB40 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 36D361EFABE9BAF32165865B /* AllTests.swift in Sources */,
- A315DD162115A38B3D2597B3 /* Client.swift in Sources */,
- A6C07BB8CDA0FAC522E635CA /* Test.ice in Sources */,
+ 7EBDBC9BEC66AE6AA2E50F75 /* ServantLocatorI.swift in Sources */,
+ D9D093A91034B162C1082EB7 /* ServerAMD.swift in Sources */,
+ 04CC98A62C4D408DF0E6E1E8 /* TestAMD.ice in Sources */,
+ 1A592AA04CA5DBF87463FC3A /* TestAMDI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- E4CC59A099919577E943A634 /* Sources */ = {
+ B701EA7C3BFC7543FB0FAA33 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- D7D531A3FAA2B53A9F33E98C /* IceLocatorDiscovery.ice in Sources */,
- 5C10328FC85AEE02C3656073 /* PluginI.cpp in Sources */,
+ C0598EC345E7A77236DCBD03 /* AllTests.swift in Sources */,
+ 06927E84BB9A31CC20413AE3 /* Client.swift in Sources */,
+ 8CD8F4A1BB4DF02F2CA1A2C3 /* Server.swift in Sources */,
+ C27478F00244AED78FFAB2AD /* Test.ice in Sources */,
+ EC02EB66FB07216A2002FAEA /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- E86F68FEB1F06E0CFDC15FDB /* Sources */ = {
+ B777776C31F6C6BC6CF06DA8 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 0DD67C2C1C441DB0519A1286 /* AllTests.swift in Sources */,
- F0A2025AF27EC2B06DDCEB2C /* Client.swift in Sources */,
- 9CA0C80F9839A543280E75FB /* Server.swift in Sources */,
- D8A9D1EEA4D06077A94C5E5F /* Test.ice in Sources */,
- F829488D0C3F780B22569B0C /* TestI.swift in Sources */,
+ A929E1C0657D01427D40CBA4 /* AllTests.swift in Sources */,
+ 9C0F86BE5A0D8B601C2C60AA /* Client.swift in Sources */,
+ FEB173AD33E3CB0F9325EEE8 /* Collocated.swift in Sources */,
+ 4156C9A96E77E55B9066AC37 /* Server.swift in Sources */,
+ 3BA2B0D481E97B836910B051 /* Test.ice in Sources */,
+ C07DA2AD71F8BB02908922E2 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- EA0512589F0379694D65D194 /* Sources */ = {
+ BB7096AEAD12025E926CEFAE /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 320807E3F3D70A41B6EA5A01 /* AllTests.swift in Sources */,
- C9DD74C98618F93D3FF825C8 /* Client.swift in Sources */,
- 8CB7DD1AA0EE747C2C6D82ED /* Collocated.swift in Sources */,
- 8C233C0FA1CAC7F741D5AFD1 /* ServantLocatorI.swift in Sources */,
- B0B78BF189624CCDF09444A8 /* Server.swift in Sources */,
- 852ECBBEFFD630148E379987 /* Test.ice in Sources */,
- 005BCEF1FFAFFB367965711B /* TestI.swift in Sources */,
+ DFB0D5DF6A1130E0935A3B5A /* Admin.ice in Sources */,
+ 63E530A13F7D5CA293A5A43C /* Descriptor.ice in Sources */,
+ 70C01CF82EFA9BE76F8D1E4C /* Exception.ice in Sources */,
+ 06F8CE80ACB579B012D92707 /* FileParser.ice in Sources */,
+ 74F83F3ACF5496E1DA71EA91 /* PluginFacade.ice in Sources */,
+ 01E359387CCCF1A2460D36F0 /* Registry.ice in Sources */,
+ 3E20D77F4C969E5EC18BD69E /* Session.ice in Sources */,
+ DFA098606F72E951F95AC411 /* UserAccountMapper.ice in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- EBBFFCFAA1AD31CC25B6F9BD /* Sources */ = {
+ BCA52DB94F431EB4F6DE20C7 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 00839631F41984D2B091D2BE /* AllTests.swift in Sources */,
- 93B7D2503AB4ECDC0118A46E /* Client.swift in Sources */,
- 263A315A89FF025E027EB7BC /* Server.swift in Sources */,
- 2E0AAEC9647C1E65FD9FAEA7 /* Test.ice in Sources */,
- 10533E20953F20AB8D41AE5C /* TestI.swift in Sources */,
+ C376DADE16A8DD37BA49EBAD /* AllTests.swift in Sources */,
+ 211D75B5FABBFDE02DD69596 /* Client.swift in Sources */,
+ 46524E688673AA8F67C1251F /* Collocated.swift in Sources */,
+ C613DA8AA49CBFED79DFA85B /* ServantLocatorI.swift in Sources */,
+ FD80B92361DEB9E758F48361 /* Server.swift in Sources */,
+ 8BEE3FE1CD919618B8A945C4 /* Test.ice in Sources */,
+ A72C0E274F9AAFB8778A0123 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- EC64150A10E891D9D160F8D2 /* Sources */ = {
+ BCA6FB2F5F9F81A61561A19E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 72561083D0FC65C9F509570B /* AllTests.swift in Sources */,
- 29A5466FFB0656E88DDED78A /* Client.swift in Sources */,
- 0E61A6E4802EFFAAD157070E /* Collocated.swift in Sources */,
- E6EA5A454F6C1CDC1330C59F /* Server.swift in Sources */,
- 3461666F527EC818A79C7707 /* Test.ice in Sources */,
- F49A0E940828D9EC3757BE4A /* TestI.swift in Sources */,
+ BDDA9F10701C42038E1F2980 /* AllTests.swift in Sources */,
+ DAC421A9EBF4BABCF332880A /* Client.swift in Sources */,
+ 038791ABCCAF4CE1CCAD74D6 /* Server.swift in Sources */,
+ 70D4600D71458758C2045C22 /* Test.ice in Sources */,
+ 33515A12FF29190AC18ECC7C /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- EEE81DBA22C06C841506F50F /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 385BABE2A4D0BCAF87FB8570 /* AdminFacetFactory.swift in Sources */,
- 698AABF52B1D5117C8F56E24 /* Blobject.swift in Sources */,
- 982DB4C490AC07631DFFC4B6 /* BlobjectAsync.swift in Sources */,
- 2B4CFBD5D7FCA522EC7C7270 /* BuiltinSequences.ice in Sources */,
- C22F81C81E25EDEEC4A1EF6E /* ClassResolver.swift in Sources */,
- DE042B02989D9C04FAE1CE95 /* Communicator.ice in Sources */,
- DC03851714A55F14233FFAD9 /* CommunicatorF.ice in Sources */,
- 6D67B4B8DEAEA13B67A93375 /* CommunicatorI.swift in Sources */,
- 4B3FFD79F5993EE602816FAA /* Connection.ice in Sources */,
- 150AE761E4E0AB83A7F509D1 /* ConnectionF.ice in Sources */,
- 3427632E7AB325A3CB14AA65 /* ConnectionI.swift in Sources */,
- 93FC5BA6AC67FA43A3AF8180 /* ConnectionInfo.ice in Sources */,
- 2DD7AE1419F5B4CEAE814A0E /* ConnectionInfo.ice in Sources */,
- 8B9FFD03F45AA965E908478C /* ConnectionInfoF.ice in Sources */,
- 48E727A28840CE99745D53B3 /* ConnectionInfoFactory.swift in Sources */,
- 01ADDF8F24A9969C52FAA85B /* Current.ice in Sources */,
- 07FF83E6042C16C9A1207D57 /* Endpoint.ice in Sources */,
- 812D7295C9AEA3C237EFD3E4 /* EndpointF.ice in Sources */,
- 90EAC6C320495303C2DBBA15 /* EndpointI.swift in Sources */,
- 02DE30276C00378287026DA1 /* EndpointInfo.ice in Sources */,
- 5838FD3E47F2E2923F891447 /* EndpointInfo.ice in Sources */,
- 0923E6168CDA8620500B0D5F /* EndpointInfoFactory.swift in Sources */,
- 56CC62457767C36A0E52F2CE /* EndpointTypes.ice in Sources */,
- 0F66FB6EEFE85090707DCB9E /* Exception.swift in Sources */,
- 5970BAB310EE17CB2758BCD3 /* FacetMap.ice in Sources */,
- 13D57C7AF22685542A1D2000 /* FormatType.swift in Sources */,
- 92A06048FB31E1C8CDD36994 /* Identity.ice in Sources */,
- A1E12F046C2196198C709785 /* ImplicitContext.ice in Sources */,
- 170EB70A98BEA1B11854A828 /* ImplicitContextF.ice in Sources */,
- DD63650043706D7E02DFDDE1 /* ImplicitContextI.swift in Sources */,
- 12F588046055E313723515FF /* Incoming.swift in Sources */,
- E5BEAD66924094E4881BECD0 /* InitializationData.swift in Sources */,
- C5B82143CC900EE76BC2A066 /* Initialize.swift in Sources */,
- EDF89B7FF55C643C9F97637A /* InputStream.swift in Sources */,
- 4A03FDC2789F44EE055CFC35 /* Instrumentation.ice in Sources */,
- D5DCFE5C985128D1EF91AD26 /* InstrumentationF.ice in Sources */,
- BB495199624094AF583AB300 /* LocalException.ice in Sources */,
- 7F580FEE8004B11C8255DFE6 /* LocalExceptionDescription.swift in Sources */,
- F6A3AC7E1A3CBF1DDEEFAB2A /* LocalExceptionFactory.swift in Sources */,
- EB0830F6745223448F603F31 /* LocalObject.swift in Sources */,
- 642304B38CD20B07A9438853 /* Locator.ice in Sources */,
- 6CC11350452E818EDD44C057 /* LocatorF.ice in Sources */,
- 86F04D354BDA3CC3DC0B60F0 /* Logger.ice in Sources */,
- FA3F75BF9E6F3585E372B46D /* LoggerF.ice in Sources */,
- 68A2A9CDB65EB21FCB2F2F8E /* LoggerWrapper.swift in Sources */,
- 8B88254998F5B97E1F4118DF /* Metrics.ice in Sources */,
- 7EB7F2DA9724185EE83B375C /* Mutex.swift in Sources */,
- 565EFDA03836E4E429BC197A /* NativePropertiesAdmin.swift in Sources */,
- C0B4735EEF093FA2A1308D4A /* Object.swift in Sources */,
- ED4AB9C3F43050C56FC3A5C9 /* ObjectAdapter.ice in Sources */,
- C8533EFE47C156001B98E521 /* ObjectAdapterF.ice in Sources */,
- 834ADDFB4540048C2EF7B7BD /* ObjectAdapterI.swift in Sources */,
- 142F1959FF85A7F93E704C4E /* ObjectFactory.ice in Sources */,
- 904B29FA9FF64B7109F5C276 /* OptionalFormat.swift in Sources */,
- 0416C8244C72A17E7CC50BCD /* OutputStream.swift in Sources */,
- C37422F697924D22CACB68C4 /* Plugin.ice in Sources */,
- 0EBFCDED8C80016C95E0A7B3 /* PluginF.ice in Sources */,
- F9EF9F36693F6C476A89B24A /* Process.ice in Sources */,
- 4ED02F0B82A634E1D9D66AFB /* ProcessF.ice in Sources */,
- 06AB6821F23CD01068B46731 /* ProcessI.swift in Sources */,
- 3E522AB1B016CDF5D9283F61 /* Properties.ice in Sources */,
- 52D351C128271F5F9B877CD3 /* PropertiesAdmin.ice in Sources */,
- F463860F2006D5E8EA45283C /* PropertiesAdminI.swift in Sources */,
- 9805D7F0B6186F1C4F0A45B8 /* PropertiesF.ice in Sources */,
- AA4EAF5B0687E1293DE0D82F /* PropertiesI.swift in Sources */,
- A71B85658384F255EDCF6CCB /* Proxy.swift in Sources */,
- BB22EC8179DE9A10DF301840 /* RemoteLogger.ice in Sources */,
- C93FBF77771220370A1438A1 /* Router.ice in Sources */,
- CB11599F71703685C44EF3F1 /* RouterF.ice in Sources */,
- 56AD22767E4DA055619AC9B0 /* ServantLocator.ice in Sources */,
- 25C02A4F786B28A64D66F566 /* ServantLocatorF.ice in Sources */,
- 385DA8EF46582D3885996EA9 /* ServantManager.swift in Sources */,
- 3C9FF900515B76D53A307EE5 /* SliceChecksumDict.ice in Sources */,
- B3A4603F7E1FF9C9DD6C6E2A /* SlicedData.swift in Sources */,
- B1F9CBDF494828A60E368981 /* SliceFlags.swift in Sources */,
- 251730AE642C700380C65D23 /* SliceInfo.swift in Sources */,
- 4AD436A5946F57866CC26108 /* UnknownSlicedValue.swift in Sources */,
- C60A275B8D722C8D9FC6975A /* Util.swift in Sources */,
- 64D68B005D0E18C4D6C2F4CB /* Value.swift in Sources */,
- C6C867B8CAC289F3A6FABD38 /* ValueFactory.ice in Sources */,
- 171E7F755B8A5A8419B6E443 /* ValueFactoryManagerI.swift in Sources */,
- 615A062876D7213EAB9DC35E /* Version.ice in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- EEEB6181E5F5F75A193789CA /* Sources */ = {
+ BE02DB931E1E6C7A87560F29 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- B18839CAF5476E383750DC5A /* ServerAMD.swift in Sources */,
- 784C22CEB9CC684F122836E7 /* TestAMD.ice in Sources */,
- 1249A0ACFA401F6D0FDD9DB1 /* TestAMDI.swift in Sources */,
+ BB7009677039CE1C2F1843BA /* AllTests.swift in Sources */,
+ B037771ABBC78532BB86F5E7 /* BatchOneways.swift in Sources */,
+ AB42CD983BF1455A36E19964 /* BatchOnewaysAMI.swift in Sources */,
+ 1329FF4774FE7F43BCF43A42 /* Client.swift in Sources */,
+ 0F59737935C6B50C2F56555E /* Collocated.swift in Sources */,
+ 6FC73A489AAF60A9CD1A1346 /* Oneways.swift in Sources */,
+ 1EF54C4075E81850107C381B /* OnewaysAMI.swift in Sources */,
+ A66B017F127CC575DA8C79E7 /* Server.swift in Sources */,
+ C1BC223BB25AF39FBDB82F39 /* Test.ice in Sources */,
+ BCDCCC4147F2924351738830 /* TestI.swift in Sources */,
+ 21826A5E5C899D20A125ADF6 /* Twoways.swift in Sources */,
+ FB5F051207313D6B869C90C8 /* TwowaysAMI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- F01DFF9BD161CFF04682534A /* Sources */ = {
+ C038C7802F5CE981502A41AF /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 505DD215E889DE9248B71B2C /* Acceptor.cpp in Sources */,
- E1F27F04112C2CEA04EB11E7 /* ACM.cpp in Sources */,
- 643C9F65D3B045AE6FE81094 /* ArgVector.cpp in Sources */,
- AD90D3048E50A8F6174907CC /* Base64.cpp in Sources */,
- 03AC5F19893D27EB2E1B9FBD /* BatchRequestQueue.cpp in Sources */,
- 97DF07DD4D0DC96F166974B3 /* Buffer.cpp in Sources */,
- 0CF0780A41F3F3038F17CD7E /* BuiltinSequences.ice in Sources */,
- D98829D54A7F9494850B5914 /* CollocatedRequestHandler.cpp in Sources */,
- 4472C7DC7287DC5B52E9D8FC /* Communicator.ice in Sources */,
- 21A3EAAA87D67EBDB4F4C46C /* CommunicatorF.ice in Sources */,
- 2C9C5B7681D32CE7A1DCA67A /* CommunicatorI.cpp in Sources */,
- D7046E753DA68C1C487EF4B6 /* Cond.cpp in Sources */,
- EE0FE486B7B080F7EAE0BB98 /* Connection.ice in Sources */,
- FB37E7D06625AF6746209C9A /* ConnectionF.ice in Sources */,
- 1246C9F7B6C566A67168EB62 /* ConnectionFactory.cpp in Sources */,
- 1F82AB4FE3933ACA8E07B847 /* ConnectionI.cpp in Sources */,
- AD85EA914A96BCF35BC3E685 /* ConnectionRequestHandler.cpp in Sources */,
- A450273FCB18DE05268338E7 /* Connector.cpp in Sources */,
- C8A532FD682552722601D3D7 /* ConnectRequestHandler.cpp in Sources */,
- CEF7EF5D699D57259D026847 /* ConsoleUtil.cpp in Sources */,
- 79DCFF502DC851FB3302CBDF /* CountDownLatch.cpp in Sources */,
- A8E7D0C0EC22FD7D0DEADC48 /* CtrlCHandler.cpp in Sources */,
- 28415DBBE28F73762C6AAA3C /* Current.ice in Sources */,
- 02F1A513BCAA37294F006466 /* DefaultsAndOverrides.cpp in Sources */,
- 34BEB8FE3248BC3A56D5384E /* DispatchInterceptor.cpp in Sources */,
- 81B7AEDAC00B53C6C00D1777 /* DynamicLibrary.cpp in Sources */,
- 3C0555F6F08BCB7A1EE94550 /* Endpoint.ice in Sources */,
- D8C0811F58588338213750CC /* EndpointF.ice in Sources */,
- 263CFE9B1FC2EA07B9539835 /* EndpointFactory.cpp in Sources */,
- C040289658135885E7DBE890 /* EndpointFactoryManager.cpp in Sources */,
- 90D5AFFC246E71117A977196 /* EndpointI.cpp in Sources */,
- E67049978E9FE0793768AC68 /* EndpointTypes.ice in Sources */,
- C9130E7F5BD1EA74CE83EDF1 /* EventHandler.cpp in Sources */,
- D2EE4E749B2A95E6EEAD76AA /* Exception.cpp in Sources */,
- 75216B0A98911E10953A9E58 /* FacetMap.ice in Sources */,
- C425A02D163062500A14C7E5 /* FactoryTable.cpp in Sources */,
- D165A4619D7EF8139F861A87 /* FactoryTableInit.cpp in Sources */,
- FD6035CD7E1A79599F87321A /* FileUtil.cpp in Sources */,
- 2F9F6A02E6D40470F385B540 /* HttpParser.cpp in Sources */,
- AE07F80015E8832C7BBE02C3 /* IconvStringConverter.cpp in Sources */,
- ACCC86571DBAD1ED36C87235 /* Identity.ice in Sources */,
- A5B227E085E8BDE51FA62423 /* ImplicitContext.ice in Sources */,
- 2046625B00D0418E307EFAC7 /* ImplicitContextF.ice in Sources */,
- F46A92C1CE7CBFA0FC815AA4 /* ImplicitContextI.cpp in Sources */,
- DC1D2D1E8B457C450A0FAC1A /* Incoming.cpp in Sources */,
- D84A1FC44CBC30FA075BDA4F /* IncomingAsync.cpp in Sources */,
- DDDD88A5F8F2780E5F43B679 /* Initialize.cpp in Sources */,
- 6CD9DCD7063FA612855AA786 /* InputStream.cpp in Sources */,
- E6C61121392FBDA4C39134D7 /* InputUtil.cpp in Sources */,
- BE127FFA6DD38A29FF8C27B9 /* Instance.cpp in Sources */,
- 650531C2339FBC61CFFC82B1 /* Instrumentation.ice in Sources */,
- 0F12105A5F476C86BD0227DF /* InstrumentationF.ice in Sources */,
- E8F2BE82013229A0899F027E /* InstrumentationI.cpp in Sources */,
- 329F91FBA19E148DF3F3A204 /* IPEndpointI.cpp in Sources */,
- 40F559527C3FF7AD1E5ED579 /* LocalException.ice in Sources */,
- 24E9A90F402E7E0699F47008 /* LocalObject.cpp in Sources */,
- 28ADE4C807187A3F4BE9D825 /* Locator.ice in Sources */,
- 8278DEE9D02DC309EDBF41F8 /* LocatorF.ice in Sources */,
- 384D9AF7EF6A647EDDACB9BD /* LocatorInfo.cpp in Sources */,
- 6B7527EBA006528E2D0AFC7D /* Logger.ice in Sources */,
- F21FFD0EA2AAC4B555B344B0 /* LoggerAdminI.cpp in Sources */,
- 3ED2DD4376589B89497803C3 /* LoggerF.ice in Sources */,
- 76D02A4B46D127752D815BCC /* LoggerI.cpp in Sources */,
- 9F260A9C37D326A1F97C9522 /* LoggerUtil.cpp in Sources */,
- AAC74AC64B11BE6379EB5030 /* Metrics.ice in Sources */,
- B89017EB724359D840CAA444 /* MetricsAdminI.cpp in Sources */,
- 0DDA1A7A8FDADE519A01CDAB /* MetricsObserverI.cpp in Sources */,
- 7277F92208635AB2598F7A8C /* MutexProtocol.cpp in Sources */,
- F422B84BA5397FE91825D05B /* Network.cpp in Sources */,
- 0D7E6FA0F59C57B1D3337A63 /* NetworkProxy.cpp in Sources */,
- 971A53EBA672DAEBE83E67FA /* Notifications.mm in Sources */,
- 88193F60B4D779E2999668CD /* Object.cpp in Sources */,
- BC0C5E0F72E7953B3ABD6192 /* ObjectAdapter.ice in Sources */,
- 168E3F54B642F8B6332A6DF1 /* ObjectAdapterF.ice in Sources */,
- 2863F0A383794840B32B4895 /* ObjectAdapterFactory.cpp in Sources */,
- 2F44E1DE510D0E041F98C3FF /* ObjectAdapterI.cpp in Sources */,
- 0B9C88F6380304CC180F9C1F /* ObjectFactory.ice in Sources */,
- D9AF636EAE7D5FC74E16D032 /* ObserverHelper.cpp in Sources */,
- D9F2A690DBC963F62D878A08 /* OpaqueEndpointI.cpp in Sources */,
- 1C31307FF6DDBC51DE4197DF /* Options.cpp in Sources */,
- 706F5CFA7B21AE76314424B6 /* OSLogLoggerI.cpp in Sources */,
- 842B1E04DF1D8B07928ED901 /* OutgoingAsync.cpp in Sources */,
- 1126A37015AEDB5F43E3CD5D /* OutputStream.cpp in Sources */,
- 86472E481616DED717DB4347 /* OutputUtil.cpp in Sources */,
- D4658B25D1B3B1E7B69BFC95 /* Plugin.ice in Sources */,
- 1CCE467C9BFF0039DA8090BE /* PluginF.ice in Sources */,
- 316D149055B5E4ADDEDF59E6 /* PluginManagerI.cpp in Sources */,
- 6DD4310AB3DDE3505BA18E19 /* Process.ice in Sources */,
- 4A46C4737E72E7392A1EE387 /* ProcessF.ice in Sources */,
- 33D2490687315EA4DAD4059A /* Properties.ice in Sources */,
- C18814141D24DDE9947A41EA /* PropertiesAdmin.ice in Sources */,
- F6A52ADAA20DAAD42FAC9184 /* PropertiesAdminI.cpp in Sources */,
- CCF7CA426B3F63151AC3B16E /* PropertiesF.ice in Sources */,
- D1404B9C056C138C1A41AE78 /* PropertiesI.cpp in Sources */,
- 0FFBE6F86A1B577B2499CD92 /* PropertyNames.cpp in Sources */,
- 1E0B407428D8A6348E9EE8ED /* Protocol.cpp in Sources */,
- 49177E5270739D6F160D731B /* ProtocolInstance.cpp in Sources */,
- BCF8CA7D3DF6ACE74B40AF70 /* ProtocolPluginFacade.cpp in Sources */,
- FF0F8AB3A6BE67F6D45B12B7 /* Proxy.cpp in Sources */,
- 72A106A15369CA0D2B2D317B /* ProxyFactory.cpp in Sources */,
- 9316DC29DBAF663CD6A059A9 /* Random.cpp in Sources */,
- 8E4859B1E7E2E4357EFF93DE /* RecMutex.cpp in Sources */,
- 7839DAAED7E1384299C13EBD /* Reference.cpp in Sources */,
- 1B5F05DFC53FFD7303B100C8 /* ReferenceFactory.cpp in Sources */,
- F12797CACA1A90C434809ABE /* RegisterPluginsInit.cpp in Sources */,
- 6A7E6503F5AF740A27E06477 /* RemoteLogger.ice in Sources */,
- C8B0A7877776C8E3C7B6EB69 /* RequestHandler.cpp in Sources */,
- A4D7C23A89578C0548E09590 /* RequestHandlerFactory.cpp in Sources */,
- B4AA4F150A7A23AECDC2FFAC /* RetryQueue.cpp in Sources */,
- 9E2951D2B1C2EB3E007EBBF7 /* Router.ice in Sources */,
- 047BFBFC1BA69A2D854E30A9 /* RouterF.ice in Sources */,
- 0E8ADC78BEABE095444D2F81 /* RouterInfo.cpp in Sources */,
- 7393BC12E1CB360709F78478 /* Selector.cpp in Sources */,
- 3AD11D7E07684A5B920AD448 /* ServantLocator.ice in Sources */,
- 5631642462A78460DB18D4C7 /* ServantLocatorF.ice in Sources */,
- 6D38E3EB9517636CBCFD02B0 /* ServantManager.cpp in Sources */,
- E10B208C021EBE971F687D57 /* Service.cpp in Sources */,
- EEC90CB2547E8656CFC9DEF6 /* SHA1.cpp in Sources */,
- 4EC498EABD7515B9FF802CA3 /* Shared.cpp in Sources */,
- A0CF1EF723412FEDBAF22A7D /* SliceChecksumDict.ice in Sources */,
- 79E704FB01DFB582620AA1AF /* SliceChecksums.cpp in Sources */,
- 5D1B678AE7B692920D319A55 /* SlicedData.cpp in Sources */,
- A2476D6FBE03FE32AD82845D /* StreamAcceptor.cpp in Sources */,
- 145083DA95C22D92EE6C1AFE /* StreamConnector.cpp in Sources */,
- A1E842219224277A4903E912 /* StreamEndpointI.cpp in Sources */,
- 7D0F1172460C49AE56804CCF /* StreamSocket.cpp in Sources */,
- 0C3C725829917FDEEAFFB92E /* StreamTransceiver.cpp in Sources */,
- 92A0BF7ECF5FEA2767D2FA16 /* StringConverter.cpp in Sources */,
- 2BB1DD3AC69924FAEDB34C52 /* StringConverterPlugin.cpp in Sources */,
- 387A961A9A31FC5B797B4EE7 /* StringUtil.cpp in Sources */,
- 65A45F4E1E7F8E4F19E75D40 /* SysLoggerI.cpp in Sources */,
- 5297F6294FA1E62514D287A5 /* SystemdJournalI.cpp in Sources */,
- 110F7CCAB657E0D3F94106B4 /* Thread.cpp in Sources */,
- 6FD606CD9BAD64DBD91F1303 /* ThreadException.cpp in Sources */,
- AC636EE44882D0597C167934 /* ThreadPool.cpp in Sources */,
- BDAC6B06F930795C2F9750C7 /* Time.cpp in Sources */,
- 64508999622238E9E79F5AED /* Timer.cpp in Sources */,
- 84C3B0C712BB771CE2C6F5A8 /* TraceLevels.cpp in Sources */,
- C23241A30FA6F415DAADC845 /* TraceUtil.cpp in Sources */,
- BF5F3C311069F1B80EF86198 /* Transceiver.cpp in Sources */,
- 5E59B0F00BF773400F413F43 /* UdpConnector.cpp in Sources */,
- EB1072F5106CE0E8C2E4B738 /* UdpEndpointI.cpp in Sources */,
- F2F3FB8E462BADCC15FC7177 /* UdpTransceiver.cpp in Sources */,
- E07E3B8A7DEF0FCB40247EBE /* UtilException.cpp in Sources */,
- E32670C302767B9893EED63E /* UUID.cpp in Sources */,
- 0A6A5E5CB085FE1497E0B9E5 /* Value.cpp in Sources */,
- 8B912BC04E1F264228B3E708 /* ValueFactory.ice in Sources */,
- A210961629E3D45DF62A7841 /* ValueFactoryManagerI.cpp in Sources */,
- A58ED9B8CC0E16DF90056E88 /* Version.ice in Sources */,
- 9A6F984E21FF58F6B607C9E5 /* WSAcceptor.cpp in Sources */,
- E19F2AB8868DFD588E9E8710 /* WSConnector.cpp in Sources */,
- 3532960A50B4E058ECC65A09 /* WSEndpoint.cpp in Sources */,
- CFB48552E036D2C696A9F6D5 /* WSTransceiver.cpp in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- F16453B59C7B8DF798FC7150 /* Sources */ = {
+ 20A01ED58F8EBDCCAFB44924 /* IceDiscovery.ice in Sources */,
+ 21E07D670358FF000185C6D7 /* LocatorI.cpp in Sources */,
+ 359419818EF3BF82C526FE10 /* LookupI.cpp in Sources */,
+ CDE3C62F26D1D6641C06429D /* PluginI.cpp in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ C0A066AA078AD454326A51C9 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 23E11865C77C688D60632CB8 /* AllTests.swift in Sources */,
- 2E55902CCAD22F55411709DC /* Client.swift in Sources */,
- 8F544F12540EA695B0CB236D /* Server.swift in Sources */,
- DAC9C07B3620CE1DB3561016 /* Test.ice in Sources */,
- 6E83BD9C363F7ECD2C5941FE /* TestI.swift in Sources */,
+ 6A5371AD02F4223354340F1E /* AllTests.swift in Sources */,
+ 28E39A8E5F89480BEE57542A /* Client.swift in Sources */,
+ 1B5E45AC33FE4C6C64EDEC31 /* Server.swift in Sources */,
+ C5AE186B4FF6AE31F14B2DC7 /* Test.ice in Sources */,
+ B05BA93BA06BC53C28C198A2 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- F2A11D9670050702BDE6689A /* Sources */ = {
+ C14D99F3727FEA76B540517C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 5F24E0EAEC7DA6349CE7EDB5 /* TestCommon.swift in Sources */,
+ 47BAA3568DBD2C5FF2F7114F /* AllTests.swift in Sources */,
+ A7CDA7AC4D5C26949F638E94 /* Client.swift in Sources */,
+ 82C5ECB7E858F5B924DF7F2F /* Server.swift in Sources */,
+ 694D38C3850CE89872F50BB9 /* Test.ice in Sources */,
+ F4574ABB5CA661D391CD0E31 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- F38AD71F54AB4E55B58B3ED7 /* Sources */ = {
+ C84369D0F15D53A48D824496 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 6617E7E96A5FE5617E67A620 /* AllTests.swift in Sources */,
- A1A32DD2AE2062F8190A81D3 /* Client.swift in Sources */,
- 376373891E423BCA5159AAF4 /* Server.swift in Sources */,
- EB0526F950663EAA70CBA2C6 /* Test.ice in Sources */,
- 542AB35ED686F3E41FBB18EA /* TestI.swift in Sources */,
+ 359B062F89BBD746C958A5F5 /* AllTests.swift in Sources */,
+ 93EDF95CF36A392E24187B7A /* Client.swift in Sources */,
+ 4E7882498236C04D408CD29D /* Server.swift in Sources */,
+ 1C4C05C9DD19FE07DF82B5F2 /* Test.ice in Sources */,
+ 3326B16370912B6D39492E73 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- F3C27032822D5D9CFDB80D41 /* Sources */ = {
+ C8CCD91229851F467B321957 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 3B03075781BECD3C73CA33C2 /* AllTests.swift in Sources */,
- 1C3293E78545FDBDF7B9F876 /* Client.swift in Sources */,
- 385573898A7E97D9E1062D67 /* Server.swift in Sources */,
- E2F0894B1C89984918EBE1CA /* Test.ice in Sources */,
- 37DB6AEB466D1DA690659619 /* TestI.swift in Sources */,
+ 4DF466D1E0FAE599F15C9B1E /* AllTests.swift in Sources */,
+ BCAEBADC1EFCDC9F068DD529 /* Client.swift in Sources */,
+ C39DD9731C76F59E848D9975 /* Server.swift in Sources */,
+ BA39333C543DC3E1A46469B0 /* Test.ice in Sources */,
+ 7698C38DB0E3CD0CE5218FFE /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- F4FF0CB0F6437DE5C2D406E8 /* Sources */ = {
+ D0C41D20A2C58764D22FF75A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 616B442C4C51B7358772B762 /* AllTests.swift in Sources */,
- B7FBC1F400DF929A55B7DA1D /* Client.swift in Sources */,
- 87CCFB0C36269CA67E3C1E9D /* Collocated.swift in Sources */,
- 23D940B7F122CF089F506B0C /* Server.swift in Sources */,
- 334C0B659DCB1876C44C25FC /* Test.ice in Sources */,
- D2F307AE5D8F9CC51030FCDD /* TestI.swift in Sources */,
+ 202091CF149B392F18365422 /* AllTests.swift in Sources */,
+ D487D0DFF22806DDC93AF3BF /* Client.swift in Sources */,
+ CCE656E0A8684D4A4F00234F /* Server.swift in Sources */,
+ F457E50E3ED0B263F913D1F3 /* Test.ice in Sources */,
+ 60D3A94E1782B8E78E6C32EB /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- F57CCD7194ACDFDE2A5E3635 /* Sources */ = {
+ D38E9E21466816B13FA92EF4 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 6EDCFADEC075447A7785A898 /* AllTests.swift in Sources */,
- F8F0C9046E09433ACF2919AD /* Client.swift in Sources */,
- 44CE4148F470B16E851765CD /* Collocated.swift in Sources */,
- 7CE65F4D4C37883156B4C29B /* Server.swift in Sources */,
- E25026F97280FFCDAC201C7C /* Test.ice in Sources */,
- D24F3ECA2804E99E210B7D88 /* TestI.swift in Sources */,
+ 2FC568B0E606628CB8AF0922 /* AllTests.swift in Sources */,
+ 9C42C280FC6EC0FB5E756E19 /* Client.swift in Sources */,
+ C20086A82411651488B40486 /* Collocated.swift in Sources */,
+ CC9ECAED47F10A429FE75F13 /* Forward.ice in Sources */,
+ 44D367C804B373621AA3AE09 /* Server.swift in Sources */,
+ E4B8C77B4C4AA0261ED215EF /* Test.ice in Sources */,
+ A14D44C9402ACA06572814A8 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- F5D7CE988481A4A22D1330E4 /* Sources */ = {
+ D41DBE463A7429B15B04F6CA /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 3609594E414325A77FA972D4 /* IceLocatorDiscovery.ice in Sources */,
- EBF7BE93A42C7C3ED25706D1 /* PluginI.cpp in Sources */,
+ 6590C38BAF9E7CC3D41F48CD /* Client.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- F93926A6DBA076F811E0E29F /* Sources */ = {
+ D4FC95CFDDBE3B0B498CF092 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 51924F30A8B7ACA3443657A7 /* AllTests.swift in Sources */,
- DF0605DE757B92C52A02ACC9 /* Client.swift in Sources */,
- 8A6E2727713A862C0CE62BE5 /* Test.ice in Sources */,
+ 82FC3709F7FD3B3A54829158 /* ServerAMD.swift in Sources */,
+ 118B188E2B96FA89AC68FCEA /* ServerPrivateAMD.ice in Sources */,
+ 4BCA8C99DB462FE01B774A1D /* TestAMD.ice in Sources */,
+ 024C1C4DC6C6D7276AEBB8B4 /* TestAMDI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- F9D04A5EC0C2C44B1669F6A3 /* Sources */ = {
+ DB373B89CC327374B84D365D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- FA874F952F6AAD33D810769C /* ServerAMD.swift in Sources */,
- 32B4584E73214EF072658615 /* TestAMD.ice in Sources */,
- C9C3F8A7DC0DF0A3A045A65D /* TestAMDI.swift in Sources */,
+ A5D9AA572E80E84E6678667E /* ConnectionInfo.ice in Sources */,
+ 3DAF0F978F5E67B0C61D3445 /* Connector.mm in Sources */,
+ E0379AEC14580F212061080D /* EndpointI.mm in Sources */,
+ CE77F5620EA146D895B88F2C /* EndpointInfo.ice in Sources */,
+ EEBDF2FE58AED783D375C987 /* Transceiver.mm in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- FB45753CC984DB1C98FD078E /* Sources */ = {
+ E69FAEFDA0F5315B93476D41 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- D56CF7F91C8DC41CBE5964BA /* AllTests.swift in Sources */,
- DA4661B6BFE840078A077408 /* Client.swift in Sources */,
- 306571F165BE6F2C56151945 /* Collocated.swift in Sources */,
- 35C50236DEAA4210F0E0C1E5 /* Server.swift in Sources */,
- FA29A2DB6C4FE16AEF19296B /* Test.ice in Sources */,
- B1F9E5F681040B366A8A1770 /* TestI.swift in Sources */,
+ E34066D50AEC97BFF5AAAC00 /* Metrics.ice in Sources */,
+ 870564A3401D9BF46BED2767 /* PermissionsVerifier.ice in Sources */,
+ 808BE1DF804A326A109E3772 /* PermissionsVerifierF.ice in Sources */,
+ FB5B205BED734F9EC57662A5 /* Router.ice in Sources */,
+ 4621534F1E62BBD07C5F1196 /* RouterF.ice in Sources */,
+ EDD351C734299449A1FCC716 /* Session.ice in Sources */,
+ B97DD8F3FD1E4743DA9FC7F0 /* SSLInfo.ice in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- FCEE3C39E624213500FBEA89 /* Sources */ = {
+ E97562A9302E6C69E06FC03C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 799410050E01D24E0C8AF02F /* BlobjectFacade.mm in Sources */,
- 17B3B258D9C84680E2F9059C /* Communicator.mm in Sources */,
- 6BADE6667C3EBF7334D88D85 /* Connection.mm in Sources */,
- 81C37B6F6B9ABEC5A956F6D1 /* Convert.mm in Sources */,
- 05E047A13971903D183750E5 /* Endpoint.mm in Sources */,
- FD0C18B7BEB6A18352F3C459 /* Exception.mm in Sources */,
- ABDC348D93ECCF2830CBE4B6 /* IceUtil.mm in Sources */,
- 700CEEFAD2BBA0410A3D6A99 /* ImplicitContext.mm in Sources */,
- C16FA85C257E865569A2DB6D /* LocalObject.mm in Sources */,
- 29184658021B8BEF7CCDB582 /* Logger.mm in Sources */,
- C5E3D3A947D3FA8FAF97EFB1 /* ObjectAdapter.mm in Sources */,
- 1C354C18CD0FC16F8C040012 /* ObjectPrx.mm in Sources */,
- 5C01191B9B9403609490BAFF /* Process.mm in Sources */,
- E616E5F68673E9D85949B233 /* Properties.mm in Sources */,
- D79FDE916F79374DD5EDA210 /* PropertiesAdmin.mm in Sources */,
- FEC0E18F70E4A920CB531B24 /* TraceUtil.mm in Sources */,
- 24CFE000A707B5E2746D1610 /* UnsupportedAdminFacet.mm in Sources */,
+ 43EB409BDF8158F0A022734E /* IceDiscovery.ice in Sources */,
+ AB60E28314BD621D3673DA40 /* LocatorI.cpp in Sources */,
+ A7D9B76D28F56C9A92D6FBD9 /* LookupI.cpp in Sources */,
+ F3A27E2FD0DA3CF623C0988F /* PluginI.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- FD7B5AF9E87577A7A79BA0CA /* Sources */ = {
+ E9AB8FDA85570BA3B680C998 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- B148E8D643B840E90E131BEF /* AllTests.swift in Sources */,
- E15623A2EE62950B319FB355 /* Client.swift in Sources */,
- 34809478AE5E4D847569BC9A /* Collocated.swift in Sources */,
- A8070028209D20C618065BA2 /* Forward.ice in Sources */,
- 8C1209329D136EB8AD594F35 /* Server.swift in Sources */,
- 306E6063D0BBDABF9CB4CC39 /* Test.ice in Sources */,
- 5E1EB3BEB1F573B7A96FCE92 /* TestI.swift in Sources */,
+ 5C0C133D1B51AD0C6D41444D /* ServantLocatorI.swift in Sources */,
+ 65A8E551CEA5EE813C0E91C0 /* ServerAMD.swift in Sources */,
+ D566EF76DF1DB5207BC4BDEF /* TestAMD.ice in Sources */,
+ 1F02D36F802F21CC7AC14DA9 /* TestAMDI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- FDEE810E6DB6F008894549D2 /* Sources */ = {
+ EFD0C438862D35441E88DEAC /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- C35043C4A6AE1F229381D2AD /* AllTests.swift in Sources */,
- FBCB3A5C5C15031D941A5BA7 /* Client.swift in Sources */,
- 4D0DFF3E0DBF793AE46D5525 /* Collocated.swift in Sources */,
- 311753DDCFA735B6059DD1E2 /* Server.swift in Sources */,
- 6BC2A01D933AB3DDDF13AE0C /* Test.ice in Sources */,
- 0E74294E438CA5AD5F864CA3 /* TestI.swift in Sources */,
+ 02D56349F45318CE209A8B3D /* main.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- FE5A573F3172FA00678BB39A /* Sources */ = {
+ F3C188BBEF66651B95346716 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- D8C3805B741EB80BB8A76469 /* AllTests.swift in Sources */,
- 2BD2166C7E11E09D976EF9EB /* Client.swift in Sources */,
- 06E334AA8C317CEC451B4DFA /* Server.swift in Sources */,
- 65DCE4B82EC7F5BE7C50D007 /* Test.ice in Sources */,
- 5F2DB066E59C6BA01AADE5A7 /* TestI.swift in Sources */,
+ 663A73A260B9F104A150382C /* AllTests.swift in Sources */,
+ 63863BB60B7A7B7DAE6D1A41 /* Client.swift in Sources */,
+ 0385609E35B197778C3D69FB /* Collocated.swift in Sources */,
+ 996DB11F64CB260122EA707C /* Server.swift in Sources */,
+ 1C56620FCFF10A869162AF96 /* Test.ice in Sources */,
+ 34A58F836BAC7D0488DCC038 /* TestI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- FF59CD4832767940832C6CFB /* Sources */ = {
+ F60D59E5E0E6454562E9051D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 044841BBCF9DD77A41F36895 /* AllTests.swift in Sources */,
- 0370578AD7A5B4B58564BD1C /* Client.swift in Sources */,
- BB5C2DDC8F942EC630465A09 /* Server.swift in Sources */,
- A128B0AA36A07A36B04C4000 /* Test.ice in Sources */,
- 830068F55E9E2395C47B01E6 /* TestI.swift in Sources */,
+ 61748CA88CF47A48D16247DC /* Client.swift in Sources */,
+ 6B6BC71579C59D21FE471A8E /* Test.ice in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
- 00680F13E7D8ADA452395B81 /* PBXTargetDependency */ = {
+ 02CE336DBE6C7BAFDE206CBD /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = "IceTimeout macOS";
+ target = 70AFA63B0760804AE4E57268 /* IceTimeout macOS */;
+ targetProxy = 3C8456B08C3B8A01882C8283 /* PBXContainerItemProxy */;
+ };
+ 02E26A47368169FDC5152F6B /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = "IceOptional iOS";
+ target = F107D77D1E5158840BBE4638 /* IceOptional iOS */;
+ targetProxy = 11641CD529233F057AD6D36D /* PBXContainerItemProxy */;
+ };
+ 032ABC215D397F619122EA58 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = CC4CB2522A50DBF68EC21526 /* PBXContainerItemProxy */;
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = EB7EDEB13D57E788C9F2A75B /* PBXContainerItemProxy */;
};
- 00C620216A9428E60EFBE3F3 /* PBXTargetDependency */ = {
+ 038994EE298890A05B19BBC9 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice C++11 macOS";
- target = 7462995A35FB7AB3B02125AA /* Ice C++11 macOS */;
- targetProxy = B3B1DE9579507A1E53B1346E /* PBXContainerItemProxy */;
+ name = "IceStorm iOS";
+ target = C43E0B56E899A1EF58E70B90 /* IceStorm iOS */;
+ targetProxy = 857D1F9661AF9CA3158A20A1 /* PBXContainerItemProxy */;
+ };
+ 04194CA2BCA7B1AB48B99AA6 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = "IceProperties macOS";
+ target = 0295C3FC1C17313DE5D5D2DE /* IceProperties macOS */;
+ targetProxy = 501494C6252CEA360A7C4091 /* PBXContainerItemProxy */;
};
- 026D26532D40A09272D6AF80 /* PBXTargetDependency */ = {
+ 04DB3F68F0F017B7086FE2FA /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 01ECC1AC7DCEC507526A0DEE /* PBXContainerItemProxy */;
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 246425B24BCDC4AB3C8495AD /* PBXContainerItemProxy */;
};
- 03FF210C076DE00DCDAFB144 /* PBXTargetDependency */ = {
+ 06D1428A005BFCC472820C82 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = D739EB15C84EB2EACB26A027 /* PBXContainerItemProxy */;
+ name = "IceStorm macOS";
+ target = AF6C18174B177EEA137C9CE9 /* IceStorm macOS */;
+ targetProxy = 5AB0944510D19BFC5543DDFD /* PBXContainerItemProxy */;
};
- 04AE768928CF1859E23A5C55 /* PBXTargetDependency */ = {
+ 07DDDB8AF85670ED0665BAA9 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = EE492B244FF0241EA85200E3 /* PBXContainerItemProxy */;
+ name = "IceFacets iOS";
+ target = BD0309EA14AFA2175176E4A4 /* IceFacets iOS */;
+ targetProxy = 4E01BED03E3700048EF936FB /* PBXContainerItemProxy */;
};
- 06D7C0E75D55C2DD87B89D50 /* PBXTargetDependency */ = {
+ 0CC5A9BEE14BFFDF7CFA922A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = DBF2EC6B70571790E3817EAD /* PBXContainerItemProxy */;
+ name = "Ice C++11 macOS";
+ target = 33DCB94CC426F58E04EFFE0D /* Ice C++11 macOS */;
+ targetProxy = 36DB9CA4E19B7F10089FB462 /* PBXContainerItemProxy */;
};
- 077B3D3470C0CA50E6D2C0E5 /* PBXTargetDependency */ = {
+ 0D9BBBBA8F878ED37FD4B5E2 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = F5F873F62A4EF05B33026D69 /* PBXContainerItemProxy */;
+ name = "IceDefaultServant iOS";
+ target = 7B34C3BB6444CCE6113E5319 /* IceDefaultServant iOS */;
+ targetProxy = 2465B475BE34335D08CC4289 /* PBXContainerItemProxy */;
};
- 0791D6DFE3CA5B264726AD95 /* PBXTargetDependency */ = {
+ 0E4FE37368170B07410B5D7D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 0DC10F9D710D4C8BFC7963F8 /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 09258838BC96946F12655DCC /* PBXContainerItemProxy */;
};
- 0932A0B9DA1BC9734801D538 /* PBXTargetDependency */ = {
+ 0F9CAD02D7A643D261233EEF /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = EDCDD49DB52FD85CACA22004 /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 3D2D83071EFF1BFC295E4E0B /* PBXContainerItemProxy */;
};
- 0A9561E9B5AE4CB4F0E77B76 /* PBXTargetDependency */ = {
+ 0FAFB218E1417D328831BF3A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 3FCF2BB90670F2DAB9ADC4C4 /* PBXContainerItemProxy */;
+ name = "IceGrid iOS";
+ target = A77E1E8B6BC3DAB1A4CEB56B /* IceGrid iOS */;
+ targetProxy = FD2C108F23EB5DA4B5D0F009 /* PBXContainerItemProxy */;
};
- 0B42D462C0D7D87B600B95CB /* PBXTargetDependency */ = {
+ 11036D951B8862F9F74BF45F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = 88B6B71332C39F647A764A1E /* PBXContainerItemProxy */;
+ name = "IceAdmin macOS";
+ target = 11979031078D63BE63A1C93B /* IceAdmin macOS */;
+ targetProxy = 8839108173C14B56BD291480 /* PBXContainerItemProxy */;
};
- 0C19794274527FC5710EFEAC /* PBXTargetDependency */ = {
+ 12460AB5ED611832A3734639 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = FC649505C012E2302400240C /* PBXContainerItemProxy */;
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 6DB7F7BCCB366762ABDB8E7A /* PBXContainerItemProxy */;
};
- 0DA3F7317DAE86124E972878 /* PBXTargetDependency */ = {
+ 128A26BA576278785D5B1D26 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceDefaultValue macOS";
- target = ADE73040529A19ACD957162F /* IceDefaultValue macOS */;
- targetProxy = DE4DC23930E9E8BDA6509F82 /* PBXContainerItemProxy */;
+ name = "IceFacets macOS";
+ target = F5E36D5CA0E7F1D3A82B15D0 /* IceFacets macOS */;
+ targetProxy = AF58031A4AF9CA97DEDEF798 /* PBXContainerItemProxy */;
};
- 0DD5D950BAB2D57FFAE5334C /* PBXTargetDependency */ = {
+ 12AE5112E5355E908821BFD9 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = F74F845F5DC4863CC666B716 /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 487956D545658A2C68D43878 /* PBXContainerItemProxy */;
};
- 0DE6C96F24AC1189822C004A /* PBXTargetDependency */ = {
+ 12E84569FFD7152D961EC9FB /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceOptional iOS";
- target = 698E87D063EFE8C1CD52CAC1 /* IceOptional iOS */;
- targetProxy = 9177408DB765F19722EE4D54 /* PBXContainerItemProxy */;
+ name = "IceUdp macOS";
+ target = 8DDA1C7A320FD81129D45985 /* IceUdp macOS */;
+ targetProxy = E126EDE692E3B23DEA4594F0 /* PBXContainerItemProxy */;
};
- 0E07ADB9EA4D971BD05E6AF5 /* PBXTargetDependency */ = {
+ 13A20D382DB9E5E4B925A144 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = 2A763B4BFD1119A4E2FA4249 /* PBXContainerItemProxy */;
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 00D283B04C8180765A3495C3 /* PBXContainerItemProxy */;
};
- 0E2FD6F16109E434EBEAB308 /* PBXTargetDependency */ = {
+ 166DAB07C5F122FFDFDC6F64 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice C++11 macOS";
- target = 7462995A35FB7AB3B02125AA /* Ice C++11 macOS */;
- targetProxy = 9582A93A7FA61969892F6BF0 /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = D495F29B68E6B8DC13055ACC /* PBXContainerItemProxy */;
};
- 0E3A09E21BA8ACCC128F223B /* PBXTargetDependency */ = {
+ 16A3C3D3051EA9BB29AA9098 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 3E054FF43090C6B9AB8DA852 /* PBXContainerItemProxy */;
+ name = "IceBinding iOS";
+ target = 6AD38677109BBA48C1497385 /* IceBinding iOS */;
+ targetProxy = 443EB607A55EADB7C2448F7B /* PBXContainerItemProxy */;
};
- 0F7987FB9C3C87F70EB7256D /* PBXTargetDependency */ = {
+ 174EEC968D418445C6D4C5CA /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceScope iOS";
- target = ADD4B7F4B6DDB158EFFB551E /* IceScope iOS */;
- targetProxy = 2D92F86129BC31A8F6727057 /* PBXContainerItemProxy */;
+ name = "IceRetry iOS";
+ target = 4E2F37BCE693F305C58550E6 /* IceRetry iOS */;
+ targetProxy = D4955232C41F49E12D233092 /* PBXContainerItemProxy */;
};
- 0F9D1B9A4596D4EF5D0B68B7 /* PBXTargetDependency */ = {
+ 18B9DF83B563DCF43265E411 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceSlicingObjects macOS";
- target = E3A11742391CFCBD976762A2 /* IceSlicingObjects macOS */;
- targetProxy = 421529ED4DF642052416C2D5 /* PBXContainerItemProxy */;
+ name = "IceSlicingExceptionsAMD macOS";
+ target = 4BF5C686C4DC20B76CC2C7B9 /* IceSlicingExceptionsAMD macOS */;
+ targetProxy = D4D03910B3AD6D8EF0E33B79 /* PBXContainerItemProxy */;
};
- 1096860401E0B74B022F02B4 /* PBXTargetDependency */ = {
+ 18DEA6B14B1E50762C8AD59E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = 92ED4C44BF4B90BF16D11EB0 /* PBXContainerItemProxy */;
+ name = "IceServantLocatorAMD macOS";
+ target = 8649FBFB3EE6C392B9DDE181 /* IceServantLocatorAMD macOS */;
+ targetProxy = 5C87182223ECF0EB727F63AD /* PBXContainerItemProxy */;
};
- 1154C0A1423CDE36A0B293BB /* PBXTargetDependency */ = {
+ 197D721B021CE0EB3AA606EC /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceExceptions macOS";
- target = 4FD15044E421634366A36B1F /* IceExceptions macOS */;
- targetProxy = 999725B881BB4CEB0E6B9C21 /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 59EF5FC4C5FEB0D21721B9DA /* PBXContainerItemProxy */;
};
- 12C29466B4CD8C4953903A62 /* PBXTargetDependency */ = {
+ 1A1687991B208EEB426F7CAF /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceImpl macOS";
- target = 648F72582EAC4E145601F024 /* IceImpl macOS */;
- targetProxy = A593A79FFC121728D1753B72 /* PBXContainerItemProxy */;
+ name = "Glacier2 iOS";
+ target = 5CE5A06DD18329FBF0ED872E /* Glacier2 iOS */;
+ targetProxy = 33CEFAFA40E9FE5F776AE537 /* PBXContainerItemProxy */;
};
- 12F2E748E467DCFE0D61CE19 /* PBXTargetDependency */ = {
+ 1A319AB01CE01A5276EC5B96 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceRetry iOS";
- target = 342AC29327DE576C9FB52C7C /* IceRetry iOS */;
- targetProxy = 2F1638A4750528E4CFF2F0B7 /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 666CD564AFE386615555A91C /* PBXContainerItemProxy */;
};
- 13AC0B3F19F50E56B534C77F /* PBXTargetDependency */ = {
+ 1ABA4EAABEB28450E7F47F41 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceImpl macOS";
- target = 648F72582EAC4E145601F024 /* IceImpl macOS */;
- targetProxy = 7B71B66B69CA2335E1161037 /* PBXContainerItemProxy */;
+ name = "IceDiscovery C++11 iOS";
+ target = F66D9F4C4680A4BF09CB4BA0 /* IceDiscovery C++11 iOS */;
+ targetProxy = 5E23E36E36DD0240D22F0BDE /* PBXContainerItemProxy */;
};
- 1512C4182A11BB71C9863FDA /* PBXTargetDependency */ = {
+ 1B77A86207A7F0BA9E2D5AC4 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = "IceOperations iOS";
+ target = C6A8ECA1B200280F068C9194 /* IceOperations iOS */;
+ targetProxy = 48F09AE749772274273EEB97 /* PBXContainerItemProxy */;
+ };
+ 1DE6128C08C66D84A9092EA8 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 9D4EB946B05654DC656B4328 /* PBXContainerItemProxy */;
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = BE94917412A9D8909D522B8A /* PBXContainerItemProxy */;
};
- 161BC8528C30A455210BF8B0 /* PBXTargetDependency */ = {
+ 1F919D1FC3FF0B978683CF4E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = B20F85FC2273E32F197B3FF7 /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 826E87BB193071E448333673 /* PBXContainerItemProxy */;
};
- 1798B27F0B1E70A78A6947C8 /* PBXTargetDependency */ = {
+ 206D8F6E95A2F6749F44C45C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = B91EEA9AEC44AB1DEB98176F /* PBXContainerItemProxy */;
+ name = "IceImpl iOS";
+ target = 69C6E605554B226AA899EEEA /* IceImpl iOS */;
+ targetProxy = C116F949A4C3B5731AE5D157 /* PBXContainerItemProxy */;
};
- 1B78FD95AFE05BF6C3C92B26 /* PBXTargetDependency */ = {
+ 21EB9C2738929DEAD0FC351E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = AE31F560E8A0F0A4284F9471 /* PBXContainerItemProxy */;
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = C4BF3232EED692C1D5BAA4EB /* PBXContainerItemProxy */;
};
- 1CA38E141871C84C120D4C95 /* PBXTargetDependency */ = {
+ 222F15D90F6B487ED8D0D497 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceLocatorDiscovery C++11 iOS";
- target = 6DA7FA935E2C4923E8665798 /* IceLocatorDiscovery C++11 iOS */;
- targetProxy = E6636150D17554603829D854 /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = ABC6E44D0D886475BAA9100F /* PBXContainerItemProxy */;
};
- 1D0B16BB667A898EF9827606 /* PBXTargetDependency */ = {
+ 2338BB14B446BC860AF87459 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceDefaultValue iOS";
- target = 198475E914929864A7E14D84 /* IceDefaultValue iOS */;
- targetProxy = 17B0DD5FC5AAB7FB1EA8E574 /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 94E69B3550217C92830C7CF5 /* PBXContainerItemProxy */;
};
- 1D10C19A9F9371320E4C22B6 /* PBXTargetDependency */ = {
+ 234BB9BF0DCA3CCDB42DEA15 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceOperations iOS";
- target = 0E0D1E210073E2CCF0F83827 /* IceOperations iOS */;
- targetProxy = 33FA2F77F200685F10FA0C23 /* PBXContainerItemProxy */;
+ name = "IceAdmin iOS";
+ target = B53DE8F3BC9EF543D30F7B9B /* IceAdmin iOS */;
+ targetProxy = 554E504488096681ACE31EF1 /* PBXContainerItemProxy */;
};
- 1D320AB089283EAC1EA8D2F4 /* PBXTargetDependency */ = {
+ 23C3F2B4CCD46F5B3C1FDF61 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 5E8FD4F777C9ED14B02174DA /* PBXContainerItemProxy */;
+ name = "IceSlicingObjectsAMD iOS";
+ target = EBCA17048E56334A7FEDEA4D /* IceSlicingObjectsAMD iOS */;
+ targetProxy = AF174A0151076CEB337980C8 /* PBXContainerItemProxy */;
};
- 1EDCD40EACC56D9099BDFC12 /* PBXTargetDependency */ = {
+ 242D81508F4ABBC6721CF87F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 14DF47A13E85073F3970570E /* PBXContainerItemProxy */;
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 0ED50914FF01E03EF21A0317 /* PBXContainerItemProxy */;
};
- 1F6D0B05007FBC04BE2D1E45 /* PBXTargetDependency */ = {
+ 25CCF210623FF5365847EA14 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceAmi macOS";
- target = 574540F63207A42A936015F8 /* IceAmi macOS */;
- targetProxy = 3983F717711671427801DBE8 /* PBXContainerItemProxy */;
- };
- 20FEA176BDBF696A92004D6A /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = "IceSSLConfiguration macOS";
- target = A624BB8C7752332D9B9A5E51 /* IceSSLConfiguration macOS */;
- targetProxy = 374F7D879B56CA961781D121 /* PBXContainerItemProxy */;
+ name = "IceSSL C++11 macOS";
+ target = 52ED084C4C18596FE8DCF2A3 /* IceSSL C++11 macOS */;
+ targetProxy = 5798A05B8B7672D817821C7D /* PBXContainerItemProxy */;
};
- 2175B8369B330BC5128CCF58 /* PBXTargetDependency */ = {
+ 2635E64626A89E3E4E41CC80 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = C6702B7151EC23701AC5D88C /* PBXContainerItemProxy */;
+ name = "Ice C++11 macOS";
+ target = 33DCB94CC426F58E04EFFE0D /* Ice C++11 macOS */;
+ targetProxy = 458BD2E873CB0BAE2ABE10D5 /* PBXContainerItemProxy */;
};
- 21CB6685EC9E9415984960E4 /* PBXTargetDependency */ = {
+ 26E977311D77094C5CB62097 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 2F18F6099E51FE9B2010CB87 /* PBXContainerItemProxy */;
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 705A0004FA482D09AAF827C0 /* PBXContainerItemProxy */;
};
- 247E0D0DC527F4671CB61749 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = "IceProxyAMD macOS";
- target = ABC95B788980D13567C2F5E1 /* IceProxyAMD macOS */;
- targetProxy = 9429BCB40B5A4202EA5CA61E /* PBXContainerItemProxy */;
- };
- 24E9CC500B1AC32ECC7B7008 /* PBXTargetDependency */ = {
+ 2718BED3F1B08BEC0E435F2B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = F90E27F7AB575EAE5FCD036F /* PBXContainerItemProxy */;
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 01CB1E5E4319D48AFC1E85EF /* PBXContainerItemProxy */;
};
- 267E245D898BF0F0E12B5D3A /* PBXTargetDependency */ = {
+ 294EC29A8243B294B2716B17 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceOptional macOS";
- target = 8AE3CB9FE7E646EFEF0A78C6 /* IceOptional macOS */;
- targetProxy = 20DC70527EFC1DF3E7047919 /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = E0D8DDF01865A04289587A72 /* PBXContainerItemProxy */;
};
- 267FD9C6AA8DD7AD14F429C0 /* PBXTargetDependency */ = {
+ 2AEB3614A439E56D2D06872B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Glacier2 macOS";
- target = 08C36D0D7B1B57CDCC4D3F7E /* Glacier2 macOS */;
- targetProxy = 60906D29368FCE5F60EE29EE /* PBXContainerItemProxy */;
+ name = "IceStorm macOS";
+ target = AF6C18174B177EEA137C9CE9 /* IceStorm macOS */;
+ targetProxy = 7D7CA95B798C4760E00AD9E1 /* PBXContainerItemProxy */;
};
- 277EAA98D189187B50D06D29 /* PBXTargetDependency */ = {
+ 2BF608C1B026B83E80D999D4 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = D4C63DC3B54C9FCD3EFA9D87 /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = EF75A002DC296F48FB6F59B5 /* PBXContainerItemProxy */;
};
- 28FC73D754234AD61391B751 /* PBXTargetDependency */ = {
+ 2C8EB8B9D3863CADA2860A62 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceStorm macOS";
- target = A3B4665C4E5F7274153A4017 /* IceStorm macOS */;
- targetProxy = 904FF41ADE0B7C307346EE71 /* PBXContainerItemProxy */;
+ name = "IceSlicingExceptions iOS";
+ target = D0642853F24B5AC1FD6E9A93 /* IceSlicingExceptions iOS */;
+ targetProxy = 70790AC2561634C51EAB7CEC /* PBXContainerItemProxy */;
};
- 28FECA4631B458D99C5F88B9 /* PBXTargetDependency */ = {
+ 2F14189E07C1F1D3B5126AFD /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = 88C8256D5123BF455F32443B /* PBXContainerItemProxy */;
+ name = "Ice C++11 iOS";
+ target = 1694719C10B89C39242AF1B8 /* Ice C++11 iOS */;
+ targetProxy = 8CB11B37E646E760458FD517 /* PBXContainerItemProxy */;
};
- 2BAD441E3F67EA90D248C258 /* PBXTargetDependency */ = {
+ 2F532319CBBA574F9212770B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 1BFF3217628903E4C2F00846 /* PBXContainerItemProxy */;
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = F1027B875C852B11E1677741 /* PBXContainerItemProxy */;
};
- 2C65FC64B67825916410B356 /* PBXTargetDependency */ = {
+ 2F810191E58EF027B4AA583B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 6F4723204196F87532E5C3E2 /* PBXContainerItemProxy */;
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 1CD0EF3A71757B4922A9897A /* PBXContainerItemProxy */;
};
- 2D5AC85AD047EEEE6A8FC4F8 /* PBXTargetDependency */ = {
+ 2FDA73C3D16276C6086439ED /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = 1567E4A20CA974A3B8F011C2 /* PBXContainerItemProxy */;
+ name = "IceSSLConfiguration iOS";
+ target = 4E2364CE36E28A473DDBA432 /* IceSSLConfiguration iOS */;
+ targetProxy = 021B8686302116BF939E95A1 /* PBXContainerItemProxy */;
};
- 2E53C7E018399F17670B6362 /* PBXTargetDependency */ = {
+ 304B5A071B399E50DD2AC4E8 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceAmi iOS";
- target = B2CC8A21525B4303BA357084 /* IceAmi iOS */;
- targetProxy = E63687C76E2B29A527D7D2EA /* PBXContainerItemProxy */;
+ name = "IceServantLocatorAMD iOS";
+ target = DD11C95371910239B8FE156F /* IceServantLocatorAMD iOS */;
+ targetProxy = 9288157A3E72921B3A182220 /* PBXContainerItemProxy */;
};
- 3265AEC1DD29BE8407FAAF8B /* PBXTargetDependency */ = {
+ 311CB661CE767F0F60432C5F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = 13CF4C5E580C34B81CD0CE03 /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = DCA125327FA41DF9DB20E98D /* PBXContainerItemProxy */;
};
- 326DF622D08673D296473920 /* PBXTargetDependency */ = {
+ 31A23AD3DC3FB895EB0194B1 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = D3774FDABEFFB0334D0E6788 /* PBXContainerItemProxy */;
+ name = "IceLocation macOS";
+ target = AB2E0E56A692B9BB4E442B93 /* IceLocation macOS */;
+ targetProxy = DBD9D129BB9A0FD1EA64E763 /* PBXContainerItemProxy */;
};
- 32E080855E2A3F485A4B0FD5 /* PBXTargetDependency */ = {
+ 31BBFD102A3569ACB8DC7CDF /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceDiscovery C++11 macOS";
- target = 0728767808790B1A5E3A81F4 /* IceDiscovery C++11 macOS */;
- targetProxy = 76E647ED6FCA347AC411B22F /* PBXContainerItemProxy */;
+ name = "IceSlicingExceptions macOS";
+ target = 3C870E2669428DB059B4E1E8 /* IceSlicingExceptions macOS */;
+ targetProxy = 626E568A6B80501DD147E483 /* PBXContainerItemProxy */;
};
- 33AC59415F0EF1D6F365654B /* PBXTargetDependency */ = {
+ 320AEE5822EDA73CC7A3A142 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 6A624EA402A7A8CFC856BE8C /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = BF3D2E928D38B47EF7C27A81 /* PBXContainerItemProxy */;
};
- 33B97953427E260F671C9ADD /* PBXTargetDependency */ = {
+ 32D94EC37A9212FD104C1054 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 9CF141A524BC4B34DF2E61AA /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 2481EFC9B9A14B79FD2530E2 /* PBXContainerItemProxy */;
};
- 34537E90365CFD140A43B61C /* PBXTargetDependency */ = {
+ 3332243B94A042309DA0D142 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = FE975919B33B49C92D3D3168 /* PBXContainerItemProxy */;
+ name = "IceObjects macOS";
+ target = 4297E8CB4F654A523217ADC9 /* IceObjects macOS */;
+ targetProxy = 3F5460C982F82F1DA6CA5699 /* PBXContainerItemProxy */;
};
- 34B382F686D2FD12816078B3 /* PBXTargetDependency */ = {
+ 3441C2E56E162813129318DC /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceDefaultServant macOS";
- target = 3D5AD8F17A546E868BC47646 /* IceDefaultServant macOS */;
- targetProxy = E290C2153F8A02F76E1F83DF /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 031DC68B82D42EB95C7496F3 /* PBXContainerItemProxy */;
};
- 34C55DF0C48CBD539653BEDB /* PBXTargetDependency */ = {
+ 34649D343D3EFE57D71FCBF0 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceInvoke macOS";
- target = 8B4E85A46304ECE84C8E2C8E /* IceInvoke macOS */;
- targetProxy = 87FA8673775424D002F473AA /* PBXContainerItemProxy */;
+ name = "IceInfo macOS";
+ target = 554961DEAD95DC62BA2C45F2 /* IceInfo macOS */;
+ targetProxy = D04B64ED703FE01DC5BA19F8 /* PBXContainerItemProxy */;
};
- 34F8C037004AAD0AE4BB45CB /* PBXTargetDependency */ = {
+ 34ED6EC0B5051AF5356F6C0C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceOperationsAMD iOS";
- target = 3D71532ED4A520BBE60C51B9 /* IceOperationsAMD iOS */;
- targetProxy = 5FC3A44EEE6D834EC6CE6554 /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = F7C48A59AA2CD18BA133256A /* PBXContainerItemProxy */;
+ };
+ 351FBC502D4754E483D9D366 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = "IceExceptions macOS";
+ target = B1C8F4791A464D03CEB67B54 /* IceExceptions macOS */;
+ targetProxy = EEBE33857F8ABECC3AA41176 /* PBXContainerItemProxy */;
};
- 354B0020EC4B47DBB6EA699C /* PBXTargetDependency */ = {
+ 3577C11D957B5D1B3FBBA657 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 72CF1C9446C1BFED80BBC0E8 /* PBXContainerItemProxy */;
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = F6AA564E28B5DCD3AB9E7EE2 /* PBXContainerItemProxy */;
};
- 38B3CEDAC1B79655FBB75F61 /* PBXTargetDependency */ = {
+ 35BC60BF6374EA1F53CB91F3 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Glacier2 iOS";
- target = A5C46C8C09BC73AF9624CD41 /* Glacier2 iOS */;
- targetProxy = F4EABD90F76C4F4C901C5579 /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = E07A2C747E4CF5D9991B65BA /* PBXContainerItemProxy */;
};
- 3988D801BAFF57307CBCF181 /* PBXTargetDependency */ = {
+ 35D73A9E2F4704943A9BF33D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = 24743C4D248A4D46C8D345A4 /* PBXContainerItemProxy */;
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = EAE2838DA3C048226200CF5E /* PBXContainerItemProxy */;
};
- 3A0BB80299324C9F17D0039B /* PBXTargetDependency */ = {
+ 368C84DED96F83FB3180AC54 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = F7B99A9DF3081122642AE7B3 /* PBXContainerItemProxy */;
+ name = "IceUdp iOS";
+ target = E49D55A0B324667AC5F523F6 /* IceUdp iOS */;
+ targetProxy = A191CA4BD6F7AA492A60D134 /* PBXContainerItemProxy */;
};
- 3AE40E4B455E6671DCD0C5BE /* PBXTargetDependency */ = {
+ 3715B2A83E674FAB50C53335 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceProperties iOS";
- target = 5F093C2AFED3448B19DFDFDF /* IceProperties iOS */;
- targetProxy = 5C338F54850A6F6DDD3A66C1 /* PBXContainerItemProxy */;
+ name = "IceAdapterDeactivation macOS";
+ target = B739075E195557F4DECCD8F0 /* IceAdapterDeactivation macOS */;
+ targetProxy = EB315D10B3BC2728B83D168E /* PBXContainerItemProxy */;
};
- 3B7E72DEB434804699595DAA /* PBXTargetDependency */ = {
+ 37374F22E518B64C14093229 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = 546D4BB19994FAEEE89CB1D1 /* PBXContainerItemProxy */;
+ name = "IceScope macOS";
+ target = F74CE75639B8A70ED6D86BE4 /* IceScope macOS */;
+ targetProxy = 018325A679DE72A01918DE24 /* PBXContainerItemProxy */;
};
- 3BA9FF4C4935CE7EB27B040E /* PBXTargetDependency */ = {
+ 3938D98A626AB63A339CBBD1 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 4E88CC9A86492482ED9972D3 /* PBXContainerItemProxy */;
+ name = "IceOperations macOS";
+ target = FCE3579416174E1CCB5717FD /* IceOperations macOS */;
+ targetProxy = BACAA1AA6E64189A250CD791 /* PBXContainerItemProxy */;
};
- 3C1C9C8CBFFB501D7345E71B /* PBXTargetDependency */ = {
+ 39EE3E11752F13A18227544D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = A4FA0EA83D2CAD1B67EA615D /* PBXContainerItemProxy */;
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = B6EC2B46E8C45323897D3E81 /* PBXContainerItemProxy */;
};
- 3D5A548754114ECE2E7745E9 /* PBXTargetDependency */ = {
+ 3A6AEB3B929AC3DF616C99D3 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 3EA4F35F7E1C18284A2B3BB3 /* PBXContainerItemProxy */;
+ name = "IceLocation iOS";
+ target = D06C54C4DB7DAF2EB1F0F7E5 /* IceLocation iOS */;
+ targetProxy = 499D121A8307494E1E834E29 /* PBXContainerItemProxy */;
};
- 3D9E00028F742FB526C23356 /* PBXTargetDependency */ = {
+ 3C26CF3724426C2704AE72DA /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceSlicingExceptionsAMD iOS";
- target = BAE30C4CB94ABBC22F99DEE3 /* IceSlicingExceptionsAMD iOS */;
- targetProxy = AF9736DB7CFA3D27FE4852FD /* PBXContainerItemProxy */;
+ name = "Glacier2 iOS";
+ target = 5CE5A06DD18329FBF0ED872E /* Glacier2 iOS */;
+ targetProxy = 15735995D1207B4F0632BFF1 /* PBXContainerItemProxy */;
};
- 3F4BBD969A322CFEC41D5CA7 /* PBXTargetDependency */ = {
+ 3D8B9B4A2F153F2A710DEFFD /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceGrid iOS";
- target = DE9A0CAF0D302A90ED994425 /* IceGrid iOS */;
- targetProxy = 72939EE81E53F00454C72722 /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 1621D983542AFD4E7FAAD476 /* PBXContainerItemProxy */;
};
- 3FC0E2193721FD8A3A917C52 /* PBXTargetDependency */ = {
+ 3DFE67CBF3358246E0EB7DF0 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 3450AC0D019D7F56B5A2EAAD /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 93E20741A2FB02B7875D26DC /* PBXContainerItemProxy */;
};
- 411104E562FB727793D00BE9 /* PBXTargetDependency */ = {
+ 3F30F6CE50EF6FF26EA2412D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 69632108331D02AE39455EA0 /* PBXContainerItemProxy */;
+ name = "IceLocatorDiscovery C++11 macOS";
+ target = 06F3884CD379C52D6B535D38 /* IceLocatorDiscovery C++11 macOS */;
+ targetProxy = 5D3C54DC6F1D5C6F26988DBB /* PBXContainerItemProxy */;
};
- 41CA9FA00E4E99940AA27A13 /* PBXTargetDependency */ = {
+ 3F914F3276166A015A8DB36F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = A16710CED9776911C1373D2F /* PBXContainerItemProxy */;
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = C11A3F3C7339261AF6B51BD5 /* PBXContainerItemProxy */;
};
- 4745B1AEAEB84D894824FFB4 /* PBXTargetDependency */ = {
+ 402A1356520059223A263091 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = 9452733C93366D0C0CB3AF3F /* PBXContainerItemProxy */;
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 299DE979230DB9D79E04DB20 /* PBXContainerItemProxy */;
};
- 474A4013098589157CF5A967 /* PBXTargetDependency */ = {
+ 410FEDD795282D01FFD8D40D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = A0A6EA1560DD0434F862FC54 /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = F28F60011CA9C490F32DDC58 /* PBXContainerItemProxy */;
};
- 478CDE9A62FE7924C17C0978 /* PBXTargetDependency */ = {
+ 448983EF0B86140770CF5CB5 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceGrid macOS";
- target = D26BBA4E49AB6CFCA5AF507B /* IceGrid macOS */;
- targetProxy = 5432953F9B5EC4D0AC74C55F /* PBXContainerItemProxy */;
+ name = "IceHold macOS";
+ target = B252858D517903A8EDD9FE3C /* IceHold macOS */;
+ targetProxy = 1866449A62456AABCE77A728 /* PBXContainerItemProxy */;
};
- 499B928B49259C0CD59A336E /* PBXTargetDependency */ = {
+ 45389184DF6BF37B61F5906C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceAcm macOS";
- target = 937215058776C58C1F53EFCF /* IceAcm macOS */;
- targetProxy = 2AC0733A229A4DFA5B25C6A3 /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 3075672E69F4917C8DCF1DDF /* PBXContainerItemProxy */;
};
- 4A75A1A5331B4B2C9AEEA698 /* PBXTargetDependency */ = {
+ 467C2024479921E47E2B5387 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = BA04DF55595F33C33D7A30CF /* PBXContainerItemProxy */;
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 55D1E9B2CAC4F21ADC819BA3 /* PBXContainerItemProxy */;
};
- 4A890E09A136899931163B3D /* PBXTargetDependency */ = {
+ 47C1169B4FC4B4CD63C27BBA /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceIAP C++11 iOS";
- target = B4F90D99608B8138DA2CC988 /* IceIAP C++11 iOS */;
- targetProxy = E6748BD36B760D095D832AFA /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = BFC7F4BEAD9B13957A92EACE /* PBXContainerItemProxy */;
};
- 4B1365D764E613122B5558B8 /* PBXTargetDependency */ = {
+ 47E0C8F080D132FC423F64A1 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceStorm macOS";
- target = A3B4665C4E5F7274153A4017 /* IceStorm macOS */;
- targetProxy = 4A5E486E9A92463680BB7617 /* PBXContainerItemProxy */;
+ name = "IceProxyAMD iOS";
+ target = 5D385DD7F61992EA89B9209C /* IceProxyAMD iOS */;
+ targetProxy = BE3B5D9E663E1AA02975E789 /* PBXContainerItemProxy */;
};
- 4B4D8018E99D8B3F815E1A2D /* PBXTargetDependency */ = {
+ 4A31F1709B2FD4C5D3B1EB6F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceSSL C++11 iOS";
- target = B3F58255E86EEBE7F8ED29AE /* IceSSL C++11 iOS */;
- targetProxy = ED4A01EC16166B26CAE5FA12 /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 930F05AD05E5B997C07E1D79 /* PBXContainerItemProxy */;
};
- 4B7BC18888BD8274F1EFFD7A /* PBXTargetDependency */ = {
+ 4ABA24E2C513E813DEE65EFC /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = E8631DDCC0F22335628B1F4D /* PBXContainerItemProxy */;
+ name = "IceProperties iOS";
+ target = B9534304559B9CD3A737976B /* IceProperties iOS */;
+ targetProxy = 449A1E717B6E9D8DE1335389 /* PBXContainerItemProxy */;
};
- 4CE9CD131CD76D4FFB6C8C32 /* PBXTargetDependency */ = {
+ 4C3380E3EECAA57B90A4F4CD /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceScope macOS";
- target = 7A1F39814D80540AE986F204 /* IceScope macOS */;
- targetProxy = 1AB05B2DB112D7DBEC5672AA /* PBXContainerItemProxy */;
+ name = "IceIAP C++11 iOS";
+ target = C377D09BDC2B83778A69F7BE /* IceIAP C++11 iOS */;
+ targetProxy = BB435989FBE6F69EF8FCCF76 /* PBXContainerItemProxy */;
};
- 4D1F98B1D7BFBABF191745CD /* PBXTargetDependency */ = {
+ 4C7323DC32C983A5F5368436 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = 893BF3074B6C7E7740BD8EB3 /* PBXContainerItemProxy */;
+ name = "Ice C++11 macOS";
+ target = 33DCB94CC426F58E04EFFE0D /* Ice C++11 macOS */;
+ targetProxy = 9F329968028F882CE9AA2AD5 /* PBXContainerItemProxy */;
};
- 4D3CC59E41CF0E4881AE1253 /* PBXTargetDependency */ = {
+ 4CF0E197A68B6ECE98E32F2B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice C++11 macOS";
- target = 7462995A35FB7AB3B02125AA /* Ice C++11 macOS */;
- targetProxy = F08D08EE66979855547B3157 /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 3013FE3BBFCDD905BF71CF64 /* PBXContainerItemProxy */;
};
- 5185F7BB0103CC9DC536855A /* PBXTargetDependency */ = {
+ 531888E3C5B50AB9FC509666 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 6D12967248812EF2BA41BEC0 /* PBXContainerItemProxy */;
+ name = "IceExceptionsAMD iOS";
+ target = 1B43101F29B66C89513B6977 /* IceExceptionsAMD iOS */;
+ targetProxy = 75F3D6A9D49C34EF84436414 /* PBXContainerItemProxy */;
};
- 51FC58E5D5B6956D8EEB8DFA /* PBXTargetDependency */ = {
+ 551F7BE43F684545E65FADD4 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = 56356EC661119DDFC6D7305B /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 7D640EF6BF4247F2DB857049 /* PBXContainerItemProxy */;
};
- 530A1D2DE43D5D1B99980190 /* PBXTargetDependency */ = {
+ 56E1D4099B174D047DB7A382 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceSlicingObjects iOS";
- target = A4F68F11E8714AE73F472520 /* IceSlicingObjects iOS */;
- targetProxy = C604567B026C288B46A209AC /* PBXContainerItemProxy */;
+ name = "IceInvoke iOS";
+ target = 41CE5BF0A76DEB6DDD0630D6 /* IceInvoke iOS */;
+ targetProxy = 5ECF93D627DFCE13D830FF07 /* PBXContainerItemProxy */;
};
- 553BA84F4318A38DB19A2718 /* PBXTargetDependency */ = {
+ 572C952F8BCB7F5C432A9DFE /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = 94F52FB20316A70EAA67CEF3 /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = DB0EDC4A7C90CEDF4928A751 /* PBXContainerItemProxy */;
};
- 55A82FEFB910E6D54D38D9EE /* PBXTargetDependency */ = {
+ 58802440DD3B0A1EA4D6023D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceSSLConfiguration iOS";
- target = DAE6ED7974F67E932D29B4A0 /* IceSSLConfiguration iOS */;
- targetProxy = 8DA9EABA35489CA5DB393B3F /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 7516FD2C156AC9193EA6BAE7 /* PBXContainerItemProxy */;
};
- 5770836495BABDCAC92AEBAC /* PBXTargetDependency */ = {
+ 58FBF2DF8D9CBC8AC6087258 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceSlicingExceptionsAMD macOS";
- target = A1031563F22EE58DF49CD8C5 /* IceSlicingExceptionsAMD macOS */;
- targetProxy = A991D0BC25CF7AA8A50F9A80 /* PBXContainerItemProxy */;
+ name = "IceTimeout iOS";
+ target = 978C389F20FCEA14DFF4C468 /* IceTimeout iOS */;
+ targetProxy = 9FA5E38BFEF8074B4AEFFF97 /* PBXContainerItemProxy */;
};
- 5880DC89E70A65AD7921DFBE /* PBXTargetDependency */ = {
+ 59F5CBB712AC7E30498391DB /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 638427065DCEF99A8CB69603 /* PBXContainerItemProxy */;
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 7C33F3C015E4FD277DC629DC /* PBXContainerItemProxy */;
};
- 597C8309F6430EE5D52D3D47 /* PBXTargetDependency */ = {
+ 5A0E9594F6A12709C9AF359E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = C1631B4E5CE26E9E16AFE4D6 /* PBXContainerItemProxy */;
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 12DF1EFD59C3CBF39F82FB72 /* PBXContainerItemProxy */;
};
- 5A18A1D84626B1122DA27947 /* PBXTargetDependency */ = {
+ 5DD2143CD5D7ABBC92C82CFE /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 6C208BFE700CA13C06F6897C /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 6E60C44EA3AB5FDCFCB44660 /* PBXContainerItemProxy */;
};
- 5A1DE8FCE4D1B312F5E64CAE /* PBXTargetDependency */ = {
+ 5E03950DEA31A91AE5AC0B65 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 41DAB6E92094B6F2698FEB4E /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 04BEDA66046DA36F0EE0B234 /* PBXContainerItemProxy */;
};
- 5D4B79FC20C72910E04D14F8 /* PBXTargetDependency */ = {
+ 5EF07CB3471A78B066C7CEFF /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceServantLocator macOS";
- target = ED59B0B464D66E31DF357ED7 /* IceServantLocator macOS */;
- targetProxy = C27045E5E9B2DBB43213AF1D /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 838268D39E215F6EBE6099DD /* PBXContainerItemProxy */;
};
- 5DC9BCC46E1D63300FC625B6 /* PBXTargetDependency */ = {
+ 5F9AC31192C46CD019246E3F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = 544DB72F37717645CB765E4E /* PBXContainerItemProxy */;
+ name = "IceDefaultValue iOS";
+ target = 6EA6F62E8A9D3116F687D3A9 /* IceDefaultValue iOS */;
+ targetProxy = 6DCDE882E3ACDE0562A0F0D7 /* PBXContainerItemProxy */;
};
- 5ED49036535FDE649952AB28 /* PBXTargetDependency */ = {
+ 605819F60197617080C3A81B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceRetry macOS";
- target = C2587933333578145CEA50FF /* IceRetry macOS */;
- targetProxy = FD95EE60BB706EDDB9810B83 /* PBXContainerItemProxy */;
+ name = "Ice C++11 iOS";
+ target = 1694719C10B89C39242AF1B8 /* Ice C++11 iOS */;
+ targetProxy = DCA1EFE4DB877C6C2A3A276B /* PBXContainerItemProxy */;
};
- 5FCB349637E3415AF32131AC /* PBXTargetDependency */ = {
+ 60BFA91C6FBC4CF9E2F131B8 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = 0CE95ADA356F1151CCC4D9BE /* PBXContainerItemProxy */;
+ name = "IceInterceptor macOS";
+ target = 12D56A5EF1A9A5F32F2D757E /* IceInterceptor macOS */;
+ targetProxy = 90468F25EEF5AC51406E6CF9 /* PBXContainerItemProxy */;
};
- 5FE402F2DC291D225E88C7B5 /* PBXTargetDependency */ = {
+ 61AC98AD7F703992737132F0 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = 145A7D4C9BF89BF5E1C987A9 /* PBXContainerItemProxy */;
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 6F83D589F028AFB0257DC56D /* PBXContainerItemProxy */;
};
- 61BB7E0D152C47C3A66467D8 /* PBXTargetDependency */ = {
+ 64F1BE1F2BD17460C4766D25 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceServantLocator iOS";
- target = D853ABE4496605A14AB04665 /* IceServantLocator iOS */;
- targetProxy = CA6029018801CD7A2190E7F9 /* PBXContainerItemProxy */;
- };
- 62C3A4CAB304F3FA4CC2FEE9 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = FD31DF9C99614EE615ECC763 /* PBXContainerItemProxy */;
+ name = "IceDefaultServant macOS";
+ target = 7828D19BC1CFE479906D337F /* IceDefaultServant macOS */;
+ targetProxy = 22C16E1D2E80413069DA1C74 /* PBXContainerItemProxy */;
};
- 65744DAEB67D8BEFA9D67C29 /* PBXTargetDependency */ = {
+ 6839CA494DB2128156BFDCA6 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = BB138A5576BCE542E7C768A4 /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 313DBB8723F5F0FC4437B341 /* PBXContainerItemProxy */;
};
- 65FDE9FA83101EFD2B9116C7 /* PBXTargetDependency */ = {
+ 6A794E0EBDA4900C8B9A9FB1 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 23212176DBF32B30EC658B13 /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 9DA6D3D93C8015E5BB09761D /* PBXContainerItemProxy */;
};
- 66146D9CB7EAF1471F234F4A /* PBXTargetDependency */ = {
+ 6ABA0671CE572A304CC023EC /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice C++11 iOS";
- target = D8A0C74DA21311438F7F5EF4 /* Ice C++11 iOS */;
- targetProxy = A2CC0BAD285BC352E6A92C39 /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = F28C422273A1104893E0A15D /* PBXContainerItemProxy */;
};
- 678F5963332B8B9B1D6F06AE /* PBXTargetDependency */ = {
+ 6BE52F62300A606E4DFF41CC /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceExceptionsAMD macOS";
- target = 3F298C47E3C60AC58BC489F2 /* IceExceptionsAMD macOS */;
- targetProxy = 8FBB89B6B7E34BA47FFDF135 /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = C48B6629DE9277354EE63E8A /* PBXContainerItemProxy */;
};
- 67F85651115EAA032F553E42 /* PBXTargetDependency */ = {
+ 6D11381E934D470907815C10 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = 2E0613AFBD5EF1DFCD5A9BFF /* PBXContainerItemProxy */;
+ name = "IceScope iOS";
+ target = 1BE965FBA4828D97A6820712 /* IceScope iOS */;
+ targetProxy = 7F6913A39C39E7ADB1C2381B /* PBXContainerItemProxy */;
};
- 680AF24FBE6DE239E20A7231 /* PBXTargetDependency */ = {
+ 6E01E5706C074FAFCE85E856 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = 6BC4A77E8B4D00F9451C57CC /* PBXContainerItemProxy */;
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 796E9D0DFDD5F34DA0727445 /* PBXContainerItemProxy */;
};
- 684ECED609B27FBE32FA9574 /* PBXTargetDependency */ = {
+ 6E4CA8C0CC196E8BE3DA95DE /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceLocation iOS";
- target = E4F81DBC40D423DFEBBB0BAE /* IceLocation iOS */;
- targetProxy = 226CC5C80915EB06979EAB30 /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 03A9D0C7C7ACC442859B5E75 /* PBXContainerItemProxy */;
};
- 6AF9397005BFD4F508754934 /* PBXTargetDependency */ = {
+ 6E6038154586F4C26F8361B5 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = A8854BC76DE2871621B1110D /* PBXContainerItemProxy */;
+ name = "IceStream iOS";
+ target = C7F73E1031D4CCC1F8735CA6 /* IceStream iOS */;
+ targetProxy = 555C5CEE70AB1221763C74CD /* PBXContainerItemProxy */;
};
- 6E23F5D8C00084C0E0797283 /* PBXTargetDependency */ = {
+ 6FC69182B8762E468487B902 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceImpl iOS";
- target = 112274228A01EB516F707BA3 /* IceImpl iOS */;
- targetProxy = 8A004E8821B72A8A69365B13 /* PBXContainerItemProxy */;
+ name = "IceAcm iOS";
+ target = A90B1A88CA71514A0329C832 /* IceAcm iOS */;
+ targetProxy = 79621158090696873F8D3EC1 /* PBXContainerItemProxy */;
};
- 6F3E611BC442E56C31900040 /* PBXTargetDependency */ = {
+ 70339A900932933325DC89F3 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = 561FAA71FD230E1D05375899 /* PBXContainerItemProxy */;
- };
- 703CCFFB02762172ACA05853 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = 16741CDBF98C7743121AD060 /* PBXContainerItemProxy */;
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 217244715C219FB03F4D3B83 /* PBXContainerItemProxy */;
};
- 70503F8753E1093792985E0B /* PBXTargetDependency */ = {
+ 70B6D8D93E760B95E05C26D7 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceEnums macOS";
- target = FFCA4011FB8A748CD855E2E7 /* IceEnums macOS */;
- targetProxy = 6E4B9CA791417DD84E86FCE1 /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 10316AB10BFFAF34DA38DE0D /* PBXContainerItemProxy */;
};
- 730A25E545ED0347327AFBDD /* PBXTargetDependency */ = {
+ 715567B0ED9617FC392F9B78 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = 19E906A21BFC657BCF53126D /* PBXContainerItemProxy */;
+ name = "IceSSL C++11 iOS";
+ target = 717B0F3CD15624432699B792 /* IceSSL C++11 iOS */;
+ targetProxy = A01AAB89683ABDA89DBF78B3 /* PBXContainerItemProxy */;
};
- 7357C3EF979322985DD13C46 /* PBXTargetDependency */ = {
+ 72B1F32718CB233FBCC9E69B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 3DF31EBAEE733647E5D77876 /* PBXContainerItemProxy */;
+ name = "IceStream macOS";
+ target = 00544DA102F36026FDF33FCB /* IceStream macOS */;
+ targetProxy = C137A5D0A437B4CA8D682B2F /* PBXContainerItemProxy */;
};
- 74083EBCBA10131A547BFE47 /* PBXTargetDependency */ = {
+ 73BBF08CC6F25BA356ADF6E0 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = 87F565CE7B1ABC37619CB50F /* PBXContainerItemProxy */;
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = B10C2A64698E37FF35C73AA3 /* PBXContainerItemProxy */;
};
- 742D0640739B43A6AB0342B7 /* PBXTargetDependency */ = {
+ 7453E1A15D110EADDC128D06 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = E068ED3DEB19C2D785EA82BB /* PBXContainerItemProxy */;
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 7B4D84806F5AB85C142077CA /* PBXContainerItemProxy */;
};
- 747C45ACB459ADED0BCA118F /* PBXTargetDependency */ = {
+ 750F1FF6EC919DD269395F78 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceOptionalAMD iOS";
- target = FE487AFBA79948F4CB91BD68 /* IceOptionalAMD iOS */;
- targetProxy = 092F3C03C775C3B9A4F87C96 /* PBXContainerItemProxy */;
+ name = "IceExceptions iOS";
+ target = 18E49F7A2C75C85CD39FB687 /* IceExceptions iOS */;
+ targetProxy = A2897CEEB2E5FE71A0F6E72C /* PBXContainerItemProxy */;
};
- 74BF288ADE905122B1A54EC9 /* PBXTargetDependency */ = {
+ 753D1BFAA0B9C224FEB1CE98 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceTimeout iOS";
- target = 23D7517178BBFF564AE61CD9 /* IceTimeout iOS */;
- targetProxy = 92F4DEA30781FD1370EF6ADF /* PBXContainerItemProxy */;
+ name = "IceImpl macOS";
+ target = 439F0AFD9CC68DD650B896D1 /* IceImpl macOS */;
+ targetProxy = F120AB140B3D43F39087CB44 /* PBXContainerItemProxy */;
};
- 753ADF9479F3BCFA3D166BDA /* PBXTargetDependency */ = {
+ 7966057FD7610ECAA9D31574 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceDiscovery C++11 iOS";
- target = 06141078D859393EDD03B017 /* IceDiscovery C++11 iOS */;
- targetProxy = AB7B852CBDC61F9B1FB6D0BB /* PBXContainerItemProxy */;
+ name = "IceGrid macOS";
+ target = 27FEB5394EE2DAD06C8BA4A2 /* IceGrid macOS */;
+ targetProxy = 39345227EE15BAB38C36DA56 /* PBXContainerItemProxy */;
};
- 761A6027037FC6587C36FF82 /* PBXTargetDependency */ = {
+ 7A419ACD61D1C2129CD6FEFA /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = DED011E489F1C50A081E7765 /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 391CBC8CB1EB8D292227689A /* PBXContainerItemProxy */;
};
- 76C17EE39F4EE90F39889B55 /* PBXTargetDependency */ = {
+ 7A837E01C1C38E8C54C7AADF /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = EEAD7B009F098EF604D4EC2F /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = D4DF044D2FB7BE73F2957158 /* PBXContainerItemProxy */;
};
- 76F66A8C829FA4545BD70C2A /* PBXTargetDependency */ = {
+ 7B6EC2208381BE556229C790 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 4F304A82B739A862E9CC3B80 /* PBXContainerItemProxy */;
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 80036467ED19284AFFBDEC47 /* PBXContainerItemProxy */;
};
- 77E42C7D25188A208AEC973D /* PBXTargetDependency */ = {
+ 7CF8779DA6E7FCF5D330493E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = F2176ECF131701AF6CA82A90 /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 49425FE27B1CC1206D8C6FB6 /* PBXContainerItemProxy */;
};
- 7854AD0FAA3DE11A690B760B /* PBXTargetDependency */ = {
+ 7D374B3A32FDD541F2AED27B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = F7D4FF8B7D17A887088D7631 /* PBXContainerItemProxy */;
+ name = "IceInvoke macOS";
+ target = 95F39DC24359D80CD847D84E /* IceInvoke macOS */;
+ targetProxy = 1561ADF1D3E01B113BE68C0E /* PBXContainerItemProxy */;
};
- 795C45EB585DCF5549C00F7A /* PBXTargetDependency */ = {
+ 7FBCC3CA549A8AD07083CD05 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 2368AF101981B5FBFEB41B08 /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 6DCF57A4FF434FB1711892C0 /* PBXContainerItemProxy */;
};
- 796A994B051C5D841A7FB194 /* PBXTargetDependency */ = {
+ 80467011A38F91DA03901E28 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 34B9DA20A7445D373334BDF6 /* PBXContainerItemProxy */;
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 4C07504FDC40EB4D5D4E529E /* PBXContainerItemProxy */;
};
- 7A67B838FD1358A22068A12F /* PBXTargetDependency */ = {
+ 807C78AC0278943BD99DE973 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = 51B2DD4C4FFAF211A348C43B /* PBXContainerItemProxy */;
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 848E243F3848DA301E500AD6 /* PBXContainerItemProxy */;
};
- 7B0B8945C1C9A63A8C4790C5 /* PBXTargetDependency */ = {
+ 8123EA50CBDBFFC7FB983A76 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = 271027D5F752A41E4B4DB446 /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 7DA05B7814D198A88856C298 /* PBXContainerItemProxy */;
};
- 7B19BFE447A598CFD027EE3A /* PBXTargetDependency */ = {
+ 816AF5F2EEEBAC41FE3F5AD3 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = 7ADA8E2E0065751F291E44C1 /* PBXContainerItemProxy */;
+ name = "IceProxy macOS";
+ target = 5A9970AC3B850DB8537C89C3 /* IceProxy macOS */;
+ targetProxy = 760B00398A835FA4D96FF34C /* PBXContainerItemProxy */;
};
- 7B24A994229D9BF9B40F8D16 /* PBXTargetDependency */ = {
+ 826D4B04DBA3BA091FDA9A7C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "SliceEscape macOS";
- target = 7C7FE366892DD63340AE12DC /* SliceEscape macOS */;
- targetProxy = A97FEC5A343841092B05C384 /* PBXContainerItemProxy */;
+ name = "IceSlicingObjectsAMD macOS";
+ target = E1912EC5139972198C650C58 /* IceSlicingObjectsAMD macOS */;
+ targetProxy = E2F3BC6F9FD7E8775945B176 /* PBXContainerItemProxy */;
};
- 7BCAFEA7C08DC21F03F31B34 /* PBXTargetDependency */ = {
+ 833F8ECB72CCD00C071B0CA2 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = BECA68FAAFE39175DDB00D92 /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = A8F4062260A1BEA5143397DD /* PBXContainerItemProxy */;
};
- 7CC3059E3657F7BBD0B335E8 /* PBXTargetDependency */ = {
+ 85D958A7D44965A0BFB0D6D5 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceInheritance macOS";
- target = D43F1C1A88314E61BB20A2C5 /* IceInheritance macOS */;
- targetProxy = B55A92C9BD92A6B115945C5D /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 5D6C30CF12B8E7C3D361E6F3 /* PBXContainerItemProxy */;
};
- 7D031B3A2867CFD3F9F17087 /* PBXTargetDependency */ = {
+ 8653283CEED0C5524DAD7BF1 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice C++11 macOS";
- target = 7462995A35FB7AB3B02125AA /* Ice C++11 macOS */;
- targetProxy = F7121258A5C885373A966885 /* PBXContainerItemProxy */;
+ name = "IceAcm macOS";
+ target = B76F9C0E907F890680738D62 /* IceAcm macOS */;
+ targetProxy = D35C2FFF813C04C72CC8A9F3 /* PBXContainerItemProxy */;
};
- 82E922E1C131CC377C9759C0 /* PBXTargetDependency */ = {
+ 865E7ADE5F2319C032A44BE4 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceHold macOS";
- target = F1AB64DAD663B6FEE7CA5200 /* IceHold macOS */;
- targetProxy = F2285786D803D79F4EAFD1A0 /* PBXContainerItemProxy */;
+ name = "IceOptionalAMD iOS";
+ target = 08091D1E55118D7F718FE15D /* IceOptionalAMD iOS */;
+ targetProxy = F3987ABCDA3A2DEB4C5AADF1 /* PBXContainerItemProxy */;
};
- 8338C24C0EE3A82711092493 /* PBXTargetDependency */ = {
+ 885F2BF11F6BECC4240C8597 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceInvoke iOS";
- target = F14D3FA73C4C113A68B98892 /* IceInvoke iOS */;
- targetProxy = DCCCF997136B726AC202F517 /* PBXContainerItemProxy */;
+ name = "IceAmi macOS";
+ target = BC1C7C579BFBEEB5D2383172 /* IceAmi macOS */;
+ targetProxy = 7C5CB3D1DB57D170E50C73A6 /* PBXContainerItemProxy */;
};
- 83EF1E0AC1FE23BC4DFBCB01 /* PBXTargetDependency */ = {
+ 8A395519AB7559404144B9D0 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = E3B0A2301447250F816CA022 /* PBXContainerItemProxy */;
+ name = "Ice C++11 iOS";
+ target = 1694719C10B89C39242AF1B8 /* Ice C++11 iOS */;
+ targetProxy = E59C40D7C6EE063DB18ECB0C /* PBXContainerItemProxy */;
};
- 84665D1BD357045E1DA68F23 /* PBXTargetDependency */ = {
+ 8ADF27778FC6418EAEF427F5 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = 13361F549DE30662440B2DBD /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 3602537DD3D39B6157B5CF06 /* PBXContainerItemProxy */;
};
- 858643C33F3864D093817178 /* PBXTargetDependency */ = {
+ 9028BDEB1CA9902B7D6E36D3 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 637EB5E5CDF60FCE54DA8F84 /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 8B0640C8C9E45F90A55A52E0 /* PBXContainerItemProxy */;
};
- 8626E4BD92566506986A4F33 /* PBXTargetDependency */ = {
+ 9254CA001943C2F0C59CDE01 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceSSL C++11 macOS";
- target = 683013A729B856829A0AE11A /* IceSSL C++11 macOS */;
- targetProxy = 5BA105FB0582EF10F6AB6986 /* PBXContainerItemProxy */;
+ name = "IceInfo iOS";
+ target = 0A9B42751CDE3737734FA14F /* IceInfo iOS */;
+ targetProxy = 0C0A2B148249288D61E1B58B /* PBXContainerItemProxy */;
};
- 86807AA2EF41E8866893033C /* PBXTargetDependency */ = {
+ 92F63E6DE2B6C2385B03D77E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice C++11 iOS";
- target = D8A0C74DA21311438F7F5EF4 /* Ice C++11 iOS */;
- targetProxy = B6D186E4F09713210CB8DAE1 /* PBXContainerItemProxy */;
+ name = "IceGrid macOS";
+ target = 27FEB5394EE2DAD06C8BA4A2 /* IceGrid macOS */;
+ targetProxy = E83662958B056DA8A28DB3DC /* PBXContainerItemProxy */;
};
- 880FDF1D76ECCD1665ACCC35 /* PBXTargetDependency */ = {
+ 93F2E83E5FF295FF43CA8974 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceBinding macOS";
- target = 43CA1D6E0F5513CFC6F33FA4 /* IceBinding macOS */;
- targetProxy = 94FD777644EAD000C656F0B1 /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 9FC272E5D25EEF5731A7C37C /* PBXContainerItemProxy */;
};
- 88E3113CCE6247F757C21D77 /* PBXTargetDependency */ = {
+ 94284C33EC181D134487BC23 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceStream iOS";
- target = FC8622F740105118B7519CE9 /* IceStream iOS */;
- targetProxy = 43907CB56E9A3D028CD9DBAD /* PBXContainerItemProxy */;
+ name = "IceOptionalAMD macOS";
+ target = 2AA4E8A0890065D1FDF3D77F /* IceOptionalAMD macOS */;
+ targetProxy = 629B635CDFB2870F1F6E80D3 /* PBXContainerItemProxy */;
};
- 8AE176F14B5D2EA026BA6086 /* PBXTargetDependency */ = {
+ 950D5F6D1CC7E835A6978D8B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceLocation macOS";
- target = F4FB6714E82D6CAB1CF4699D /* IceLocation macOS */;
- targetProxy = 65562FE154174330A992BE2D /* PBXContainerItemProxy */;
+ name = "IceDefaultValue macOS";
+ target = B09BE6F4BEC60129AD4BF862 /* IceDefaultValue macOS */;
+ targetProxy = 860256C4220641F1310E7CAA /* PBXContainerItemProxy */;
};
- 8BE9A97CD62E32030A843759 /* PBXTargetDependency */ = {
+ 9591BF830FC07F655EC45E15 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = D6AE65EFE22C03CD3DC0EBC0 /* PBXContainerItemProxy */;
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 3DE7982EC8CCDC293B24D9BA /* PBXContainerItemProxy */;
};
- 8C8F7A580C4920B7D1564AA7 /* PBXTargetDependency */ = {
+ 96BF586D4708D44CF608D06B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = 751CB0D1614D54C0C35B16DC /* PBXContainerItemProxy */;
+ name = "Ice C++11 macOS";
+ target = 33DCB94CC426F58E04EFFE0D /* Ice C++11 macOS */;
+ targetProxy = 72BF6FC981DC9CD5EC3393B6 /* PBXContainerItemProxy */;
};
- 8DA1F4ADAB6813C1C5C7C97C /* PBXTargetDependency */ = {
+ 97776C1EB0C2548FA32EB118 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceUdp macOS";
- target = 8F1450E0148056E5D3EDAA96 /* IceUdp macOS */;
- targetProxy = E704BADA18FA1AA6D29F4FE1 /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 0DC233A3F80FB15DB0157BBA /* PBXContainerItemProxy */;
};
- 8DBC2C37AD6566A581D89668 /* PBXTargetDependency */ = {
+ 978B48DB25B61EF4795CC337 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = E0123F525DE34DB8D440C5E5 /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 44BC0A67EAAAB0DA470A4CD4 /* PBXContainerItemProxy */;
};
- 8F612B4412DF21E22EBB4E7E /* PBXTargetDependency */ = {
+ 9B33BB2899F86202526243ED /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = 35C67FEC16D88553E8678E2B /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 365784DC793C6BB6DEE1C2C5 /* PBXContainerItemProxy */;
};
- 8FA6B6EA05552CE3FA333380 /* PBXTargetDependency */ = {
+ 9BE9A80D8297D9F2BCFB2AB6 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceLocatorDiscovery C++11 macOS";
- target = 2C1286E4D70FC9F4DA4293FF /* IceLocatorDiscovery C++11 macOS */;
- targetProxy = 7B6BFCB526CA11F651E68FC6 /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = BA0F578B6A36B7F486F8BD90 /* PBXContainerItemProxy */;
+ };
+ 9D1CD359DD47E9E824AF3B6C /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = "IceImpl macOS";
+ target = 439F0AFD9CC68DD650B896D1 /* IceImpl macOS */;
+ targetProxy = 5FC41B8713F38E5547B7C464 /* PBXContainerItemProxy */;
};
- 90C4BAE80C3448A0584D5A35 /* PBXTargetDependency */ = {
+ 9D4378715F74A9448B8E8AF0 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = DEE450F3DC3B5802055F2517 /* PBXContainerItemProxy */;
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 39A70BDCAF9C2B7054116E95 /* PBXContainerItemProxy */;
};
- 920D317907114F8F3A4291B4 /* PBXTargetDependency */ = {
+ 9D5817DD71DD5418CD53E018 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceFacets macOS";
- target = AEF698FE916F6D138EC7B5F7 /* IceFacets macOS */;
- targetProxy = 6CEE9722F45A663EBD572119 /* PBXContainerItemProxy */;
+ name = "IceAmi iOS";
+ target = 270EFFF3D89BBD0E128CE796 /* IceAmi iOS */;
+ targetProxy = 131A9CAB58BFA352A3352041 /* PBXContainerItemProxy */;
};
- 92A9C1E91A22FA26BC577019 /* PBXTargetDependency */ = {
+ 9D5B795EF6E877569BE458A3 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = 46345D6092A94D908964C1C8 /* PBXContainerItemProxy */;
+ name = "IceObjects iOS";
+ target = 48EA25167D422F1AE2654F89 /* IceObjects iOS */;
+ targetProxy = 6CD8A476649E8230FDBF36AA /* PBXContainerItemProxy */;
};
- 92BB5A26B47ACAEFA3896F93 /* PBXTargetDependency */ = {
+ 9E2D02CFB4D64D44166C0CBC /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = AE1CACD55C6A137040C0097D /* PBXContainerItemProxy */;
+ name = "SliceEscape iOS";
+ target = 9F550A85E417BA1FDEBF04C6 /* SliceEscape iOS */;
+ targetProxy = 97519330ADE2040BE829DA04 /* PBXContainerItemProxy */;
};
- 94285B0AEA1AF06B3E3E9DCC /* PBXTargetDependency */ = {
+ A0F9D948F0A4B1D4E64F7659 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceProxy macOS";
- target = E4BA5A651B0F305D7EA18A36 /* IceProxy macOS */;
- targetProxy = 56AAE6CF0E9409489983DE38 /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 215A3BBA3B2FFA94F38E2470 /* PBXContainerItemProxy */;
};
- 94D42E92E15FDCE5DFB21B77 /* PBXTargetDependency */ = {
+ A485267D9B7634DE31008462 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 7BBFFACB3C90F8390AA95D8F /* PBXContainerItemProxy */;
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = CC9DBC9483A4579FD61BB655 /* PBXContainerItemProxy */;
};
- 95B8C72132F98CE06FDF7677 /* PBXTargetDependency */ = {
+ A4EE4E4F47530CBDBC2201AA /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 3988B6AFC016BCED1A1D46F2 /* PBXContainerItemProxy */;
+ name = "IceServantLocator iOS";
+ target = B7AC496F51ED1E993EF4B373 /* IceServantLocator iOS */;
+ targetProxy = 37A63B757AA517FBB8624A46 /* PBXContainerItemProxy */;
};
- 964A05BFB8ADA96A9D9D2C90 /* PBXTargetDependency */ = {
+ A6437A8FC555A49F685D60FB /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceProxy iOS";
- target = 142DBEE984B183E13050C3F2 /* IceProxy iOS */;
- targetProxy = 8DEEA60D7F3A1A26F1968A5E /* PBXContainerItemProxy */;
+ name = "IceEnums macOS";
+ target = 82AA6A3CE35702853C2B8443 /* IceEnums macOS */;
+ targetProxy = 5E668CCE3996C6CEB78DC172 /* PBXContainerItemProxy */;
};
- 97AB4C14C7899AF6681BFBC1 /* PBXTargetDependency */ = {
+ A93410811BAD609AEA1ADD24 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = F2F200EB311F87576A118102 /* PBXContainerItemProxy */;
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 628BFC3F93D76C5F2377C749 /* PBXContainerItemProxy */;
};
- 9993C176186BAB746B22DEB4 /* PBXTargetDependency */ = {
+ AA68A88D704F0DBB8A76D0AD /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = 83F646858DC1E3BE376AF57A /* PBXContainerItemProxy */;
+ name = "IceSSLConfiguration macOS";
+ target = 143DB50AB99266E6B37AEE04 /* IceSSLConfiguration macOS */;
+ targetProxy = 6968639F10B76AF2FC75F7FE /* PBXContainerItemProxy */;
};
- 9BD1677F08F727C608B1F23E /* PBXTargetDependency */ = {
+ AA903C221B768A6EFB734A9D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceAcm iOS";
- target = 9E93DE527B912CB53FC680B4 /* IceAcm iOS */;
- targetProxy = 9DD52D1FC3797FCBAAB77642 /* PBXContainerItemProxy */;
+ name = "Glacier2 macOS";
+ target = A9799C06422C51483F1D0F25 /* Glacier2 macOS */;
+ targetProxy = F3C46579C51064A28B85E2E6 /* PBXContainerItemProxy */;
};
- 9BEE4C893A1B11E527130A4E /* PBXTargetDependency */ = {
+ AE560D30F6962D33CFB0E631 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceInterceptor iOS";
- target = CAAB211116ED618E83571DCE /* IceInterceptor iOS */;
- targetProxy = 924D912649BAF8A24DD9E8AD /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 323069F216A7BF03F4C8DDAA /* PBXContainerItemProxy */;
};
- 9D6DDAF5A1A8B94BA742B884 /* PBXTargetDependency */ = {
+ AEA9CA08F82FFA10D5A9911A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceStorm iOS";
- target = 42E090EA16E47B47E62A7A73 /* IceStorm iOS */;
- targetProxy = 2B64BB6617B1C919F81A768C /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 6FEE577763A85B333B238393 /* PBXContainerItemProxy */;
};
- 9DC3EA791D95D46068E72946 /* PBXTargetDependency */ = {
+ AEC9496CE1DDA7659DF316AB /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = D400CE6627460FC841BD66DE /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = DC160B1303BC3D9BEF98B0EB /* PBXContainerItemProxy */;
};
- 9ECB22EFFD03D812C3223FE5 /* PBXTargetDependency */ = {
+ AF5509D905D35C8000560F40 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = AD8F5E47F18626D2F9677E4A /* PBXContainerItemProxy */;
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = E8C2EFD767A5D6E3685C0514 /* PBXContainerItemProxy */;
};
- 9EE3FE2573F5A9D236E446DB /* PBXTargetDependency */ = {
+ B0DC70DFC007E230DAB2EE3D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceInfo macOS";
- target = DAB45D10B8ED449DC9378E17 /* IceInfo macOS */;
- targetProxy = A4D1A8D5F6435734011DF754 /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = E62700124C74E07983C25C45 /* PBXContainerItemProxy */;
};
- 9F05D9238702899EEEDAE4FA /* PBXTargetDependency */ = {
+ B6C6E6F4F2B491CD30DFB1E5 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 5C1CE6AED529E353446C8C6D /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 1422E431D7C04B60FDD941B5 /* PBXContainerItemProxy */;
};
- 9F37852BC68BCB58E52D5334 /* PBXTargetDependency */ = {
+ B799CE1CFE237AE1F0DFDFA0 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceServantLocatorAMD macOS";
- target = 4D000279871D881258716BFF /* IceServantLocatorAMD macOS */;
- targetProxy = 9B371BF1186D8274015EA456 /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 30D13922C09A9BA9D3D07F08 /* PBXContainerItemProxy */;
};
- A16C43CCF693417876E025FB /* PBXTargetDependency */ = {
+ B936C26C8FB84B31FEF67863 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = E018DE721B930947B1DF25AE /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 44BE4F52E1203652390AC981 /* PBXContainerItemProxy */;
};
- A1FF4BD6206513334D121439 /* PBXTargetDependency */ = {
+ BA6B252A81CDB4641A0406EA /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceInheritance iOS";
- target = D8FF4903B67D40855582EC70 /* IceInheritance iOS */;
- targetProxy = 9E04C4EB87C970FC512C32B0 /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 32394458255B259F4C8C6ECE /* PBXContainerItemProxy */;
};
- A214BDA10A9FC80030F1B05F /* PBXTargetDependency */ = {
+ BA908774F06CBA28A17E75AF /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceObjects macOS";
- target = 9D467331E6015B19C053328F /* IceObjects macOS */;
- targetProxy = 2C9806B0ABCB642255E36009 /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 8096CF75EF4FBACEDF1F8D44 /* PBXContainerItemProxy */;
};
- A262D4917AE2C22CEE2D4D1B /* PBXTargetDependency */ = {
+ BC4733CB12CDC3C429A82D8C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceGrid macOS";
- target = D26BBA4E49AB6CFCA5AF507B /* IceGrid macOS */;
- targetProxy = 7B1E13E831E8757AF422322C /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = ED0F15F39DE9A868B8E2A3A9 /* PBXContainerItemProxy */;
};
- A4446F0234DC12172E830AB4 /* PBXTargetDependency */ = {
+ BCC4B420FAE9CEFF3FF50533 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceSlicingExceptions iOS";
- target = 19277070BD150A1695ABF68E /* IceSlicingExceptions iOS */;
- targetProxy = A3A99D5A69DFDE427FC301D2 /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 91C8C69EE5AE122C14A1093B /* PBXContainerItemProxy */;
};
- A66C6C23CFE78319221940E7 /* PBXTargetDependency */ = {
+ BCEB3A673F8780A761CDCE4C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceAdmin macOS";
- target = 89545EBC8BA93FFDC292B910 /* IceAdmin macOS */;
- targetProxy = 044D4DA79A432BD186E4E672 /* PBXContainerItemProxy */;
+ name = "Ice C++11 iOS";
+ target = 1694719C10B89C39242AF1B8 /* Ice C++11 iOS */;
+ targetProxy = E90482CC90682092B1133876 /* PBXContainerItemProxy */;
};
- A77D090CEFC3BDFC471ECF62 /* PBXTargetDependency */ = {
+ BCEC171BF1154E53264C214F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceStorm iOS";
- target = 42E090EA16E47B47E62A7A73 /* IceStorm iOS */;
- targetProxy = D4E71327615062AC341A6BA2 /* PBXContainerItemProxy */;
+ name = "SliceEscape macOS";
+ target = 336F0F8FF596189D74E33D58 /* SliceEscape macOS */;
+ targetProxy = 0F97A0C43C2EB7393038528A /* PBXContainerItemProxy */;
};
- AAEB460E8C33957BA1244F0B /* PBXTargetDependency */ = {
+ BF4B8126445AAA0E68AE9AE5 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceServices iOS";
- target = A697EB2AC72EBE32B08CB4C7 /* IceServices iOS */;
- targetProxy = C062DA420DA2CD50BA080380 /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 0E5C04108D2F19C038981E33 /* PBXContainerItemProxy */;
};
- AB67FBC71A3CE245DFA1C8BE /* PBXTargetDependency */ = {
+ BFAEE6BAF65DDFA53AA66560 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = 0598E21886757E3A1481F098 /* PBXContainerItemProxy */;
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 97AEA3F1ED93C070DE1DC5C3 /* PBXContainerItemProxy */;
};
- AB8A87614B6C09FD410A4746 /* PBXTargetDependency */ = {
+ C03EF7D4BE0B0B90A4EB234D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 367E3798B8EE6BAA0E6794BF /* PBXContainerItemProxy */;
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 3A853323D2A2E768FC70BEDB /* PBXContainerItemProxy */;
};
- AC0D3CC30E599BA638E05096 /* PBXTargetDependency */ = {
+ C26F9FFA86E2680954019B5A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = D769A76B851D8A4EB95CEF54 /* PBXContainerItemProxy */;
+ name = "IceLocatorDiscovery C++11 iOS";
+ target = A56EAE4B8B2BF02380F8B287 /* IceLocatorDiscovery C++11 iOS */;
+ targetProxy = 9E0B9B42D102F7392704A414 /* PBXContainerItemProxy */;
};
- AC75C9FC8643100D162E0ACD /* PBXTargetDependency */ = {
+ C585BB42952A73DA49F0E13F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "SliceEscape iOS";
- target = 95F032B90403D1178DAD5340 /* SliceEscape iOS */;
- targetProxy = 7F5046820AEF1E2EE819D30A /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 55AD2EDC38A392265C03825B /* PBXContainerItemProxy */;
};
- ACFA7BBAF810AA971CF678A7 /* PBXTargetDependency */ = {
+ C5AF165FCD0DD69BCDC2BE34 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceExceptionsAMD iOS";
- target = 81A460C2732665FB8233BD11 /* IceExceptionsAMD iOS */;
- targetProxy = 921DEF97A90CEFEE03EDA502 /* PBXContainerItemProxy */;
+ name = "IceRetry macOS";
+ target = 7505A400330C72CD93BEDE81 /* IceRetry macOS */;
+ targetProxy = 6BF6651E8044123345443B5D /* PBXContainerItemProxy */;
};
- AE013F7643C1037D46EFFF57 /* PBXTargetDependency */ = {
+ C650366AA7F2C921D31C9D40 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = E000854BC3E33C08C78C2CB2 /* PBXContainerItemProxy */;
+ name = "IceBinding macOS";
+ target = 914DA3889A68635AC2DB2E34 /* IceBinding macOS */;
+ targetProxy = D5D918DEF4972770B5B4253D /* PBXContainerItemProxy */;
};
- AE26733B3541FA69E332CE9E /* PBXTargetDependency */ = {
+ C7612574C72DB1F15259D9B4 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceServantLocatorAMD iOS";
- target = 90D65E12D7AEA4D00C860370 /* IceServantLocatorAMD iOS */;
- targetProxy = 330820257D2A8C7622D94A5E /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 787673EE3CF41F11F267354D /* PBXContainerItemProxy */;
};
- B02233EC74CA7E7130C012CD /* PBXTargetDependency */ = {
+ C8223EADC9CF30DA48A30DC5 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceTimeout macOS";
- target = 26AE8725AF5D750C6312676B /* IceTimeout macOS */;
- targetProxy = 2BDA18CF8217EF8B839C0A7E /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 71A31D49E34A66113C1F4205 /* PBXContainerItemProxy */;
};
- B2705E68BE8DD076DAF3A994 /* PBXTargetDependency */ = {
+ CE3427B735085CE06B4C440F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 27601268BBEC0DC8CEF21C01 /* PBXContainerItemProxy */;
+ name = "Glacier2 iOS";
+ target = 5CE5A06DD18329FBF0ED872E /* Glacier2 iOS */;
+ targetProxy = A7A594AF0289ED542E107FCE /* PBXContainerItemProxy */;
};
- B6DFDA6AC0D196D789FEBEC4 /* PBXTargetDependency */ = {
+ CE354AB6AB97D9EBAE92146C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 104B9850B75118DE6C97457A /* PBXContainerItemProxy */;
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 6220E86E9EDC7481F581A9F4 /* PBXContainerItemProxy */;
};
- B8A73C8C3C7C571066C7599F /* PBXTargetDependency */ = {
+ CE4D536B76EE4952692950FA /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceOperationsAMD macOS";
- target = 810DD60915D5510EF4D321CA /* IceOperationsAMD macOS */;
- targetProxy = 61D2179DDA437E3861100DB6 /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = BA9FEEE18835E30567D7E1B5 /* PBXContainerItemProxy */;
};
- B93A37F83CD9906E8211B230 /* PBXTargetDependency */ = {
+ CF3D7F65F5446C7D6268917B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceAdmin iOS";
- target = FBB955276D8C7CB0EE08C8AF /* IceAdmin iOS */;
- targetProxy = 39B7520675E78FA5DF83FBAE /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 42A1649ECE84497D56AB8CE4 /* PBXContainerItemProxy */;
};
- B96964C2FE3BDA8254DB17B9 /* PBXTargetDependency */ = {
+ D12EF994B205A1629D605DAF /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = 9487FD5FCD3CFD3E7CF459C6 /* PBXContainerItemProxy */;
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 2BA4CD1758C5990B04D70A1A /* PBXContainerItemProxy */;
};
- BB3AFBA6B7EF3AB1855E15DD /* PBXTargetDependency */ = {
+ D13D6FCE73AE36DDBFEAD348 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 3292925BF5152AE2C5DDB576 /* PBXContainerItemProxy */;
+ name = "IceInterceptor iOS";
+ target = 2007A4C7084F7958289E377A /* IceInterceptor iOS */;
+ targetProxy = 6B459C7DA15C96FDEE82CF22 /* PBXContainerItemProxy */;
};
- BCE453DDF0F1BA30528196E9 /* PBXTargetDependency */ = {
+ D19398E43ADAF4CC8DE53AA2 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 5A9D97155E429EBEB8628D44 /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = A35047E169D5F9AC564FCCF7 /* PBXContainerItemProxy */;
};
- BD254B122F0B491CD8E4D97A /* PBXTargetDependency */ = {
+ D2B2A919C4506C783549C90E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = DF30746D9ED71F5F16587795 /* PBXContainerItemProxy */;
- };
- BE04272880EBAD2ACB4665FA /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = "IceOperations macOS";
- target = 71DB578FC197FEF8D90817DE /* IceOperations macOS */;
- targetProxy = 278326DBCDE0A22AA654399E /* PBXContainerItemProxy */;
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 47E90CA2D7B247F83F8B9436 /* PBXContainerItemProxy */;
};
- BE71BFD5F24C49472AA9FBE2 /* PBXTargetDependency */ = {
+ D4FF8D61F5EA2D19B2719E10 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 0ECCB296834AF27A599E5352 /* PBXContainerItemProxy */;
- };
- BE824DDE5482F06B2F7B37BF /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = 613BD4F1F7A83627FC0FB2DB /* PBXContainerItemProxy */;
+ name = "IceServantLocator macOS";
+ target = 7CED99421D8A0C328DC27815 /* IceServantLocator macOS */;
+ targetProxy = A7AF2A29639CB0559D14F9E8 /* PBXContainerItemProxy */;
};
- BE9DDFC6B68CD05365585BAC /* PBXTargetDependency */ = {
+ D531D488A0EDDDCEAB07959F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceFacets iOS";
- target = DA02CE3262C5ED5EEB4C3DEF /* IceFacets iOS */;
- targetProxy = ABBD51E1FA62A8762907D2C2 /* PBXContainerItemProxy */;
+ name = "IceExceptionsAMD macOS";
+ target = 23560E088B3930C8162274EF /* IceExceptionsAMD macOS */;
+ targetProxy = 13B522AD8188046A47C6C0ED /* PBXContainerItemProxy */;
};
- BEB433DA6ADA0EF2BECCF6C0 /* PBXTargetDependency */ = {
+ D56B8E55A8268D67D9F37BD9 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = 6AD5B1C75C5FC42759C7CA3C /* PBXContainerItemProxy */;
+ name = "IceOperationsAMD macOS";
+ target = 36DAEBADAE4D240BD5C5086E /* IceOperationsAMD macOS */;
+ targetProxy = A85B4F7F125091FFBBBEB6C4 /* PBXContainerItemProxy */;
};
- BEC1345A0C2584E7F9224B67 /* PBXTargetDependency */ = {
+ D5A072A21DADC5105B575C56 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = 51593802406668D4DE29BF08 /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = C451D69CA4DE42051085039E /* PBXContainerItemProxy */;
};
- C04EF76FAF236A3A5D38346D /* PBXTargetDependency */ = {
+ D9081F13BF4E2390DD7071F0 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice C++11 iOS";
- target = D8A0C74DA21311438F7F5EF4 /* Ice C++11 iOS */;
- targetProxy = 13BABB646B6ECD5321E72BED /* PBXContainerItemProxy */;
+ name = "Glacier2 macOS";
+ target = A9799C06422C51483F1D0F25 /* Glacier2 macOS */;
+ targetProxy = 7826AC9D3650CE0BC7C5E58C /* PBXContainerItemProxy */;
};
- C0630D68FC8385567C414807 /* PBXTargetDependency */ = {
+ D9A463723D7ADEB0BA9768F0 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceServices macOS";
- target = D40FAE6083B76E493028494B /* IceServices macOS */;
- targetProxy = 667A360041F1BA4469BE6805 /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 6AB23B39AA0FB3A990095CF2 /* PBXContainerItemProxy */;
};
- C17817FC48ACB307068919B2 /* PBXTargetDependency */ = {
+ D9C84C69D4C55A757C2AE6B7 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 93CE86E766FDF8FB9684624D /* PBXContainerItemProxy */;
+ name = "IceHold iOS";
+ target = A8270486F8E96D0E0E8A1EC0 /* IceHold iOS */;
+ targetProxy = A6377DC9658B8F2A38CDA307 /* PBXContainerItemProxy */;
};
- C24F946F5F9AB8F1BF66B37D /* PBXTargetDependency */ = {
+ DCEAABB1A5CDB41AC947B75B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 444DB046396E37FD6D4FC78F /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 48033E717B6AC6D99EDAFE42 /* PBXContainerItemProxy */;
};
- C56B9376CA0DE8287C4C9D0D /* PBXTargetDependency */ = {
+ DD60A099A5FA2E24EA603083 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceStream macOS";
- target = DF64FF9C63ED4DE16E214357 /* IceStream macOS */;
- targetProxy = E551742C7F2A26E792682609 /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 6D33414C95AC12FBE422EA84 /* PBXContainerItemProxy */;
};
- C7E2C27C0E6BAD3E368C33E5 /* PBXTargetDependency */ = {
+ DDBA06D141224DD44A7ADC59 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 3CE2604EAE58CDE86FAB0299 /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 890DA080BCB58141F68F913C /* PBXContainerItemProxy */;
};
- C8B2051F0EE8FF9D96707701 /* PBXTargetDependency */ = {
+ DE3CB753C98286E840BE626A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 9CF8B30A4881F6A8498FD060 /* PBXContainerItemProxy */;
+ name = "IceOperationsAMD iOS";
+ target = B35AF677B117B64D094923C6 /* IceOperationsAMD iOS */;
+ targetProxy = 76257A63352F9EF9E1964B62 /* PBXContainerItemProxy */;
};
- CA497331CE0B42F5E96A9D50 /* PBXTargetDependency */ = {
+ DF6988A3A1F5783800DF84CE /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Glacier2 iOS";
- target = A5C46C8C09BC73AF9624CD41 /* Glacier2 iOS */;
- targetProxy = EEC5699FCE8EF84E6B8193AE /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 7CD0E146AE0BD43506AF30B9 /* PBXContainerItemProxy */;
};
- CB5294847ABB30C6FE17369D /* PBXTargetDependency */ = {
+ E0687DAB7BED4A915D8058B9 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceAdapterDeactivation iOS";
- target = 44047F42C1CDD61BA2140B71 /* IceAdapterDeactivation iOS */;
- targetProxy = 999193A8DC513E41D8C62EA8 /* PBXContainerItemProxy */;
+ name = "IceServices iOS";
+ target = 4424A248BF1E7E64836AB06C /* IceServices iOS */;
+ targetProxy = 69C735071620889074A15C6E /* PBXContainerItemProxy */;
};
- CC36D0ECFA13282BF50C19F0 /* PBXTargetDependency */ = {
+ E1D150C60E4814EFB43C61F9 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceHold iOS";
- target = 92BC91EF5B6938BF0B4A20D2 /* IceHold iOS */;
- targetProxy = 543AB90192B8ED1FF5E0C07B /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 49B069371C70EC8D3EF6F998 /* PBXContainerItemProxy */;
};
- CCAE469FEC48CFF261E2C1BE /* PBXTargetDependency */ = {
+ E273944E542BE985A2A7C906 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = B22422865669F5D57CFB71E8 /* PBXContainerItemProxy */;
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 3A405DD998735E568E6E2EA2 /* PBXContainerItemProxy */;
};
- CE9957B44B7D2420D4EDA2BC /* PBXTargetDependency */ = {
+ E2ED27CD3EC2C9FA4899549A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Glacier2 iOS";
- target = A5C46C8C09BC73AF9624CD41 /* Glacier2 iOS */;
- targetProxy = 003C28F8B46FACED54A2AAE6 /* PBXContainerItemProxy */;
+ name = "IceProxy iOS";
+ target = 88AE991A6989B2C55A17CF98 /* IceProxy iOS */;
+ targetProxy = AF48293DDA511E168537E2B6 /* PBXContainerItemProxy */;
};
- CF199E4E11B18CAF23678410 /* PBXTargetDependency */ = {
+ E3047AA591843362A5E28358 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = B12E3608ABC46BE3BE3B0A1C /* PBXContainerItemProxy */;
+ name = "IceSlicingExceptionsAMD iOS";
+ target = 89E63821F3C95E9A76A161B8 /* IceSlicingExceptionsAMD iOS */;
+ targetProxy = 2261C017AB778807F337200F /* PBXContainerItemProxy */;
};
- CF5875AACFACBEF1AEF1F06D /* PBXTargetDependency */ = {
+ E47774F9704A1A3F8CB32297 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceExceptions iOS";
- target = FBC2442F4B974E16902F19E5 /* IceExceptions iOS */;
- targetProxy = 06E0689A9406AC61F4DE356F /* PBXContainerItemProxy */;
+ name = "Ice C++11 iOS";
+ target = 1694719C10B89C39242AF1B8 /* Ice C++11 iOS */;
+ targetProxy = AE578BCA12861688F21D97A5 /* PBXContainerItemProxy */;
};
- D0122C091F60B13B7FA16AEB /* PBXTargetDependency */ = {
+ E4F6A3FCC98BFCD49F3D89CC /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceDefaultServant iOS";
- target = 19890CD0A23E1A43198CA8A3 /* IceDefaultServant iOS */;
- targetProxy = BC20C9E6BE2D341EE82B71E5 /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = D4AF8837BAD4157A9495B11C /* PBXContainerItemProxy */;
};
- D13BDF65E0D01715E9C36935 /* PBXTargetDependency */ = {
+ E52FF7376B41DB7D8E11AA9C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = 5FFE61D04018E7BDD3B40012 /* PBXContainerItemProxy */;
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 6BAEBD4BB541342187D4ACB9 /* PBXContainerItemProxy */;
};
- D166AAD086ED232FAEE91765 /* PBXTargetDependency */ = {
+ E59F754E1AAA19CAFCB95A5E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 499A36FA818875E9F8E67E27 /* PBXContainerItemProxy */;
+ name = "IceStorm iOS";
+ target = C43E0B56E899A1EF58E70B90 /* IceStorm iOS */;
+ targetProxy = 693754EA8ADE98430EA82ABD /* PBXContainerItemProxy */;
};
- D3521D1D08113CE14C6E353C /* PBXTargetDependency */ = {
+ E66824FB20581559B54C8F64 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 061ABC8D73BFB8F22C219249 /* PBXContainerItemProxy */;
+ name = "Glacier2 macOS";
+ target = A9799C06422C51483F1D0F25 /* Glacier2 macOS */;
+ targetProxy = D2DF18B6A780CFBB00F044BA /* PBXContainerItemProxy */;
};
- D467523291739D7A4D3FD682 /* PBXTargetDependency */ = {
+ E7714E4D2774737708DD06E0 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceSlicingObjectsAMD iOS";
- target = E92DB77F8971B23F166A4E44 /* IceSlicingObjectsAMD iOS */;
- targetProxy = E6DB98FA4AE78EDD4120C753 /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 29BDC4E5BC43929DD06676C7 /* PBXContainerItemProxy */;
};
- D4AC39F6B7B162FFDDA86A87 /* PBXTargetDependency */ = {
+ E78D05CD2CD1A55FE65C0426 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceAdapterDeactivation macOS";
- target = 696B190C0595012CE53DA4EC /* IceAdapterDeactivation macOS */;
- targetProxy = 419DFE551D45D30985DDFD7B /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 56F0866772649025A6C9291A /* PBXContainerItemProxy */;
};
- D57CA2334CC8903920A11AF2 /* PBXTargetDependency */ = {
+ E7A466CF62673F2CF7BC2A0E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceEnums iOS";
- target = 49C25DC242C051AE5AC4CDD4 /* IceEnums iOS */;
- targetProxy = 03CB8044E54C6DDA78C3CD79 /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = DBBE5B81BE3B9593E8036807 /* PBXContainerItemProxy */;
};
- D63FCAF354AD6698980C3A35 /* PBXTargetDependency */ = {
+ E8A29BC834C22E1545F4BECB /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceInfo iOS";
- target = C93F027B60BE55BCEF17412D /* IceInfo iOS */;
- targetProxy = 124E2704D519D27BD3BB1CE0 /* PBXContainerItemProxy */;
+ name = "IceDiscovery C++11 macOS";
+ target = 81FA123AB088819E242361A4 /* IceDiscovery C++11 macOS */;
+ targetProxy = 3BB7C9F1205702176B42AFBE /* PBXContainerItemProxy */;
};
- D6534563509A04028855F7BA /* PBXTargetDependency */ = {
+ E9588EA779651D4604F1F67F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = 0978687917E99B59F9CA2A09 /* PBXContainerItemProxy */;
+ name = "IceImpl iOS";
+ target = 69C6E605554B226AA899EEEA /* IceImpl iOS */;
+ targetProxy = 43D084F1817ED87EDBBA02D1 /* PBXContainerItemProxy */;
};
- D72B4F5663F931D9A67F853E /* PBXTargetDependency */ = {
+ E9994848A4C5C46A49E62CB2 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceImpl iOS";
- target = 112274228A01EB516F707BA3 /* IceImpl iOS */;
- targetProxy = 241BA3E6B0A2CEAF0B5F52DF /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 133CCC9A032A7EB0BDFEADA4 /* PBXContainerItemProxy */;
};
- D778B60164204E68A0B1CD83 /* PBXTargetDependency */ = {
+ E9E6B5C56FF963DA0BD4BCA9 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = C80968E0D3C16BE108867BCE /* PBXContainerItemProxy */;
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = C5F525A5B8175567DF2C061B /* PBXContainerItemProxy */;
};
- DA8D7CB77A83A046E10F05B1 /* PBXTargetDependency */ = {
+ EB10B54C8D9C4F611F6AC965 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice C++11 iOS";
- target = D8A0C74DA21311438F7F5EF4 /* Ice C++11 iOS */;
- targetProxy = D2826F16C4F7A56E2338BAB2 /* PBXContainerItemProxy */;
+ name = "IceSlicingObjects iOS";
+ target = 34E77856AF3ED9F4BE974FEC /* IceSlicingObjects iOS */;
+ targetProxy = 6BFAAF9922F2EBBEE16F7CB8 /* PBXContainerItemProxy */;
};
- DB1F41A37C98C18FD38EBD79 /* PBXTargetDependency */ = {
+ EB8BFA17DBD309FEDC93C44C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = D91393492AE0B27CB456D47C /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 0802F5F2EDFD4A97993CB6F6 /* PBXContainerItemProxy */;
};
- DC99D58EA84CD5FA28CAA61B /* PBXTargetDependency */ = {
+ EBC0C5F3984AF0D12D85F490 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceOptionalAMD macOS";
- target = 802088D158FA29082F5856CF /* IceOptionalAMD macOS */;
- targetProxy = B55EDD6BF9CE9D269C4147AE /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 89FF3CEC04803167F8B5B2F6 /* PBXContainerItemProxy */;
};
- DD2320F50DE6B2525DE34A7E /* PBXTargetDependency */ = {
+ EC6DC9795121A3131B41BA2D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceProperties macOS";
- target = B90CED975CBC6062F8CFFF07 /* IceProperties macOS */;
- targetProxy = 7EC88917123B53703964E20A /* PBXContainerItemProxy */;
+ name = "IceProxyAMD macOS";
+ target = 126FAF26C2B1E28D9CD16B2F /* IceProxyAMD macOS */;
+ targetProxy = 1675211603F41719508376AD /* PBXContainerItemProxy */;
};
- DD7B76B9C6AD67592DCE1432 /* PBXTargetDependency */ = {
+ EDBC2329737C4CC994D7F9AB /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceObjects iOS";
- target = F175AF417CBB82B41F16F307 /* IceObjects iOS */;
- targetProxy = EE7F8FEB58C32F9ECD628853 /* PBXContainerItemProxy */;
+ name = "IceSlicingObjects macOS";
+ target = C3BED7AD2B65CF2B763B2C53 /* IceSlicingObjects macOS */;
+ targetProxy = 18CD7B20A4441D03325B77B3 /* PBXContainerItemProxy */;
};
- DE47663386E3BAF32C92D667 /* PBXTargetDependency */ = {
+ EED50FB2988D86807ED7E52A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = C1F5861E79F8CA961C0C69EA /* PBXContainerItemProxy */;
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = F43328F3D2887CEA84F0AC27 /* PBXContainerItemProxy */;
};
- DEE85B50C22AA8DB43CEC3C1 /* PBXTargetDependency */ = {
+ F0EF9005EAAE74EB98799585 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceSlicingObjectsAMD macOS";
- target = C767D4CF064327C31C3AFB82 /* IceSlicingObjectsAMD macOS */;
- targetProxy = 9A3CA7FF2CB665BCA66F2BF5 /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = 3ECC223B1892EF34FAF04EDB /* PBXContainerItemProxy */;
};
- E00E13586A8821BF7CA8AE00 /* PBXTargetDependency */ = {
+ F1751C6858F099BB23591EEF /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = 9F36C8AD676DCF0FCAFBB9B6 /* PBXContainerItemProxy */;
+ name = "IceAdapterDeactivation iOS";
+ target = 1C1678E38742483ABFA3FC6C /* IceAdapterDeactivation iOS */;
+ targetProxy = BA9FAA0DCDDF00083DCA1982 /* PBXContainerItemProxy */;
};
- E1F5D584F3AC5C9EF5F9DD9C /* PBXTargetDependency */ = {
+ F278DBA85FAA8657947814D5 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceSlicingExceptions macOS";
- target = F041550A1C97118252EE81D9 /* IceSlicingExceptions macOS */;
- targetProxy = A773FF14F3B53A1AFC8E4CEB /* PBXContainerItemProxy */;
+ name = "IceOptional macOS";
+ target = CC83EF1BEE801CCD43E7A0FA /* IceOptional macOS */;
+ targetProxy = 3E50C98AA758E554F7E5183F /* PBXContainerItemProxy */;
};
- E4AA4EB6E0219AB25D06E7DF /* PBXTargetDependency */ = {
+ F3381490DE04BA1E285482CD /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon macOS";
- target = E65F5561F1EBAA6DDEFAA99E /* TestCommon macOS */;
- targetProxy = BAEED6F97A9ED9BE1BD62F9B /* PBXContainerItemProxy */;
+ name = "IceEnums iOS";
+ target = CE670039BBC40CC5505CBF05 /* IceEnums iOS */;
+ targetProxy = 835DCD7D2E86D3F124A40A31 /* PBXContainerItemProxy */;
};
- E50A0DCDFF8B5DCDF151AD2D /* PBXTargetDependency */ = {
+ F3BDDAEA966421076822C49B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceProxyAMD iOS";
- target = A5E1A092FEB1A85219C77BCB /* IceProxyAMD iOS */;
- targetProxy = A1456AD80C2F0D1DE6CE0746 /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = ADD26733844CDF8A2B3F9BAD /* PBXContainerItemProxy */;
};
- E5A7B8D18A775C7A997B75A2 /* PBXTargetDependency */ = {
+ F4240E23BCFAEAA5E61BB3B3 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = E80FC0D46C1850291DB37542 /* PBXContainerItemProxy */;
+ name = "IceInheritance macOS";
+ target = E7852A9289CA34A13F124687 /* IceInheritance macOS */;
+ targetProxy = 2F0AF596FA11C6C7AAA98663 /* PBXContainerItemProxy */;
};
- E60195C3CC740A6CE3B6B2D4 /* PBXTargetDependency */ = {
+ F50135E9BFFC1F35D2CE0540 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 224A6E76E1DA01775964D31D /* PBXContainerItemProxy */;
+ name = "TestCommon iOS";
+ target = 5BB4958E52D9E40832B7FE97 /* TestCommon iOS */;
+ targetProxy = E5BCC29B1394462F19F42AF7 /* PBXContainerItemProxy */;
};
- E94905120512C8AC483DA171 /* PBXTargetDependency */ = {
+ F7455DD342F2EEA5DEB2835F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = E263753876226D3541918325 /* PBXContainerItemProxy */;
+ name = "IceInheritance iOS";
+ target = AF2C109700765620ABD89ADA /* IceInheritance iOS */;
+ targetProxy = 616BCF7B3F011BBC40904220 /* PBXContainerItemProxy */;
};
- E9C2629AA0EC87AC7944AEC7 /* PBXTargetDependency */ = {
+ F7C4C90D65F890E91AC1D2DE /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceBinding iOS";
- target = 59E7F45723F3686C3035C147 /* IceBinding iOS */;
- targetProxy = F311B035D7E3469599627A58 /* PBXContainerItemProxy */;
+ name = "IceServices macOS";
+ target = 861FEA4C51B0FB7B37973323 /* IceServices macOS */;
+ targetProxy = 7F21EE79B6F0C3B12F80AB97 /* PBXContainerItemProxy */;
};
- EB0E573AC7D21D8DCD185BF3 /* PBXTargetDependency */ = {
+ F7D0B4B070078A4FCB7BFA73 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 18F3DCC8F633B8CFCEAEBAEA /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 8E71F98CAC4C0FF586474D8C /* PBXContainerItemProxy */;
};
- EB3E1C6FB5FD04832E1B96AD /* PBXTargetDependency */ = {
+ F826BFBF04F15F8DC7DEB101 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice iOS";
- target = 5CE6BECEFF1EAAE1D03173AE /* Ice iOS */;
- targetProxy = 04EAF573F901369FAB7EFCFF /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = B10B81011DB165DAC667E4F4 /* PBXContainerItemProxy */;
};
- F05B6E49931F296B23D3CA81 /* PBXTargetDependency */ = {
+ F9AB63FC92C910652F81F5A4 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice C++11 iOS";
- target = D8A0C74DA21311438F7F5EF4 /* Ice C++11 iOS */;
- targetProxy = CFC57C00A26DC330D03D31B7 /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 8D8D1B22268FB6AFE6AF3204 /* PBXContainerItemProxy */;
};
- F1F46DCCC049EE7E35A61D5F /* PBXTargetDependency */ = {
+ FBEF6E183E7060826704E6E8 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceInterceptor macOS";
- target = 47A8ADAA3B965DE639F9EB6A /* IceInterceptor macOS */;
- targetProxy = D29EC12082D38A6FA6574647 /* PBXContainerItemProxy */;
+ name = "IceGrid iOS";
+ target = A77E1E8B6BC3DAB1A4CEB56B /* IceGrid iOS */;
+ targetProxy = 67B6500430FA8B45ED7F1CCD /* PBXContainerItemProxy */;
};
- F4F166B30F1062B55FE63CA0 /* PBXTargetDependency */ = {
+ FC660B026E8CC4663919AE5F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Ice macOS";
- target = C17A34B04BEFFA036F13C3A5 /* Ice macOS */;
- targetProxy = ED1402C5A2BBBDA2615EB170 /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = D4B04D8B1F5E4DDDC94E221E /* PBXContainerItemProxy */;
};
- FA090CDE1EFAE40C490E9FFC /* PBXTargetDependency */ = {
+ FD7CC603F6FF5423F945E52C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Glacier2 macOS";
- target = 08C36D0D7B1B57CDCC4D3F7E /* Glacier2 macOS */;
- targetProxy = 11C07EFC88FFF5BF56FADD6A /* PBXContainerItemProxy */;
+ name = "Ice iOS";
+ target = 92898A5CD90373C1101171CB /* Ice iOS */;
+ targetProxy = 144509DB78625851B6F5E3A9 /* PBXContainerItemProxy */;
};
- FD5C8A35A8E865601A0DCDFB /* PBXTargetDependency */ = {
+ FDB67B2B1A8390AA46EC13F9 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceUdp iOS";
- target = D4ADB390360A73D0A9F51BAE /* IceUdp iOS */;
- targetProxy = F0D3794A55482EF2F417D026 /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = F38E2243D4E8F1E8BBB7E3E2 /* PBXContainerItemProxy */;
};
- FE6B89158EC6D0403BD86325 /* PBXTargetDependency */ = {
+ FF530A29634C10D7AFC51593 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "IceGrid iOS";
- target = DE9A0CAF0D302A90ED994425 /* IceGrid iOS */;
- targetProxy = 4856ADA04469E39D6F2D36EE /* PBXContainerItemProxy */;
+ name = "TestCommon macOS";
+ target = 266366CE4382F905C6294DD7 /* TestCommon macOS */;
+ targetProxy = 4CE2910366BDBDD510E87615 /* PBXContainerItemProxy */;
};
- FE7967BC800DE08D5B741599 /* PBXTargetDependency */ = {
+ FF5AAD7B134BA5D41C76FDB1 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "Glacier2 macOS";
- target = 08C36D0D7B1B57CDCC4D3F7E /* Glacier2 macOS */;
- targetProxy = 1562BC30F29465C64DF3E6CA /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 282334200F52691085FE78A1 /* PBXContainerItemProxy */;
};
- FF5955CFDD52633802B5A481 /* PBXTargetDependency */ = {
+ FFB4DF93BBB33DEC8494DA2A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = "TestCommon iOS";
- target = 70D93142FED3FCB22C5EF82B /* TestCommon iOS */;
- targetProxy = 4618904A10D3F4D2FF038009 /* PBXContainerItemProxy */;
+ name = "Ice macOS";
+ target = 917CD431CF220B67467E9A31 /* Ice macOS */;
+ targetProxy = 5603622DF9848ACDE6111A3E /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
- 007437853EB700492DBC3C6D /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
- CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- CURRENT_PROJECT_VERSION = 3.7.9;
- DYLIB_COMPATIBILITY_VERSION = 0;
- DYLIB_CURRENT_VERSION = 3.7.9;
- 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;
- };
- 01FDD9ED2F27AFA9B6A63A79 /* Release */ = {
+ 01AEAEC580855E5B110843D7 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
+ 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)/Bundles";
+ 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.IceAmi;
- PRODUCT_NAME = IceAmi;
+ 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;
- WRAPPER_EXTENSION = bundle;
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
};
name = Release;
};
- 033DDCC2FF30E077F854E533 /* Release */ = {
+ 022B4809DD79A475E68BABA2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
+ 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)/Bundles";
- MACOSX_DEPLOYMENT_TARGET = 11;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInterceptor;
- PRODUCT_NAME = IceInterceptor;
- SDKROOT = macosx;
+ 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 = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
- WRAPPER_EXTENSION = bundle;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VALIDATE_PRODUCT = YES;
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
};
name = Release;
};
- 03B19C08836410546454BD64 /* Debug */ = {
+ 02B57F80F6926DA2423F3862 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -14833,57 +14814,54 @@
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;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdapterDeactivation;
+ PRODUCT_NAME = IceAdapterDeactivation;
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
- 0425FD7FF441E599C7C99C4A /* Release */ = {
+ 0478FEE3DC2C3A02F270AE66 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
- DEFINES_MODULE = YES;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
+ 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 = src/Glacier2/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+ INFOPLIST_FILE = test/TestCommon/Info.plist;
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;
+ 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;
- TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
+ WRAPPER_EXTENSION = bundle;
};
name = Release;
};
- 045D55D2DFFAC446A1605F9B /* Debug */ = {
+ 0534E55FE56D2781951843A6 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -14892,119 +14870,26 @@
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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
- 04E52E69B0DB8FF758C26C14 /* 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;
- };
- 087FCDF8FC1EDC5CD8BE25B5 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
- CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- CURRENT_PROJECT_VERSION = 3.7.9;
- DYLIB_COMPATIBILITY_VERSION = 0;
- DYLIB_CURRENT_VERSION = 3.7.9;
- 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.IceSSL++11iOS";
- PRODUCT_NAME = "IceSSL++11iOS";
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Debug;
- };
- 08824C7411477CC50644F411 /* Release */ = {
+ 0593E47D7422B5BCCB1522CB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15014,8 +14899,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInfo;
+ PRODUCT_NAME = IceInfo;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -15026,39 +14911,7 @@
};
name = Release;
};
- 089BBDE067FC5ED6FF6C4DFD /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
- CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- CURRENT_PROJECT_VERSION = 3.7.9;
- DYLIB_COMPATIBILITY_VERSION = 0;
- DYLIB_CURRENT_VERSION = 3.7.9;
- 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;
- };
- 09D998D1B67B3425E86C69CD /* Debug */ = {
+ 05DE07382522BE2CB156E011 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
@@ -15075,6 +14928,7 @@
ICE_CPP11_MAPPING,
ICE_STATIC_LIBS,
ICE_SWIFT,
+ NDEBUG,
);
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
@@ -15099,42 +14953,50 @@
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
- name = Debug;
+ name = Release;
};
- 0AA924F7F1DB2C974C586183 /* Debug */ = {
+ 05FB6B9EAD10F20C0EC397F1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = NO;
- FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
+ 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;
- 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;
+ 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 = macosx;
- SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
- SWIFT_VERSION = 5.2;
- WRAPPER_EXTENSION = bundle;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VALIDATE_PRODUCT = YES;
};
- name = Debug;
+ name = Release;
};
- 0B76C9F63E45D5A73524C7E2 /* Release */ = {
+ 0AACF622E1CE31BED8601D56 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15144,8 +15006,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceBinding;
+ PRODUCT_NAME = IceBinding;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -15156,69 +15018,76 @@
};
name = Release;
};
- 0B81423069A666FA8E2C74E5 /* Release */ = {
+ 0B8A1DDBF5ADE7F78E9B17D6 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
+ 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)/Bundles";
+ 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.IceServices;
- PRODUCT_NAME = IceServices;
+ 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;
- WRAPPER_EXTENSION = bundle;
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
};
- name = Release;
+ name = Debug;
};
- 0C27B4EEBAE3EB90F633E065 /* Debug */ = {
+ 0F322C9AC524169FFCFAE2F9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
+ 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)/Bundles";
- MACOSX_DEPLOYMENT_TARGET = 11;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInvoke;
- PRODUCT_NAME = IceInvoke;
- SDKROOT = macosx;
+ 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 = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
- WRAPPER_EXTENSION = bundle;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VALIDATE_PRODUCT = YES;
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
};
- name = Debug;
+ name = Release;
};
- 0FAB27571C980CEF0CA84BB2 /* Release */ = {
+ 10D5303047462E61CAFD2BC1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15227,26 +15096,26 @@
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;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAmi;
+ PRODUCT_NAME = IceAmi;
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
+ VALIDATE_PRODUCT = YES;
WRAPPER_EXTENSION = bundle;
};
name = Release;
};
- 10C1BA6A99B458F917998172 /* Release */ = {
+ 10E268FADD06941B68AA1EA0 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15255,26 +15124,25 @@
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;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjectsAMD;
+ PRODUCT_NAME = IceSlicingObjectsAMD;
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- 114C19210D9832E956334643 /* Debug */ = {
+ 1146CA49F55155CD9E90EC84 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15283,53 +15151,58 @@
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;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptions;
+ PRODUCT_NAME = IceSlicingExceptions;
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
+ VALIDATE_PRODUCT = YES;
WRAPPER_EXTENSION = bundle;
};
- name = Debug;
+ name = Release;
};
- 11F836BF0DBE997D037716D3 /* Release */ = {
+ 117AB76807FAC21E22F35A00 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
+ 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)/Bundles";
- MACOSX_DEPLOYMENT_TARGET = 11;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInvoke;
- PRODUCT_NAME = IceInvoke;
- SDKROOT = macosx;
+ 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 = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
- WRAPPER_EXTENSION = bundle;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VALIDATE_PRODUCT = YES;
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
};
name = Release;
};
- 120ECB93429BF48A1D9684B3 /* Debug */ = {
+ 131AE24970BE12E15E02E64D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15339,8 +15212,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocatorAMD;
+ PRODUCT_NAME = IceServantLocatorAMD;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -15350,12 +15223,13 @@
};
name = Debug;
};
- 12B3A5924A79D75E1E720D37 /* Release */ = {
+ 13C8295C0CAD9EE4DD29EAA1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15365,24 +15239,24 @@
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;
+ 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;
+ name = Debug;
};
- 12D76807C5C07496FC9325D8 /* Release */ = {
+ 14979AFEDF8E098399278688 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15392,56 +15266,53 @@
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;
+ 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;
+ name = Debug;
};
- 15A1F4C26DC99AA368E3718F /* Debug */ = {
+ 167378190B3D3F75B6C09ACC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
+ ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = NO;
- EXECUTABLE_PREFIX = lib;
- GCC_PREPROCESSOR_DEFINITIONS = (
- ICE_CPP11_MAPPING,
- ICE_BUILDING_SRC,
- ICE_STATIC_LIBS,
- ICE_SWIFT,
- );
+ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
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 = test/TestCommon/Info.plist;
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
MACOSX_DEPLOYMENT_TARGET = 11;
- PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Ice++11macOS";
- PRODUCT_NAME = "Ice++11macOS";
+ 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;
};
- 1D17A53932B5A61AFE47F069 /* Release */ = {
+ 18EC00B436C5ACCD9CE2817C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15451,8 +15322,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceRetry;
+ PRODUCT_NAME = IceRetry;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -15463,44 +15334,43 @@
};
name = Release;
};
- 1DD04849AFC1E2BCECA66760 /* Release */ = {
+ 193506EB0DB2C14BB3849964 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
- DEFINES_MODULE = YES;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
+ 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)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
MACOSX_DEPLOYMENT_TARGET = 11;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.TestCommon;
- PRODUCT_NAME = TestCommon;
+ 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;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
+ WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- 1EF05BEA7624694D9335D7AF /* Release */ = {
+ 1968E3844A2FD3264E201E69 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15511,8 +15381,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperationsAMD;
+ PRODUCT_NAME = IceOperationsAMD;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -15522,40 +15392,44 @@
};
name = Release;
};
- 20A111A4B188E6490C5D1014 /* Release */ = {
+ 1AA1FC1E46003F54BA4D88BE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
+ 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)/Bundles";
- MACOSX_DEPLOYMENT_TARGET = 11;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceHold;
- PRODUCT_NAME = IceHold;
- SDKROOT = macosx;
+ 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 = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
- WRAPPER_EXTENSION = bundle;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
};
- name = Release;
+ name = Debug;
};
- 211E3255990BF4B154F787C4 /* Debug */ = {
+ 1AC861499CA98C3D65AACADD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15565,23 +15439,25 @@
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;
+ 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 = Debug;
+ name = Release;
};
- 215F7035ADEF72814EF360DD /* Debug */ = {
+ 1AF212CEF8AC8EF0D4BFF0A1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15591,24 +15467,26 @@
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;
+ 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 = Debug;
+ name = Release;
};
- 21D096DE746641D9986C6190 /* Debug */ = {
+ 1CFD166FC8513D7F0F1EAC72 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15619,8 +15497,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceUdp;
+ PRODUCT_NAME = IceUdp;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -15630,12 +15508,13 @@
};
name = Debug;
};
- 22861248C45E51DB60C28C29 /* Debug */ = {
+ 1DDC3233275FAD0BF3E991AC /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15645,29 +15524,32 @@
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;
+ 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 = Debug;
+ name = Release;
};
- 2371D399327D4FF0E17641E7 /* Debug */ = {
+ 1E0B43FA5C8C61D12438731A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_TESTABILITY = NO;
+ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
GCC_PREPROCESSOR_DEFINITIONS = (
ICE_CPP11_MAPPING,
- ICE_BUILDING_SRC,
ICE_STATIC_LIBS,
ICE_SWIFT,
);
@@ -15678,23 +15560,32 @@
"$(SYMROOT)/$(PLATFORM_NAME)/include/",
"$(SRCROOT)/../cpp/src/",
);
+ INFOPLIST_FILE = src/IceImpl/Info.plist;
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- OTHER_LDFLAGS = "-ObjC";
- PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceIAP++11iOS";
- PRODUCT_NAME = "IceIAP++11iOS";
+ 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;
};
- 239F9600628A065C79D4F212 /* Debug */ = {
+ 1E496C68A67CB49423C7797D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15704,8 +15595,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInheritance;
+ PRODUCT_NAME = IceInheritance;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -15715,44 +15606,43 @@
};
name = Debug;
};
- 23AFD233ED99661845395188 /* Release */ = {
+ 1F117EF7756CDF8CE4CB2DF9 /* 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.9;
- DEFINES_MODULE = YES;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- 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";
+ INFOPLIST_FILE = test/TestDriver/iOS/Info.plist;
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;
+ 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;
- 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;
};
- 25C9AD64D20482A123BA8DFB /* Debug */ = {
+ 1F1515C42944F9F259B733EC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15762,8 +15652,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdmin;
+ PRODUCT_NAME = IceAdmin;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -15773,13 +15663,13 @@
};
name = Debug;
};
- 26E73BC19447EDBCBD7AC175 /* Release */ = {
+ 200FE66B341BD3E47A96D522 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15788,52 +15678,58 @@
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;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStream;
+ PRODUCT_NAME = IceStream;
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
+ VALIDATE_PRODUCT = YES;
WRAPPER_EXTENSION = bundle;
};
name = Release;
};
- 290B1A01E022E7952578439D /* Release */ = {
+ 205657A9A5F13EA714D1CA08 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
+ 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;
+ INFOPLIST_FILE = src/Glacier2/Info.plist;
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAcm;
- PRODUCT_NAME = IceAcm;
+ 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;
- VALIDATE_PRODUCT = YES;
- WRAPPER_EXTENSION = bundle;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
};
- name = Release;
+ name = Debug;
};
- 2AB31412D77E4C508BF52C46 /* Release */ = {
+ 20923E39555A2DBFEA930DBE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15842,25 +15738,26 @@
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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
- VALIDATE_PRODUCT = YES;
WRAPPER_EXTENSION = bundle;
};
name = Release;
};
- 2AEFD48724AC9249A909F057 /* Release */ = {
+ 20B7D14E74C1870A72444E2C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15870,56 +15767,24 @@
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;
+ 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;
- };
- 2AFFA2E2B6822473DC980417 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
- CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
- CURRENT_PROJECT_VERSION = 3.7.9;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 0;
- DYLIB_CURRENT_VERSION = 3.7.9;
- 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;
};
- 2B7A47A5406BBB924568ED4A /* Release */ = {
+ 217703695E8C884BEAC2F91E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15928,26 +15793,26 @@
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;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceLocation;
+ PRODUCT_NAME = IceLocation;
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- 2EDA9444CE6BDE39E2D2559A /* Debug */ = {
+ 22C30EEDD2BF4CDCE8F95AB5 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -15958,8 +15823,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptionsAMD;
+ PRODUCT_NAME = IceSlicingExceptionsAMD;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -15969,40 +15834,46 @@
};
name = Debug;
};
- 323F8AB463BFB3865F5A8144 /* Release */ = {
+ 27EEDDC601284C28A61A6B6D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
+ 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;
+ INFOPLIST_FILE = src/Ice/Info.plist;
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServices;
- PRODUCT_NAME = IceServices;
+ 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;
- WRAPPER_EXTENSION = bundle;
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
};
name = Release;
};
- 3292306180EF783D0215FC8F /* Release */ = {
+ 295CCA91B63BDF9BC5A1BC60 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -16013,8 +15884,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptions;
+ PRODUCT_NAME = IceSlicingExceptions;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -16024,13 +15895,14 @@
};
name = Release;
};
- 335AE4F3C09B6D1FFFCB61F7 /* Release */ = {
+ 2AFF48008D60A071223B2FA9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -16041,8 +15913,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAmi;
+ PRODUCT_NAME = IceAmi;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -16052,142 +15924,100 @@
};
name = Release;
};
- 33FE56D03A92A6F978577B5E /* Release */ = {
+ 2B5788071CA5BE06A939C310 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
+ ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = NO;
- EXECUTABLE_PREFIX = lib;
- GCC_PREPROCESSOR_DEFINITIONS = (
- ICE_CPP11_MAPPING,
- ICE_BUILDING_SRC,
- ICE_STATIC_LIBS,
- ICE_SWIFT,
- NDEBUG,
- );
+ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
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 = test/TestCommon/Info.plist;
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
MACOSX_DEPLOYMENT_TARGET = 11;
- PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceSSL++11macOS";
- PRODUCT_NAME = "IceSSL++11macOS";
+ 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;
};
- 3402EBCD5116E223264C9CDB /* Debug */ = {
+ 2C21F60F22BF03A6966208D3 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
- DEFINES_MODULE = YES;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
+ 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)/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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
- TARGETED_DEVICE_FAMILY = "1,2";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
+ WRAPPER_EXTENSION = bundle;
};
- name = Debug;
+ name = Release;
};
- 368DA672915DE3576E48F234 /* Release */ = {
+ 2C254C060113B4982999A5A3 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
+ ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = NO;
- EXECUTABLE_PREFIX = lib;
- GCC_PREPROCESSOR_DEFINITIONS = (
- ICE_CPP11_MAPPING,
- ICE_BUILDING_SRC,
- ICE_STATIC_LIBS,
- ICE_SWIFT,
- NDEBUG,
- );
+ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
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 = test/TestCommon/Info.plist;
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
MACOSX_DEPLOYMENT_TARGET = 11;
- PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceDiscovery++11macOS";
- PRODUCT_NAME = "IceDiscovery++11macOS";
+ 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;
};
- 378BEE2BAEB2413A2AE5FFED /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
- CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- CURRENT_PROJECT_VERSION = 3.7.9;
- DYLIB_COMPATIBILITY_VERSION = 0;
- DYLIB_CURRENT_VERSION = 3.7.9;
- 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;
- };
- 38FB83D85DB43A7A38A8B823 /* Release */ = {
+ 2C763195FE2141BED7EEA0B3 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -16197,8 +16027,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptionalAMD;
+ PRODUCT_NAME = IceOptionalAMD;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -16209,13 +16039,14 @@
};
name = Release;
};
- 3A1AC1195438B429FD235F14 /* Debug */ = {
+ 2D2719C55B54698454B78BF3 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -16226,8 +16057,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultServant;
+ PRODUCT_NAME = IceDefaultServant;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -16237,13 +16068,14 @@
};
name = Debug;
};
- 3A2BD4697C354D1D109A6D00 /* Debug */ = {
+ 2DB4CE687500C6BB16B9B658 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -16254,8 +16086,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceScope;
+ PRODUCT_NAME = IceScope;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -16263,9 +16095,9 @@
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Debug;
+ name = Release;
};
- 3D21D3BBEE1FA4B6FBEC6797 /* Release */ = {
+ 2E68555008AE53B8E8504038 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
@@ -16273,31 +16105,39 @@
CURRENT_PROJECT_VERSION = 3.7.9;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = NO;
- FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
+ 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;
- INFOPLIST_FILE = test/TestCommon/Info.plist;
+ HEADER_SEARCH_PATHS = (
+ "$(SRCROOT)/../cpp/include/",
+ "$(SYMROOT)/$(PLATFORM_NAME)/include/",
+ "$(SRCROOT)/../cpp/src/",
+ );
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProperties;
- PRODUCT_NAME = IceProperties;
+ OTHER_LDFLAGS = "-ObjC";
+ PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Ice++11iOS";
+ PRODUCT_NAME = "Ice++11iOS";
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;
+ TARGETED_DEVICE_FAMILY = "1,2";
};
- name = Release;
+ name = Debug;
};
- 409A01EC7D345130C5591B05 /* Debug */ = {
+ 2E69492B00E4692A612E3EE6 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -16306,25 +16146,26 @@
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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Debug;
+ name = Release;
};
- 40F85538B1E544B2933306FC /* Release */ = {
+ 2E92B4FAB04C224D8A7CF4A0 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -16333,35 +16174,35 @@
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;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocator;
+ PRODUCT_NAME = IceServantLocator;
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- 42AB5B49C2A9F5ECCB055B27 /* Release */ = {
+ 2F23DCD7CE6D8ED347B3BBBF /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_TESTABILITY = NO;
- EXECUTABLE_PREFIX = lib;
+ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
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;
@@ -16370,54 +16211,61 @@
"$(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;
- PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceLocatorDiscovery++11macOS";
- PRODUCT_NAME = "IceLocatorDiscovery++11macOS";
+ 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;
+ name = Debug;
};
- 448D9820BFAB5EF6866ED769 /* Debug */ = {
+ 2FC71A055A5BE08D4DCE6F6F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
+ ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = NO;
- EXECUTABLE_PREFIX = lib;
- GCC_PREPROCESSOR_DEFINITIONS = (
- ICE_CPP11_MAPPING,
- ICE_BUILDING_SRC,
- ICE_STATIC_LIBS,
- ICE_SWIFT,
- );
+ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
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 = test/TestCommon/Info.plist;
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
MACOSX_DEPLOYMENT_TARGET = 11;
- PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceSSL++11macOS";
- PRODUCT_NAME = "IceSSL++11macOS";
+ 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;
+ name = Release;
};
- 45A0B2B0BC9C14771434EC9E /* Debug */ = {
+ 33038C4ED377A15104F543DB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -16428,8 +16276,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInterceptor;
+ PRODUCT_NAME = IceInterceptor;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -16439,102 +16287,105 @@
};
name = Debug;
};
- 46FF59DF4D752284619B5C77 /* Debug */ = {
+ 33C99A5CFBCF5CBBA855897F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
+ 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)/Bundles";
+ 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.IceAcm;
- PRODUCT_NAME = IceAcm;
+ 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;
- WRAPPER_EXTENSION = bundle;
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
};
name = Debug;
};
- 479B939BFE7B00315C6D67A7 /* Release */ = {
+ 369478AECAD0A529923F64AE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
+ ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = NO;
- GCC_PREPROCESSOR_DEFINITIONS = (
- ICE_CPP11_MAPPING,
- ICE_BUILDING_SRC,
- ICE_STATIC_LIBS,
- ICE_SWIFT,
- NDEBUG,
- );
+ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
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.IceIAP++11iOS";
- PRODUCT_NAME = "IceIAP++11iOS";
- SDKROOT = iphoneos;
+ 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 = "iphoneos iphonesimulator";
- TARGETED_DEVICE_FAMILY = "1,2";
- VALIDATE_PRODUCT = YES;
+ SUPPORTED_PLATFORMS = macosx;
+ SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
+ SWIFT_VERSION = 5.2;
+ WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- 47F1AA2539CE845876755DA0 /* Debug */ = {
+ 370464E075B7A45BB6C8BE81 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
+ 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;
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptions;
- PRODUCT_NAME = IceSlicingExceptions;
- SDKROOT = iphoneos;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
- WRAPPER_EXTENSION = bundle;
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
};
name = Debug;
};
- 481EEF6C7FD816002E4F5D15 /* Release */ = {
+ 37B1ABD390F71AFC05B21B64 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -16545,8 +16396,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceBinding;
+ PRODUCT_NAME = IceBinding;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -16556,13 +16407,14 @@
};
name = Release;
};
- 4A9BDB6BF8F92C35BD78851E /* Debug */ = {
+ 3A643DAB156D0E4C2C5E03FF /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -16573,8 +16425,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptions;
+ PRODUCT_NAME = IceExceptions;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -16582,15 +16434,16 @@
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Debug;
+ name = Release;
};
- 4BDFDE67A2BC3803A09DAB4E /* Debug */ = {
+ 3BB63263A16AA7E736DC36E7 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -16601,8 +16454,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceLocation;
+ PRODUCT_NAME = IceLocation;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -16612,113 +16465,73 @@
};
name = Debug;
};
- 4E456CF392EDD4F878E6629E /* Release */ = {
+ 3C1D446DF1A2CC816AB7DF13 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
- DEFINES_MODULE = YES;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
+ ENABLE_BITCODE = NO;
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";
+ INFOPLIST_FILE = test/TestCommon/Info.plist;
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocator;
+ PRODUCT_NAME = IceServantLocator;
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;
- };
- 54442B46FA621FFC4A4B1860 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
- CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
- CURRENT_PROJECT_VERSION = 3.7.9;
- DYLIB_COMPATIBILITY_VERSION = 0;
- DYLIB_CURRENT_VERSION = 3.7.9;
- 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;
+ VALIDATE_PRODUCT = YES;
WRAPPER_EXTENSION = bundle;
};
name = Release;
};
- 55D19F46AB57CB4E19BEED92 /* Release */ = {
+ 3C265B30C7E68E8B3FA3B258 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = NO;
- FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
+ 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;
- INFOPLIST_FILE = test/TestCommon/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
+ HEADER_SEARCH_PATHS = (
+ "$(SRCROOT)/../cpp/include/",
+ "$(SYMROOT)/$(PLATFORM_NAME)/include/",
+ "$(SRCROOT)/../cpp/src/",
+ );
MACOSX_DEPLOYMENT_TARGET = 11;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultValue;
- PRODUCT_NAME = IceDefaultValue;
+ PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Ice++11macOS";
+ PRODUCT_NAME = "Ice++11macOS";
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
- SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
- SWIFT_VERSION = 5.2;
- WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- 56FE2065019F2A6F1F5B7E7B /* Release */ = {
+ 3DDAF7B1BBB6E60D72B15A20 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -16728,8 +16541,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxyAMD;
+ PRODUCT_NAME = IceProxyAMD;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -16740,12 +16553,13 @@
};
name = Release;
};
- 587BE85B235C963A675AAFC3 /* Debug */ = {
+ 412A8ACB1B813ED4BBA871A4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -16755,8 +16569,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAmi;
+ PRODUCT_NAME = IceAmi;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -16766,13 +16580,14 @@
};
name = Debug;
};
- 58D553B26E32FCDC6D110008 /* Release */ = {
+ 420ED1E32468262C504DA763 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -16783,8 +16598,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjects;
+ PRODUCT_NAME = IceSlicingObjects;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -16794,12 +16609,14 @@
};
name = Release;
};
- 598EAF08D3A0DA430590F2A3 /* Debug */ = {
+ 43095FD0C9B2ED68FB7F71F0 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -16808,24 +16625,26 @@
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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
- 5A94C86251DC68830589B9FF /* Release */ = {
+ 43478D387ECDB9F3A52D73D3 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -16835,8 +16654,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInterceptor;
+ PRODUCT_NAME = IceInterceptor;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -16847,13 +16666,13 @@
};
name = Release;
};
- 5BD5D1165CA6341EA5EADC62 /* Release */ = {
+ 463997189265A0BC453E588C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -16862,25 +16681,26 @@
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;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptions;
+ PRODUCT_NAME = IceExceptions;
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
+ VALIDATE_PRODUCT = YES;
WRAPPER_EXTENSION = bundle;
};
name = Release;
};
- 5C5F4F24EF91FB3FE1D6DC2C /* Debug */ = {
+ 46DED138442EB8E3C8B653AA /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -16890,23 +16710,25 @@
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;
+ 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 = Debug;
+ name = Release;
};
- 5D3C6AA6BEAE6F3C3D9F0AAC /* Debug */ = {
+ 478A6900E389FF4A46AAB8E4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -16916,8 +16738,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptions;
+ PRODUCT_NAME = IceExceptions;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -16927,12 +16749,13 @@
};
name = Debug;
};
- 616FB115A81049BE1A37A236 /* Release */ = {
+ 47F3C258BE0601C298642870 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -16942,55 +16765,24 @@
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;
+ 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;
- };
- 619E1A3B6B5BAD2F51DBF069 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
- CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
- CURRENT_PROJECT_VERSION = 3.7.9;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 0;
- DYLIB_CURRENT_VERSION = 3.7.9;
- 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;
};
- 620D7C12C30624AD6E1062C6 /* Release */ = {
+ 4889E33E0F3BD748B61E0846 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17000,80 +16792,86 @@
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;
+ 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;
+ name = Debug;
};
- 62B960C708652073E0CD4209 /* Debug */ = {
+ 4A052D5A85D9AB49A9D2E47F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
+ 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)/Bundles";
- MACOSX_DEPLOYMENT_TARGET = 11;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.SliceEscape;
- PRODUCT_NAME = SliceEscape;
- SDKROOT = macosx;
+ 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 = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
- WRAPPER_EXTENSION = bundle;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
};
name = Debug;
};
- 63B00E55DFA8056B61D796D6 /* Debug */ = {
+ 4A1BFA7F9F040F4FB63EB3ED /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
+ 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)/Bundles";
+ 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.IceHold;
- PRODUCT_NAME = IceHold;
+ 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;
- WRAPPER_EXTENSION = bundle;
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
};
- name = Debug;
+ name = Release;
};
- 659F3A78BDAA8FFC6D207A49 /* Release */ = {
+ 4CC95C05341FB8FE9F28E342 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17083,24 +16881,24 @@
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;
+ 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;
+ name = Debug;
};
- 66C413E7359E77D2D93BE00F /* Debug */ = {
+ 4EECEC21D80740580828F526 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17110,8 +16908,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInfo;
+ PRODUCT_NAME = IceInfo;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -17121,7 +16919,7 @@
};
name = Debug;
};
- 677D3FD09DFF646A455545D3 /* Debug */ = {
+ 4F30CA065FF0081908327FF8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
@@ -17150,15 +16948,15 @@
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
- name = Debug;
+ name = Release;
};
- 68C0C0D43D18FC2ABDA6CEA9 /* Debug */ = {
+ 4F5B04B9E0374BFE7A393083 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17167,26 +16965,25 @@
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;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxyAMD;
+ PRODUCT_NAME = IceProxyAMD;
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
- 69BB513BA743D1082F827075 /* Debug */ = {
+ 4F8F38E986C31F1833DA05AB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17195,26 +16992,25 @@
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;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServices;
+ PRODUCT_NAME = IceServices;
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
- 6A1DF0B605E85E3239A351DB /* Debug */ = {
+ 4FC0A7E5127F59B588ADCF18 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17223,26 +17019,26 @@
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;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSSLConfiguration;
+ PRODUCT_NAME = IceSSLConfiguration;
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
- 6A2914FDED8C5E954B620A5B /* Debug */ = {
+ 509AC4F4C3B86B321386E403 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17253,8 +17049,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceObjects;
+ PRODUCT_NAME = IceObjects;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -17262,15 +17058,16 @@
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Debug;
+ name = Release;
};
- 6DC344AABB60DA5B5C61DF73 /* Debug */ = {
+ 560139F55F9DC46A971C3F1B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17281,8 +17078,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSSLConfiguration;
+ PRODUCT_NAME = IceSSLConfiguration;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -17292,45 +17089,41 @@
};
name = Debug;
};
- 6FDB515EAACC6654327E10AA /* Release */ = {
+ 5AEFA1FFD69363FA06F7B28B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
- DEFINES_MODULE = YES;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
+ 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 = src/Ice/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+ INFOPLIST_FILE = test/TestCommon/Info.plist;
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;
+ 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;
- TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
+ WRAPPER_EXTENSION = bundle;
};
name = Release;
};
- 7020113EC074752C355EBDBA /* Debug */ = {
+ 600428942BC989FFF411FA01 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17339,25 +17132,25 @@
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;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceUdp;
+ PRODUCT_NAME = IceUdp;
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
- 7066E59AC929415F68B7BFD1 /* Release */ = {
+ 60197FD810F55B92814C9CB1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17367,25 +17160,25 @@
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;
+ 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;
+ name = Debug;
};
- 739FAE766944A7DB233A8C46 /* Debug */ = {
+ 60BA0B33FD71F64DE24CF38F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17407,13 +17200,14 @@
};
name = Debug;
};
- 73A0B38EC9E65163BB9B5AED /* Debug */ = {
+ 61771E5CAFAF403BCEEAAF62 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17424,8 +17218,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocator;
+ PRODUCT_NAME = IceServantLocator;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -17435,13 +17229,14 @@
};
name = Debug;
};
- 74E77AA0210D7929DADE2834 /* Debug */ = {
+ 61C931452D9A87FD124BEE20 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17452,8 +17247,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperationsAMD;
+ PRODUCT_NAME = IceOperationsAMD;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -17463,12 +17258,41 @@
};
name = Debug;
};
- 792B31DFA6BA0E957F07F7BB /* Debug */ = {
+ 66CC4B9EA4695968BB52F83B /* 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.9;
+ DEAD_CODE_STRIPPING = YES;
+ DYLIB_COMPATIBILITY_VERSION = 0;
+ DYLIB_CURRENT_VERSION = 3.7.9;
+ 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;
+ };
+ 67D0ECBBD8D1F1244E363EF4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17478,24 +17302,26 @@
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;
+ 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 = Debug;
+ name = Release;
};
- 7E0AEDC58D482758BC127992 /* Release */ = {
+ 6A0835A976159E8443C8819C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17506,8 +17332,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceLocation;
+ PRODUCT_NAME = IceLocation;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -17517,13 +17343,14 @@
};
name = Release;
};
- 7EA4F3AD2E42DCEE26D62CE4 /* Release */ = {
+ 6A5BDFF1C3555B5EEB7D9A19 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17534,8 +17361,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceUdp;
+ PRODUCT_NAME = IceUdp;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -17545,7 +17372,7 @@
};
name = Release;
};
- 7F72E4A6E081B0FED85E000C /* Release */ = {
+ 6B650895353CA403C16F0ADD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
@@ -17553,31 +17380,93 @@
CURRENT_PROJECT_VERSION = 3.7.9;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = NO;
- FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
+ 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;
- INFOPLIST_FILE = test/TestCommon/Info.plist;
+ HEADER_SEARCH_PATHS = (
+ "$(SRCROOT)/../cpp/include/",
+ "$(SYMROOT)/$(PLATFORM_NAME)/include/",
+ "$(SRCROOT)/../cpp/src/",
+ );
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceBinding;
- PRODUCT_NAME = IceBinding;
+ OTHER_LDFLAGS = "-ObjC";
+ PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceSSL++11iOS";
+ PRODUCT_NAME = "IceSSL++11iOS";
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;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = Debug;
+ };
+ 6B8F48184BCE87340CD3D040 /* 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;
};
- 80C3E24458C429DD01AA29C4 /* Debug */ = {
+ 6CE3A5B60D3934289FF0BEC8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17587,8 +17476,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProperties;
+ PRODUCT_NAME = IceProperties;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -17598,13 +17487,14 @@
};
name = Debug;
};
- 8286556803568FB9F3E2CF34 /* Debug */ = {
+ 6D4BD340F5F49EB564660607 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17615,8 +17505,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptionsAMD;
+ PRODUCT_NAME = IceExceptionsAMD;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -17624,14 +17514,15 @@
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Debug;
+ name = Release;
};
- 860EA4C4407FA1F29B1D2DBD /* Release */ = {
+ 728542B4CA56D9F92DA13049 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17641,8 +17532,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceFacets;
+ PRODUCT_NAME = IceFacets;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -17653,12 +17544,14 @@
};
name = Release;
};
- 8635402315836CB76D1F8C3C /* Release */ = {
+ 761E299240A437280CE3FC82 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17667,53 +17560,54 @@
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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
- VALIDATE_PRODUCT = YES;
WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- 888563DA63E7E5684B0C6A53 /* Release */ = {
+ 76752269CB0182DF402432A3 /* 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.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- 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";
+ INFOPLIST_FILE = test/TestDriver/macOS/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 11;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStream;
- PRODUCT_NAME = IceStream;
+ PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Swift-Test-Controller";
+ PRODUCT_NAME = TestDriver;
SDKROOT = macosx;
- SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
- WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- 89B2F183C24C708ECE0417E3 /* Release */ = {
+ 774B90533368093031521D2C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17723,117 +17617,108 @@
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;
+ 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;
+ name = Debug;
};
- 89D15B1C56FF536316A68A59 /* Release */ = {
+ 780FDBDE7475BBA0E2300183 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
- DEFINES_MODULE = YES;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
+ 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 = 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;
+ 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 = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
+ WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- 8B7AE2AA66093005C24BA735 /* Debug */ = {
+ 781D7EA25456D2F0A2182CE9 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
- DEFINES_MODULE = YES;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
+ 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 = src/Glacier2/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+ INFOPLIST_FILE = test/TestCommon/Info.plist;
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;
+ 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;
- TARGETED_DEVICE_FAMILY = "1,2";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
+ WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
- 8CAA6494B72A035D8B22CD7A /* Release */ = {
+ 79CC5D40B2081252F5EE6E1C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
- DEFINES_MODULE = YES;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
+ 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 = src/IceStorm/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
+ INFOPLIST_FILE = test/TestCommon/Info.plist;
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
MACOSX_DEPLOYMENT_TARGET = 11;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStorm;
- PRODUCT_NAME = IceStorm;
+ 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;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
+ WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- 8E976E97719DBF6421E459E7 /* Debug */ = {
+ 79E141E5F47426BDBEFD59A2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17842,25 +17727,27 @@
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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Debug;
+ name = Release;
};
- 8EC0729CEBE931A1E3A0E77F /* Release */ = {
+ 7AC8E62616080F9EA62D57FD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17871,8 +17758,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdapterDeactivation;
+ PRODUCT_NAME = IceAdapterDeactivation;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -17882,95 +17769,44 @@
};
name = Release;
};
- 8F38EE7AE64AC0229FD9E742 /* Release */ = {
+ 7C28B59C61CD73B4AE647A7A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
+ 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)/Bundles";
+ 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.IceScope;
- PRODUCT_NAME = IceScope;
+ 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;
- WRAPPER_EXTENSION = bundle;
- };
- name = Release;
- };
- 93315B09B57DB825C0C60AD0 /* 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;
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
};
- name = Release;
+ name = Debug;
};
- 940126D145CC336371E842AB /* Release */ = {
+ 81818392293AEA931D4CB418 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -17980,25 +17816,24 @@
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;
+ 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;
+ name = Debug;
};
- 952B6C365ED03538447DE9E2 /* Debug */ = {
+ 8227AB5349819A1124D5F4F5 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18007,25 +17842,25 @@
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;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperationsAMD;
+ PRODUCT_NAME = IceOperationsAMD;
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
- 95DD8FB72BD4AAB9A53327AD /* Debug */ = {
+ 82D002F8C83F3A50F55D6B73 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18035,24 +17870,58 @@
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;
+ 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;
+ };
+ 83235037E59C96ED68F26154 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ AVAILABLE_PLATFORMS = macosx;
+ CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ CURRENT_PROJECT_VERSION = 3.7.9;
+ DYLIB_COMPATIBILITY_VERSION = 0;
+ DYLIB_CURRENT_VERSION = 3.7.9;
+ 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.IceSSL++11macOS";
+ PRODUCT_NAME = "IceSSL++11macOS";
+ SDKROOT = macosx;
+ SKIP_INSTALL = YES;
+ SUPPORTED_PLATFORMS = macosx;
+ };
name = Debug;
};
- 95EB05405CC1EB4E961A85FA /* Debug */ = {
+ 8419F8BD0D2172BE647FA95A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18063,8 +17932,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocatorAMD;
+ PRODUCT_NAME = IceServantLocatorAMD;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -18074,12 +17943,14 @@
};
name = Debug;
};
- 9810466C4657BFE7A5A72D1F /* Release */ = {
+ 8588333007E181B3E4AED5E8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18088,26 +17959,58 @@
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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
- VALIDATE_PRODUCT = YES;
WRAPPER_EXTENSION = bundle;
};
name = Release;
};
- 990170D1197EDDD4324618BD /* Release */ = {
+ 85D56B4F3CD02354CCAFB110 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEFINES_MODULE = YES;
+ DYLIB_COMPATIBILITY_VERSION = 0;
+ DYLIB_CURRENT_VERSION = 3.7.9;
+ 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;
+ };
+ 879B84E3285E85075AF41AEC /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ AVAILABLE_PLATFORMS = macosx;
+ CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
+ CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18118,8 +18021,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptionalAMD;
+ PRODUCT_NAME = IceOptionalAMD;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -18127,15 +18030,16 @@
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- 99843C7792FFD0A31A988BC9 /* Release */ = {
+ 885952B7335DC227A6550260 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18146,8 +18050,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProperties;
+ PRODUCT_NAME = IceProperties;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -18157,12 +18061,14 @@
};
name = Release;
};
- 9A7189071F5BC8C00A4983EF /* Release */ = {
+ 88D29FBCCD24F2C53A4EF335 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18171,25 +18077,26 @@
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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
- VALIDATE_PRODUCT = YES;
WRAPPER_EXTENSION = bundle;
};
name = Release;
};
- 9A75857ADFCA55C5A80B1578 /* Release */ = {
+ 89E30E8FCC62B950D67A5487 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18199,8 +18106,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptionsAMD;
+ PRODUCT_NAME = IceSlicingExceptionsAMD;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -18211,39 +18118,45 @@
};
name = Release;
};
- 9B2B78B7EE358904A4093D79 /* Debug */ = {
+ 89E5449AA192827B6C7F42F6 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
+ 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;
+ INFOPLIST_FILE = src/Glacier2/Info.plist;
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjectsAMD;
- PRODUCT_NAME = IceSlicingObjectsAMD;
+ 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;
- WRAPPER_EXTENSION = bundle;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VALIDATE_PRODUCT = YES;
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
};
- name = Debug;
+ name = Release;
};
- 9EF2C0182D5B788303758F16 /* Release */ = {
+ 8AF5386DFCB95D8D7FAC39EB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18252,53 +18165,53 @@
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;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptionalAMD;
+ PRODUCT_NAME = IceOptionalAMD;
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- A04D255B1BF7236A5B1451B7 /* Debug */ = {
+ 8B06EB9217DB3D08CF2C7C36 /* 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.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
+ 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/TestDriver/iOS/Info.plist;
+ INFOPLIST_FILE = test/TestCommon/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;
+ 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;
- TARGETED_DEVICE_FAMILY = "1,2";
+ VALIDATE_PRODUCT = YES;
+ WRAPPER_EXTENSION = bundle;
};
- name = Debug;
+ name = Release;
};
- A6DB0D2EEA8BAFC173775CA0 /* Debug */ = {
+ 8BC480BBF8E9430DF2BC5EBC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18308,8 +18221,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceEnums;
+ PRODUCT_NAME = IceEnums;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -18319,41 +18232,92 @@
};
name = Debug;
};
- A76DAE3D466138AABE722D64 /* Release */ = {
+ 8D9C6C11BE61AACEB297D949 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = NO;
- FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
+ 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;
- INFOPLIST_FILE = test/TestCommon/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
+ HEADER_SEARCH_PATHS = (
+ "$(SRCROOT)/../cpp/include/",
+ "$(SYMROOT)/$(PLATFORM_NAME)/include/",
+ "$(SRCROOT)/../cpp/src/",
+ );
MACOSX_DEPLOYMENT_TARGET = 11;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProperties;
- PRODUCT_NAME = IceProperties;
+ PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceDiscovery++11macOS";
+ PRODUCT_NAME = "IceDiscovery++11macOS";
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
- SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
- SWIFT_VERSION = 5.2;
- WRAPPER_EXTENSION = bundle;
};
name = Release;
};
- A7DC1303E43142D99317100C /* Debug */ = {
+ 8F71E061CD7B342D9E3D4C5A /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ CURRENT_PROJECT_VERSION = 3.7.9;
+ DEFINES_MODULE = YES;
+ DYLIB_COMPATIBILITY_VERSION = 0;
+ DYLIB_CURRENT_VERSION = 3.7.9;
+ 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;
+ };
+ 8FB13C200AF56E2B69E9710B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18364,8 +18328,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultValue;
+ PRODUCT_NAME = IceDefaultValue;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -18375,7 +18339,7 @@
};
name = Debug;
};
- A85E68BAE7B1C9D7E74FF282 /* Debug */ = {
+ 901E7A830A96AB993B4EA48D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
@@ -18399,8 +18363,8 @@
);
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
OTHER_LDFLAGS = "-ObjC";
- PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Ice++11iOS";
- PRODUCT_NAME = "Ice++11iOS";
+ PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceLocatorDiscovery++11iOS";
+ PRODUCT_NAME = "IceLocatorDiscovery++11iOS";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -18408,13 +18372,14 @@
};
name = Debug;
};
- A8A4118029E757F709EA95C9 /* Debug */ = {
+ 9027283E6E5AB123E2E88EA0 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18425,8 +18390,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInvoke;
+ PRODUCT_NAME = IceInvoke;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -18434,15 +18399,15 @@
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Debug;
+ name = Release;
};
- A8DBB31FB473895BA3E4BC66 /* Debug */ = {
+ 908364FABACF65263D1DB3E2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18451,26 +18416,55 @@
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;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceBinding;
+ PRODUCT_NAME = IceBinding;
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
- A8E147C9A29EF278BD7E9569 /* Release */ = {
+ 911B35E71A7F2795A33F7283 /* 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.9;
+ DEAD_CODE_STRIPPING = YES;
+ DYLIB_COMPATIBILITY_VERSION = 0;
+ DYLIB_CURRENT_VERSION = 3.7.9;
+ 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;
+ };
+ 9137D2553CE49DF1AC37352F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18481,8 +18475,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptionalAMD;
+ PRODUCT_NAME = IceOptionalAMD;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -18492,44 +18486,40 @@
};
name = Release;
};
- A92785738059E9B94E5AFD63 /* Debug */ = {
+ 918533DE5A8F325832F143E0 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
- DEFINES_MODULE = YES;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
+ 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)/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;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAcm;
+ PRODUCT_NAME = IceAcm;
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
+ WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
- A9D75A571A99923B38B5ED0A /* Release */ = {
+ 9311F28898A6C380DAB76FD1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18538,26 +18528,54 @@
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;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceObjects;
+ PRODUCT_NAME = IceObjects;
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
+ name = Debug;
+ };
+ 94666A6C0E86BB9C9AA0B396 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
+ DYLIB_COMPATIBILITY_VERSION = 0;
+ DYLIB_CURRENT_VERSION = 3.7.9;
+ 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;
};
- AA9063B4345B16D0BC09B449 /* Debug */ = {
+ 947A55F2640F30F8C750598C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18568,8 +18586,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceObjects;
+ PRODUCT_NAME = IceObjects;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -18579,13 +18597,13 @@
};
name = Debug;
};
- AAFB6698F4B8CC89C425D742 /* Release */ = {
+ 95AC723B0F8BF8C43A5EC5E4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18594,26 +18612,27 @@
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;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdmin;
+ PRODUCT_NAME = IceAdmin;
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
+ VALIDATE_PRODUCT = YES;
WRAPPER_EXTENSION = bundle;
};
name = Release;
};
- AAFBE4CB82957E29D20CA4CF /* Release */ = {
+ 95C833E418C4B7B67F163756 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18624,8 +18643,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperations;
+ PRODUCT_NAME = IceOperations;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -18635,52 +18654,46 @@
};
name = Release;
};
- AB5A4671D418AEC601D539A0 /* Debug */ = {
+ 961DFC8F7826879E07212A1D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
- DEFINES_MODULE = YES;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
+ 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 = 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;
+ 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 = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
+ WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
- ABA981927E14607AC7EA671B /* Release */ = {
+ 9750DD9214BC3E3A3A95AC5D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
- DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_TESTABILITY = NO;
- FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
+ EXECUTABLE_PREFIX = lib;
GCC_PREPROCESSOR_DEFINITIONS = (
ICE_CPP11_MAPPING,
+ ICE_BUILDING_SRC,
ICE_STATIC_LIBS,
ICE_SWIFT,
NDEBUG,
@@ -18692,56 +18705,54 @@
"$(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;
+ PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceLocatorDiscovery++11macOS";
+ PRODUCT_NAME = "IceLocatorDiscovery++11macOS";
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
};
name = Release;
};
- AC522579183A02CB46B0CD7C /* Debug */ = {
+ 97E829D16EB873F2582C0D05 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
+ 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;
+ INFOPLIST_FILE = src/IceStorm/Info.plist;
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAcm;
- PRODUCT_NAME = IceAcm;
+ 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;
- WRAPPER_EXTENSION = bundle;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
};
name = Debug;
};
- AD296FAED2ADD95DF851435A /* Debug */ = {
+ 98E571804F6074BB7797E271 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18750,24 +18761,26 @@
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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
- AE3BF22BE3631AD467287C8C /* Debug */ = {
+ 9964948D2C63AB63CB63B235 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18777,18 +18790,19 @@
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;
+ 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 = Debug;
+ name = Release;
};
- AE6A8C561DA2AC9767E40A57 /* Release */ = {
+ 9A564D6835EF2514D0A7282F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
@@ -18803,12 +18817,12 @@
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
- INFOPLIST_FILE = src/IceGrid/Info.plist;
+ 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.IceGrid;
- PRODUCT_NAME = IceGrid;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.Ice;
+ PRODUCT_NAME = Ice;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -18819,43 +18833,41 @@
};
name = Release;
};
- B06574C28B5787E1C20DFEB5 /* Debug */ = {
+ 9A7F352686F0E77D568409B6 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
- DEFINES_MODULE = YES;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
+ 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 = src/IceStorm/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+ INFOPLIST_FILE = test/TestCommon/Info.plist;
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;
+ 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;
- TARGETED_DEVICE_FAMILY = "1,2";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
+ VALIDATE_PRODUCT = YES;
+ WRAPPER_EXTENSION = bundle;
};
- name = Debug;
+ name = Release;
};
- B25390FB244D74B2064848FE /* Debug */ = {
+ 9C31590D60A0BE58A6A19F7C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18865,24 +18877,26 @@
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;
+ 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 = Debug;
+ name = Release;
};
- B26909637C383C8E34620652 /* Release */ = {
+ 9D68035FD26D9F1C304FD55A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18893,8 +18907,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInheritance;
+ PRODUCT_NAME = IceInheritance;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -18904,38 +18918,98 @@
};
name = Release;
};
- B5F66990A37A619345FC337F /* Release */ = {
+ 9D8B10BA315546CDBCFD7913 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
- DEFINES_MODULE = YES;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
+ 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 = src/Ice/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
+ INFOPLIST_FILE = test/TestCommon/Info.plist;
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
MACOSX_DEPLOYMENT_TARGET = 11;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.Ice;
- PRODUCT_NAME = Ice;
+ 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;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
+ WRAPPER_EXTENSION = bundle;
};
name = Release;
};
- B63CCE0FA70DC78B120991D1 /* Debug */ = {
+ 9EA95BA13931B3955D979E5E /* 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;
+ };
+ 9EC5D38AFE0991783307DE7F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
@@ -18943,30 +19017,69 @@
CURRENT_PROJECT_VERSION = 3.7.9;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = NO;
- FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
+ 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;
- INFOPLIST_FILE = test/TestCommon/Info.plist;
+ HEADER_SEARCH_PATHS = (
+ "$(SRCROOT)/../cpp/include/",
+ "$(SYMROOT)/$(PLATFORM_NAME)/include/",
+ "$(SRCROOT)/../cpp/src/",
+ );
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptional;
- PRODUCT_NAME = IceOptional;
+ OTHER_LDFLAGS = "-ObjC";
+ PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceIAP++11iOS";
+ PRODUCT_NAME = "IceIAP++11iOS";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Release;
+ };
+ 9F8E52B73F380A574C9FA299 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ AVAILABLE_PLATFORMS = macosx;
+ CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
+ CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
+ DYLIB_COMPATIBILITY_VERSION = 0;
+ DYLIB_CURRENT_VERSION = 3.7.9;
+ 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;
+ name = Release;
};
- B7A4B3B2484034659533EC81 /* Release */ = {
+ A160DECFBF2286644049714C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -18976,8 +19089,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptionsAMD;
+ PRODUCT_NAME = IceExceptionsAMD;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -18988,13 +19101,13 @@
};
name = Release;
};
- B7B5F3C0D27DBAF19468791F /* Release */ = {
+ A18F3EDA6F58D88AE86DAA05 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19003,25 +19116,26 @@
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;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInterceptor;
+ PRODUCT_NAME = IceInterceptor;
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- B82D6B70DBC9BCAD348C6A64 /* Release */ = {
+ A3A3461F2E862A9A8DFC43FC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19030,26 +19144,27 @@
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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
- VALIDATE_PRODUCT = YES;
WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- B852E49B074CC3D0104765A5 /* Release */ = {
+ A6AF097DD737500DBD013C1C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19060,8 +19175,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocator;
+ PRODUCT_NAME = IceServantLocator;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -19071,12 +19186,13 @@
};
name = Release;
};
- B8B708E7B9BD3107699585B0 /* Release */ = {
+ A94956A35FC915B29F22F42E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19086,8 +19202,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocatorAMD;
+ PRODUCT_NAME = IceServantLocatorAMD;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -19098,13 +19214,46 @@
};
name = Release;
};
- B9575D1486263BB503B60479 /* Release */ = {
+ A9DB1CA05B5CBAACFED56B81 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ AVAILABLE_PLATFORMS = macosx;
+ CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ CURRENT_PROJECT_VERSION = 3.7.9;
+ DYLIB_COMPATIBILITY_VERSION = 0;
+ DYLIB_CURRENT_VERSION = 3.7.9;
+ 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;
+ };
+ AA2E0B460A3CBD50D791156A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19115,8 +19264,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInheritance;
+ PRODUCT_NAME = IceInheritance;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -19124,41 +19273,44 @@
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- BF93FB7713CFDAB2255C15B4 /* Debug */ = {
+ AB917D532408F87605C21EF9 /* 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.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
+ 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/TestDriver/macOS/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
+ INFOPLIST_FILE = test/TestCommon/Info.plist;
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
MACOSX_DEPLOYMENT_TARGET = 11;
- PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Swift-Test-Controller";
- PRODUCT_NAME = TestDriver;
+ 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;
};
- BFC32B9B85751AEFFE8E9276 /* Debug */ = {
+ ACD2CF558CFB4C51BD7DBA43 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19168,23 +19320,26 @@
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;
+ 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 = Debug;
+ name = Release;
};
- C17B0474E380A5DD2B01596B /* Debug */ = {
+ AD3BEB0CDB00A922F2E5FFBE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19193,57 +19348,61 @@
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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
- C3A1CB8132D4710AA0698F47 /* Release */ = {
+ AF6CC1CF01731BF283774BAD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
- DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_TESTABILITY = NO;
- FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
+ 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;
- INFOPLIST_FILE = src/IceGrid/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+ HEADER_SEARCH_PATHS = (
+ "$(SRCROOT)/../cpp/include/",
+ "$(SYMROOT)/$(PLATFORM_NAME)/include/",
+ "$(SRCROOT)/../cpp/src/",
+ );
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;
+ OTHER_LDFLAGS = "-ObjC";
+ PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceSSL++11iOS";
+ PRODUCT_NAME = "IceSSL++11iOS";
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;
};
- C5C0A291A5B4C489E4C57D7D /* Release */ = {
+ AF8452B78653F64833D00D41 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19252,25 +19411,25 @@
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;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptionsAMD;
+ PRODUCT_NAME = IceExceptionsAMD;
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- C706D9CAF65F4182640C69D3 /* Debug */ = {
+ AFF619DB1A65DDACB9DA753B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19280,8 +19439,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjects;
+ PRODUCT_NAME = IceSlicingObjects;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -19291,13 +19450,14 @@
};
name = Debug;
};
- C9F24D74C829A007CD823C62 /* Release */ = {
+ B05C3709A456053DF35615EB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19308,8 +19468,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServices;
+ PRODUCT_NAME = IceServices;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -19319,12 +19479,13 @@
};
name = Release;
};
- CA8C29D289E7F866576FE817 /* Release */ = {
+ B0FE1CE4E879FCF1290B9AF6 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19334,67 +19495,87 @@
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;
+ 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;
+ name = Debug;
};
- CB24799644D02D8FF66D3384 /* Release */ = {
+ B225C493918EB53721DC07B8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
+ ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = NO;
- GCC_PREPROCESSOR_DEFINITIONS = (
- ICE_CPP11_MAPPING,
- ICE_BUILDING_SRC,
- ICE_STATIC_LIBS,
- ICE_SWIFT,
- NDEBUG,
- );
+ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
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;
+ 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 = "iphoneos iphonesimulator";
- TARGETED_DEVICE_FAMILY = "1,2";
- VALIDATE_PRODUCT = YES;
+ SUPPORTED_PLATFORMS = macosx;
+ SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
+ SWIFT_VERSION = 5.2;
+ WRAPPER_EXTENSION = bundle;
+ };
+ name = Debug;
+ };
+ B261239DD1E591E1AA4DD5D5 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ AVAILABLE_PLATFORMS = macosx;
+ CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
+ CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
+ DYLIB_COMPATIBILITY_VERSION = 0;
+ DYLIB_CURRENT_VERSION = 3.7.9;
+ 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;
};
- CD2D5E4415D316B6CB0C7CE9 /* Debug */ = {
+ B739C56F66690047B92EAFFD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
- DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_TESTABILITY = NO;
- FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
GCC_PREPROCESSOR_DEFINITIONS = (
ICE_CPP11_MAPPING,
+ ICE_BUILDING_SRC,
ICE_STATIC_LIBS,
ICE_SWIFT,
);
@@ -19405,32 +19586,25 @@
"$(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;
+ 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";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
};
name = Debug;
};
- CE940D1102B1B1A9A42E599F /* Debug */ = {
+ B87BCBB540F3FD307D5E1B9A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19441,8 +19615,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAmi;
+ PRODUCT_NAME = IceAmi;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -19452,42 +19626,42 @@
};
name = Debug;
};
- CECD840BADBECD67AC736C7A /* Release */ = {
+ B9547FDC707A81816C61A171 /* 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.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
+ 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/TestDriver/iOS/Info.plist;
+ INFOPLIST_FILE = test/TestCommon/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;
+ 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;
- TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
+ WRAPPER_EXTENSION = bundle;
};
name = Release;
};
- CF6A5C24BB83C586A58BCAE6 /* Debug */ = {
+ BA53E2B5B29226410CFA06DB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19498,8 +19672,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxyAMD;
+ PRODUCT_NAME = IceProxyAMD;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -19507,15 +19681,16 @@
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Debug;
+ name = Release;
};
- CFD09539B051A619C227664A /* Debug */ = {
+ BCAE6F0B22422B384570CDF6 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19526,8 +19701,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptional;
+ PRODUCT_NAME = IceOptional;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -19535,14 +19710,16 @@
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Debug;
+ name = Release;
};
- D33FFA01A89AB62199BD15BE /* Debug */ = {
+ C17350952AC2ED8F1E35DF32 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19551,27 +19728,29 @@
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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Debug;
+ name = Release;
};
- D450B5FC15A08683A3A90AE2 /* Release */ = {
+ C2331572037474C524A1062B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_TESTABILITY = NO;
+ EXECUTABLE_PREFIX = lib;
GCC_PREPROCESSOR_DEFINITIONS = (
ICE_CPP11_MAPPING,
ICE_BUILDING_SRC,
@@ -19586,25 +19765,23 @@
"$(SYMROOT)/$(PLATFORM_NAME)/include/",
"$(SRCROOT)/../cpp/src/",
);
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- OTHER_LDFLAGS = "-ObjC";
- PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceSSL++11iOS";
- PRODUCT_NAME = "IceSSL++11iOS";
- SDKROOT = iphoneos;
+ MACOSX_DEPLOYMENT_TARGET = 11;
+ PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Ice++11macOS";
+ PRODUCT_NAME = "Ice++11macOS";
+ SDKROOT = macosx;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
- TARGETED_DEVICE_FAMILY = "1,2";
- VALIDATE_PRODUCT = YES;
+ SUPPORTED_PLATFORMS = macosx;
};
name = Release;
};
- D46F7C7D73B24F552C5F0F65 /* Debug */ = {
+ C27DA300DE33A4C1FBF9698B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19615,8 +19792,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjectsAMD;
+ PRODUCT_NAME = IceSlicingObjectsAMD;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -19626,68 +19803,78 @@
};
name = Debug;
};
- D77D54D3EC9241C8E31B7C65 /* Debug */ = {
+ C2B9ACE3882260B7F9BBC123 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = NO;
- FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
+ 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;
- INFOPLIST_FILE = test/TestCommon/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
+ HEADER_SEARCH_PATHS = (
+ "$(SRCROOT)/../cpp/include/",
+ "$(SYMROOT)/$(PLATFORM_NAME)/include/",
+ "$(SRCROOT)/../cpp/src/",
+ );
MACOSX_DEPLOYMENT_TARGET = 11;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptionalAMD;
- PRODUCT_NAME = IceOptionalAMD;
+ PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceDiscovery++11macOS";
+ PRODUCT_NAME = "IceDiscovery++11macOS";
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
- SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
- SWIFT_VERSION = 5.2;
- WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
- D7CBF2C69A8396227625029D /* Debug */ = {
+ C2BA69E47FC31B611C40CAF7 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
+ AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = NO;
- FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
+ 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;
- 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;
+ 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.IceIAP++11iOS";
+ PRODUCT_NAME = "IceIAP++11iOS";
+ SDKROOT = iphoneos;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = macosx;
- SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
- SWIFT_VERSION = 5.2;
- WRAPPER_EXTENSION = bundle;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
+ TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
- DA396125A82375D3B932EC7A /* Release */ = {
+ C2C716880D6420FA438BE092 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19697,8 +19884,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptional;
+ PRODUCT_NAME = IceOptional;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -19709,12 +19896,44 @@
};
name = Release;
};
- DBBD0780FCBE654EB9FC4D0B /* Debug */ = {
+ C2DC1F50B11B6BEABB10D084 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ AVAILABLE_PLATFORMS = macosx;
+ CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
+ CURRENT_PROJECT_VERSION = 3.7.9;
+ DEFINES_MODULE = YES;
+ DYLIB_COMPATIBILITY_VERSION = 0;
+ DYLIB_CURRENT_VERSION = 3.7.9;
+ 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;
+ };
+ C48907105C9468BB65F71B9E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19724,23 +19943,26 @@
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;
+ 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 = Debug;
+ name = Release;
};
- DCAC3ADB5E9D58BC26090FF0 /* Debug */ = {
+ C8E37D1DF806954C61E65DB1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19749,24 +19971,26 @@
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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
- DD91801DCE8B00A0E8E9660B /* Debug */ = {
+ C92DCE362C08E0F3A3E547B3 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19776,8 +20000,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceTimeout;
+ PRODUCT_NAME = IceTimeout;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -19787,12 +20011,13 @@
};
name = Debug;
};
- E0366EB974B783349548ED87 /* Debug */ = {
+ C95EE119AA012074C740A6E9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19802,18 +20027,19 @@
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;
+ 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 = Debug;
+ name = Release;
};
- E2EA4198F215A7B5271252C9 /* Debug */ = {
+ C9B61301951726285C899267 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
@@ -19827,12 +20053,12 @@
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
- INFOPLIST_FILE = src/Ice/Info.plist;
+ 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.Ice;
- PRODUCT_NAME = Ice;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.TestCommon;
+ PRODUCT_NAME = TestCommon;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -19844,80 +20070,72 @@
};
name = Debug;
};
- E35F501907BC0070A1BF3123 /* Release */ = {
+ CD286F6C93E5DCAAD3D14576 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
+ ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = NO;
- GCC_PREPROCESSOR_DEFINITIONS = (
- ICE_CPP11_MAPPING,
- ICE_BUILDING_SRC,
- ICE_STATIC_LIBS,
- ICE_SWIFT,
- NDEBUG,
- );
+ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
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;
+ 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 = "iphoneos iphonesimulator";
- TARGETED_DEVICE_FAMILY = "1,2";
- VALIDATE_PRODUCT = YES;
+ SUPPORTED_PLATFORMS = macosx;
+ SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
+ SWIFT_VERSION = 5.2;
+ WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- E4586B6708D574EF086AC5C2 /* Debug */ = {
+ CEAD4F0488976BF5B49E1F10 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
+ ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = NO;
- EXECUTABLE_PREFIX = lib;
- GCC_PREPROCESSOR_DEFINITIONS = (
- ICE_CPP11_MAPPING,
- ICE_BUILDING_SRC,
- ICE_STATIC_LIBS,
- ICE_SWIFT,
- );
+ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
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 = test/TestCommon/Info.plist;
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
MACOSX_DEPLOYMENT_TARGET = 11;
- PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceDiscovery++11macOS";
- PRODUCT_NAME = "IceDiscovery++11macOS";
+ 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;
};
- E7660948097AC85D01FA25F6 /* Debug */ = {
+ D1419C2FE980B38F98189377 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19928,8 +20146,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInfo;
+ PRODUCT_NAME = IceInfo;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -19937,14 +20155,15 @@
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Debug;
+ name = Release;
};
- E831E9607DB4CABDCCEAEDE7 /* Release */ = {
+ D36FB245C11397A9FC617787 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19954,8 +20173,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServices;
+ PRODUCT_NAME = IceServices;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -19966,12 +20185,14 @@
};
name = Release;
};
- E83287FCE3337564A77A6109 /* Release */ = {
+ DC954E3A46DBAB12A3C2E27C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -19980,57 +20201,55 @@
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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
- VALIDATE_PRODUCT = YES;
WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- EAAECC79FBA33573172EEF5F /* Release */ = {
+ DCD981E2659C684DE4633FE7 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
- DEFINES_MODULE = YES;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
+ 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)/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;
+ 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;
- TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
+ WRAPPER_EXTENSION = bundle;
};
name = Release;
};
- EAC8B4EA4677FAA8FF8B03F4 /* Release */ = {
+ DE190FBB492684CB40EB1AD3 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -20039,52 +20258,56 @@
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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
- VALIDATE_PRODUCT = YES;
WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- EBED7CF2A15DD276E458C295 /* Release */ = {
+ DE3838DF88BDE4DA79639078 /* 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.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
+ 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/TestDriver/macOS/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
+ INFOPLIST_FILE = test/TestCommon/Info.plist;
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
MACOSX_DEPLOYMENT_TARGET = 11;
- PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Swift-Test-Controller";
- PRODUCT_NAME = TestDriver;
+ 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;
};
- EDE8D48B9519DFA124E32FFA /* Release */ = {
+ DEB02B2B85316212DF678B20 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -20093,26 +20316,27 @@
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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
- VALIDATE_PRODUCT = YES;
WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- EE1622083ED75B2DAB30977F /* Release */ = {
+ DEBD473FE296051945B3125C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -20123,8 +20347,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAcm;
+ PRODUCT_NAME = IceAcm;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -20132,15 +20356,16 @@
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Release;
+ name = Debug;
};
- EE3208EC4DDCA990EEF423F2 /* Release */ = {
+ DF83E06B705134F1F79F636A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -20151,8 +20376,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdmin;
+ PRODUCT_NAME = IceAdmin;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -20162,12 +20387,14 @@
};
name = Release;
};
- F0FB1589E5305BF801256CE7 /* Debug */ = {
+ E000230E6EA7E022FB7E4527 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -20176,24 +20403,26 @@
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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
- F1C3BEDE25931B3FB96B7EA0 /* Release */ = {
+ E0EE4FA266E0AFE4DEC0159B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -20203,8 +20432,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInheritance;
+ PRODUCT_NAME = IceInheritance;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -20215,43 +20444,42 @@
};
name = Release;
};
- F2845A98A5C85085EAE7441A /* Debug */ = {
+ E235D08DC45F15F85E23470C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
- DEFINES_MODULE = YES;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
+ 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 = 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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
- TARGETED_DEVICE_FAMILY = "1,2";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
+ WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
- F4F43A8A32EF7D3B8742EE60 /* Release */ = {
+ E4C375B6B2517C6224A47A39 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -20261,24 +20489,25 @@
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;
+ 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;
+ name = Debug;
};
- F50032890818FE961A433372 /* Debug */ = {
+ E51EF5216AE6DE07A47D6B44 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -20287,19 +20516,20 @@
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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Debug;
+ name = Release;
};
- F6C76B2E5C7802BC1A6C1DF5 /* Debug */ = {
+ E82DFD71EEE212BA85179203 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
@@ -20313,6 +20543,7 @@
ICE_BUILDING_SRC,
ICE_STATIC_LIBS,
ICE_SWIFT,
+ NDEBUG,
);
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
@@ -20323,21 +20554,24 @@
);
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
OTHER_LDFLAGS = "-ObjC";
- PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceDiscovery++11iOS";
- PRODUCT_NAME = "IceDiscovery++11iOS";
+ 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 = Debug;
+ name = Release;
};
- F75FE87CB5F8B36BED5E6205 /* Debug */ = {
+ E980F4018EC5DC1195885433 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
+ COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -20346,52 +20580,60 @@
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;
+ 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 = "iphoneos iphonesimulator";
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
- F818780EBB1DEC8ED01D7A45 /* Release */ = {
+ EC12E83170286A0413FFF675 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
+ AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
- ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = NO;
- FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/";
+ 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;
- INFOPLIST_FILE = test/TestCommon/Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptions;
- PRODUCT_NAME = IceExceptions;
- SDKROOT = iphoneos;
+ HEADER_SEARCH_PATHS = (
+ "$(SRCROOT)/../cpp/include/",
+ "$(SYMROOT)/$(PLATFORM_NAME)/include/",
+ "$(SRCROOT)/../cpp/src/",
+ );
+ MACOSX_DEPLOYMENT_TARGET = 11;
+ PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceSSL++11macOS";
+ PRODUCT_NAME = "IceSSL++11macOS";
+ SDKROOT = macosx;
SKIP_INSTALL = YES;
- SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
- SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
- SWIFT_VERSION = 5.2;
- VALIDATE_PRODUCT = YES;
- WRAPPER_EXTENSION = bundle;
+ SUPPORTED_PLATFORMS = macosx;
};
name = Release;
};
- F9310639CB9D74621B15A24F /* Debug */ = {
+ EE87E5C2272ED326B93840CA /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -20402,8 +20644,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAcm;
+ PRODUCT_NAME = IceAcm;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -20411,14 +20653,15 @@
SWIFT_VERSION = 5.2;
WRAPPER_EXTENSION = bundle;
};
- name = Debug;
+ name = Release;
};
- FA1148C7E14AEACD68CBD652 /* Release */ = {
+ F01EC389A29B4809A579093D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -20428,8 +20671,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceLocation;
+ PRODUCT_NAME = IceLocation;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -20440,7 +20683,7 @@
};
name = Release;
};
- FB6DBD91E4900578502B787D /* Release */ = {
+ F3523570F3B327562181D2B8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
@@ -20475,45 +20718,13 @@
};
name = Release;
};
- FBA3C1CD3A12A09588ACF1C4 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- AVAILABLE_PLATFORMS = macosx;
- CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- CURRENT_PROJECT_VERSION = 3.7.9;
- DYLIB_COMPATIBILITY_VERSION = 0;
- DYLIB_CURRENT_VERSION = 3.7.9;
- 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;
- };
- FEA24B821480946977C409AD /* Debug */ = {
+ F48B433B22F1F47750D21E38 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -20523,34 +20734,8 @@
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;
- };
- FF884580D0B6C26E69DBF989 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
- CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- CURRENT_PROJECT_VERSION = 3.7.9;
- DYLIB_COMPATIBILITY_VERSION = 0;
- DYLIB_CURRENT_VERSION = 3.7.9;
- 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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSSLConfiguration;
+ PRODUCT_NAME = IceSSLConfiguration;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -20561,13 +20746,14 @@
};
name = Release;
};
- FFEB9958621DA651EB5E81A9 /* Debug */ = {
+ F8BB450E0EF57D05C6E2E922 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
AVAILABLE_PLATFORMS = macosx;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.7.9;
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 0;
DYLIB_CURRENT_VERSION = 3.7.9;
ENABLE_BITCODE = NO;
@@ -20578,8 +20764,8 @@
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;
+ PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProperties;
+ PRODUCT_NAME = IceProperties;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
@@ -20589,954 +20775,928 @@
};
name = Debug;
};
- FFF29DDCF16E66EF45BE5922 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- AVAILABLE_PLATFORMS = "iphoneos iphonesimulator";
- CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- CURRENT_PROJECT_VERSION = 3.7.9;
- DYLIB_COMPATIBILITY_VERSION = 0;
- DYLIB_CURRENT_VERSION = 3.7.9;
- 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;
- };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
- 01821D1246DED6BCB8304EA7 /* Build configuration list for PBXNativeTarget "IceInvoke iOS" */ = {
+ 00456642E76CEAA5217F01E7 /* Build configuration list for PBXNativeTarget "IceSlicingExceptions macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- F50032890818FE961A433372 /* Debug */,
- B82D6B70DBC9BCAD348C6A64 /* Release */,
+ E000230E6EA7E022FB7E4527 /* Debug */,
+ 295CCA91B63BDF9BC5A1BC60 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 053E207EB76EF0B61CB82FEB /* Build configuration list for PBXNativeTarget "Glacier2 macOS" */ = {
+ 01C8A6C4025D1C3ECAF85A95 /* Build configuration list for PBXNativeTarget "IceExceptions macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 2AFFA2E2B6822473DC980417 /* Debug */,
- 89D15B1C56FF536316A68A59 /* Release */,
+ E980F4018EC5DC1195885433 /* Debug */,
+ 3A643DAB156D0E4C2C5E03FF /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 06CA88BD2AAD24CA70E813CE /* Build configuration list for PBXNativeTarget "IceUdp macOS" */ = {
+ 032C937848E075E5D2F3152E /* Build configuration list for PBXNativeTarget "IceInterceptor macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- D7CBF2C69A8396227625029D /* Debug */,
- 9EF2C0182D5B788303758F16 /* Release */,
+ 33038C4ED377A15104F543DB /* Debug */,
+ 20923E39555A2DBFEA930DBE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 09AB9D72CA797E86EAB3AC62 /* Build configuration list for PBXNativeTarget "IceSSLConfiguration macOS" */ = {
+ 03E8C12A581E696C85588B47 /* Build configuration list for PBXNativeTarget "IceAdmin macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 21D096DE746641D9986C6190 /* Debug */,
- EE3208EC4DDCA990EEF423F2 /* Release */,
+ CEAD4F0488976BF5B49E1F10 /* Debug */,
+ DF83E06B705134F1F79F636A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 0E524C9E8387A173BB19D321 /* Build configuration list for PBXNativeTarget "IceInfo iOS" */ = {
+ 04D2A2B9CD54068EFA610DAF /* Build configuration list for PBXNativeTarget "IceGrid macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- E0366EB974B783349548ED87 /* Debug */,
- 9A75857ADFCA55C5A80B1578 /* Release */,
+ 370464E075B7A45BB6C8BE81 /* Debug */,
+ 85D56B4F3CD02354CCAFB110 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 16E5F30015556C964BCD8753 /* Build configuration list for PBXNativeTarget "IceDefaultValue macOS" */ = {
+ 06B8B254F48F2FC89ED61697 /* Build configuration list for PBXNativeTarget "Glacier2 iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 6DC344AABB60DA5B5C61DF73 /* Debug */,
- 55D19F46AB57CB4E19BEED92 /* Release */,
+ 205657A9A5F13EA714D1CA08 /* Debug */,
+ 89E5449AA192827B6C7F42F6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 170E53A485F85D8E2566FCA7 /* Build configuration list for PBXNativeTarget "IceSlicingExceptions iOS" */ = {
+ 06E6B8F7D8441FA374AC4D19 /* Build configuration list for PBXNativeTarget "IceSlicingExceptionsAMD macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 47F1AA2539CE845876755DA0 /* Debug */,
- 860EA4C4407FA1F29B1D2DBD /* Release */,
+ 22C30EEDD2BF4CDCE8F95AB5 /* Debug */,
+ 2C21F60F22BF03A6966208D3 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 1889D9C342F728761FC2FBC8 /* Build configuration list for PBXNativeTarget "IceProxy macOS" */ = {
+ 08DBEBE39DC06DEAD095A3C3 /* Build configuration list for PBXNativeTarget "IceProperties iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 8286556803568FB9F3E2CF34 /* Debug */,
- 7E0AEDC58D482758BC127992 /* Release */,
+ 6CE3A5B60D3934289FF0BEC8 /* Debug */,
+ C95EE119AA012074C740A6E9 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 1AD21670B3E706B84BE0231C /* Build configuration list for PBXNativeTarget "IceOperations iOS" */ = {
+ 0A1CC559909D487627D6BAB4 /* Build configuration list for PBXNativeTarget "TestDriver macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- F75FE87CB5F8B36BED5E6205 /* Debug */,
- 38FB83D85DB43A7A38A8B823 /* Release */,
+ 76752269CB0182DF402432A3 /* Debug */,
+ 66CC4B9EA4695968BB52F83B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 1E883641FE11FE4483598008 /* Build configuration list for PBXNativeTarget "IceProperties iOS" */ = {
+ 144DC3196E8BFB210EDC9FEE /* Build configuration list for PBXNativeTarget "IceSlicingObjects iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 045D55D2DFFAC446A1605F9B /* Debug */,
- 3D21D3BBEE1FA4B6FBEC6797 /* Release */,
+ AFF619DB1A65DDACB9DA753B /* Debug */,
+ B9547FDC707A81816C61A171 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 2664FCE098FABEBB3E728AEB /* Build configuration list for PBXNativeTarget "IceDiscovery C++11 iOS" */ = {
+ 16B4F722CCFF816151770838 /* Build configuration list for PBXNativeTarget "IceObjects macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- F6C76B2E5C7802BC1A6C1DF5 /* Debug */,
- CB24799644D02D8FF66D3384 /* Release */,
+ 947A55F2640F30F8C750598C /* Debug */,
+ 509AC4F4C3B86B321386E403 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 27D3725B97570313B6F78382 /* Build configuration list for PBXNativeTarget "IceGrid macOS" */ = {
+ 1AAA566AE638453C5B0DC01E /* Build configuration list for PBXNativeTarget "IceFacets iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 619E1A3B6B5BAD2F51DBF069 /* Debug */,
- AE6A8C561DA2AC9767E40A57 /* Release */,
+ 81818392293AEA931D4CB418 /* Debug */,
+ 728542B4CA56D9F92DA13049 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 29D349824AA6647F15AD1927 /* Build configuration list for PBXNativeTarget "IceSSL C++11 iOS" */ = {
+ 1F302844FFC731E14BA25E5B /* Build configuration list for PBXProject "ice" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 087FCDF8FC1EDC5CD8BE25B5 /* Debug */,
- D450B5FC15A08683A3A90AE2 /* Release */,
+ 9EA95BA13931B3955D979E5E /* Debug */,
+ 6B8F48184BCE87340CD3D040 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 2A8C9D6FF67D1442CE69DF7F /* Build configuration list for PBXNativeTarget "IceSlicingExceptionsAMD iOS" */ = {
+ 21E5884A02FA478AAE2CDE26 /* Build configuration list for PBXNativeTarget "IceAdmin iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 5C5F4F24EF91FB3FE1D6DC2C /* Debug */,
- DA396125A82375D3B932EC7A /* Release */,
+ 1F1515C42944F9F259B733EC /* Debug */,
+ 95AC723B0F8BF8C43A5EC5E4 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 2C2E52F818A4BDDC360A2433 /* Build configuration list for PBXNativeTarget "IceSlicingObjects iOS" */ = {
+ 23124DDA8A5BEE4F2F237A1D /* Build configuration list for PBXNativeTarget "IceInheritance iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- B25390FB244D74B2064848FE /* Debug */,
- 9810466C4657BFE7A5A72D1F /* Release */,
+ 1E496C68A67CB49423C7797D /* Debug */,
+ E0EE4FA266E0AFE4DEC0159B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 2EBC14C44C477B3F49BA4E7B /* Build configuration list for PBXNativeTarget "IceInfo macOS" */ = {
+ 2396082B6D8760953AA4045A /* Build configuration list for PBXNativeTarget "TestCommon macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 45A0B2B0BC9C14771434EC9E /* Debug */,
- B7B5F3C0D27DBAF19468791F /* Release */,
+ 0B8A1DDBF5ADE7F78E9B17D6 /* Debug */,
+ 4A1BFA7F9F040F4FB63EB3ED /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 2FDEF3BFBC4AFA6A9E3133D6 /* Build configuration list for PBXNativeTarget "IceSSL C++11 macOS" */ = {
+ 2597661EEA44787C38CA4172 /* Build configuration list for PBXNativeTarget "IceOperations macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 448D9820BFAB5EF6866ED769 /* Debug */,
- 33FE56D03A92A6F978577B5E /* Release */,
+ 60BA0B33FD71F64DE24CF38F /* Debug */,
+ 95C833E418C4B7B67F163756 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 3126474AED327D41B345FE00 /* Build configuration list for PBXNativeTarget "IceStorm iOS" */ = {
+ 29D2037E3E4905DB2B593718 /* Build configuration list for PBXNativeTarget "IceBinding iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- B06574C28B5787E1C20DFEB5 /* Debug */,
- 23AFD233ED99661845395188 /* Release */,
+ 908364FABACF65263D1DB3E2 /* Debug */,
+ 0AACF622E1CE31BED8601D56 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 31E064671D9BAAD856D2FDA9 /* Build configuration list for PBXNativeTarget "IceTimeout macOS" */ = {
+ 2BFAF5533096C4CA5C465A34 /* Build configuration list for PBXNativeTarget "IceInheritance macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- A8DBB31FB473895BA3E4BC66 /* Debug */,
- 5BD5D1165CA6341EA5EADC62 /* Release */,
+ AA2E0B460A3CBD50D791156A /* Debug */,
+ 9D68035FD26D9F1C304FD55A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 337D44E36A08A3921885675B /* Build configuration list for PBXNativeTarget "IceLocation macOS" */ = {
+ 2CB7263FEE1C992A52A8E8C2 /* Build configuration list for PBXNativeTarget "IceAcm iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 95EB05405CC1EB4E961A85FA /* Debug */,
- A9D75A571A99923B38B5ED0A /* Release */,
+ 918533DE5A8F325832F143E0 /* Debug */,
+ 67D0ECBBD8D1F1244E363EF4 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 3390A6313195DC7B885E741F /* Build configuration list for PBXNativeTarget "IceServantLocatorAMD macOS" */ = {
+ 33BBE651CEB42C85E9F8C4D2 /* Build configuration list for PBXNativeTarget "IceSlicingObjectsAMD macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 114C19210D9832E956334643 /* Debug */,
- C5C0A291A5B4C489E4C57D7D /* Release */,
+ C27DA300DE33A4C1FBF9698B /* Debug */,
+ 2E69492B00E4692A612E3EE6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 3419EA3B4ECD5C3449371BB2 /* Build configuration list for PBXNativeTarget "IceServices macOS" */ = {
+ 36BE978CFA378A823ACDE55F /* Build configuration list for PBXNativeTarget "IceProxyAMD iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- F9310639CB9D74621B15A24F /* Debug */,
- 0B81423069A666FA8E2C74E5 /* Release */,
+ 4F5B04B9E0374BFE7A393083 /* Debug */,
+ 3DDAF7B1BBB6E60D72B15A20 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 34FD3007DB7C4A2A84AE2018 /* Build configuration list for PBXNativeTarget "IceExceptions macOS" */ = {
+ 380FF7C8601EDB9018517F81 /* Build configuration list for PBXNativeTarget "IceInvoke macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- FFEB9958621DA651EB5E81A9 /* Debug */,
- 99843C7792FFD0A31A988BC9 /* Release */,
+ 79CC5D40B2081252F5EE6E1C /* Debug */,
+ 9027283E6E5AB123E2E88EA0 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 36010BB941C0AF33776ECAE8 /* Build configuration list for PBXNativeTarget "IceUdp iOS" */ = {
+ 401A7904E7A969D30881D193 /* Build configuration list for PBXNativeTarget "IceServantLocatorAMD iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 215F7035ADEF72814EF360DD /* Debug */,
- 0B76C9F63E45D5A73524C7E2 /* Release */,
+ 131AE24970BE12E15E02E64D /* Debug */,
+ A94956A35FC915B29F22F42E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 383DBD1A5337D700F2EA1962 /* Build configuration list for PBXNativeTarget "IceSlicingObjectsAMD macOS" */ = {
+ 45C81020838934699FCB1CCB /* Build configuration list for PBXNativeTarget "IceOptionalAMD macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- A7DC1303E43142D99317100C /* Debug */,
- 26E73BC19447EDBCBD7AC175 /* Release */,
+ 879B84E3285E85075AF41AEC /* Debug */,
+ 9137D2553CE49DF1AC37352F /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 400400052E928C68C517D6A1 /* Build configuration list for PBXNativeTarget "IceServantLocator macOS" */ = {
+ 4746AE75437C7ABD1FC3F464 /* Build configuration list for PBXNativeTarget "IceScope iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 4A9BDB6BF8F92C35BD78851E /* Debug */,
- 3292306180EF783D0215FC8F /* Release */,
+ 20B7D14E74C1870A72444E2C /* Debug */,
+ 9964948D2C63AB63CB63B235 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 411DEB260BB69196AD102321 /* Build configuration list for PBXNativeTarget "IceSlicingObjectsAMD iOS" */ = {
+ 476DB9390AAF10D92B557075 /* Build configuration list for PBXNativeTarget "IceInfo iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 9B2B78B7EE358904A4093D79 /* Debug */,
- CA8C29D289E7F866576FE817 /* Release */,
+ 4EECEC21D80740580828F526 /* Debug */,
+ 0593E47D7422B5BCCB1522CB /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 448A5C60E2BC2466A7943033 /* Build configuration list for PBXNativeTarget "IceEnums iOS" */ = {
+ 4A9F150E1289B440735FA4A9 /* Build configuration list for PBXNativeTarget "IceFacets macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 409A01EC7D345130C5591B05 /* Debug */,
- B7A4B3B2484034659533EC81 /* Release */,
+ 193506EB0DB2C14BB3849964 /* Debug */,
+ E51EF5216AE6DE07A47D6B44 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 44DD847EACA09AE2762464F4 /* Build configuration list for PBXNativeTarget "Ice macOS" */ = {
+ 4CCE7BA850561E1ABAD9B041 /* Build configuration list for PBXNativeTarget "IceProxy macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- AB5A4671D418AEC601D539A0 /* Debug */,
- B5F66990A37A619345FC337F /* Release */,
+ C8E37D1DF806954C61E65DB1 /* Debug */,
+ 9D8B10BA315546CDBCFD7913 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 46A8EF32B3F30BB10AE69C24 /* Build configuration list for PBXNativeTarget "Ice C++11 macOS" */ = {
+ 4D7F99680D8C11D8CFD6EA6E /* Build configuration list for PBXNativeTarget "IceEnums iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 15A1F4C26DC99AA368E3718F /* Debug */,
- FBA3C1CD3A12A09588ACF1C4 /* Release */,
+ 8BC480BBF8E9430DF2BC5EBC /* Debug */,
+ 1AC861499CA98C3D65AACADD /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 4CE1543E6EAAA4ADA9BCD85F /* Build configuration list for PBXNativeTarget "IceProxy iOS" */ = {
+ 4E81E66AE5CBA65FCA7F4E58 /* Build configuration list for PBXNativeTarget "IceLocatorDiscovery C++11 iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- DBBD0780FCBE654EB9FC4D0B /* Debug */,
- 2AB31412D77E4C508BF52C46 /* Release */,
+ 901E7A830A96AB993B4EA48D /* Debug */,
+ F3523570F3B327562181D2B8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 4E6D145EF1DDC7AA524EF9BC /* Build configuration list for PBXNativeTarget "IceLocation iOS" */ = {
+ 4EC9CD7E71677C99CF25F4C2 /* Build configuration list for PBXNativeTarget "IceExceptionsAMD iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- DD91801DCE8B00A0E8E9660B /* Debug */,
- F4F43A8A32EF7D3B8742EE60 /* Release */,
+ AF8452B78653F64833D00D41 /* Debug */,
+ A160DECFBF2286644049714C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 4FB7025F9376903D117EC845 /* Build configuration list for PBXNativeTarget "IceScope iOS" */ = {
+ 51BF4F263AFA6D79554AAB5F /* Build configuration list for PBXNativeTarget "IceProperties macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 5D3C6AA6BEAE6F3C3D9F0AAC /* Debug */,
- 8635402315836CB76D1F8C3C /* Release */,
+ F8BB450E0EF57D05C6E2E922 /* Debug */,
+ 885952B7335DC227A6550260 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 52506D2A455B5986D187FEF3 /* Build configuration list for PBXNativeTarget "IceProxyAMD iOS" */ = {
+ 5827701D6FCCA49EE15F8BA5 /* Build configuration list for PBXNativeTarget "IceHold macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- C706D9CAF65F4182640C69D3 /* Debug */,
- FF884580D0B6C26E69DBF989 /* Release */,
+ B225C493918EB53721DC07B8 /* Debug */,
+ 8588333007E181B3E4AED5E8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 55289CFB55A6547E50C4F420 /* Build configuration list for PBXNativeTarget "IceInvoke macOS" */ = {
+ 5B8E30B15FDDAC8951F2A94C /* Build configuration list for PBXNativeTarget "IceExceptionsAMD macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 0C27B4EEBAE3EB90F633E065 /* Debug */,
- 11F836BF0DBE997D037716D3 /* Release */,
+ 98E571804F6074BB7797E271 /* Debug */,
+ 6D4BD340F5F49EB564660607 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 5AC9DEC088DBB1F02EF66398 /* Build configuration list for PBXNativeTarget "IceServantLocatorAMD iOS" */ = {
+ 5C7698D2DAC87A87FADDC408 /* Build configuration list for PBXNativeTarget "IceRetry iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- D33FFA01A89AB62199BD15BE /* Debug */,
- 12B3A5924A79D75E1E720D37 /* Release */,
+ 961DFC8F7826879E07212A1D /* Debug */,
+ 18EC00B436C5ACCD9CE2817C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 610D218300DE2F152FAAC673 /* Build configuration list for PBXNativeTarget "IceAcm macOS" */ = {
+ 5D26AE6D5DE9DCB331734935 /* Build configuration list for PBXNativeTarget "IceServices iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 46FF59DF4D752284619B5C77 /* Debug */,
- 335AE4F3C09B6D1FFFCB61F7 /* Release */,
+ 4F8F38E986C31F1833DA05AB /* Debug */,
+ D36FB245C11397A9FC617787 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 61487156CCD2B806DEC0BFCC /* Build configuration list for PBXNativeTarget "IceOperationsAMD iOS" */ = {
+ 5DE631C288EAF018532C58C2 /* Build configuration list for PBXNativeTarget "IceScope macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 95DD8FB72BD4AAB9A53327AD /* Debug */,
- 56FE2065019F2A6F1F5B7E7B /* Release */,
+ 167378190B3D3F75B6C09ACC /* Debug */,
+ 2DB4CE687500C6BB16B9B658 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 6298385459C710DBDBE1E94B /* Build configuration list for PBXNativeTarget "IceObjects iOS" */ = {
+ 60943D4B820CBB47EC9847A2 /* Build configuration list for PBXNativeTarget "IceLocatorDiscovery C++11 macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 239F9600628A065C79D4F212 /* Debug */,
- B8B708E7B9BD3107699585B0 /* Release */,
+ A9DB1CA05B5CBAACFED56B81 /* Debug */,
+ 9750DD9214BC3E3A3A95AC5D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 676E3EB0E94AA9C431DB8DDA /* Build configuration list for PBXNativeTarget "Ice C++11 iOS" */ = {
+ 61E0EBA6C86B377B3B72DC75 /* Build configuration list for PBXNativeTarget "IceServantLocator iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- A85E68BAE7B1C9D7E74FF282 /* Debug */,
- E35F501907BC0070A1BF3123 /* Release */,
+ 2E92B4FAB04C224D8A7CF4A0 /* Debug */,
+ 3C1D446DF1A2CC816AB7DF13 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 678A2368D72F38223EFE424E /* Build configuration list for PBXNativeTarget "IceAcm iOS" */ = {
+ 623680FDF008A3A9DA0001AE /* Build configuration list for PBXNativeTarget "TestDriver iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- AC522579183A02CB46B0CD7C /* Debug */,
- 290B1A01E022E7952578439D /* Release */,
+ 911B35E71A7F2795A33F7283 /* Debug */,
+ 1F117EF7756CDF8CE4CB2DF9 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 6840B74AC29DC01E0AA9217A /* Build configuration list for PBXNativeTarget "IceExceptionsAMD macOS" */ = {
+ 63A7F46AD100EA967FC5DC3C /* Build configuration list for PBXNativeTarget "IceOptionalAMD iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 2EDA9444CE6BDE39E2D2559A /* Debug */,
- 10C1BA6A99B458F917998172 /* Release */,
+ 8AF5386DFCB95D8D7FAC39EB /* Debug */,
+ 2C763195FE2141BED7EEA0B3 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 6EF0C81CF3A06D56CE4214BC /* Build configuration list for PBXNativeTarget "IceAmi macOS" */ = {
+ 6553D0F6C34321B7756947C5 /* Build configuration list for PBXNativeTarget "IceAdapterDeactivation iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- CF6A5C24BB83C586A58BCAE6 /* Debug */,
- 01FDD9ED2F27AFA9B6A63A79 /* Release */,
+ 02B57F80F6926DA2423F3862 /* Debug */,
+ 94666A6C0E86BB9C9AA0B396 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 72BB29ACAFF18993E287CF07 /* Build configuration list for PBXNativeTarget "IceDiscovery C++11 macOS" */ = {
+ 662C46B31B3D2BAA1FEE7736 /* Build configuration list for PBXNativeTarget "IceDiscovery C++11 iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- E4586B6708D574EF086AC5C2 /* Debug */,
- 368DA672915DE3576E48F234 /* Release */,
+ B739C56F66690047B92EAFFD /* Debug */,
+ 05FB6B9EAD10F20C0EC397F1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 73EF72A2E0536DE4084F987E /* Build configuration list for PBXNativeTarget "IceGrid iOS" */ = {
+ 671525389B37D1BF12E46753 /* Build configuration list for PBXNativeTarget "IceDefaultServant macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- F2845A98A5C85085EAE7441A /* Debug */,
- C3A1CB8132D4710AA0698F47 /* Release */,
+ 2D2719C55B54698454B78BF3 /* Debug */,
+ 79E141E5F47426BDBEFD59A2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 759EBD7E137425D846770F2F /* Build configuration list for PBXNativeTarget "IceAdapterDeactivation iOS" */ = {
+ 6977F0100F92DA69223E2324 /* Build configuration list for PBXNativeTarget "IceAdapterDeactivation macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- AD296FAED2ADD95DF851435A /* Debug */,
- 7066E59AC929415F68B7BFD1 /* Release */,
+ CD286F6C93E5DCAAD3D14576 /* Debug */,
+ 7AC8E62616080F9EA62D57FD /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 768FFA5DC86FD7422B494B98 /* Build configuration list for PBXNativeTarget "SliceEscape iOS" */ = {
+ 6A05CFAB3A2BF6F9EAD17807 /* Build configuration list for PBXNativeTarget "Glacier2 macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 587BE85B235C963A675AAFC3 /* Debug */,
- 659F3A78BDAA8FFC6D207A49 /* Release */,
+ 33C99A5CFBCF5CBBA855897F /* Debug */,
+ 01AEAEC580855E5B110843D7 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 78AAAF80FA02EC33CA134CEF /* Build configuration list for PBXNativeTarget "IceFacets macOS" */ = {
+ 6AE3B880652B69AED3895D30 /* Build configuration list for PBXNativeTarget "IceSlicingExceptions iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 3A1AC1195438B429FD235F14 /* Debug */,
- 8EC0729CEBE931A1E3A0E77F /* Release */,
+ E4C375B6B2517C6224A47A39 /* Debug */,
+ 1146CA49F55155CD9E90EC84 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 79178726C4E63342143CA94C /* Build configuration list for PBXNativeTarget "TestDriver macOS" */ = {
+ 707C424747FCBD784C02DC38 /* Build configuration list for PBXNativeTarget "IceLocation iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- BF93FB7713CFDAB2255C15B4 /* Debug */,
- EBED7CF2A15DD276E458C295 /* Release */,
+ 217703695E8C884BEAC2F91E /* Debug */,
+ F01EC389A29B4809A579093D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 79AAF6ECB339096BE560DAE2 /* Build configuration list for PBXNativeTarget "IceObjects macOS" */ = {
+ 73090A31D864B5BEB7B37A59 /* Build configuration list for PBXNativeTarget "IceAmi macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 69BB513BA743D1082F827075 /* Debug */,
- 58D553B26E32FCDC6D110008 /* Release */,
+ B87BCBB540F3FD307D5E1B9A /* Debug */,
+ 2AFF48008D60A071223B2FA9 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 7B4C84C13CFAB5E7EEED226B /* Build configuration list for PBXNativeTarget "SliceEscape macOS" */ = {
+ 73AB053ED1904447D138E100 /* Build configuration list for PBXNativeTarget "IceOptional macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 62B960C708652073E0CD4209 /* Debug */,
- 2B7A47A5406BBB924568ED4A /* Release */,
+ DEB02B2B85316212DF678B20 /* Debug */,
+ BCAE6F0B22422B384570CDF6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 7EC553E8E25F31991A84AEFF /* Build configuration list for PBXNativeTarget "IceStream macOS" */ = {
+ 750D376B9AC1FF09356CB0B4 /* Build configuration list for PBXNativeTarget "IceImpl iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 73A0B38EC9E65163BB9B5AED /* Debug */,
- 888563DA63E7E5684B0C6A53 /* Release */,
+ 1E0B43FA5C8C61D12438731A /* Debug */,
+ 8F71E061CD7B342D9E3D4C5A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 7ED55F7D7874D59ABDDB29C6 /* Build configuration list for PBXNativeTarget "IceHold macOS" */ = {
+ 758BFEE8BFCE13B22C375AAF /* Build configuration list for PBXNativeTarget "IceInvoke iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 63B00E55DFA8056B61D796D6 /* Debug */,
- 20A111A4B188E6490C5D1014 /* Release */,
+ 4889E33E0F3BD748B61E0846 /* Debug */,
+ 9C31590D60A0BE58A6A19F7C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 82814532EC3876F14E24D640 /* Build configuration list for PBXNativeTarget "IceStorm macOS" */ = {
+ 765DE7C482C0C0C6CC4178B1 /* Build configuration list for PBXNativeTarget "IceAcm macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 677D3FD09DFF646A455545D3 /* Debug */,
- 8CAA6494B72A035D8B22CD7A /* Release */,
+ DEBD473FE296051945B3125C /* Debug */,
+ EE87E5C2272ED326B93840CA /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 89F2651DD35962CF4DAE1B7C /* Build configuration list for PBXNativeTarget "IceBinding macOS" */ = {
+ 779F6F15195DF32F69D4AE1A /* Build configuration list for PBXNativeTarget "IceExceptions iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 68C0C0D43D18FC2ABDA6CEA9 /* Debug */,
- EE1622083ED75B2DAB30977F /* Release */,
+ 478A6900E389FF4A46AAB8E4 /* Debug */,
+ 463997189265A0BC453E588C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 8BF341B5ED0C796A59614AE9 /* Build configuration list for PBXNativeTarget "IceProperties macOS" */ = {
+ 7EC7407F79FC1A000A0F8653 /* Build configuration list for PBXNativeTarget "IceDefaultServant iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 3A2BD4697C354D1D109A6D00 /* Debug */,
- A76DAE3D466138AABE722D64 /* Release */,
+ 774B90533368093031521D2C /* Debug */,
+ 8B06EB9217DB3D08CF2C7C36 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 8D9D4EDC310AE7827DC8D083 /* Build configuration list for PBXNativeTarget "IceAdmin iOS" */ = {
+ 7F277A8F77FB764B68343E23 /* Build configuration list for PBXNativeTarget "IceServantLocatorAMD macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- A6DB0D2EEA8BAFC173775CA0 /* Debug */,
- 9A7189071F5BC8C00A4983EF /* Release */,
+ 8419F8BD0D2172BE647FA95A /* Debug */,
+ 88D29FBCCD24F2C53A4EF335 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 8E84D120BBA8A368D5B7451D /* Build configuration list for PBXNativeTarget "Ice iOS" */ = {
+ 83CB5220443B461727F63B28 /* Build configuration list for PBXNativeTarget "SliceEscape iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- E2EA4198F215A7B5271252C9 /* Debug */,
- 6FDB515EAACC6654327E10AA /* Release */,
+ 47F3C258BE0601C298642870 /* Debug */,
+ ACD2CF558CFB4C51BD7DBA43 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 8ED51261BA0EDBFF37C0DBAF /* Build configuration list for PBXNativeTarget "IceIAP C++11 iOS" */ = {
+ 8570EBE6B12D860FFE209EDA /* Build configuration list for PBXNativeTarget "IceStream macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 2371D399327D4FF0E17641E7 /* Debug */,
- 479B939BFE7B00315C6D67A7 /* Release */,
+ 761E299240A437280CE3FC82 /* Debug */,
+ 2C254C060113B4982999A5A3 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 96083D5447DB350AD5F30D3A /* Build configuration list for PBXNativeTarget "IceImpl macOS" */ = {
+ 8B046FBC149EDAE4E6F36C53 /* Build configuration list for PBXNativeTarget "IceProxy iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 09D998D1B67B3425E86C69CD /* Debug */,
- ABA981927E14607AC7EA671B /* Release */,
+ 781D7EA25456D2F0A2182CE9 /* Debug */,
+ 82D002F8C83F3A50F55D6B73 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 97A9ADFA829E32373A7E9101 /* Build configuration list for PBXNativeTarget "IceOptional iOS" */ = {
+ 8BDFD7AC00F7039A9FE08289 /* Build configuration list for PBXNativeTarget "SliceEscape macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- B63CCE0FA70DC78B120991D1 /* Debug */,
- 940126D145CC336371E842AB /* Release */,
+ 369478AECAD0A529923F64AE /* Debug */,
+ DE3838DF88BDE4DA79639078 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 9AC75BF0BCAF6014FD6EB3B2 /* Build configuration list for PBXNativeTarget "IceProxyAMD macOS" */ = {
+ 91A496BC46C28ACBE345FEEF /* Build configuration list for PBXNativeTarget "IceLocation macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 6A1DF0B605E85E3239A351DB /* Debug */,
- B852E49B074CC3D0104765A5 /* Release */,
+ 3BB63263A16AA7E736DC36E7 /* Debug */,
+ 6A0835A976159E8443C8819C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- A2378310DDB943ECFCA52D6A /* Build configuration list for PBXNativeTarget "IceLocatorDiscovery C++11 iOS" */ = {
+ 953B8E9680ED58A58489B724 /* Build configuration list for PBXNativeTarget "IceOperationsAMD macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 378BEE2BAEB2413A2AE5FFED /* Debug */,
- FB6DBD91E4900578502B787D /* Release */,
+ 61C931452D9A87FD124BEE20 /* Debug */,
+ 1968E3844A2FD3264E201E69 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- A5CA51971EAC43664B994E3C /* Build configuration list for PBXNativeTarget "IceAmi iOS" */ = {
+ 9589986BCCE2DD1FC2BF7591 /* Build configuration list for PBXNativeTarget "IceProxyAMD macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- F0FB1589E5305BF801256CE7 /* Debug */,
- EDE8D48B9519DFA124E32FFA /* Release */,
+ AB917D532408F87605C21EF9 /* Debug */,
+ BA53E2B5B29226410CFA06DB /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- A6DA9F8A358938336A2D7989 /* Build configuration list for PBXNativeTarget "IceExceptions iOS" */ = {
+ 9894C6C3D5A3A3CAE26353A2 /* Build configuration list for PBXNativeTarget "IceEnums macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- AE3BF22BE3631AD467287C8C /* Debug */,
- F818780EBB1DEC8ED01D7A45 /* Release */,
+ AD3BEB0CDB00A922F2E5FFBE /* Debug */,
+ 2FC71A055A5BE08D4DCE6F6F /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- A83C98B97BBBC0F6293B1605 /* Build configuration list for PBXNativeTarget "IceBinding iOS" */ = {
+ 9EC5D286577C029889BCB4B5 /* Build configuration list for PBXNativeTarget "IceBinding macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 8E976E97719DBF6421E459E7 /* Debug */,
- 7F72E4A6E081B0FED85E000C /* Release */,
+ 43095FD0C9B2ED68FB7F71F0 /* Debug */,
+ 37B1ABD390F71AFC05B21B64 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- AA4E1DF21390BD06EAF46A88 /* Build configuration list for PBXNativeTarget "IceDefaultValue iOS" */ = {
+ A18454A516D965207D4F3008 /* Build configuration list for PBXNativeTarget "IceOperationsAMD iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 120ECB93429BF48A1D9684B3 /* Debug */,
- 2AEFD48724AC9249A909F057 /* Release */,
+ 8227AB5349819A1124D5F4F5 /* Debug */,
+ 1AF212CEF8AC8EF0D4BFF0A1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- AFCCC19CED1888CC25A13F3E /* Build configuration list for PBXNativeTarget "IceOptionalAMD iOS" */ = {
+ A771D290A9EE0B1C3A3AC282 /* Build configuration list for PBXNativeTarget "IceSSL C++11 iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 66C413E7359E77D2D93BE00F /* Debug */,
- FA1148C7E14AEACD68CBD652 /* Release */,
+ 6B650895353CA403C16F0ADD /* Debug */,
+ AF6CC1CF01731BF283774BAD /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- B30C62274CF1615E6F77B6A5 /* Build configuration list for PBXNativeTarget "IceDefaultServant macOS" */ = {
+ A7C1D6D59EFDDB65399EABD7 /* Build configuration list for PBXNativeTarget "IceStorm iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 4BDFDE67A2BC3803A09DAB4E /* Debug */,
- A8E147C9A29EF278BD7E9569 /* Release */,
+ 97E829D16EB873F2582C0D05 /* Debug */,
+ 117AB76807FAC21E22F35A00 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- B82CBD65E49106AB8BEC6EE7 /* Build configuration list for PBXNativeTarget "IceAdmin macOS" */ = {
+ A7EDF9E50558108FB72DAAB0 /* Build configuration list for PBXNativeTarget "IceTimeout iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- E7660948097AC85D01FA25F6 /* Debug */,
- 54442B46FA621FFC4A4B1860 /* Release */,
+ C92DCE362C08E0F3A3E547B3 /* Debug */,
+ 0478FEE3DC2C3A02F270AE66 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- BCAA0B502165F87E3688990D /* Build configuration list for PBXNativeTarget "IceAdapterDeactivation macOS" */ = {
+ A87B065CD39B02A024341844 /* Build configuration list for PBXNativeTarget "IceSSLConfiguration iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- D46F7C7D73B24F552C5F0F65 /* Debug */,
- 990170D1197EDDD4324618BD /* Release */,
+ 4FC0A7E5127F59B588ADCF18 /* Debug */,
+ F48B433B22F1F47750D21E38 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- BFE08D304CFA17718A90F7A6 /* Build configuration list for PBXNativeTarget "IceOperations macOS" */ = {
+ AA55598B8F9E80B0AD256F28 /* Build configuration list for PBXNativeTarget "IceInterceptor iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 739FAE766944A7DB233A8C46 /* Debug */,
- B26909637C383C8E34620652 /* Release */,
+ A18F3EDA6F58D88AE86DAA05 /* Debug */,
+ 43478D387ECDB9F3A52D73D3 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- C116F07D5CEEEF2A6848F625 /* Build configuration list for PBXNativeTarget "IceScope macOS" */ = {
+ AAA715BD3F2CD68CAC6D28FC /* Build configuration list for PBXNativeTarget "IceTimeout macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 6A2914FDED8C5E954B620A5B /* Debug */,
- 8F38EE7AE64AC0229FD9E742 /* Release */,
+ A3A3461F2E862A9A8DFC43FC /* Debug */,
+ C17350952AC2ED8F1E35DF32 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- C4FBC5720F97D38AB33CE824 /* Build configuration list for PBXNativeTarget "IceImpl iOS" */ = {
+ ACCC5466EF041E1F59EC880E /* Build configuration list for PBXNativeTarget "IceSlicingExceptionsAMD iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- CD2D5E4415D316B6CB0C7CE9 /* Debug */,
- 4E456CF392EDD4F878E6629E /* Release */,
+ 780FDBDE7475BBA0E2300183 /* Debug */,
+ 89E30E8FCC62B950D67A5487 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- C8368AFFD5FFC8AC354B0E2D /* Build configuration list for PBXNativeTarget "IceOptionalAMD macOS" */ = {
+ AF9DBB87DBB291C82B0903BA /* Build configuration list for PBXNativeTarget "IceHold iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- D77D54D3EC9241C8E31B7C65 /* Debug */,
- 1EF05BEA7624694D9335D7AF /* Release */,
+ 13C8295C0CAD9EE4DD29EAA1 /* Debug */,
+ 9A7F352686F0E77D568409B6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- CDC71E7012901B9FA4068481 /* Build configuration list for PBXNativeTarget "TestCommon macOS" */ = {
+ B1F339AE1A837DE5B19DAFF9 /* Build configuration list for PBXNativeTarget "Ice C++11 macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- A92785738059E9B94E5AFD63 /* Debug */,
- 1DD04849AFC1E2BCECA66760 /* Release */,
+ 3C265B30C7E68E8B3FA3B258 /* Debug */,
+ C2331572037474C524A1062B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- CF4BCC5EEEF31E0E865498E0 /* Build configuration list for PBXNativeTarget "IceEnums macOS" */ = {
+ B3637FC2034F040C71CBA3DB /* Build configuration list for PBXNativeTarget "IceOptional iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 952B6C365ED03538447DE9E2 /* Debug */,
- AAFB6698F4B8CC89C425D742 /* Release */,
+ 60197FD810F55B92814C9CB1 /* Debug */,
+ C2C716880D6420FA438BE092 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- D00FCDCADADD3D62C9DD33BA /* Build configuration list for PBXNativeTarget "IceSlicingExceptionsAMD macOS" */ = {
+ BA74A332538B3A5AAE987FF9 /* Build configuration list for PBXNativeTarget "IceSSL C++11 macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- A8A4118029E757F709EA95C9 /* Debug */,
- B9575D1486263BB503B60479 /* Release */,
+ 83235037E59C96ED68F26154 /* Debug */,
+ EC12E83170286A0413FFF675 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- D052381BF7EC56F2F046ACDE /* Build configuration list for PBXNativeTarget "IceInterceptor iOS" */ = {
+ BC626815718E257EFDE925E4 /* Build configuration list for PBXNativeTarget "IceAmi iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- FFF29DDCF16E66EF45BE5922 /* Debug */,
- F1C3BEDE25931B3FB96B7EA0 /* Release */,
+ 412A8ACB1B813ED4BBA871A4 /* Debug */,
+ 10D5303047462E61CAFD2BC1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- D2493A2EB9C9E374A5E27062 /* Build configuration list for PBXNativeTarget "IceHold iOS" */ = {
+ C191FDA6C67BE6B288599047 /* Build configuration list for PBXNativeTarget "IceStorm macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 80C3E24458C429DD01AA29C4 /* Debug */,
- 5A94C86251DC68830589B9FF /* Release */,
+ 7C28B59C61CD73B4AE647A7A /* Debug */,
+ 4F30CA065FF0081908327FF8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- D40D009171D56F0E170B9197 /* Build configuration list for PBXNativeTarget "TestDriver iOS" */ = {
+ C378152636974D7ED3E3764F /* Build configuration list for PBXNativeTarget "IceImpl macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- A04D255B1BF7236A5B1451B7 /* Debug */,
- CECD840BADBECD67AC736C7A /* Release */,
+ 2F23DCD7CE6D8ED347B3BBBF /* Debug */,
+ 05DE07382522BE2CB156E011 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- D6CE63266AA54BD4F1FC851B /* Build configuration list for PBXNativeTarget "IceServantLocator iOS" */ = {
+ C43A4E005F4F0EBC44A3B8DD /* Build configuration list for PBXNativeTarget "IceInfo macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 007437853EB700492DBC3C6D /* Debug */,
- 620D7C12C30624AD6E1062C6 /* Release */,
+ E235D08DC45F15F85E23470C /* Debug */,
+ D1419C2FE980B38F98189377 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- D9602A1186248117A9F994DD /* Build configuration list for PBXNativeTarget "IceInheritance iOS" */ = {
+ C4CF2C826AE2866790463A1A /* Build configuration list for PBXNativeTarget "TestCommon iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- BFC32B9B85751AEFFE8E9276 /* Debug */,
- 616FB115A81049BE1A37A236 /* Release */,
+ C9B61301951726285C899267 /* Debug */,
+ 0F322C9AC524169FFCFAE2F9 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- DC7AE6FFEFC1C9687B0DAA8E /* Build configuration list for PBXNativeTarget "IceSSLConfiguration iOS" */ = {
+ C87BB3F4FA96DAD3D9251418 /* Build configuration list for PBXNativeTarget "IceServices macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- DCAC3ADB5E9D58BC26090FF0 /* Debug */,
- 12D76807C5C07496FC9325D8 /* Release */,
+ DE190FBB492684CB40EB1AD3 /* Debug */,
+ B05C3709A456053DF35615EB /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- DDBFB4ED30316C6AD56456FB /* Build configuration list for PBXNativeTarget "IceSlicingExceptions macOS" */ = {
+ D02BF4A25FC764981223B238 /* Build configuration list for PBXNativeTarget "IceSlicingObjects macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 74E77AA0210D7929DADE2834 /* Debug */,
- 40F85538B1E544B2933306FC /* Release */,
+ 0534E55FE56D2781951843A6 /* Debug */,
+ 420ED1E32468262C504DA763 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- DF14A47D32DB8E244DE27C22 /* Build configuration list for PBXNativeTarget "IceTimeout iOS" */ = {
+ D30D6659052475D18A3742F1 /* Build configuration list for PBXNativeTarget "Ice macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 598EAF08D3A0DA430590F2A3 /* Debug */,
- EAC8B4EA4677FAA8FF8B03F4 /* Release */,
+ C2DC1F50B11B6BEABB10D084 /* Debug */,
+ 9A564D6835EF2514D0A7282F /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- DF6F6EDB53B639000ABCBA3C /* Build configuration list for PBXNativeTarget "IceOptional macOS" */ = {
+ D3595E08281CD784C201F669 /* Build configuration list for PBXNativeTarget "IceDiscovery C++11 macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- CE940D1102B1B1A9A42E599F /* Debug */,
- 481EEF6C7FD816002E4F5D15 /* Release */,
+ C2B9ACE3882260B7F9BBC123 /* Debug */,
+ 8D9C6C11BE61AACEB297D949 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- DF7A04DC2059F635B68BAB89 /* Build configuration list for PBXNativeTarget "TestCommon iOS" */ = {
+ D397AC052A81A357C7B410A6 /* Build configuration list for PBXNativeTarget "IceRetry macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 3402EBCD5116E223264C9CDB /* Debug */,
- EAAECC79FBA33573172EEF5F /* Release */,
+ DC954E3A46DBAB12A3C2E27C /* Debug */,
+ 9F8E52B73F380A574C9FA299 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- DFEFF5AA4F7E96C68160EA9F /* Build configuration list for PBXNativeTarget "IceInterceptor macOS" */ = {
+ D58ADB395E7BD0FB528F85E8 /* Build configuration list for PBXNativeTarget "IceDefaultValue macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 7020113EC074752C355EBDBA /* Debug */,
- 033DDCC2FF30E077F854E533 /* Release */,
+ 8FB13C200AF56E2B69E9710B /* Debug */,
+ B261239DD1E591E1AA4DD5D5 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- E07944DDD6DC5DC5F57E1CDF /* Build configuration list for PBXNativeTarget "IceFacets iOS" */ = {
+ D6B2C56153C2E0FBDBE5CEE2 /* Build configuration list for PBXNativeTarget "IceSSLConfiguration macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 211E3255990BF4B154F787C4 /* Debug */,
- 1D17A53932B5A61AFE47F069 /* Release */,
+ 560139F55F9DC46A971C3F1B /* Debug */,
+ 2B5788071CA5BE06A939C310 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- E236934BA68DFE89F19C4308 /* Build configuration list for PBXNativeTarget "IceInheritance macOS" */ = {
+ D8DD6A5FB35D10F05DC95383 /* Build configuration list for PBXNativeTarget "IceGrid iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- AA9063B4345B16D0BC09B449 /* Debug */,
- C9F24D74C829A007CD823C62 /* Release */,
+ 1AA1FC1E46003F54BA4D88BE /* Debug */,
+ 022B4809DD79A475E68BABA2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- E2452223C1062350F11AC36A /* Build configuration list for PBXNativeTarget "Glacier2 iOS" */ = {
+ DBD346738986C593415E9F4E /* Build configuration list for PBXNativeTarget "IceOperations iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 8B7AE2AA66093005C24BA735 /* Debug */,
- 0425FD7FF441E599C7C99C4A /* Release */,
+ B0FE1CE4E879FCF1290B9AF6 /* Debug */,
+ C48907105C9468BB65F71B9E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- E852106FFD199217B635A2A9 /* Build configuration list for PBXNativeTarget "IceRetry macOS" */ = {
+ DC24B1703E7F5BC6E582D5A0 /* Build configuration list for PBXNativeTarget "Ice C++11 iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 03B19C08836410546454BD64 /* Debug */,
- 0FAB27571C980CEF0CA84BB2 /* Release */,
+ 2E68555008AE53B8E8504038 /* Debug */,
+ E82DFD71EEE212BA85179203 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- EBBBA5F4F22B9618EBBD2747 /* Build configuration list for PBXProject "ice" */ = {
+ DF9689F6EB1F186247BBCC76 /* Build configuration list for PBXNativeTarget "IceUdp macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 04E52E69B0DB8FF758C26C14 /* Debug */,
- 93315B09B57DB825C0C60AD0 /* Release */,
+ 1CFD166FC8513D7F0F1EAC72 /* Debug */,
+ 6A5BDFF1C3555B5EEB7D9A19 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- EE80DD48CFD411E8CAC46953 /* Build configuration list for PBXNativeTarget "IceServices iOS" */ = {
+ E50A45319AF30F8917007EC9 /* Build configuration list for PBXNativeTarget "IceStream iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 22861248C45E51DB60C28C29 /* Debug */,
- 323F8AB463BFB3865F5A8144 /* Release */,
+ 4CC95C05341FB8FE9F28E342 /* Debug */,
+ 200FE66B341BD3E47A96D522 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- F12E67A46B881BCEFDD9A530 /* Build configuration list for PBXNativeTarget "IceExceptionsAMD iOS" */ = {
+ EB38090DCF4AAF3F24097D49 /* Build configuration list for PBXNativeTarget "IceObjects iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 25C9AD64D20482A123BA8DFB /* Debug */,
- 08824C7411477CC50644F411 /* Release */,
+ 9311F28898A6C380DAB76FD1 /* Debug */,
+ DCD981E2659C684DE4633FE7 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- F2267C58765D74857B55DE2F /* Build configuration list for PBXNativeTarget "IceDefaultServant iOS" */ = {
+ ED21D2DA6BBC29E239681DB2 /* Build configuration list for PBXNativeTarget "Ice iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 792B31DFA6BA0E957F07F7BB /* Debug */,
- E83287FCE3337564A77A6109 /* Release */,
+ 4A052D5A85D9AB49A9D2E47F /* Debug */,
+ 27EEDDC601284C28A61A6B6D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- F306EAD1A03C49604A620A29 /* Build configuration list for PBXNativeTarget "IceSlicingObjects macOS" */ = {
+ ED74C3C3335D60E7DB2BBB06 /* Build configuration list for PBXNativeTarget "IceSlicingObjectsAMD iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- CFD09539B051A619C227664A /* Debug */,
- AAFBE4CB82957E29D20CA4CF /* Release */,
+ 10E268FADD06941B68AA1EA0 /* Debug */,
+ 46DED138442EB8E3C8B653AA /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- F31CCFC761A184F8B4400CA5 /* Build configuration list for PBXNativeTarget "IceStream iOS" */ = {
+ EFEB6BEC42B14598747A90C5 /* Build configuration list for PBXNativeTarget "IceDefaultValue iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- C17B0474E380A5DD2B01596B /* Debug */,
- E831E9607DB4CABDCCEAEDE7 /* Release */,
+ 14979AFEDF8E098399278688 /* Debug */,
+ 1DDC3233275FAD0BF3E991AC /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- F6F18AA397B249E07C3874EB /* Build configuration list for PBXNativeTarget "IceOperationsAMD macOS" */ = {
+ F4C7979094BDFC608FD7FF97 /* Build configuration list for PBXNativeTarget "IceUdp iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 0AA924F7F1DB2C974C586183 /* Debug */,
- 7EA4F3AD2E42DCEE26D62CE4 /* Release */,
+ 600428942BC989FFF411FA01 /* Debug */,
+ 5AEFA1FFD69363FA06F7B28B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- F7352CA4A2E6CF3B5769C899 /* Build configuration list for PBXNativeTarget "IceRetry iOS" */ = {
+ F99845BFC163CA7A1F23E527 /* Build configuration list for PBXNativeTarget "IceIAP C++11 iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- FEA24B821480946977C409AD /* Debug */,
- 89B2F183C24C708ECE0417E3 /* Release */,
+ C2BA69E47FC31B611C40CAF7 /* Debug */,
+ 9EC5D38AFE0991783307DE7F /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- FE7515DF774E598FD39AD927 /* Build configuration list for PBXNativeTarget "IceLocatorDiscovery C++11 macOS" */ = {
+ FCCE18830CFBA21E73396392 /* Build configuration list for PBXNativeTarget "IceServantLocator macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 089BBDE067FC5ED6FF6C4DFD /* Debug */,
- 42AB5B49C2A9F5ECCB055B27 /* Release */,
+ 61771E5CAFAF403BCEEAAF62 /* Debug */,
+ A6AF097DD737500DBD013C1C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
- rootObject = D8AC0EF607F0C6DAAC35DF61 /* Project object */;
+ rootObject = 35C90DD66C820C35DFF9F255 /* Project object */;
}
diff --git a/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice iOS.xcscheme b/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice iOS.xcscheme
index 098fabb1227..10509a09153 100644
--- a/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice iOS.xcscheme
+++ b/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice iOS.xcscheme
@@ -14,7 +14,7 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
- BlueprintIdentifier = "112274228A01EB516F707BA3"
+ BlueprintIdentifier = "69C6E605554B226AA899EEEA"
BuildableName = "IceImpl.framework"
BlueprintName = "IceImpl iOS"
ReferencedContainer = "container:ice.xcodeproj">
@@ -28,7 +28,7 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
- BlueprintIdentifier = "5CE6BECEFF1EAAE1D03173AE"
+ BlueprintIdentifier = "92898A5CD90373C1101171CB"
BuildableName = "Ice.framework"
BlueprintName = "Ice iOS"
ReferencedContainer = "container:ice.xcodeproj">
@@ -42,7 +42,7 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
- BlueprintIdentifier = "A5C46C8C09BC73AF9624CD41"
+ BlueprintIdentifier = "5CE5A06DD18329FBF0ED872E"
BuildableName = "Glacier2.framework"
BlueprintName = "Glacier2 iOS"
ReferencedContainer = "container:ice.xcodeproj">
@@ -56,7 +56,7 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
- BlueprintIdentifier = "42E090EA16E47B47E62A7A73"
+ BlueprintIdentifier = "C43E0B56E899A1EF58E70B90"
BuildableName = "IceStorm.framework"
BlueprintName = "IceStorm iOS"
ReferencedContainer = "container:ice.xcodeproj">
@@ -70,7 +70,7 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
- BlueprintIdentifier = "DE9A0CAF0D302A90ED994425"
+ BlueprintIdentifier = "A77E1E8B6BC3DAB1A4CEB56B"
BuildableName = "IceGrid.framework"
BlueprintName = "IceGrid iOS"
ReferencedContainer = "container:ice.xcodeproj">
diff --git a/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice macOS.xcscheme b/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice macOS.xcscheme
index 74e0a1eebaa..df8b03a0734 100644
--- a/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice macOS.xcscheme
+++ b/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice macOS.xcscheme
@@ -14,7 +14,7 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
- BlueprintIdentifier = "648F72582EAC4E145601F024"
+ BlueprintIdentifier = "439F0AFD9CC68DD650B896D1"
BuildableName = "IceImpl.framework"
BlueprintName = "IceImpl macOS"
ReferencedContainer = "container:ice.xcodeproj">
@@ -28,7 +28,7 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
- BlueprintIdentifier = "C17A34B04BEFFA036F13C3A5"
+ BlueprintIdentifier = "917CD431CF220B67467E9A31"
BuildableName = "Ice.framework"
BlueprintName = "Ice macOS"
ReferencedContainer = "container:ice.xcodeproj">
@@ -42,7 +42,7 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
- BlueprintIdentifier = "08C36D0D7B1B57CDCC4D3F7E"
+ BlueprintIdentifier = "A9799C06422C51483F1D0F25"
BuildableName = "Glacier2.framework"
BlueprintName = "Glacier2 macOS"
ReferencedContainer = "container:ice.xcodeproj">
@@ -56,7 +56,7 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
- BlueprintIdentifier = "A3B4665C4E5F7274153A4017"
+ BlueprintIdentifier = "AF6C18174B177EEA137C9CE9"
BuildableName = "IceStorm.framework"
BlueprintName = "IceStorm macOS"
ReferencedContainer = "container:ice.xcodeproj">
@@ -70,7 +70,7 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
- BlueprintIdentifier = "D26BBA4E49AB6CFCA5AF507B"
+ BlueprintIdentifier = "27FEB5394EE2DAD06C8BA4A2"
BuildableName = "IceGrid.framework"
BlueprintName = "IceGrid macOS"
ReferencedContainer = "container:ice.xcodeproj">