diff options
author | Jose <jose@zeroc.com> | 2019-09-24 20:58:22 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-09-24 20:59:17 +0200 |
commit | 7d265b989549cc6577388d45ef4a25b3453a40df (patch) | |
tree | b3df72b9d90fcaac6969a129d4ca37c3b3af6d80 | |
parent | Include iceboxnet netcoreapp3.0 target with NuGet packages (diff) | |
download | ice-7d265b989549cc6577388d45ef4a25b3453a40df.tar.bz2 ice-7d265b989549cc6577388d45ef4a25b3453a40df.tar.xz ice-7d265b989549cc6577388d45ef4a25b3453a40df.zip |
Fix Swift Xcode deployment target settings
-rw-r--r-- | swift/Rakefile | 5 | ||||
-rw-r--r-- | swift/ice.xcodeproj/project.pbxproj | 18626 | ||||
-rw-r--r-- | swift/ice.xcodeproj/xcshareddata/xcschemes/Ice iOS.xcscheme | 10 | ||||
-rw-r--r-- | swift/ice.xcodeproj/xcshareddata/xcschemes/Ice macOS.xcscheme | 10 |
4 files changed, 9412 insertions, 9239 deletions
diff --git a/swift/Rakefile b/swift/Rakefile index 254322bc924..fd26ce54b04 100644 --- a/swift/Rakefile +++ b/swift/Rakefile @@ -222,6 +222,7 @@ def create_platform_targets(project, platform, bindist) attributes: ["Public"]) target_set_common_build_settings(target, "IceImpl", plist: "src/IceImpl/Info.plist") + target_set_deployment_target(target, platform) # # IceImpl depends on Ice for C++ frameworks @@ -373,6 +374,7 @@ def create_platform_targets(project, platform, bindist) target_set_common_build_settings(target, "TestCommon", plist: "test/TestCommon/Info.plist", swift: true) + target_set_deployment_target(target, platform) target = project.new_target(:application, "TestDriver", platform) target.name = "#{target.name} #{platform_name}" @@ -380,6 +382,7 @@ def create_platform_targets(project, platform, bindist) plist: "test/TestDriver/#{platform_name}/Info.plist", swift: true, identifier: "com.zeroc.Swift-Test-Controller") + target_set_deployment_target(target, platform) target_add_slice2swift_build_rule(project, target) target_add_swiftlint_build_phase(target, "test/TestDriver") @@ -454,6 +457,7 @@ def create_platform_targets(project, platform, bindist) end target_set_framework_build_settings(target) + target_set_deployment_target(target, platform) target.build_configurations.each { |config| config.build_settings["ENABLE_BITCODE"] = "NO" } @@ -519,6 +523,7 @@ def create_platform_targets(project, platform, bindist) target.frameworks_build_phases.add_file_reference(test_common_target.product_reference, true) target_set_framework_build_settings(target) + target_set_deployment_target(target, platform) target.build_configurations.each { |config| config.build_settings["ENABLE_BITCODE"] = "NO" } diff --git a/swift/ice.xcodeproj/project.pbxproj b/swift/ice.xcodeproj/project.pbxproj index 18be236a454..1a623cd4062 100644 --- a/swift/ice.xcodeproj/project.pbxproj +++ b/swift/ice.xcodeproj/project.pbxproj @@ -7,1496 +7,1496 @@ objects = { /* Begin PBXBuildFile section */ - 0008EB1ACFB10E43D1EA8CA6 /* Time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 256D66138A8CC9F4D9D69B04 /* Time.cpp */; }; - 002946F955998340AEBE29EA /* Shared.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 05F4A79D9047F7D7887D4026 /* Shared.cpp */; }; - 00B031E104542FF7C4D7C15A /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21B2DF8ACD05A0824CB9070 /* Client.swift */; }; - 00EBCAEEBDE53AF8521E952B /* WSEndpoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE21640020F5339858DF3217 /* WSEndpoint.cpp */; }; - 011F416C0A0E56A83EF99D74 /* IceServices.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = CEB61745AE680259C17612AF /* IceServices.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 0164D4587501E9B73FDED890 /* FactoryTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FF1F9AD0B3BF5C4A9A05E3FC /* FactoryTable.cpp */; }; - 01BDDA2A2453306AF15CE38E /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = D047C635859C17C992DAF8C6 /* Client.swift */; }; - 01CAB6B398F35C214C929628 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 01E70AFC7D6587AFC4118EA3 /* Exception.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAAC1B9EC9FD17079CD9FC70 /* Exception.swift */; }; - 022AFCC2CC66249591E27C39 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 02301EE16A59A562A1F1D4EE /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = D047C635859C17C992DAF8C6 /* Client.swift */; }; - 02649C182D91B55856B1659D /* Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 540E5ECC983F0A119ED15EF4 /* Timer.cpp */; }; - 027A0E53E3E5D322516DB216 /* libIceDiscovery C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CF62C96B208DED1E58F41D18 /* libIceDiscovery C++11 iOS.a */; }; - 028BBA3AC99FB0850E096AA7 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96115E7DA361BE9FE080D233 /* TestI.swift */; }; - 02D28D1F445BD96E4468BAB2 /* ObjectAdapter.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2CED9DD620ECD580AF80AC44 /* ObjectAdapter.ice */; }; - 03120AF6F805187A5B4F3EED /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2290FDD4932E0158934A51C7 /* RouterF.ice */; }; - 0401EBDC32904B820F13F174 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 986E74376673D6F74346A7F4 /* TestI.swift */; }; - 0402F955B9353CEDB5AFBDD0 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3F7641916F3AE9E31B425BF /* TestI.swift */; }; - 042630D208C6963A6C54E923 /* ServantLocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8620C4F989EBB20EC41C60E1 /* ServantLocatorF.ice */; }; - 048C26BFFF3F0310AF3003D6 /* Connection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9D3F26CAC95240A5D1C7F743 /* Connection.mm */; }; - 048D53D223FCEED416A4826B /* FactoryTableInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2086E43DC848B8A713C603FB /* FactoryTableInit.cpp */; }; - 04AA663F58D5A6735CF8626A /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4E7B961E84FD0A2A952175 /* Client.swift */; }; - 04B7E700CD783636302F4EAA /* IceInvoke.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 266D2154CE4C53AB46CC81F9 /* IceInvoke.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 04D9BBEC8AB21C02E31D82F1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 04DF031C9B65C9428FC66C3F /* ClientPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5A310C25B4813263EE17C4E0 /* ClientPrivate.ice */; }; - 04F5EF139EE1D4B4A21BF72D /* Acceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42378CB1C0C8D547F1B731BC /* Acceptor.cpp */; }; - 04F626B88D8324E0E0035645 /* InstrumentationI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A8A8CB626E40AFBF4615CF3 /* InstrumentationI.cpp */; }; - 0506ABCBF72C88FA63BEF852 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6780F346E49040147E36D66E /* Client.swift */; }; - 05A25BE8C2E7D042E3CD3092 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AF5753C9C192A28F53F7D83 /* Client.swift */; }; - 05A2C9BD1B7B98ACB33265AA /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDBF83D4DC0C2124ED054B74 /* ServerAMD.swift */; }; - 05A46C438D4B71CE04394BE4 /* EndpointF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9D9A3AA3C804CD937FA3EA95 /* EndpointF.ice */; }; - 06075129E29B804C3C980E35 /* IceUdp.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 6F2A86B630351ED7F28B7F97 /* IceUdp.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 06A0F20413AA5801A5813C0A /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BB3D6DE7BCAD88301D74DE3 /* AllTests.swift */; }; - 06C480E7B8206BA41A964CE8 /* BatchRequestQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 776F64565D04F9E7496069A8 /* BatchRequestQueue.cpp */; }; - 070F23A7A83217EA9E8E933F /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 07B91ACF7E935DEC13E43113 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 07C639EAC694628CCB5E1491 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 07CCF8AD25B7F3E0DABE421A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 07F0EED0462DE9210BB87183 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - 0816F96AA389FC5D6E421C92 /* IPEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AC209B2BEFB9B02B6EF96387 /* IPEndpointI.cpp */; }; - 0817A5DC3158E788DB5CDCF7 /* Initialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8409D146A19F93DE67B42E0 /* Initialize.swift */; }; - 0838953A3CEADC0366C1CE34 /* Session.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2B3A1C54E77886CEDCC54CEF /* Session.ice */; }; - 08578E782388AA108AA418D6 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 0883299B7032A41D7B036388 /* EndpointTypes.ice in Sources */ = {isa = PBXBuildFile; fileRef = B6EBE9477CF104A79B247B49 /* EndpointTypes.ice */; }; - 08835C0CF73C3D55A0368C40 /* Proxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A9FC9558E610533B51AAEF8 /* Proxy.swift */; }; - 08A0C1843896B2195ECBCAA7 /* Endpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FE57F1514490B5958300850 /* Endpoint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 08AFD3B20ABF77FB1B5B9EDF /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = E39A8E7977D2EB40393F8197 /* Server.swift */; }; - 08C3C55398B2120840144B70 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 691312B0CDD5A5BB1F5251A2 /* Test.ice */; }; - 08FBC794701702AC1FDF970A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 090AB149349434D6AD138492 /* LocalExceptionFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18F7419F41B19F73C94BEB73 /* LocalExceptionFactory.swift */; }; - 09252C5ED5B8943F31F9BF06 /* ObjectAdapterI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E37A53B9A34099CD7029BDC /* ObjectAdapterI.cpp */; }; - 093B0DFE343A5E7B03A305C8 /* IceGrid.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F5DF7E474CA51C8DBB0C3939 /* IceGrid.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 09D353A86D8E3F079A5A993F /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 09D4820E6B022A95CE45D488 /* Admin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 67123693C7FDBFFAD33965B2 /* Admin.ice */; }; - 09EC70DEE11857102CD4A668 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 0A2C96105411C2B9D9A2D873 /* UUID.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BDB21F2609CB197466E7FE0C /* UUID.cpp */; }; - 0A32A256A3DC438C9AEC8E4D /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = EF3EF8F522407D9EBA6ECD43 /* ConnectionInfo.ice */; }; - 0ACA4B85A615844745E57F1C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 0AFCCE1F38A00F95FB1F7E77 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 0B2CAC94C5EDB50049E018BC /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 0B40FAE8BE685717EEBCDE73 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 0C0E93AC1A1E0965797A28DE /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 0C221BBB871E77B6C2FDBAF9 /* RequestHandlerFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B9B6DACE5A68266CE843896 /* RequestHandlerFactory.cpp */; }; - 0C7B7D8C7C3BD726795D1B88 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 0C83601FA9FE6F2E197013DD /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 0CB14CB53D322743443FF06A /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB31105416CF31261498C9C9 /* TestAMDI.swift */; }; - 0CE781E76A244E3592A19C94 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2747277751E090BE7AB46462 /* AllTests.swift */; }; - 0D0C09E831C6BE32871E25D4 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 0D107EDF9263D52E95416ECA /* FacetMap.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1A5180F79960879D3E7BD4E9 /* FacetMap.ice */; }; - 0D190F3F5FA692C4A4BE06A2 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 0D291D4E54CF6D7B188CF633 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 216F5237DDCD3EA69D8B6F31 /* Client.swift */; }; - 0D5C4DFC78C49AC58AB033E8 /* SlicedData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65D72BB457F985692E41C873 /* SlicedData.cpp */; }; - 0D6A06017DC92372CF0C6BFC /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BB3D6DE7BCAD88301D74DE3 /* AllTests.swift */; }; - 0D7E90FE2D7115ACB4CD53C2 /* SliceChecksums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 75F3B51B5B84012464C293B8 /* SliceChecksums.cpp */; }; - 0D8FA4B4A04A4B70C71A5D89 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0F237F7AE4128BE90E20AF97 /* Test.ice */; }; - 0DA8C6C70FB060D13BB9B396 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = FF6F90A6F754D4AD5E01F69E /* Metrics.ice */; }; - 0DDD719189CD68D4FA4B1C24 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 0DED7B94677561DC274B514C /* LocalException.ice in Sources */ = {isa = PBXBuildFile; fileRef = C36053D7848970D065779B25 /* LocalException.ice */; }; - 0DFF7ED1DEFB4CB2308FE9A9 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 0E41F40507DB09B41E127F64 /* Communicator.h in Headers */ = {isa = PBXBuildFile; fileRef = CA90C8591DC4DFEAB2851BA6 /* Communicator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0E64FCE96A63E0E952BD9AF2 /* Selector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 248D6E23F70CAFFAA4DEDAEF /* Selector.cpp */; }; - 0E683967440A10AC6BA6EC71 /* ConsoleUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A48ED1088D1B85AA47DB9032 /* ConsoleUtil.cpp */; }; - 0F6BF0EE4E8DBAB708FC92AB /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 046B3BEDCE698DB359052309 /* Server.swift */; }; - 0F7B1555333387A3E1F926A4 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCEA200C62A2A206FD158E69 /* AllTests.swift */; }; - 0F936EA77F49DA4A0C7A4550 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = A84055AA218B4621B3EECB84 /* Collocated.swift */; }; - 0FEA2C1E0340B370F1143109 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 0FEA5F13607E8B96742ED439 /* IceSlicingObjects.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 15EA5A8E80383239E753C73F /* IceSlicingObjects.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 1002EFA8731F0AF2C9E6F704 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 103C4A5501203982C2AC93E7 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 1070C903CF8D56A806E7A571 /* Transceiver.mm in Sources */ = {isa = PBXBuildFile; fileRef = ED3EE5CEC3CB3AC01FE2D547 /* Transceiver.mm */; }; - 107BFD091F824A1C3F3C75DE /* IceSSLConfiguration.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = AF62B57B59493B21A4BA142B /* IceSSLConfiguration.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 109451EC23D9988062268A5A /* ObjectAdapterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = D6C0F0A41221E464FCA71B6A /* ObjectAdapterF.ice */; }; - 10CC687274DE5728DB6B2036 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031177A29C4EB0B8482FF888 /* Server.swift */; }; - 10E1710372ADFBAB1AD205EC /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 705846A6CCF6AC5E51C0778F /* Server.swift */; }; - 11134C2F026850348980C282 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = A160ED5E7341AF3AE396EC3E /* Server.swift */; }; - 11C06D13B5C44B8814C4C6F0 /* SecureTransportPluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A426EDBFA3B6D2B1A5FD1F71 /* SecureTransportPluginI.cpp */; }; - 11C76F3D247A8E410969E7E2 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 11CF97DDDA2A02A8DCF17628 /* Main.storyboard in Sources */ = {isa = PBXBuildFile; fileRef = 35F98A52CBFB081CF8F62F17 /* Main.storyboard */; }; - 126615DF9EEA15AEEA606C3C /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 127D3C45DD162B470A7DF24E /* ValueFactoryManagerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1185F4523B4C0843F9AE8E9D /* ValueFactoryManagerI.cpp */; }; - 127D7728C5ED884CA7CC5F2C /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D1D6C0384975A8DB3D3C50C /* Server.swift */; }; - 12E62918DF5007B40839E0E1 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F19B2F0DE56F48F274F63B /* AllTests.swift */; }; - 138DA9CC1C8CF2F493CF17EA /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 13EF9E1D0C2B916EBE5C37EE /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2290FDD4932E0158934A51C7 /* RouterF.ice */; }; - 140929A90F63F916AC161F15 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 130DBC2ECA372111BF3D0FE0 /* TestI.swift */; }; - 1451C0BFC0D1C353567AADB2 /* PropertiesI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1D58239D38F6E5E867081A94 /* PropertiesI.cpp */; }; - 1456A038163D4FF3B8B843A6 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4B7A54D7D8D241D38EC336 /* AllTests.swift */; }; - 1456DA62AF112CF445DC7DAE /* ObjectAdapterI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FE3CF94CC23B2487BDECCFA /* ObjectAdapterI.swift */; }; - 1456E560BB18113F13480EDC /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 14F0708E14027137DED92CF2 /* IceSlicingObjectsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 0294E89F0F199DEED13D4C9F /* IceSlicingObjectsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 14F50A898A75E81AD496D88E /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E29A6C42B64B3F08A6272045 /* Glacier2.framework */; }; - 152392B284527F726AB23430 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 1524F4CC76B7ABE55E334C71 /* Proxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A9FC9558E610533B51AAEF8 /* Proxy.swift */; }; - 155BAD05C4537249D33BCACC /* ServantManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD204E0BD15DCB1EA7559765 /* ServantManager.cpp */; }; - 15C7B5F0C10BBCDC5CCE87B0 /* ConnectorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE422BBBA33CF320BE3DD0B2 /* ConnectorI.cpp */; }; - 164758C22B7082EC0ABEA18C /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7FA0D440B6E9FE30CD457F8D /* Test.ice */; }; - 16623AC5FD056662B896393B /* IncomingAsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EEEFA1E32EEA4AC029208173 /* IncomingAsync.cpp */; }; - 16D5E66D491C4D9F1552F119 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 1736F803D75523742C96B586 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 26A5FCC3EB609824633A9FE7 /* Test.ice */; }; - 175C43C099BCC1041DA1705B /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 17635AD48CF4A14CAA9E8245 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 17732C15EDA249CCF49B68F4 /* BatchRequestQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 776F64565D04F9E7496069A8 /* BatchRequestQueue.cpp */; }; - 177B8854FDB1F4548E31594C /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 17839D08AC353027D938C788 /* PluginFacade.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6CD890C2EA2EAC00F8503428 /* PluginFacade.ice */; }; - 178EE5A235CFB77F11655220 /* IceEnums.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = FB02149872CD39EE2A0E6C24 /* IceEnums.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 17BA3F07F6D076D9B8EEF38E /* SecureTransportUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F0462274C44EC6DD8D232452 /* SecureTransportUtil.cpp */; }; - 17C5D0C98E63602882253705 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBC3B3FBB0D99EA424246581 /* Client.swift */; }; - 17FD25992140BABB407F5245 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FCC2DBAEC7F9BC3E30ACE12 /* ServerAMD.swift */; }; - 182110CDB182B55181715A3A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 1822C6C1A8F8A82A9D6E2F80 /* ValueFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = E36C9FCEF6BE15A700E6B655 /* ValueFactory.ice */; }; - 183AB14E65196EE672BA5BD2 /* PropertiesI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4545B8B5E876757148DAC90F /* PropertiesI.swift */; }; - 183BE00987CDFA46CA2B2B52 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6223BA13936A59E9CBC27B63 /* Test.ice */; }; - 184097FD7AB38CC111D7A004 /* RouterInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6421F515DC294BB7F3FA455C /* RouterInfo.cpp */; }; - 1888A4DACCA6871C296277C3 /* IceTimeout.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 41ECE05D0CF99B0291912549 /* IceTimeout.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 190054144E268C703AA4AE4C /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 1907A42257C47141EBD0F0C6 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = B5031463167C8D09461EEA89 /* Router.ice */; }; - 1930C0F484CA32B55A8CA46E /* Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 540E5ECC983F0A119ED15EF4 /* Timer.cpp */; }; - 198E9D84C5DFA465F8B911B5 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 986E74376673D6F74346A7F4 /* TestI.swift */; }; - 1995DA03BDFFC2B60F511CA2 /* StreamSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7DF75900EBEAF97D00001A11 /* StreamSocket.cpp */; }; - 19B5FD727FF4281BE6512ED6 /* AdminFacetFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA00BAF54472F0047ACCE007 /* AdminFacetFactory.swift */; }; - 19CAA5C56E220F945D1C9951 /* TestCommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B01E3B4036018B18EE2CCD5 /* TestCommon.swift */; }; - 19E5FA06BD6FB7C3BEF4C648 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDB3B475B1486012456B7586 /* AllTests.swift */; }; - 1A0FD530DD253678198E2752 /* TraceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 1970010C3838E8F56871B9C5 /* TraceUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1A23B3D4DFDE9202F01CF8ED /* DynamicLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 319EA2552ACEA408CA472547 /* DynamicLibrary.cpp */; }; - 1A85EF60D69253DF1A1C7357 /* WSTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FDE779928EAEDEC028B585C6 /* WSTransceiver.cpp */; }; - 1AA834956B84D8A578E0AC4C /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6822A9EB333261B0D95F99 /* Collocated.swift */; }; - 1AC471AE890319054CE01A5E /* Random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 86DFDF2E1A6AFDE8698E910B /* Random.cpp */; }; - 1B180493CD7B5099F3C20DA0 /* ObjectAdapter.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2CED9DD620ECD580AF80AC44 /* ObjectAdapter.ice */; }; - 1B85BCB469C1E7CC1FDE3132 /* UdpEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 188E13E1AB9C472021EF1A05 /* UdpEndpointI.cpp */; }; - 1B8C2E3C35811D85FE48CBAE /* Registry.ice in Sources */ = {isa = PBXBuildFile; fileRef = A46D118FBD00C2F98B7616BD /* Registry.ice */; }; - 1B8D308B93CBFD2B4F33F5C6 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 1BA8AF6725E38FDDCCA8C085 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 516C92124FA892676E5D6A5F /* AllTests.swift */; }; - 1BF2CD313367A7886A57D022 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2BEA144C581335255317AA /* Client.swift */; }; - 1C0C0FA78C7DB82E215D8B2F /* SliceChecksumDict.ice in Sources */ = {isa = PBXBuildFile; fileRef = 99AEF5EA46657B6ED564F874 /* SliceChecksumDict.ice */; }; - 1C477AF97B6487919406DE32 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFE5F53CE14ED91BAFDC81D8 /* Client.swift */; }; - 1C50CC357D87C84C047B12A8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 1CED05DCEF7A3D95AD2EF65E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 1D27A0A4B06E3440A3FDD9EB /* Version.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1B58F4A3F45E3C3D52CA5184 /* Version.ice */; }; - 1D78F9766C041BEA08E9D140 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - 1D9031000DBCCCCBE77373F7 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = B5031463167C8D09461EEA89 /* Router.ice */; }; - 1DA584AA77740C19EE1E9848 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B99BF2290A092943A50027 /* Client.swift */; }; - 1DA6DE1510DC57DF510DE556 /* SystemdJournalI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AAA5E92FF0A89A2101A01B04 /* SystemdJournalI.cpp */; }; - 1DF54BF56A81A5A6DF9E436E /* UserAccountMapper.ice in Sources */ = {isa = PBXBuildFile; fileRef = D6B0FF60805D86B3FF5DDEB4 /* UserAccountMapper.ice */; }; - 1E15EDC9FC9E9D03C786E32B /* Object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF51E9E481D5DB65E6836664 /* Object.cpp */; }; - 1E84E87AB8045024AE55D9F9 /* LocalExceptionFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18F7419F41B19F73C94BEB73 /* LocalExceptionFactory.swift */; }; - 1E87F56C76816908B14949FD /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A002B1D7586F4132829E76E /* TestI.swift */; }; - 1EA14BBFCD3A185F3B0B2070 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 27A7A7FAB9B03D8750C72556 /* TestAMD.ice */; }; - 1EBA3B100C307B3451816717 /* EndpointFactoryManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3334F2BC348A909B0B880129 /* EndpointFactoryManager.cpp */; }; - 1EC890C93EF8D956673AAB60 /* CountDownLatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E7D29120208D7804FBCA7EDA /* CountDownLatch.cpp */; }; - 1EC95F0AC468A960E3BD67D3 /* ObjectAdapterFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 336F7B494507256573581E6F /* ObjectAdapterFactory.cpp */; }; - 1EF4BA0C53C1FA93586A221A /* RemoteLogger.ice in Sources */ = {isa = PBXBuildFile; fileRef = 030B62F4809F1599A477321D /* RemoteLogger.ice */; }; - 1F01A54EE3223C8A735B4C28 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E80B279B465F07BD1B2E865 /* TestI.swift */; }; - 1F071C7FB87C87B2D1776060 /* EndpointFactoryManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3334F2BC348A909B0B880129 /* EndpointFactoryManager.cpp */; }; - 1F742FD3EB244DEB0A88FBD9 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08AC7504F973E9681A3FB127 /* TestI.swift */; }; - 1F799D5613D353C4D1280359 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 1F7FF63FE1C9ADC87F8544DA /* Plugin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1086EBD475337961F0F47AA3 /* Plugin.ice */; }; - 1F9ADDD409EFA01DE76D0F1F /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 1FEF9997C7226580FD19933D /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 202AF2BBB730C19767A1E7BD /* ConnectRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 695E7C5986C05DC443D69413 /* ConnectRequestHandler.cpp */; }; - 2038F82A912DBDDAFBA1018D /* NativePropertiesAdmin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F552C8A9F21AD142D523B1A /* NativePropertiesAdmin.swift */; }; - 2066830A501C29246C2E1718 /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = EE2D5043FCAA28AC3A93D1FA /* EndpointInfo.ice */; }; - 20CC6C14E40731A0A731689B /* TraceLevels.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99B29A0E4AA5F9A8EAA7CF5C /* TraceLevels.cpp */; }; - 20D579B161DB7D2F92F97FBE /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 210B9FA642A0A5B087DBB948 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 210EE1753B56886658CD481C /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB37392A42292C23B3FF9478 /* TestI.swift */; }; - 21145679946D6199F3555AAF /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 555D854FBE6A4C0A968E0C48 /* Client.swift */; }; - 214643AA91C9D7282238AF8A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 21552ACFAAA8141BDD6964D9 /* Transceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECC26E8ADB63965CE485E3BB /* Transceiver.cpp */; }; - 216E935B834BA4659CC32ED4 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 046B3BEDCE698DB359052309 /* Server.swift */; }; - 218EE762DCFFF4033258A9B4 /* Oneways.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC90CFB3D0770FA91FFBA62 /* Oneways.swift */; }; - 219B08BB7837AD07087D3B1A /* IceGrid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5DF7E474CA51C8DBB0C3939 /* IceGrid.framework */; }; - 220BEF0E3130CD4E6C442E1F /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = D663EDCD9BBDC0605BA5BB8D /* Test.ice */; }; - 222CCB45CCB28CB592D9036E /* Process.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7DCF9C52B5E7E459AB296FB8 /* Process.ice */; }; - 222F079E363634006ED73F8C /* Connection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9D3F26CAC95240A5D1C7F743 /* Connection.mm */; }; - 2267C663832EA44DB73C79D7 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9F68B8316C0AC7480B33A89 /* Server.swift */; }; - 227361194DFE83D7E18D9C6F /* PropertiesF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7447DF1712E43FCEE0DE0C97 /* PropertiesF.ice */; }; - 227DFB562D329A3AFA801E92 /* Properties.h in Headers */ = {isa = PBXBuildFile; fileRef = E58CC33BA1B6706A1ECEBE0D /* Properties.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 22DD0D198A1FC07B3F63ADE2 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 2391A2CEEFA7618E62563B6B /* LocalExceptionDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63E307EEB3EAD5EF82A76BA3 /* LocalExceptionDescription.swift */; }; - 23E819C5DF01459B039BBC16 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18C4178D9C5802BCF63B2DF1 /* Security.framework */; }; - 2412FB9A37E58480C03AB3E3 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = CEFD4C0D0DC33D38124F165A /* Test.ice */; }; - 241BE39909E3CE4E3A331767 /* PropertiesI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4545B8B5E876757148DAC90F /* PropertiesI.swift */; }; - 246252370F72CB2AE90D1445 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8A6E946E0BBE7D551087DED /* AllTests.swift */; }; - 246F1BE841A5D8E99D7F7924 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 24C791C69C888815CDD0CFE0 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96115E7DA361BE9FE080D233 /* TestI.swift */; }; - 24D6CBD476391C121FC8704B /* ValueFactoryManagerI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E02B63D8DA13D404641957BD /* ValueFactoryManagerI.swift */; }; - 24DCFF45BC91EFCBBE5D9736 /* Options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5BDD899B3FCB355E85FE276A /* Options.cpp */; }; - 250516C2D4FE33A3997D3BED /* IceUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 693B401A2E6012BD741DBDBB /* IceUtil.mm */; }; - 25098936AB2EBCB7FABDC7C0 /* Connection.h in Headers */ = {isa = PBXBuildFile; fileRef = 480B6BB82440B4A05286F375 /* Connection.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 254CE3A4BC7486B0443F87B8 /* Properties.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4D6B30977E3170BCF21F561 /* Properties.mm */; }; - 25A2864F800DA1FFBFFDDE4A /* PropertiesAdminI.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0DB52B51E3FA93300C43C25 /* PropertiesAdminI.swift */; }; - 25A798D54753E4040A59B99C /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DA81240A40FD51B540D115A /* TestI.swift */; }; - 25C5E6EE03ECAF26A64F8A32 /* SliceChecksumDict.ice in Sources */ = {isa = PBXBuildFile; fileRef = 99AEF5EA46657B6ED564F874 /* SliceChecksumDict.ice */; }; - 25EF5E8E906AB6741A5C33BF /* InstrumentationF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 386A9C7E30E6E25CE9DC7120 /* InstrumentationF.ice */; }; - 2631756F5F83E423F63326AA /* AdminFacetFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA00BAF54472F0047ACCE007 /* AdminFacetFactory.swift */; }; - 2636CAF6DC777A6207142E0B /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 26A65F2DE043B99CD7D17346 /* ServerPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = C924C811F06B4B4F9987B42F /* ServerPrivate.ice */; }; - 270E56308AF7EA81132384E3 /* ReferenceFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7304F62CB64BDC2984BA3C6 /* ReferenceFactory.cpp */; }; - 272201C32AC35FCBA0EAD735 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC3ECEE32C1DD72EC161DCD4 /* TestI.swift */; }; - 2782942730E26086F19AC718 /* LocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8BEA93BE8BB4C0A3C430135A /* LocatorF.ice */; }; - 27AFFE63B31F1445FECAFC38 /* ImplicitContext.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2D45726D5333AF97C3001475 /* ImplicitContext.ice */; }; - 280172284DA505A98F136BDC /* PermissionsVerifierF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7F42C025301718A25C13AB2E /* PermissionsVerifierF.ice */; }; - 2802CBA675AAA6B3EC78572D /* Logger.mm in Sources */ = {isa = PBXBuildFile; fileRef = CBFF990B4C3473A7ABF0E1EA /* Logger.mm */; }; - 281C6675015FE9639E51AD15 /* IceGrid.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 9B9DD6B8FA13BCACE6FF4DA3 /* IceGrid.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 2854754296EB0F9832F55201 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 02409803462CE8AE1557CDB0 /* Test.ice */; }; - 28631EE8DC35C507DA92B4E8 /* ThreadException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 585FBD2EF3DB58734ECBAF90 /* ThreadException.cpp */; }; - 286F8E6BB10CA4E5E8A1CB68 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 289B4B0CFDC82C4F50FC8AB7 /* LocalObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = B0C3295BF86665F1B767FC14 /* LocalObject.mm */; }; - 28E5AE3C7E45F763BA09F1A1 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 28EF9109D9799879464A159A /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8A6E946E0BBE7D551087DED /* AllTests.swift */; }; - 29128718C36F388B60C70038 /* ClassResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7862E351DA13E225FB603DA /* ClassResolver.swift */; }; - 292A0CC26EEBF7429D227445 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = A37ED46987DC8429AB4BE932 /* Util.swift */; }; - 293080E818F9B83FF4CADD7F /* ServerPrivateAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = ECD3A36C89C9323FC0BCB8AF /* ServerPrivateAMD.ice */; }; - 293FEB74F5F06C5FE98DAB7B /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 40586F7FCE20694EC93CBD93 /* ConnectionInfo.ice */; }; - 294F6C0C9BB876057DF00FAE /* Mutex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46136415E5E0780A7231F0D7 /* Mutex.swift */; }; - 295870F9AF7D2CFAEC348D8C /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 29859E09A1CA528E1DC81F09 /* Thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F6625C8152FBC2B4214D132E /* Thread.cpp */; }; - 299ADDA2C5EC6C9CAFDF0642 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8371B9C189899699E35CC39F /* TestAMDI.swift */; }; - 299D60FE2F0023519109AB40 /* InputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D8419EA2968ACDCD964874C /* InputStream.swift */; }; - 29A897360961FD1133F9B9F3 /* Properties.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5F104F592129B5EED7D13A75 /* Properties.ice */; }; - 2A0E512BC70D41215FF7C2AF /* RequestHandlerFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B9B6DACE5A68266CE843896 /* RequestHandlerFactory.cpp */; }; - 2A38EB4D56C8A191B662ED38 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 32A1FA9E8C385F2FD45747A3 /* Metrics.ice */; }; - 2A482E18F20F260AEED25EBB /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 2A69616045163C71CB108845 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = A84055AA218B4621B3EECB84 /* Collocated.swift */; }; - 2A780837A659F0227A63AD75 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 2A892E03C145D072DB22CC4F /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 617DC198990C65BA06059C7F /* Collocated.swift */; }; - 2B0CC61EDF4D4C63F0431D98 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - 2B1ABA05B1477D333EC51758 /* ConsoleUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A48ED1088D1B85AA47DB9032 /* ConsoleUtil.cpp */; }; - 2B9E6ED85C477EE1FBD2A96D /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC0D789547F266AFD281732B /* AllTests.swift */; }; - 2BCC9610BF6141350C606747 /* SecureTransportUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F0462274C44EC6DD8D232452 /* SecureTransportUtil.cpp */; }; - 2BE22C2C7FD682F1C73A93F6 /* Initialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8409D146A19F93DE67B42E0 /* Initialize.swift */; }; - 2BF0CBEAE3E36906BD56B449 /* PluginManagerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A741032C597B964899A42610 /* PluginManagerI.cpp */; }; - 2BF158090661D3959492CF0F /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 2C0C188B0ADF6118395FC03C /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B99BF2290A092943A50027 /* Client.swift */; }; - 2C0EE27058ABB632407798EB /* LoggerUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1F52BC72070141FDE492138D /* LoggerUtil.cpp */; }; - 2C2AD23A958E10CD22B78654 /* PropertiesAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D7FBDC61EA186B04D1D64F01 /* PropertiesAdminI.cpp */; }; - 2C3A067522C4B1EC9BF44790 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E6041DD06266F82CCC45A5D /* Server.swift */; }; - 2DBA6E85FF8CCA00089A224A /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC3ECEE32C1DD72EC161DCD4 /* TestI.swift */; }; - 2E24982FD133EBB7CA3A1B12 /* SlicedData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8426626D0DAF72F3E8729B3 /* SlicedData.swift */; }; - 2EA0451401CFA4419544B8F9 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7399A08FEB282CB8CDBD4AF /* Server.swift */; }; - 2EA8DCA592101D6CEFA3B5F3 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 683534EE4DFCF1E349F3CD36 /* Collocated.swift */; }; - 2EBFF312A716561D2F6A9198 /* UtilException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 57FE932C145933AA42A96E1F /* UtilException.cpp */; }; - 2ED1648E1FB27778544D6948 /* TcpTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B0308382BAB46FF9F46F4C8 /* TcpTransceiver.cpp */; }; - 2F37ED8BC691DFCCAB717ECE /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 2F7B1E630B378F96B5C409AA /* UUID.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BDB21F2609CB197466E7FE0C /* UUID.cpp */; }; - 2F7DF9332354B674E512677A /* Oneways.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC90CFB3D0770FA91FFBA62 /* Oneways.swift */; }; - 2FCA44232423FBCF9ACCF865 /* PluginFacade.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6CD890C2EA2EAC00F8503428 /* PluginFacade.ice */; }; - 305BA7F6F657C7804658934E /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F19B2F0DE56F48F274F63B /* AllTests.swift */; }; - 3083DAEA5D2986F8D59C8CFC /* IceInterceptor.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 80958598B0C2D941070077CF /* IceInterceptor.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 30A397E9DA3AC7EE92BF31D9 /* ImplicitContext.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2D45726D5333AF97C3001475 /* ImplicitContext.ice */; }; - 30ADA41044A704A69A17EAF0 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = B3F2B9CC73250808B4522452 /* TestAMD.ice */; }; - 30AF17806D4F4CD2EB567AF7 /* MutexProtocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EAE54D953BEB83BDB7917304 /* MutexProtocol.cpp */; }; - 314CA53964C3078FC9DAB035 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - 3157077B32471010F6EC9690 /* IceBinding.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 04FF201213545CBF661DCC0C /* IceBinding.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 318FB051728B3283F5C0B179 /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3A0BBDBDB8D6EB85F55BF8CF /* EndpointInfo.ice */; }; - 31942A891FF03C75222A3846 /* ServerPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = C924C811F06B4B4F9987B42F /* ServerPrivate.ice */; }; - 319708B902CA7CAFE912AD32 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66E541E50D825E4525EB2745 /* Client.swift */; }; - 31A8AC1A8BFBBCC2D854C264 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 31C2944526B77FB1A93A6F2A /* TraceLevels.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99B29A0E4AA5F9A8EAA7CF5C /* TraceLevels.cpp */; }; - 31F1D4F86E2165AC4BB300C1 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 32139A46ED85AC66FAE092D5 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 322A7BA9B3A18939B061806F /* Descriptor.ice in Sources */ = {isa = PBXBuildFile; fileRef = 871861C2E56A5F244AADCA40 /* Descriptor.ice */; }; - 32561DC6D6D13488EF9A3C31 /* Incoming.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA3DF503D54D450C1ACC9979 /* Incoming.cpp */; }; - 329BAB0DA7B333FD5E7B719E /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 143987DA6C0DD9ADFEC5A4BF /* Server.swift */; }; - 32DD8B0FEE5104550AD95CBE /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = D9CDBF4588C7BAB7393A7677 /* TestAMD.ice */; }; - 3309ADA9A5379C86064077F5 /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = 51D96FFD34C8D09EFD49CC32 /* Config.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 331D7B6D5FACAF95D3B05FE4 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AABC987567772DF18F8A00F /* TestI.swift */; }; - 338A45A9EA3B4B4EAC9017E2 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA8E7AB549DD5E558656166D /* Server.swift */; }; - 3417F45EE6C77C99FE33A805 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC27B09D966BD3902D8AAF02 /* Client.swift */; }; - 34762783311E1803E6AC1B1B /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B7D06FDBC23F045201055C2 /* Glacier2.framework */; }; - 34A0A8B5371FDE5FA55182BF /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - 352B24C550F6536556C441CE /* Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B29F2340ADFF3F0C2392DC8E /* Util.cpp */; }; - 35307EA3C582CED144D093C0 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3624664D194A4DDCBF568807 /* AllTests.swift */; }; - 3530A82DD16DEE416FC4FD68 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F980A3A0F57BBFF7008A145 /* Server.swift */; }; - 355E64960316D8E7DEDE47BB /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 3609DC1528130C62694E9B2B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 363B8BA8BB8C76B7A408CC49 /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B7D06FDBC23F045201055C2 /* Glacier2.framework */; }; - 3660C7CB00BB209B05ABDFBE /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5DFE54AACBA5E107C6C4771 /* Client.swift */; }; - 366FF5530A783223D00F7D7A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 3673A8A33EF1202737EFCDE7 /* LocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8BEA93BE8BB4C0A3C430135A /* LocatorF.ice */; }; - 3687A46B2D6738F9B4AA4B8D /* IceStormSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = F214BC0DCB10521D7B304C2F /* IceStormSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 37225D08701CBC236B24EB0D /* ConnectionF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9CE912F9635778F067A7D851 /* ConnectionF.ice */; }; - 375E6AEC0A20BE51FC9687B9 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 375F3ABF31C795CA7F5247E4 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 37898A7BBB0BDBCEFFCDA6A8 /* ConnectionRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07AB78C7E6E579792B07E66A /* ConnectionRequestHandler.cpp */; }; - 378C4875B4349549B20D31A7 /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 40586F7FCE20694EC93CBD93 /* ConnectionInfo.ice */; }; - 37A42D5011C8B759807CC9E7 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 37B64D06730F74FBDFE0AA36 /* ServantManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E77B23EE207A1882218D808 /* ServantManager.swift */; }; - 37E3244DB25224FE5AA2B74C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 37FBBCB0BFAD4EA978A87BE4 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 35CE22F39654B697D84B7C66 /* Test.ice */; }; - 3805BFB2EF924E93D8C42106 /* ObjectFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = F57EDE31072DD97B687FD6B7 /* ObjectFactory.ice */; }; - 384B62EB84DE768D7D552F03 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 3853265167F6EA83438322CD /* ObjectAdapterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = D6C0F0A41221E464FCA71B6A /* ObjectAdapterF.ice */; }; - 3869BED1095CDEAFC14D8F25 /* TraceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 1970010C3838E8F56871B9C5 /* TraceUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3899AA1947E399B0294C22F4 /* certs in Resources */ = {isa = PBXBuildFile; fileRef = 49EC35509D50485E4D125E08 /* certs */; }; - 3904D865E09F980357AD5570 /* IceDefaultServant.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1399B361B8749DCC9E99F439 /* IceDefaultServant.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 394F477B76CF77EB230F66D4 /* EndpointFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 672FB6661C8BE7A06E04570B /* EndpointFactory.cpp */; }; - 3955D7153814FBF73C01097D /* ConnectionInfoF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 42A592138A08C5B9E09C7515 /* ConnectionInfoF.ice */; }; - 3A0D30559D8DF9984B8CB579 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 3A33DC0CB11751364AFBA8B3 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 3A615CBD5D111A3149FF067B /* UnknownSlicedValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F019016072294A89964C650 /* UnknownSlicedValue.swift */; }; - 3A79EDE547FEA91CF72B843A /* ServantLocatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07EFEB2185782849895A8925 /* ServantLocatorI.swift */; }; - 3A7F68D59AF52B0A2A370A7F /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1CFAF1067B83E4A4236BDE9 /* Server.swift */; }; - 3A852D0C702BDC9E06A324DC /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 3AC12EE6B5838576A1CDBC7B /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F980A3A0F57BBFF7008A145 /* Server.swift */; }; - 3AC2C38DB24E1A70957BDE9D /* EndpointF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9D9A3AA3C804CD937FA3EA95 /* EndpointF.ice */; }; - 3AD2EE56ED7DFC3CE89EC863 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - 3ADE1D2AB4C562D2DC69B38E /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 3AFBC132288FAF9537031DA4 /* Cond.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B0D7EF4A95487E9E2476B560 /* Cond.cpp */; }; - 3AFBCF63A2B9ACC65DDD0470 /* BuiltinSequences.ice in Sources */ = {isa = PBXBuildFile; fileRef = F92D562257D5D6BB250FBA03 /* BuiltinSequences.ice */; }; - 3B03359F03F90ED7D29209A4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 3B07AA399C8D6876D7B160D6 /* IceAmi.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 0E9D8AD11F058FC6FBDC9B93 /* IceAmi.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 3B564D4EDF3DC8BF19DB7A4F /* InputUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5EB8F6CE6D077F608EF6A4E9 /* InputUtil.cpp */; }; - 3B86576BDFD388DBFC15C0A7 /* TrustManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 62DF7633D6828CAFF6A443FF /* TrustManager.cpp */; }; - 3B93A38707DDD61B9A7C3A2D /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3DC741D277A9CF9B4C7EB934 /* Test.ice */; }; - 3BB429E57DF68DF79B86A7C0 /* EndpointFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 672FB6661C8BE7A06E04570B /* EndpointFactory.cpp */; }; - 3BC66105B5D7231A4760E522 /* ProtocolInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6915D9671C4C15D87B10E5DC /* ProtocolInstance.cpp */; }; - 3BF3FDC44D1FFA5F7AE35395 /* EndpointInfoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CD66A6918DECB713BD98AC4 /* EndpointInfoFactory.swift */; }; - 3C03DC2AD4F40EE15300D309 /* ObjectAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 93D06B2D7F42F7D0BF3CE8A5 /* ObjectAdapter.mm */; }; - 3C842691C94FF64DAE887825 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E3F7D201264FA09A30CEB60 /* TestAMDI.swift */; }; - 3C8C79FD5E71218E347F16E7 /* Buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9DC937C9843B02FBC28D16FE /* Buffer.cpp */; }; - 3CEE1608C98AACC52D1F8057 /* SecureTransportCertificateI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4738AAED80F56A6F568EBE90 /* SecureTransportCertificateI.cpp */; }; - 3D1240487A048797F94FA2F8 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E55C000D03EE1188DED92CF /* Server.swift */; }; - 3D18A6604AB7BF021B96BEAE /* IceGrid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5DF7E474CA51C8DBB0C3939 /* IceGrid.framework */; }; - 3D442EADDDA1043B23F011C1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 3D4B24BF051A42CC43433DAF /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD36AB63708C7FAB07505361 /* Client.swift */; }; - 3D867774777D46E247943D3D /* SecureTransportEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 75340CBA965D69EAB0538908 /* SecureTransportEngine.cpp */; }; - 3DC3BA56E980189B978B3CB2 /* IceGridSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = F34055389881F5CB5D170F21 /* IceGridSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3DC9B7E85E774B3EFD8CE11C /* RouterInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6421F515DC294BB7F3FA455C /* RouterInfo.cpp */; }; - 3E04892CC42EB820A1DBC2B1 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 3E22927756B781C828EFEA56 /* Communicator.ice in Sources */ = {isa = PBXBuildFile; fileRef = E1EB97B26CF0A05CA4DD1621 /* Communicator.ice */; }; - 3E392826AA1763332728A054 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = B84A5FF10CEA76507F9DFAA4 /* Test.ice */; }; - 3E83D29B207ED54195F22039 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 3ECD05823BDC781484D15537 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 021F8015AD71C44E65A933A6 /* Client.swift */; }; - 3ECE418E8B489865914E18BC /* Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B29F2340ADFF3F0C2392DC8E /* Util.cpp */; }; - 3EF379F12542904F2953938F /* IceScope.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = A0525659203ABA6E617D5A03 /* IceScope.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 3F4D48BD9650F4B47DA2FFD9 /* FactoryTableInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2086E43DC848B8A713C603FB /* FactoryTableInit.cpp */; }; - 3FB05A42F08A81DB69822C90 /* OutputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = BECF2A66076CFB898DFE631B /* OutputStream.swift */; }; - 3FECE50C2078383AC88E99A5 /* Connection.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5A33AFCB463500D3AC65ABC9 /* Connection.ice */; }; - 40B045074142DA2A7DCA1309 /* Endpoint.mm in Sources */ = {isa = PBXBuildFile; fileRef = A316999403A9164FB812E43F /* Endpoint.mm */; }; - 40F4868AD0510047F4ACA3E4 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79DBE52EC8BCAA9D6126218A /* Collocated.swift */; }; - 4103078E7BBCA8354EDD96C2 /* Logger.h in Headers */ = {isa = PBXBuildFile; fileRef = 44E1FB05FD4EFF57B6807C01 /* Logger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4149096D2910C10725932DA4 /* IceSlicingExceptions.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 8D128C872087CD93AF56A3F5 /* IceSlicingExceptions.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 4152478FEA283C59DCB3E68E /* DispatchInterceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF4B6597152C0E0912891964 /* DispatchInterceptor.cpp */; }; - 41A6191558C5529750425E82 /* CommunicatorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC0EA51E6D29420FF417C21A /* CommunicatorI.cpp */; }; - 41AA0BBAD25CFCC720B46FB4 /* ServantLocatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07EFEB2185782849895A8925 /* ServantLocatorI.swift */; }; - 422362AD94FF66AE1B1EBD2E /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 422C24CC015C3DB2BF399195 /* Base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8FF460A76592AC64BAC3527E /* Base64.cpp */; }; - 424120B40E9F9C4804B618F9 /* IceAdapterDeactivation.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = B39EEA1B79501BFBDE6D4FB2 /* IceAdapterDeactivation.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 431E96CC63A157AF0218CA85 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - 432CBECFA1C4178B17E7D34A /* ArgVector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 70285B1405D3C56BE20D8F91 /* ArgVector.cpp */; }; - 43549FBD184A6C925EAC468E /* SSLEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1F8F7747B75CDA9398EC2F27 /* SSLEngine.cpp */; }; - 4365F99F3A4B666C8B0D2298 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E80B279B465F07BD1B2E865 /* TestI.swift */; }; - 436C956626981DB3A30D1B13 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ADE0DE144C88D23C11311493 /* Exception.cpp */; }; - 4386CE4B762CA81A33F4105A /* IceImpl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79825E240B70744C296B607F /* IceImpl.framework */; }; - 43A2DBA6C6B596D509650726 /* AdminFacetFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 0747E1E307157E642513E1E8 /* AdminFacetFactory.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 43A60A0D7CDA352E9ADF3262 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBC3B3FBB0D99EA424246581 /* Client.swift */; }; - 43CF84A3B273F893F05664B5 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 26A5FCC3EB609824633A9FE7 /* Test.ice */; }; - 43CFF1B3B2894E4643B7F66B /* Logger.ice in Sources */ = {isa = PBXBuildFile; fileRef = A6D55A894856A7A4B11975A4 /* Logger.ice */; }; - 44017BB7CFB594F7D413C20C /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A7A2576ADEBCAE66D91017B /* AllTests.swift */; }; - 4406FF89CD056E7A8B2D3D5B /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016754A2EE55D0D3F6776586 /* main.swift */; }; - 441329C840F925B13534EA6D /* ServantManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E77B23EE207A1882218D808 /* ServantManager.swift */; }; - 441A7284C198696862A3CC64 /* ReferenceFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7304F62CB64BDC2984BA3C6 /* ReferenceFactory.cpp */; }; - 44673E0222145EC2B290B8F9 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2CDAA62F5F389A9E4AAB94B /* TestI.swift */; }; - 44DAA809740BBFF5907C6EB4 /* MetricsAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D12F27BC1784D903E382B02D /* MetricsAdminI.cpp */; }; - 450B20BFF0C68BAA124A1B45 /* Admin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 67123693C7FDBFFAD33965B2 /* Admin.ice */; }; - 454EBEF401F20FCD818A763D /* IceServices.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = BA8A2E09B6A3BA6CD80FC40C /* IceServices.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 455878EF79D291AD92B8987F /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B7D06FDBC23F045201055C2 /* Glacier2.framework */; }; - 45AB1B7D975860C6E684787D /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 45C36533B263CB156D2280A2 /* TcpAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B08210DE5EFB152BFE49B13 /* TcpAcceptor.cpp */; }; - 45D45F19F029F12E397D7552 /* CertificateI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7992CDF49CCD78F4634F180A /* CertificateI.cpp */; }; - 46121E5E34663576FEBA784A /* WSEndpoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE21640020F5339858DF3217 /* WSEndpoint.cpp */; }; - 4654670B72F9C95E2D392E6E /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E55C000D03EE1188DED92CF /* Server.swift */; }; - 4677F6EC10A7C716C7FAA2BA /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9B4B91C58E64BD9DD0C08E5 /* ServerAMD.swift */; }; - 46C1362C75CD8C194F3AE12E /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0998EE224002219AAA26CA95 /* Test.ice */; }; - 46E30FB9EA9E606153F895D8 /* ProcessI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A1DF5DDDB8BCD15050CA0E4 /* ProcessI.swift */; }; - 46F53BB16BCC7844BEEB6868 /* BlobjectFacade.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEDE31097374A1E7AD244C17 /* BlobjectFacade.mm */; }; - 46F8AA0783A7E9130BDCAFCA /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 02409803462CE8AE1557CDB0 /* Test.ice */; }; - 470C43D6BD8A0A80BA9B2C80 /* Endpoint.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7A541D5894250F2572EBC910 /* Endpoint.ice */; }; - 47154729F6C133FF033D4B5F /* IceOptional.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 35438BCE95667677C77B66BE /* IceOptional.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 474D5B51031C90635BC970B4 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - 4750F8D53116291566CCBAB6 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD36AB63708C7FAB07505361 /* Client.swift */; }; - 475A0C5FF2F6F36BD23AD9A2 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 47874272A510ED6CE5858DC4 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1FBEF835B1948D2A3C38DD72 /* Test.ice */; }; - 4794190E96700F741D46C57C /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 4797080F7BB2D940EC44D467 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26EFA014B1C155EBE9CA200F /* TestI.swift */; }; - 47C1752A7F237DCD938070AC /* DefaultsAndOverrides.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 25DF9FF80A0B70EF81D5D1E7 /* DefaultsAndOverrides.cpp */; }; - 480853D6AF85EF6C64F5205A /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80226BB40D2B2582EE932D7 /* ServerAMD.swift */; }; - 482121425F1DC58D08A98ED5 /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2290FDD4932E0158934A51C7 /* RouterF.ice */; }; - 488B5BA2DD852CE8D0467DEB /* UdpTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 875EE95F3472F89D1AD923E3 /* UdpTransceiver.cpp */; }; - 4945A3F3CEB39511947DB732 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98FC5CD166CBCC9EF80D9DC3 /* AllTests.swift */; }; - 4965C019EC02E43F10C2C0EB /* UnsupportedAdminFacet.mm in Sources */ = {isa = PBXBuildFile; fileRef = D3D3AD7F6BD006ADF34A6FCC /* UnsupportedAdminFacet.mm */; }; - 496A5A831A7A6CACA10210DB /* IncomingAsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EEEFA1E32EEA4AC029208173 /* IncomingAsync.cpp */; }; - 497EC7C866FE2447F73AF5D4 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA8E7AB549DD5E558656166D /* Server.swift */; }; - 4982271B1CF162C059A3D438 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E955AD011B6F4BA4646D19B /* Server.swift */; }; - 498BC539624DE51859A52374 /* RemoteLogger.ice in Sources */ = {isa = PBXBuildFile; fileRef = 030B62F4809F1599A477321D /* RemoteLogger.ice */; }; - 49940592F26354E4C1454B27 /* ConnectionInfoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = D551F8AB732AB93114F0B8A0 /* ConnectionInfoFactory.swift */; }; - 49AEC86FE11B67F6AB53CA31 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 49B44216F7BCF5BB4B51AA14 /* EndpointF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9D9A3AA3C804CD937FA3EA95 /* EndpointF.ice */; }; - 49E9ACBB41762123F87B0885 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA88F2EB080827E3D296B596 /* Client.swift */; }; - 49F681243873AA8DB2625298 /* ServerPrivateAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = E6D7E31A8F637EEF6753DB31 /* ServerPrivateAMD.ice */; }; - 4A029A2C1DA98E8CB77A7DA9 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 4A06FA6213619DEF18AA40F5 /* TcpConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0D8821AC1907E1E120D2A478 /* TcpConnector.cpp */; }; - 4A33A8015F0DCECBAB425987 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - 4A34BED8FEAF97DB9520C354 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2C0776D1DF8EA9E7406750E1 /* Test.ice */; }; - 4A3A2A62E28E8BF9CC2DCA43 /* IceOptionalAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 5254A9F97B7C0B338368D6CB /* IceOptionalAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 4AA0A0EC5439E02F74334202 /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = EE2D5043FCAA28AC3A93D1FA /* EndpointInfo.ice */; }; - 4AFFC0430E563CDC5EF47CBE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 4B25BF49F5905F175CDD3792 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 4B8F712A4675A5A0A1C10807 /* Instrumentation.ice in Sources */ = {isa = PBXBuildFile; fileRef = ADC0709128F36F3D32F2E8ED /* Instrumentation.ice */; }; - 4BA367EF8653AFD14C9EA657 /* Object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF51E9E481D5DB65E6836664 /* Object.cpp */; }; - 4BAAA35BAB79FACC52E48E1F /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6F2C2CB6EE1674AE657F4616 /* PluginI.cpp */; }; - 4BC3F3B2909FD8399B8B0300 /* ObjectAdapterI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E37A53B9A34099CD7029BDC /* ObjectAdapterI.cpp */; }; - 4BCFBA12FFFFB02B3BE5CEFC /* SliceInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 371963C233B0E8EBF3684B1D /* SliceInfo.swift */; }; - 4BF230089CA6C62E193B711E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 4C175F6CF8A4BE02ECF6E654 /* BlobjectAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C8F56C594F01AFC1A5ECF91 /* BlobjectAsync.swift */; }; - 4C67055EC69F7EAD77CC00EB /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 4C90C9818ED9C79B0B33B74B /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 4C9F189928A214D1C4F66358 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA613A5092CCC4CA5F1B2B7C /* AllTests.swift */; }; - 4CAEE24897E5B151818FC8DE /* RequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 700C8ACC0DC42C448650978B /* RequestHandler.cpp */; }; - 4CBBC261CB429642351B9CD8 /* Plugin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1086EBD475337961F0F47AA3 /* Plugin.ice */; }; - 4CE85EF45F35C3B6BACFEBFD /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A8DA9D26C1591F929DA3C9 /* TestI.swift */; }; - 4D1186D09C6636C57855CDD3 /* SSLEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1F8F7747B75CDA9398EC2F27 /* SSLEngine.cpp */; }; - 4D27B0A5BB844EBE763769FE /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = F23EAEF6DFB05769B732486A /* TestI.swift */; }; - 4D4370B2294AC0188CED7AB2 /* ServerPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4EE814E12244ECC45069744A /* ServerPrivate.ice */; }; - 4D554F587206F79C04214D26 /* IceStorm.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 7FD9FDAB649CB5D289461BEE /* IceStorm.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 4DAF5CCC77888B5A3FC3754E /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C64809E8DE211002EB5F3E34 /* TestI.swift */; }; - 4DB0F09E410EC001DFF45545 /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F083BF54BE75657E28D4BE39 /* PluginI.cpp */; }; - 4DD2F169ACB6DBD6B17D3B14 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 4E27036692F4E3A766B51260 /* certs in Resources */ = {isa = PBXBuildFile; fileRef = 49EC35509D50485E4D125E08 /* certs */; }; - 4E29220268B9FD839C858B27 /* SecureTransportPluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A426EDBFA3B6D2B1A5FD1F71 /* SecureTransportPluginI.cpp */; }; - 4EB63D00A5220123D8573CCD /* TestCommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B01E3B4036018B18EE2CCD5 /* TestCommon.swift */; }; - 4EE5A5E3BABD652ADF68CA05 /* IceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AA65358DB04F4D5803E2FFBE /* IceUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4EE67B32410038210C787427 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4154A73252EDD68A8B72C1F3 /* Server.swift */; }; - 4F3D66370DC6A403F9B644D8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 4FAF30FA6FEEA14826EF436B /* ImplicitContext.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2D45726D5333AF97C3001475 /* ImplicitContext.ice */; }; - 4FE57995A127D8A61D75E93D /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81FF73A9CFD4B566549D58A6 /* AllTests.swift */; }; - 502DCE028CA92C5BCFA653E4 /* EndpointF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9D9A3AA3C804CD937FA3EA95 /* EndpointF.ice */; }; - 503E3CA5455950FFDB4C2703 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E6041DD06266F82CCC45A5D /* Server.swift */; }; - 504AEEEC32C0C0C0B919031A /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = E8D71670530BC9EC7BDC0A06 /* RouterF.ice */; }; - 5054F9F8B13D028929F5FC49 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C64809E8DE211002EB5F3E34 /* TestI.swift */; }; - 507BCEACCE15E37DA3B2DCC8 /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E29A6C42B64B3F08A6272045 /* Glacier2.framework */; }; - 507F1802916DCEE401AF445D /* PermissionsVerifier.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8EC171B842A6A32BF17B83CC /* PermissionsVerifier.ice */; }; - 5083B61CA1D64CF7CD561B9A /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E299874549F48F62C26744B /* TestAMDI.swift */; }; - 50847B729B45C0F40CFA9719 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5334AB95BDB191D5F1E0595 /* TestAMDI.swift */; }; - 50C38389F348360B1D2E33BD /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C74DD38DA31A7AE6A9FF4196 /* TestI.swift */; }; - 5122AC4A6A807AF357DAE5D2 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - 512EE7DC4DD981764DE228E3 /* CountDownLatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E7D29120208D7804FBCA7EDA /* CountDownLatch.cpp */; }; - 513CDF7C65D7E484348A2680 /* LocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E26EED6C39EF671FD20DFAD /* LocalObject.swift */; }; - 5144BEA19E7DAF4086A25AE5 /* IceImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 64FBDDB571D875CE6EEA28CF /* IceImpl.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 51636B03DDD14CA8FCDA0E38 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2C0776D1DF8EA9E7406750E1 /* Test.ice */; }; - 518EBD6687EAAD83A638040E /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 51AA1A62A52A26DBE036FE4B /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 021F8015AD71C44E65A933A6 /* Client.swift */; }; - 51BC0AFF6A65B8542A054A0E /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 924EEE6523184B018CD4931D /* Test.ice */; }; - 522734100760F8180CB929E2 /* ProxyFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E31CBC817CEC37D5832FA246 /* ProxyFactory.cpp */; }; - 52385820D62018D130312AC8 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - 523AFFF5D93BF294D663FFA5 /* SSLInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 43552D3B30FF94C14351FDF7 /* SSLInfo.ice */; }; - 525C4772C53159E6B7013A9C /* RequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 700C8ACC0DC42C448650978B /* RequestHandler.cpp */; }; - 5260C678282211F44D554FA9 /* Identity.ice in Sources */ = {isa = PBXBuildFile; fileRef = EABD8BFF9ACAA17ADE664322 /* Identity.ice */; }; - 52791DB410F1A5E85D0EF0D2 /* LoggerWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BAD59958DDC2584ECDBD2DF /* LoggerWrapper.swift */; }; - 52B9E68CD6CCA59D819C300E /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3489CC4D16E32C66A2CF4946 /* Client.swift */; }; - 52F55B3BFBE56C152A77FAE9 /* IceObjects.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 0682DB16E8C684CB74810A34 /* IceObjects.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 531308AC70DFDA9CFB36F20B /* Connection.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5A33AFCB463500D3AC65ABC9 /* Connection.ice */; }; - 534899169AE454CC3D002093 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 5380FD731C44A4DCC2FD112C /* IceSlicingExceptions.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E8764E663849FA38044C7725 /* IceSlicingExceptions.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 53F1F3741A4FBA3D7DA0B5B5 /* LoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A31FC05EA1C0E8DEE3F5886 /* LoggerI.cpp */; }; - 5422B72FD044AC2EDE42E4F2 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 54369EF713EA1AAF2C396E33 /* MutexProtocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EAE54D953BEB83BDB7917304 /* MutexProtocol.cpp */; }; - 545E21B2588E393FC05A9CE0 /* ObjectAdapter.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2CED9DD620ECD580AF80AC44 /* ObjectAdapter.ice */; }; - 5470CB727C9EE6D6D22205DF /* SliceChecksumDict.ice in Sources */ = {isa = PBXBuildFile; fileRef = 99AEF5EA46657B6ED564F874 /* SliceChecksumDict.ice */; }; - 550B91A69A982DB430B9115B /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 550E920D6E28D66EF8678A68 /* Connection.h in Headers */ = {isa = PBXBuildFile; fileRef = 480B6BB82440B4A05286F375 /* Connection.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 551FAEEC398612976BB0ED5F /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 55333BD5CF0168F4C9E40B53 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0F237F7AE4128BE90E20AF97 /* Test.ice */; }; - 553B2E2DAE326620AD68C5A6 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 5542A8F970346FBB8D19A4D2 /* BatchOneways.swift in Sources */ = {isa = PBXBuildFile; fileRef = E89AB7F099EA4B6A42417ED5 /* BatchOneways.swift */; }; - 56D6543DC0DD188DA3E7AE76 /* Exception.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9B9313EA6E03E9CBAED6F560 /* Exception.ice */; }; - 56DEDB1498C577F034F7C35D /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 295AF7B76283E83E7CEFE8D0 /* AllTests.swift */; }; - 57872141620894BB75CFF347 /* Process.mm in Sources */ = {isa = PBXBuildFile; fileRef = B8A61B4E7E68B120E196A4A4 /* Process.mm */; }; - 579E5641DD9D56B7BBCCAC7D /* ValueFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = E36C9FCEF6BE15A700E6B655 /* ValueFactory.ice */; }; - 57C81006E622BB1B84104228 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A1F8724AB1BBAFA0A2394D9 /* AllTests.swift */; }; - 58244766B43B69D0FF4A1BB0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 5845938B9AD00C891258E162 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - 5872078148F3EA8EB5B12E66 /* OpaqueEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DB4EEAFC3FC69BA28EF9AA04 /* OpaqueEndpointI.cpp */; }; - 587D68D8E9BC0670C087C417 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4FBE380022F8AF871D905127 /* Test.ice */; }; - 58831285F4072E2DCBB85D7A /* ArgVector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 70285B1405D3C56BE20D8F91 /* ArgVector.cpp */; }; - 5894192BF73B403DBA2EEDB9 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5679E03F4C6A3573F49D32CC /* TestI.swift */; }; - 58F4CB9B1D4E51F6B8936A04 /* InputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95A7C2C16236FF4744B931B1 /* InputStream.cpp */; }; - 591AAD549A77862354979563 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 5921677795217AB8AAF1BED9 /* OutputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AF3A05CF4F489C3ADF40576 /* OutputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 594BEE8A1FEF8D25007BBF52 /* IceDefaultValue.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 5210A2940A1371A42BDB84F4 /* IceDefaultValue.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 596CFAA14A3766C561DB6871 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - 5977752D541F6702A7E95DA5 /* ACM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 605A03F3ECC979716033A199 /* ACM.cpp */; }; - 599451439910F17FB78E1910 /* LoggerF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8012493C9E937496C5528CAC /* LoggerF.ice */; }; - 59A14883EB9AD4C7AF4F2B34 /* Endpoint.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7A541D5894250F2572EBC910 /* Endpoint.ice */; }; - 59AEC01FF4161CF436ABE587 /* LocalExceptionDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63E307EEB3EAD5EF82A76BA3 /* LocalExceptionDescription.swift */; }; - 59B160FA9E9186DFD9C60C1F /* Convert.mm in Sources */ = {isa = PBXBuildFile; fileRef = F9EEAA3837EB832468101147 /* Convert.mm */; }; - 5A14EFDE3490CAAAD9F9B4C6 /* libIceSSL C++11 macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F99AFA690A3775861ED514BA /* libIceSSL C++11 macOS.a */; }; - 5A18BA05AEFCAEE37130C1CE /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2EC56943E2E960F8F06DF13 /* Client.swift */; }; - 5A9EBA41F3BE0892E3592281 /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 40586F7FCE20694EC93CBD93 /* ConnectionInfo.ice */; }; - 5AAF4FA47B6E77050345539E /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 35CE22F39654B697D84B7C66 /* Test.ice */; }; - 5AB1ABC04659AF0FA66123D6 /* LookupI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D5074646DD41C463AA3529F5 /* LookupI.cpp */; }; - 5AE04F3C962AA0E816438097 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81FF73A9CFD4B566549D58A6 /* AllTests.swift */; }; - 5B13D8B6D73E7AE212790F65 /* ObjectPrx.h in Headers */ = {isa = PBXBuildFile; fileRef = D2ABAB0694E81B833CCE5B23 /* ObjectPrx.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5B252D48D587AF7F9CBEEA12 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAB00DEDEBEBBCB9065ADA75 /* Object.swift */; }; - 5B4EEC4D433213F802C3C1D3 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 5BA03E53CF5166B54DB33B8B /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1B3BD606FB12E14CA380B0DE /* TestAMD.ice */; }; - 5BB7E679F6DC348365E70D80 /* ServerPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4EE814E12244ECC45069744A /* ServerPrivate.ice */; }; - 5C1BE6F606038BEB29E95AA6 /* DefaultsAndOverrides.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 25DF9FF80A0B70EF81D5D1E7 /* DefaultsAndOverrides.cpp */; }; - 5C879A582102CA3A0E23DCB9 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E299874549F48F62C26744B /* TestAMDI.swift */; }; - 5CC1BD64B4B973D32734164A /* IceInterceptor.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 2B691DB6AE37550F750E76F1 /* IceInterceptor.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 5CDB29CA2DFABAD93F7E607E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - 5CF99F5410458D71FB09FB79 /* IceTimeout.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = DC14D958B16055F6BE7DC03A /* IceTimeout.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 5D4CB92BCAE3B702FF1F823D /* Reference.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9A093E7CB8B3B16529164856 /* Reference.cpp */; }; - 5DA13E622E082C0FAD5A30BC /* SHA1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE728BB4C42080A31BD60844 /* SHA1.cpp */; }; - 5DA8FAEC298823C6146F7FF3 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21B2DF8ACD05A0824CB9070 /* Client.swift */; }; - 5DE56D035C67760980020AA2 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BFE69B21E3A23EE5E0D196E /* AllTests.swift */; }; - 5E025BA68878264C5695F0C4 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 429F58C9C012732AC2D29A88 /* AllTests.swift */; }; - 5E0BDF005C74E39B1782AF84 /* Identity.ice in Sources */ = {isa = PBXBuildFile; fileRef = EABD8BFF9ACAA17ADE664322 /* Identity.ice */; }; - 5E8DAB7DD7D20CD5BBDFD273 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - 5ED3AD951E41A0CA1ED6D5E2 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 691312B0CDD5A5BB1F5251A2 /* Test.ice */; }; - 5F1CF490950B0EAAECF3599B /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 5F6B2A793E55694A485CF3DF /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F083BF54BE75657E28D4BE39 /* PluginI.cpp */; }; - 5FECF766FF8E4DA3E9A3BD2B /* ValueFactoryManagerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1185F4523B4C0843F9AE8E9D /* ValueFactoryManagerI.cpp */; }; - 6028CB9E1FB4E6E37F187E8A /* ImplicitContext.mm in Sources */ = {isa = PBXBuildFile; fileRef = B060063B5D936B18E18A73F8 /* ImplicitContext.mm */; }; - 6053CD13B6854FF498A2B5C8 /* StreamAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C2A5A438EC025B96B607017 /* StreamAcceptor.cpp */; }; - 60577A4C7DA2BA0B17ECAE74 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 6081D55B200FC252FB299412 /* Controller.ice in Sources */ = {isa = PBXBuildFile; fileRef = 60DD1557D39A446A7C197A63 /* Controller.ice */; }; - 60DB7C537D2AC6410F14AB0B /* IceSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CBD1373FDC1C92C1484F639 /* IceSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 613AFE1E4A473C20F0483BB3 /* DispatchInterceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF4B6597152C0E0912891964 /* DispatchInterceptor.cpp */; }; - 6152556E645965298375C336 /* Connector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 366D3F06FDE7FA1DB6DE8109 /* Connector.cpp */; }; - 6170FD4E25AA38241DE7DC9E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - 621C595B25A4FD50ED6D4D1C /* IceInheritance.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 46DE7FA80CA384D7CD16EEAA /* IceInheritance.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 62703FDFAFFA24EC60F86EEF /* IceProxy.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 97C222019E95394D972CE1A6 /* IceProxy.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 629B442FCC10C9ABF74BCEA0 /* StringConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EED31D2E5F5290B098F44B2F /* StringConverter.cpp */; }; - 62C6D4C6B1DF33DB70F85A3A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 62EB3A496D0FE96A49C29310 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 63BAD11C5DC1289EABFCD461 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = CC241E2BF44F8EC4CF9EED84 /* Test.ice */; }; - 63CE7EBE559F52A66A1DBFC0 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = A18AAC5B99698E9415FEB628 /* ServerAMD.swift */; }; - 640FB6D8D3D00A5E19B064BE /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = B67E5402C0254BC7850E36A0 /* Client.swift */; }; - 641D0456C40B69D9D3DC0BA5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 645E3CD3A105EA972FCF9C84 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 648304C9238862AD668B0753 /* ObjectFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = F57EDE31072DD97B687FD6B7 /* ObjectFactory.ice */; }; - 648B39042E3F7D75BFD498A8 /* ImplicitContextI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 10F563611DEA678C54E472BA /* ImplicitContextI.cpp */; }; - 64A1FCA7FB2B62113DF44AC8 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = E065D0E7A071B663E9553AA0 /* Test.ice */; }; - 64C00E14D6E110A2EB1B55E4 /* InputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D8419EA2968ACDCD964874C /* InputStream.swift */; }; - 64EB4E80970BD4E421BE1030 /* Shared.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 05F4A79D9047F7D7887D4026 /* Shared.cpp */; }; - 64F9F8C4FE74660371A8F979 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09BD240D0898546D579B196A /* Server.swift */; }; - 6501EAE50B0B2C03CAAE7A93 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 50CFC3DD8161D6C6B32296D3 /* Test.ice */; }; - 650C9D668D486C931FBA36E4 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 651749FA5E99E7823E3B46DC /* IceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AA65358DB04F4D5803E2FFBE /* IceUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6530BABA3672BA8F62879E42 /* IceGrid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9B9DD6B8FA13BCACE6FF4DA3 /* IceGrid.framework */; }; - 6567733EA06F4A9E0D6D0E48 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1CFAF1067B83E4A4236BDE9 /* Server.swift */; }; - 658A8E8CAFC4B571741EFF1E /* IceImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 64FBDDB571D875CE6EEA28CF /* IceImpl.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 65904FB401AC4DF00D4DB452 /* UtilException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 57FE932C145933AA42A96E1F /* UtilException.cpp */; }; - 6593C2C72F1FA1F4900EDE44 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = CEFD4C0D0DC33D38124F165A /* Test.ice */; }; - 65F8379047360B9445559BA4 /* LookupI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D5074646DD41C463AA3529F5 /* LookupI.cpp */; }; - 66337DA19D333DD872F388BC /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E0FCD6FFA7170641D8765A4B /* Instance.cpp */; }; - 66B5B5D75407E89B3950DF8E /* PropertiesAdmin.ice in Sources */ = {isa = PBXBuildFile; fileRef = BBDBD9449474420693FF1A96 /* PropertiesAdmin.ice */; }; - 670910EF57FFF33D8FCF86B3 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 6716364A5D1EA9B2BD0DE1B4 /* IceExceptionsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 4036F91E875139A061146E66 /* IceExceptionsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 671BA21C5DCFAB19AFB4A640 /* TraceUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = D680724EEBE87D009F1450AE /* TraceUtil.mm */; }; - 6739648420F3C7AB1423B3B1 /* IceGrid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9B9DD6B8FA13BCACE6FF4DA3 /* IceGrid.framework */; }; - 677771118CB5AD0CF8B72203 /* Process.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7DCF9C52B5E7E459AB296FB8 /* Process.ice */; }; - 678FA73F2E1DD7D58FEAE94F /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFE5F53CE14ED91BAFDC81D8 /* Client.swift */; }; - 67A57836F74ED59685782BB3 /* libIce C++11 macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 862C279DD90C38C716F0D5DA /* libIce C++11 macOS.a */; }; - 680C699951D3F2ED3635DCAF /* ConnectionI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4445369DE8998308684AAA11 /* ConnectionI.swift */; }; - 680D783E44DFFAE292B0755F /* EndpointTypes.ice in Sources */ = {isa = PBXBuildFile; fileRef = B6EBE9477CF104A79B247B49 /* EndpointTypes.ice */; }; - 682332CEEEBBF980C3F1782A /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0AF8AF96A6BDE43AA20D1A /* AllTests.swift */; }; - 68595B5D759465E98CB496BA /* RetryQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C08CBA46D98FF466A576141D /* RetryQueue.cpp */; }; - 68C44D4C348FB3051D1FBE78 /* SliceInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 371963C233B0E8EBF3684B1D /* SliceInfo.swift */; }; - 69020C87D48614347606E0B4 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 6957858FF73B91C0542D8D41 /* ClientPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3CAF0FC9AA270177603C92B0 /* ClientPrivate.ice */; }; - 695FDF1A2BFB8A42469DBDF1 /* ConnectionI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C41B24EADE1D0A2A623570FE /* ConnectionI.cpp */; }; - 69779625AA882B5D4B98946D /* Plugin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1086EBD475337961F0F47AA3 /* Plugin.ice */; }; - 69965F3AAB129950A4A53201 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 69BE1CB68A15E562C105DB79 /* IceServantLocator.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 818949F62DF9C52CEAC0CCA0 /* IceServantLocator.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 69DC4EE00B8D1F697A88454E /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 69E6B8C1985631635664264C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 6A5C221222BCFB0EA4005CF6 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 6A6B323BC59B53B4EFFEA10C /* StringUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE28C931B9269D47B492F929 /* StringUtil.cpp */; }; - 6AA731D717C9EF13D88F2D82 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 6ADE3623961188AD32083A02 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = DFCE07AB54C0EBA8D0D49C47 /* Test.ice */; }; - 6AFF879ECC6C041F8F1E88C7 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 6B00D1DE799B75A128967F3F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 6B6A3A28DD06F28A5ED18343 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 6B8766B1195528CE98F99D36 /* LocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8BEA93BE8BB4C0A3C430135A /* LocatorF.ice */; }; - 6BD26D515C3C2E966730973C /* Value.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E214BFDE7BDDFA0670A22922 /* Value.cpp */; }; - 6BD8760C22A95B9D0DF4FD06 /* Connector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 366D3F06FDE7FA1DB6DE8109 /* Connector.cpp */; }; - 6BE6D53D3C247BAE76D48B61 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 6C0C2456075462C667C7D121 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421EB0E99592024B72A49AAB /* Server.swift */; }; - 6C2DD42A2410BE0DCC51E840 /* Reference.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9A093E7CB8B3B16529164856 /* Reference.cpp */; }; - 6C80BDF09E16DCA2B8BF2255 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5285DA8735338B3FC1704B1B /* Server.swift */; }; - 6CAE2018B099293DB3DD3BC7 /* BatchOnewaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA796653BC8393442CE34EA2 /* BatchOnewaysAMI.swift */; }; - 6CFEDF4AB96FACAF2894BC2C /* SHA1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE728BB4C42080A31BD60844 /* SHA1.cpp */; }; - 6D0D655F5A8B86F24B22D137 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 6D0F2C0F3D4ACD0FFB693A7B /* Key.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0DE6067CD03BB6A173728C06 /* Key.ice */; }; - 6D2D5F0B19DB77E071A92DC3 /* RecMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B522EC7CD5A41FFFAB703AA9 /* RecMutex.cpp */; }; - 6D3DF91B0A8C101D36F0FB67 /* TcpTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B0308382BAB46FF9F46F4C8 /* TcpTransceiver.cpp */; }; - 6D43151EA8838EB59929892B /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98A939B9170258CDCC442218 /* AllTests.swift */; }; - 6D50E07CE10CD08E13F302DE /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 6D52E97597EBF227D6A805EF /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 6D6268EAE6454F28C04D77F2 /* certs in Resources */ = {isa = PBXBuildFile; fileRef = 8778E19B710D84FEB700463F /* certs */; }; - 6D80F605050471C55277F955 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - 6DACB00FBBE8E216204305F2 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2CDAA62F5F389A9E4AAB94B /* TestI.swift */; }; - 6DC7F7311161DD80D096046F /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 6DE544F9D8DCCFB1906CBDDE /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 617DC198990C65BA06059C7F /* Collocated.swift */; }; - 6DF710A77F0922EBBA4B2740 /* Initialize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FF6B3E884649A3FE39C9CFBA /* Initialize.cpp */; }; - 6DF9370A41629A19CA581516 /* PluginF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 252EC18E1DBB2B03E6C9B82E /* PluginF.ice */; }; - 6E2F1D0555E7700104D829AB /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = EE2D5043FCAA28AC3A93D1FA /* EndpointInfo.ice */; }; - 6E696FA9713BA0D172FC00F9 /* Proxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2D347FE11B58F62E1A64AE0 /* Proxy.cpp */; }; - 6E90BF6DD1599E7DD6C93368 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 6EB819E71F2506B1E5069385 /* LocatorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD583224B0A73EEFF8C9D3B7 /* LocatorI.cpp */; }; - 6EBB43B7A80A54B108769929 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 6ED3480013C8CBF911447297 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 6F01079558BD6A3A74BBE263 /* Locator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 40882E0591F485B70A8A93E1 /* Locator.ice */; }; - 6F1CE476830C0C229C898091 /* LocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8BEA93BE8BB4C0A3C430135A /* LocatorF.ice */; }; - 6F1F19FA57D2116F52028F1A /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 6F31A855A11C3F06568401C7 /* OnewaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4BCF23A869478092BCFF0C5 /* OnewaysAMI.swift */; }; - 6F6664909157E6AFA63DB8BB /* UdpConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DB0BF0A52DD95870BC54B782 /* UdpConnector.cpp */; }; - 6FCEB058D7D758ACDF1A1453 /* OSLogLoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B4CB627B8F32CC22FC708A0C /* OSLogLoggerI.cpp */; }; - 6FF5C7A345378BF5BE10647E /* Properties.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5F104F592129B5EED7D13A75 /* Properties.ice */; }; - 6FFE4CAB5011A7AF5B1B543F /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = A32E595B8404D92857444BEB /* Test.ice */; }; - 7001F28469E7263D94829D3F /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A0AEA0002751033812FBA4E /* Collocated.swift */; }; - 7015B9A780998DC39452891A /* BlobjectAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C8F56C594F01AFC1A5ECF91 /* BlobjectAsync.swift */; }; - 702A78E67F43BE1ACA47DB62 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 7034B716521A4373377D2728 /* LoggerUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1F52BC72070141FDE492138D /* LoggerUtil.cpp */; }; - 7041A7DC507FFAAD2B50D40A /* PropertiesAdmin.h in Headers */ = {isa = PBXBuildFile; fileRef = C61A29A4587763EC33D2D3C0 /* PropertiesAdmin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7043186FFFCD5D9FC4546DDE /* SliceChecksums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 75F3B51B5B84012464C293B8 /* SliceChecksums.cpp */; }; - 7048F78AF945BB3892CAD1BA /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 706F31F28D5F36E377BBC7BC /* ValueFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = E36C9FCEF6BE15A700E6B655 /* ValueFactory.ice */; }; - 7096F3B2C4BDD831DB185F05 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 70A6CD7582F12CCFE48401E0 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 70CA83E3E3F7A3F82D9A4B38 /* UnsupportedAdminFacet.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FFF36F4C78E9AFCF5F11566 /* UnsupportedAdminFacet.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 70D2F6A51DF2043034CEB0E7 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 70E45A9C484E104059635FDF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 70EF776045566EDF1A5218AB /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4E7B961E84FD0A2A952175 /* Client.swift */; }; - 70F7EA0C02F1F4AA84D964A0 /* OutputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AF3A05CF4F489C3ADF40576 /* OutputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 710DFDA67015C08B6AAA9602 /* CommunicatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21B8049754DEA46E551BEF55 /* CommunicatorI.swift */; }; - 713171473CC6739D3A7612DC /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9A103D9B0D613BA27BA70374 /* PluginI.cpp */; }; - 71B3FA06EF693616581E92F8 /* Current.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5EEC2BB0085B3839A982C439 /* Current.ice */; }; - 71E645E5184A0CC78245BA53 /* WSAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 717B54DFBC33261B2BB43F3A /* WSAcceptor.cpp */; }; - 72593A0D259530E4FD4BE2CF /* MetricsObserverI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C79E9B8D6AB3D7B16756136 /* MetricsObserverI.cpp */; }; - 7281AFC0F6753EFEEBA27F18 /* ObjectAdapterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = D6C0F0A41221E464FCA71B6A /* ObjectAdapterF.ice */; }; - 728C024130937DDA25AC350B /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83CAE21200903CD7A5B40772 /* Client.swift */; }; - 72E2A747879BB723FE0172E3 /* LoggerF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8012493C9E937496C5528CAC /* LoggerF.ice */; }; - 736719631FE8733D8D60CE75 /* LocalObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 974EF3141F3EC627CCEC3204 /* LocalObject.cpp */; }; - 737BB6171DA540D001617E74 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = A37ED46987DC8429AB4BE932 /* Util.swift */; }; - 7384D38942ADCF78273CCF06 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7399A08FEB282CB8CDBD4AF /* Server.swift */; }; - 73B17CEB715020E3B1B30FFA /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB37392A42292C23B3FF9478 /* TestI.swift */; }; - 73E564A4366C960787EB1546 /* EndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2CFADDF452FF07211927A9D9 /* EndpointI.cpp */; }; - 7424464F4024976926CF6159 /* ObjectFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = F57EDE31072DD97B687FD6B7 /* ObjectFactory.ice */; }; - 74AAC31650CF211F43FCD61D /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 151550A9E9AEEDB364C185C2 /* Client.swift */; }; - 74ACFC1409BE8FE56218F1FC /* ObjectAdapter.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2CED9DD620ECD580AF80AC44 /* ObjectAdapter.ice */; }; - 751DC217BCBCF88C025D4AA5 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 75BB7AF43BDF879B97459E79 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 75E49C2B12774C578017FB9C /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCEA200C62A2A206FD158E69 /* AllTests.swift */; }; - 7602CD7C0BFC0ADCC95C565E /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 49F33A4799345947E2AEAA4D /* Exception.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7610E135E308D14778B30C9B /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 761F5877759F08407E760941 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 765151DED8B332D15D1F6A93 /* InstrumentationF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 386A9C7E30E6E25CE9DC7120 /* InstrumentationF.ice */; }; - 76613A9D23C79F169B87DA93 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 76769CA3AFC80C18FFB8EAE7 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 76796682C8EB8CED23C33979 /* Notifications.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACAE742E19AF892B1F440007 /* Notifications.mm */; }; - 7697CE4CF44A3982A2BB99B0 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = E39A8E7977D2EB40393F8197 /* Server.swift */; }; - 769A1D4401D5E08F6600B4AB /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A002B1D7586F4132829E76E /* TestI.swift */; }; - 76D8EBD8D05F32CD4A34043F /* StreamSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7DF75900EBEAF97D00001A11 /* StreamSocket.cpp */; }; - 76DE4F532644AAF90E274B8C /* Logger.ice in Sources */ = {isa = PBXBuildFile; fileRef = A6D55A894856A7A4B11975A4 /* Logger.ice */; }; - 772381792CBCA7DCED27BE49 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 777237D769D8C77F4326706E /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = E065D0E7A071B663E9553AA0 /* Test.ice */; }; - 77B88106ED995ADEAA1DAB02 /* IceDefaultValue.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = AAC4F2ED79598C18ABCC6AD6 /* IceDefaultValue.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 77EB362F5DC52FB1898323BA /* LocatorInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BDE3EA0A870A79DC84ADEFEB /* LocatorInfo.cpp */; }; - 7851D9B8432B498ADEF69994 /* Acceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42378CB1C0C8D547F1B731BC /* Acceptor.cpp */; }; - 78C3C1329F42226AB830F898 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 32A1FA9E8C385F2FD45747A3 /* Metrics.ice */; }; - 78CA8FB4406DDEF1395F2014 /* Time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 256D66138A8CC9F4D9D69B04 /* Time.cpp */; }; - 78F2C9AA22E6BC319B2A875A /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FCC2DBAEC7F9BC3E30ACE12 /* ServerAMD.swift */; }; - 7975EB7DCC2EE47294B3EDC4 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D8712A97ABC08EA8A5D7170 /* Collocated.swift */; }; - 797778881B5E50A86834A831 /* IceServantLocatorAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = AA8A1372FB4033FC7424CE8B /* IceServantLocatorAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 7980D619855B236ACDA08090 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80E571F97FF01CC4DE389513 /* AllTests.swift */; }; - 799906B6312E34669138FC5B /* libIce C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3C15F7D9CB628CDF09F068EF /* libIce C++11 iOS.a */; }; - 79CB894A52888514657EBD72 /* SecureTransportCertificateI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4738AAED80F56A6F568EBE90 /* SecureTransportCertificateI.cpp */; }; - 79F4AE14F29ACB2E20E7A450 /* PropertiesAdminI.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0DB52B51E3FA93300C43C25 /* PropertiesAdminI.swift */; }; - 7AE98806C6764997A6986820 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 7B133066E8583444297FD4F5 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 7B54CBC22C81225F36D42CA6 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A7A2576ADEBCAE66D91017B /* AllTests.swift */; }; - 7BA2AC70DD19A3A7137BF255 /* IceExceptions.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 3FDF9494E12C6BF03F42DA7E /* IceExceptions.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 7BB3DA63030BC39DBAF907A5 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 7BDA813DBB9182EF4C94185A /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 7BDAD6EC1992096F399AEBA9 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF3381D97C9AF593493BD6F2 /* AllTests.swift */; }; - 7C1754C47D445BA7A8E3B7EB /* CommunicatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 65924EBE16768F7D4F07B2BF /* CommunicatorF.ice */; }; - 7C21643B630A892EC61D4206 /* Current.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5EEC2BB0085B3839A982C439 /* Current.ice */; }; - 7C358989DD6020D8E268DDCC /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 7C51991B4E5BB1C6B2159048 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 7C5489847511E63B8199D2D0 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22BD5843A87AA45F2991AF44 /* Server.swift */; }; - 7C913DBBDE0DFA23EFE9B498 /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = EF3EF8F522407D9EBA6ECD43 /* ConnectionInfo.ice */; }; - 7CF7AA79746A636F7771BD68 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AB1BB72180EBA438DDAE06C /* TestI.swift */; }; - 7D08EE52ACDEB8CDD239A101 /* LocalObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 752E7A137DFF7E49C449864A /* LocalObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7D0EFD79AC3C7C0A4187DA76 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9F68B8316C0AC7480B33A89 /* Server.swift */; }; - 7D39D6376FE6A5699CBC93A2 /* CollocatedRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C57AC3E45C316A96069839B /* CollocatedRequestHandler.cpp */; }; - 7D879443E26166477D1731EC /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 7D93EECB5447130408E4F2B2 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 7DDADD4F5E1EC16D47354554 /* BuiltinSequences.ice in Sources */ = {isa = PBXBuildFile; fileRef = F92D562257D5D6BB250FBA03 /* BuiltinSequences.ice */; }; - 7E11E4CCA101A3CA60450521 /* ServantLocator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 66E2CC93414D5DF879633DEC /* ServantLocator.ice */; }; - 7E2F2E06AA1A0498B9A70080 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = D9CDBF4588C7BAB7393A7677 /* TestAMD.ice */; }; - 7E5DA29A93D886999FFB3C8A /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA88F2EB080827E3D296B596 /* Client.swift */; }; - 7E69C74FB3442C560CCDC347 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 7E7F14220A99322B7ED2B354 /* IceRetry.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1E4A6402493A919347EACCD3 /* IceRetry.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 7E943A6EBF12AFA488C2C97C /* Process.mm in Sources */ = {isa = PBXBuildFile; fileRef = B8A61B4E7E68B120E196A4A4 /* Process.mm */; }; - 7E9E7C70A0E7AF9EF8D28D33 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 7EC11BA88267E0CDD1CDB24B /* Endpoint.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7A541D5894250F2572EBC910 /* Endpoint.ice */; }; - 7EC4A476C178E54657060240 /* Identity.ice in Sources */ = {isa = PBXBuildFile; fileRef = EABD8BFF9ACAA17ADE664322 /* Identity.ice */; }; - 7EF3463889E40101E29D8A2D /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = A160ED5E7341AF3AE396EC3E /* Server.swift */; }; - 7F07B4B26F38E4822C8F5C5E /* IceSlicingExceptionsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = D957A3D3DE480CDE7EB2F2F9 /* IceSlicingExceptionsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 7F6B6F00CBB0D1A160E97F60 /* ImplicitContextI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7371352DCDDEAD58499B726 /* ImplicitContextI.swift */; }; - 7FA00F48342E48B3991D415C /* LoggerAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A987F647C886E20415E9D97 /* LoggerAdminI.cpp */; }; - 7FD150C9C97513A29DB132F8 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 801244AF6BD1621AE1FF9C67 /* Logger.h in Headers */ = {isa = PBXBuildFile; fileRef = 44E1FB05FD4EFF57B6807C01 /* Logger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 801892CB9C0BE8D895510F64 /* IceInheritance.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 47F9B4D7248ADFAAB0CF96F6 /* IceInheritance.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 80353823C394C14ED40A1757 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 809E2786EE86FCD38629E5F0 /* TraceUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AF3F12FBD00B041B29330 /* TraceUtil.cpp */; }; - 812B97D7BCB205F4E965567C /* DynamicLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 319EA2552ACEA408CA472547 /* DynamicLibrary.cpp */; }; - 81554F308B2A870C65A8952E /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47FA88ED745A9DAE8A7433B /* Collocated.swift */; }; - 81601DA7D6C508E5656C1539 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 81637A443B1F887C94123BA5 /* TwowaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EC2A41FCFC58F61CC6A5B4F /* TwowaysAMI.swift */; }; - 8174DFF770FDE9AEC19CCB4F /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F9288909A1B05094F1BDD00 /* AllTests.swift */; }; - 81754D3A88A56121C63BF745 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 81E98C983784EAEA7D9E9F7C /* IconvStringConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F79846125B51410028E3F14E /* IconvStringConverter.cpp */; }; - 82126286A3752EEBAF3A41A9 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2485F875EE05BBAA8041AD1A /* TestAMD.ice */; }; - 821BC96C95941683079D28C3 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 82C2EA968B4610EC760FDE3F /* PropertyNames.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7FF0B72AE217719D8EF6F39B /* PropertyNames.cpp */; }; - 82FD2B7174BC3344ED305BDE /* IceInfo.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 9CAB83AE38E9F9D1AFB6748D /* IceInfo.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 833EF9E4EF4E281D374B7219 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28F7DA3A9D518C282F1EF6AB /* Client.swift */; }; - 83481935EBC181FDBF13FF77 /* IceUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 693B401A2E6012BD741DBDBB /* IceUtil.mm */; }; - 83AE86772ACC5DAFC97A5062 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1358EB8E1BBEFB101628D640 /* TestI.swift */; }; - 83F5FE307FF7A80F3512EC8E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 83F6ED8DA6712A6539FB7ECF /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421EB0E99592024B72A49AAB /* Server.swift */; }; - 842F3A3576BB57E06E22DE1E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 846DED996D509A286C10AD6B /* Session.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2B3A1C54E77886CEDCC54CEF /* Session.ice */; }; - 849DD5DB11440EADEA4DC180 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AB1BB72180EBA438DDAE06C /* TestI.swift */; }; - 84C207B84B957F18648A5DC3 /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = 51D96FFD34C8D09EFD49CC32 /* Config.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 85091C94E69156903BE6E65D /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1B3BD606FB12E14CA380B0DE /* TestAMD.ice */; }; - 85227825BBE1A72644DE007A /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 853382C2B2AB89DEC949B426 /* AdminFacetFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 0747E1E307157E642513E1E8 /* AdminFacetFactory.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8562A78F195D817AEC6D41C6 /* Network.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECEBDB151DBC191594A015FF /* Network.cpp */; }; - 857B60AA1458A0FDA3082E36 /* ConnectRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 695E7C5986C05DC443D69413 /* ConnectRequestHandler.cpp */; }; - 8593FBED818D3905F22D8DE6 /* UdpConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DB0BF0A52DD95870BC54B782 /* UdpConnector.cpp */; }; - 85E464F948CD2F7BBCB4BC6B /* ConnectorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE422BBBA33CF320BE3DD0B2 /* ConnectorI.cpp */; }; - 861FA20FF66785B54C848A3A /* Version.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1B58F4A3F45E3C3D52CA5184 /* Version.ice */; }; - 863A7E26A4AEAC1D568AC2BE /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C74DD38DA31A7AE6A9FF4196 /* TestI.swift */; }; - 868BBD60C96FEF4695B568BC /* FormatType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C14D26B5AFC1299D29B68DD8 /* FormatType.swift */; }; - 868F17D0CCC8DEE0A8210952 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - 86B9D4E6099514A8272B7164 /* ConnectionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC76964B5694598E3F0979FA /* ConnectionFactory.cpp */; }; - 86BD79D97788FC604C8EBFDB /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5DFE54AACBA5E107C6C4771 /* Client.swift */; }; - 86DEF763C59F9D4D7F9D93F1 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAB00DEDEBEBBCB9065ADA75 /* Object.swift */; }; - 86E903ACBCCD7FA615B6B606 /* PluginF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 252EC18E1DBB2B03E6C9B82E /* PluginF.ice */; }; - 8712FC3CFA774A9306234724 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 516C92124FA892676E5D6A5F /* AllTests.swift */; }; - 876C248F56AA45DCDD900DC4 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = C85363DB6ECAE4F6E4DC7143 /* Test.ice */; }; - 87B0193B6FAD1AE0BCC3286C /* Clash.ice in Sources */ = {isa = PBXBuildFile; fileRef = 24648A2CDEE9532484F10EDE /* Clash.ice */; }; - 87CA05D537E1628272D4F4F1 /* Network.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECEBDB151DBC191594A015FF /* Network.cpp */; }; - 87D74D0EFAC9054E2AE0D271 /* IceImpl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79825E240B70744C296B607F /* IceImpl.framework */; }; - 87DABA111639A3CD21DD8382 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 87E8F30161B455EFE3525030 /* IceStorm.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = B5EACE738D0F1E9ABD455400 /* IceStorm.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 87F1989049D072790C17B690 /* SecureTransportTransceiverI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 82E8046CDF5093E796EF4925 /* SecureTransportTransceiverI.cpp */; }; - 88043C35CF4B9965EBECF3A0 /* IceOperationsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 635AAEC8BC204DAA5C7B0CDB /* IceOperationsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 88210360D56850C44CF914C6 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 04AFC5282F8272E40B07E5C4 /* Test.ice */; }; - 8846D857EEC03BD8477977AB /* Process.h in Headers */ = {isa = PBXBuildFile; fileRef = C94515DA6C1C2DF296FE4BFB /* Process.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 885431DAC8FA8AB5CEDC402E /* Mutex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46136415E5E0780A7231F0D7 /* Mutex.swift */; }; - 88787605EDC4AD5421D1F0E3 /* InputUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5EB8F6CE6D077F608EF6A4E9 /* InputUtil.cpp */; }; - 888DC037A372CA4454AB46A9 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35ADBEA553972729DAC9222A /* Client.swift */; }; - 88AE665B2461B1A860B14F84 /* ServantLocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8620C4F989EBB20EC41C60E1 /* ServantLocatorF.ice */; }; - 88BBB5DFB84DAF7187BE9A55 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 88BE9601C42143BE9A4946DD /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3DC741D277A9CF9B4C7EB934 /* Test.ice */; }; - 88C34885FB8D43D1FC0E5102 /* Glacier2Swift.h in Headers */ = {isa = PBXBuildFile; fileRef = DD6CFA173AA7CAE8F9BB9318 /* Glacier2Swift.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 890B0B56783293086C1D9BE8 /* ConnectionI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C41B24EADE1D0A2A623570FE /* ConnectionI.cpp */; }; - 8926F764A3D465FAF1533978 /* libIceLocatorDiscovery C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BBB2BCB0FFEA26FC6511DA1E /* libIceLocatorDiscovery C++11 iOS.a */; }; - 8971CBCCFA765CEEB7E602DA /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10414003AB3A4C756BE12F3 /* AllTests.swift */; }; - 898A1BFC38FC418EDD886FAD /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AF5753C9C192A28F53F7D83 /* Client.swift */; }; - 8A061A1560387BAFC08E4EEE /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 8A123C12253E71E1565C1CAD /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 8A1EF4A4FD7319FB583E7E9C /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 09F84EC0B58DC36C454A59F6 /* TestAMD.ice */; }; - 8A210ADAE4E978B58D1E7D7E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 8A7C9990FE71886CE9D6B473 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66E541E50D825E4525EB2745 /* Client.swift */; }; - 8A8A18ADC160B23773FE3DF6 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 8A9766C973D1806E9F9D0A10 /* ServantLocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8620C4F989EBB20EC41C60E1 /* ServantLocatorF.ice */; }; - 8AD928DC9A1A37962B4AC485 /* SliceEscape.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F7B3A8662C397F87689E4C6F /* SliceEscape.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 8AE7B2A18BC51A7AEAA9F2D6 /* OpaqueEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DB4EEAFC3FC69BA28EF9AA04 /* OpaqueEndpointI.cpp */; }; - 8B2987EC994EE7296146F223 /* ProcessI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A1DF5DDDB8BCD15050CA0E4 /* ProcessI.swift */; }; - 8B45BCC996370D2C1B3D1F93 /* MetricsAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D12F27BC1784D903E382B02D /* MetricsAdminI.cpp */; }; - 8B4792DE67157C357BCD35EE /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BBDE0170050281A43311948 /* Client.swift */; }; - 8B47A6E1B2B8F1D2D99D66C8 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 8B8BDAF09B516C8C2AD356E9 /* ObjectAdapterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = D6C0F0A41221E464FCA71B6A /* ObjectAdapterF.ice */; }; - 8B8EB9500D5C82E7C7CE3DF4 /* IceProxyAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 455B4C00C0E3220676847308 /* IceProxyAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 8BB4C48E817DB589F5D7A031 /* OutputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CB3B401A4B589B914B9914C /* OutputStream.cpp */; }; - 8C3C5EE4BB9B885084DBE334 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AABC987567772DF18F8A00F /* TestI.swift */; }; - 8C458D0456B20832B18E335C /* WSConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6556AF80901B493959322429 /* WSConnector.cpp */; }; - 8C6A16AD114B5D9774D535F9 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666C9DE42F60C36C24AE6924 /* AllTests.swift */; }; - 8C6BF302192D00013EFCE417 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 8D5204136013BC185790D1A5 /* Communicator.ice in Sources */ = {isa = PBXBuildFile; fileRef = E1EB97B26CF0A05CA4DD1621 /* Communicator.ice */; }; - 8DAC4306CCB2E3C8BC7F3B59 /* IceStorm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7FD9FDAB649CB5D289461BEE /* IceStorm.framework */; }; - 8DAE3C40015E99332FE469CC /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - 8DFB42680BB91CE33E2E401A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 8E019F290DE74E9B92321E90 /* Blobject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019F42FABDCF7D81864E2BF5 /* Blobject.swift */; }; - 8E184108E8A6E345E738C8C2 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 8E44D612BE455D739DFAAAA7 /* BlobjectFacade.h in Headers */ = {isa = PBXBuildFile; fileRef = D114ACF18294F8C1596E632E /* BlobjectFacade.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8E4E148CEB2518713F47E78E /* PluginManagerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A741032C597B964899A42610 /* PluginManagerI.cpp */; }; - 8E9ACE38A3F23C1F125A4852 /* PropertiesF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7447DF1712E43FCEE0DE0C97 /* PropertiesF.ice */; }; - 8F336156EC8D5211BA8DC52A /* RetryQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C08CBA46D98FF466A576141D /* RetryQueue.cpp */; }; - 8F78ED8732331466E8306C5B /* Process.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7DCF9C52B5E7E459AB296FB8 /* Process.ice */; }; - 8FE4DD07A8E7E404DA535A75 /* InitializationData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4821263C5A99F7C86E1B617E /* InitializationData.swift */; }; - 8FF03D31A5CF03685945105A /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 903E1BD0A3ECD292917A9034 /* SystemdJournalI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AAA5E92FF0A89A2101A01B04 /* SystemdJournalI.cpp */; }; - 90454E188CBAAEEE21C1F9D7 /* IPEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AC209B2BEFB9B02B6EF96387 /* IPEndpointI.cpp */; }; - 90C8AA7FB04775E7A0EBCDB9 /* Properties.h in Headers */ = {isa = PBXBuildFile; fileRef = E58CC33BA1B6706A1ECEBE0D /* Properties.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 90FB8126D20FC3A5D23BDCF3 /* OSLogLoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B4CB627B8F32CC22FC708A0C /* OSLogLoggerI.cpp */; }; - 9105E2B484ACD0352A0EED68 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 913108219BF07CA58E3FF392 /* Properties.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4D6B30977E3170BCF21F561 /* Properties.mm */; }; - 914A6581A4540D7B994E00DB /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 91A3D4B2238FC64161316F0F /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BB8B31EDB778B56449BCAA /* TestAMDI.swift */; }; - 92142DE1BBA3C71F097A4EBA /* UserAccountMapper.ice in Sources */ = {isa = PBXBuildFile; fileRef = D6B0FF60805D86B3FF5DDEB4 /* UserAccountMapper.ice */; }; - 92582FF49B974800EB7D6461 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDB3B475B1486012456B7586 /* AllTests.swift */; }; - 927C6E31D2C900239348FFE5 /* ACM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 605A03F3ECC979716033A199 /* ACM.cpp */; }; - 92A16A7DE4D12F64CEA2C4AD /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F9288909A1B05094F1BDD00 /* AllTests.swift */; }; - 92A56407DC74B964ED997C2F /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5D81B9DA1CCBC34211241927 /* Test.ice */; }; - 92B9A6B58053616AE3AF1D0D /* IceAcm.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 32B7D7D705607DCE80163367 /* IceAcm.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 931C0162CD4EC2CC9B9016E7 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 9340D2F05176A071FC0EADEA /* Exception.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAAC1B9EC9FD17079CD9FC70 /* Exception.swift */; }; - 93469E7BCFF0DCA86A2B035F /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 9358F14E1364A2DC603118D6 /* ImplicitContext.mm in Sources */ = {isa = PBXBuildFile; fileRef = B060063B5D936B18E18A73F8 /* ImplicitContext.mm */; }; - 939E1F708E833A945F531F8C /* IceAdmin.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1721F2945AEC9675C0825DBD /* IceAdmin.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 941B6F60466D15C48E91130F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 947689B5AAD8D66422BC0FD5 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 94A402F9EBC21C6686698575 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 94D492DEBB8E03AF4276B36C /* PermissionsVerifierF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7F42C025301718A25C13AB2E /* PermissionsVerifierF.ice */; }; - 94E7DA7D5954F502F670668E /* LocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E26EED6C39EF671FD20DFAD /* LocalObject.swift */; }; - 95144BF9DD56B865BD22C6A6 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 95172F1B846C7F0251B057F5 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2747277751E090BE7AB46462 /* AllTests.swift */; }; - 951AA7E9C9B9F04E39C87636 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 95A291F74DD952FB225B6082 /* EndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7142AE4E028FF06CDEA37F2 /* EndpointI.cpp */; }; - 95CA8BFAA887BF02AEE251E1 /* CertificateI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7992CDF49CCD78F4634F180A /* CertificateI.cpp */; }; - 95CD0918803FBF2E03897442 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 95D39BCFAEDF1B04E559EFEA /* BatchOneways.swift in Sources */ = {isa = PBXBuildFile; fileRef = E89AB7F099EA4B6A42417ED5 /* BatchOneways.swift */; }; - 95F3AFD90DE2D093B7AAFF8C /* ImplicitContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E3DA6530CB29CE7799B8173 /* ImplicitContext.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 96118A76FBB6E5FA216FDE38 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 130DBC2ECA372111BF3D0FE0 /* TestI.swift */; }; - 96749C1D375C898B746D3660 /* IceProperties.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 7D0B795849C1126A1862513C /* IceProperties.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 9687BA884EDEB7724B1C0DAF /* IceExceptions.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E51C6623A73A0E56C6397017 /* IceExceptions.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 9754478231588D6E02CC59B1 /* IceGridSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = F34055389881F5CB5D170F21 /* IceGridSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9795ABF58DF19FB6A4E5048F /* FacetMap.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1A5180F79960879D3E7BD4E9 /* FacetMap.ice */; }; - 97C17C93C8228E3CA7FC071F /* IceServantLocatorAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 9FA7801E5495B9E68AAC8464 /* IceServantLocatorAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 97CCD2C2E4E52185B4C64547 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 97E0A07063F8E55D8D9C4EC8 /* InstrumentationF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 386A9C7E30E6E25CE9DC7120 /* InstrumentationF.ice */; }; - 97E33F1F89C9A10FCEA84409 /* SlicedData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8426626D0DAF72F3E8729B3 /* SlicedData.swift */; }; - 97E527B5DC6072305AC21A32 /* OutputUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43EC8B48D5717CF386DB1A49 /* OutputUtil.cpp */; }; - 97FC1663FE20244F4D80E75C /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BFE69B21E3A23EE5E0D196E /* AllTests.swift */; }; - 9873BC7CBE98E1D7BD55D04D /* ObjectFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = F57EDE31072DD97B687FD6B7 /* ObjectFactory.ice */; }; - 991EA1B7D6400BED6F563EDB /* Identity.ice in Sources */ = {isa = PBXBuildFile; fileRef = EABD8BFF9ACAA17ADE664322 /* Identity.ice */; }; - 998DAB209328558012879E8C /* SecureTransportTransceiverI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 82E8046CDF5093E796EF4925 /* SecureTransportTransceiverI.cpp */; }; - 9990FE1C2256C0E01AB6ABC7 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - 99AA03344DAC215B4A5AFF72 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 151550A9E9AEEDB364C185C2 /* Client.swift */; }; - 99D87EBA1BDAA16965A305F9 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 99E4AFEE4ED813EDA5FF2FFC /* SysLoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CA9EAC361DD9BE2E85A98DCD /* SysLoggerI.cpp */; }; - 99EA3B9C0C97B12FDD6DCF07 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 9A269CD46FDC1BEB5F44B439 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = E246CB246CAF33EDA7F22856 /* Server.swift */; }; - 9A65C466895809B9DAAC58B5 /* Exception.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9B9313EA6E03E9CBAED6F560 /* Exception.ice */; }; - 9A7466D83DBD38C2BF8ADAF0 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6780F346E49040147E36D66E /* Client.swift */; }; - 9A75F9F4082537CEA791E88D /* SliceChecksumDict.ice in Sources */ = {isa = PBXBuildFile; fileRef = 99AEF5EA46657B6ED564F874 /* SliceChecksumDict.ice */; }; - 9ABB8CD5ABFB7DD4352ABF1B /* HttpParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E662E11DE8A621910065E1D /* HttpParser.cpp */; }; - 9AC9DBADBE4623E370E44549 /* Logger.ice in Sources */ = {isa = PBXBuildFile; fileRef = A6D55A894856A7A4B11975A4 /* Logger.ice */; }; - 9AD6155154407A1133D5C24E /* ProcessF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 81F67F5C517BE8E73AF0F9FA /* ProcessF.ice */; }; - 9ADC4FEB6D7FF2FA3493990F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 9AE248B34A457B54A724AF0F /* EndpointInfoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CD66A6918DECB713BD98AC4 /* EndpointInfoFactory.swift */; }; - 9B34A010A856D5A869BD337A /* PropertiesAdmin.ice in Sources */ = {isa = PBXBuildFile; fileRef = BBDBD9449474420693FF1A96 /* PropertiesAdmin.ice */; }; - 9B3704CC5969F0561CC69682 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 9B6A7848D607F20E5CE6E04C /* ObjectAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 93D06B2D7F42F7D0BF3CE8A5 /* ObjectAdapter.mm */; }; - 9BA81A33591349D81BDC61B2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - 9BC091FB80D54CA8BF84CF46 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 9BCAF4DC447B65DCD9E3A613 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 9BCB017759AD9FA494BC3831 /* IceStorm.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3C2152F0452F6E08095D9EB6 /* IceStorm.ice */; }; - 9BCE362DC5A6212B30450098 /* InputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95A7C2C16236FF4744B931B1 /* InputStream.cpp */; }; - 9BD11FCBAB0E676587010BBD /* TraceUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = D680724EEBE87D009F1450AE /* TraceUtil.mm */; }; - 9C2F7E9F4990FBB9FC827B7E /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E0FCD6FFA7170641D8765A4B /* Instance.cpp */; }; - 9C67BFD76221EDFCD2E8DC10 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - 9CB0F49F5C7BFF696C984C73 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - 9CF5145FED8A025BE49A6DC4 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98FC5CD166CBCC9EF80D9DC3 /* AllTests.swift */; }; - 9D09F7A1C59252F32A2A7B4B /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 9D14AD33B903B25347AA9ADF /* Communicator.ice in Sources */ = {isa = PBXBuildFile; fileRef = E1EB97B26CF0A05CA4DD1621 /* Communicator.ice */; }; - 9D3D8D5B4DCBAB48B563FFB1 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - 9D4A0DD82D14CCFB9F4DBA2D /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - 9D4CC625E6BF3450DCA10AB3 /* Session.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9FB9CADB3BA499A2BC6881FD /* Session.ice */; }; - 9DAC209E9C72FDEFF3A197F9 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = FF6F90A6F754D4AD5E01F69E /* Metrics.ice */; }; - 9DB3DE6FE9765B5C9050432A /* IceStorm.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3C2152F0452F6E08095D9EB6 /* IceStorm.ice */; }; - 9DF6E5D9D60CC0388079666E /* IceStream.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F6110A99A26547AC7A0F46E2 /* IceStream.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 9E01397B265A1E21CCBFA03F /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - 9E24973430D1253288A57028 /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E29A6C42B64B3F08A6272045 /* Glacier2.framework */; }; - 9E743EEE6E48F05C19117220 /* IceProxyAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = BC4E902701DE09BA37587528 /* IceProxyAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 9E75D3F4517074821BA6A1AA /* ConnectionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC76964B5694598E3F0979FA /* ConnectionFactory.cpp */; }; - 9EA85DA41B55DA5D9EA11B5A /* OptionalFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68C08FAC3665B748A271F62C /* OptionalFormat.swift */; }; - 9EA93AAEA9DB063CD86A97A2 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = F244D55CA2AAEE2568CF28A6 /* Client.swift */; }; - 9EBADE468100C8E9EFC846C1 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5679E03F4C6A3573F49D32CC /* TestI.swift */; }; - 9EE9D3B1EFEA65F2AAFA5CD1 /* IceStorm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B5EACE738D0F1E9ABD455400 /* IceStorm.framework */; }; - 9F1324267AB81AA17E30BBF0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - 9F1D0B7C32AF0F9F7DDD3369 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3F7641916F3AE9E31B425BF /* TestI.swift */; }; - 9F8B261C79E091E8EAD88AB0 /* ObjectPrx.mm in Sources */ = {isa = PBXBuildFile; fileRef = EA2937C01CFFAFEFEC9CEC0A /* ObjectPrx.mm */; }; - 9FB9CB5DC8D47E5ED6C60F95 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = B67E5402C0254BC7850E36A0 /* Client.swift */; }; - A0027849A3B626FD753D2E3B /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8371B9C189899699E35CC39F /* TestAMDI.swift */; }; - A0041F78C0B3F07E50698D80 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 06FBA9E68281254315A2A856 /* Test.ice */; }; - A050DB6F9446AACD196F9885 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5550C028A5CA2F19AE9BBE0F /* ViewController.swift */; }; - A0843B8CD35CD7B0D78F519B /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 08605FFC3C3C7190D43620D4 /* Test.ice */; }; - A0A3A8531670FD81B6D39FB1 /* ValueFactoryManagerI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E02B63D8DA13D404641957BD /* ValueFactoryManagerI.swift */; }; - A100EBEE3540A0E20217BE93 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ADE0DE144C88D23C11311493 /* Exception.cpp */; }; - A10516A0403F928698EA777D /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - A1B292D812AA4DB133ADD9F8 /* IceSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CBD1373FDC1C92C1484F639 /* IceSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A25BFC67BB92BE962E05614E /* Logger.ice in Sources */ = {isa = PBXBuildFile; fileRef = A6D55A894856A7A4B11975A4 /* Logger.ice */; }; - A26720811D18E8562FC865DF /* OptionalFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68C08FAC3665B748A271F62C /* OptionalFormat.swift */; }; - A27B9C67A0D5AE1A30C758F9 /* LoggerF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8012493C9E937496C5528CAC /* LoggerF.ice */; }; - A28F3D9E1DF0B6E60B80F9E4 /* IceStormSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = F214BC0DCB10521D7B304C2F /* IceStormSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A2A698A59B090783968F665E /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - A3108D143A53CCB5AE77DB46 /* CommunicatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 65924EBE16768F7D4F07B2BF /* CommunicatorF.ice */; }; - A362D3C19E3CBB373AAB6247 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - A375F8131B91661D938E8478 /* PropertiesAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D7FBDC61EA186B04D1D64F01 /* PropertiesAdminI.cpp */; }; - A376624BA32151025DFDA7A8 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71FF00177A6A5EEB570975C9 /* TestI.swift */; }; - A397781EE95709693FC7BEC3 /* LocatorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD583224B0A73EEFF8C9D3B7 /* LocatorI.cpp */; }; - A3AA3B8025CB52C4754F4C70 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - A3B51CAED34A0402AA31190E /* IceAmi.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E03E5B703015A0C1476E95EE /* IceAmi.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - A3B68EA104F69D912EED8B52 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = F23EAEF6DFB05769B732486A /* TestI.swift */; }; - A3BBC425C097F51F8C7DC4F0 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - A3CFF8206709DED28983E824 /* Value.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE2BD5737AD5AF170B0B0CED /* Value.swift */; }; - A4173A4521C5B7EBF8F560D9 /* NativePropertiesAdmin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F552C8A9F21AD142D523B1A /* NativePropertiesAdmin.swift */; }; - A4178C65DC381D772DDB7A46 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28FDDF625997BB351524270B /* TestI.swift */; }; - A42ADDAE534256F900875FBE /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6F2C2CB6EE1674AE657F4616 /* PluginI.cpp */; }; - A432788DD80345E1D13711DB /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - A48174E1E2997BE03DFDCCCB /* StreamEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B53D3EE2B472114E1DFC4CC /* StreamEndpointI.cpp */; }; - A487F35A647B39FB7C1875D7 /* Endpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FE57F1514490B5958300850 /* Endpoint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A4A98AE34044D9C9C63447CE /* IceBinding.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 001DE80880ACC6CBBF0872DF /* IceBinding.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - A4F22895DB6FD48FA5DB0D26 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - A4FC039FF2D4D8CA677C7816 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BB8B31EDB778B56449BCAA /* TestAMDI.swift */; }; - A5BC82B14539512BAA5F9ED6 /* ImplicitContextF.ice in Sources */ = {isa = PBXBuildFile; fileRef = FF79A8C33DA3EE6AEE6E95C9 /* ImplicitContextF.ice */; }; - A5CA3DAB84C0E40C1B64CF2D /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80F1B1DB98547507D72ADB12 /* Client.swift */; }; - A5DDA9AE015A5FAB8FA52C52 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5D81B9DA1CCBC34211241927 /* Test.ice */; }; - A5E9A16A09ABE93B6D8C087E /* RFC2253.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E6524CC00543F0D8AC208141 /* RFC2253.cpp */; }; - A610B32BE61285C5389CDA9E /* IceOperations.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = C852970CEEDF2842C437C190 /* IceOperations.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - A67FF11B556ADA03FFCFD71F /* IceImpl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09DB13F39CD054588CBC605C /* IceImpl.framework */; }; - A6D790988079D7BE0C07F7DD /* ObjectPrx.mm in Sources */ = {isa = PBXBuildFile; fileRef = EA2937C01CFFAFEFEC9CEC0A /* ObjectPrx.mm */; }; - A77048DC8D7047EA62C45FCD /* Exception.mm in Sources */ = {isa = PBXBuildFile; fileRef = 41F65E8C564B1F97DCA0920E /* Exception.mm */; }; - A7BF53036BE370173233D5CE /* Glacier2.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E29A6C42B64B3F08A6272045 /* Glacier2.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - A7DA25D729085085A42F28D5 /* ValueFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = E36C9FCEF6BE15A700E6B655 /* ValueFactory.ice */; }; - A7E15C97872498ACF229B1F1 /* EndpointI.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAA1F45803B6DF3CBA703742 /* EndpointI.swift */; }; - A822ADB136CB65B091161522 /* Options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5BDD899B3FCB355E85FE276A /* Options.cpp */; }; - A82F26E79943A0F3924193AD /* PropertiesAdmin.ice in Sources */ = {isa = PBXBuildFile; fileRef = BBDBD9449474420693FF1A96 /* PropertiesAdmin.ice */; }; - A83D704E60D33AF52751A00B /* Service.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E0F0A365CDC0718077C1C85B /* Service.cpp */; }; - A849D63803F6790A570F4C35 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - A8727AC5224061F08D17E826 /* LoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A31FC05EA1C0E8DEE3F5886 /* LoggerI.cpp */; }; - A8BAA61785F8D16BD2EBDA18 /* Protocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0BF9490DF910B9AD47787F /* Protocol.cpp */; }; - A8C78893CB9DBC6331FE65A4 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 107235632F95DF1C26FDAFC2 /* Server.swift */; }; - A8DF53B64E7501001850F54E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - A93897BD383600BACD1E706F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - A94D83FA6247E17B3089DA38 /* IceStream.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = AB3DB4E7D59A8039A5F5A62C /* IceStream.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - A975013FE997B32D4CAC541B /* Incoming.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA3DF503D54D450C1ACC9979 /* Incoming.cpp */; }; - A98DAA1E4E8F6035AFEA21A9 /* Value.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE2BD5737AD5AF170B0B0CED /* Value.swift */; }; - A99027A7D81E18DA9201D801 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = E246CB246CAF33EDA7F22856 /* Server.swift */; }; - AA67E5458A7D5DEBAF7465FF /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - AAAA9A79343CED3FBF6F7A35 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2D5EF45A2738475354F905DC /* Test.ice */; }; - AB230E99D78D176A77F7D45C /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0AF2759EFE2DDD4FC2CAB4D /* Client.swift */; }; - AB43B7CA7475536DD6532DC3 /* Communicator.ice in Sources */ = {isa = PBXBuildFile; fileRef = E1EB97B26CF0A05CA4DD1621 /* Communicator.ice */; }; - AB6750EADC8019BFC2F12FC6 /* TwowaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EC2A41FCFC58F61CC6A5B4F /* TwowaysAMI.swift */; }; - AB6E7D1E94A3017CC3590169 /* UnsupportedAdminFacet.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FFF36F4C78E9AFCF5F11566 /* UnsupportedAdminFacet.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AB780BBFFDAC11C4AC043178 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - AB81F1BA75631E47A63A2EB3 /* MetricsObserverI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C79E9B8D6AB3D7B16756136 /* MetricsObserverI.cpp */; }; - AB8D7A243C41664346E44A86 /* Incoming.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFB0A6286B79845AC8C644FB /* Incoming.swift */; }; - ABABAAB227D2C42B70CE570E /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 924EEE6523184B018CD4931D /* Test.ice */; }; - ABD281EBC8994A1C766A2E5F /* IceImpl.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 79825E240B70744C296B607F /* IceImpl.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - ABDB00B442FAD827B4C2C967 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 08605FFC3C3C7190D43620D4 /* Test.ice */; }; - ABF20C9C0B232A490D63DD5A /* TcpAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B08210DE5EFB152BFE49B13 /* TcpAcceptor.cpp */; }; - AC8E9CA92BD5BEEA15D9C922 /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7DEB4D650858D3B021B0B1DD /* FileUtil.cpp */; }; - ACD6D28D7D8C70E5F835AB26 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - ACEE551686776A27F721436F /* StringConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EED31D2E5F5290B098F44B2F /* StringConverter.cpp */; }; - AD3744EF1A5117B60B4BCB6B /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - ADABDE85EF56C2885B15A890 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - ADF2D97706EB777CC4D8B250 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - AE2CE49213B2FE4528CDE868 /* Registry.ice in Sources */ = {isa = PBXBuildFile; fileRef = A46D118FBD00C2F98B7616BD /* Registry.ice */; }; - AE382C7457FD8AB49B70F352 /* PropertiesAdmin.mm in Sources */ = {isa = PBXBuildFile; fileRef = A2A6C02F5DD6DFBDF39FA09E /* PropertiesAdmin.mm */; }; - AE3E078254EE05D2A752A505 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - AE409CB93983D77DAA15E1FB /* IceOperations.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 9B4E5C848FA411C20D6E7C7F /* IceOperations.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - AE75240EDA2C8A5032887747 /* UdpTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 875EE95F3472F89D1AD923E3 /* UdpTransceiver.cpp */; }; - AE782CFAFDB2925AF90062BB /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 482ADDDAE326605221563865 /* Collocated.swift */; }; - AE7D6069770D47FBB19B4171 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FD71E35D921B30C0238EBD5 /* ServerAMD.swift */; }; - AE7E72FB185E213C26A7EB42 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB31105416CF31261498C9C9 /* TestAMDI.swift */; }; - AE8D6644FBDC96BA798ABD1D /* Ice.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - AF414EAB6B40CE916D67A49B /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 40586F7FCE20694EC93CBD93 /* ConnectionInfo.ice */; }; - AF51BDFE71AEE0D3C054FA2D /* EndpointI.mm in Sources */ = {isa = PBXBuildFile; fileRef = BEC666A948109F3CE30994F7 /* EndpointI.mm */; }; - AFFDB1429FBDC1721A93350B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - B02AFD0074B01F3B3A184A32 /* LocatorInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BDE3EA0A870A79DC84ADEFEB /* LocatorInfo.cpp */; }; - B07DC275CDD549A4238B08AA /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - B0866159F5CEE53C88880D4E /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - B09D91167F927E4A29F60DFE /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0AF2759EFE2DDD4FC2CAB4D /* Client.swift */; }; - B0B1E30237E9C8EED00E053C /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B736674CDEB4B0B73CEF605C /* Security.framework */; }; - B0CCE71B35010708F9C34E55 /* Transceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECC26E8ADB63965CE485E3BB /* Transceiver.cpp */; }; - B0DD21CEE3C1FF0B6A5D52E1 /* TraceUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AF3F12FBD00B041B29330 /* TraceUtil.cpp */; }; - B101FFD717955AA082157F31 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - B12E4B164FBAD7C3C935F294 /* Session.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9FB9CADB3BA499A2BC6881FD /* Session.ice */; }; - B1541E57745763882E75E5F2 /* RecMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B522EC7CD5A41FFFAB703AA9 /* RecMutex.cpp */; }; - B16CD90CD3D3025128C90D35 /* InitializationData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4821263C5A99F7C86E1B617E /* InitializationData.swift */; }; - B1AFD4C1E57A96889199D005 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - B201F0923E47C229CD7C4D9E /* IceExceptionsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 53C2C5BEB76C62EA1D0897E6 /* IceExceptionsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B20505CCD899A0D867C2E815 /* Glacier2.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 0B7D06FDBC23F045201055C2 /* Glacier2.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B256A689FB408B33D652A1BF /* IceSlicingObjects.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 606F06072FFCD573D8A837E5 /* IceSlicingObjects.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B283109E363ED60E6C2D5E34 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4B7A54D7D8D241D38EC336 /* AllTests.swift */; }; - B2B1BC5FBA3A28782149F76A /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 448EBB03786CDA5F647D2B69 /* ServerAMD.swift */; }; - B2EDCC5C89E482217FEE8157 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF3381D97C9AF593493BD6F2 /* AllTests.swift */; }; - B2F0650F126B8EFDDB3D4A03 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47FA88ED745A9DAE8A7433B /* Collocated.swift */; }; - B30075375919622B20DDA954 /* LocalObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 974EF3141F3EC627CCEC3204 /* LocalObject.cpp */; }; - B311EFF491F14BD832DD1BFB /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 27A7A7FAB9B03D8750C72556 /* TestAMD.ice */; }; - B31FA7BB58D011323B7F62CA /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = D663EDCD9BBDC0605BA5BB8D /* Test.ice */; }; - B39607E466AFDE4F4381CA74 /* IceHold.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = C503BB7937D5A73C579AF77E /* IceHold.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B39F01CABC8DE982676D527F /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09BD240D0898546D579B196A /* Server.swift */; }; - B3A414EBC40937E1DC9C4346 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - B3A7D100B3E1632AE6BB21BA /* Protocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0BF9490DF910B9AD47787F /* Protocol.cpp */; }; - B3C8174209ECF1830F224F4F /* ClientPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3CAF0FC9AA270177603C92B0 /* ClientPrivate.ice */; }; - B43D52885515B76344D55D84 /* AcceptorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D6EB8A137C2056E8D9169108 /* AcceptorI.cpp */; }; - B4405343F96B653AC3322873 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC130C8AFB3672CAC98D120E /* Client.swift */; }; - B522D290EB08CF03E47CED1B /* libIceSSL C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 121750135CD1807A5E2F54AF /* libIceSSL C++11 iOS.a */; }; - B522D71BFAEE50F20D339678 /* ImplicitContext.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2D45726D5333AF97C3001475 /* ImplicitContext.ice */; }; - B52C0DF3B4B02B444E152995 /* ProcessF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 81F67F5C517BE8E73AF0F9FA /* ProcessF.ice */; }; - B5390B025BC94E08A59B7A0F /* Glacier2Swift.h in Headers */ = {isa = PBXBuildFile; fileRef = DD6CFA173AA7CAE8F9BB9318 /* Glacier2Swift.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B5542765B9B8059D1048F7C4 /* EndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2CFADDF452FF07211927A9D9 /* EndpointI.cpp */; }; - B5885C18959C3EAB30309B71 /* Plugin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1086EBD475337961F0F47AA3 /* Plugin.ice */; }; - B5E11487C31E7075C8463FC4 /* ServerPrivateAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = ECD3A36C89C9323FC0BCB8AF /* ServerPrivateAMD.ice */; }; - B5ED419E3E1CFA440959E44D /* ServantLocator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 66E2CC93414D5DF879633DEC /* ServantLocator.ice */; }; - B5F1169B3E25DBF7A126AC3C /* Cond.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B0D7EF4A95487E9E2476B560 /* Cond.cpp */; }; - B5F8B10DD42D7F9A80195655 /* CommunicatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 65924EBE16768F7D4F07B2BF /* CommunicatorF.ice */; }; - B618D9F4F2CDD65521038E4F /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - B664EDBF5D2C221D78891F3B /* RegisterPluginsInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2B1BD79AAA95D5DE29B0F5D7 /* RegisterPluginsInit.cpp */; }; - B6AFF3DA5AB691925EE0E097 /* IceLocatorDiscovery.ice in Sources */ = {isa = PBXBuildFile; fileRef = 43B4546A7EB3FFB3A8257DA9 /* IceLocatorDiscovery.ice */; }; - B6C87F49588733042052C5D0 /* CommunicatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 65924EBE16768F7D4F07B2BF /* CommunicatorF.ice */; }; - B703E916C368A42DBC54A4A4 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = F244D55CA2AAEE2568CF28A6 /* Client.swift */; }; - B777AE742CA5117A5781503B /* ControllerI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BCFFECED541AA81380645 /* ControllerI.swift */; }; - B81A7F6D97916D14C8E196FE /* BlobjectFacade.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEDE31097374A1E7AD244C17 /* BlobjectFacade.mm */; }; - B827A0FCB1B6CD50F703A7D1 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0998EE224002219AAA26CA95 /* Test.ice */; }; - B848EB34FA9D17F1CFFC09DD /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - B8637107211AB146B0A19F2C /* IceDefaultServant.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = DCDF43E420F298756306484F /* IceDefaultServant.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B8835DE48984A5DEF31AFADC /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = A18AAC5B99698E9415FEB628 /* ServerAMD.swift */; }; - B92928C1D5D47BB07CE6C46E /* SliceFlags.swift in Sources */ = {isa = PBXBuildFile; fileRef = E97EC0E8D2B1299496690277 /* SliceFlags.swift */; }; - B92F5C1AE82AA5FE11F319A0 /* ProxyFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E31CBC817CEC37D5832FA246 /* ProxyFactory.cpp */; }; - B947C9228F57D9DD3FD46B6E /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - B94F614AD60EBA0654D596F2 /* IceAcm.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 63348156A5E1D8B7FFEE9B19 /* IceAcm.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B951F22E2270DBDECE676843 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC01486A51C70BAB2757A9EE /* AllTests.swift */; }; - B9B014C72186002E7BA29205 /* Communicator.mm in Sources */ = {isa = PBXBuildFile; fileRef = C294FD76BE980A6E10BFA0DB /* Communicator.mm */; }; - B9C4EC1B8820669A5B38811C /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 32A1FA9E8C385F2FD45747A3 /* Metrics.ice */; }; - B9DAB0AF980821589F80D641 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E3F7D201264FA09A30CEB60 /* TestAMDI.swift */; }; - BA0D1D1C61177C95CE5D9A8C /* Current.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5EEC2BB0085B3839A982C439 /* Current.ice */; }; - BA13E1F8E88D2B58BA004FF1 /* StringConverterPlugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 62F21DE28E955D986B39C6ED /* StringConverterPlugin.cpp */; }; - BA4471DD42716716A2D8305C /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - BAB92F72E970C1AE0184A95B /* WSAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 717B54DFBC33261B2BB43F3A /* WSAcceptor.cpp */; }; - BAD27855C1BB59C6054E41D4 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 26EC18A9520A259775406247 /* Metrics.ice */; }; - BB5365C53DFCF68707D74514 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - BC0F91E476E4D7CB613BFB76 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26EFA014B1C155EBE9CA200F /* TestI.swift */; }; - BC5C72CF0F7265524D6193E3 /* InstrumentationI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A8A8CB626E40AFBF4615CF3 /* InstrumentationI.cpp */; }; - BC616E3A0CAE3AF545097BA0 /* ProcessF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 81F67F5C517BE8E73AF0F9FA /* ProcessF.ice */; }; - BC955149985A979EA61A648E /* libIceIAP C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A79B6FD00D20863D433A9E32 /* libIceIAP C++11 iOS.a */; }; - BCF8D6FB002D087385D6C68A /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = C85363DB6ECAE4F6E4DC7143 /* Test.ice */; }; - BD009D1C3D28BA3D23B921E0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - BD1963CA8E1CB942CB3E1BFB /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - BD2BD3FD942FB9B6535D76D5 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031177A29C4EB0B8482FF888 /* Server.swift */; }; - BD3C4BFD54374AFDB36DBCF0 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = DFCE07AB54C0EBA8D0D49C47 /* Test.ice */; }; - BD46E79F538075006FE440F2 /* Twoways.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0ED8092B568C08586D50023 /* Twoways.swift */; }; - BD75377EA118AED9D66B9D08 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - BDAA0EFCAE5C94ADBAC57EE2 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59912BE6E965ABB382D66291 /* TestI.swift */; }; - BE1D4B61E73CCA7121555633 /* Twoways.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0ED8092B568C08586D50023 /* Twoways.swift */; }; - BEB54D334639CFDAC5D7CDC3 /* SysLoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CA9EAC361DD9BE2E85A98DCD /* SysLoggerI.cpp */; }; - BEC9A64E0A8B6F6F56625ACE /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 033735C17F39621E2D549DD9 /* Test.ice */; }; - BF1836DF1A051CCB0443CCCE /* EndpointI.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAA1F45803B6DF3CBA703742 /* EndpointI.swift */; }; - BF341E9BC0A73790B509D6B1 /* IceAdapterDeactivation.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 396643EBE6603A44FB8E3F18 /* IceAdapterDeactivation.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - BF4284F46AF11FB52B4FEFFA /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80F1B1DB98547507D72ADB12 /* Client.swift */; }; - BF4AED2EC006D0924D5DC227 /* IceHold.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = FF1FC1BA57B6F987602A51C6 /* IceHold.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - BF8EEF33F50D35A818586F80 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA613A5092CCC4CA5F1B2B7C /* AllTests.swift */; }; - BFB6FCF5D697C6DAB7B3CF1D /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0AF8AF96A6BDE43AA20D1A /* AllTests.swift */; }; - BFBCA56242C867E595DE28C2 /* Endpoint.mm in Sources */ = {isa = PBXBuildFile; fileRef = A316999403A9164FB812E43F /* Endpoint.mm */; }; - C029ACD09973B212C2E86CA8 /* libIceLocatorDiscovery C++11 macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CAC5C1136D3E8E963319D27C /* libIceLocatorDiscovery C++11 macOS.a */; }; - C08E209C16B072FB09AE2F31 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - C099C7F2ED8D73AAEDDA9D64 /* LoggerAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A987F647C886E20415E9D97 /* LoggerAdminI.cpp */; }; - C0E58A7186448630EAA5F6F1 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 50CFC3DD8161D6C6B32296D3 /* Test.ice */; }; - C0F142612D1069473B07D00F /* ClassResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7862E351DA13E225FB603DA /* ClassResolver.swift */; }; - C184DD31E2E4D503E771E0BB /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - C18CB7F803E792DA515EC135 /* ObjectPrx.h in Headers */ = {isa = PBXBuildFile; fileRef = D2ABAB0694E81B833CCE5B23 /* ObjectPrx.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C1F1826513C7991D09B8CEB6 /* OutgoingAsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46E931ED696C7DFAEB865B1F /* OutgoingAsync.cpp */; }; - C2031BBAFA18D75E523D0F44 /* PluginF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 252EC18E1DBB2B03E6C9B82E /* PluginF.ice */; }; - C23F7089FEB7DCD1BBBC2D17 /* OutputUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43EC8B48D5717CF386DB1A49 /* OutputUtil.cpp */; }; - C2C4831FCA6E3BD68DA398ED /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - C2CE85F7F04949ADCBF3C5C1 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C1E214079E7EC289D83FA54 /* Instance.cpp */; }; - C2DD4A296A853FF274A50F51 /* Instrumentation.ice in Sources */ = {isa = PBXBuildFile; fileRef = ADC0709128F36F3D32F2E8ED /* Instrumentation.ice */; }; - C30C0BA4E3CF024549758A48 /* AcceptorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D6EB8A137C2056E8D9169108 /* AcceptorI.cpp */; }; - C3C6BF0C4A8C7A44EC054277 /* Proxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2D347FE11B58F62E1A64AE0 /* Proxy.cpp */; }; - C42C0E5819BB9697AA0696CD /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 764CE725D648D3F41E5DC05E /* Client.swift */; }; - C43EE4041D34386C59CDBB3C /* ImplicitContextI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7371352DCDDEAD58499B726 /* ImplicitContextI.swift */; }; - C482510EC33C186078A87875 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - C488699CE733155E4E73DF49 /* FactoryTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FF1F9AD0B3BF5C4A9A05E3FC /* FactoryTable.cpp */; }; - C4C9998852063EA09A3F1CD5 /* EndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7142AE4E028FF06CDEA37F2 /* EndpointI.cpp */; }; - C4D9A8592627F9E813ACBAE8 /* IceSSLConfiguration.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = A37AD351FE427D5C1AC14AE2 /* IceSSLConfiguration.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - C5F59E3722E0D306365701E8 /* ProtocolPluginFacade.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A1EC2D939EB8F1DA71DEB38D /* ProtocolPluginFacade.cpp */; }; - C601D1F1DAE2931C4199F295 /* IceUdp.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 45BF168798CB0C113B1288A9 /* IceUdp.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - C634C263A7E8BD08EF217C60 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 32A1FA9E8C385F2FD45747A3 /* Metrics.ice */; }; - C6557D25297117AEE57FB5DC /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC01486A51C70BAB2757A9EE /* AllTests.swift */; }; - C6E482D46B955854BEBCC37A /* FacetMap.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1A5180F79960879D3E7BD4E9 /* FacetMap.ice */; }; - C7067097CA177D3B7633442D /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - C7522B1E91024743B8D8EA7B /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - C786754B68D59F5B8929011E /* TestCommon.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - C792EA23FBFAD03B16C6DCC7 /* ImplicitContextF.ice in Sources */ = {isa = PBXBuildFile; fileRef = FF79A8C33DA3EE6AEE6E95C9 /* ImplicitContextF.ice */; }; - C7AF6035AF2D5BEA1C2FB26F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - C7C1EC4D6D33D8D87000CD71 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - C84877C44F4927F2C82CB3E8 /* UnsupportedAdminFacet.mm in Sources */ = {isa = PBXBuildFile; fileRef = D3D3AD7F6BD006ADF34A6FCC /* UnsupportedAdminFacet.mm */; }; - C878C53EA9BD0F4A3CD62788 /* Ice.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - C8C7558AC9EEEA636B08EB6C /* CtrlCHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CCA34E0FA00C302BD324FF9F /* CtrlCHandler.cpp */; }; - C8E73379ECB70414028F9B83 /* ConnectionF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9CE912F9635778F067A7D851 /* ConnectionF.ice */; }; - C8EF4BD31B817FF983A6FB41 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - C8F713DDE3C8FB547CBBB4AE /* IceImpl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09DB13F39CD054588CBC605C /* IceImpl.framework */; }; - C943D312DAC01C0A6EAA6CD4 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666C9DE42F60C36C24AE6924 /* AllTests.swift */; }; - C94808E550126B3F9C884D2E /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - C966EE449374DC651A3B4FD3 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - CA23FD331F15F18D49224500 /* Logger.mm in Sources */ = {isa = PBXBuildFile; fileRef = CBFF990B4C3473A7ABF0E1EA /* Logger.mm */; }; - CA40DD37FEA0474DE4330F54 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = CC241E2BF44F8EC4CF9EED84 /* Test.ice */; }; - CAB23F2FBCFFCF67146E68AB /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - CB1EC20CF550CD51D7E2C77C /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - CB34F4E808DA9E98F5EC972F /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - CB377B88F0C59252C4C7B932 /* TrustManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 62DF7633D6828CAFF6A443FF /* TrustManager.cpp */; }; - CB6D56DFA75DE70014B24498 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - CB7AEF731759A136E3AA886E /* ObjectAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A03156039B9CDB4358CD487 /* ObjectAdapter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CBAF12B3F4865A8D31C5284C /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 482ADDDAE326605221563865 /* Collocated.swift */; }; - CBE283705BF3626395DA7962 /* IceOperationsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = FE78D0354C9DA6724463336A /* IceOperationsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - CBEE0B68D0AA8FEC16BB0B66 /* Instrumentation.ice in Sources */ = {isa = PBXBuildFile; fileRef = ADC0709128F36F3D32F2E8ED /* Instrumentation.ice */; }; - CBFABBE80EDAC89FFA0495E4 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6822A9EB333261B0D95F99 /* Collocated.swift */; }; - CC2E0E2F7AE9C4FF73F653C4 /* IceLocatorDiscovery.ice in Sources */ = {isa = PBXBuildFile; fileRef = 43B4546A7EB3FFB3A8257DA9 /* IceLocatorDiscovery.ice */; }; - CC341D0AC121214AF358F6EF /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D74B7014F46BAE386B82D380 /* TestI.swift */; }; - CC56166AA3C1E20A0C0B9C12 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BBDE0170050281A43311948 /* Client.swift */; }; - CC5B67D2DB230496C49B2DA2 /* ServantManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD204E0BD15DCB1EA7559765 /* ServantManager.cpp */; }; - CC9A09A4F5BFC52730D9A304 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A8DA9D26C1591F929DA3C9 /* TestI.swift */; }; - CCDBE494F3001016CDA65A2D /* IceScope.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 298DBCEEE77A658684D9132A /* IceScope.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - CCDDFAAEE89484BEFCFFF4BE /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 705846A6CCF6AC5E51C0778F /* Server.swift */; }; - CCDFF1DF65AE856C489A43CF /* LoggerWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BAD59958DDC2584ECDBD2DF /* LoggerWrapper.swift */; }; - CD42A71DC7A3BB6371D5041B /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C46B391FA27AA43499300F8 /* TestI.swift */; }; - CD5C027751A20E2D26AEE4F7 /* SecureTransportEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 75340CBA965D69EAB0538908 /* SecureTransportEngine.cpp */; }; - CD63A7B79476F26F874F5276 /* ThreadPool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6339468D81D81BE6CAF489FB /* ThreadPool.cpp */; }; - CD8AF110EDC0EEB7C24C8592 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - CDBD76D635CD17B234E85853 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC130C8AFB3672CAC98D120E /* Client.swift */; }; - CDC31BECD34774D82B5B196C /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - CDC5BCCCE601B05AE726F85F /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - CDD8E5801DE376BAB707A497 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - CDF42CF1C4E0F22FDD69C82E /* LocalException.ice in Sources */ = {isa = PBXBuildFile; fileRef = C36053D7848970D065779B25 /* LocalException.ice */; }; - CE03E1C0C922FF5EF55CAA87 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - CE4F3AADD1DB81D796D1C250 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4894F9D782271415746DD9BE /* Collocated.swift */; }; - CE7015293EFB17B2FA73090C /* ThreadPool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6339468D81D81BE6CAF489FB /* ThreadPool.cpp */; }; - CEA74889C8DC0C01B503D34F /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - CEA78D6A250354B1FCAC6D6E /* Properties.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5F104F592129B5EED7D13A75 /* Properties.ice */; }; - CEAB82A41DC43EC9526DCE15 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - CEAEF3A33CAEF30D6DD3D2CA /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - CF2759D9AF5065D14044F1FC /* TcpConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0D8821AC1907E1E120D2A478 /* TcpConnector.cpp */; }; - CF518F299210AC7FD6237A39 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDC105F80B6C771FA8245748 /* TestAMDI.swift */; }; - CF947AE8B703D6A082842D45 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - CF9CE2F32612A1D0F9C08864 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5334AB95BDB191D5F1E0595 /* TestAMDI.swift */; }; - CFB206D98909A97F89D836AF /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = B0A5B9D9E9EE7D461D56FBBE /* Test.ice */; }; - CFD7F2990BEFFF37E6199048 /* ObjectAdapterI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FE3CF94CC23B2487BDECCFA /* ObjectAdapterI.swift */; }; - D01705055674DBCE034F80E8 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A5DF5D810FA81507B92BCA5 /* Client.swift */; }; - D03E3D924DD3594153214FA1 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - D05BA93296DA4FB74FC194F3 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - D0642ECA9AE6AABB7E86AF14 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - D088EE555C0A5C76F73D20A3 /* ConnectionInfoF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 42A592138A08C5B9E09C7515 /* ConnectionInfoF.ice */; }; - D115A492108C12DA4E951A8D /* Current.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5EEC2BB0085B3839A982C439 /* Current.ice */; }; - D119BFD06F1D764C678C40A2 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8311E51460F02CEDCCC2E0D5 /* Router.ice */; }; - D135532A0E5C23D11FC44B01 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - D1374D22306AD0D3863D7037 /* Version.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1B58F4A3F45E3C3D52CA5184 /* Version.ice */; }; - D14D886281207B00BCFA41C1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - D18403F4FDF7F2929EC8D097 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - D1FB1AF25BB0901E644ADC08 /* RemoteLogger.ice in Sources */ = {isa = PBXBuildFile; fileRef = 030B62F4809F1599A477321D /* RemoteLogger.ice */; }; - D20385E59CAF150F7E1D36AB /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - D24D4DFCEA5FBD69520D1E4F /* SliceFlags.swift in Sources */ = {isa = PBXBuildFile; fileRef = E97EC0E8D2B1299496690277 /* SliceFlags.swift */; }; - D2721440C3FC10EB6F0F14E8 /* IceStorm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7FD9FDAB649CB5D289461BEE /* IceStorm.framework */; }; - D279841B2A819340CA086AC9 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA1BA218D46790D0A43C0D0F /* CFNetwork.framework */; }; - D31160D30BDD015D12EA953A /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - D319E8DE76DF6394DD4E2583 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08BBE730BE94B3702A72D410 /* Server.swift */; }; - D348A2B339D0821936B83688 /* TestCommon.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - D355E14893A90A85BA119D74 /* ServantLocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8620C4F989EBB20EC41C60E1 /* ServantLocatorF.ice */; }; - D37D5A6C3CA991107426CA1B /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 764CE725D648D3F41E5DC05E /* Client.swift */; }; - D3BBB58C9B887E97A1CC60FE /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28F7DA3A9D518C282F1EF6AB /* Client.swift */; }; - D3EC44958434CE932916479A /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CE672912D14674C2A3FBB7B /* AllTests.swift */; }; - D4497DB337CEEB5009196387 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6223BA13936A59E9CBC27B63 /* Test.ice */; }; - D462EF62BE3C2804D8347F4B /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - D46C6CDBD19447A6F2D6B6C9 /* ImplicitContextI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 10F563611DEA678C54E472BA /* ImplicitContextI.cpp */; }; - D493F0D878C2E8369D5F222A /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 26E5D0644D7C0F524F67ED2E /* TestAMD.ice */; }; - D4B36CFA5719AD12CF0A7098 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C46B391FA27AA43499300F8 /* TestI.swift */; }; - D4C075E8FFF60317BF58ED49 /* PropertyNames.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7FF0B72AE217719D8EF6F39B /* PropertyNames.cpp */; }; - D512ACC38AAD1889CCD23E0C /* IconvStringConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F79846125B51410028E3F14E /* IconvStringConverter.cpp */; }; - D516F9336A910E473F9AFF7C /* IceProperties.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = EFB2C8C91989C679C95A0D3F /* IceProperties.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - D5364A5AD5BAD2341BF2076D /* Connection.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5A33AFCB463500D3AC65ABC9 /* Connection.ice */; }; - D56A46A6D22BD78A5D0800D6 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - D570E68A426C39195AB33774 /* Process.h in Headers */ = {isa = PBXBuildFile; fileRef = C94515DA6C1C2DF296FE4BFB /* Process.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D5AC9988E66BA4117C92EB08 /* Value.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E214BFDE7BDDFA0670A22922 /* Value.cpp */; }; - D5B4D7A97A912CDD90E58BC5 /* StringUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE28C931B9269D47B492F929 /* StringUtil.cpp */; }; - D5D8C4A0C4E092309BF34EDD /* NetworkProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C066D262954CBF4795DD0CE8 /* NetworkProxy.cpp */; }; - D629F47EB63A589A133782AD /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - D62A662DD10D40C3D7BFE208 /* IceProxy.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = BE48EFA9435B97DE6B77A557 /* IceProxy.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - D6313F7C64EF592090076FD3 /* PluginF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 252EC18E1DBB2B03E6C9B82E /* PluginF.ice */; }; - D632065DBC049423D591AC5C /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FD71E35D921B30C0238EBD5 /* ServerAMD.swift */; }; - D65AC55ABD31B8FDD5AB7AAD /* ServantLocator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 66E2CC93414D5DF879633DEC /* ServantLocator.ice */; }; - D66AF60BB922D1FD977DA025 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35ADBEA553972729DAC9222A /* Client.swift */; }; - D692D1ACBD3C3141DA6A176E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - D6A0D6D1C3C2B0366D1BE809 /* BuiltinSequences.ice in Sources */ = {isa = PBXBuildFile; fileRef = F92D562257D5D6BB250FBA03 /* BuiltinSequences.ice */; }; - D6BB67EDE9198FFC2FE0336B /* LaunchScreen.storyboard in Sources */ = {isa = PBXBuildFile; fileRef = C1887A8014CE0B7178E095BE /* LaunchScreen.storyboard */; }; - D711AC31094DEF246A3C7008 /* FormatType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C14D26B5AFC1299D29B68DD8 /* FormatType.swift */; }; - D7123AE1494CB9C72E56906D /* PropertiesAdmin.h in Headers */ = {isa = PBXBuildFile; fileRef = C61A29A4587763EC33D2D3C0 /* PropertiesAdmin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D71B75B631FEEB25D078F79B /* ServantLocatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07EFEB2185782849895A8925 /* ServantLocatorI.swift */; }; - D724738C006847353A6C6843 /* ImplicitContextF.ice in Sources */ = {isa = PBXBuildFile; fileRef = FF79A8C33DA3EE6AEE6E95C9 /* ImplicitContextF.ice */; }; - D78ECEDCF64415C861E4B360 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - D792FE14A1965ABADC3A1C17 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - D7995F8D8CF7F08DBB7872F1 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDC105F80B6C771FA8245748 /* TestAMDI.swift */; }; - D7B13D72EFCB5CFDB0C689C8 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4894F9D782271415746DD9BE /* Collocated.swift */; }; - D7B340720C99CE3676AD2DF1 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2D5EF45A2738475354F905DC /* Test.ice */; }; - D7CAAA42AA8727C55658E643 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2485F875EE05BBAA8041AD1A /* TestAMD.ice */; }; - D8E5F8605E2DBD2929B42E52 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - D8EBAE7345509E07C3CA5749 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - D8F636F914D2E6D41A0C4F7B /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - D90190455535592EA963E2B3 /* IceInfo.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 896DD4E5A8D9033EAE4FE0E2 /* IceInfo.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - D92835052125B359FA80E8B3 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A5DF5D810FA81507B92BCA5 /* Client.swift */; }; - D951112FF3951AA223196078 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - D95B0AAAE2FE8A54077B995D /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - D96066F4923B034F2A683C3A /* ConnectionF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9CE912F9635778F067A7D851 /* ConnectionF.ice */; }; - DA07BF16B60F10579F4020A9 /* ServantLocator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 66E2CC93414D5DF879633DEC /* ServantLocator.ice */; }; - DA0E05BA5553F5AC608E9318 /* InstrumentationF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 386A9C7E30E6E25CE9DC7120 /* InstrumentationF.ice */; }; - DA2C50925EA915F232387BA0 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59912BE6E965ABB382D66291 /* TestI.swift */; }; - DA6FD0C14653E57C931490BA /* PropertiesF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7447DF1712E43FCEE0DE0C97 /* PropertiesF.ice */; }; - DA90A5C3B1BF113EFFBDD506 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10414003AB3A4C756BE12F3 /* AllTests.swift */; }; - DA91BF77CB2B34878F2ABEDF /* PropertiesAdmin.mm in Sources */ = {isa = PBXBuildFile; fileRef = A2A6C02F5DD6DFBDF39FA09E /* PropertiesAdmin.mm */; }; - DB007985447CCBC0C4D5ECC0 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 295AF7B76283E83E7CEFE8D0 /* AllTests.swift */; }; - DB2F5A781EF668FD348FAD59 /* TcpEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 82FD718568698554C8264D27 /* TcpEndpointI.cpp */; }; - DB915FAC714AD9A87FF1981D /* IceLocation.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = D7F3AFD78C1E71EC8348A032 /* IceLocation.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - DBA8BAB39BBC285880C11371 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E955AD011B6F4BA4646D19B /* Server.swift */; }; - DBB1A05EE47D7BFD8294FC8C /* IceSlicingObjectsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 23872559EBD2CCAB5F990929 /* IceSlicingObjectsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - DC910B0FDA11F52E17ED3831 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - DC9C7F797185C9D233EBC34F /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2290FDD4932E0158934A51C7 /* RouterF.ice */; }; - DC9E44D5500483CDCAFD60A3 /* ConnectionInfoF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 42A592138A08C5B9E09C7515 /* ConnectionInfoF.ice */; }; - DCBBDC460849B88FA4A67E24 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - DCE84D9724B77E028FCE007E /* StreamTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AE1F9D5512B612FC568DE87 /* StreamTransceiver.cpp */; }; - DD388112F5481FD19BF4F867 /* ImplicitContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E3DA6530CB29CE7799B8173 /* ImplicitContext.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD6ADF11004505775729F79E /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - DDF27ABB00DA00E6A9A9BC16 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - DE0DDF046EB84622BB75CBCD /* EventHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 375E36DD0C9048A230C84C89 /* EventHandler.cpp */; }; - DE559F4E35593F2F3F4897EF /* Endpoint.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7A541D5894250F2572EBC910 /* Endpoint.ice */; }; - DE8168B8D83AFC2B61EE2B11 /* SlicedData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65D72BB457F985692E41C873 /* SlicedData.cpp */; }; - DE8F45D3ACCFF9C79EFAA18B /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83CAE21200903CD7A5B40772 /* Client.swift */; }; - DEC70D7083473323DC01B915 /* IceSlicingExceptionsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 453EA202540495CEEC58C2F8 /* IceSlicingExceptionsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - DEDC0FAAC48D32E1F6995622 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3624664D194A4DDCBF568807 /* AllTests.swift */; }; - DEE8CA4CE097D6DA22B51E0E /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - DEFE911F7302F133E033E4E7 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A0AEA0002751033812FBA4E /* Collocated.swift */; }; - DF292F7E2F12385374624361 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - DF60D25A651D0D5C48E661FF /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = B84A5FF10CEA76507F9DFAA4 /* Test.ice */; }; - DF7E0DC2D0FA06E97AEF84B2 /* FileParser.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5E6ED0DEDEFB25384D9A4B55 /* FileParser.ice */; }; - DF7E4799723DBF3E3B3AD705 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 04AFC5282F8272E40B07E5C4 /* Test.ice */; }; - DF98826CB59243196A512131 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - DF98B83AD56DAED32946B3F1 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - DFE127ACF914C8A306C41748 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - E011A5064309D62DF27ED408 /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7DEB4D650858D3B021B0B1DD /* FileUtil.cpp */; }; - E03318BCE8301DA9CD2F608F /* OutgoingAsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46E931ED696C7DFAEB865B1F /* OutgoingAsync.cpp */; }; - E04AD1BB5594D8940E12F5FF /* Instrumentation.ice in Sources */ = {isa = PBXBuildFile; fileRef = ADC0709128F36F3D32F2E8ED /* Instrumentation.ice */; }; - E06D8351AB7AD00EEBC30411 /* Locator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 40882E0591F485B70A8A93E1 /* Locator.ice */; }; - E075BD9EEA5CCDD620B3E7F2 /* ProcessF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 81F67F5C517BE8E73AF0F9FA /* ProcessF.ice */; }; - E0D28052E4100FC5675BA461 /* CommunicatorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC0EA51E6D29420FF417C21A /* CommunicatorI.cpp */; }; - E0DD09F23E8D2260CFA0D160 /* SSLInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 43552D3B30FF94C14351FDF7 /* SSLInfo.ice */; }; - E137AAC0C354A10A685755C7 /* EventHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 375E36DD0C9048A230C84C89 /* EventHandler.cpp */; }; - E14297860BF3B575F0103759 /* ThreadException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 585FBD2EF3DB58734ECBAF90 /* ThreadException.cpp */; }; - E15849734026870BFA1B6F25 /* ObserverHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34D3EBE5BF7085DF59E5B1CB /* ObserverHelper.cpp */; }; - E19AACB7A88649B4CBF7BB5E /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - E1A4AAE789F7F006199D9087 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8311E51460F02CEDCCC2E0D5 /* Router.ice */; }; - E1FDA2AD976983D5526A4679 /* NetworkProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C066D262954CBF4795DD0CE8 /* NetworkProxy.cpp */; }; - E244ACEBA8893A3D591DA313 /* Forward.ice in Sources */ = {isa = PBXBuildFile; fileRef = F3FC42B9553F943E5A645CB2 /* Forward.ice */; }; - E2958F855AF306633AFA044A /* LocalObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 752E7A137DFF7E49C449864A /* LocalObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E29F378339A7BB466AFF3DF6 /* Connector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 41B2C5843CD02C4241D677D3 /* Connector.mm */; }; - E2C9726B7BF0E0EE9B35D005 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - E2D974DD5D5F8EC50308B0BC /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = B0A5B9D9E9EE7D461D56FBBE /* Test.ice */; }; - E2F8CDBC483999968411A9F4 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A1F8724AB1BBAFA0A2394D9 /* AllTests.swift */; }; - E3315AE322E08CD2E5E627B7 /* CollocatedRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C57AC3E45C316A96069839B /* CollocatedRequestHandler.cpp */; }; - E356FFDB2B24A44E630C2054 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79DBE52EC8BCAA9D6126218A /* Collocated.swift */; }; - E3C8C60CC7D5C00B9209B8C8 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8311E51460F02CEDCCC2E0D5 /* Router.ice */; }; - E3ECA47F9CAF962527724F08 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 143987DA6C0DD9ADFEC5A4BF /* Server.swift */; }; - E465F79232B73656237FA13A /* CommunicatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21B8049754DEA46E551BEF55 /* CommunicatorI.swift */; }; - E49A5AA04B7755565C140EC3 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - E4A4C1F721523497EB801BE2 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5285DA8735338B3FC1704B1B /* Server.swift */; }; - E4D276ED7729BB543F8FBAED /* Descriptor.ice in Sources */ = {isa = PBXBuildFile; fileRef = 871861C2E56A5F244AADCA40 /* Descriptor.ice */; }; - E4DB30ACDF9E3902B4D2125C /* ConnectionF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9CE912F9635778F067A7D851 /* ConnectionF.ice */; }; - E4E298F784B0CB734E95EDF0 /* IceOptional.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 19DC95DD9878F7D0A870D937 /* IceOptional.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - E4EA1B66F41F936E3C271EAB /* Base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8FF460A76592AC64BAC3527E /* Base64.cpp */; }; - E51464AF385DB14EA9CA68C4 /* IceEnums.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = B2F4521C4BB2A8058C96F1F3 /* IceEnums.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - E5197AB6C5873F7B65DB84D9 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1FBEF835B1948D2A3C38DD72 /* Test.ice */; }; - E526684A884382E3B6BBE4E7 /* ProtocolPluginFacade.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A1EC2D939EB8F1DA71DEB38D /* ProtocolPluginFacade.cpp */; }; - E52AA6B2F6E5F3288C518E5E /* ObjectAdapterFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 336F7B494507256573581E6F /* ObjectAdapterFactory.cpp */; }; - E58E57AD22FE8ED2FA97C4EC /* LocalObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = B0C3295BF86665F1B767FC14 /* LocalObject.mm */; }; - E5B68DDB327FB25710455FF6 /* IceStorm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B5EACE738D0F1E9ABD455400 /* IceStorm.framework */; }; - E5BA2D7ACCBA6D0945098562 /* PropertiesF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7447DF1712E43FCEE0DE0C97 /* PropertiesF.ice */; }; - E5D415226D153C02098DFF0D /* PermissionsVerifier.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8EC171B842A6A32BF17B83CC /* PermissionsVerifier.ice */; }; - E60D668DCB8036770091C644 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749E9577D22CF72E9E15B87A /* Client.swift */; }; - E6546ABE2CB480D36C72AB89 /* IceServantLocator.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 5916488CD6D0BC38E2FB8809 /* IceServantLocator.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - E6903C7FF65A28BE3C9CE2D9 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - E6DCEF728271E3C56617A5A6 /* Communicator.h in Headers */ = {isa = PBXBuildFile; fileRef = CA90C8591DC4DFEAB2851BA6 /* Communicator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E6FA3413BBD208E12ED41355 /* Connection.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5A33AFCB463500D3AC65ABC9 /* Connection.ice */; }; - E7017DF6F82C9B6A2A146D49 /* Service.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E0F0A365CDC0718077C1C85B /* Service.cpp */; }; - E78A6374CD0C392F923338CE /* Blobject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019F42FABDCF7D81864E2BF5 /* Blobject.swift */; }; - E7EDF6B0B93D1024872AD947 /* IceRetry.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 6A3FB0064837A6D94340971F /* IceRetry.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - E807CB2A0118A617127C2C9A /* RemoteLogger.ice in Sources */ = {isa = PBXBuildFile; fileRef = 030B62F4809F1599A477321D /* RemoteLogger.ice */; }; - E816DB587F898E2DD297840D /* ServantLocatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07EFEB2185782849895A8925 /* ServantLocatorI.swift */; }; - E818FF66C1F07A8FE6E26023 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CE672912D14674C2A3FBB7B /* AllTests.swift */; }; - E81C273B82BCF61079FDA28B /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - E84287CB13FB063551894ED3 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - E86A7801E4CD9A6627E109B7 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - E86CCEF822C99575719A6DCC /* ConnectionI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4445369DE8998308684AAA11 /* ConnectionI.swift */; }; - E88B741B6317DBEE0572482C /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 683534EE4DFCF1E349F3CD36 /* Collocated.swift */; }; - E88D5BF7FA43CBCB28D4C092 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - E89DC5DE2DCA2BFC241C8EFE /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - E8B3E3B845F35FCB1804F890 /* libIceDiscovery C++11 macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 944CF48129916730A3008F88 /* libIceDiscovery C++11 macOS.a */; }; - E8D56C395A1BE6275BB7D0A6 /* ExternalAccessory.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C2FBCA63BB90D3BA458780B0 /* ExternalAccessory.framework */; }; - E8FD6CBCE92AB31E6FE9CDD4 /* BlobjectFacade.h in Headers */ = {isa = PBXBuildFile; fileRef = D114ACF18294F8C1596E632E /* BlobjectFacade.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E902128A2D00271521A84A2D /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 06FBA9E68281254315A2A856 /* Test.ice */; }; - E91E7DCB32811F65C554C0A1 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - E933A3F054322553C48FB793 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - E9451640EB141F9DF141764A /* LoggerF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8012493C9E937496C5528CAC /* LoggerF.ice */; }; - E955CE8EEA878E5C52739297 /* ClientPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5A310C25B4813263EE17C4E0 /* ClientPrivate.ice */; }; - E97F1992A98787B4D35BF8AF /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - E9F1429477ABFEFEDD8183ED /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - EA0419B031C1B99555663F65 /* TcpEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 82FD718568698554C8264D27 /* TcpEndpointI.cpp */; }; - EA0953EAEFA242DE7941E605 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98A939B9170258CDCC442218 /* AllTests.swift */; }; - EA1D2439D646479919604828 /* IceOptionalAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 54F88D13C7A73BF747274451 /* IceOptionalAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - EA21058D70BB6D415518D839 /* Version.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1B58F4A3F45E3C3D52CA5184 /* Version.ice */; }; - EA38498551D7B54AB2BA4D40 /* StringConverterPlugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 62F21DE28E955D986B39C6ED /* StringConverterPlugin.cpp */; }; - EA49B06F022F7BC63DA02996 /* IceFacets.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 71C420C2E16773831D77865F /* IceFacets.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - EAB961053D8BD165333E8789 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A25B3DCC35090CC87726491 /* UIKit.framework */; }; - EB201BB9A1376F9E1EF11581 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 26E5D0644D7C0F524F67ED2E /* TestAMD.ice */; }; - EB5ED78147361236FC2E87EC /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 429F58C9C012732AC2D29A88 /* AllTests.swift */; }; - EB92159CC83535A22523CD72 /* ConnectionInfoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = D551F8AB732AB93114F0B8A0 /* ConnectionInfoFactory.swift */; }; - EB9D319546F8A9E5AD7C1B5C /* IceFacets.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 243B40DF7D571849E55F7059 /* IceFacets.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - EBB135669190B198A60AD728 /* IceLocation.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 89BE108849C181CA086DB498 /* IceLocation.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - EBFD6626787219BE54B1F3FA /* Buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9DC937C9843B02FBC28D16FE /* Buffer.cpp */; }; - EC1A0FB1AA551450B27C3306 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - EC4EF7E74518A76402A6465C /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28FDDF625997BB351524270B /* TestI.swift */; }; - EC63EEAAFE62D254FABFD449 /* ObserverHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34D3EBE5BF7085DF59E5B1CB /* ObserverHelper.cpp */; }; - EC67246542065F3FD52ED253 /* StreamConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34DD094ACC99ECE7C297FE4C /* StreamConnector.cpp */; }; - EC82545DBA189F78F267C433 /* ImplicitContextF.ice in Sources */ = {isa = PBXBuildFile; fileRef = FF79A8C33DA3EE6AEE6E95C9 /* ImplicitContextF.ice */; }; - ECE0DB4AF9C0D3C92DE15573 /* Random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 86DFDF2E1A6AFDE8698E910B /* Random.cpp */; }; - ECEE3FEEF12EF6DEF6BF922F /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ADD7D07FD00E98E7D43B197 /* Server.swift */; }; - ED42A6885B54F0FE40DF5C8E /* EndpointTypes.ice in Sources */ = {isa = PBXBuildFile; fileRef = B6EBE9477CF104A79B247B49 /* EndpointTypes.ice */; }; - ED6F67F71DF58FCE55976821 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D6FAA823166293B0A82FD0D /* Server.swift */; }; - ED7BC37842A18AD5521AF3B9 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - ED973843743E69B0943C289F /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3A0BBDBDB8D6EB85F55BF8CF /* EndpointInfo.ice */; }; - EDA55D2D98A78CD661B69CCB /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749E9577D22CF72E9E15B87A /* Client.swift */; }; - EDEEFAB760BB710AFE5F0B96 /* CtrlCHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CCA34E0FA00C302BD324FF9F /* CtrlCHandler.cpp */; }; - EE17F7857EA2313249F876E9 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C1E214079E7EC289D83FA54 /* Instance.cpp */; }; - EE4DB66068B1AF3B8BEAADAC /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = E8D71670530BC9EC7BDC0A06 /* RouterF.ice */; }; - EE57C38EADE56511F755BA8D /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - EE709ECDFA9D05EEA2C78A02 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - EE85A5B2E357DD361E9E8A1C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - EE9511E6C4EEF5A264A319ED /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 555D854FBE6A4C0A968E0C48 /* Client.swift */; }; - EEF6FFC95DF259AB38E88769 /* UdpEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 188E13E1AB9C472021EF1A05 /* UdpEndpointI.cpp */; }; - EF252B318C487A253ADC577C /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 107235632F95DF1C26FDAFC2 /* Server.swift */; }; - EF39D97D7DBFB32890C500DE /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - EF815D0D6FFA4EE52CAB9BA6 /* FileParser.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5E6ED0DEDEFB25384D9A4B55 /* FileParser.ice */; }; - EF847D6EB3354D0C73D088D1 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC0D789547F266AFD281732B /* AllTests.swift */; }; - EFD20DA4A0F44505176B9245 /* LocalException.ice in Sources */ = {isa = PBXBuildFile; fileRef = C36053D7848970D065779B25 /* LocalException.ice */; }; - EFF214768E909EE0F45A44C6 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1358EB8E1BBEFB101628D640 /* TestI.swift */; }; - F00CE20F6B53498C5E6F29EA /* ConnectionInfoF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 42A592138A08C5B9E09C7515 /* ConnectionInfoF.ice */; }; - F0629EAE1CD14C276F9A16D0 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC27B09D966BD3902D8AAF02 /* Client.swift */; }; - F0AB266B9FD12BA1EE2CC170 /* ProtocolInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6915D9671C4C15D87B10E5DC /* ProtocolInstance.cpp */; }; - F0D511E3D977E890A65DE26B /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 09F84EC0B58DC36C454A59F6 /* TestAMD.ice */; }; - F0E41965C9C5C39ED13BF006 /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9A103D9B0D613BA27BA70374 /* PluginI.cpp */; }; - F0FAA5CE5C76C22B95B12EB2 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - F16BC174798174E5D728F66B /* FacetMap.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1A5180F79960879D3E7BD4E9 /* FacetMap.ice */; }; - F17C6339F008F8BC3573231C /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4FBE380022F8AF871D905127 /* Test.ice */; }; - F1A9B656819AFDFEDFD6F710 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D1D6C0384975A8DB3D3C50C /* Server.swift */; }; - F1AE0291E1335C75A11C0514 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - F1BE1F4BFB440DCDA33FD4FA /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = EE2D5043FCAA28AC3A93D1FA /* EndpointInfo.ice */; }; - F1CDF76CE154BE607728E813 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - F1F37F2925A2B2BDC2A3B481 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - F241CFA970F7B9B2F79B3879 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - F25969C84869478A5BAAB36E /* RFC2253.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E6524CC00543F0D8AC208141 /* RFC2253.cpp */; }; - F25D6D511B2A6E28B26E3122 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ADD7D07FD00E98E7D43B197 /* Server.swift */; }; - F25F1DCABAD602BA1BF1AFF3 /* Incoming.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFB0A6286B79845AC8C644FB /* Incoming.swift */; }; - F27A47323801E41C81B7D033 /* BuiltinSequences.ice in Sources */ = {isa = PBXBuildFile; fileRef = F92D562257D5D6BB250FBA03 /* BuiltinSequences.ice */; }; - F285BDCDAB4109D121FF3D01 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - F2915A8579ACFDD432C7F7F3 /* BatchOnewaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA796653BC8393442CE34EA2 /* BatchOnewaysAMI.swift */; }; - F30A7A94EB156076D5256206 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - F3289B39ABC2314D06ED9576 /* Thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F6625C8152FBC2B4214D132E /* Thread.cpp */; }; - F35BCD2D9E2623739F628B62 /* WSConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6556AF80901B493959322429 /* WSConnector.cpp */; }; - F3E5093E601EA21DCE505D74 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71FF00177A6A5EEB570975C9 /* TestI.swift */; }; - F454B9E55F93F1094637F3F4 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D6FAA823166293B0A82FD0D /* Server.swift */; }; - F48B26B4035956470A7FCE3F /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 448EBB03786CDA5F647D2B69 /* ServerAMD.swift */; }; - F555321CDFB54678E3C84DE8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B03AEC12374AFE5137514E1 /* Foundation.framework */; }; - F58E9D14A7B93827F077F437 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - F5C4E41A8D77E586EAED62F5 /* PropertiesAdmin.ice in Sources */ = {isa = PBXBuildFile; fileRef = BBDBD9449474420693FF1A96 /* PropertiesAdmin.ice */; }; - F5D393B3871DA08F70FA4AF4 /* HttpParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E662E11DE8A621910065E1D /* HttpParser.cpp */; }; - F647821D7004D4ABD923D119 /* SliceEscape.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = EBC04B520724202C700B00B6 /* SliceEscape.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - F64AABD8509A43132438EBB1 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D8712A97ABC08EA8A5D7170 /* Collocated.swift */; }; - F688C911ED9DDBE0817589F9 /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 49F33A4799345947E2AEAA4D /* Exception.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F70FDB163999A251DB2897EF /* Exception.mm in Sources */ = {isa = PBXBuildFile; fileRef = 41F65E8C564B1F97DCA0920E /* Exception.mm */; }; - F74B28321202872650E0A609 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDBF83D4DC0C2124ED054B74 /* ServerAMD.swift */; }; - F77E097E6A35D00133824096 /* RegisterPluginsInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2B1BD79AAA95D5DE29B0F5D7 /* RegisterPluginsInit.cpp */; }; - F78C56C9F064EF0D496C4140 /* WSTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FDE779928EAEDEC028B585C6 /* WSTransceiver.cpp */; }; - F78C6DC433596AF01350089A /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80E571F97FF01CC4DE389513 /* AllTests.swift */; }; - F7ABEE9042311FA353D58AB7 /* OutputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CB3B401A4B589B914B9914C /* OutputStream.cpp */; }; - F7C697715ED8BEEE63169AF3 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = A32E595B8404D92857444BEB /* Test.ice */; }; - F7DF82E5ED868EB5170B73D1 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 26EC18A9520A259775406247 /* Metrics.ice */; }; - F87E2FD0366EF22E6316114E /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - F887A87466AC8E001B61184B /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08BBE730BE94B3702A72D410 /* Server.swift */; }; - F89C357D357ED49865045EF8 /* Selector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 248D6E23F70CAFFAA4DEDAEF /* Selector.cpp */; }; - F8A1FCF9B4ED414CB90375CE /* IceAdmin.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = C1D885D2E62E7E2C2BC3CDDA /* IceAdmin.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - F8B59C35D9AC0DB9227BB229 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */; }; - F8C7BC83EAFBDCEEF20B24B3 /* ServerPrivateAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = E6D7E31A8F637EEF6753DB31 /* ServerPrivateAMD.ice */; }; - F8CFAC3E4A6C84A0B1204B37 /* EndpointTypes.ice in Sources */ = {isa = PBXBuildFile; fileRef = B6EBE9477CF104A79B247B49 /* EndpointTypes.ice */; }; - F92C1383E464DE73D8BEC784 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - F9644C10739B6B4D208A01E1 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - F973819877F19D3151E487D7 /* PropertiesI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1D58239D38F6E5E867081A94 /* PropertiesI.cpp */; }; - F976DE5A2293853858FEDFA8 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6C2C94384F927DE81186DA0 /* PromiseKit.framework */; }; - F98257B2F3A0B2FA37F0C92E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - F9BA775AFB679DA6FB8AF23F /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3489CC4D16E32C66A2CF4946 /* Client.swift */; }; - F9DB1911E7364F0B56D0DE9B /* UnknownSlicedValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F019016072294A89964C650 /* UnknownSlicedValue.swift */; }; - F9E236BF60E26D5163EE5C31 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - F9EAB5C8EF783F418DDA0D73 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - FA399C98BF91BFFB1216EDD6 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */; }; - FAAD7FAFCD0B0EFDB631DAB6 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - FAD4AAD001BD021550510683 /* IceDiscovery.ice in Sources */ = {isa = PBXBuildFile; fileRef = 812DF2A39F29B9C33EF04972 /* IceDiscovery.ice */; }; - FAE65BD63EECF2262557F375 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9B4B91C58E64BD9DD0C08E5 /* ServerAMD.swift */; }; - FB0324459ACFEA7DE35C5A38 /* Clash.ice in Sources */ = {isa = PBXBuildFile; fileRef = 24648A2CDEE9532484F10EDE /* Clash.ice */; }; - FB16A6A1E5C6FB55C2874BFC /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - FB5BC637042E8AA6A86108AF /* Locator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 40882E0591F485B70A8A93E1 /* Locator.ice */; }; - FB615BBEAC339555A79BB35F /* ObjectAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A03156039B9CDB4358CD487 /* ObjectAdapter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FBA4ABE86425EE108DF517F1 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - FBA5EE44667005DB283A3694 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4154A73252EDD68A8B72C1F3 /* Server.swift */; }; - FBC38BB06F1F36F8ECFB31C8 /* Assets.xcassets in Sources */ = {isa = PBXBuildFile; fileRef = 697CA2394072F8648774DD55 /* Assets.xcassets */; }; - FBC3DF9264DC7A16A2D8A1C1 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7FA0D440B6E9FE30CD457F8D /* Test.ice */; }; - FBF73874FDF4D956FB9EBDDB /* OnewaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4BCF23A869478092BCFF0C5 /* OnewaysAMI.swift */; }; - FBFE9480F27ECAAAD9506BD3 /* ConnectionRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07AB78C7E6E579792B07E66A /* ConnectionRequestHandler.cpp */; }; - FC4B50E662C88638496978CB /* Convert.mm in Sources */ = {isa = PBXBuildFile; fileRef = F9EEAA3837EB832468101147 /* Convert.mm */; }; - FC4E09DE7CC8FBCE88C22EDE /* Initialize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FF6B3E884649A3FE39C9CFBA /* Initialize.cpp */; }; - FC67E57DE6D679C110C5F4AA /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - FC82E6C8E19EF50A033F0F29 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80226BB40D2B2582EE932D7 /* ServerAMD.swift */; }; - FCACAA5C0B4251A8640936D3 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - FCCA8C6388BF3C1F036D372E /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2BEA144C581335255317AA /* Client.swift */; }; - FCE6A0CDC8C85075A037824E /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DA81240A40FD51B540D115A /* TestI.swift */; }; - FD035B06E5625AB4293AEB50 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D74B7014F46BAE386B82D380 /* TestI.swift */; }; - FD113D406E034D49859683FD /* IceImpl.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 09DB13F39CD054588CBC605C /* IceImpl.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - FD51FEA39395D5D81711BDEE /* Key.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0DE6067CD03BB6A173728C06 /* Key.ice */; }; - FD560725F1ED761EAEA48E35 /* IceObjects.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = D345F1F51791EB43A92EEFC1 /* IceObjects.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - FD5C5D35F765BCCDA20E69B8 /* Communicator.mm in Sources */ = {isa = PBXBuildFile; fileRef = C294FD76BE980A6E10BFA0DB /* Communicator.mm */; }; - FD80516494B81A0CBD6313E3 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA25F18E381C1A689D4198CC /* TestCommon.framework */; }; - FD99A0FF23274A3BB292DBE7 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22BD5843A87AA45F2991AF44 /* Server.swift */; }; - FDF5656C97E80DD08A931516 /* Locator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 40882E0591F485B70A8A93E1 /* Locator.ice */; }; - FDFC01A21E12299444D7C552 /* LocalException.ice in Sources */ = {isa = PBXBuildFile; fileRef = C36053D7848970D065779B25 /* LocalException.ice */; }; - FE1B79D085A3AE41C6D3EA4C /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 615839DFC604EFB5B960A43E /* TestCommon.framework */; }; - FE4BC74DA5955FA9AD03B64C /* OutputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = BECF2A66076CFB898DFE631B /* OutputStream.swift */; }; - FE63419AC32B05173B493BB1 /* IceInvoke.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = C0D91E857AA6934E8E94C1D2 /* IceInvoke.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - FE7073F5601DCFC603C654B8 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8311E51460F02CEDCCC2E0D5 /* Router.ice */; }; - FEAA8872EF5ADBD0F1BFEBF3 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 216F5237DDCD3EA69D8B6F31 /* Client.swift */; }; - FEB4F7C1C25F5B5DA32310F9 /* Properties.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5F104F592129B5EED7D13A75 /* Properties.ice */; }; - FEB9032894EEBF2E9B910D33 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC078A6B163093B069CC3574 /* Ice.framework */; }; - FEC36F150B7D4E08FE542853 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1228ACE5883BBDE5DB9E026 /* AppDelegate.swift */; }; - FF08B9B29A39C1CF4AF56C27 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = B3F2B9CC73250808B4522452 /* TestAMD.ice */; }; - FF2D7577E06814077ED98911 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08AC7504F973E9681A3FB127 /* TestI.swift */; }; - FF5558F54AEF2C97DB4A7C4C /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - FF5DB43DF5A9937C170A05BA /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEDE801DF913E78B6A10B933 /* Ice.framework */; }; - FF73DB1AF6D14F0B8E0C5C0C /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 033735C17F39621E2D549DD9 /* Test.ice */; }; - FFA1B24B23266415DF6FA7F0 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2EC56943E2E960F8F06DF13 /* Client.swift */; }; - FFC60F6159CD2C4BB39BCBC7 /* Process.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7DCF9C52B5E7E459AB296FB8 /* Process.ice */; }; - FFC85DC77ED7CDC4097A0172 /* IceDiscovery.ice in Sources */ = {isa = PBXBuildFile; fileRef = 812DF2A39F29B9C33EF04972 /* IceDiscovery.ice */; }; - FFFC7825E2BD4DBDF04C67FA /* Forward.ice in Sources */ = {isa = PBXBuildFile; fileRef = F3FC42B9553F943E5A645CB2 /* Forward.ice */; }; + 005B5576B763BDDDB7947487 /* ObjectPrx.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C83089F8F770A827C6E85BE /* ObjectPrx.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 009BDDF5B1930B296CB4C7E3 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 009DF1D5A1E71419C76CE8E9 /* SecureTransportTransceiverI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B273656C8F40A073CFED0C89 /* SecureTransportTransceiverI.cpp */; }; + 013A80B2C778F1215468A3C6 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 0144D0684946C25B9D726D5E /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F09D2179F7524AC1EB50B366 /* ServerAMD.swift */; }; + 01ABA179B31E464AFA5B5636 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 01AE7655E3605EDA779FD404 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D686280ECCB4CA4BE74DF9B7 /* AllTests.swift */; }; + 01BE8413214FD7A0649878BC /* AdminFacetFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADFCD7B259D8774CF5F477EB /* AdminFacetFactory.swift */; }; + 02270F3EE05A9CC2FE7CB885 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 02A53F0834B8DB19B8952B6D /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 99A8478360760DC9F2234C0D /* Test.ice */; }; + 02AB307F557DBAD59A5B7DA4 /* TraceUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 967EA27C832A2655A881D13B /* TraceUtil.mm */; }; + 02F5C1AEAD9A5C0F5D472FB2 /* Glacier2.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 12EAA83B93ECF707CFF068E9 /* Glacier2.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 030FD4E842BE225BA1CBE99D /* IceGrid.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = D4F167ECFE05813125EBCE9D /* IceGrid.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 038B803ED6D085BBBDD11D64 /* ConnectionI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49C6073EA09B721A35B4C3D5 /* ConnectionI.cpp */; }; + 039D5C65296E9D16E4983966 /* SlicedData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63873AE6F4B2E65E9CF963B /* SlicedData.cpp */; }; + 03ACC4D3608A99DE0016C014 /* IceSlicingObjects.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = A1FFC0EA99BF6CE68C0B53B8 /* IceSlicingObjects.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 03F0BD00C1DB46AB2D151D54 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 03F5A5C130581A55A7C9F28D /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = E81F5B64965378686EF0E92B /* Client.swift */; }; + 03F720393B98C82841E42986 /* ThreadPool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 895F6A9DB4EA72DF8EC47F89 /* ThreadPool.cpp */; }; + 041A767EB563649ADEAD6DFF /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 638C8A3706F08C6C84C79EA4 /* AllTests.swift */; }; + 042550237A4885FCE7077505 /* Registry.ice in Sources */ = {isa = PBXBuildFile; fileRef = B31A534D53DE06BEF47459A9 /* Registry.ice */; }; + 044B982D3225266080B7A93C /* ServantLocatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = F326E1399D032CCF3B93C937 /* ServantLocatorI.swift */; }; + 0469CA3AEA22E704D4F9203C /* Current.ice in Sources */ = {isa = PBXBuildFile; fileRef = DA284FEAC5F6582C2B01289B /* Current.ice */; }; + 046BA3A860D90475B65BB1B6 /* PermissionsVerifierF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 69B918FC5F1F056355EAB6FB /* PermissionsVerifierF.ice */; }; + 050B53A3B8AE8862784001D0 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 090BAAA45F47C9445323FBCA /* Server.swift */; }; + 05628A7E6C5ADE22A2852DCB /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CC3D67D893E827EFB88C9A3 /* Client.swift */; }; + 0569A2CD73DF2BEAB85A3F59 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 058FE27BB3A3BF683BEA83EE /* IceStream.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 550773FCC9C2C563A95E049E /* IceStream.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 05DC5EA2AACD2236CBAE0B8C /* IceStorm.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 6171D7E79C0AF70DF0491DD6 /* IceStorm.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 05E8A8A71A5CC3615BF1E67E /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 063946636E55F1604C929984 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 065B58D6AE2B27ED6A72D794 /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF8BB74BD0817343C2F83E67 /* PluginI.cpp */; }; + 0685DFBCD4F6C5F4E1EA6C35 /* ObjectFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = FFF4DD93675388263770E715 /* ObjectFactory.ice */; }; + 06B9BD987862ADEEC5ED7C6C /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = EB69DB4370BB14085532EB88 /* Test.ice */; }; + 06BDD38CE2AC7D4B6A10C2F8 /* ConnectionF.ice in Sources */ = {isa = PBXBuildFile; fileRef = BA0144B869B5F7E09B632BEF /* ConnectionF.ice */; }; + 06DCF96473DEA81ED583C458 /* LaunchScreen.storyboard in Sources */ = {isa = PBXBuildFile; fileRef = 6EAECE3C7C6F47801FBCBEAD /* LaunchScreen.storyboard */; }; + 06E373C2C03C84B01B7EBFE8 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 06EF6A3A7118E9D2746CBD05 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3F928992A5A2A247508994 /* TestI.swift */; }; + 06F646D4573D3E6FAE2C1EA6 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 075F707D6CF4184C7F57BA75 /* Incoming.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CE541C69D7A7E3A9C25F5EB /* Incoming.swift */; }; + 07A90B5DAEB13AD94FA17E7F /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81397AEE40DE47172A387BCB /* Server.swift */; }; + 080EA19C3A100B6DC4DAFCD5 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 0857F1DE373647C708B7B54E /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA99700CDE2687A0316864CF /* AllTests.swift */; }; + 08BBB237EB2041CE6879EE45 /* Object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ACE4AB2C6E1C7E38AE58A61A /* Object.cpp */; }; + 08C4F40917C5A78E11B9C6CA /* ProcessF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3D9AB5DB7C6A801A09E55EB5 /* ProcessF.ice */; }; + 08EB7319DE6A752F45EF05A7 /* OutgoingAsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8484F5EB6C45C9C5B65D522D /* OutgoingAsync.cpp */; }; + 093E49A67FFF8838F33AE0BA /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88EC1E3462FCC0F8B37EA5A9 /* AllTests.swift */; }; + 0966834E783BE0F8063BD8A8 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 0981BB8E6E427688A750F249 /* BatchOnewaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E12C4AA88D6826C4E9F4F837 /* BatchOnewaysAMI.swift */; }; + 09BB5AC6E1A430CBE531E4A5 /* TcpEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 57DA15CD527E92C581D7E568 /* TcpEndpointI.cpp */; }; + 0A1CF8B332767250E2BB6917 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = D62B168D7B5C51F383C2850E /* Router.ice */; }; + 0A9393625F3CC3F8879C0533 /* ImplicitContext.h in Headers */ = {isa = PBXBuildFile; fileRef = A7B4D11359DBE9D8B4FAEE9D /* ImplicitContext.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0AAF4B7A9ABF272A060033BF /* LocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0999C5B3AC45AFA5C5003C8F /* LocalObject.swift */; }; + 0AD0CC9F71662B76FAC8F39E /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = F7DF8D2AB9E2D64407E7C730 /* TestAMD.ice */; }; + 0AF915497E84276DA93712E6 /* Blobject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D34AAA24554A16DC0088D189 /* Blobject.swift */; }; + 0B0A43E7879302023DF8CFA3 /* IceImpl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 230E865226DF4BF7A56733B7 /* IceImpl.framework */; }; + 0B7290CD7021025F6DCF4D5A /* DynamicLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 57F3A70A7B64113E38AAA8D2 /* DynamicLibrary.cpp */; }; + 0B95BB56D5A22AC7D6E16D55 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAC74D7F6BA6F4261D8DF135 /* AllTests.swift */; }; + 0B962E8BDEFF9C3D019C8F22 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 0C22B8EE8AFF64088FACC40C /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 0CA390519167C234C38BDA18 /* Mutex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EDE723619843543AC58C429 /* Mutex.swift */; }; + 0CAD3B981545EB5BC2F6D3A2 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 0CBD86FD62105CE9C5E89A50 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6C7CFA0EEE61597C9EDED84 /* AllTests.swift */; }; + 0CC3FCD49C14F90EC5679F69 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3F928992A5A2A247508994 /* TestI.swift */; }; + 0D4B5FCA5130429AD3675C27 /* ServantLocatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = F326E1399D032CCF3B93C937 /* ServantLocatorI.swift */; }; + 0DB3C45286A559D5994904D7 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 0DFE8CCC4203CAEF842EBED6 /* ObjectAdapterI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1F12A729FDA4202510AE04D9 /* ObjectAdapterI.cpp */; }; + 0E013ABE53D14C46604B220C /* ReferenceFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41E4F02D575BA67F13900CD3 /* ReferenceFactory.cpp */; }; + 0E2A3531A414BCB4829C9245 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 0E2FBBAE2B2FDC14DBFA5993 /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1FA3D5546EB97C489271834 /* PluginI.cpp */; }; + 0E3679A718713CBCE4A2564F /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 0E38E8C042BED26566A43A67 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27191DEDFABFB264B23860EE /* TestI.swift */; }; + 0E72733D68DAB71C939AE469 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D25C466300C1FE086E71FC38 /* Security.framework */; }; + 0E8DD78436175841AE89BA2A /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08787E07ECBBF81BA7E22C2D /* Glacier2.framework */; }; + 0EB68A9D392F447344427367 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 393B0727BC66F6CF3480235E /* Server.swift */; }; + 0ECC4135430553001350C17E /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 0F2C3DA98C480CD2EBC6406F /* Cond.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76C05CCA5F061EBBD82FA0B0 /* Cond.cpp */; }; + 0F430B712290A0C14E4DDC60 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F360FB36469486103208EF10 /* AllTests.swift */; }; + 0F84119D6FB09702D1AC7D24 /* ObjectPrx.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0B4A55D2A631912189D6D304 /* ObjectPrx.mm */; }; + 0F8C9BBB389E1CD2819802F4 /* ObjectFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = FFF4DD93675388263770E715 /* ObjectFactory.ice */; }; + 0FAB34576579F42BD25BAE38 /* IceStorm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 556543EA184CD0544BEFEE7A /* IceStorm.framework */; }; + 0FAB669B6151748A1FB86BF8 /* IceDefaultServant.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = A47F59B5B545B02CE074601D /* IceDefaultServant.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 0FDB8486347F4CD9E762DEB2 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAA13274D80A07FDAA8AD547 /* TestI.swift */; }; + 0FDBE327F3935ABB0BE95224 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3619484793B745E1C3BFF033 /* Client.swift */; }; + 1008F6F93D90D0BB29C60105 /* IceSlicingExceptionsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 4C5E9A2BD3C21F2AC20EA3CB /* IceSlicingExceptionsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 1010D414C18ED29C28C9392B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + 10428F0DC4A3580E235B3107 /* IceDefaultValue.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 39FCB9ABE4676DEAC055721A /* IceDefaultValue.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 10843A5FB7B2BE2BF294DAF4 /* TraceUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 967EA27C832A2655A881D13B /* TraceUtil.mm */; }; + 1085D8E317C5BF58E7265A2B /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = A5FF15C99D02E1A403A33579 /* Test.ice */; }; + 10B8F0477ABFCC4841290078 /* UnsupportedAdminFacet.h in Headers */ = {isa = PBXBuildFile; fileRef = 89A4E11AF37A4173F1AD7AB0 /* UnsupportedAdminFacet.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 114CD86E992D533FBB34F022 /* UdpEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E8F1BAB30EB3DE1E35832DD /* UdpEndpointI.cpp */; }; + 116E549DD3C0CA8B68EED185 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE22C09BF10CB2135937D399 /* TestI.swift */; }; + 11C344A7F4E581396C466362 /* IceServices.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 9C6ABE056F2DBE44003EC879 /* IceServices.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 11D53CCD39574EEA1B337AB9 /* StreamConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BB7A587A6168E768218DC03 /* StreamConnector.cpp */; }; + 11E9763E1B4EC05B11A8DED8 /* WSTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F8741A945D5FD3BBCD1CACD /* WSTransceiver.cpp */; }; + 123302B24BC18BDB8ACF29F2 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 123A5BB764B00E9F80A304C0 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 1265134F7A8F38870076B5FF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + 12A274B55CB0B4DA9CD5862D /* IceSSLConfiguration.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F31159630F9EFFD641D0B573 /* IceSSLConfiguration.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 12A5292323557CADD37FC2B1 /* certs in Resources */ = {isa = PBXBuildFile; fileRef = F264E8067503D55BED7B5103 /* certs */; }; + 12FBD6F394E153420C68077E /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1582B85F98792A9AB789007 /* TestI.swift */; }; + 130C3A3A0D6421542CE475B2 /* IceStorm.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 556543EA184CD0544BEFEE7A /* IceStorm.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 132BD2DF8CE0A7C259C7296E /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 133F207FCFFE05BAEC7E2011 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 13B33FBA4246D53777FD1C66 /* EndpointFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFAF62C943C91F3CA4B99F86 /* EndpointFactory.cpp */; }; + 13BF8CCB5E1DC93CCADAF0E5 /* ACM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0079D2C077E262558506E1F5 /* ACM.cpp */; }; + 13C4E7908BB6016C45277350 /* EndpointFactoryManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 765A7E7C3FE340769DE29B05 /* EndpointFactoryManager.cpp */; }; + 13D757BA6FFB090DC80916CD /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 13EFBC9CA9430B367A1F0CC8 /* OutputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 439CFDB1D56C264F8BB63BDD /* OutputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 142F0EFA85C7A1A6F58EA0F2 /* Process.h in Headers */ = {isa = PBXBuildFile; fileRef = F0254F1105FAC3590A4A1070 /* Process.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1443451B2D7003F88FE58B84 /* LocalExceptionFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D6DDAFCC0DD5D588CBA226B /* LocalExceptionFactory.swift */; }; + 145F8BFC0C207263C8BB3D3D /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E811BE655C5F8944E98DE0E /* TestAMDI.swift */; }; + 14862808C45717A92A7844DE /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 77F7FC7A27CFC49ACE12A509 /* Test.ice */; }; + 1541C29E806877C3BD97B046 /* SecureTransportCertificateI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B8EDC07B35086B200737BF88 /* SecureTransportCertificateI.cpp */; }; + 15E2532B5C4AF6980CF76EC8 /* IceImpl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CA8CFB96B6B4D9E0DCB6626B /* IceImpl.framework */; }; + 15E5987E379FE100A1D00258 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B871F1D64D29C57373322AA2 /* TestI.swift */; }; + 15E922F0499386B2CCF000F9 /* EndpointInfoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2B5133CB1F1464A4476F3F /* EndpointInfoFactory.swift */; }; + 16072F58439467B19970BEC9 /* ImplicitContext.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5EDD12436470CD3929EC6636 /* ImplicitContext.ice */; }; + 1616C9A14FF11249E5BBF098 /* TcpTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 617CC9B56CEA04EFF68D040F /* TcpTransceiver.cpp */; }; + 16191D97B1B636D2C22A9737 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7AA0C1400BBC1CD633A4AC67 /* Test.ice */; }; + 161E08D18796F23525734D34 /* WSEndpoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E5FF37FAA6AADDC300958222 /* WSEndpoint.cpp */; }; + 16F45DF37BD17DDF1732F417 /* FacetMap.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9F4B974925FBD7E025CCE1C3 /* FacetMap.ice */; }; + 170B135BDCD4944F52F81961 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4464BC66336C4CDB84C88397 /* TestI.swift */; }; + 175BB961A51B1C7FF77EDA0E /* Plugin.ice in Sources */ = {isa = PBXBuildFile; fileRef = B5DE1C1D2B83084C772DB3A8 /* Plugin.ice */; }; + 17736C104939DE93FB4DC2F9 /* Logger.ice in Sources */ = {isa = PBXBuildFile; fileRef = 012D50D57464FE0E372C418B /* Logger.ice */; }; + 177AA96A37B487B590CF766C /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 177C3C3E4EEC48214C741826 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03C357C83FBA5CE8CCE45474 /* AllTests.swift */; }; + 177FC3B04608DCCD947A51BF /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = C8530C061D04C19059186E63 /* Test.ice */; }; + 17D91E8CC544DB844A9720F6 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77826017B54419B68E4C9105 /* TestI.swift */; }; + 17EE509F4EBF491F8E71309F /* RFC2253.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6925FA1A546D172A7D6768F /* RFC2253.cpp */; }; + 17F727CED6362304E90AFB2B /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27191DEDFABFB264B23860EE /* TestI.swift */; }; + 17FB4AC80FE5C009824FFA1D /* ClientPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = DC4EA052C17E78340ED3BE81 /* ClientPrivate.ice */; }; + 189216496557B4E7502FDE04 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 19814F34835295480B4A5D29 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5FD29E1C6A385747EDDB470 /* TestI.swift */; }; + 1982DAA35C360E4EE2CC9BE0 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 198AF5EFF4B86AF07E014EB3 /* UdpEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E8F1BAB30EB3DE1E35832DD /* UdpEndpointI.cpp */; }; + 19B31F6EF6CC131AF54DBA40 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 19CF8EE9CB82F7568FA39823 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 1A85400938D2E40B3AB7C1A9 /* ProxyFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 994EF2C7D6D540F27CAB240D /* ProxyFactory.cpp */; }; + 1AB54831113A6C0D95CB88E2 /* RegisterPluginsInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A575F4E59021D3EFD29211EB /* RegisterPluginsInit.cpp */; }; + 1AB61C5DFDCAB8E12774730F /* Acceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A5C389B62D06FC5FA7406112 /* Acceptor.cpp */; }; + 1ACECA717D7115D350160AB6 /* SecureTransportPluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8D10A5E43F32DADE59B5DA7A /* SecureTransportPluginI.cpp */; }; + 1AE988077576A6D60D587E14 /* Instrumentation.ice in Sources */ = {isa = PBXBuildFile; fileRef = C71C9F3856ABAB8698570335 /* Instrumentation.ice */; }; + 1AF4DCF6A4A3FF61311EAC9B /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 1B233D7436ECBD468512B53A /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B6B5A00206984FF1E2EB41 /* AllTests.swift */; }; + 1B26155822C5F320A1DB0611 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 1B8EFE1B6B479890F5CA9A58 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 47E6E9DDEE9C114F9590727F /* Test.ice */; }; + 1B96C38698FE0E8880C49046 /* EndpointFactoryManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 765A7E7C3FE340769DE29B05 /* EndpointFactoryManager.cpp */; }; + 1BB1AC9B9EF23E461D452508 /* ServerPrivateAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = ED8E4C0D2AD32FEC70097775 /* ServerPrivateAMD.ice */; }; + 1BBC64CC1D71468E271E0618 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 1BCF03C9AE7D20B3DD3DC7D3 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 1C1170CA52E01E3EFB79B28B /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33E3DC6367A5C9EB8DEB9596 /* Server.swift */; }; + 1C3900474B768B11CED6A14B /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 1C5241CCCEF427CBD043DC2D /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E2F14643BFD3F8622DAA0DA /* TestI.swift */; }; + 1C7BFBC11A49B2DBCCD53B6F /* Service.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE1486CFB4AD67214EF68617 /* Service.cpp */; }; + 1C95F932A95D3A956FE70C7B /* SecureTransportUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DA7F99E5D410EB2CE18E18C4 /* SecureTransportUtil.cpp */; }; + 1D0A98EE6E96160B3A25EC9C /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 1D1239658430A407D076CD09 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94F7CF884DD65A7C8D9E7B97 /* Client.swift */; }; + 1D38BCDC68E96F912B2CEEF8 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDB9D5C07972E647F4FFBBFA /* Server.swift */; }; + 1D50F427AF2E11BD3DDD63AC /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 1DAE21BFE6937AEF0863F90C /* Properties.h in Headers */ = {isa = PBXBuildFile; fileRef = 89D5E54043D86F406BCE2EBB /* Properties.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1DBA6D9C58CBB7048435F209 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = A6351A44256CBD5802E9499C /* Test.ice */; }; + 1DFB910F150DB853E4C1435C /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = B68FC5A3D118E2810A9D11A8 /* Server.swift */; }; + 1E136370766BD3E6A81CC6C5 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82677C3C09F61D44AE4CFC22 /* TestAMDI.swift */; }; + 1E345693BB26BDAC70F5CB21 /* LocalObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0642AA47D3145C23AB846C /* LocalObject.mm */; }; + 1EAAA31713D3232DF2D1AF52 /* SSLEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3526A8A1DB9F28F86802C74 /* SSLEngine.cpp */; }; + 1EB3955ADF9D6B36A35F2DA5 /* WSAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CFF4ECE3B56F81947BBA7A47 /* WSAcceptor.cpp */; }; + 1EC9F5FA74CD3F759C7EEE54 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 1F0DA5EE893422479B678C52 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91CF55DBBD63A0541CAD0591 /* Client.swift */; }; + 1F411263E82EB11DE67EC575 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 1F77BD66D9129B97CFAF9F2F /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 22CE34A0AF7FAAA29665B6F0 /* TestAMD.ice */; }; + 1F81BBE28AA48BE798DD6AD4 /* IceAcm.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 7750A947BD26C809CEC6950F /* IceAcm.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 1F91AA6680BD9B3811C91EAE /* OSLogLoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48C234B0838FA1E63A53C463 /* OSLogLoggerI.cpp */; }; + 1FBB9EEEF7A6EB0741EF6F3D /* Plugin.ice in Sources */ = {isa = PBXBuildFile; fileRef = B5DE1C1D2B83084C772DB3A8 /* Plugin.ice */; }; + 1FDC51DEDF95B52C5B56EF11 /* Initialize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 57B5008A50BBD20B24B89A66 /* Initialize.cpp */; }; + 1FE66E9829DD370AD4B7A49F /* UUID.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39895A960692FABFB1A4B71E /* UUID.cpp */; }; + 1FFA37ACAC349FE75E44F316 /* Locator.ice in Sources */ = {isa = PBXBuildFile; fileRef = C8809B3153A25BE29651A5CA /* Locator.ice */; }; + 2005BDB52F66F5DFC96B1120 /* IceOperations.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 37B62CF90FEF61DA01C95D26 /* IceOperations.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 20EA3BFDBD857E3F08626059 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6427B656FC21B5D3D8524E9 /* AllTests.swift */; }; + 21C357D182691EEEAB783CEB /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 21D40543794BA7D8D621ADAB /* InputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A3B1EE30D7655078FB9E385 /* InputStream.swift */; }; + 21E274340EECF762237E1308 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4C0D4C4CB60983CAC628187 /* TestAMDI.swift */; }; + 2211A12F3324BA397BF01F20 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4766DC4F7FDBAE84793C308D /* AllTests.swift */; }; + 221F7DCED4DB9831E2EB9293 /* FileParser.ice in Sources */ = {isa = PBXBuildFile; fileRef = 15C9939D7DF81B182E6D08E2 /* FileParser.ice */; }; + 224FE1BA52AFE593D0CA0F0B /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 2295251CB4F1D760BC903EF5 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 22BDE83BE3A914A1D43924BF /* SliceEscape.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 73F3B6B882A9689CBD9E96AD /* SliceEscape.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 22BF9276540F91BA80B351CF /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 425EBD2FD988117F9E1DF60B /* TestI.swift */; }; + 22C5D05202FD34157B5CC3CF /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 2368EAC4005E88092E208F16 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 2377FEC2C5D17BE88FA9CBD9 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 2380D6056C877CF9F2672606 /* StringUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B4BC2EC5A7B47F90E697263 /* StringUtil.cpp */; }; + 23CC18C32764E09012A4C928 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 393B0727BC66F6CF3480235E /* Server.swift */; }; + 23CFC8187C72A2C7F873C92B /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C42577F3A084511C7257868 /* AllTests.swift */; }; + 2409725E43F541C0AF283310 /* RequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DAF77E4AA5F6CF87D992C8A2 /* RequestHandler.cpp */; }; + 2419834A448298092A9ED714 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 241F1318204485BA90D8AF9F /* ConnectionInfoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = FED3E3BBABE2D4D7D82C0A05 /* ConnectionInfoFactory.swift */; }; + 244141F0351D7C6818FFF46F /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F124F70591CB0C2DADB911E /* ServerAMD.swift */; }; + 244DABC45B489CBDC477CFC7 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC133C5D9482D98171FAB84 /* Server.swift */; }; + 2470FCE2A7DBD1D8E0FDA09F /* Time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7881DF72E5CECAB5BA65193F /* Time.cpp */; }; + 2477CD1CCE16D099CF844508 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 249CB76F70B266C074BE0F8F /* Descriptor.ice in Sources */ = {isa = PBXBuildFile; fileRef = 349BB22CAAB874B0DE1B0A12 /* Descriptor.ice */; }; + 2512721AB71D533F2A8E978C /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 2514E5B6B9DB78FA99C95797 /* NativePropertiesAdmin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14BB2B727C5656F9F563D5C5 /* NativePropertiesAdmin.swift */; }; + 2521A8816B8FFF6676C9795B /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76AB5B0F0D9446F4DAB6792F /* Collocated.swift */; }; + 25BE0BCE93490A191B1504A9 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6427B656FC21B5D3D8524E9 /* AllTests.swift */; }; + 25BE6363C211CC211EF7C3DE /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 25DC482A4A2B12E64632ED58 /* PropertiesF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 811B3D154A55C5A6CB26BABB /* PropertiesF.ice */; }; + 261288A2C6369B917732B539 /* IceSlicingObjects.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 6010117507497A8A67F92B78 /* IceSlicingObjects.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 26172FBBFFC23456C26382A8 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1458AB8A043D728EC7DF7E6C /* Test.ice */; }; + 2648D97BC3FCD4431FC2FD7D /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 269133D01F49AC38CAC845A4 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 26BF289E8665B6E5A6CE8391 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 27180637F7EFAFD7623803C8 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 274282242A6C7EDEABA4A229 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 275171F84D5BC6634AD87A7D /* ObjectFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = FFF4DD93675388263770E715 /* ObjectFactory.ice */; }; + 275E63BE479C377730890420 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 2774F9AC0BEBA7C4C2B52732 /* libIceSSL C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B58C8F4AD1B35D26BA8DD7E /* libIceSSL C++11 iOS.a */; }; + 277E8047D1B0596BA435D3D2 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1153A620301099026D5D37D /* AllTests.swift */; }; + 27E9BB25CF6E71AB54641EF0 /* Process.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2F602A7110DBD1E9D2F5DD4B /* Process.ice */; }; + 27F2067F556C88D9F6511B88 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 280FC5926328AE15A3180880 /* EndpointFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFAF62C943C91F3CA4B99F86 /* EndpointFactory.cpp */; }; + 283F6EE5111E843A3EE1EA89 /* IceGrid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D4F167ECFE05813125EBCE9D /* IceGrid.framework */; }; + 28C14B6824F1CCEC138B5475 /* InputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 406812D662BE8200AC5863D9 /* InputStream.cpp */; }; + 28EA2951BBB16CE82A8E6E27 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5BF452B3E471F056EEF88FE7 /* Test.ice */; }; + 295DC270383AC7B120837A39 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B871F1D64D29C57373322AA2 /* TestI.swift */; }; + 29779588E4620B5E971857E7 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = C8530C061D04C19059186E63 /* Test.ice */; }; + 29845699E269C6BEA47DDF8E /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F360FB36469486103208EF10 /* AllTests.swift */; }; + 29D9D938C956FEEE17006978 /* EndpointI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B61FEFC5184B1080CF8E24D /* EndpointI.swift */; }; + 29EF273A6816E89D12CE9E1A /* SecureTransportCertificateI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B8EDC07B35086B200737BF88 /* SecureTransportCertificateI.cpp */; }; + 2A2969ACD2EA84EE2FB07B34 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 491CFA07E82658BB5D8B4131 /* AllTests.swift */; }; + 2A341DB9FA9DFE3020A44A29 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 2A5141D1F30B897BBF9CD189 /* ServantLocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 49A7D0B8E941B93F113CDE6C /* ServantLocatorF.ice */; }; + 2A5370C044D9589CB4FCB099 /* Logger.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3014F3DE51D9E3FB97A31DC8 /* Logger.mm */; }; + 2B327954FA9C834E80E52E39 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 2B7D0FBA085CCD45E9BE165E /* PropertiesI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 50AC1D2DA32A240991BAD3B6 /* PropertiesI.cpp */; }; + 2B8BBBA4D588030EA95DBA6D /* Acceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A5C389B62D06FC5FA7406112 /* Acceptor.cpp */; }; + 2B9056E57614785AE3CC48A0 /* StringUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B4BC2EC5A7B47F90E697263 /* StringUtil.cpp */; }; + 2BAA9537490AAAF14DC8A653 /* LoggerAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 501412E739852DA2F6FFFBF7 /* LoggerAdminI.cpp */; }; + 2BDD44AE0695F04BFC6F722A /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 2BEB0813624429E8BECC80F6 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 2C4695559A852015F5EE1E3B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + 2C870D8E22E162D8C139A204 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 2CBB1D41842E2EADAFE24FEA /* IceImpl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 230E865226DF4BF7A56733B7 /* IceImpl.framework */; }; + 2E2AB6165DD40579E983193A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 2E37F42D660F1FEE80AC5D07 /* CtrlCHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 134F8E87E53CD6B229BC30DF /* CtrlCHandler.cpp */; }; + 2E853C8083E484C9172362A7 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB80E1CF6AFF91BEE52AC24 /* Collocated.swift */; }; + 2E9C1B82BFD96E68B3D1074E /* ImplicitContext.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5EDD12436470CD3929EC6636 /* ImplicitContext.ice */; }; + 2EB1199E87C23B6DD190CCC3 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 2EB4AD067061B6552C00C3ED /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 2ED5A83B5FA19D78E4A31053 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E811BE655C5F8944E98DE0E /* TestAMDI.swift */; }; + 2EDE7E5ACBA5886E18BD2744 /* Properties.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5705638948FE72962DED632E /* Properties.ice */; }; + 2F02B856509BD7719A9D0D5F /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = D019CAFF7719B5E53D0E2F61 /* Server.swift */; }; + 2F4CA502260E030C4D4B7727 /* Plugin.ice in Sources */ = {isa = PBXBuildFile; fileRef = B5DE1C1D2B83084C772DB3A8 /* Plugin.ice */; }; + 2F5F3D6ED88FC90A753140C4 /* Properties.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9394C2BECFD76E7951C37920 /* Properties.mm */; }; + 2F6D06E016A4F37DCD561CF0 /* InputUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BB35457C04D3DCB6CEF0C2F0 /* InputUtil.cpp */; }; + 2F9907BE3C9CF5425F4267E6 /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = CBCFA17EB4FFCD13B1BB1A8D /* ConnectionInfo.ice */; }; + 30530A93586D7D65FC3ABD3A /* OutputUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33DEB766BE1B968E045496A3 /* OutputUtil.cpp */; }; + 3070F0B84CCA0ACAC9EB4AFD /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1C471BC152BC603A7C4372A /* Client.swift */; }; + 3089AC1872478C45DBC719E0 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 30F44ECCB699A2D834A8ECE1 /* IceInterceptor.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 241C428F0CA3A976E9A20C29 /* IceInterceptor.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 31145BF0CC4218CD1AFE280C /* libIceLocatorDiscovery C++11 macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E4AE1ED69323FF484ADE8CB /* libIceLocatorDiscovery C++11 macOS.a */; }; + 311A493AEBCD5CC78F96992A /* Current.ice in Sources */ = {isa = PBXBuildFile; fileRef = DA284FEAC5F6582C2B01289B /* Current.ice */; }; + 314898ECA86DF8DC4ACA202B /* Initialize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 57B5008A50BBD20B24B89A66 /* Initialize.cpp */; }; + 31B1EB4492FCF0EB5006E97D /* Identity.ice in Sources */ = {isa = PBXBuildFile; fileRef = 01C4A5F84439D42231C5F62A /* Identity.ice */; }; + 31B3FA9D40F5126422E5000B /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52DB5E96EB27D486EF993BE6 /* Server.swift */; }; + 31BB0ACB8108024D1D5CC2E5 /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7FBE96203C7C352CF796A83F /* RouterF.ice */; }; + 31C33C32BEC04376260DA6FE /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 31E768645C613F0F55B79037 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA99700CDE2687A0316864CF /* AllTests.swift */; }; + 322589EF668830E0A3926BF5 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 701871BD2802C2810E995B3C /* TestAMD.ice */; }; + 323B0485B5F46AD5A212AFAA /* IceObjects.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB41FC1694D6E5CA491E481 /* IceObjects.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 328E39B284A398BC04948E16 /* CollocatedRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C72FA888BA7028259839CD9C /* CollocatedRequestHandler.cpp */; }; + 32A54E7D2043A61789FF6C74 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 32A8816D3ECF676B1DD62586 /* OnewaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9952A8A0BFCA8DA27D4C1F1B /* OnewaysAMI.swift */; }; + 33309DD4C9B3442843E052AC /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810188E856779F0E1EBE37EC /* Server.swift */; }; + 3332AA777C8CDA7A089FC9BB /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 33B35FC6D34B159CDB67DF1D /* SliceChecksumDict.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1848A466900D458DD552047D /* SliceChecksumDict.ice */; }; + 3428CBD6A4F951134E74CB6F /* TcpTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 617CC9B56CEA04EFF68D040F /* TcpTransceiver.cpp */; }; + 342C0F1316315817172CA6D1 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 3473756C0C332D5B7A722476 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 34D05666B64328B999D6E188 /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = 8910FBE9963864650826B46B /* Config.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 353B9322696BF0D51E071224 /* Descriptor.ice in Sources */ = {isa = PBXBuildFile; fileRef = 349BB22CAAB874B0DE1B0A12 /* Descriptor.ice */; }; + 354E572937D019A24E4BE684 /* StringConverterPlugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2185A224C6830E44D50F5E97 /* StringConverterPlugin.cpp */; }; + 354EA295B3FFC6420CD5BA34 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958309B2F81C1920779BB67C /* Client.swift */; }; + 35B130430485EE7648A2DAE8 /* ServantManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 05DC96DD4B58417ABA3E8196 /* ServantManager.cpp */; }; + 35C05589BE4FD14342FE3715 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8590E2AA21848C9074495DCE /* TestI.swift */; }; + 35DB96B309DB08F6D9C41A3E /* FormatType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26E52451240AADF06EB042C0 /* FormatType.swift */; }; + 36463182C3DF50A4CA94C146 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 368063AA2C38479A88C660D8 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 36B996B720B541BF2AA45BB5 /* ImplicitContextF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 63F4DB5DF3E91BAA4F3DDC39 /* ImplicitContextF.ice */; }; + 36F5A9266F29E3788E077384 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B4C8899F07C66D4601971F7 /* TestI.swift */; }; + 3717FDBDEBE8758A82E7FEFD /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F09D2179F7524AC1EB50B366 /* ServerAMD.swift */; }; + 37374C023936E6439AAED4F9 /* IceImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = DB20830C384E5048AB32ECF1 /* IceImpl.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 376DEF90188821E5EC4EBC22 /* OSLogLoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48C234B0838FA1E63A53C463 /* OSLogLoggerI.cpp */; }; + 37A4F2A8561C3A4FDA0C752A /* CertificateI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06B193D7CE47D29B3E971AC4 /* CertificateI.cpp */; }; + 37AC204CA39762F9798638A9 /* PluginManagerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36216BE59980BF5DCEEEC9FB /* PluginManagerI.cpp */; }; + 37D529598E6F86EAB44B2564 /* PropertiesAdmin.h in Headers */ = {isa = PBXBuildFile; fileRef = CED7DDA4CE9EA27BE1174343 /* PropertiesAdmin.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 382409F90AD77CD821376856 /* IceProxyAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 70D662C3F09F9B55ABA5F956 /* IceProxyAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 384B8163594130E502BC0A8E /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 387C1A677707C7F7B93F0A2F /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 090BAAA45F47C9445323FBCA /* Server.swift */; }; + 388464717F821C36A2F13B42 /* IconvStringConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5AD9D0F1FFBF5227B50ABBE9 /* IconvStringConverter.cpp */; }; + 38BA54FCFEEE862565DEB2A5 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 38F43DFA43BC57F88071CDA2 /* Session.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7415F75969734BA6B4859081 /* Session.ice */; }; + 38F9BB8547123AE0EB50F1BB /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C92A1EE370A96E9A2FF3D86A /* TestI.swift */; }; + 3947D5585F777BBD299A832E /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 397D7B267EAFD1D4DB97A9BD /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 99A8478360760DC9F2234C0D /* Test.ice */; }; + 39803EE0C8BDF578510838A4 /* LocalExceptionDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75ECB207BA598B14E1683AA2 /* LocalExceptionDescription.swift */; }; + 39E6032D572FD645C4D66D2F /* InstrumentationF.ice in Sources */ = {isa = PBXBuildFile; fileRef = A997B5C4684D429F902448A8 /* InstrumentationF.ice */; }; + 3A294ED064FBC09BDAAF46EB /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 3A414EBE2537D5FD07A8D4CC /* Communicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AC9E63A196F72A11A75AF83 /* Communicator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3A5257397E31C2B22A18C2F8 /* Logger.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3014F3DE51D9E3FB97A31DC8 /* Logger.mm */; }; + 3ABFB3858C960680EC3C357A /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = D935640E48286828DEFEBC32 /* Server.swift */; }; + 3B27F8CD178FFF2E7F5770D1 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = B68FC5A3D118E2810A9D11A8 /* Server.swift */; }; + 3B2C07D32533AF9D00EF7E52 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = D660A453F6AD09D8D5A3C035 /* Server.swift */; }; + 3B31CA37F6E3AE4FC20A622E /* Locator.ice in Sources */ = {isa = PBXBuildFile; fileRef = C8809B3153A25BE29651A5CA /* Locator.ice */; }; + 3B32B4B10F7E3827897A0779 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 3B74042E93A609644802E48D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + 3BB4564FC461C18F7CE8BD5C /* ObjectAdapterFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 249744E883E59496C5C7F045 /* ObjectAdapterFactory.cpp */; }; + 3BB97338A883A0B36489B7AD /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 3BD18DE6F2F1DF7CE8C71FA4 /* libIceLocatorDiscovery C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C55CD3BC27F51FD7F4C7E45 /* libIceLocatorDiscovery C++11 iOS.a */; }; + 3BD8C67CAA1C49FA3AFCFBC5 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5BF452B3E471F056EEF88FE7 /* Test.ice */; }; + 3BDBD426180EADC543C505BF /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B119CDC55B23A8E0A652C219 /* TestAMDI.swift */; }; + 3C2E55FF16097782ACC97CE5 /* Base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC55F9E051B7B644D0B5D4BA /* Base64.cpp */; }; + 3C44EEC36AE58052EE551CEA /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 3C83CE5686B9ABEAA090F82C /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69EBBCAEC49040EE1F32B9F4 /* TestAMDI.swift */; }; + 3C9511ADE7E251D6E0C8A183 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 3CDD3BD2FFC50C2A8E24A927 /* Glacier2.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 08787E07ECBBF81BA7E22C2D /* Glacier2.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 3CF1D7BDD2A37BDE70869472 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037DCDD4E7013D6B58036B9A /* Client.swift */; }; + 3D0E59CF9F31AAB9DBC523B0 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 638C8A3706F08C6C84C79EA4 /* AllTests.swift */; }; + 3D5C678BBADB43042048464F /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6C7CFA0EEE61597C9EDED84 /* AllTests.swift */; }; + 3DB42357FE272D6D4CCE14E3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + 3DF1810BB7E8CF01C8CB687B /* AdminFacetFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B59F7C0F3CF762930D6DFEF /* AdminFacetFactory.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3E05A749823664571170853E /* UserAccountMapper.ice in Sources */ = {isa = PBXBuildFile; fileRef = 64401D1F38BB01E7A5454A88 /* UserAccountMapper.ice */; }; + 3E356060557D5A045958A913 /* Connector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00699D5C4A48E365F6AA7539 /* Connector.cpp */; }; + 3E38B14BDC6FD8DABFCD800F /* Locator.ice in Sources */ = {isa = PBXBuildFile; fileRef = C8809B3153A25BE29651A5CA /* Locator.ice */; }; + 3EBBB3014B044BB18B1C6786 /* IceAcm.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = AAEFDCCC2FB43E9585B8F074 /* IceAcm.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 3EE33530C5014AA1DE0E7A78 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 3EF75C46AF4A556BF3A994AB /* ConnectionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 972161156F5D17F05BB32E99 /* ConnectionFactory.cpp */; }; + 3F7A7A17BBF8D95B8C73CBDE /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = A09CAA2BEFEE900CE6E76754 /* Server.swift */; }; + 3F8EE265FC5576651E024F98 /* UtilException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1FAE6FB698F2B5588F4AD2EB /* UtilException.cpp */; }; + 3F905EF27AA1AD24FD0B009C /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3677EF4727F101838FAC53BB /* Metrics.ice */; }; + 3F94AE239B374246CFC978CE /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 3FB0E7A464CC4BC2F9286317 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 3FD8255F8817662BD008CEE2 /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = CBCFA17EB4FFCD13B1BB1A8D /* ConnectionInfo.ice */; }; + 405408A9C539C08B7B52BB6B /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 406ABD266A8A76026C2FB0E1 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 315E8D8AD6C8073D4921052D /* Collocated.swift */; }; + 406E32C38361710F9A559B8E /* IceProxy.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 30F96A6ECF041D08DF447BEC /* IceProxy.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 408BC14DDA9D7AE3F3365CD4 /* ClientPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 867AD46B6783CAECACACC300 /* ClientPrivate.ice */; }; + 40D1C0FE19CEE9214EA9D7C0 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 40E8AEA824900080938A85F2 /* SecureTransportEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3205238119BA431A3445FF56 /* SecureTransportEngine.cpp */; }; + 4144A92A89802E5EC5E10179 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 414BE174C3BB56A0B3B73D05 /* OutputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B169B3121BC89B8F9998270 /* OutputStream.cpp */; }; + 41502C71FF3CB6FD08581917 /* Process.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2F602A7110DBD1E9D2F5DD4B /* Process.ice */; }; + 4166307AF89FB0E0703D6724 /* SlicedData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D111B12135C0F68F142976E /* SlicedData.swift */; }; + 41A8D115B1FCF63BB04AA729 /* LocalException.ice in Sources */ = {isa = PBXBuildFile; fileRef = 28BD9633A2438C0A0DAF75C2 /* LocalException.ice */; }; + 41D59B77679CC0D80FAA8763 /* IceAmi.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = BF2D57E2C8B3BADFCA4DD0F6 /* IceAmi.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 41E6B757459980204494ED56 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = EB69DB4370BB14085532EB88 /* Test.ice */; }; + 423F78727164C11C2284AB59 /* LocalObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D067049B0ED89A4A4005AD2 /* LocalObject.cpp */; }; + 42A072854D04A8BBE2FAC462 /* Proxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AEA9E213701DE0E029F757D9 /* Proxy.cpp */; }; + 42B12AFA134A18E770EC774D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + 42BEF05F572A2E7DF002BCE5 /* PluginManagerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36216BE59980BF5DCEEEC9FB /* PluginManagerI.cpp */; }; + 42F5658CCFB659FD8FD6E9F0 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 433513114131FCF3480B43C7 /* ConnectionInfoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = FED3E3BBABE2D4D7D82C0A05 /* ConnectionInfoFactory.swift */; }; + 434FD662C13E40B001712A16 /* Value.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36534C64217D38126629D0F9 /* Value.cpp */; }; + 43BB30173149D2CEEBEB84CF /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = F58538B3B5EEEB2E2CF3C923 /* Object.swift */; }; + 4435245D42F4D26667746622 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 4490698DD31CC2C180E8033C /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D008B9E127488F610040B90 /* Client.swift */; }; + 44B75B119574537DF344490B /* IceLocation.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = EE250FB5ED695D5347EE5B25 /* IceLocation.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 44C14E6731A7F06792FD58BE /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E2235FE34A1650CB250FA02 /* AllTests.swift */; }; + 44C788D4DEE98913DB62E02C /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = F75E2E7705F83B53F947D13C /* Server.swift */; }; + 44FF857D1A2538F7B7C00DDE /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 454877515D0AC02F9B7E2DBB /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7AC9F7584DC381933C5A72C1 /* TestAMD.ice */; }; + 4574C15D27FC8B8332DEE707 /* IceOperationsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = CA823CB45CDDD0619C3B891E /* IceOperationsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 458E71C67AF507D93C21DCDD /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 45A288D2BCCDC2C377A7FA22 /* BlobjectFacade.h in Headers */ = {isa = PBXBuildFile; fileRef = F1C1AEC2B5E30566B4F9EBF5 /* BlobjectFacade.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 45D3FC954EF3B5312D0171A0 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 45D58D2901FA6C9BC0A3B7FF /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B1EB2DDC34E09666B72DEC /* ServerAMD.swift */; }; + 46047AA7CECE56D9CCED5B9F /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 4646071E19E44CE9D48014ED /* TraceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F39471FDEEEBD3738125C4F /* TraceUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 466F80E9D87E019E0A1A09F9 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04EDB0F0BA682C2FF424CFBB /* Collocated.swift */; }; + 469C9EC9D42F3997D711BCB5 /* CommunicatorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32B1B05B14FAE0F38AC0D289 /* CommunicatorI.cpp */; }; + 46CC459D1B1EBE02D946DD57 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 46CCE5F2AC5D75B4D7572C83 /* Mutex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EDE723619843543AC58C429 /* Mutex.swift */; }; + 46E48E55F243E011F0089206 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + 470CE5946259D0DD30BEBA9D /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 4750345096015497BF013A01 /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 44064B6C3CD23B1D8BCFC10D /* EndpointInfo.ice */; }; + 47655A0A8CB41E2ADC42721C /* ConnectionInfoF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4C196A1662516D29AF240CB3 /* ConnectionInfoF.ice */; }; + 47B89592C3750FAE3A1B987E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 47D843C3853A495CE202B95A /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 131E0D4980E64A4107A006FD /* Client.swift */; }; + 47E6B7701C07B88300192409 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7697FFCDB24C81D83F7B9DFB /* Test.ice */; }; + 47EB8CB2C097E25C608E272E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 480A36F7B2F9F7FAE9E526B1 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA9AD7181D2BF7B63D403344 /* ServerAMD.swift */; }; + 483D22FF271BA5F17A50BB67 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = F75E2E7705F83B53F947D13C /* Server.swift */; }; + 486200188883E260FE22D35B /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 235E9D7A648FCFFF0A43C61B /* ServerAMD.swift */; }; + 48BB37B43B0060CF089007BB /* Initialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E749FBC36A2C539E8D251 /* Initialize.swift */; }; + 48DE01A7006A11168E6E6964 /* Admin.ice in Sources */ = {isa = PBXBuildFile; fileRef = D4C8E57BC68E8A797799DBE2 /* Admin.ice */; }; + 4928814E41DC5A9B4860C015 /* Assets.xcassets in Sources */ = {isa = PBXBuildFile; fileRef = 4A3D913D704ED6CBA579DA95 /* Assets.xcassets */; }; + 49321DEB98BC05EA3000C2D9 /* FactoryTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E6249EB5F46714249EEFFA7D /* FactoryTable.cpp */; }; + 49619274CB3F967D4776392A /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 4974B5E7FBA79763ACF63199 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 498E4DC60F36A9B29B781082 /* LocalExceptionFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D6DDAFCC0DD5D588CBA226B /* LocalExceptionFactory.swift */; }; + 49BD46BB3B2818D4D4629390 /* DynamicLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 57F3A70A7B64113E38AAA8D2 /* DynamicLibrary.cpp */; }; + 49FBC59434E66BE8CF667D9E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 4A08F232424D1A43F2B13E4E /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = C2B493598CD3143E62AE1AFF /* EndpointInfo.ice */; }; + 4A17063A26E3BDC97B4A7F40 /* LoggerAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 501412E739852DA2F6FFFBF7 /* LoggerAdminI.cpp */; }; + 4A17B4BFDAE6CD0D3A78A580 /* UdpConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA8927FE7C1D255D5193DCD6 /* UdpConnector.cpp */; }; + 4A24B0AD1C580DFC167E8A46 /* LocatorInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EFEF36E849937E99FB2EF066 /* LocatorInfo.cpp */; }; + 4A6AEB7642119B7B3212B51A /* IceDefaultValue.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 2EC75DC75E45540877C66902 /* IceDefaultValue.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 4AC7B8AED6F3826972CFE0B3 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 4ADBD2B11B1909ACB0828BC4 /* IceInvoke.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 8CDACDF04DAE91F9760F8F85 /* IceInvoke.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 4AE1D42005606362A200802B /* ImplicitContextI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA67B54BAE09563AEAE8E8E /* ImplicitContextI.swift */; }; + 4B2A9FE1B670936C8B9F4726 /* ObjectAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = D07DA6365D14420F16686B4A /* ObjectAdapter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4B3AA8CDE0C4F0B226C9A740 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 4B76CE94746A810AB5E8107C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + 4BA02E07C3D8A2BD5D14A0E5 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 4BADA72FD6345ABBF3160B4C /* TcpConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30AC36630FF731D39F724A0F /* TcpConnector.cpp */; }; + 4BF79C94EE1B23DAAB4FF8A9 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = B8F1B812584A40E0AF9355F3 /* Test.ice */; }; + 4C046E24672C03310376A911 /* InstrumentationI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AB6127CED266C56DD516DA3 /* InstrumentationI.cpp */; }; + 4C531A3E6D31E7DC17182923 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 4C5E40149E46331AC888575C /* ConnectionF.ice in Sources */ = {isa = PBXBuildFile; fileRef = BA0144B869B5F7E09B632BEF /* ConnectionF.ice */; }; + 4D0900955E2BF35934774E1D /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 4D37FBDCB777C6C3D63D20CF /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2BD2242B9A5EB7834574185 /* Client.swift */; }; + 4D8FFFED9DC9D9243EEB71F6 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 4DCB54514CEB84DE5A80A662 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 4E473EFD34F8F7398B3D9485 /* IceOperations.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 5FBF395CE471A15BE7423088 /* IceOperations.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 4E4B47E076D3EC4496004442 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3D1F9B14CAB3F74B6799D0E7 /* Test.ice */; }; + 4E95EBE3AE75F8A0364C566F /* Communicator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92A76EF49A5D4AA2EC49E509 /* Communicator.mm */; }; + 4EBE6BECB17986EFF7664972 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7AA0C1400BBC1CD633A4AC67 /* Test.ice */; }; + 4EC15073AFAB2215DC4A09A8 /* IceInfo.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = D5877EC7D1484866BC4704EA /* IceInfo.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 4EEEE44C2DDB47EBF5AD97A7 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 4F208893385AC7DC56DA0735 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A00131DA2F6211758502A851 /* UIKit.framework */; }; + 4F319AA5CB93EB7E975FD435 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + 4F43A5C8C124F96D36FFDBBB /* IPEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33DA35F0A419C89C8697E1C1 /* IPEndpointI.cpp */; }; + 4F5820551F56A39A827CC5FD /* Options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E7B8BD9F68506075D5BE1834 /* Options.cpp */; }; + 4FDFB49938992D27F2027AB3 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B119CDC55B23A8E0A652C219 /* TestAMDI.swift */; }; + 4FF6FA263F8973DA350DE050 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3677EF4727F101838FAC53BB /* Metrics.ice */; }; + 500A778FA18CE0251B790E69 /* TwowaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C848DE5978A3FE814A947C56 /* TwowaysAMI.swift */; }; + 50657197049A70C771BB12A0 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 5068C510C9F9EA03F3FC96AA /* ThreadException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C0981D0847B7975629A09B4C /* ThreadException.cpp */; }; + 5082F510AD02EE4D60A0B250 /* PropertiesAdmin.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62CF96A5347973F99CBBF14C /* PropertiesAdmin.mm */; }; + 508E932F7AA1C70BFF881C81 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 50A8547F08BE71E8B6B44CF8 /* libIce C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B4A89CBF28826391B834A685 /* libIce C++11 iOS.a */; }; + 50FEEBB7F342D192BC327FF0 /* ConnectorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E0126482116D41DD2C8ACC27 /* ConnectorI.cpp */; }; + 510EA41B3ACFCBB7663E6643 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 5198A3F86F384DC15AA3C085 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 51B2E817B7ABBCA9B3E33995 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 51EDB3B74CA5BEA6C98BB0AA /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 524F278DCAF8D1D81BACBA74 /* IceServantLocatorAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 398EC5E8D03D698348E4A21F /* IceServantLocatorAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 524F4D6970CF67CADFAE6F14 /* IncomingAsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C1BD291AEA50BB53135FCF9 /* IncomingAsync.cpp */; }; + 52CE401D50B496B18B51EDAF /* RemoteLogger.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3D789CFCBC70ECC392CEE84A /* RemoteLogger.ice */; }; + 52F9642A0D23DCADE495B4E1 /* EndpointInfoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2B5133CB1F1464A4476F3F /* EndpointInfoFactory.swift */; }; + 534FEDFD714E875D6FA2F8D3 /* Network.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE7CF2CCF600E64539F80A50 /* Network.cpp */; }; + 537517BA389093245E268EC4 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 28DEBA7124490632F95F5A4B /* Test.ice */; }; + 538A565DD33299347E41E682 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4693E0B55316360BC86190B8 /* Test.ice */; }; + 538C7201F73E4ABA97D841E3 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 53E869B29C1063140377E5BF /* RemoteLogger.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3D789CFCBC70ECC392CEE84A /* RemoteLogger.ice */; }; + 54039F22E461B3BCF5741E2B /* InstrumentationF.ice in Sources */ = {isa = PBXBuildFile; fileRef = A997B5C4684D429F902448A8 /* InstrumentationF.ice */; }; + 54103B5A9D65CDEB2FF573EE /* LocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7397E1BE97054793798930E0 /* LocatorF.ice */; }; + 5457B6DC962D336AD0B86CEE /* ThreadException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C0981D0847B7975629A09B4C /* ThreadException.cpp */; }; + 546EA8545B388D162EE37741 /* SliceChecksums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 841C7AA0CA55B874CFAE4B3E /* SliceChecksums.cpp */; }; + 5474B67E247307211DAC9E7E /* PropertiesAdminI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 856E71DFA5942114A4D18570 /* PropertiesAdminI.swift */; }; + 547BCDFC442D420E7AFD45B6 /* Connection.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AE97A14C7DD90C89259CBD1 /* Connection.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 54CD3C55748FFB34D7DE72C6 /* Endpoint.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3ED7A5B862943472EC93139B /* Endpoint.ice */; }; + 550628538D8E19C4B683F649 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76AB5B0F0D9446F4DAB6792F /* Collocated.swift */; }; + 554BBDC9579526145A40A917 /* Connection.ice in Sources */ = {isa = PBXBuildFile; fileRef = B648326FE39945FABDCA292F /* Connection.ice */; }; + 5557C2DC16DAFC8DB42AAEBE /* SecureTransportTransceiverI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B273656C8F40A073CFED0C89 /* SecureTransportTransceiverI.cpp */; }; + 5572537BE3569ACAD1EAFC3D /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3BB575E3E46AEE1736FEE75E /* Router.ice */; }; + 559AFE6C0F1BB3926E726590 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 559D50EA0E8363064A93188E /* Process.mm in Sources */ = {isa = PBXBuildFile; fileRef = CF0DB8872FC0DA07C75C4A2B /* Process.mm */; }; + 55C2EE90AC8313BE5FE34BFD /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 69EBA80232877FCC0386C4CC /* Metrics.ice */; }; + 55F93A6D15A34CB7DC78ECBA /* Communicator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 02E2AE52F78C5E920376F839 /* Communicator.ice */; }; + 5623CC18EB7FD4C237FF62E9 /* OutgoingAsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8484F5EB6C45C9C5B65D522D /* OutgoingAsync.cpp */; }; + 563C330C652E149860F29C79 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 56A89F83B7E3C8295F03C340 /* ObjectPrx.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C83089F8F770A827C6E85BE /* ObjectPrx.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 56C833BBD8700925970B4BF2 /* RouterInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D413C5529E810EE50B388E7 /* RouterInfo.cpp */; }; + 56D248CD60831F6AC1461948 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 425EBD2FD988117F9E1DF60B /* TestI.swift */; }; + 56D59F44C5D14E40D586FAD9 /* ProcessF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3D9AB5DB7C6A801A09E55EB5 /* ProcessF.ice */; }; + 56D6C5EEC08606C9EA3C08AC /* UserAccountMapper.ice in Sources */ = {isa = PBXBuildFile; fileRef = 64401D1F38BB01E7A5454A88 /* UserAccountMapper.ice */; }; + 56FC7BC0D852A991002C1D71 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ACB1249917344592AF45E53 /* AllTests.swift */; }; + 5709C71BB8133C04C1621FC3 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 5717285E78A05D0830844262 /* IceExceptions.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 406C2C5ED9C8C12163338852 /* IceExceptions.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 573E96B16384DADAF044A0C6 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 57B0F7315E3CC83CBE088795 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6A268FECE9D13A2EB77C460C /* Test.ice */; }; + 57CE5703D2E130352CC2CAD5 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A117DA8A710B9077C30B1C /* Client.swift */; }; + 58500C37A8FC022BD1EACEF1 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 585C920E4FB4BC441B4F0DE6 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3614471FC80AFDAE1084385 /* ServerAMD.swift */; }; + 585F74208B8F737C01242187 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91CF55DBBD63A0541CAD0591 /* Client.swift */; }; + 58B19CDF086CFD98AF97847E /* IceExceptions.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = BF3F1507F6DCEA2C62861979 /* IceExceptions.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 58CA1A4FF24D12CBDC084DA4 /* InstrumentationF.ice in Sources */ = {isa = PBXBuildFile; fileRef = A997B5C4684D429F902448A8 /* InstrumentationF.ice */; }; + 58FB2046BCE0475671A3EBE4 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 592F4F3A19CFBA44CB08C1EF /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A9120D825BC28171356BA30 /* Util.swift */; }; + 5958899F160D6CD1924FC6C1 /* TcpConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30AC36630FF731D39F724A0F /* TcpConnector.cpp */; }; + 597D346AA3E098969DECA66E /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 5997BCD3A8DFB055AD3EFE92 /* IceSlicingObjectsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 48CC8CFF3AF62E45170EC1FF /* IceSlicingObjectsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 5A06D723E896E219A4533B37 /* PropertiesI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 50AC1D2DA32A240991BAD3B6 /* PropertiesI.cpp */; }; + 5A1CCA047096160BE2136A76 /* WSAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CFF4ECE3B56F81947BBA7A47 /* WSAcceptor.cpp */; }; + 5A2870D18BAA6ADEFD1EDCBB /* Logger.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D01BEB84E4923296FACA86B /* Logger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5A34B5B224273797493203ED /* ProcessI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C2AE706E9118DFDB2B9CC58 /* ProcessI.swift */; }; + 5A4C08EC6FB653D52CB8D4D3 /* SysLoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7F196C0AE4983A538EE0DAC0 /* SysLoggerI.cpp */; }; + 5A56B723041D342C44044814 /* ObjectAdapterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = F27DAEBBB1CADCDF20DDFF4F /* ObjectAdapterF.ice */; }; + 5A61266C622CAA138636B2AE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27E2FB36BBE83E40B27DF759 /* AppDelegate.swift */; }; + 5A95518C740C13ACDA81D0B0 /* OptionalFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A339E22A9642819C894D581 /* OptionalFormat.swift */; }; + 5A9E5C91FD24B0BF49F62383 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 5B099F0461BD5FC467AF70D1 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 5B269BCA239B4ED99F891ADF /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 5B99A24EBE9E1A285D583A0C /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53916576E1D2E5617F82179 /* ViewController.swift */; }; + 5B9F00C08206FB42BBAD0789 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81397AEE40DE47172A387BCB /* Server.swift */; }; + 5BDE97B4036F730136B855D3 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 5BF01A0395EDB6D48C68EB37 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0C1F0A2DE57A909D0469A9DF /* Test.ice */; }; + 5C3108A6356460C6EF2B8CEF /* ClientPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = DC4EA052C17E78340ED3BE81 /* ClientPrivate.ice */; }; + 5C63D383996A68B907BEFA5B /* RouterInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D413C5529E810EE50B388E7 /* RouterInfo.cpp */; }; + 5C646EB0137A31D9F359BD12 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E2F398C85D55C17A53C6D31 /* Collocated.swift */; }; + 5C66D63BCE413C0D4EAE005D /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 5C6E26969EB75CF32EA93D65 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0856122B7A102DCF560D4201 /* TestI.swift */; }; + 5C7BD5EA0FC24585B932E16A /* OutputUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33DEB766BE1B968E045496A3 /* OutputUtil.cpp */; }; + 5C90E5022DD4DEC456C5F7E0 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E2235FE34A1650CB250FA02 /* AllTests.swift */; }; + 5CAB2F16029335A1B2428351 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDB9D5C07972E647F4FFBBFA /* Server.swift */; }; + 5CBED15C736CB16DC4FBBC17 /* IceEnums.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 13B98BD5DBE4039FCDF5A561 /* IceEnums.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 5CC9DCED562661BDEDDDBAFC /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 5CE0BD39D1DBC2FCB4C5A729 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 5D04681A9E9F98A355D401D5 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 5D429B3902FA5004674D61A9 /* EndpointTypes.ice in Sources */ = {isa = PBXBuildFile; fileRef = 270D7FA737E288C5BC07BB7B /* EndpointTypes.ice */; }; + 5D53B271728F28FE6D8C8FDA /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = E76D7F9C98D0B3D0A0990B5C /* Server.swift */; }; + 5D657906A5ACC6073DD9F0EC /* StringConverterPlugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2185A224C6830E44D50F5E97 /* StringConverterPlugin.cpp */; }; + 5DCD617A0065DDBA66EF3884 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5A0AA49FC48CBF45C846801 /* Collocated.swift */; }; + 5DDB26E5BAB33B87B8B63274 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BE134EEE1EBD23EAF1F6DDD /* AllTests.swift */; }; + 5E85E8DDF46CB2462B63E2C6 /* Properties.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5705638948FE72962DED632E /* Properties.ice */; }; + 5E8E165D5F2B68F9A8C7FAE2 /* InputUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BB35457C04D3DCB6CEF0C2F0 /* InputUtil.cpp */; }; + 5E9BBE7E915B0563D0ED69AA /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8590E2AA21848C9074495DCE /* TestI.swift */; }; + 5ECB2E94A8A7448113B62811 /* ConnectRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0EE61C3D7665D8538CB48B27 /* ConnectRequestHandler.cpp */; }; + 5ED77D3DE058614D2BF11861 /* TraceLevels.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E7BC479B61F7A2AAEA294CA0 /* TraceLevels.cpp */; }; + 5F1C7EDF5D946A2147F0AEC0 /* WSConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C4757B61B68421D261171F68 /* WSConnector.cpp */; }; + 5F5A9F1340872EF36E13B680 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + 5F5F6DFE79B26D83C41D6B2D /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52DB5E96EB27D486EF993BE6 /* Server.swift */; }; + 5F8ACB29C3CE449DB6B0ABDC /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = E81F5B64965378686EF0E92B /* Client.swift */; }; + 5F8FD690A97F1CF311753BC3 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E3F7972DC572D17C86203CD /* Client.swift */; }; + 5FBE10D40AAC960FEB0F9A05 /* BlobjectFacade.h in Headers */ = {isa = PBXBuildFile; fileRef = F1C1AEC2B5E30566B4F9EBF5 /* BlobjectFacade.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 60013CA1F32F4D71D9BE66BE /* ServerPrivateAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = F7C155E2565CE1832A949907 /* ServerPrivateAMD.ice */; }; + 6004F0CAAC5E0EA6BAC610BE /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 60F548D540D0B940F2946E1F /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = D62B168D7B5C51F383C2850E /* Router.ice */; }; + 60F943D79C76F2866AB5D164 /* SecureTransportUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DA7F99E5D410EB2CE18E18C4 /* SecureTransportUtil.cpp */; }; + 612CFDEF4C40E8E960158B62 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 62065739CC58E973CB1438EB /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 62081B32A780C189BC4649A2 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 330E392C478620E241811A03 /* Test.ice */; }; + 620D63AA0D45B5D29BF28B3F /* Process.h in Headers */ = {isa = PBXBuildFile; fileRef = F0254F1105FAC3590A4A1070 /* Process.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 624EFF8B0F457A0B68107CF5 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 6298C2C46861B8B50A53B9F0 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 62F22640178F8884FEF28316 /* UnsupportedAdminFacet.mm in Sources */ = {isa = PBXBuildFile; fileRef = DB638BB168F82DBEECF0F33F /* UnsupportedAdminFacet.mm */; }; + 6331F83917F925EF5483E673 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C479E99C62037A805A274527 /* AllTests.swift */; }; + 63709F7DE93052D5B628C7E1 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82677C3C09F61D44AE4CFC22 /* TestAMDI.swift */; }; + 6381714DC8E29DA1409279EF /* Logger.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D01BEB84E4923296FACA86B /* Logger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6392ED6E206080E89731F12E /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C479E99C62037A805A274527 /* AllTests.swift */; }; + 63A5EFBE75FB67B8EFF6598B /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC8531C49E898908C59368B6 /* TestI.swift */; }; + 63A83E271B17011FE865F06B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + 63C20834565E2B5EE2AEFF14 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 63CD18029BB8471F361D482C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + 642F7C9680AF05488EC3B3CD /* TraceLevels.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E7BC479B61F7A2AAEA294CA0 /* TraceLevels.cpp */; }; + 6433E7F2C5633BA3291976FF /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 6435B48AEA9AFA4B39C5D96F /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 643828FFF62D3270E3136846 /* TrustManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D31192F6E68D620D16CEB27E /* TrustManager.cpp */; }; + 64546897BDA58986870508F5 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09C5F559CD79E3AD55F6301F /* Client.swift */; }; + 6454DCEC055DDA63D1C45FA0 /* MetricsObserverI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F2E8640593E6CD6893FFCE49 /* MetricsObserverI.cpp */; }; + 6481BFFD38761C9D7E2C4714 /* Value.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36534C64217D38126629D0F9 /* Value.cpp */; }; + 6487EE49949346F23AB5C189 /* Blobject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D34AAA24554A16DC0088D189 /* Blobject.swift */; }; + 64C001C3F4B9F4DDE116F2B6 /* UnknownSlicedValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 631B5FB718A2484FAF06A666 /* UnknownSlicedValue.swift */; }; + 64EFD69E8272435F6E56081E /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2BD2242B9A5EB7834574185 /* Client.swift */; }; + 653F34D02B4DAFE81E6DCEB2 /* ImplicitContext.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5D2DEB0F08313E484193B4A0 /* ImplicitContext.mm */; }; + 654D60DFB2E1D07C00907669 /* Glacier2Swift.h in Headers */ = {isa = PBXBuildFile; fileRef = C5533E381B7C36AD18083BF1 /* Glacier2Swift.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6586F595D1FC956F73E69914 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 65AA34678699EB1E4D2C049F /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 65AA40346D04F6C1E5F44619 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 65F1819C755FDFD9CA676837 /* SliceInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D36D9C9360F18237F07A66F /* SliceInfo.swift */; }; + 6669E42072F0B3EAE2B05B99 /* CountDownLatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2677A689877B7ED81EC8A4A2 /* CountDownLatch.cpp */; }; + 668C9A5AC5DBA3DC1D272555 /* BuiltinSequences.ice in Sources */ = {isa = PBXBuildFile; fileRef = 67A5FA6F3A55F6843FF8ABC4 /* BuiltinSequences.ice */; }; + 66D0346BA1A3013B7167CB1F /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CAD605FA3E9C21FE85CC75 /* Collocated.swift */; }; + 673AB7B6B47D4CB52A81E393 /* TcpEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 57DA15CD527E92C581D7E568 /* TcpEndpointI.cpp */; }; + 675BFA3B3B4696838694A0B7 /* IceStorm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 556543EA184CD0544BEFEE7A /* IceStorm.framework */; }; + 67E3485CC567816B0B8A18AA /* OutputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 439CFDB1D56C264F8BB63BDD /* OutputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6826D4970283FF31E316BBB9 /* LocatorInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EFEF36E849937E99FB2EF066 /* LocatorInfo.cpp */; }; + 68675BB9C502AA0CE2E5D392 /* IceTimeout.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F65B4E08F59312A867D28015 /* IceTimeout.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 6883D7136A3693768EF96CCE /* certs in Resources */ = {isa = PBXBuildFile; fileRef = F264E8067503D55BED7B5103 /* certs */; }; + 68A038F9D3360F57AC3A90E4 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 68B4DEE27889634B238127B2 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 68C82A610F16EE5A3262BD8C /* UUID.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39895A960692FABFB1A4B71E /* UUID.cpp */; }; + 691892FD022FCA9DD52ABE69 /* Thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F55AACAD0BF3539F13D93A67 /* Thread.cpp */; }; + 692E104A69AD4518FA64B206 /* TestCommon.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 6942C82CCD81BE809FAD5FE0 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 694BB3DE09865F39B22136A7 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAA13274D80A07FDAA8AD547 /* TestI.swift */; }; + 697D8B4A8A7E1A5894464B69 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B1EB2DDC34E09666B72DEC /* ServerAMD.swift */; }; + 699B7D63397F2DDF4499BEAD /* ProtocolPluginFacade.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 387D8FA5BDD052C3A0C09764 /* ProtocolPluginFacade.cpp */; }; + 69CD5E2F754D79C9735496B6 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 69E2B336E20DE15CF73F2DEE /* UdpTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99EDCA0002CE56BA1CFF66D9 /* UdpTransceiver.cpp */; }; + 69F14F0B240C08C0CAF2F07D /* Proxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AEA9E213701DE0E029F757D9 /* Proxy.cpp */; }; + 6A3C26664BA50A7D92153121 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 6A89EFA7E5179309D71B112D /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045A2AC462576933C5D3372C /* AllTests.swift */; }; + 6AEA2E252ED7EA2A01EA2DDF /* RequestHandlerFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B48F636A1E1BDBA032F5F50F /* RequestHandlerFactory.cpp */; }; + 6AEC2C23259F0655FFBF1C5A /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC8531C49E898908C59368B6 /* TestI.swift */; }; + 6B17250AD7EE2F10D26DE4C9 /* ServerPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0B324CCC03C34E7CFCB49E34 /* ServerPrivate.ice */; }; + 6B2317343F318EEA62C38608 /* ObjectAdapter.ice in Sources */ = {isa = PBXBuildFile; fileRef = 20F1A149E28048A0C33B9934 /* ObjectAdapter.ice */; }; + 6B593E3BA1F2CCB226A28C2C /* ObjectAdapterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = F27DAEBBB1CADCDF20DDFF4F /* ObjectAdapterF.ice */; }; + 6B6243884AEDB86E71E759AC /* ConnectionInfoF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4C196A1662516D29AF240CB3 /* ConnectionInfoF.ice */; }; + 6B9C3BDD161C95E6F87DDDC0 /* IceOptional.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E247B42431D92ECD4963303E /* IceOptional.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 6BED4BB01433B245B0DD8CF6 /* IceUdp.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = DE92A3173F19D0FB54575188 /* IceUdp.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 6C7399E7F68781C0E263ACBF /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E2694EFFAED3434D7B81CDC /* TestI.swift */; }; + 6C932A41BAC049E9A39B89E8 /* TraceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F39471FDEEEBD3738125C4F /* TraceUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6CB38E06ECDCCA55574C87AE /* IceOperationsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 7E79346610CAAF16C2F6B918 /* IceOperationsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 6D02B337B9E39F078A619768 /* Process.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2F602A7110DBD1E9D2F5DD4B /* Process.ice */; }; + 6D6B110396BB8DEA48CB591B /* MutexProtocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FDFD413A3438CD659CFA38A2 /* MutexProtocol.cpp */; }; + 6DB29CE7C46F62EB033F009A /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3F28393CAC9291AEF99B843 /* TestI.swift */; }; + 6DED14ACAC4AE45D106AAC5C /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F07C9E3B5EAA0B399BBA5299 /* ServerAMD.swift */; }; + 6E5EDF61E1040DCEBC70B4F9 /* Endpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BF22E4C0210254AC0207A2C /* Endpoint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6E6919021DBDDB5B653A42A7 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 6E9009C6F86804EF885DBCE7 /* ProcessF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3D9AB5DB7C6A801A09E55EB5 /* ProcessF.ice */; }; + 6ED4D98377EA4D0273E07683 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BEC2C300C8B307B24184C90 /* TestI.swift */; }; + 6EE9D08E901DAF65ADADBA0B /* UnsupportedAdminFacet.mm in Sources */ = {isa = PBXBuildFile; fileRef = DB638BB168F82DBEECF0F33F /* UnsupportedAdminFacet.mm */; }; + 6F92FC0B1AC6F14F5EFAF42A /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 6FC079A27877ECB2128B216C /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 022DB0A96EEAA2B3D779DB23 /* AllTests.swift */; }; + 6FD6CCCDC1D3FACA339E00D4 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = E76D7F9C98D0B3D0A0990B5C /* Server.swift */; }; + 70603FF0832C453888CA2BA5 /* SlicedData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63873AE6F4B2E65E9CF963B /* SlicedData.cpp */; }; + 706A65A1BFB2510F66CF2DEB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + 70724CD5C45E73DE4702C4E0 /* IceExceptionsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 9C236898CB120B4EB12ADA67 /* IceExceptionsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 70844C46FBF85345325ED2FA /* ObjectFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = FFF4DD93675388263770E715 /* ObjectFactory.ice */; }; + 70C6341999FE4FBBE8EF0C9A /* InputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A3B1EE30D7655078FB9E385 /* InputStream.swift */; }; + 70D0104746B7DF3B30D76F62 /* LocalObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0642AA47D3145C23AB846C /* LocalObject.mm */; }; + 70D5E02281D792AB10AE938B /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 70DE94E78978872F89E0C512 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 711CDB8B265548CBD217533D /* SliceFlags.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBF2E0A8413291474848FFC7 /* SliceFlags.swift */; }; + 71736D72090B11A67665DF8E /* SystemdJournalI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E9A8EEC1E2C97D9B93D027CD /* SystemdJournalI.cpp */; }; + 718A28F75A916355C11E8B19 /* InputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 406812D662BE8200AC5863D9 /* InputStream.cpp */; }; + 719D4B11F70444D7F4777C8A /* EndpointF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 019800CBCDD9BB41E9792964 /* EndpointF.ice */; }; + 71DFAD3B3E7C1253C98908CC /* IceFacets.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 9ACE103351938653D9DE98A2 /* IceFacets.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 71E476741C0A6D4F245B64FE /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 71FC314B8BD32C81B5E17BB4 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 7225D17234C5D1CCE1752CD9 /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7FBE96203C7C352CF796A83F /* RouterF.ice */; }; + 722F779FFCDEADF811F05613 /* StringConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37F24CA57F4DDF8A375F9BBB /* StringConverter.cpp */; }; + 7278A9788EE5E3DD58DFEF1C /* StringConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37F24CA57F4DDF8A375F9BBB /* StringConverter.cpp */; }; + 72C7355FE93721FAAD588483 /* LocalException.ice in Sources */ = {isa = PBXBuildFile; fileRef = 28BD9633A2438C0A0DAF75C2 /* LocalException.ice */; }; + 72C74E1222CCB889A86BC5F7 /* Thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F55AACAD0BF3539F13D93A67 /* Thread.cpp */; }; + 72D8B081B5B88CC20BD05486 /* Proxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDC287172B388B022A23E342 /* Proxy.swift */; }; + 72E5E8DB3B2C6B21A201008C /* Session.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7415F75969734BA6B4859081 /* Session.ice */; }; + 731EEE906D894B89B397F783 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7697FFCDB24C81D83F7B9DFB /* Test.ice */; }; + 733930EADC02666D4A323E3F /* EndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FD43A4DD0C9415F5774317FD /* EndpointI.cpp */; }; + 7356E608C323986CEF600E04 /* UnsupportedAdminFacet.h in Headers */ = {isa = PBXBuildFile; fileRef = 89A4E11AF37A4173F1AD7AB0 /* UnsupportedAdminFacet.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7359F29F61E4B53B017D31C4 /* AcceptorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35383EDEC29C8CC8D72263F3 /* AcceptorI.cpp */; }; + 736F7C463178AA55B22DA4F7 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCAE6234222BAED5B1DFF742 /* Collocated.swift */; }; + 7379F8DC8BE4B35F83F71EF5 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 73806B5779F3C86D78DE28BE /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 739C32CD7B229197A2A83994 /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B35BF25E799842C06EE54FFC /* PluginI.cpp */; }; + 73A0AC170D3ED047F19743CA /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 73D23E8DFA4EE72C9625C45F /* HttpParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B00DBB970E733A41E031A98D /* HttpParser.cpp */; }; + 73EC1859E44622D6E3FA73F8 /* ClassResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 226194B4B392E6D2B8BFD646 /* ClassResolver.swift */; }; + 7425D47F39573FBCCFEE3DEA /* Service.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE1486CFB4AD67214EF68617 /* Service.cpp */; }; + 7430F3240519046502C06FFA /* DefaultsAndOverrides.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8FDB7834C78F1B02D046634 /* DefaultsAndOverrides.cpp */; }; + 746E7A635EAC1BCCD7BDB896 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE22C09BF10CB2135937D399 /* TestI.swift */; }; + 748DEF9B2DE15A38B92B7A2B /* IceAdapterDeactivation.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 537A0A3EC88C4698CC05D830 /* IceAdapterDeactivation.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 74A9A55EBDB4AA8FC9C28328 /* ConnectionInfoF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4C196A1662516D29AF240CB3 /* ConnectionInfoF.ice */; }; + 74B672BC93FAAD21DA14C279 /* ObjectAdapterI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B92FBBAC92EA7589579592 /* ObjectAdapterI.swift */; }; + 74EFAD095F9A5AAD027B3DE8 /* ObjectAdapter.ice in Sources */ = {isa = PBXBuildFile; fileRef = 20F1A149E28048A0C33B9934 /* ObjectAdapter.ice */; }; + 750ADB231BB8151AD69BFC02 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D008B9E127488F610040B90 /* Client.swift */; }; + 753AC27ED49D194744E5A5F9 /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 12EAA83B93ECF707CFF068E9 /* Glacier2.framework */; }; + 755345FAEB2E3E7263AE6933 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDF84C9A7F8FD19869DE9843 /* Server.swift */; }; + 75A9870FFB4EBECAAA883A98 /* IceDefaultServant.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 27C65FB83EF7174F4EBE1C05 /* IceDefaultServant.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 75FE76A8D80FA32D72BE58E6 /* PropertyNames.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A8BF389F8EB41C614FB1995 /* PropertyNames.cpp */; }; + 7642E520501B2B6C15446183 /* Transceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 89304EB2ED89BFCEB3837FBF /* Transceiver.cpp */; }; + 76578F3D8BF953821230D3D7 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3619484793B745E1C3BFF033 /* Client.swift */; }; + 7684722AAE2198ADCD1349FB /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 525D2604A98C644411C6B4EE /* Client.swift */; }; + 76972EE7A8842C3433F3E41F /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3677EF4727F101838FAC53BB /* Metrics.ice */; }; + 76A2F74B50B98DCD305F57D5 /* FormatType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26E52451240AADF06EB042C0 /* FormatType.swift */; }; + 76A669DAC2DE7D7C4CCFB4CD /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958309B2F81C1920779BB67C /* Client.swift */; }; + 76AEA1A874DF48392DAC3481 /* IceStorm.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9E6FD762B8EE17F25AB92511 /* IceStorm.ice */; }; + 76B497D104237299F3A03D27 /* ProtocolPluginFacade.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 387D8FA5BDD052C3A0C09764 /* ProtocolPluginFacade.cpp */; }; + 76CBFA89EA01248BC2866058 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 7715C105B28DF889DA4F53E4 /* Forward.ice in Sources */ = {isa = PBXBuildFile; fileRef = B14342CD50CE63FA20C664DA /* Forward.ice */; }; + 777DF69C7417D06ABE32FADF /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAAA189C14B9C3DB682630CC /* TestAMDI.swift */; }; + 77AF538C2FB430FED6ABB1F4 /* TestCommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 876F7C1B9E5F85685B682199 /* TestCommon.swift */; }; + 77F2FDA46B5D3D6A26F2FDEA /* TestCommon.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 782749972CCACFD7E68149DF /* UdpTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99EDCA0002CE56BA1CFF66D9 /* UdpTransceiver.cpp */; }; + 7835478EA3B7632063B15961 /* PermissionsVerifier.ice in Sources */ = {isa = PBXBuildFile; fileRef = A3D249948B89C8F705117353 /* PermissionsVerifier.ice */; }; + 784C1F4EC88C7461859D9F72 /* DispatchInterceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3F3C9F65F371422F97EF9D3B /* DispatchInterceptor.cpp */; }; + 78586798D8D3CEC5DEF23D81 /* ACM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0079D2C077E262558506E1F5 /* ACM.cpp */; }; + 79269A424A6DA8C9ADDEEC2E /* IceInheritance.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 0E9FA5953E6E39B663775B90 /* IceInheritance.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 79BD24228B533CA4C3BCECF6 /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 12EAA83B93ECF707CFF068E9 /* Glacier2.framework */; }; + 79EC947DC79D7DA69DE59B62 /* WSTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F8741A945D5FD3BBCD1CACD /* WSTransceiver.cpp */; }; + 7A4639E49E2013564AAF3ECC /* SliceChecksumDict.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1848A466900D458DD552047D /* SliceChecksumDict.ice */; }; + 7A6A809CA65AF9739BBF1166 /* Notifications.mm in Sources */ = {isa = PBXBuildFile; fileRef = BA239BD4481E83E8D03E0CD8 /* Notifications.mm */; }; + 7AA2BB1A20550F62BB01A18D /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = E64E70A2966528D8E174C0FE /* Client.swift */; }; + 7AC7A3036E791C4F348D66F7 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 701871BD2802C2810E995B3C /* TestAMD.ice */; }; + 7AFB12B6F64C267292449186 /* IceScope.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = CF46909B2B1E923361170825 /* IceScope.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 7B10C1F53A01FBE6585D4B6F /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B76766B45AAA1770FDA83362 /* FileUtil.cpp */; }; + 7B1225FA61F64D14AB794E19 /* Buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C5DDDD5A6E4D6934989EE4E /* Buffer.cpp */; }; + 7B12F38B8BF80568DB1987B2 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = C47CEA28559A62A1E87C2BBB /* Test.ice */; }; + 7B1A1413E0C5C0BB6F1EEBA5 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6FC36600872820D0F268B /* Client.swift */; }; + 7B444DC93EC1267DDE072D0B /* BatchOnewaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E12C4AA88D6826C4E9F4F837 /* BatchOnewaysAMI.swift */; }; + 7B7F9066EA1FB39313346B7C /* CommunicatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = E2450102180E7CCB184D7239 /* CommunicatorF.ice */; }; + 7B93177ACCA06D64F0C8C243 /* Key.ice in Sources */ = {isa = PBXBuildFile; fileRef = 16D8B8DBC7A414B066C8E05E /* Key.ice */; }; + 7BAE8F8E3712914D1A21F027 /* ObjectAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = D2051793F996ADC5E46C3AF2 /* ObjectAdapter.mm */; }; + 7BB2BC752C05513E019D6C5D /* Protocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D4279B5DC635CB4BA4AB8BB2 /* Protocol.cpp */; }; + 7BB4C0B9BEE967539FBE38EC /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03C357C83FBA5CE8CCE45474 /* AllTests.swift */; }; + 7BB8EAC85BE0ECF2DBF7CD09 /* ArgVector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ACA08242191BD5BBE2F18489 /* ArgVector.cpp */; }; + 7BC0410F541F10D416124473 /* IceScope.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E76251FF35DC3A8D6189CB99 /* IceScope.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 7BD71243AE473FAAFB53A783 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 7C74B6B67A5C579246CE6512 /* ImplicitContext.h in Headers */ = {isa = PBXBuildFile; fileRef = A7B4D11359DBE9D8B4FAEE9D /* ImplicitContext.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7C7DB8780174258220ABB1ED /* LocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7397E1BE97054793798930E0 /* LocatorF.ice */; }; + 7C84A3A8EF28206CFE27885C /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = B8F1B812584A40E0AF9355F3 /* Test.ice */; }; + 7C9E8920D410B77B5BE5346F /* TcpAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7A9C2DA5F6E6DF80864278E9 /* TcpAcceptor.cpp */; }; + 7CA245773249ACD2A20C6F39 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 491CFA07E82658BB5D8B4131 /* AllTests.swift */; }; + 7CC4CCA0532E4CDA5A679CD7 /* Communicator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 02E2AE52F78C5E920376F839 /* Communicator.ice */; }; + 7D4E7DE78961778B28BC5A90 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 7D581A3A3F62F135E307E608 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + 7D6A6E488D2CAA7B6A7A63D1 /* OpaqueEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C75229A948E58D6702B25F2 /* OpaqueEndpointI.cpp */; }; + 7D6C88794711D48F7D5FB945 /* FactoryTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E6249EB5F46714249EEFFA7D /* FactoryTable.cpp */; }; + 7E045C89C18720170880C339 /* Plugin.ice in Sources */ = {isa = PBXBuildFile; fileRef = B5DE1C1D2B83084C772DB3A8 /* Plugin.ice */; }; + 7E2566D4B736C69E78A2CA70 /* SliceChecksumDict.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1848A466900D458DD552047D /* SliceChecksumDict.ice */; }; + 7E3033C1E96F33EACE6F26E6 /* ObjectAdapterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = F27DAEBBB1CADCDF20DDFF4F /* ObjectAdapterF.ice */; }; + 7E3E23CCC0BB458B3FBF2404 /* ServantManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F6C0DF77E18415CE1C06E22 /* ServantManager.swift */; }; + 7EAF2FB3FD32E6EB0F875328 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 7EDCEF42EF67EFA8B7BDA54B /* ObserverHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CF9763E53D2AA5C92E827F22 /* ObserverHelper.cpp */; }; + 7F5D8BD8A8133CB88E75F7DF /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 7FE2CDD70B776F4FFA0ACFA4 /* CertificateI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06B193D7CE47D29B3E971AC4 /* CertificateI.cpp */; }; + 801B8BD60C330071E3B406F3 /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 44064B6C3CD23B1D8BCFC10D /* EndpointInfo.ice */; }; + 805A0004E6ED7989FFBAF3B9 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E285A409C5B68869673AF189 /* AllTests.swift */; }; + 80DF190BA3F61247A884CB76 /* Time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7881DF72E5CECAB5BA65193F /* Time.cpp */; }; + 8120118E0A23E3305F1452DD /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = EE9D8E06A30A55D4B3A75C74 /* Test.ice */; }; + 814C3F11ABDC48F4CE61DA65 /* Transceiver.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1C9C310891BAB74089AFED3A /* Transceiver.mm */; }; + 8150C70744CD88C97EBA51D3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + 81C5BCE82C5CCE497970E568 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + 81F2C8E258772FCC6F4FDAE3 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 82067844BFAB90BAACB94D91 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBEA7AC1607C1128EE163745 /* Client.swift */; }; + 821AFA33C21450898A1D198C /* LocalExceptionDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75ECB207BA598B14E1683AA2 /* LocalExceptionDescription.swift */; }; + 82436AD532F90F270BDCAF84 /* ConnectRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0EE61C3D7665D8538CB48B27 /* ConnectRequestHandler.cpp */; }; + 826254851F4D0178D353D5FF /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 826C77CCE9064490DEBF686C /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = C2B493598CD3143E62AE1AFF /* EndpointInfo.ice */; }; + 82ACCDB5E12DCED50CE56DF8 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 82AF70457A8F2932DF6330F5 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = D62B168D7B5C51F383C2850E /* Router.ice */; }; + 8330D849FD00141A6561CB7D /* Current.ice in Sources */ = {isa = PBXBuildFile; fileRef = DA284FEAC5F6582C2B01289B /* Current.ice */; }; + 8349BD252835529E16A8B20A /* Convert.mm in Sources */ = {isa = PBXBuildFile; fileRef = C2A86B43FD6D2C19ED7CD2B3 /* Convert.mm */; }; + 836E1F8408B11F30AF958ECB /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 84021BD8387F9B1C3B6FFC41 /* ValueFactoryManagerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8697ACA3DD22F0A843E2501A /* ValueFactoryManagerI.cpp */; }; + 842BFEA53DD31E8BF509558F /* ConnectionRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5F7B5B0FE8D468FE650E0CD /* ConnectionRequestHandler.cpp */; }; + 843A6F8F47E2860C5F6A9104 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04E3BA2F11C173204AC8A29F /* Client.swift */; }; + 8448F62B4A47F6E8E2A0C565 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2446B6250CAAFE3C91FF36C9 /* Server.swift */; }; + 845416250EF5B4A41613E7B7 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3D1F9B14CAB3F74B6799D0E7 /* Test.ice */; }; + 846E411D9245715D55B2B199 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1582B85F98792A9AB789007 /* TestI.swift */; }; + 849E83905F120728F6C2232D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 84B402A7612CD1337FF6727A /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 171B79128788DAA5F22BE109 /* Server.swift */; }; + 84B4E87F90066A993F0786CC /* ServantLocatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = F326E1399D032CCF3B93C937 /* ServantLocatorI.swift */; }; + 84C0ADD58994E895CFE81CFF /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 279EE99E5685118C062C6CAF /* TestI.swift */; }; + 84CB4063DB955FA394574143 /* ObjectAdapterFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 249744E883E59496C5C7F045 /* ObjectAdapterFactory.cpp */; }; + 84F10F9FE7B33A8A67736F8E /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04E3BA2F11C173204AC8A29F /* Client.swift */; }; + 84F6FCE091BE15A955881A02 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7477239AE0B3A910652B661E /* Client.swift */; }; + 84F8D47B1833E3865AEE383F /* AcceptorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35383EDEC29C8CC8D72263F3 /* AcceptorI.cpp */; }; + 854B264450FA6C77423B9207 /* libIceSSL C++11 macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F080FE08CB87229BE953AFBD /* libIceSSL C++11 macOS.a */; }; + 8593C78C85734667BBF20203 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 171EDF891B10AB9D15639BB4 /* Exception.cpp */; }; + 85AD0C94F91036C0211DC137 /* MetricsAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2A510A3EC9A42BFA2E9CCFC1 /* MetricsAdminI.cpp */; }; + 85B6003D5B24BEFFE6E00B72 /* ServantLocator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8CCB6B2B465A92D6DE5B1278 /* ServantLocator.ice */; }; + 85BF5DCA0D6F06AF859A0FC9 /* Connection.ice in Sources */ = {isa = PBXBuildFile; fileRef = B648326FE39945FABDCA292F /* Connection.ice */; }; + 85E4AF4D74EBFD0DA5C053B4 /* IceGridSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 62177CAB9F2D4418E4043767 /* IceGridSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 86071EEC2AD82846CE6FD67F /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 864D533FAD04DC34C0FD09FC /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 32B8B6861EE212DA2FD8D1F3 /* Test.ice */; }; + 8652B6097F1325F13FB42A8C /* LocalException.ice in Sources */ = {isa = PBXBuildFile; fileRef = 28BD9633A2438C0A0DAF75C2 /* LocalException.ice */; }; + 86B782EA1F8F759DB5DB0787 /* ConnectionI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C18AC86F9BBC6E53B4BCD670 /* ConnectionI.swift */; }; + 86C50B8B4533BDF3CB995595 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 54CCFEB46C0CD6414D5E8620 /* TestAMD.ice */; }; + 870202B4532B2BBDC869FF7F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + 87036F105BCE74A22CE57D3A /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 32B8B6861EE212DA2FD8D1F3 /* Test.ice */; }; + 870F9CF73DFAA438D6FA18F0 /* ServantManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F6C0DF77E18415CE1C06E22 /* ServantManager.swift */; }; + 870FF1A463166A48CE45F9C6 /* ReferenceFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41E4F02D575BA67F13900CD3 /* ReferenceFactory.cpp */; }; + 8710E3783F212CFE0AFB2128 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7A941D6B61A628A9939BFC /* Client.swift */; }; + 87111D817E0AAD0C53121101 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = A6351A44256CBD5802E9499C /* Test.ice */; }; + 8721FC2F895082F83567E6CA /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 872C42209F2786C8830253E9 /* ProcessF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3D9AB5DB7C6A801A09E55EB5 /* ProcessF.ice */; }; + 8765933E7F4A309715A98663 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 877ABD6A44B064C9BAF10C98 /* Connection.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AE97A14C7DD90C89259CBD1 /* Connection.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8788306C03D2685532F24D9C /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037DCDD4E7013D6B58036B9A /* Client.swift */; }; + 87BD0C96B2824929EE58E510 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5967A7F2F65B18116A6646 /* Server.swift */; }; + 881F35D5AA50F433CD9ED13F /* LocalException.ice in Sources */ = {isa = PBXBuildFile; fileRef = 28BD9633A2438C0A0DAF75C2 /* LocalException.ice */; }; + 883A008CC001B9ABE7D32B0F /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B4C8899F07C66D4601971F7 /* TestI.swift */; }; + 883C97E14D123D99CFEAFF84 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 886D57B3D553C1EDC7EAACC9 /* Ice.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 88B52F84CE0DBAA1FC62A262 /* CommunicatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = E2450102180E7CCB184D7239 /* CommunicatorF.ice */; }; + 88F6EFB566662F5934362E5D /* libIceIAP C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E8D7C5B3A39A1199CCC8ED6A /* libIceIAP C++11 iOS.a */; }; + 8965EFE445B779CE253F3933 /* ProxyFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 994EF2C7D6D540F27CAB240D /* ProxyFactory.cpp */; }; + 8971B47578E0FFF8DBD84430 /* ConnectionF.ice in Sources */ = {isa = PBXBuildFile; fileRef = BA0144B869B5F7E09B632BEF /* ConnectionF.ice */; }; + 8973EE23FD5BB8BB3F60280C /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + 897B1BE7328CFB74EE8ED407 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11CFE6C09A6BE03812C6CA09 /* TestI.swift */; }; + 8999D268B0534644C8AEBE06 /* LocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7397E1BE97054793798930E0 /* LocatorF.ice */; }; + 899C111E424AD9172DE9A3D5 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 89CA77D390F1CC860481696F /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 89D0BEBAC0878A42026960D1 /* ProcessI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C2AE706E9118DFDB2B9CC58 /* ProcessI.swift */; }; + 89D211F086FFFEDAB1A7F3D7 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F3875A021542DC74A37A3A /* Server.swift */; }; + 89FB1D147B2A727D98A39D94 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 8A2B8D4398BAD3DED021CB96 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB87891FFAEC8378175A1F25 /* main.swift */; }; + 8A40096C071A8C6DED9B6760 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 8A46899DEE1BC4D2FE155D9D /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5AD4FD441DDCF1F5FDB7824 /* TestI.swift */; }; + 8AF15C4AF08C7DDA41DC64A7 /* Properties.h in Headers */ = {isa = PBXBuildFile; fileRef = 89D5E54043D86F406BCE2EBB /* Properties.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8AFBFE54DE4B629847DF19D5 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + 8B04C76731F69BE1C983D3DF /* UnknownSlicedValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 631B5FB718A2484FAF06A666 /* UnknownSlicedValue.swift */; }; + 8B5350361352F44BA0D0A6E3 /* FacetMap.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9F4B974925FBD7E025CCE1C3 /* FacetMap.ice */; }; + 8BA1FED449AEA3B40FA836DF /* Session.ice in Sources */ = {isa = PBXBuildFile; fileRef = C33E9FC34746D0CDD5144566 /* Session.ice */; }; + 8BD9A9B6FA8B49F7278EF0C7 /* Registry.ice in Sources */ = {isa = PBXBuildFile; fileRef = B31A534D53DE06BEF47459A9 /* Registry.ice */; }; + 8C27DDB5214BB5CEFA5F0B66 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 8C2AB00259210699CBB77C33 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D686280ECCB4CA4BE74DF9B7 /* AllTests.swift */; }; + 8C52CFADB5A983A654DDDF6F /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 171EDF891B10AB9D15639BB4 /* Exception.cpp */; }; + 8CA455FCA2CDC402DF68DF3C /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC0CB31102E27E218E31E546 /* AllTests.swift */; }; + 8CA68A58A7D9029199396114 /* PropertiesF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 811B3D154A55C5A6CB26BABB /* PropertiesF.ice */; }; + 8CB29151F2F2F25DDB9D6378 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 8CF4F6C3643F6B44F0FE8B6C /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCE05A9CE01EC42EC691F001 /* Client.swift */; }; + 8CFB2D091C16152B67951EB5 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5A0AA49FC48CBF45C846801 /* Collocated.swift */; }; + 8D141724D6D158F1670346C1 /* FactoryTableInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91BA01A60625924B7AABFBFC /* FactoryTableInit.cpp */; }; + 8D28A7E3B9658151F92AA9CD /* Buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C5DDDD5A6E4D6934989EE4E /* Buffer.cpp */; }; + 8D30E92DCDC3677E175342C1 /* WSEndpoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E5FF37FAA6AADDC300958222 /* WSEndpoint.cpp */; }; + 8D71BC48A4A654D1FE457AD6 /* Instrumentation.ice in Sources */ = {isa = PBXBuildFile; fileRef = C71C9F3856ABAB8698570335 /* Instrumentation.ice */; }; + 8DBCCD017BB657E518B562D1 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 8E2F53213D76CEDF1788254C /* StreamAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 88DFB5806F811184028EA40D /* StreamAcceptor.cpp */; }; + 8E4DE0E1BC42B4C9E778B004 /* ObjectAdapterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = F27DAEBBB1CADCDF20DDFF4F /* ObjectAdapterF.ice */; }; + 8E7FCEB7BBB5E39D01A40A32 /* InstrumentationI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AB6127CED266C56DD516DA3 /* InstrumentationI.cpp */; }; + 8F25ABBFA2159BD3C44B0BD9 /* Connection.mm in Sources */ = {isa = PBXBuildFile; fileRef = F3C565112FB1784D89BC96E9 /* Connection.mm */; }; + 8F4C98187B843BE2DA0DA308 /* IceOptionalAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 7655830D1CCF012087CD6B8F /* IceOptionalAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 8F7E9190E59AE94B79688A39 /* PluginF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 90840B345A5BAC32F16356ED /* PluginF.ice */; }; + 8FCA2DB4BD824FEBF2315B66 /* SSLInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 938CC27A5BDFB2E3F4BF5F4E /* SSLInfo.ice */; }; + 8FCF3A4842CD3FBEC3D74A25 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6880BCBBFD27FFDBEC335F6 /* Client.swift */; }; + 8FE87B68ECAF2D6ACAD4BB24 /* Ice.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 902B606CF87CDE198DD93D70 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAC74D7F6BA6F4261D8DF135 /* AllTests.swift */; }; + 903BFD3A4C7675C074C3BE9F /* IceUdp.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 37653A378B0EFFBAE4AF88C8 /* IceUdp.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 904DF689A13660B18E3F7832 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 9081152450EB2076E365930E /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 022DB0A96EEAA2B3D779DB23 /* AllTests.swift */; }; + 90A52E61A6E54A9566DB4AE0 /* Cond.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76C05CCA5F061EBBD82FA0B0 /* Cond.cpp */; }; + 90CC27906AA2CAC3DC05BA1E /* CommunicatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = E2450102180E7CCB184D7239 /* CommunicatorF.ice */; }; + 90E4911EFE1198F753FD9FE6 /* Protocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D4279B5DC635CB4BA4AB8BB2 /* Protocol.cpp */; }; + 90E95E9577C7205FE05C82E2 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229838F0B14985E9E8655A0E /* Client.swift */; }; + 910890A22E78C8465C20D259 /* IceGrid.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 54F7D2F975A4FBB2424EEA1A /* IceGrid.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 910E034082860EB3548F5D19 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 911C65F5132F5E2D5FDCDF2D /* ImplicitContext.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5EDD12436470CD3929EC6636 /* ImplicitContext.ice */; }; + 912304F7E4B247BEBFC38483 /* SecureTransportPluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8D10A5E43F32DADE59B5DA7A /* SecureTransportPluginI.cpp */; }; + 914ABFF82ACB57CC30E47FD2 /* IceSSLConfiguration.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = B4EB1EC78203EF83233669F5 /* IceSSLConfiguration.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 916EB5C2C550EBBE7544AB0D /* ObjectAdapterI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1F12A729FDA4202510AE04D9 /* ObjectAdapterI.cpp */; }; + 91708B62578E9F4FF37F4D85 /* IceServantLocator.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = C8D07FA1402AF6F0B8891E4C /* IceServantLocator.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 917D51DEB583637C18FDEF6D /* Transceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 89304EB2ED89BFCEB3837FBF /* Transceiver.cpp */; }; + 91C77DA9DF471B6EA92EDFCF /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2446B6250CAAFE3C91FF36C9 /* Server.swift */; }; + 91E05AD0B3DD6E983668EC79 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 9229499510113FA037A5889A /* Forward.ice in Sources */ = {isa = PBXBuildFile; fileRef = B14342CD50CE63FA20C664DA /* Forward.ice */; }; + 923EB7C03F6B2CE53DBD5A44 /* ImplicitContext.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5D2DEB0F08313E484193B4A0 /* ImplicitContext.mm */; }; + 92671A2B27CC10A7ABDED36C /* ServantLocator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8CCB6B2B465A92D6DE5B1278 /* ServantLocator.ice */; }; + 92B6BFA2022AB7DB89DC200F /* Twoways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 600796D8169D34E7EF3C95B0 /* Twoways.swift */; }; + 92F5EC4BA3FF014B9A60823F /* Properties.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9394C2BECFD76E7951C37920 /* Properties.mm */; }; + 933F932C01C3933401883EEF /* RemoteLogger.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3D789CFCBC70ECC392CEE84A /* RemoteLogger.ice */; }; + 939D0F6CFF5D955D7D84F6FA /* BatchOneways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BCC38DD3FA09C05762D4194 /* BatchOneways.swift */; }; + 941AF0D0DDAF9DF0B343A78F /* Glacier2Swift.h in Headers */ = {isa = PBXBuildFile; fileRef = C5533E381B7C36AD18083BF1 /* Glacier2Swift.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9429BA52347ACA14771627DF /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C04036EE8E5A76284A96FD8 /* AllTests.swift */; }; + 9438E1E1FCF3A3DD82101617 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 94403DABB49BB0A7A9C241B6 /* DefaultsAndOverrides.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8FDB7834C78F1B02D046634 /* DefaultsAndOverrides.cpp */; }; + 944AFEBA5F2F94D51DEC6056 /* Incoming.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CE541C69D7A7E3A9C25F5EB /* Incoming.swift */; }; + 94B152AFED95E297F7617045 /* ServerPrivateAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = ED8E4C0D2AD32FEC70097775 /* ServerPrivateAMD.ice */; }; + 9526A2A14E5DADF1AF4E36E8 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC13C965D68A9FBAC6891FD /* AllTests.swift */; }; + 95293D7F12005C85FF87CF8F /* IceGrid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54F7D2F975A4FBB2424EEA1A /* IceGrid.framework */; }; + 95321DA5658CE7A01B0E0F8A /* BatchRequestQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6585C321BF5E527D6E8559BE /* BatchRequestQueue.cpp */; }; + 954670731DE12CE80A6F14F3 /* Value.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F657C07BEB26C8DE9C759C0 /* Value.swift */; }; + 95539EEF230E56DD4FF14728 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + 957A19EB6F61B9D0A9743279 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0856122B7A102DCF560D4201 /* TestI.swift */; }; + 957FA17C96F62EDDEBE62995 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 925E91797373FDE089414193 /* Server.swift */; }; + 959B4AE1F0966CB1E58D0D27 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + 96808A995DB430DA5042FD00 /* IceAmi.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = FEF76B051492631AB389F626 /* IceAmi.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 9695C9C5A98EC15C3E888A4C /* EndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EDE727F5EC2D5478DF953859 /* EndpointI.cpp */; }; + 96BF077090A050469C69B039 /* PermissionsVerifier.ice in Sources */ = {isa = PBXBuildFile; fileRef = A3D249948B89C8F705117353 /* PermissionsVerifier.ice */; }; + 96D8040D520EE831043E5815 /* IceImpl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CA8CFB96B6B4D9E0DCB6626B /* IceImpl.framework */; }; + 96E06AE3D0DA7621F5A34265 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 703E47D026CB2A098F2D5F12 /* Instance.cpp */; }; + 96E4E291C6B86B257DB03A74 /* ConnectionI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C18AC86F9BBC6E53B4BCD670 /* ConnectionI.swift */; }; + 96F12F19E6078375F9283BAE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + 97508B4C4F14934AFABA38CA /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEEB12B8007676FAB86F6450 /* AllTests.swift */; }; + 97676397CF350D48C4CB12E1 /* Admin.ice in Sources */ = {isa = PBXBuildFile; fileRef = D4C8E57BC68E8A797799DBE2 /* Admin.ice */; }; + 9785652E8B99D3C9E985BFD4 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0687B4CF02D1A5A1C1C8E6D7 /* TestAMD.ice */; }; + 97A496BF8AEC8D9A326FC024 /* InitializationData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0678E9CBBFE5833B478344FE /* InitializationData.swift */; }; + 97BBFB69483AE626E26A23F6 /* IceObjects.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 36E091EA53FD5E0F69323FC8 /* IceObjects.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 97DC5CB7A98108C2351FB415 /* Logger.ice in Sources */ = {isa = PBXBuildFile; fileRef = 012D50D57464FE0E372C418B /* Logger.ice */; }; + 97FB64CAFAE2ED38A5A721E3 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + 9813A93722866C785A46B1BD /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 057CF1C9F0FD3FB6D356CBF6 /* Test.ice */; }; + 98AC9DB617917408835B452E /* Key.ice in Sources */ = {isa = PBXBuildFile; fileRef = 16D8B8DBC7A414B066C8E05E /* Key.ice */; }; + 98B0980D17F99EFCCEA1D4A6 /* EndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EDE727F5EC2D5478DF953859 /* EndpointI.cpp */; }; + 98EC64A38F7DBAC2453E74CC /* StreamTransceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 29A78A8215C378D43DDEC69A /* StreamTransceiver.cpp */; }; + 98FC36CB830873EB94ABE7C4 /* RecMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34EE24ECB0F7F4D5ED3A89D5 /* RecMutex.cpp */; }; + 994974798737D9978E531963 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F07C9E3B5EAA0B399BBA5299 /* ServerAMD.swift */; }; + 9955E1BF2E75A7ABC1BF0EFD /* Version.ice in Sources */ = {isa = PBXBuildFile; fileRef = 72D3504A5503AADE273AF71C /* Version.ice */; }; + 9976898FD022C61F827BD233 /* MetricsObserverI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F2E8640593E6CD6893FFCE49 /* MetricsObserverI.cpp */; }; + 99DE2D8FF7241EFDF3F27367 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53EC04D68F975F151FC17D67 /* Client.swift */; }; + 99FE045EABD57501AA8935A3 /* FacetMap.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9F4B974925FBD7E025CCE1C3 /* FacetMap.ice */; }; + 9A326C174C208429F8570DFE /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = B1EEC153D5E930BB125D0096 /* Test.ice */; }; + 9A4D25256A2679F84247958D /* StreamSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 731E09DC5804A35A7D993AB4 /* StreamSocket.cpp */; }; + 9AB7E5D52E757D9965FD915B /* TraceUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CF14AACFA708056330EEBDCE /* TraceUtil.cpp */; }; + 9ABA7BB3190E0D6DCE955B2A /* SliceChecksums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 841C7AA0CA55B874CFAE4B3E /* SliceChecksums.cpp */; }; + 9AD6136577D9C13A17AE9661 /* LoggerWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88871122556A3E81A093508F /* LoggerWrapper.swift */; }; + 9B22F7E5FF70394F2399612F /* PropertiesAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A47DA444ECC8F6A8CE9E515 /* PropertiesAdminI.cpp */; }; + 9B55B3005FB58EDD9A39F398 /* Reference.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3957F24FB65C098938F5DDF5 /* Reference.cpp */; }; + 9B561D208995A1A930AFFFEC /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8AD62C73EE50DCF620CF1BB9 /* ConnectionInfo.ice */; }; + 9B602B186FDB13C52A3BCB5F /* MutexProtocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FDFD413A3438CD659CFA38A2 /* MutexProtocol.cpp */; }; + 9B732D7B304A02228ED90878 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 9BCD2A7E2D6DE0D9CFD1DA70 /* FactoryTableInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91BA01A60625924B7AABFBFC /* FactoryTableInit.cpp */; }; + 9BD2C7E9A000545115F6384D /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + 9BEDB3AC79EADE060C4674AF /* Selector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0DE506DB67D803BDAB2AD227 /* Selector.cpp */; }; + 9C061A3E33449BA550DE6342 /* PropertiesAdmin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7FB23FDAC1BBD0789B0D93B2 /* PropertiesAdmin.ice */; }; + 9C0763A9C1C158425412B7EE /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 171B79128788DAA5F22BE109 /* Server.swift */; }; + 9C2A3074662CDB8F7FA97EA0 /* RemoteLogger.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3D789CFCBC70ECC392CEE84A /* RemoteLogger.ice */; }; + 9C7AFE328293989DDE4360DC /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3614471FC80AFDAE1084385 /* ServerAMD.swift */; }; + 9CBE0E2B9C330D671404FE98 /* ServantLocator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8CCB6B2B465A92D6DE5B1278 /* ServantLocator.ice */; }; + 9CD465DFB93719AC7461D311 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 9CE1686611811BE0738099CE /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = F7DF8D2AB9E2D64407E7C730 /* TestAMD.ice */; }; + 9CFA215DCCFDA7073247DC7F /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045A2AC462576933C5D3372C /* AllTests.swift */; }; + 9D9F15E8E3219DE15191CCBC /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F79391ECE86EBED9D3F7899 /* Client.swift */; }; + 9DB7617D639AA0CA67E9CDC3 /* Proxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDC287172B388B022A23E342 /* Proxy.swift */; }; + 9DD0154D02FECE960A22438F /* Random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6653EEBA7B82687CCD8CB207 /* Random.cpp */; }; + 9E31D696BF2602020A14C5B1 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 23203745B94468CF83127CF6 /* Security.framework */; }; + 9E3B83E82BDC4B5253F30E03 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + 9E6E74C5CAAA6294434B6F8A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + 9ECBAC6EECC3998CA0262E09 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3CDE2378B7AFD2D08166261 /* Instance.cpp */; }; + 9EDC8DE921FBD1F79DE022D7 /* PropertiesAdmin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7FB23FDAC1BBD0789B0D93B2 /* PropertiesAdmin.ice */; }; + 9EE3F2FB34380F554FE4D63B /* IceOptionalAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 4B202AF71C1F85C1477307ED /* IceOptionalAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 9EE72C54490C45969F834E64 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066697357C2F99F437D9A18B /* Client.swift */; }; + 9EF01A40465A103E1B351A2A /* StreamEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B0A75B55DC5D8424EF07B345 /* StreamEndpointI.cpp */; }; + 9EF0C94920838E605694238F /* IceServantLocatorAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 66D4AE21A93B53D320E0FEFA /* IceServantLocatorAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 9EF2117D5AB3114AEC2D01CA /* ThreadPool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 895F6A9DB4EA72DF8EC47F89 /* ThreadPool.cpp */; }; + 9F051F08D8E3B4A31FF6E825 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C04036EE8E5A76284A96FD8 /* AllTests.swift */; }; + 9F06FC693D7B772228972216 /* RetryQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BA41A29F9CDEE35B2724BB57 /* RetryQueue.cpp */; }; + 9F0EFBB13C44AB5AF283FC72 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + 9F14B4D4DFC359C32745ABC4 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7AC9F7584DC381933C5A72C1 /* TestAMD.ice */; }; + 9F30BBD443B2D4D7867D5146 /* PropertiesI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5E0E6C4CED2291D3E780BFB /* PropertiesI.swift */; }; + 9F63A02BFD6F051453AAFB3B /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = 8910FBE9963864650826B46B /* Config.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9F7537E0A7FA7554169E29F1 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16C21EF08F8F86AB796A938F /* Collocated.swift */; }; + 9FBF5E578032E9009121FFDD /* CtrlCHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 134F8E87E53CD6B229BC30DF /* CtrlCHandler.cpp */; }; + 9FC0DFE0A6226787DFE5D637 /* Endpoint.mm in Sources */ = {isa = PBXBuildFile; fileRef = DDA4A1DFC510A2C4F6CCA99D /* Endpoint.mm */; }; + 9FC6A825F5BAE547D4C89AB6 /* EndpointF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 019800CBCDD9BB41E9792964 /* EndpointF.ice */; }; + A0027BC5377486627E302BD0 /* PermissionsVerifierF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 69B918FC5F1F056355EAB6FB /* PermissionsVerifierF.ice */; }; + A01D850187B89DB0ED7FF3CC /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + A0469D2841ED18658EC28FEF /* IceSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 24E3D618472D1B4F242B1FFA /* IceSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A0C7D69AE27EBA4B8ADD9071 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + A0CA0C5CBC037250CB4AA0B8 /* Exception.ice in Sources */ = {isa = PBXBuildFile; fileRef = 98FCD7D2E69A4D79A1109F31 /* Exception.ice */; }; + A127C141CF6E7B320F2D528A /* IceGrid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54F7D2F975A4FBB2424EEA1A /* IceGrid.framework */; }; + A1606E9A881A350A0D585AB7 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4A93BB77BBE70C3438AFFE /* TestI.swift */; }; + A17F5667030DC8A0F1917C6D /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + A1DE930237A24AE215961966 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = F58538B3B5EEEB2E2CF3C923 /* Object.swift */; }; + A2436D078D2C42DEE35FF51A /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + A2B227FD322C7B4C7F4F1B40 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11CFE6C09A6BE03812C6CA09 /* TestI.swift */; }; + A2D1909EDF2F78B9E67A9E5D /* IceOptional.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 8856945FF3EA9B46E94260E8 /* IceOptional.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + A35DCA2D43286737470B9EA7 /* Identity.ice in Sources */ = {isa = PBXBuildFile; fileRef = 01C4A5F84439D42231C5F62A /* Identity.ice */; }; + A38AC53AD49E243D99B1561B /* PropertiesF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 811B3D154A55C5A6CB26BABB /* PropertiesF.ice */; }; + A429A70897A0514F6F969394 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + A4830CA9E76F3468BE638EE7 /* Shared.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35679339F096116212C6B362 /* Shared.cpp */; }; + A49F8276A3C287F9E7113F14 /* Random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6653EEBA7B82687CCD8CB207 /* Random.cpp */; }; + A4ACDF260E9704ED3CF98ADD /* IceSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 24E3D618472D1B4F242B1FFA /* IceSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4BACAE573A0FF849BF51D74 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1153A620301099026D5D37D /* AllTests.swift */; }; + A51850C3423E0C8FDCF31570 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + A5C17B3101E9E6676A84FC20 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + A5D2AD928C095017A2D5A70C /* UtilException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1FAE6FB698F2B5588F4AD2EB /* UtilException.cpp */; }; + A5FB0257E9C427D9165032B3 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5967A7F2F65B18116A6646 /* Server.swift */; }; + A649696658D04D35129450EA /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94F7CF884DD65A7C8D9E7B97 /* Client.swift */; }; + A654F427ACE785DF18234946 /* libIce C++11 macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 542B942F4E743D26AC316010 /* libIce C++11 macOS.a */; }; + A6B371019CCC483606AD0795 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + A6B8E24BFA84F6E2A54AED17 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 315E8D8AD6C8073D4921052D /* Collocated.swift */; }; + A70E82591EC326FCD6984DD9 /* ConnectionRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5F7B5B0FE8D468FE650E0CD /* ConnectionRequestHandler.cpp */; }; + A7139B3A00B82B000B3912EB /* Logger.ice in Sources */ = {isa = PBXBuildFile; fileRef = 012D50D57464FE0E372C418B /* Logger.ice */; }; + A7309F319397FA3888D22505 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8475F710C6CFBFA4B9EAC588 /* TestAMD.ice */; }; + A73AED204B54A6FE3164DD12 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B6B5A00206984FF1E2EB41 /* AllTests.swift */; }; + A746A36104268D1F4654A71C /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + A74914CB52AD9247A53B1C0D /* IceLocatorDiscovery.ice in Sources */ = {isa = PBXBuildFile; fileRef = E247B31A64D06402AF5FCCED /* IceLocatorDiscovery.ice */; }; + A7532026CBD6624DEF843797 /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B76766B45AAA1770FDA83362 /* FileUtil.cpp */; }; + A761A58F76E1BD0EBD722C4D /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 703E47D026CB2A098F2D5F12 /* Instance.cpp */; }; + A76D2CE41C5CC17E2DD24FA1 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229838F0B14985E9E8655A0E /* Client.swift */; }; + A7798DFE7E8928E21D6DA8D6 /* PropertiesAdmin.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62CF96A5347973F99CBBF14C /* PropertiesAdmin.mm */; }; + A7885650FD0BB3E911912DB3 /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 12EAA83B93ECF707CFF068E9 /* Glacier2.framework */; }; + A7C3459A5BF90655E5DA24F2 /* WSConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C4757B61B68421D261171F68 /* WSConnector.cpp */; }; + A7CE7E52C1FD000D115BDBF3 /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B35BF25E799842C06EE54FFC /* PluginI.cpp */; }; + A80E9A59F6F509687CDA6906 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + A8234F394BEAF7153FC2E075 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 279EE99E5685118C062C6CAF /* TestI.swift */; }; + A88A4806BE275F08676BC8BE /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + A899ABB3969D089FABF9FED3 /* ValueFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6ECA422F1BE9E744B43E6F7E /* ValueFactory.ice */; }; + A8B0BCD588618C18966B994F /* OnewaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9952A8A0BFCA8DA27D4C1F1B /* OnewaysAMI.swift */; }; + A8DD373411E2FC9498701C33 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1C471BC152BC603A7C4372A /* Client.swift */; }; + A913AC43A42454EC24507856 /* PropertyNames.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A8BF389F8EB41C614FB1995 /* PropertyNames.cpp */; }; + A9411436FB4A274B17EF4E7B /* HttpParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B00DBB970E733A41E031A98D /* HttpParser.cpp */; }; + A944E958B17C74AA5FAF4A1A /* IceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = D14FB76F3996A80F2C6174D0 /* IceUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A94E29CD3BECCE96FBF9FF57 /* CollocatedRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C72FA888BA7028259839CD9C /* CollocatedRequestHandler.cpp */; }; + A958A83AD920E71E77C659A4 /* CommunicatorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32B1B05B14FAE0F38AC0D289 /* CommunicatorI.cpp */; }; + A959AADD4DE09DD216E6BC43 /* Oneways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4492D95F6C282B06EBC3794A /* Oneways.swift */; }; + A9851C4DD3E7844A55636955 /* ValueFactoryManagerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8697ACA3DD22F0A843E2501A /* ValueFactoryManagerI.cpp */; }; + A985BD53396088A3EC8FBFB0 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F79391ECE86EBED9D3F7899 /* Client.swift */; }; + A9A34C1A932D9D895437A5D3 /* SlicedData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D111B12135C0F68F142976E /* SlicedData.swift */; }; + A9C6F050DFE860459BD1BF95 /* ServantLocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 49A7D0B8E941B93F113CDE6C /* ServantLocatorF.ice */; }; + A9E6BAFB1F1390BBBDF5079B /* Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1BCB5030FAB3E7309D28520E /* Util.cpp */; }; + A9F96F1F6B8AC14AC45620CD /* SysLoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7F196C0AE4983A538EE0DAC0 /* SysLoggerI.cpp */; }; + AA05BCD2E4C463F288F81B9A /* certs in Resources */ = {isa = PBXBuildFile; fileRef = C27CD8463760764EEAD2ACE8 /* certs */; }; + AA797FD7C632ED542FE8CBCC /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + AB0549F5A3BD1EE9AD8AB95D /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + AB3F54E8A22683CA8C9EB240 /* Clash.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6A87BE62FB351A301DCD3480 /* Clash.ice */; }; + AB45BFCDC18217DB22A06E48 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4962507AD1BFDF6E6F0CD9 /* Client.swift */; }; + AB5FF950D49010D31EC005CE /* CommunicatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 198F642361403B040927A2F7 /* CommunicatorI.swift */; }; + ABA21FEBEFF28BA57DE6573B /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + ABA6B30615F6E2A83BBE016C /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + ABAFEB41A9E30E6ED419E372 /* EndpointTypes.ice in Sources */ = {isa = PBXBuildFile; fileRef = 270D7FA737E288C5BC07BB7B /* EndpointTypes.ice */; }; + AC06DF5D16BCBEDFE9CD0538 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + AC52236EEB362449C3AEDFC6 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8475F710C6CFBFA4B9EAC588 /* TestAMD.ice */; }; + AC564DBCCCFB6FC99CA3E0EB /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 981FC52843162665B51E321A /* Server.swift */; }; + AC7E586446BD0271AAF4F3AF /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C92A1EE370A96E9A2FF3D86A /* TestI.swift */; }; + ACA8FDF6B7A70F0F9699E32D /* IceLocation.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 96BB07A7A14ECC34531D28D1 /* IceLocation.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + ACC6A861E85D2BD3BECC5313 /* RequestHandlerFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B48F636A1E1BDBA032F5F50F /* RequestHandlerFactory.cpp */; }; + ACE7699E9FA7F84B1E28228D /* LoggerF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 49FB29764C5297C6955E139E /* LoggerF.ice */; }; + AD0A29CA40A2B073026FD9B7 /* InitializationData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0678E9CBBFE5833B478344FE /* InitializationData.swift */; }; + AD272C2760218496192547FA /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + AD35A27CC975C8DC2AAFF462 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + AD6DE923D80E5E94E3EE0F46 /* IceStorm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6171D7E79C0AF70DF0491DD6 /* IceStorm.framework */; }; + AD81F32DB41C6473BA5080CF /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + ADDFA8A5B02F3B80E7E27674 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + AE1001D3EA614D747BBF08A8 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5AD4FD441DDCF1F5FDB7824 /* TestI.swift */; }; + AE282A8DE67FEAE304B5260B /* IceSlicingObjectsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 2BECDB57F1E2AF055699B0D6 /* IceSlicingObjectsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + AE476A3A1FF699D4B0E91DBE /* SecureTransportEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3205238119BA431A3445FF56 /* SecureTransportEngine.cpp */; }; + AE63D1CF26EE95700174CFFF /* ImplicitContextF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 63F4DB5DF3E91BAA4F3DDC39 /* ImplicitContextF.ice */; }; + AE7E9E680BC78B456688DD56 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + AF399D5A304DF1EACFE5CB56 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CC3D67D893E827EFB88C9A3 /* Client.swift */; }; + AF7B89A8F1069462A89A41C7 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCDC970E3AB031130D44E44E /* Server.swift */; }; + AF97135DAAA461C0198BE2E0 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + AFCEC3B2EE6C6EE64EA25D86 /* ProtocolInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55465B98D35A0FA4146C1327 /* ProtocolInstance.cpp */; }; + AFE693741AEF021F7FF2B112 /* LocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0999C5B3AC45AFA5C5003C8F /* LocalObject.swift */; }; + AFED2489B998A9F448078B7B /* RequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DAF77E4AA5F6CF87D992C8A2 /* RequestHandler.cpp */; }; + B0233AA6E6B5DB9E286AD321 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6EB1A5465004CA651190A0E /* TestI.swift */; }; + B05B1F2F4BAA871BDE36E648 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A117DA8A710B9077C30B1C /* Client.swift */; }; + B078C2AA0E2036C19E270A09 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 28DEBA7124490632F95F5A4B /* Test.ice */; }; + B0BE8A70399A8456558B8BD6 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + B0D49E33C787A8C174E0629F /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC0CB31102E27E218E31E546 /* AllTests.swift */; }; + B12C5A17B33FD09A50E02E24 /* ClassResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 226194B4B392E6D2B8BFD646 /* ClassResolver.swift */; }; + B14CA63B200189620254F13F /* IconvStringConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5AD9D0F1FFBF5227B50ABBE9 /* IconvStringConverter.cpp */; }; + B1C932F60DAD3128EFFE376B /* ServantLocatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = F326E1399D032CCF3B93C937 /* ServantLocatorI.swift */; }; + B1EFACC6CC89ADD0292B095B /* PropertiesI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5E0E6C4CED2291D3E780BFB /* PropertiesI.swift */; }; + B2398E49412C368BF121D83C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + B24205B7D24E97B271D73BC4 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDF84C9A7F8FD19869DE9843 /* Server.swift */; }; + B278844FAE60E6BD4162E780 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8B312200EA5A791649D27378 /* Test.ice */; }; + B289CA3CD8EBF29624E01ED1 /* EndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FD43A4DD0C9415F5774317FD /* EndpointI.cpp */; }; + B2A3EA3C3C1FEF764588C7C4 /* Twoways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 600796D8169D34E7EF3C95B0 /* Twoways.swift */; }; + B2C57AA9361D0DC01E2B758D /* Identity.ice in Sources */ = {isa = PBXBuildFile; fileRef = 01C4A5F84439D42231C5F62A /* Identity.ice */; }; + B2C7B0A0C466E38C17F8A2CA /* Incoming.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE736ABFAAF3664F3DACCC78 /* Incoming.cpp */; }; + B2E043DE82289E1AAF0C4D6A /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + B2E88D0CC13CB2B23714C5DB /* IceProxy.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F0C40C074128E804307D1C93 /* IceProxy.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B31369A410E5C86BE8DA7D94 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F67CE6EA595F4AE4DF50096F /* CFNetwork.framework */; }; + B32577E03F29C18BC1C6DDCC /* LookupI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8947D981B5784F41E895A550 /* LookupI.cpp */; }; + B32F356EFCFB1797D3D4DE6E /* MetricsAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2A510A3EC9A42BFA2E9CCFC1 /* MetricsAdminI.cpp */; }; + B346E701256C9CD8F8395D5C /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + B34FA61B9B206DAC6AA3C63C /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C08D3DF5A77CA72C443036A /* Client.swift */; }; + B3D3FF3978E87147DD31E056 /* ConnectionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 972161156F5D17F05BB32E99 /* ConnectionFactory.cpp */; }; + B3F1101976FC86F3B18366CC /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + B414D9E428B2F5B29530EB4A /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33E3DC6367A5C9EB8DEB9596 /* Server.swift */; }; + B4B3F788F0D4F1B24827618B /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7A941D6B61A628A9939BFC /* Client.swift */; }; + B4EB1E3ADC7369629CCC1CF7 /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF8BB74BD0817343C2F83E67 /* PluginI.cpp */; }; + B5386889AE7AFCE2AC4E316A /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCE05A9CE01EC42EC691F001 /* Client.swift */; }; + B57E0CAA330C698F865B9940 /* Instrumentation.ice in Sources */ = {isa = PBXBuildFile; fileRef = C71C9F3856ABAB8698570335 /* Instrumentation.ice */; }; + B5AF5A2EB7809633E7FD1B61 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + B5C95D6CBB8C7EA3E17ECD8B /* Connection.ice in Sources */ = {isa = PBXBuildFile; fileRef = B648326FE39945FABDCA292F /* Connection.ice */; }; + B5EFECF5C723A07A84E5199D /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 525D2604A98C644411C6B4EE /* Client.swift */; }; + B60F75AA77274FA5709691DE /* Clash.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6A87BE62FB351A301DCD3480 /* Clash.ice */; }; + B6FC2AD4781989840C7AB78D /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA9AD7181D2BF7B63D403344 /* ServerAMD.swift */; }; + B6FF85551BA1F381A7E0FD04 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + B70E62507F562BE88846F865 /* Options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E7B8BD9F68506075D5BE1834 /* Options.cpp */; }; + B71CFF52BD37DF7F0D7AAF11 /* ObjectAdapter.ice in Sources */ = {isa = PBXBuildFile; fileRef = 20F1A149E28048A0C33B9934 /* ObjectAdapter.ice */; }; + B7388C8DEFC422E4A17B9396 /* PluginI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1FA3D5546EB97C489271834 /* PluginI.cpp */; }; + B75ED2429A0D517957009982 /* LocatorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6739F64DE87972EDBAE732D0 /* LocatorI.cpp */; }; + B77E2A9536558F0632984FAD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + B77EE0BC1490EFE32FFB6CDE /* DispatchInterceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3F3C9F65F371422F97EF9D3B /* DispatchInterceptor.cpp */; }; + B7A7F8F2826E3D12F0D37236 /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = CBCFA17EB4FFCD13B1BB1A8D /* ConnectionInfo.ice */; }; + B7DACD430F5371072D9608C3 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37082656D66C5796BBD43493 /* Client.swift */; }; + B7EE100B4AF7F91716CFC3C3 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + B82DAB09D6695C77D240B393 /* LocatorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6739F64DE87972EDBAE732D0 /* LocatorI.cpp */; }; + B851F8FDC845AC821D3C88C9 /* PluginF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 90840B345A5BAC32F16356ED /* PluginF.ice */; }; + B87E35E17D2B8F7CF404F35D /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 47E6E9DDEE9C114F9590727F /* Test.ice */; }; + B88A4E0C6DF86975B6A176C1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + B8D62DC057CDEB82C35E1F4E /* IceBinding.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 06A97CAF5BF9EDF83A7A930B /* IceBinding.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B8E6621662759BF68A9A36D8 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0687B4CF02D1A5A1C1C8E6D7 /* TestAMD.ice */; }; + B90E8162D2607FE12AD74BBD /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7FBE96203C7C352CF796A83F /* RouterF.ice */; }; + B936C3FAF23AE1B1B3A9A1EC /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + B940CA6E8E18BD3D66083F5B /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066697357C2F99F437D9A18B /* Client.swift */; }; + B94EBA25C316DBE898D0A867 /* LoggerUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB0EACEA277212D58D08671D /* LoggerUtil.cpp */; }; + B954F7CB19C2918444000FD7 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1458AB8A043D728EC7DF7E6C /* Test.ice */; }; + BA02E57F41D0EC938DA1332F /* ControllerI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D42FE2D8500A2ECD97BE0C2 /* ControllerI.swift */; }; + BA6449B2D2B4679C3036F39A /* Exception.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5DBD636510025EF9E6448B3 /* Exception.swift */; }; + BA7E6F292B2FC03B7B633B45 /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = CBCFA17EB4FFCD13B1BB1A8D /* ConnectionInfo.ice */; }; + BA8FBD7C0E34AF4A316B2567 /* LoggerF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 49FB29764C5297C6955E139E /* LoggerF.ice */; }; + BA8FBDD7518186222EDD8E66 /* Version.ice in Sources */ = {isa = PBXBuildFile; fileRef = 72D3504A5503AADE273AF71C /* Version.ice */; }; + BABC20449D74C18D20E9ACFF /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + BAE7DEE40C2DF43485B9B8D3 /* Selector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0DE506DB67D803BDAB2AD227 /* Selector.cpp */; }; + BAF9BE5BEBEFA11C4B7E9A31 /* ObjectAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = D07DA6365D14420F16686B4A /* ObjectAdapter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BB094AD05C32CED16BA9A337 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = A09CAA2BEFEE900CE6E76754 /* Server.swift */; }; + BB40498A98B6998D1D90DF6E /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3CDE2378B7AFD2D08166261 /* Instance.cpp */; }; + BB442C951DA3A2D657FD901F /* IceStormSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = C0F741A840F69A0861EC5770 /* IceStormSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BB63B115CFD6D51EF64EF0E0 /* PropertiesAdmin.h in Headers */ = {isa = PBXBuildFile; fileRef = CED7DDA4CE9EA27BE1174343 /* PropertiesAdmin.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BB7F6215FB216046A82CF0F1 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6880BCBBFD27FFDBEC335F6 /* Client.swift */; }; + BB996CD0ACD6F7F72985B482 /* ObjectAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = D2051793F996ADC5E46C3AF2 /* ObjectAdapter.mm */; }; + BC06EC2C7C4EDB05CC11D063 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + BC1558EE255F78980ADBA626 /* Session.ice in Sources */ = {isa = PBXBuildFile; fileRef = C33E9FC34746D0CDD5144566 /* Session.ice */; }; + BC848074E2CC2A4B266B4A4A /* LoggerF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 49FB29764C5297C6955E139E /* LoggerF.ice */; }; + BCAC77735D23719EB4F67C29 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0C1F0A2DE57A909D0469A9DF /* Test.ice */; }; + BCC8EE2B5E57F53E08FF735E /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = C42649E8DE0DD92E04C1E22D /* Server.swift */; }; + BCECB6D29174E84396ECD637 /* LocalObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FBFBE473572B41DDBC92C5E /* LocalObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BCF721A8CAC057058D56D3B5 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88EC1E3462FCC0F8B37EA5A9 /* AllTests.swift */; }; + BD0E026C3E016E381FDFF90B /* BatchRequestQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6585C321BF5E527D6E8559BE /* BatchRequestQueue.cpp */; }; + BD1320A2A3F7FE2D265F9C0C /* IceHold.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = D2059F3CCF720F07B1C5B004 /* IceHold.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + BD165A7DAE0521E521F34927 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + BD3D7EB947956F23C2DBDDFA /* IceProperties.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 43F5FD8DEA9D9F467DE1EC06 /* IceProperties.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + BD51BFE33DD4D5AB59A09A95 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = A738D71C178F4DB0E15AA176 /* TestAMDI.swift */; }; + BD98073EA9DD4A59BDD2E1B7 /* AdminFacetFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADFCD7B259D8774CF5F477EB /* AdminFacetFactory.swift */; }; + BDE8C8136BC60A6F4B97A421 /* IceGridSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 62177CAB9F2D4418E4043767 /* IceGridSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BDEDE36B5E6305EB0320EC10 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + BDEFF2D878554ABCD20B5354 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = A5FF15C99D02E1A403A33579 /* Test.ice */; }; + BDFCD1E59733D4D0FF728908 /* ServantLocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 49A7D0B8E941B93F113CDE6C /* ServantLocatorF.ice */; }; + BE259C01F2298B4213C8D168 /* IceImpl.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = CA8CFB96B6B4D9E0DCB6626B /* IceImpl.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + BE9676E2EBBD26537D5C08B6 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEEB12B8007676FAB86F6450 /* AllTests.swift */; }; + BEB6F3485AF5113B5168E6B7 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + BEF3209A3A5AA30EF21A7E5D /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 69EBA80232877FCC0386C4CC /* Metrics.ice */; }; + BF22A3423FF2D9E16B06E308 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + BF9B4313B9F7068686B994E3 /* LocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7397E1BE97054793798930E0 /* LocatorF.ice */; }; + BF9BC2BF0AF03B2A6C35A1D1 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + BFAA150B9F817F51AECE608B /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82FEA15728368F07F4E1E8F9 /* AllTests.swift */; }; + BFBCCF51AC5E392B83A5B819 /* Connection.ice in Sources */ = {isa = PBXBuildFile; fileRef = B648326FE39945FABDCA292F /* Connection.ice */; }; + BFF28A1A1B255D1EB4E2B44D /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = F74EF68360EAD55CEA152204 /* Test.ice */; }; + C03E5B34A620B70C5657AAD6 /* IceRetry.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E7932FBEB2A88D0068A8F9BF /* IceRetry.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + C056B8891AD9995336BE0074 /* IceAdmin.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 9B734B8487FB296EF60F7BD9 /* IceAdmin.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + C06AA4CB2C5744079B4988C6 /* Properties.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5705638948FE72962DED632E /* Properties.ice */; }; + C080DA1BA95322B5D543D25A /* IceStorm.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9E6FD762B8EE17F25AB92511 /* IceStorm.ice */; }; + C09EFB02AB9B1221686D9047 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + C0B3EA1C2976C5324529A4F2 /* IceAdmin.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = A492FE3E5FDEFAEDCD2B1E9C /* IceAdmin.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + C0B66489FC90C838F550E430 /* PluginF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 90840B345A5BAC32F16356ED /* PluginF.ice */; }; + C0C2431D869266AFE1A993EF /* ConsoleUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 816F204970FA71E916731B87 /* ConsoleUtil.cpp */; }; + C0C81E2085A997E22D249722 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + C0C91B91C3264FFADC6B3D40 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16C21EF08F8F86AB796A938F /* Collocated.swift */; }; + C0CBADE56E96A510FE0219E9 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + C12871D20ACB29A99F4D908B /* Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1BCB5030FAB3E7309D28520E /* Util.cpp */; }; + C12BF5AEA703BD976899050C /* SSLInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 938CC27A5BDFB2E3F4BF5F4E /* SSLInfo.ice */; }; + C1582351045D88B15BA286E9 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + C17E019CAFDCBC9373DBFC2D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + C1B44ED81F2D53E061E4F795 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 122922B8E520D3DA63BF2C33 /* AllTests.swift */; }; + C1D3803820C2102A17C9F089 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69EBBCAEC49040EE1F32B9F4 /* TestAMDI.swift */; }; + C2084436D7DAD733DE0C2B8E /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + C25E36814B7579AA74A95FE7 /* BuiltinSequences.ice in Sources */ = {isa = PBXBuildFile; fileRef = 67A5FA6F3A55F6843FF8ABC4 /* BuiltinSequences.ice */; }; + C25F6CABE3D813AE67755EA8 /* BlobjectFacade.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9AEE0E14182DAA79ED685262 /* BlobjectFacade.mm */; }; + C2FF7005DF924CEB26F2708F /* IceLocatorDiscovery.ice in Sources */ = {isa = PBXBuildFile; fileRef = E247B31A64D06402AF5FCCED /* IceLocatorDiscovery.ice */; }; + C36BA2E2C6E342DA0E29755A /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7AA406D6131434316B161236 /* Metrics.ice */; }; + C3C1FB63E0F204142D77CC84 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + C3D5C7D4BD66C82BDD24D887 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + C458650DB19032F82C60E160 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + C45C75C6542B9B54B4FBB9D3 /* BuiltinSequences.ice in Sources */ = {isa = PBXBuildFile; fileRef = 67A5FA6F3A55F6843FF8ABC4 /* BuiltinSequences.ice */; }; + C4F023109B2CC18D677706DD /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + C5291487E7749E5D98366847 /* IceProperties.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 8D0AAB59890B70DDE1C5004C /* IceProperties.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + C56FDE3ABCA1C67DC47A5974 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + C57F1FF8EC63A2734554AE96 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + C582E143B0DD0CD0A1C932B6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + C590CE212E9CCC60D405DF40 /* ArgVector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ACA08242191BD5BBE2F18489 /* ArgVector.cpp */; }; + C594946526A46A25DFDAA0D1 /* IceGrid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D4F167ECFE05813125EBCE9D /* IceGrid.framework */; }; + C5B5917816E4969C1F4F182E /* RecMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34EE24ECB0F7F4D5ED3A89D5 /* RecMutex.cpp */; }; + C5D4FECBBC51401AECBA4314 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6EB1A5465004CA651190A0E /* TestI.swift */; }; + C5FEEB136F4761B31677D690 /* FacetMap.ice in Sources */ = {isa = PBXBuildFile; fileRef = 9F4B974925FBD7E025CCE1C3 /* FacetMap.ice */; }; + C6A8DAA5301393B59F1F1088 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = B1EEC153D5E930BB125D0096 /* Test.ice */; }; + C6C08F15F77F4DE9A8BBC9A3 /* Version.ice in Sources */ = {isa = PBXBuildFile; fileRef = 72D3504A5503AADE273AF71C /* Version.ice */; }; + C70ACF7F4C0CF22640BB27EA /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3BB575E3E46AEE1736FEE75E /* Router.ice */; }; + C74A688109045EA4983113DC /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = EF9E89D24457E210CD761201 /* Test.ice */; }; + C7640A7EEB0059D4B35E0899 /* SHA1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84125B79EF1B0867DB9BCBE7 /* SHA1.cpp */; }; + C7C016791EB0A3580E431387 /* PluginF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 90840B345A5BAC32F16356ED /* PluginF.ice */; }; + C7C485DA376DF6F8396046DB /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + C7D6EBBD19F92B033DCC4340 /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 54CCFEB46C0CD6414D5E8620 /* TestAMD.ice */; }; + C80A661F69EF3B8932769F83 /* ValueFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6ECA422F1BE9E744B43E6F7E /* ValueFactory.ice */; }; + C86F83AC6DF12329FFED8C00 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCDC970E3AB031130D44E44E /* Server.swift */; }; + C88B1551F6D09C50DBE509B4 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + C8AECF236F1E598A0D70251C /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09C5F559CD79E3AD55F6301F /* Client.swift */; }; + C8CF8F206C456B68B5C16458 /* AdminFacetFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B59F7C0F3CF762930D6DFEF /* AdminFacetFactory.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C8F1F6CE6BB5C339B92E9D0B /* Identity.ice in Sources */ = {isa = PBXBuildFile; fileRef = 01C4A5F84439D42231C5F62A /* Identity.ice */; }; + C90C66859CC1A400B33D97AA /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7477239AE0B3A910652B661E /* Client.swift */; }; + C9101852364A6A2EA51DBF8C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + C9ADE1C0CEED852E5A84CB65 /* Shared.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35679339F096116212C6B362 /* Shared.cpp */; }; + C9BF95C745893E45383A154C /* OutputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B169B3121BC89B8F9998270 /* OutputStream.cpp */; }; + C9CA659F3E0B267B721C923F /* Endpoint.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3ED7A5B862943472EC93139B /* Endpoint.ice */; }; + C9E7312A9D89DC7A24D62E1C /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E2694EFFAED3434D7B81CDC /* TestI.swift */; }; + C9F8CCF0D338D7B9FBDE0550 /* LoggerWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88871122556A3E81A093508F /* LoggerWrapper.swift */; }; + CA34BFA146CBDA4386167E8D /* IceServices.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 8D2F195418C56B0B2A0A0091 /* IceServices.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + CA6AD22ED971B953ABB22FAC /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CC31602A4CA25127CFC8B49 /* Exception.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CA7358806117A5FBCB39EDE9 /* InstrumentationF.ice in Sources */ = {isa = PBXBuildFile; fileRef = A997B5C4684D429F902448A8 /* InstrumentationF.ice */; }; + CA748EB94A19346CD46FC9A5 /* NetworkProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8642903B4151BC47DD73999 /* NetworkProxy.cpp */; }; + CB5634D725ED21805FBF2C41 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + CBBEC2073386C9A73E3F9B55 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4C0D4C4CB60983CAC628187 /* TestAMDI.swift */; }; + CC0EEE665D481BA98FB9A741 /* IceBinding.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 2D43F84DF455EAF429700CDB /* IceBinding.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + CC0F761A627BC3BF10242600 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = E64E70A2966528D8E174C0FE /* Client.swift */; }; + CC1225DB1ED5DC17FD50AFCC /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + CC8AA91DB3DE7626DF7F00B3 /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = A738D71C178F4DB0E15AA176 /* TestAMDI.swift */; }; + CC975D1245DA97CAFE838362 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 131E0D4980E64A4107A006FD /* Client.swift */; }; + CC9FD00091F6B3C42BA7512E /* IceExceptionsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1B7D41441CF62860BADD4A4F /* IceExceptionsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + CD5D333E5982AA4B9C87277F /* Value.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F657C07BEB26C8DE9C759C0 /* Value.swift */; }; + CD6151918A020E28F58AD47E /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CAD605FA3E9C21FE85CC75 /* Collocated.swift */; }; + CD916CAAC17BACD8E3B52417 /* IceAdapterDeactivation.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = DBCF3F9ED7B862AE7F5A7BA3 /* IceAdapterDeactivation.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + CDA550F09708407DE924F6F3 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + CDF611E1C15EAE8AB7ACD2E7 /* IceUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 29E4FF23E4195648D2D7573C /* IceUtil.mm */; }; + CE1A4854A34058783C903634 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + CE3A4A82C235C69D20564B14 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 30A0931C065FE4339E6AD794 /* Test.ice */; }; + CE49B4692D5447B2370530A7 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + CE8889D27D0D9FB71925BE0A /* ServerPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 0B324CCC03C34E7CFCB49E34 /* ServerPrivate.ice */; }; + CE969A2E7F65C7D67A65693B /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 83E6AB73EA2F49289E8D11CB /* RouterF.ice */; }; + CEC5C000AF93581CE13D92FB /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + CEE21DB1CAC509737A1A4DCF /* Exception.ice in Sources */ = {isa = PBXBuildFile; fileRef = 98FCD7D2E69A4D79A1109F31 /* Exception.ice */; }; + CF0C40B30BBF70234B662B51 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90923A70699BE62BC95B9B43 /* Client.swift */; }; + CF989830E6A604C07AEE2131 /* SystemdJournalI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E9A8EEC1E2C97D9B93D027CD /* SystemdJournalI.cpp */; }; + CFFB341013359D471CBA3C2B /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + D011C15E6687E1047CE57640 /* IceRetry.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = DC71DE64E8997AB52BA005AC /* IceRetry.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + D0193682C823F2E864B95060 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F3875A021542DC74A37A3A /* Server.swift */; }; + D02A02D7F66EBF91D8CFF683 /* ServantLocatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 49A7D0B8E941B93F113CDE6C /* ServantLocatorF.ice */; }; + D039A9FF566D7F11E548B9B9 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + D08CB66E579214BED1D71ACF /* IceFacets.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 6CBE610B4E91AF5BE0901636 /* IceFacets.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + D0B8C2DC909FDAAE5D60EE57 /* ImplicitContextI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E47E8D8179A2C627EA20AD2 /* ImplicitContextI.cpp */; }; + D0FA8091B212122C91EB1C2C /* Connection.mm in Sources */ = {isa = PBXBuildFile; fileRef = F3C565112FB1784D89BC96E9 /* Connection.mm */; }; + D157EF0BD2C52A18E3D3A019 /* ServantManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 05DC96DD4B58417ABA3E8196 /* ServantManager.cpp */; }; + D1C6E6530F62640F8B2EB404 /* Incoming.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE736ABFAAF3664F3DACCC78 /* Incoming.cpp */; }; + D218D6E1DC69DFF56F2F6814 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E2F398C85D55C17A53C6D31 /* Collocated.swift */; }; + D28AF3D380B6C05A70243DB9 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1729E302013F875123D4C10D /* Test.ice */; }; + D2A4EFAB70245A290941AF33 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + D2AA405FC8986433EABDC03A /* ImplicitContextI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E47E8D8179A2C627EA20AD2 /* ImplicitContextI.cpp */; }; + D2B9047D155E9ADD3E84F35C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + D2C5DBE3DDFDBF9CA5C21FF7 /* Communicator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 02E2AE52F78C5E920376F839 /* Communicator.ice */; }; + D34726CF6A36A026A7802952 /* IceSlicingExceptions.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 39FF39A1BFF6EEB275C0DC11 /* IceSlicingExceptions.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + D36085865FB8DE8263D6DB60 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 122922B8E520D3DA63BF2C33 /* AllTests.swift */; }; + D36187D2F2E7808A9F68FC45 /* OutputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EF8165A3DEB6A8798E2FDDF /* OutputStream.swift */; }; + D3625A918BF7626B31EAB778 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + D3D6F5C791D5A5CD56BFACC3 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + D3E3672EF6E4313E12CAC253 /* ServerPrivateAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = F7C155E2565CE1832A949907 /* ServerPrivateAMD.ice */; }; + D422409FEFFB97CB6E1D2E8C /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + D4919B4ACF6F7EF9EB768BEB /* libIceDiscovery C++11 macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A7EC5DC8EB34DCE757954409 /* libIceDiscovery C++11 macOS.a */; }; + D4D8EBC0A761D40356B9B0C9 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4962507AD1BFDF6E6F0CD9 /* Client.swift */; }; + D514289C41CD67A58C6920B3 /* Communicator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 02E2AE52F78C5E920376F839 /* Communicator.ice */; }; + D582724378CCBBF262DF4454 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + D5BA78FAF434AB043DB28FEE /* ClientPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = 867AD46B6783CAECACACC300 /* ClientPrivate.ice */; }; + D5EB33A243778E7F7669B6F5 /* CommunicatorF.ice in Sources */ = {isa = PBXBuildFile; fileRef = E2450102180E7CCB184D7239 /* CommunicatorF.ice */; }; + D605E4A3A0AF639DF798B383 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + D674A7783D2538C8511280E3 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + D67F26177C25F2481669E0EB /* ConnectionF.ice in Sources */ = {isa = PBXBuildFile; fileRef = BA0144B869B5F7E09B632BEF /* ConnectionF.ice */; }; + D6A596B24E73E19797D08425 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + D6F85D6393D74D3CF2A22565 /* Logger.ice in Sources */ = {isa = PBXBuildFile; fileRef = 012D50D57464FE0E372C418B /* Logger.ice */; }; + D725D68430ADA7E6DDD1652F /* BlobjectAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DD8C50CEFE99B3BBC5F5280 /* BlobjectAsync.swift */; }; + D755EE457DC4DAA0FA582BE5 /* TestCommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 876F7C1B9E5F85685B682199 /* TestCommon.swift */; }; + D766D4922D465D95E25E9973 /* IceSlicingExceptionsAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 45C4000FC5EC35D072C21B40 /* IceSlicingExceptionsAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + D784E30771D0E54E638F310A /* IceInheritance.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1BA91DCA82413AFB36E03937 /* IceInheritance.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + D7A08F6884D332C479AADDFD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + D7A2F0316244E837D63C3E15 /* IceEnums.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 8ABF7DAED99C0C2AA49673C4 /* IceEnums.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + D7D036C54A66384737EBDFD0 /* SliceEscape.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 7BD6D25C25CB51AB5F84B29B /* SliceEscape.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + D8690EA625F314B887ED5E9E /* Process.ice in Sources */ = {isa = PBXBuildFile; fileRef = 2F602A7110DBD1E9D2F5DD4B /* Process.ice */; }; + D8D679B38C935BE1625D5225 /* LocalObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D067049B0ED89A4A4005AD2 /* LocalObject.cpp */; }; + D8DB4776EAF5E5A893553D92 /* ImplicitContextF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 63F4DB5DF3E91BAA4F3DDC39 /* ImplicitContextF.ice */; }; + D8F1927860BACB7FB9C2A47D /* RegisterPluginsInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A575F4E59021D3EFD29211EB /* RegisterPluginsInit.cpp */; }; + D8FCBF672AD7D26E3FBE1441 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + D9050FC37BD73E2BBA8A248A /* TraceUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CF14AACFA708056330EEBDCE /* TraceUtil.cpp */; }; + D91B8A80920CCDFA300B9CDF /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + D9242B12A1CA032FDD9ADD21 /* BatchOneways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BCC38DD3FA09C05762D4194 /* BatchOneways.swift */; }; + D967A69BC0E466F1D3AE1D2A /* EndpointTypes.ice in Sources */ = {isa = PBXBuildFile; fileRef = 270D7FA737E288C5BC07BB7B /* EndpointTypes.ice */; }; + D97FF5604DCC38842EBBF5F7 /* IceServantLocator.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = EE72212C85B7503F51F7FDC0 /* IceServantLocator.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + D99DFBE3BD612A274F19F8B8 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + DA48CD573C38BA69F3318837 /* Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FFF035F59BAAD71D565902C8 /* Timer.cpp */; }; + DA7FA10E6BEC83E8D32B41A8 /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7FBE96203C7C352CF796A83F /* RouterF.ice */; }; + DA9BF012A8039DF50E2A37EC /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04EDB0F0BA682C2FF424CFBB /* Collocated.swift */; }; + DAC032DF4540104C78059AF5 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + DB832A5C54C3DFF4DEECC945 /* libIceDiscovery C++11 iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B7699BED2B9E219E65B1803 /* libIceDiscovery C++11 iOS.a */; }; + DC18553275DDFC05AD0E58EF /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + DC192BE4735F029639F94005 /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CC31602A4CA25127CFC8B49 /* Exception.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DC4020AD1B4A6B8DE683B8E0 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37082656D66C5796BBD43493 /* Client.swift */; }; + DCB4570288E689B279FD772B /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08787E07ECBBF81BA7E22C2D /* Glacier2.framework */; }; + DCD5C920C495309891671EB3 /* Initialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E749FBC36A2C539E8D251 /* Initialize.swift */; }; + DCFB68661E92C086D30E2F1B /* ConnectionI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49C6073EA09B721A35B4C3D5 /* ConnectionI.cpp */; }; + DD173FE456D1ADD5897037AE /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EF8BE4D068D0E24242A0857 /* Client.swift */; }; + DD1794EA5EAD860E377B7F32 /* LoggerUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB0EACEA277212D58D08671D /* LoggerUtil.cpp */; }; + DD53A5FABEA66AAF818A4228 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + DD5B45240745C60A05193659 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC13C965D68A9FBAC6891FD /* AllTests.swift */; }; + DDB850FB2D072ACDB7187E14 /* UdpConnector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA8927FE7C1D255D5193DCD6 /* UdpConnector.cpp */; }; + DDDFDBB1EF5F14B801138D69 /* ConnectionInfoF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4C196A1662516D29AF240CB3 /* ConnectionInfoF.ice */; }; + DE10F3156CE3379526582F0B /* TestAMD.ice in Sources */ = {isa = PBXBuildFile; fileRef = 22CE34A0AF7FAAA29665B6F0 /* TestAMD.ice */; }; + DE208042E4DF5D5C7A75EA85 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = D660A453F6AD09D8D5A3C035 /* Server.swift */; }; + DE408840A906EB9DF3567632 /* Communicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AC9E63A196F72A11A75AF83 /* Communicator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DEB7F439A3655BCBFB0A6005 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A9120D825BC28171356BA30 /* Util.swift */; }; + DEE41AD6E227452FAFCA0A80 /* EndpointF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 019800CBCDD9BB41E9792964 /* EndpointF.ice */; }; + DF0BEC5F7BF7DEE36B5FD3D6 /* Endpoint.mm in Sources */ = {isa = PBXBuildFile; fileRef = DDA4A1DFC510A2C4F6CCA99D /* Endpoint.mm */; }; + DF1CFBD9DDE7562AF80F562B /* EndpointF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 019800CBCDD9BB41E9792964 /* EndpointF.ice */; }; + DF39204E54827E74A1146B9C /* ConnectorI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E0126482116D41DD2C8ACC27 /* ConnectorI.cpp */; }; + DF4772ED93C6065F8E6B2AE9 /* Exception.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5230A62A04D972F916A29019 /* Exception.mm */; }; + DF55DAFCC102B93084E529B5 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E2F14643BFD3F8622DAA0DA /* TestI.swift */; }; + DFAC6CDDE132CCDC82309AFE /* Endpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BF22E4C0210254AC0207A2C /* Endpoint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFCC283C8F8B84DFC581EDD8 /* Oneways.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4492D95F6C282B06EBC3794A /* Oneways.swift */; }; + DFCCAF30D5C0B23DDE618DC1 /* ConnectionInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8AD62C73EE50DCF620CF1BB9 /* ConnectionInfo.ice */; }; + E019C1B8F4ACC841EDA1EBA5 /* ValueFactoryManagerI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 186F61FE96750EFE80B202D6 /* ValueFactoryManagerI.swift */; }; + E02BFF76DE7D988E89A11932 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + E039E08F76D8F2AD0840B6F8 /* IceHold.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 4A2036EF21BA8494C03DEEB4 /* IceHold.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + E045AF788A48AC66F37CF462 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77826017B54419B68E4C9105 /* TestI.swift */; }; + E0B17F3E9A8D404DB0A5591D /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E285A409C5B68869673AF189 /* AllTests.swift */; }; + E0D4DC51B039CE4CC9A8EBC9 /* EventHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 346A785332113983E8B9F5C7 /* EventHandler.cpp */; }; + E10CFB0A86C88D3141802571 /* NativePropertiesAdmin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14BB2B727C5656F9F563D5C5 /* NativePropertiesAdmin.swift */; }; + E119D5BB9641FFB9A9B99AF3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + E11F0906EBC7DF22CE276078 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 4693E0B55316360BC86190B8 /* Test.ice */; }; + E13E6916810FC8681C27956B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + E17774280198629BF3FCA300 /* LoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6972749B3AE9A72B9A4388E /* LoggerI.cpp */; }; + E1E27FB0D23F0FC086E8BBD1 /* BlobjectFacade.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9AEE0E14182DAA79ED685262 /* BlobjectFacade.mm */; }; + E1EA0D15571E36CE34542611 /* IceStorm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6171D7E79C0AF70DF0491DD6 /* IceStorm.framework */; }; + E22DFEF2B924EFA286F57ADE /* TrustManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D31192F6E68D620D16CEB27E /* TrustManager.cpp */; }; + E2585F9638EF71605F6E9FB9 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8B312200EA5A791649D27378 /* Test.ice */; }; + E2785B1D339B1E7CB2CF9CB5 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = EF9E89D24457E210CD761201 /* Test.ice */; }; + E27F051F15E4911965A6CC39 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3F28393CAC9291AEF99B843 /* TestI.swift */; }; + E2DC9063589930E65E287360 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + E2DDCC85DA8DC77AD778F1CB /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9645AC1C404070E6CE71A04 /* TestI.swift */; }; + E3086E852B952631453350B9 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 925E91797373FDE089414193 /* Server.swift */; }; + E32056D7FCDB7005107A2B3F /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + E329CB4620D7F23C6DF78E24 /* Communicator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92A76EF49A5D4AA2EC49E509 /* Communicator.mm */; }; + E334C48F7F34AD0F602B28A6 /* Router.ice in Sources */ = {isa = PBXBuildFile; fileRef = D62B168D7B5C51F383C2850E /* Router.ice */; }; + E34F05C74DF11B6C257E51A5 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EF8BE4D068D0E24242A0857 /* Client.swift */; }; + E34F3934717B91857748E617 /* Endpoint.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3ED7A5B862943472EC93139B /* Endpoint.ice */; }; + E3B5B47EADD6D6CF6290F69E /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ACB1249917344592AF45E53 /* AllTests.swift */; }; + E3C98A903B88751A0945A356 /* SliceChecksumDict.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1848A466900D458DD552047D /* SliceChecksumDict.ice */; }; + E3CB1D439619B8CC82B03BED /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + E4116F718AC7ABC9C1DC496F /* CommunicatorI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 198F642361403B040927A2F7 /* CommunicatorI.swift */; }; + E443CE073444D509F372BEAB /* IceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = D14FB76F3996A80F2C6174D0 /* IceUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E452CF2A9BDA3481C097E006 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = D019CAFF7719B5E53D0E2F61 /* Server.swift */; }; + E47E518BBC71E404DB9AAB43 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82FEA15728368F07F4E1E8F9 /* AllTests.swift */; }; + E48D7431E8875C04089F72DC /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = C42649E8DE0DD92E04C1E22D /* Server.swift */; }; + E492B043FCEA3F082D18F781 /* Network.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE7CF2CCF600E64539F80A50 /* Network.cpp */; }; + E4B67A1C89F0E1D0CAB426AE /* ObserverHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CF9763E53D2AA5C92E827F22 /* ObserverHelper.cpp */; }; + E4CC533394142B8F6AB522A1 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + E4D05B5013904BE93C115061 /* EventHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 346A785332113983E8B9F5C7 /* EventHandler.cpp */; }; + E4D7258E92C44C85C68D0B89 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9190AB416E232181591B5F3E /* Collocated.swift */; }; + E511D8DE42E818A3B02DCE3E /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + E56866E0B9EEF4134C84F2F9 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5FD29E1C6A385747EDDB470 /* TestI.swift */; }; + E5CC71EF02AF61979315B06E /* RetryQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BA41A29F9CDEE35B2724BB57 /* RetryQueue.cpp */; }; + E5D1AC41CA845906B654974D /* ImplicitContextF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 63F4DB5DF3E91BAA4F3DDC39 /* ImplicitContextF.ice */; }; + E5EACB85215BC9850BF02374 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + E5F31661E5AC667D3E1A9FEE /* PropertiesAdminI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A47DA444ECC8F6A8CE9E515 /* PropertiesAdminI.cpp */; }; + E5FE7E4C9D423B6F7EF0CF2B /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + E63C57D2F872FDC2EB8AEE91 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4766DC4F7FDBAE84793C308D /* AllTests.swift */; }; + E655654D6A74E0DCEAF5B15A /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + E6D33A5797AA3C52E6D8A4B2 /* ValueFactoryManagerI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 186F61FE96750EFE80B202D6 /* ValueFactoryManagerI.swift */; }; + E6D3EA3AD63C1A898D592B19 /* IceDiscovery.ice in Sources */ = {isa = PBXBuildFile; fileRef = A4FE9DDBF3CEA7484530A21C /* IceDiscovery.ice */; }; + E79863216180E9AF0C722DEF /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F124F70591CB0C2DADB911E /* ServerAMD.swift */; }; + E7C5EC4DC08717BABBC1E6D1 /* IceInfo.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 2550950CE5CCA9BD55DB8E77 /* IceInfo.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + E7FC918F3F13E6F1CEF0971C /* IceImpl.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 230E865226DF4BF7A56733B7 /* IceImpl.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + E86A0EEA0AC0754B6748F704 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4464BC66336C4CDB84C88397 /* TestI.swift */; }; + E8CC7598A9DD80EFC8B5C18D /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + E8CEB73ADCE1420C19351588 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BEC2C300C8B307B24184C90 /* TestI.swift */; }; + E9186B38D52FF5B4431053A3 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + E91AD4D2FEF3ADFA65AD2F03 /* LocalObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FBFBE473572B41DDBC92C5E /* LocalObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E996CB6A2EBCE3AA86982022 /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C42577F3A084511C7257868 /* AllTests.swift */; }; + E9BF151EE03150E6934598C1 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = EE9D8E06A30A55D4B3A75C74 /* Test.ice */; }; + EA0B92FA47929893048CE220 /* Connector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00699D5C4A48E365F6AA7539 /* Connector.cpp */; }; + EA24C64B23489504C84E998D /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + EA6041D3EEA96235B41B3C90 /* PropertiesF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 811B3D154A55C5A6CB26BABB /* PropertiesF.ice */; }; + EA68CF94FA0EFD83E6895C01 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + EA9B48797E6FA65F90BB63E9 /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 44064B6C3CD23B1D8BCFC10D /* EndpointInfo.ice */; }; + EB289A8320496D2E2C3B1A7F /* Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FFF035F59BAAD71D565902C8 /* Timer.cpp */; }; + EB78C2061F0F02EFB1275418 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 057CF1C9F0FD3FB6D356CBF6 /* Test.ice */; }; + EBA5DA06AF36102DA743A007 /* OpaqueEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C75229A948E58D6702B25F2 /* OpaqueEndpointI.cpp */; }; + EBAB3FEA9DC5E4B579800952 /* IceImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = DB20830C384E5048AB32ECF1 /* IceImpl.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBC98BC34BCE42191F028F32 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + EC0C326CC786ACD5B4D61A34 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 77F7FC7A27CFC49ACE12A509 /* Test.ice */; }; + EC2E3138309582F847C8EA41 /* IceTimeout.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 3ADA79CCEE640A239743C9A1 /* IceTimeout.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + EC5B36D98A03A59E11A0AD72 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + EC5CEDF3E3F7167EFF5D1E69 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + EC71709A25BD930D56ABE7FC /* SliceInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D36D9C9360F18237F07A66F /* SliceInfo.swift */; }; + EC97F98EA6FC1BE30FCABC62 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + ECF900767D7E1ACBB5889C96 /* ConsoleUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 816F204970FA71E916731B87 /* ConsoleUtil.cpp */; }; + ED0BD0918B5326DC83A45CD9 /* OutputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EF8165A3DEB6A8798E2FDDF /* OutputStream.swift */; }; + ED0EF9365152BF21D75E9FA2 /* Convert.mm in Sources */ = {isa = PBXBuildFile; fileRef = C2A86B43FD6D2C19ED7CD2B3 /* Convert.mm */; }; + ED122460A6ABEA1749025F23 /* RouterF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 83E6AB73EA2F49289E8D11CB /* RouterF.ice */; }; + ED2279E8BE6749018AA4FEA9 /* IceUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 29E4FF23E4195648D2D7573C /* IceUtil.mm */; }; + ED8784809E982AD87FED95BD /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + EDA18DDC7DB74C6469190421 /* CountDownLatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2677A689877B7ED81EC8A4A2 /* CountDownLatch.cpp */; }; + EDD71FA1F021EDA0B26A7EF2 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4A93BB77BBE70C3438AFFE /* TestI.swift */; }; + EDE7E865FFC13452239CC7F2 /* SHA1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84125B79EF1B0867DB9BCBE7 /* SHA1.cpp */; }; + EE62689327CD8AFF8D11B837 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A450FB019E0DAAF7E6E97FF /* Server.swift */; }; + EE7FD241E7C512582669EC7B /* Main.storyboard in Sources */ = {isa = PBXBuildFile; fileRef = BC40C4C65EF8999B4F947AB2 /* Main.storyboard */; }; + EE994E2F26DB3494011B0AD7 /* Current.ice in Sources */ = {isa = PBXBuildFile; fileRef = DA284FEAC5F6582C2B01289B /* Current.ice */; }; + EF10985C8253A6E3112826C3 /* IceStormSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = C0F741A840F69A0861EC5770 /* IceStormSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EF124CC871D0E76C23DD545F /* Controller.ice in Sources */ = {isa = PBXBuildFile; fileRef = BC88E287BFF473F6E677863C /* Controller.ice */; }; + EF33CA76D251C4F02F9CDE12 /* RFC2253.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6925FA1A546D172A7D6768F /* RFC2253.cpp */; }; + EF4EB69E404C8AD2D0FE4951 /* ServerPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = CF4643E70FBFFDB02339B5DB /* ServerPrivate.ice */; }; + EFAAE9E2A2471426B0337FD1 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + EFB3C5F72E42B2AA36C31905 /* PropertiesAdmin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7FB23FDAC1BBD0789B0D93B2 /* PropertiesAdmin.ice */; }; + F019F7DEB4FC6FFD9856A2C2 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB80E1CF6AFF91BEE52AC24 /* Collocated.swift */; }; + F01B72CBCFEF447291786FFA /* LoggerI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6972749B3AE9A72B9A4388E /* LoggerI.cpp */; }; + F01D1C29ADEF92AE7A758A82 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + F042BF8B79AC893335A39307 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = F74EF68360EAD55CEA152204 /* Test.ice */; }; + F059E5EF6B53A4B39660ED73 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + F05EB2DF7D6A3D3E57D01098 /* Locator.ice in Sources */ = {isa = PBXBuildFile; fileRef = C8809B3153A25BE29651A5CA /* Locator.ice */; }; + F0A86704D079A74ABE7842BA /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90923A70699BE62BC95B9B43 /* Client.swift */; }; + F0BA0D5BB2F98B7493B2A51A /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + F0D246EAE9A262BF5CE88A2B /* TestAMDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAAA189C14B9C3DB682630CC /* TestAMDI.swift */; }; + F0EAA728F98C27AB63D93D00 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + F107391C1A797B1B379AB166 /* BuiltinSequences.ice in Sources */ = {isa = PBXBuildFile; fileRef = 67A5FA6F3A55F6843FF8ABC4 /* BuiltinSequences.ice */; }; + F12AD239642B5A2C59FA8FF8 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 1729E302013F875123D4C10D /* Test.ice */; }; + F1346529C653A87BADF8D2B4 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; }; + F1455489A19EE024F3E8368D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + F1681FC9EC7D1F39B3CFCE96 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 330E392C478620E241811A03 /* Test.ice */; }; + F182CE2C02F636A4061E15C0 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3677EF4727F101838FAC53BB /* Metrics.ice */; }; + F191189994F43BEA5B32FFCB /* FileParser.ice in Sources */ = {isa = PBXBuildFile; fileRef = 15C9939D7DF81B182E6D08E2 /* FileParser.ice */; }; + F1980B945DB28DBDE46BB63F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + F1BD65BBD1B082F10250A65C /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; }; + F21B82279C1EA92D329726F9 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = F67549CF819252D2F5778CD8 /* Test.ice */; }; + F2255045A78BE8A735F4DF22 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53EC04D68F975F151FC17D67 /* Client.swift */; }; + F267DC2389444290917585F7 /* PluginFacade.ice in Sources */ = {isa = PBXBuildFile; fileRef = D63DF33431855CA6A853C632 /* PluginFacade.ice */; }; + F289A06AFE7FD602D14CE3E8 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + F2BA14B474857C7196F53F36 /* Properties.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5705638948FE72962DED632E /* Properties.ice */; }; + F2C71F9B5703598427CACE8F /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 981FC52843162665B51E321A /* Server.swift */; }; + F2D706D2C5182729E8D9EB6C /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6A268FECE9D13A2EB77C460C /* Test.ice */; }; + F2D8D1AA64B296BD12E1F71F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + F2DDEF2126F86A0A0806AB0D /* PropertiesAdminI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 856E71DFA5942114A4D18570 /* PropertiesAdminI.swift */; }; + F2E352BC53507EAD8D3F5151 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + F3114DEE1E4FE3593E972B08 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + F371460002E1A59F78B22E5B /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9190AB416E232181591B5F3E /* Collocated.swift */; }; + F3ABAD6ECC7A0EE1A8BA4FEE /* Endpoint.ice in Sources */ = {isa = PBXBuildFile; fileRef = 3ED7A5B862943472EC93139B /* Endpoint.ice */; }; + F3E9FF51DA6723F76C816591 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + F3EC20E3E6F4A56AD857B4EB /* Process.mm in Sources */ = {isa = PBXBuildFile; fileRef = CF0DB8872FC0DA07C75C4A2B /* Process.mm */; }; + F3ED7E0A46B156BAB85E14CA /* TwowaysAMI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C848DE5978A3FE814A947C56 /* TwowaysAMI.swift */; }; + F42F98D4E3CECD81068A0697 /* SliceFlags.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBF2E0A8413291474848FFC7 /* SliceFlags.swift */; }; + F42FCA75C229E2A822E39750 /* Exception.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5230A62A04D972F916A29019 /* Exception.mm */; }; + F44D76B8EF8DA3CA2C0F8E36 /* OptionalFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A339E22A9642819C894D581 /* OptionalFormat.swift */; }; + F469AFBE38CCD633366E4109 /* IceInvoke.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = B79058D9EEF5C7AD655C345D /* IceInvoke.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + F4B64C1140582E0C7397B108 /* StreamSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 731E09DC5804A35A7D993AB4 /* StreamSocket.cpp */; }; + F4E148A4F52F66B8EEBA5A34 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C08D3DF5A77CA72C443036A /* Client.swift */; }; + F5090DF522A9D09F0FB72454 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + F50EB342FDB33F4D8AAE27D6 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E3F7972DC572D17C86203CD /* Client.swift */; }; + F5354E627DC2B773C05A398B /* ObjectPrx.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0B4A55D2A631912189D6D304 /* ObjectPrx.mm */; }; + F563AF6C80F01C616C78AF9D /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = 30A0931C065FE4339E6AD794 /* Test.ice */; }; + F57A8AC2C591A31E6592AF9F /* ProtocolInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55465B98D35A0FA4146C1327 /* ProtocolInstance.cpp */; }; + F57FD8ACA6E91AFA4D18019D /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + F59A4AF58B6B50081CB434D5 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = D935640E48286828DEFEBC32 /* Server.swift */; }; + F5A2AE459C0E478BC9B73AE0 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + F5C0B2074628C6FBA8089CBC /* ValueFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6ECA422F1BE9E744B43E6F7E /* ValueFactory.ice */; }; + F65FEB4694C18C6523E4C723 /* ObjectAdapter.ice in Sources */ = {isa = PBXBuildFile; fileRef = 20F1A149E28048A0C33B9934 /* ObjectAdapter.ice */; }; + F67F07D51B6127A1ED7FE96E /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + F68D8D72424F089F8D3FF21B /* IceDiscovery.ice in Sources */ = {isa = PBXBuildFile; fileRef = A4FE9DDBF3CEA7484530A21C /* IceDiscovery.ice */; }; + F6D5486673236DE2AE8BADFF /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC133C5D9482D98171FAB84 /* Server.swift */; }; + F70607F5D3F11AD42D5502BC /* IceProxyAMD.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 0A3769C165F5CB6E6B59DAE1 /* IceProxyAMD.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + F71E3C16460728E945E76AD6 /* TestI.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9645AC1C404070E6CE71A04 /* TestI.swift */; }; + F775069F9B174C1C2143F9D0 /* EndpointInfo.ice in Sources */ = {isa = PBXBuildFile; fileRef = 44064B6C3CD23B1D8BCFC10D /* EndpointInfo.ice */; }; + F7DAF6E4E7F66B594DC0E647 /* Instrumentation.ice in Sources */ = {isa = PBXBuildFile; fileRef = C71C9F3856ABAB8698570335 /* Instrumentation.ice */; }; + F7EABC7619ADFDA11E5E7649 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBEA7AC1607C1128EE163745 /* Client.swift */; }; + F820A672E2995F2355852452 /* ServantLocator.ice in Sources */ = {isa = PBXBuildFile; fileRef = 8CCB6B2B465A92D6DE5B1278 /* ServantLocator.ice */; }; + F82288FF9AB38B19C0D5D0FC /* PropertiesAdmin.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7FB23FDAC1BBD0789B0D93B2 /* PropertiesAdmin.ice */; }; + F8279D3FA307E8567F51F3E3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + F83E4FFE1A8C09DB2F87645F /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810188E856779F0E1EBE37EC /* Server.swift */; }; + F840AA8471A3D1F8E8733643 /* IceStream.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 8658E1233F292AB783508F42 /* IceStream.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + F860D425011213F67CB2DCDA /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + F869B860A850A6A7C4A05A61 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + F8F3451AEA5E1221A14ED77D /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + F8F9263DE8EA46C730837395 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + F8F961C6712BB46B00CE628F /* EndpointI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B61FEFC5184B1080CF8E24D /* EndpointI.swift */; }; + F92A6BCF8A371308905F0B48 /* Connector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5101755F6208D2D55D8D286B /* Connector.mm */; }; + F93F9369B22FFB429A0DB86A /* Glacier2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08787E07ECBBF81BA7E22C2D /* Glacier2.framework */; }; + F94A7CEB1929857AA04FFBEF /* AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BE134EEE1EBD23EAF1F6DDD /* AllTests.swift */; }; + F97135AE0408365863468D50 /* SSLEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3526A8A1DB9F28F86802C74 /* SSLEngine.cpp */; }; + F980D03308A8AE3CC76C627F /* ValueFactory.ice in Sources */ = {isa = PBXBuildFile; fileRef = 6ECA422F1BE9E744B43E6F7E /* ValueFactory.ice */; }; + F9C1FA8A3B0A6FF4642FB98F /* IceInterceptor.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 2EEFE909B8B35BD3CA65CA4E /* IceInterceptor.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + F9DE285364C59C6278A70A04 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + F9E73AF74B6D68A589BD7BF3 /* Reference.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3957F24FB65C098938F5DDF5 /* Reference.cpp */; }; + F9E8ED0980016AE428EF8EE3 /* Version.ice in Sources */ = {isa = PBXBuildFile; fileRef = 72D3504A5503AADE273AF71C /* Version.ice */; }; + F9F1EE6DE3E223BD98D5375B /* ObjectAdapterI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B92FBBAC92EA7589579592 /* ObjectAdapterI.swift */; }; + FA0D168835633CD1A9D1981A /* IPEndpointI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33DA35F0A419C89C8697E1C1 /* IPEndpointI.cpp */; }; + FA5A20277AB7601F230AFB7B /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */; }; + FA65E50C8E486FD76F54B819 /* EndpointTypes.ice in Sources */ = {isa = PBXBuildFile; fileRef = 270D7FA737E288C5BC07BB7B /* EndpointTypes.ice */; }; + FAA5110BDD591E7174E86E92 /* ExternalAccessory.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6F2FDCF84E326BC4C4E0AFF1 /* ExternalAccessory.framework */; }; + FAAC495827119B3FCDB2C987 /* ImplicitContextI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA67B54BAE09563AEAE8E8E /* ImplicitContextI.swift */; }; + FAAF4F83F5AD4DA0755FBC08 /* ServerAMD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 235E9D7A648FCFFF0A43C61B /* ServerAMD.swift */; }; + FAF7DCBD4B8F6538BCE4E614 /* Base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC55F9E051B7B644D0B5D4BA /* Base64.cpp */; }; + FB250B14D4F48FE16080A285 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */; }; + FB32A5CBF0B9A56BB19E9217 /* IceSlicingExceptions.bundle in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 46AFCD142E30142E1A652748 /* IceSlicingExceptions.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + FB36B70E7ACB239667DB21D6 /* ImplicitContext.ice in Sources */ = {isa = PBXBuildFile; fileRef = 5EDD12436470CD3929EC6636 /* ImplicitContext.ice */; }; + FB3F7578D99CB30DFC930172 /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = F67549CF819252D2F5778CD8 /* Test.ice */; }; + FB7E0D01AD2E2F58C80075F0 /* PluginFacade.ice in Sources */ = {isa = PBXBuildFile; fileRef = D63DF33431855CA6A853C632 /* PluginFacade.ice */; }; + FB904A31160ED25F5B79FC2C /* Object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ACE4AB2C6E1C7E38AE58A61A /* Object.cpp */; }; + FC0C7482D2DFA09902E8E756 /* EndpointI.mm in Sources */ = {isa = PBXBuildFile; fileRef = CC1961B08ED9056C87893156 /* EndpointI.mm */; }; + FCCC9EDDF23779093E9A95C3 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + FD037B95B802BC135F5064D4 /* BlobjectAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DD8C50CEFE99B3BBC5F5280 /* BlobjectAsync.swift */; }; + FD2CA05EFADB9B22DA7CBB76 /* Metrics.ice in Sources */ = {isa = PBXBuildFile; fileRef = 7AA406D6131434316B161236 /* Metrics.ice */; }; + FD71518E77678BA5AEAC49EF /* Test.ice in Sources */ = {isa = PBXBuildFile; fileRef = C47CEA28559A62A1E87C2BBB /* Test.ice */; }; + FD9D9F091FB362045AE85E6D /* Exception.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5DBD636510025EF9E6448B3 /* Exception.swift */; }; + FDA21CD5DF4400626A1D9106 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + FDBFBFA24C71FD274C142345 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0644400C36D238F4E8DFEA19 /* Foundation.framework */; }; + FDC36CE4090887A3CD928DBE /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */; }; + FDD1E9E095EC4FF3477818B8 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A450FB019E0DAAF7E6E97FF /* Server.swift */; }; + FE45B7F374ED5FB35503F6C1 /* TestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; }; + FEA9EFCB336C203B0E2DD295 /* NetworkProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8642903B4151BC47DD73999 /* NetworkProxy.cpp */; }; + FEF68908F34EC19226B68E49 /* Collocated.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCAE6234222BAED5B1DFF742 /* Collocated.swift */; }; + FF4A7E7F5BAA3101EB4E8E4D /* TcpAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7A9C2DA5F6E6DF80864278E9 /* TcpAcceptor.cpp */; }; + FF4F52D893B686EEA72FFD91 /* ServerPrivate.ice in Sources */ = {isa = PBXBuildFile; fileRef = CF4643E70FBFFDB02339B5DB /* ServerPrivate.ice */; }; + FF5FED145B8103964C43E343 /* IncomingAsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C1BD291AEA50BB53135FCF9 /* IncomingAsync.cpp */; }; + FF8E8FA5F17197AB1201B66E /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6FC36600872820D0F268B /* Client.swift */; }; + FFA6BEBAA3B59499BA5ABE34 /* LookupI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8947D981B5784F41E895A550 /* LookupI.cpp */; }; + FFC02534E0E3A2B2954A0A17 /* Ice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E670776F02770401862582 /* Ice.framework */; }; + FFE5B26F80BD74F1F46FB742 /* LoggerF.ice in Sources */ = {isa = PBXBuildFile; fileRef = 49FB29764C5297C6955E139E /* LoggerF.ice */; }; /* End PBXBuildFile section */ /* Begin PBXBuildRule section */ - 0FF9B382DF4DF6E01EB3D3C3 /* PBXBuildRule */ = { + 05B1909D018F15A35FD5093F /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1508,7 +1508,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 1110E0D4BAA44397D808ABD4 /* PBXBuildRule */ = { + 07A3635C65C3B5246CFE440D /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1520,7 +1520,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 12FE0D819EC89B8F4E1A7391 /* PBXBuildRule */ = { + 080A0A21A06DFCDEC62E3823 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1532,7 +1532,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 15EB8AA5F15324528C9073B0 /* PBXBuildRule */ = { + 0DF4D2FEA40162203CF3F4E6 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1544,7 +1544,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 16E9D5879D8B5D85E3072221 /* PBXBuildRule */ = { + 13A84DEBB9ACBA6C3D5DF203 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1556,7 +1556,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 1722A9109A86AE444EAFA74E /* PBXBuildRule */ = { + 18F05EAC9BC642C686BD718B /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1568,7 +1568,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 177BC7707512F51A6D9FB41C /* PBXBuildRule */ = { + 1B81E5E5A4D73AA38AEF3771 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1580,7 +1580,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 1DE0FA02D265283FEFBA61D1 /* PBXBuildRule */ = { + 1FA8389712B9600706D907FA /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1592,19 +1592,19 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 1E823D5E281E63411DA6DCDD /* PBXBuildRule */ = { + 2015A377E0A7BD24A13E2222 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*.ice"; + filePatterns = "*/IceSSL/*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice Compiler"; + name = "Slice Compiler for IceSSL/*.ice"; outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", + "$(DERIVED_FILE_DIR)/IceSSL_$(INPUT_FILE_BASE).swift", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/IceSSL\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceSSL/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceSSL_$BASENAME.swift\"\n"; }; - 1EB36D20E8369DA79FF121F2 /* PBXBuildRule */ = { + 254716CFDD87D8840F5C71FF /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1616,7 +1616,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 205EC070FE3A2AECBB85990E /* PBXBuildRule */ = { + 2A5091E7867637C96BF31BD2 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1628,7 +1628,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 2063B64AAA862CEA1C9CB715 /* PBXBuildRule */ = { + 2DA94C5C433AA27D1EA55DEA /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1640,44 +1640,31 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 2B918B2CF566D1024EC0F858 /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*/IceSSL/*.ice"; - fileType = pattern.proxy; - isEditable = 1; - name = "Slice Compiler for IceSSL/*.ice"; - outputFiles = ( - "$(DERIVED_FILE_DIR)/IceSSL_$(INPUT_FILE_BASE).swift", - ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/IceSSL\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceSSL/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceSSL_$BASENAME.swift\"\n"; - }; - 2F0BE317AC2ECECA816F9EBA /* PBXBuildRule */ = { + 312936D850380F6550E56477 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*/Ice/*.ice"; + filePatterns = "*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice Compiler for Ice/*.ice"; + name = "Slice Compiler"; outputFiles = ( - "$(DERIVED_FILE_DIR)/Ice_$(INPUT_FILE_BASE).swift", + "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/Ice\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/Ice/$BASENAME.swift\" \"$DERIVED_FILE_DIR/Ice_$BASENAME.swift\"\n"; + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 2F15F3B8856F04E349097BFE /* PBXBuildRule */ = { + 337D18A9FF33ECA03665AB72 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*/IceIAP/*.ice"; + filePatterns = "*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice2Cpp Compiler for IceIAP/*.ice"; + name = "Slice Compiler"; outputFiles = ( - "$(DERIVED_FILE_DIR)/IceIAP/$(INPUT_FILE_BASE).cpp", - "$(SYMROOT)/$(PLATFORM_NAME)/include/IceIAP/$(INPUT_FILE_BASE).h", + "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/cpp/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f /usr/local/opt/slice2swift/libexec/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/opt/slice2swift/libexec/bin/slice2cpp\nelif [ -f /usr/local/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/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\" \"$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"; + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 2FAF844E863F1F62B5D95942 /* PBXBuildRule */ = { + 351445181DCD2262A4BB5E54 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1689,7 +1676,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 300AFB2E2994D6659B75E1A7 /* PBXBuildRule */ = { + 3C5C4226972824625F629177 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1701,7 +1688,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 30AB7CD842E649E65DC1FEAE /* PBXBuildRule */ = { + 405CCC7EA4FAF8F2EE1549EB /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1713,19 +1700,19 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 359AFE5C0ED79C4C080B71D4 /* PBXBuildRule */ = { + 422FB74C68E0257C7891D4FD /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*.ice"; + filePatterns = "*/Ice/*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice Compiler"; + name = "Slice Compiler for Ice/*.ice"; outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", + "$(DERIVED_FILE_DIR)/Ice_$(INPUT_FILE_BASE).swift", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/Ice\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/Ice/$BASENAME.swift\" \"$DERIVED_FILE_DIR/Ice_$BASENAME.swift\"\n"; }; - 378543429AA23043406FDF08 /* PBXBuildRule */ = { + 423CE650D45B3BEB6A609B08 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1737,7 +1724,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 3796AEAB5E6503F55E8BA9DC /* PBXBuildRule */ = { + 4300C20AD7FFA326974A17CC /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1749,7 +1736,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 37A3C2ABEFA64A2E81FB6EEC /* PBXBuildRule */ = { + 438CB72227A118A887DE5FDC /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1761,19 +1748,19 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 38F98A2C93377DCC0437B58A /* PBXBuildRule */ = { + 43CA156EFC5603861E6B329A /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*.ice"; + filePatterns = "*/IceSSL/*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice Compiler"; + name = "Slice Compiler for IceSSL/*.ice"; outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", + "$(DERIVED_FILE_DIR)/IceSSL_$(INPUT_FILE_BASE).swift", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/IceSSL\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceSSL/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceSSL_$BASENAME.swift\"\n"; }; - 3B13DD6DB324B507582674C7 /* PBXBuildRule */ = { + 4790640202F99839991AF24F /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1785,7 +1772,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 3B19B1CF25BA8211A1F6F313 /* PBXBuildRule */ = { + 49BD3025E977AA02386EE352 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1797,7 +1784,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 3F15ED189A6CDF20CE92673D /* PBXBuildRule */ = { + 527BC66C04F3FCAB5207E309 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1809,7 +1796,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 3F9261DF59F5200F1ED2A4B7 /* PBXBuildRule */ = { + 561202D1A07AB00E48856761 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1821,7 +1808,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 4060393311406B8522382494 /* PBXBuildRule */ = { + 57E4B0339D9F4E3AC74FD704 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1833,7 +1820,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 408CB6B5944A2345BF465CE2 /* PBXBuildRule */ = { + 5BB3C70ADE38AF439D599D53 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1845,7 +1832,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 421BEC9EA0DEF297367D50EE /* PBXBuildRule */ = { + 62A20E09A0A852EDB88C97D9 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1857,32 +1844,31 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 44E850743075B847F4C5FAE5 /* PBXBuildRule */ = { + 630A3DB11F6D1B0FFE6C42A0 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*/Ice/*.ice"; + filePatterns = "*/IceStorm/*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice2Cpp Compiler for Ice/*.ice"; + name = "Slice Compiler for IceStorm/*.ice"; outputFiles = ( - "$(DERIVED_FILE_DIR)/Ice/$(INPUT_FILE_BASE).cpp", - "$(SYMROOT)/$(PLATFORM_NAME)/include/Ice/$(INPUT_FILE_BASE).h", + "$(DERIVED_FILE_DIR)/IceStorm_$(INPUT_FILE_BASE).swift", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/cpp/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f /usr/local/opt/slice2swift/libexec/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/opt/slice2swift/libexec/bin/slice2cpp\nelif [ -f /usr/local/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/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\" \"$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 = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/IceStorm\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceStorm/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceStorm_$BASENAME.swift\"\n"; }; - 48F2FA7B77CC39894214CBDD /* PBXBuildRule */ = { + 633E1E62BC1BAA5C82C09D20 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*.ice"; + filePatterns = "*/IceGrid/*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice Compiler"; + name = "Slice Compiler for IceGrid/*.ice"; outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", + "$(DERIVED_FILE_DIR)/IceGrid_$(INPUT_FILE_BASE).swift", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/IceGrid\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceGrid/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceGrid_$BASENAME.swift\"\n"; }; - 4DD155D9E07BDCA4F7F9A26C /* PBXBuildRule */ = { + 65777FD1C81B17C8F10A3A60 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*/IceGrid/*.ice"; @@ -1894,19 +1880,19 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/IceGrid\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceGrid/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceGrid_$BASENAME.swift\"\n"; }; - 4F640FC9BC09F560C4C71BB6 /* PBXBuildRule */ = { + 686212C716000DFBC5BFDB06 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*.ice"; + filePatterns = "*/IceIAP/*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice Compiler"; + name = "Slice Compiler for IceIAP/*.ice"; outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", + "$(DERIVED_FILE_DIR)/IceIAP_$(INPUT_FILE_BASE).swift", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/IceIAP\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceIAP/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceIAP_$BASENAME.swift\"\n"; }; - 54D0252EE1CCF06FE3A0A96C /* PBXBuildRule */ = { + 6AB5863484F1AD3C1905167F /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1918,31 +1904,32 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 5685CE42DF049ACDD01A5C33 /* PBXBuildRule */ = { + 6D1398C5B515AD0827C3F4D0 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*.ice"; + filePatterns = "*/IceDiscovery/*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice Compiler"; + 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", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/cpp/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f /usr/local/opt/slice2swift/libexec/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/opt/slice2swift/libexec/bin/slice2cpp\nelif [ -f /usr/local/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/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\" \"$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"; }; - 592CF8AF46A5FA2F367AA541 /* PBXBuildRule */ = { + 713D9DF53881E96F1B48B787 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*.ice"; + filePatterns = "*/Glacier2/*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice Compiler"; + name = "Slice Compiler for Glacier2/*.ice"; outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", + "$(DERIVED_FILE_DIR)/Glacier2_$(INPUT_FILE_BASE).swift", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/Glacier2\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/Glacier2/$BASENAME.swift\" \"$DERIVED_FILE_DIR/Glacier2_$BASENAME.swift\"\n"; }; - 5A5D7AC559820F680682349E /* PBXBuildRule */ = { + 721011241010C72EE7EF2228 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1954,19 +1941,20 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 5B5920EBA389B676D3A2AD29 /* PBXBuildRule */ = { + 727B4B468089C552D17CA6A6 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*.ice"; + filePatterns = "*/Ice/*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice Compiler"; + name = "Slice2Cpp Compiler for Ice/*.ice"; outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", + "$(DERIVED_FILE_DIR)/Ice/$(INPUT_FILE_BASE).cpp", + "$(SYMROOT)/$(PLATFORM_NAME)/include/Ice/$(INPUT_FILE_BASE).h", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/cpp/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f /usr/local/opt/slice2swift/libexec/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/opt/slice2swift/libexec/bin/slice2cpp\nelif [ -f /usr/local/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/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\" \"$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"; }; - 5EB48C2528F1DAFF8D7E7A2F /* PBXBuildRule */ = { + 757352871B228D9A78A4D5FA /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -1978,19 +1966,19 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 6346027E2A989A6EEE9D861F /* PBXBuildRule */ = { + 7702CC756E7280CEB5892621 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*/Glacier2/*.ice"; + filePatterns = "*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice Compiler for Glacier2/*.ice"; + name = "Slice Compiler"; outputFiles = ( - "$(DERIVED_FILE_DIR)/Glacier2_$(INPUT_FILE_BASE).swift", + "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/Glacier2\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/Glacier2/$BASENAME.swift\" \"$DERIVED_FILE_DIR/Glacier2_$BASENAME.swift\"\n"; + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 663416E8DB46ABCEE009732B /* PBXBuildRule */ = { + 78937534790AB339080450EB /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2002,7 +1990,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 6750DF494D79CB8B815C4BBB /* PBXBuildRule */ = { + 78E89D28B5FEA105D2786BB0 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2014,7 +2002,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 67AE3EABDC9AE5649FB8FC3C /* PBXBuildRule */ = { + 7ACC082420C643FBB83B8C89 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2026,7 +2014,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 68429E0C60E8CA15516ABC73 /* PBXBuildRule */ = { + 7D6BFF6BE0DAB6192CA8B4B9 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2038,20 +2026,19 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 69AE59DC20B9639E6BBD66F9 /* PBXBuildRule */ = { + 7D8A819A477AA8BA9D8093C3 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*/IceDiscovery/*.ice"; + filePatterns = "*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice2Cpp Compiler for IceDiscovery/*.ice"; + name = "Slice Compiler"; 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", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/cpp/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f /usr/local/opt/slice2swift/libexec/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/opt/slice2swift/libexec/bin/slice2cpp\nelif [ -f /usr/local/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/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\" \"$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 = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 6BE1BBD8A9FB770282A82745 /* PBXBuildRule */ = { + 7F80C228529BCF088A4B6D5E /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2063,7 +2050,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 6D71F4FFE995B4E23BFE08F7 /* PBXBuildRule */ = { + 80D9337F8CA7626B56B7498C /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2075,7 +2062,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 6D904F37E9F44977444DC8E3 /* PBXBuildRule */ = { + 83F8C7A6B9D818A9D4B58B0C /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2087,7 +2074,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 6E1EC6A2F4AF060DFE3A6794 /* PBXBuildRule */ = { + 848526D8B26098E5CD614F80 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2099,32 +2086,32 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 72F7C3BFF4E26DE2BE3C8759 /* PBXBuildRule */ = { + 85A8E29574EE96A14619DAEE /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*/IceDiscovery/*.ice"; + filePatterns = "*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice2Cpp Compiler for IceDiscovery/*.ice"; + name = "Slice Compiler"; 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", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/cpp/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f /usr/local/opt/slice2swift/libexec/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/opt/slice2swift/libexec/bin/slice2cpp\nelif [ -f /usr/local/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/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\" \"$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 = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 745742BE5C573845A27A17B9 /* PBXBuildRule */ = { + 8AFBFC232FF4589B80C2EE17 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*.ice"; + filePatterns = "*/IceSSL/*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice Compiler"; + 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", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/cpp/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f /usr/local/opt/slice2swift/libexec/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/opt/slice2swift/libexec/bin/slice2cpp\nelif [ -f /usr/local/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/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\" \"$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"; }; - 74BAC9EDAB70790AD6376FFB /* PBXBuildRule */ = { + 8C096D180C942CB11BFD7CBC /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2136,7 +2123,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 799746C24DEE4A58AB6623D2 /* PBXBuildRule */ = { + 8C565445235EBE97F5BFCF83 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2148,7 +2135,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 7BAA3B9C8CFDEF557E8043DD /* PBXBuildRule */ = { + 8DCABAA486E17F2D1FA56EA2 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2160,7 +2147,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 7C2A239E122B830449411706 /* PBXBuildRule */ = { + 8E7EB63AF01041EFB8A7583A /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2172,7 +2159,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 7CCF2CBF0630FD59A68B03B1 /* PBXBuildRule */ = { + 9008BAEFD7124412190F5978 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2184,7 +2171,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 7D78698A6CE6B0ED7ABE93FA /* PBXBuildRule */ = { + 905DD464DDDD7572B19F8899 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2196,7 +2183,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 85E41E7443DE8512EE3A07A5 /* PBXBuildRule */ = { + 92159B14537D4165D7395A1C /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2208,7 +2195,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 8DD8943BB4B29D7180F51FAC /* PBXBuildRule */ = { + 939E419917DF3EB03F5555D8 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2220,7 +2207,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 9025E447404CBC5AE1281177 /* PBXBuildRule */ = { + 949A7ACC61D2BEE64E86D909 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2232,7 +2219,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 9D07A9E7F25DD64E7B2378CE /* PBXBuildRule */ = { + A08E6517A540EC6FFCD83B70 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2244,57 +2231,56 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - 9EBF72FFF1D78EF59F4D3395 /* PBXBuildRule */ = { + A388844967C520D4779209C7 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*/Glacier2/*.ice"; + filePatterns = "*/IceDiscovery/*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice Compiler for Glacier2/*.ice"; + name = "Slice2Cpp Compiler for IceDiscovery/*.ice"; outputFiles = ( - "$(DERIVED_FILE_DIR)/Glacier2_$(INPUT_FILE_BASE).swift", + "$(DERIVED_FILE_DIR)/IceDiscovery/$(INPUT_FILE_BASE).cpp", + "$(SYMROOT)/$(PLATFORM_NAME)/include/IceDiscovery/$(INPUT_FILE_BASE).h", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/Glacier2\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/Glacier2/$BASENAME.swift\" \"$DERIVED_FILE_DIR/Glacier2_$BASENAME.swift\"\n"; + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/cpp/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f /usr/local/opt/slice2swift/libexec/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/opt/slice2swift/libexec/bin/slice2cpp\nelif [ -f /usr/local/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/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\" \"$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"; }; - 9F1AF35552BD3B6FC33F97AA /* PBXBuildRule */ = { + A3DA3CBC8A2C52CBCC67E785 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*/IceLocatorDiscovery/*.ice"; + filePatterns = "*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice2Cpp Compiler for IceLocatorDiscovery/*.ice"; + name = "Slice Compiler"; 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", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/cpp/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f /usr/local/opt/slice2swift/libexec/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/opt/slice2swift/libexec/bin/slice2cpp\nelif [ -f /usr/local/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/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\" \"$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 = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - A01BCF0A4FC1D846BA0B75C8 /* PBXBuildRule */ = { + A5F2F16E98C5321048E6BAF2 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*/Ice/*.ice"; + filePatterns = "*/Glacier2/*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice2Cpp Compiler for Ice/*.ice"; + name = "Slice Compiler for Glacier2/*.ice"; outputFiles = ( - "$(DERIVED_FILE_DIR)/Ice/$(INPUT_FILE_BASE).cpp", - "$(SYMROOT)/$(PLATFORM_NAME)/include/Ice/$(INPUT_FILE_BASE).h", + "$(DERIVED_FILE_DIR)/Glacier2_$(INPUT_FILE_BASE).swift", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/cpp/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f /usr/local/opt/slice2swift/libexec/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/opt/slice2swift/libexec/bin/slice2cpp\nelif [ -f /usr/local/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/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\" \"$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 = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/Glacier2\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/Glacier2/$BASENAME.swift\" \"$DERIVED_FILE_DIR/Glacier2_$BASENAME.swift\"\n"; }; - A1AB20FEB59781F98AB45B66 /* PBXBuildRule */ = { + A8259479EBA0D7C4DFDF6DA5 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*/IceSSL/*.ice"; + filePatterns = "*/Ice/*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice Compiler for IceSSL/*.ice"; + name = "Slice Compiler for Ice/*.ice"; outputFiles = ( - "$(DERIVED_FILE_DIR)/IceSSL_$(INPUT_FILE_BASE).swift", + "$(DERIVED_FILE_DIR)/Ice_$(INPUT_FILE_BASE).swift", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/IceSSL\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceSSL/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceSSL_$BASENAME.swift\"\n"; + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/Ice\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/Ice/$BASENAME.swift\" \"$DERIVED_FILE_DIR/Ice_$BASENAME.swift\"\n"; }; - AAE0DC8A16F477144324539D /* PBXBuildRule */ = { + AD437E7F31126502F0F1A7B0 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2306,19 +2292,20 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - B3653360B0A87D0156BEFC2B /* PBXBuildRule */ = { + ADD7A8644FAE5AAEA59C3B62 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*/IceGrid/*.ice"; + filePatterns = "*/IceIAP/*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice Compiler for IceGrid/*.ice"; + name = "Slice2Cpp Compiler for IceIAP/*.ice"; outputFiles = ( - "$(DERIVED_FILE_DIR)/IceGrid_$(INPUT_FILE_BASE).swift", + "$(DERIVED_FILE_DIR)/IceIAP/$(INPUT_FILE_BASE).cpp", + "$(SYMROOT)/$(PLATFORM_NAME)/include/IceIAP/$(INPUT_FILE_BASE).h", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/IceGrid\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceGrid/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceGrid_$BASENAME.swift\"\n"; + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/cpp/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f /usr/local/opt/slice2swift/libexec/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/opt/slice2swift/libexec/bin/slice2cpp\nelif [ -f /usr/local/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/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\" \"$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"; }; - B58731E7051C2F5F73944A6F /* PBXBuildRule */ = { + AE3D361B68029682B59483F8 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2330,7 +2317,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - B67B7F46EBDB373296B90415 /* PBXBuildRule */ = { + AEE7147E2BE9D5472E954137 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2342,7 +2329,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - B72D5907706390ED0F36B967 /* PBXBuildRule */ = { + AF723D4CE161D611A5F2B266 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2354,7 +2341,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - BAF304E3E7EEB9B7D06ECEF6 /* PBXBuildRule */ = { + B045200D2F430C1513F9B447 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2366,7 +2353,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - BC6A5950E2EA0B151498A2BC /* PBXBuildRule */ = { + B0BBD12E77BFE4654F573F9C /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2378,7 +2365,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - BC9C97FA6DA40C10C3D7A814 /* PBXBuildRule */ = { + B0CB483E1A43C37F94CC1A45 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2390,7 +2377,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - BCF13975962FC2E15C60EF46 /* PBXBuildRule */ = { + B1D117BDA66F507F2EDABE7F /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2402,7 +2389,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - BCFE2D0978B9E9FFDB7E7E79 /* PBXBuildRule */ = { + B2D466540B368886C21E8E5B /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2414,7 +2401,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - BD4A81F8BFF633237F3EC548 /* PBXBuildRule */ = { + B7070CA46F11F59B4EAD9B87 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2426,20 +2413,19 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - BFFE0CA4AFAF642B1A951FB0 /* PBXBuildRule */ = { + B87C530B2B3B6C2A9231E5F2 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*/IceSSL/*.ice"; + filePatterns = "*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice2Cpp Compiler for IceSSL/*.ice"; + name = "Slice Compiler"; 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", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/cpp/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f /usr/local/opt/slice2swift/libexec/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/opt/slice2swift/libexec/bin/slice2cpp\nelif [ -f /usr/local/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/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\" \"$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 = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - C0B4E74F8EE099263E4F7F58 /* PBXBuildRule */ = { + BB004958573F716331497F6D /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2451,19 +2437,20 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - C44209A47CA5948198154777 /* PBXBuildRule */ = { + BD826CED4EAABD4B5056C755 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*/IceStorm/*.ice"; + filePatterns = "*/Ice/*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice Compiler for IceStorm/*.ice"; + name = "Slice2Cpp Compiler for Ice/*.ice"; outputFiles = ( - "$(DERIVED_FILE_DIR)/IceStorm_$(INPUT_FILE_BASE).swift", + "$(DERIVED_FILE_DIR)/Ice/$(INPUT_FILE_BASE).cpp", + "$(SYMROOT)/$(PLATFORM_NAME)/include/Ice/$(INPUT_FILE_BASE).h", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/IceStorm\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceStorm/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceStorm_$BASENAME.swift\"\n"; + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/cpp/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f /usr/local/opt/slice2swift/libexec/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/opt/slice2swift/libexec/bin/slice2cpp\nelif [ -f /usr/local/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/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\" \"$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"; }; - C497CC269132442E64B4B87E /* PBXBuildRule */ = { + C0F36D28375DFCD0E2B35DC4 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2475,7 +2462,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - C57F1D5E329660FA675D77D7 /* PBXBuildRule */ = { + C456BE5865FF1BE80BC95644 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2487,7 +2474,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - C5C875ED810B91E80F51E96D /* PBXBuildRule */ = { + C8C1EE445F6B7B47E9309566 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2499,20 +2486,19 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - C6ADBB988BCC074AF32EE6FE /* PBXBuildRule */ = { + CA453088DF047D1E66D356B5 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*/IceSSL/*.ice"; + filePatterns = "*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice2Cpp Compiler for IceSSL/*.ice"; + name = "Slice Compiler"; 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", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/cpp/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f /usr/local/opt/slice2swift/libexec/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/opt/slice2swift/libexec/bin/slice2cpp\nelif [ -f /usr/local/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/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\" \"$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 = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - C8B49B5826C500265B74D193 /* PBXBuildRule */ = { + CD0E887AAE9120EBBF9701E0 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*/IceLocatorDiscovery/*.ice"; @@ -2525,7 +2511,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/cpp/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f /usr/local/opt/slice2swift/libexec/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/opt/slice2swift/libexec/bin/slice2cpp\nelif [ -f /usr/local/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/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\" \"$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"; }; - C92AAF83A0749307DA35F102 /* PBXBuildRule */ = { + CFEDED3C1E59595CAE1331CD /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2537,7 +2523,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - D35EE310559C2694A630E54F /* PBXBuildRule */ = { + D02EF989029170E14BC0751D /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2549,7 +2535,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - D7EA3868BBB01DBFFE5D97B8 /* PBXBuildRule */ = { + D0B4DCABE5BE97DD5AA38BE4 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2561,19 +2547,20 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - DBF78CE9D62FF669BC3C80A2 /* PBXBuildRule */ = { + D8FD9AB1CE317400CEFDF9EB /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*.ice"; + filePatterns = "*/IceLocatorDiscovery/*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice Compiler"; + 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", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/cpp/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f /usr/local/opt/slice2swift/libexec/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/opt/slice2swift/libexec/bin/slice2cpp\nelif [ -f /usr/local/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/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\" \"$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"; }; - E0E1C228B6C0A27210C7C16A /* PBXBuildRule */ = { + DC796C4ACD78701BA92FB401 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2585,7 +2572,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - E32D042A2AC527C58F0DC5D9 /* PBXBuildRule */ = { + DCA662CE025E18B52FBB3A90 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2597,19 +2584,19 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - EFB9B532468CDDC35C13F7EB /* PBXBuildRule */ = { + DE25249021A0325A13DBFF01 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*/Ice/*.ice"; + filePatterns = "*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice Compiler for Ice/*.ice"; + name = "Slice Compiler"; outputFiles = ( - "$(DERIVED_FILE_DIR)/Ice_$(INPUT_FILE_BASE).swift", + "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/Ice\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/Ice/$BASENAME.swift\" \"$DERIVED_FILE_DIR/Ice_$BASENAME.swift\"\n"; + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - EFC3AAB9E0D42AF9F2130681 /* PBXBuildRule */ = { + DEC00B1D967642B3A7D5026D /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2621,7 +2608,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - F42D30D272B1B1D96DB64A69 /* PBXBuildRule */ = { + E74EFC89C5DD9E02E70A620B /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2633,19 +2620,32 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - F5E2F23D40D74CCC58853942 /* PBXBuildRule */ = { + E88936B41BCEDBF35F040122 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*/IceIAP/*.ice"; + filePatterns = "*/IceStorm/*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice Compiler for IceIAP/*.ice"; + name = "Slice Compiler for IceStorm/*.ice"; outputFiles = ( - "$(DERIVED_FILE_DIR)/IceIAP_$(INPUT_FILE_BASE).swift", + "$(DERIVED_FILE_DIR)/IceStorm_$(INPUT_FILE_BASE).swift", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/IceIAP\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceIAP/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceIAP_$BASENAME.swift\"\n"; + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/IceStorm\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceStorm/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceStorm_$BASENAME.swift\"\n"; + }; + EC27E5CDBA201D1C1F808567 /* PBXBuildRule */ = { + isa = PBXBuildRule; + compilerSpec = com.apple.compilers.proxy.script; + filePatterns = "*/IceSSL/*.ice"; + fileType = pattern.proxy; + 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", + ); + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$ICE_HOME/cpp/bin/slice2cpp\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2cpp\" ]; then\n SLICE2CPP=\"$SRCROOT/../cpp/bin/slice2cpp\"\nelif [ -f /usr/local/opt/slice2swift/libexec/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/opt/slice2swift/libexec/bin/slice2cpp\nelif [ -f /usr/local/bin/slice2cpp ]; then\n SLICE2CPP=/usr/local/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\" \"$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"; }; - F629715E4CED60BA3561F66A /* PBXBuildRule */ = { + EDC00FBCD14CCDECB02C9A08 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2657,7 +2657,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - F784C4564AC8A599899A77C8 /* PBXBuildRule */ = { + EE3C5A6828421E22333D7178 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2669,7 +2669,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - FA8381D7902E38563FBE822F /* PBXBuildRule */ = { + F040CA31E9A43C251307EA9B /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2681,7 +2681,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - FAB4116DDC79F92DB2B7BD98 /* PBXBuildRule */ = { + F1EF1EA62B7467B39066987B /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2693,7 +2693,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - FEB6288664451BA377E228C3 /* PBXBuildRule */ = { + F4AD6612F991C3A4681678FC /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2705,7 +2705,7 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - FF514AFCB78044DCC95C05F3 /* PBXBuildRule */ = { + FBF5929442669936B79AD273 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.ice"; @@ -2717,731 +2717,731 @@ ); script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; - FF8E39D0BD5021F218617A70 /* PBXBuildRule */ = { + FE7ACE0302D4BD26A2A52DA5 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*/IceStorm/*.ice"; + filePatterns = "*.ice"; fileType = pattern.proxy; isEditable = 1; - name = "Slice Compiler for IceStorm/*.ice"; + name = "Slice Compiler"; outputFiles = ( - "$(DERIVED_FILE_DIR)/IceStorm_$(INPUT_FILE_BASE).swift", + "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).swift", ); - script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\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\" --output-dir \"$DERIVED_FILE_DIR/IceStorm\" \"$INPUT_FILE_PATH\"\nmv \"$DERIVED_FILE_DIR/IceStorm/$BASENAME.swift\" \"$DERIVED_FILE_DIR/IceStorm_$BASENAME.swift\"\n"; + script = "if [ -f \"$ICE_HOME/cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$ICE_HOME/cpp/bin/slice2swift\"\nelif [ -f \"$SRCROOT/../cpp/bin/slice2swift\" ]; then\n SLICE2SWIFT=\"$SRCROOT/../cpp/bin/slice2swift\"\nelif [ -f /usr/local/bin/slice2swift ]; then\n SLICE2SWIFT=/usr/local/bin/slice2swift\nelse\n echo \"Failed to locate slice2swift compiler\"\n exit 1\nfi\n\n\"$SLICE2SWIFT\" -I\"$SRCROOT/../slice\" -I\"$INPUT_FILE_DIR\" --output-dir \"$DERIVED_FILE_DIR\" \"$INPUT_FILE_PATH\"\n"; }; /* End PBXBuildRule section */ /* Begin PBXContainerItemProxy section */ - 0449AEB1519577E04CB3D89C /* PBXContainerItemProxy */ = { + 02946DC1E210AEE315E7BD23 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = DF25BCE238F79D67D03A0B10; - remoteInfo = "IceDefaultValue iOS"; + remoteGlobalIDString = 098E6FD5EB24363A4DEE0DA7; + remoteInfo = "IceOperations iOS"; }; - 071E3A598C32E27CDBDC8715 /* PBXContainerItemProxy */ = { + 0EF04AE24C93B43A33E35027 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = ED5185EFC3882FB526185ECC; - remoteInfo = "IceAmi macOS"; + remoteGlobalIDString = A8BFEC48F02CD14D702133F1; + remoteInfo = "IceOptional macOS"; }; - 0AB3F01463DA502978F39E6F /* PBXContainerItemProxy */ = { + 155B5E8F6B983054B4400102 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 4369982C30C8B8C516B6AFE3; - remoteInfo = "IceInheritance iOS"; + remoteGlobalIDString = 37408295372CCC494FCEBBA8; + remoteInfo = "IceInfo iOS"; }; - 0B81527906211605E3CEBA2B /* PBXContainerItemProxy */ = { + 1EB07D9B43BC881F1821275F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 3E61CD8370BCB3C687028883; - remoteInfo = "IceInvoke iOS"; + remoteGlobalIDString = A1B7E7150A01F89A6865545E; + remoteInfo = "Ice C++11 iOS"; }; - 134AC7EC9CEA07EC5ED414B2 /* PBXContainerItemProxy */ = { + 258929167A3C7DB2E392791D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 1A672B1F4E1B53BB18266951; - remoteInfo = "IceInterceptor iOS"; + remoteGlobalIDString = C2EFA7363ECEAB6F32F85BE8; + remoteInfo = "IceUdp iOS"; }; - 1667A56488391F62C8FF4749 /* PBXContainerItemProxy */ = { + 263BA2C3D89E9940CA52F2B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = FF6F43C83401616A19ACA299; - remoteInfo = "IceExceptions iOS"; + remoteGlobalIDString = 1CA71DA18C9564DDF7EE4E0E; + remoteInfo = "IceFacets iOS"; }; - 17C3C16AE791B9ED43E46EF0 /* PBXContainerItemProxy */ = { + 28663B60BCBDAB3A93946B79 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = D70A5F324AC30625F2749E7E; - remoteInfo = "IceAdapterDeactivation iOS"; + remoteGlobalIDString = 253E456C875414EEA7E3C1F3; + remoteInfo = "IceScope iOS"; }; - 1824E0AFFDFAC64E928B32F6 /* PBXContainerItemProxy */ = { + 2A89250C3CC0DF16E51E895B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 38CB94B155A784ED0C419112; - remoteInfo = "IceSSLConfiguration macOS"; + remoteGlobalIDString = F7EF6B079BCF601FD1060131; + remoteInfo = "IceSlicingExceptions iOS"; }; - 246BB833EA585B013675F7FB /* PBXContainerItemProxy */ = { + 30FE23982890ABCCB69D3AEE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 1AA9B0EED7026A015B2E8EB9; - remoteInfo = "IceLocation iOS"; + remoteGlobalIDString = 42FFB5A60FE60E45AF9D1E59; + remoteInfo = "IceDefaultValue macOS"; }; - 28EB1BC8AF464F37E18374F1 /* PBXContainerItemProxy */ = { + 34DC96422A9AE6871D17AA84 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = B82513A1D80BE3B7CB09AAB2; - remoteInfo = "IceSlicingObjects macOS"; + remoteGlobalIDString = FFCF97D84665D5864D1DD6B0; + remoteInfo = "IceInfo macOS"; }; - 2B3911FE4457DBCD5979AC2A /* PBXContainerItemProxy */ = { + 396D0FD799CFEC84407F9380 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 5ECBAD3BC7D28AFA1020FA55; - remoteInfo = "Glacier2 macOS"; + remoteGlobalIDString = 9D39B3D88AB297B58C6702DB; + remoteInfo = "IceInheritance macOS"; }; - 2C8B8062E3924631E55E354C /* PBXContainerItemProxy */ = { + 408164E5E670288E0985FD7B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 2D437ABEA31339A6A61F9790; - remoteInfo = "IceInheritance macOS"; + remoteGlobalIDString = 4DBE65B52198D344D9C96176; + remoteInfo = "IceProxy macOS"; }; - 34773B77835C3CC09CCC505D /* PBXContainerItemProxy */ = { + 482C34F3C576F9B0E701D76B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 1A5B6182216F213795E45302; - remoteInfo = "IceAcm iOS"; + remoteGlobalIDString = 6B33E1AD6A68D23E2B394D2F; + remoteInfo = "IceSlicingObjectsAMD macOS"; }; - 349149E0FDFD3B2B1E8DE27B /* PBXContainerItemProxy */ = { + 49367449D5D31DA70AD65327 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 7C70EE1A047E7A7AE4ABED3C; - remoteInfo = "SliceEscape iOS"; + remoteGlobalIDString = 5E8C7CF701EAFA38F1A07390; + remoteInfo = "IceSlicingExceptionsAMD iOS"; }; - 36C9D6508EAEA08E53E3B903 /* PBXContainerItemProxy */ = { + 4DABE7DD335C16A31AFE5619 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 8FC25D85C0C9A07D91C94EC6; - remoteInfo = "IceOptionalAMD iOS"; + remoteGlobalIDString = D6C0B42FB627DA7CE1820508; + remoteInfo = "IceExceptionsAMD iOS"; }; - 3B3604CD378B616E92CC7824 /* PBXContainerItemProxy */ = { + 4F3E92EA41A19A2A8A820814 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = D49618E733FCF88CEA9B345E; - remoteInfo = "IceProxyAMD macOS"; + remoteGlobalIDString = 097321F22CA928EFC1FEA632; + remoteInfo = "IceOptionalAMD macOS"; }; - 3D0FD1F4ABAAFAA68CBEF88D /* PBXContainerItemProxy */ = { + 50B51FF6FE0D2FDE56351113 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 77A005F4E620E2B76249A934; - remoteInfo = "Ice C++11 iOS"; + remoteGlobalIDString = 40193CADF4D789D61304A5E0; + remoteInfo = "IceOptionalAMD iOS"; }; - 3EB454086F804048D2F71F35 /* PBXContainerItemProxy */ = { + 50CF801B165001C9CDA9DB31 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = BE92BF50C0D2D77530D2A0CD; - remoteInfo = "Ice C++11 macOS"; + remoteGlobalIDString = 7DC5C5D0AED9760805DB7736; + remoteInfo = "SliceEscape iOS"; }; - 43AB8520124B321997153130 /* PBXContainerItemProxy */ = { + 5241B74B8BB698ADF742CA38 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 504B0CFFF8279A6D299E92B6; - remoteInfo = "IceInvoke macOS"; + remoteGlobalIDString = B26A5AC544E40377DF6BE842; + remoteInfo = "IceServantLocator macOS"; }; - 4C52F9C7AEAAF7E4458B1137 /* PBXContainerItemProxy */ = { + 55D97558D935ABD06E2A9F96 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = E8A2CCA6E4C5AB47FCCF6C4A; - remoteInfo = "IceServantLocator iOS"; + remoteGlobalIDString = 7B42CF47A0B479F5B5DFD55C; + remoteInfo = "IceOptional iOS"; }; - 4CAD54EFE30A2BCF77DC25AA /* PBXContainerItemProxy */ = { + 56EA4076F86C1649AD1560E7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 07A3419E635DE9DB26A2F68A; - remoteInfo = "IceUdp iOS"; + remoteGlobalIDString = B5E92BCB208FF469943B4DFF; + remoteInfo = "IceServantLocatorAMD macOS"; }; - 4E9FCB1FEF84D55A9A0A4501 /* PBXContainerItemProxy */ = { + 57C2BB8F67D1846192CE17F0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 93E597B6858C58AE0759B5B4; - remoteInfo = "IceSlicingExceptionsAMD macOS"; + remoteGlobalIDString = 3F71AF0558905EC8BA9E8008; + remoteInfo = "Ice macOS"; }; - 50C340CC63E5A1782A84F563 /* PBXContainerItemProxy */ = { + 5A65BC9256E3D4DC39E12284 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = AB6EBD02DF84219ECFD620C2; - remoteInfo = "IceExceptionsAMD iOS"; + remoteGlobalIDString = CBD1F136429E46466A5DF991; + remoteInfo = "IceServantLocatorAMD iOS"; }; - 51F1525C7117855C5B1399C5 /* PBXContainerItemProxy */ = { + 5C9E647F3E292D84B5725976 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 944D8F9BA2346FC139871EFA; - remoteInfo = "IceExceptionsAMD macOS"; + remoteGlobalIDString = A646AFF9FBDC190D34BA6C62; + remoteInfo = "Ice iOS"; }; - 52EDB70EE402D08DF7BC9FF0 /* PBXContainerItemProxy */ = { + 5F1722C301EDB3D6C13F8014 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = BD3DE7AD460CC0486CFC37AC; - remoteInfo = "IceDefaultServant iOS"; + remoteGlobalIDString = CC33F85906E9FC1AEA0A8CCD; + remoteInfo = "IceProperties macOS"; }; - 5B4F5D060B5482DFF4DD6883 /* PBXContainerItemProxy */ = { + 6104E4D5F43B168AB0878DB5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 6EC6E8DACC76C7AC05B74358; - remoteInfo = "IceSlicingExceptions macOS"; + remoteGlobalIDString = A646AFF9FBDC190D34BA6C62; + remoteInfo = "Ice iOS"; }; - 5C8FD2060F92DB5F3D2F145A /* PBXContainerItemProxy */ = { + 6489354EB6FA599F95751B0E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = E31738F49D6C316485F7D733; - remoteInfo = "IceHold macOS"; + remoteGlobalIDString = 324198CA822B89BCD4EDFFFF; + remoteInfo = "IceAdapterDeactivation iOS"; }; - 63372FEBBD69C08D208E20B2 /* PBXContainerItemProxy */ = { + 64D072A4C5D5E250DB61D25B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 544633D490B43366A6FC2EFC; - remoteInfo = "IceProxyAMD iOS"; + remoteGlobalIDString = A1B7E7150A01F89A6865545E; + remoteInfo = "Ice C++11 iOS"; }; - 6531B20441205714DDDD7E3E /* PBXContainerItemProxy */ = { + 6B5AE643363B06679C309AAF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 43FC4EA4439666F660B19794; - remoteInfo = "IceProperties macOS"; + remoteGlobalIDString = 8580AEB2CBE826A62D95DDA7; + remoteInfo = "IceExceptions iOS"; }; - 6564F88321D5FA660109143C /* PBXContainerItemProxy */ = { + 702F4ED7CEFCBD7464BADD42 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 1EF56F23750C6A55D015A947; - remoteInfo = "IceInfo macOS"; + remoteGlobalIDString = A1B7E7150A01F89A6865545E; + remoteInfo = "Ice C++11 iOS"; }; - 68071A1F47AD3892B8C6B197 /* PBXContainerItemProxy */ = { + 71EBCD222CB765A920B4939A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 539384C4B5788577D9C83945; - remoteInfo = "IceSlicingObjectsAMD iOS"; + remoteGlobalIDString = 789AEC57853FDCD54A279208; + remoteInfo = "IceProperties iOS"; }; - 686CEB6D4C1C19944025BF38 /* PBXContainerItemProxy */ = { + 73B5B9EA0002A8A9C823337C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = FAA074DDC907A45C269C3B8E; - remoteInfo = "IceSlicingExceptions iOS"; + remoteGlobalIDString = BBE51454D363AD26F9080FBE; + remoteInfo = "IceHold iOS"; }; - 692AA5473C40FE8C90BE8B90 /* PBXContainerItemProxy */ = { + 76F7E39E9CBC1D69858D0410 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 7E424F6B8B918AB33BA142F0; - remoteInfo = "IceExceptions macOS"; + remoteGlobalIDString = 147781F0EBEDBF6E1BFF02A9; + remoteInfo = "IceRetry iOS"; }; - 6D894ECEC33EEC456A77E219 /* PBXContainerItemProxy */ = { + 787A4E306C75EDAD14AD3FDA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = FA6D9194401F7CD789C4DBF5; - remoteInfo = "IceAcm macOS"; + remoteGlobalIDString = 001C5C931BB14CEE44D6A0FA; + remoteInfo = "IceTimeout macOS"; }; - 6E6FF2CE458F0797DE0C273D /* PBXContainerItemProxy */ = { + 7D255EC57023449BDD4BD185 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 36A4FEB4CC83ADDFC7FA5D20; - remoteInfo = "IceTimeout macOS"; + remoteGlobalIDString = 3613334A9EF07A2035F5045E; + remoteInfo = "IceInvoke macOS"; }; - 6EAAE6AB288E68C4AB07E25B /* PBXContainerItemProxy */ = { + 85D6CCD6473909A40127A937 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = DD8B8E606B2EC431577FC5D1; - remoteInfo = "IceScope macOS"; + remoteGlobalIDString = 53FC973D31BB9F8497ADD9F9; + remoteInfo = "IceAdmin iOS"; }; - 6F5A5FEF40572AB153E2A742 /* PBXContainerItemProxy */ = { + 890CD1EE5BD1F90B64581399 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = A13C5EF5E70FE524C8195C62; - remoteInfo = "IceServantLocatorAMD macOS"; + remoteGlobalIDString = 18EBB45A5DA6C9773AECE7FA; + remoteInfo = "IceInheritance iOS"; }; - 708E34A6F7C729C167CFA607 /* PBXContainerItemProxy */ = { + 8AAC8991C4E4F5A5542DD144 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 9D2537D23044FB1327800B5D; - remoteInfo = "IceProxy iOS"; + remoteGlobalIDString = 0974C7F508E3EDAC9E1E5D40; + remoteInfo = "IceFacets macOS"; }; - 71EE1430DF027E64FA875D9E /* PBXContainerItemProxy */ = { + 8C30BBC57CF43F4DCB6E4FFD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 77A005F4E620E2B76249A934; - remoteInfo = "Ice C++11 iOS"; + remoteGlobalIDString = 63A2B593BC830763C2E76C86; + remoteInfo = "Ice C++11 macOS"; }; - 740FC0903397436A5AD56C69 /* PBXContainerItemProxy */ = { + 9B79811BD843046C416B5777 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 99096D93F10D264C52F13A0E; - remoteInfo = "IceServices iOS"; + remoteGlobalIDString = 8A3FA701922598C41C1BBEE4; + remoteInfo = "IceAmi iOS"; }; - 77867B7F30E06A0A7388BFFF /* PBXContainerItemProxy */ = { + 9CBF61D118107DFD86E2BCC0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = D60CC397B9B10E9F3A0C5315; - remoteInfo = "IceHold iOS"; + remoteGlobalIDString = 5A6371305F7FBEA0BB7F13C9; + remoteInfo = "IceAcm macOS"; }; - 78969B78E386AB53EB183152 /* PBXContainerItemProxy */ = { + 9E1EAD678A1CB31491177E95 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = D5D1D1FDB9757F1241D3EE07; - remoteInfo = "IceStream macOS"; + remoteGlobalIDString = C0EA9EA000AF657D3B789147; + remoteInfo = "IceExceptions macOS"; }; - 7D7F0170429FE0894F3F3AE5 /* PBXContainerItemProxy */ = { + A0D70D58A410C221A363643C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = B414E7CBAEC26E5872111498; - remoteInfo = "IceBinding macOS"; + remoteGlobalIDString = 544909AD9A3F8B0EBF868EE6; + remoteInfo = "IceProxyAMD iOS"; }; - 80EDF8FFCD43B1AC8DC7B419 /* PBXContainerItemProxy */ = { + A111E880464D43DAED3122AD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 31FF9E7B3D38D84F48DA06D1; - remoteInfo = "IceOptionalAMD macOS"; + remoteGlobalIDString = F323B07333BDE70C0C56F215; + remoteInfo = "IceStream iOS"; }; - 81F776AD0E52D8B7BC5EA7F2 /* PBXContainerItemProxy */ = { + A145617DC2202626D160A12F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 77A005F4E620E2B76249A934; - remoteInfo = "Ice C++11 iOS"; + remoteGlobalIDString = A1748B8EFF3199D5E9B8A0B7; + remoteInfo = "IceSSLConfiguration iOS"; }; - 85C7964AD062189C4D1089AD /* PBXContainerItemProxy */ = { + A225D056028E0EB466A56BD0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 252152CFC135658792B892E0; - remoteInfo = "IceDefaultServant macOS"; + remoteGlobalIDString = 328125D9E95D0F7579F98568; + remoteInfo = "IceOperationsAMD macOS"; }; - 88F6E51EFCDE7F690B339391 /* PBXContainerItemProxy */ = { + A7157961674B49A09DD74D5A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 36C5FC458D8BC9519A544A6E; - remoteInfo = "Ice iOS"; + remoteGlobalIDString = 06303854213CBDE0E8304AF8; + remoteInfo = "IceObjects iOS"; }; - 899CB8ADF3631CB6FEE6DF6E /* PBXContainerItemProxy */ = { + A720651B99F09CC1918D5312 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 36C5FC458D8BC9519A544A6E; - remoteInfo = "Ice iOS"; + remoteGlobalIDString = 3BAF3007F5BB5975D0E3BCCD; + remoteInfo = "SliceEscape macOS"; }; - 8C75FF63354D020840CEACE6 /* PBXContainerItemProxy */ = { + A73D5ACE3ADFDF96BA31ED1D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = F25B1AA6427599A59D125802; - remoteInfo = "IceDefaultValue macOS"; + remoteGlobalIDString = 64BB72EB418808F4179FA3E5; + remoteInfo = "IceInterceptor iOS"; }; - 8DDCAD4878D6D124EB22D468 /* PBXContainerItemProxy */ = { + ACBA7FD77889E6A58ACB5902 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = FAB2357B9FF51C0F2DCF034D; - remoteInfo = "IceOptional iOS"; + remoteGlobalIDString = 6DA5E4E5AE68711A817C41C3; + remoteInfo = "IceAmi macOS"; }; - 8F66862C17A0652FA39635AD /* PBXContainerItemProxy */ = { + ADBCAC14B1E8B71DB9A07728 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 49ADA3F22CFF2F5D7D74696A; - remoteInfo = "IceScope iOS"; + remoteGlobalIDString = BD3A48B6E882EFC2DC64B12A; + remoteInfo = "IceTimeout iOS"; }; - 99B19BDD1BE8E4BB98BFEF14 /* PBXContainerItemProxy */ = { + AF813B8451788F574665C981 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 40BA8E62CF6A12BC186B062C; - remoteInfo = "IceEnums iOS"; + remoteGlobalIDString = 1C7768E80D8EEC3DC33D4093; + remoteInfo = "IceServantLocator iOS"; }; - 9BB0EAE61AAA3AA0287ABA55 /* PBXContainerItemProxy */ = { + AFBCC0B392D8768F98C38CA3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 0DF1D6DF6CDFD89DE83B4385; - remoteInfo = "IceRetry iOS"; + remoteGlobalIDString = 3F71AF0558905EC8BA9E8008; + remoteInfo = "Ice macOS"; }; - 9E5FA94240098F5E8E23D06A /* PBXContainerItemProxy */ = { + B39BF4AD4F46407AC26C3F91 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = BE92BF50C0D2D77530D2A0CD; - remoteInfo = "Ice C++11 macOS"; + remoteGlobalIDString = 934A63719322429BCC2F4364; + remoteInfo = "IceProxyAMD macOS"; }; - A4EB3B48B5839831A5BD89B1 /* PBXContainerItemProxy */ = { + B48192C7A9C0891B83B9389D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = BB3B0D98C22CE00B8ADC4316; - remoteInfo = "Glacier2 iOS"; + remoteGlobalIDString = 08BAA58FABA0560B2BE060FF; + remoteInfo = "IceSlicingExceptionsAMD macOS"; }; - A51FA733104BA1337C00CC58 /* PBXContainerItemProxy */ = { + B58BC4291D6513FFF5B1C2E2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 50D0B55BEB61EF5CFF2826B0; - remoteInfo = "IceAmi iOS"; + remoteGlobalIDString = 8E6E854AC0764B16C8B5FA86; + remoteInfo = "IceHold macOS"; }; - A60F7639243C06A0F161429C /* PBXContainerItemProxy */ = { + B624F5DC830CDBF55F5290F7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 095121484CF35DB41488AA68; - remoteInfo = "IceSlicingObjects iOS"; + remoteGlobalIDString = 67A7E47E50239941AB51C61E; + remoteInfo = "IceOperations macOS"; }; - AABA568DD374E370F04FE814 /* PBXContainerItemProxy */ = { + BC56931E35A66552D627579C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = EF3D6E8A40C3D56E8FB97960; - remoteInfo = "IceOperations iOS"; + remoteGlobalIDString = 5AAAA84E3DB184459797E60B; + remoteInfo = "IceLocation macOS"; }; - ABB91AF8B4E45759755DFEC4 /* PBXContainerItemProxy */ = { + BD1F9CA4F1A0D0A3CFD1B796 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = BE92BF50C0D2D77530D2A0CD; - remoteInfo = "Ice C++11 macOS"; + remoteGlobalIDString = 1AE5EF47AE73E767757F7A42; + remoteInfo = "IceAcm iOS"; }; - ABCB28EF745323D62BCCAD41 /* PBXContainerItemProxy */ = { + BE01547DFCA8251DA380FABD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = C0FE9B1D7C548C82F450BACF; - remoteInfo = "IceEnums macOS"; + remoteGlobalIDString = 735EB1E49E5BCF93878F7E04; + remoteInfo = "IceOperationsAMD iOS"; }; - AFDECD4898AE0012AD3D2C84 /* PBXContainerItemProxy */ = { + BE19E0D7702454A050D0B2BB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = D1ED8784329C86C777DED80E; - remoteInfo = "IceOperationsAMD macOS"; + remoteGlobalIDString = 1BC6A6725D2CA46825BA39AA; + remoteInfo = "IceServices iOS"; }; - B5DBE3B32818569C488B8FA5 /* PBXContainerItemProxy */ = { + BF9CFBE72158045582FCF734 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 5B9FD5A5518B1E6A910F0157; - remoteInfo = "IceServantLocator macOS"; + remoteGlobalIDString = 480634679869D8C3A52577C0; + remoteInfo = "IceObjects macOS"; }; - B64E84E82627A620C4C10D54 /* PBXContainerItemProxy */ = { + C034F51861A93496F145D297 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 499286D88345F56D3D5107C1; - remoteInfo = "IceRetry macOS"; + remoteGlobalIDString = D7DFF03B2DCC1CA176BF714D; + remoteInfo = "IceEnums iOS"; }; - B7B2B46CC2ABB29005597B4C /* PBXContainerItemProxy */ = { + C0B652B27D8B86B5A8A6E60E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = D4D5EA1CE255AAD11A2C027B; - remoteInfo = "IceLocation macOS"; + remoteGlobalIDString = A646AFF9FBDC190D34BA6C62; + remoteInfo = "Ice iOS"; }; - B9A30114DC71FA5C7C934A7E /* PBXContainerItemProxy */ = { + C38852465C2472058F666440 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = B5903D49E097BE89D76EF395; - remoteInfo = "IceStream iOS"; + remoteGlobalIDString = 3F71AF0558905EC8BA9E8008; + remoteInfo = "Ice macOS"; }; - BD61685D595708AE337B63DA /* PBXContainerItemProxy */ = { + C574083FE53AC3D033AC38B1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 54F96C53CFCBB2819C27994A; - remoteInfo = "IceServices macOS"; + remoteGlobalIDString = 681B94EE787CDD7E3C3F6493; + remoteInfo = "IceBinding iOS"; }; - BF654540319947A3E9E87C37 /* PBXContainerItemProxy */ = { + C64B2A2312D8733574591579 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = ED99A1BE112173616B269FD9; - remoteInfo = "IceAdmin macOS"; + remoteGlobalIDString = C3FE02775678A7B531C3DCCB; + remoteInfo = "IceDefaultServant macOS"; }; - CC41C4DA337207CDB1754780 /* PBXContainerItemProxy */ = { + C8FF6C7D1A298FB7CD12329F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 36C5FC458D8BC9519A544A6E; - remoteInfo = "Ice iOS"; + remoteGlobalIDString = D5C229C9A3634C6D7F82BD45; + remoteInfo = "IceInvoke iOS"; }; - CCB9F95FCA5DBE687239D64D /* PBXContainerItemProxy */ = { + C97DC20E3848A06CC4CD1EED /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B1A71B74E72F94006696B5E; - remoteInfo = "Ice macOS"; + remoteGlobalIDString = 76A1440ED576BB5A3465EFF7; + remoteInfo = "IceSSLConfiguration macOS"; }; - D1E5BF159F14BA0445A8473D /* PBXContainerItemProxy */ = { + CD832916DCEA6DB46537DB23 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B1A71B74E72F94006696B5E; - remoteInfo = "Ice macOS"; + remoteGlobalIDString = 1BB65BC934C50A241DD72EB0; + remoteInfo = "IceProxy iOS"; }; - D244682AE903A7C831545DC1 /* PBXContainerItemProxy */ = { + CDD5C1F85669D977D3F93ECE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 55F8A3288177944AC52AD726; - remoteInfo = "IceSSLConfiguration iOS"; + remoteGlobalIDString = B2D886655FF6F2AF192CDE9B; + remoteInfo = "IceStream macOS"; }; - D81A15579B7A3846BC90793A /* PBXContainerItemProxy */ = { + CF5856C351B9BD4B6BAD04CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 016FC7A8D7AC637CAFBB2258; - remoteInfo = "IceAdapterDeactivation macOS"; + remoteGlobalIDString = 2B9DCABB7DD2568783EC5FDF; + remoteInfo = "IceDefaultValue iOS"; }; - D923CD1CD0FEF64B02743E7E /* PBXContainerItemProxy */ = { + D1E128F8512E00DB7F111C3D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 3BAD975BC36C3B25374AA163; - remoteInfo = "IceOperations macOS"; + remoteGlobalIDString = DB44CE6AA4613D16DA367394; + remoteInfo = "IceLocation iOS"; }; - DA341896A20437999F2A5976 /* PBXContainerItemProxy */ = { + D55FD5044977EEA5D131E8FE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 65261994F8947C25192EBDAD; - remoteInfo = "IceSlicingObjectsAMD macOS"; + remoteGlobalIDString = 0E5B6FF412FD4C68F048F3A6; + remoteInfo = "IceAdapterDeactivation macOS"; }; - DADB4047A4DC0DA84F35C597 /* PBXContainerItemProxy */ = { + D6D180C7E66974EE05CAB9C0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = DC5193856654FD572B25809C; - remoteInfo = "IceFacets iOS"; + remoteGlobalIDString = C06AB48DFD32C2FDFC173B5F; + remoteInfo = "IceSlicingObjects iOS"; }; - DB16D662DB6112411AC10FA6 /* PBXContainerItemProxy */ = { + DE085B4B63E8336EA99A2F0A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 09340323490721CC00E70497; - remoteInfo = "IceProxy macOS"; + remoteGlobalIDString = A1B7E7150A01F89A6865545E; + remoteInfo = "Ice C++11 iOS"; }; - DE1DB85D3652BB7E6599A96D /* PBXContainerItemProxy */ = { + DF27A937B2DB88F7F8075541 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = EF5CB194F042E71ECAB77FAA; - remoteInfo = "IceFacets macOS"; + remoteGlobalIDString = A4D071BA9FAFD795282CA20F; + remoteInfo = "IceScope macOS"; }; - E0BDC3F5FBF4E332F1370759 /* PBXContainerItemProxy */ = { + E1FD651921906A6F32C2D96E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = B7194A39EDC518DAF4710B9D; - remoteInfo = "IceAdmin iOS"; + remoteGlobalIDString = 856B4528D2659E3A5D840122; + remoteInfo = "IceServices macOS"; }; - E3BCD98C240F8AC15B8F3F18 /* PBXContainerItemProxy */ = { + E33A04DF70CD42B3EE9C8F12 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 6E81F87FB1A2DD8DF52EDEB1; - remoteInfo = "IceInfo iOS"; + remoteGlobalIDString = B9BD028C62C0C641D98EB8E4; + remoteInfo = "IceBinding macOS"; }; - E40142F1446626E19046B591 /* PBXContainerItemProxy */ = { + E46C21BEC2F2CD8D55F15567 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 76EB76E57C52F373B2A6C902; - remoteInfo = "SliceEscape macOS"; + remoteGlobalIDString = 63A2B593BC830763C2E76C86; + remoteInfo = "Ice C++11 macOS"; }; - E8841E17573804A438BEA12F /* PBXContainerItemProxy */ = { + E58FEA28343C2C7C126D29FE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = F47A7BA0E9A8D3B3D3F386A2; - remoteInfo = "IceUdp macOS"; + remoteGlobalIDString = 63A2B593BC830763C2E76C86; + remoteInfo = "Ice C++11 macOS"; }; - E8CCC486F10CEA1D055D5860 /* PBXContainerItemProxy */ = { + E643676E3CAADB4A7A5F93F4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 373316595104969A56F04C43; - remoteInfo = "IceOptional macOS"; + remoteGlobalIDString = 0975E118A71B33DE4A497B03; + remoteInfo = "IceSlicingExceptions macOS"; }; - E8E99F7A96B8378FCEDD03FC /* PBXContainerItemProxy */ = { + E65C5FCA6DBAB1EF1D132AEF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 77A005F4E620E2B76249A934; - remoteInfo = "Ice C++11 iOS"; + remoteGlobalIDString = A268273C4FFE1FC71A25086D; + remoteInfo = "IceEnums macOS"; }; - EB22C423AC8C69F2F2DFC7EE /* PBXContainerItemProxy */ = { + E7C3212794AADE05497FA9B5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 587DE87D1F3107B640B3C493; - remoteInfo = "IceTimeout iOS"; + remoteGlobalIDString = 35D6F5D42DE5747E46E311CB; + remoteInfo = "IceAdmin macOS"; }; - EF4EA64E7229F19323C69414 /* PBXContainerItemProxy */ = { + E8DAA2A2B57B3B16E8A82DCF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 51DCD790B2181805210AD1DE; - remoteInfo = "IceObjects macOS"; + remoteGlobalIDString = D8D038C762A2A2D691C6E63A; + remoteInfo = "IceUdp macOS"; }; - F3653A6A329B12C82C168508 /* PBXContainerItemProxy */ = { + EB172B3884CB398DB340361F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 468DF61A6C03DC18F3F523E7; - remoteInfo = "IceOperationsAMD iOS"; + remoteGlobalIDString = 4CE7FD37472B94D4AA136739; + remoteInfo = "IceSlicingObjects macOS"; }; - F88066A4AFE43A30CCF33B91 /* PBXContainerItemProxy */ = { + EF10B23B0D1473F79909BB00 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 09A7ACC3072813D6587F016A; - remoteInfo = "IceServantLocatorAMD iOS"; + remoteGlobalIDString = 6DED301DB251D210C53F8A31; + remoteInfo = "IceRetry macOS"; }; - F8A50C2DB2CB5F6EE455417F /* PBXContainerItemProxy */ = { + F1AC928018CC2532ABC31B10 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 1A1476FABE2452778FDEAB54; - remoteInfo = "IceProperties iOS"; + remoteGlobalIDString = 71154AA1E8CE0A20D5F5AB1A; + remoteInfo = "IceDefaultServant iOS"; }; - FA8C1408B99DC0E4F2C3FE76 /* PBXContainerItemProxy */ = { + F457A02FF24335FFB390B390 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 3543F06F75A166BFC6F0FEB1; - remoteInfo = "IceObjects iOS"; + remoteGlobalIDString = 3A81ABC1DA6FA8643C82D2CA; + remoteInfo = "IceExceptionsAMD macOS"; }; - FA91A74AF2AB38EF7231884A /* PBXContainerItemProxy */ = { + F5F541ABC81BA1DBF126C21B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B1A71B74E72F94006696B5E; - remoteInfo = "Ice macOS"; + remoteGlobalIDString = A4F2C9E60ADDB2F7EE9BEAEB; + remoteInfo = "Glacier2 macOS"; }; - FB76E3AD53B66A9CDA647D58 /* PBXContainerItemProxy */ = { + F6709F7E5C348E3EF420931F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = C5E4947620F14F584E06AFF8; - remoteInfo = "IceSlicingExceptionsAMD iOS"; + remoteGlobalIDString = 0B355B60CB5058C222A05F0F; + remoteInfo = "Glacier2 iOS"; }; - FB809B71EB23D8587B10404D /* PBXContainerItemProxy */ = { + F75C744AF3B7603F89AF3026 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 097C250B3DDB3720E4EFB46B; + remoteGlobalIDString = 097B24B05F824444ED0F4482; remoteInfo = "IceInterceptor macOS"; }; - FF2B769153B4EAD030C29D93 /* PBXContainerItemProxy */ = { + FB0CDCBFA8A9CD421F278C57 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 518245EB5BB982FC780304C0 /* Project object */; + containerPortal = 02D8AA12240C31BD68BD17FA /* Project object */; proxyType = 1; - remoteGlobalIDString = 1728C95B2983B364E20AC842; - remoteInfo = "IceBinding iOS"; + remoteGlobalIDString = 73C2229AB5817C4978B4A5BF; + remoteInfo = "IceSlicingObjectsAMD iOS"; }; /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ - 09BCED8F7F9937A87612F630 /* Copy Frameworks */ = { + 0B4828689D9726A5001AABD1 /* Copy Frameworks */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - A7BF53036BE370173233D5CE /* Glacier2.framework in Copy Frameworks */, - C878C53EA9BD0F4A3CD62788 /* Ice.framework in Copy Frameworks */, - 92B9A6B58053616AE3AF1D0D /* IceAcm.bundle in Copy Frameworks */, - 424120B40E9F9C4804B618F9 /* IceAdapterDeactivation.bundle in Copy Frameworks */, - 939E1F708E833A945F531F8C /* IceAdmin.bundle in Copy Frameworks */, - 3B07AA399C8D6876D7B160D6 /* IceAmi.bundle in Copy Frameworks */, - 3157077B32471010F6EC9690 /* IceBinding.bundle in Copy Frameworks */, - 3904D865E09F980357AD5570 /* IceDefaultServant.bundle in Copy Frameworks */, - 594BEE8A1FEF8D25007BBF52 /* IceDefaultValue.bundle in Copy Frameworks */, - E51464AF385DB14EA9CA68C4 /* IceEnums.bundle in Copy Frameworks */, - 7BA2AC70DD19A3A7137BF255 /* IceExceptions.bundle in Copy Frameworks */, - B201F0923E47C229CD7C4D9E /* IceExceptionsAMD.bundle in Copy Frameworks */, - EA49B06F022F7BC63DA02996 /* IceFacets.bundle in Copy Frameworks */, - 093B0DFE343A5E7B03A305C8 /* IceGrid.framework in Copy Frameworks */, - BF4AED2EC006D0924D5DC227 /* IceHold.bundle in Copy Frameworks */, - FD113D406E034D49859683FD /* IceImpl.framework in Copy Frameworks */, - 82FD2B7174BC3344ED305BDE /* IceInfo.bundle in Copy Frameworks */, - 621C595B25A4FD50ED6D4D1C /* IceInheritance.bundle in Copy Frameworks */, - 5CC1BD64B4B973D32734164A /* IceInterceptor.bundle in Copy Frameworks */, - 04B7E700CD783636302F4EAA /* IceInvoke.bundle in Copy Frameworks */, - EBB135669190B198A60AD728 /* IceLocation.bundle in Copy Frameworks */, - FD560725F1ED761EAEA48E35 /* IceObjects.bundle in Copy Frameworks */, - A610B32BE61285C5389CDA9E /* IceOperations.bundle in Copy Frameworks */, - 88043C35CF4B9965EBECF3A0 /* IceOperationsAMD.bundle in Copy Frameworks */, - E4E298F784B0CB734E95EDF0 /* IceOptional.bundle in Copy Frameworks */, - 4A3A2A62E28E8BF9CC2DCA43 /* IceOptionalAMD.bundle in Copy Frameworks */, - 96749C1D375C898B746D3660 /* IceProperties.bundle in Copy Frameworks */, - D62A662DD10D40C3D7BFE208 /* IceProxy.bundle in Copy Frameworks */, - 9E743EEE6E48F05C19117220 /* IceProxyAMD.bundle in Copy Frameworks */, - E7EDF6B0B93D1024872AD947 /* IceRetry.bundle in Copy Frameworks */, - CCDBE494F3001016CDA65A2D /* IceScope.bundle in Copy Frameworks */, - E6546ABE2CB480D36C72AB89 /* IceServantLocator.bundle in Copy Frameworks */, - 797778881B5E50A86834A831 /* IceServantLocatorAMD.bundle in Copy Frameworks */, - 011F416C0A0E56A83EF99D74 /* IceServices.bundle in Copy Frameworks */, - 5380FD731C44A4DCC2FD112C /* IceSlicingExceptions.bundle in Copy Frameworks */, - DEC70D7083473323DC01B915 /* IceSlicingExceptionsAMD.bundle in Copy Frameworks */, - B256A689FB408B33D652A1BF /* IceSlicingObjects.bundle in Copy Frameworks */, - DBB1A05EE47D7BFD8294FC8C /* IceSlicingObjectsAMD.bundle in Copy Frameworks */, - C4D9A8592627F9E813ACBAE8 /* IceSSLConfiguration.bundle in Copy Frameworks */, - 4D554F587206F79C04214D26 /* IceStorm.framework in Copy Frameworks */, - A94D83FA6247E17B3089DA38 /* IceStream.bundle in Copy Frameworks */, - 5CF99F5410458D71FB09FB79 /* IceTimeout.bundle in Copy Frameworks */, - 06075129E29B804C3C980E35 /* IceUdp.bundle in Copy Frameworks */, - 8AD928DC9A1A37962B4AC485 /* SliceEscape.bundle in Copy Frameworks */, - C786754B68D59F5B8929011E /* TestCommon.framework in Copy Frameworks */, + 02F5C1AEAD9A5C0F5D472FB2 /* Glacier2.framework in Copy Frameworks */, + 8FE87B68ECAF2D6ACAD4BB24 /* Ice.framework in Copy Frameworks */, + 1F81BBE28AA48BE798DD6AD4 /* IceAcm.bundle in Copy Frameworks */, + CD916CAAC17BACD8E3B52417 /* IceAdapterDeactivation.bundle in Copy Frameworks */, + C0B3EA1C2976C5324529A4F2 /* IceAdmin.bundle in Copy Frameworks */, + 96808A995DB430DA5042FD00 /* IceAmi.bundle in Copy Frameworks */, + B8D62DC057CDEB82C35E1F4E /* IceBinding.bundle in Copy Frameworks */, + 0FAB669B6151748A1FB86BF8 /* IceDefaultServant.bundle in Copy Frameworks */, + 4A6AEB7642119B7B3212B51A /* IceDefaultValue.bundle in Copy Frameworks */, + 5CBED15C736CB16DC4FBBC17 /* IceEnums.bundle in Copy Frameworks */, + 58B19CDF086CFD98AF97847E /* IceExceptions.bundle in Copy Frameworks */, + CC9FD00091F6B3C42BA7512E /* IceExceptionsAMD.bundle in Copy Frameworks */, + D08CB66E579214BED1D71ACF /* IceFacets.bundle in Copy Frameworks */, + 910890A22E78C8465C20D259 /* IceGrid.framework in Copy Frameworks */, + E039E08F76D8F2AD0840B6F8 /* IceHold.bundle in Copy Frameworks */, + BE259C01F2298B4213C8D168 /* IceImpl.framework in Copy Frameworks */, + 4EC15073AFAB2215DC4A09A8 /* IceInfo.bundle in Copy Frameworks */, + D784E30771D0E54E638F310A /* IceInheritance.bundle in Copy Frameworks */, + F9C1FA8A3B0A6FF4642FB98F /* IceInterceptor.bundle in Copy Frameworks */, + F469AFBE38CCD633366E4109 /* IceInvoke.bundle in Copy Frameworks */, + 44B75B119574537DF344490B /* IceLocation.bundle in Copy Frameworks */, + 323B0485B5F46AD5A212AFAA /* IceObjects.bundle in Copy Frameworks */, + 4E473EFD34F8F7398B3D9485 /* IceOperations.bundle in Copy Frameworks */, + 4574C15D27FC8B8332DEE707 /* IceOperationsAMD.bundle in Copy Frameworks */, + A2D1909EDF2F78B9E67A9E5D /* IceOptional.bundle in Copy Frameworks */, + 8F4C98187B843BE2DA0DA308 /* IceOptionalAMD.bundle in Copy Frameworks */, + C5291487E7749E5D98366847 /* IceProperties.bundle in Copy Frameworks */, + 406E32C38361710F9A559B8E /* IceProxy.bundle in Copy Frameworks */, + 382409F90AD77CD821376856 /* IceProxyAMD.bundle in Copy Frameworks */, + D011C15E6687E1047CE57640 /* IceRetry.bundle in Copy Frameworks */, + 7AFB12B6F64C267292449186 /* IceScope.bundle in Copy Frameworks */, + D97FF5604DCC38842EBBF5F7 /* IceServantLocator.bundle in Copy Frameworks */, + 524F278DCAF8D1D81BACBA74 /* IceServantLocatorAMD.bundle in Copy Frameworks */, + CA34BFA146CBDA4386167E8D /* IceServices.bundle in Copy Frameworks */, + D34726CF6A36A026A7802952 /* IceSlicingExceptions.bundle in Copy Frameworks */, + 1008F6F93D90D0BB29C60105 /* IceSlicingExceptionsAMD.bundle in Copy Frameworks */, + 03ACC4D3608A99DE0016C014 /* IceSlicingObjects.bundle in Copy Frameworks */, + 5997BCD3A8DFB055AD3EFE92 /* IceSlicingObjectsAMD.bundle in Copy Frameworks */, + 914ABFF82ACB57CC30E47FD2 /* IceSSLConfiguration.bundle in Copy Frameworks */, + 130C3A3A0D6421542CE475B2 /* IceStorm.framework in Copy Frameworks */, + F840AA8471A3D1F8E8733643 /* IceStream.bundle in Copy Frameworks */, + EC2E3138309582F847C8EA41 /* IceTimeout.bundle in Copy Frameworks */, + 903BFD3A4C7675C074C3BE9F /* IceUdp.bundle in Copy Frameworks */, + 22BDE83BE3A914A1D43924BF /* SliceEscape.bundle in Copy Frameworks */, + 77F2FDA46B5D3D6A26F2FDEA /* TestCommon.framework in Copy Frameworks */, ); name = "Copy Frameworks"; runOnlyForDeploymentPostprocessing = 0; }; - 94C28DC165AA598E74D7AAB2 /* Copy Symbols */ = { + 56242D68C84244ACEC71D047 /* Copy Symbols */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; @@ -3451,7 +3451,7 @@ name = "Copy Symbols"; runOnlyForDeploymentPostprocessing = 0; }; - DE3762BDBF1BA7C6F481C1B7 /* Copy Symbols */ = { + 76B5925C655A6977A8A0C066 /* Copy Symbols */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; @@ -3461,57 +3461,57 @@ name = "Copy Symbols"; runOnlyForDeploymentPostprocessing = 0; }; - EF03D99E85E406ECD9DF4486 /* Copy Frameworks */ = { + C61C62C151FA3EF725C9A467 /* Copy Frameworks */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - B20505CCD899A0D867C2E815 /* Glacier2.framework in Copy Frameworks */, - AE8D6644FBDC96BA798ABD1D /* Ice.framework in Copy Frameworks */, - B94F614AD60EBA0654D596F2 /* IceAcm.bundle in Copy Frameworks */, - BF341E9BC0A73790B509D6B1 /* IceAdapterDeactivation.bundle in Copy Frameworks */, - F8A1FCF9B4ED414CB90375CE /* IceAdmin.bundle in Copy Frameworks */, - A3B51CAED34A0402AA31190E /* IceAmi.bundle in Copy Frameworks */, - A4A98AE34044D9C9C63447CE /* IceBinding.bundle in Copy Frameworks */, - B8637107211AB146B0A19F2C /* IceDefaultServant.bundle in Copy Frameworks */, - 77B88106ED995ADEAA1DAB02 /* IceDefaultValue.bundle in Copy Frameworks */, - 178EE5A235CFB77F11655220 /* IceEnums.bundle in Copy Frameworks */, - 9687BA884EDEB7724B1C0DAF /* IceExceptions.bundle in Copy Frameworks */, - 6716364A5D1EA9B2BD0DE1B4 /* IceExceptionsAMD.bundle in Copy Frameworks */, - EB9D319546F8A9E5AD7C1B5C /* IceFacets.bundle in Copy Frameworks */, - 281C6675015FE9639E51AD15 /* IceGrid.framework in Copy Frameworks */, - B39607E466AFDE4F4381CA74 /* IceHold.bundle in Copy Frameworks */, - ABD281EBC8994A1C766A2E5F /* IceImpl.framework in Copy Frameworks */, - D90190455535592EA963E2B3 /* IceInfo.bundle in Copy Frameworks */, - 801892CB9C0BE8D895510F64 /* IceInheritance.bundle in Copy Frameworks */, - 3083DAEA5D2986F8D59C8CFC /* IceInterceptor.bundle in Copy Frameworks */, - FE63419AC32B05173B493BB1 /* IceInvoke.bundle in Copy Frameworks */, - DB915FAC714AD9A87FF1981D /* IceLocation.bundle in Copy Frameworks */, - 52F55B3BFBE56C152A77FAE9 /* IceObjects.bundle in Copy Frameworks */, - AE409CB93983D77DAA15E1FB /* IceOperations.bundle in Copy Frameworks */, - CBE283705BF3626395DA7962 /* IceOperationsAMD.bundle in Copy Frameworks */, - 47154729F6C133FF033D4B5F /* IceOptional.bundle in Copy Frameworks */, - EA1D2439D646479919604828 /* IceOptionalAMD.bundle in Copy Frameworks */, - D516F9336A910E473F9AFF7C /* IceProperties.bundle in Copy Frameworks */, - 62703FDFAFFA24EC60F86EEF /* IceProxy.bundle in Copy Frameworks */, - 8B8EB9500D5C82E7C7CE3DF4 /* IceProxyAMD.bundle in Copy Frameworks */, - 7E7F14220A99322B7ED2B354 /* IceRetry.bundle in Copy Frameworks */, - 3EF379F12542904F2953938F /* IceScope.bundle in Copy Frameworks */, - 69BE1CB68A15E562C105DB79 /* IceServantLocator.bundle in Copy Frameworks */, - 97C17C93C8228E3CA7FC071F /* IceServantLocatorAMD.bundle in Copy Frameworks */, - 454EBEF401F20FCD818A763D /* IceServices.bundle in Copy Frameworks */, - 4149096D2910C10725932DA4 /* IceSlicingExceptions.bundle in Copy Frameworks */, - 7F07B4B26F38E4822C8F5C5E /* IceSlicingExceptionsAMD.bundle in Copy Frameworks */, - 0FEA5F13607E8B96742ED439 /* IceSlicingObjects.bundle in Copy Frameworks */, - 14F0708E14027137DED92CF2 /* IceSlicingObjectsAMD.bundle in Copy Frameworks */, - 107BFD091F824A1C3F3C75DE /* IceSSLConfiguration.bundle in Copy Frameworks */, - 87E8F30161B455EFE3525030 /* IceStorm.framework in Copy Frameworks */, - 9DF6E5D9D60CC0388079666E /* IceStream.bundle in Copy Frameworks */, - 1888A4DACCA6871C296277C3 /* IceTimeout.bundle in Copy Frameworks */, - C601D1F1DAE2931C4199F295 /* IceUdp.bundle in Copy Frameworks */, - F647821D7004D4ABD923D119 /* SliceEscape.bundle in Copy Frameworks */, - D348A2B339D0821936B83688 /* TestCommon.framework in Copy Frameworks */, + 3CDD3BD2FFC50C2A8E24A927 /* Glacier2.framework in Copy Frameworks */, + 886D57B3D553C1EDC7EAACC9 /* Ice.framework in Copy Frameworks */, + 3EBBB3014B044BB18B1C6786 /* IceAcm.bundle in Copy Frameworks */, + 748DEF9B2DE15A38B92B7A2B /* IceAdapterDeactivation.bundle in Copy Frameworks */, + C056B8891AD9995336BE0074 /* IceAdmin.bundle in Copy Frameworks */, + 41D59B77679CC0D80FAA8763 /* IceAmi.bundle in Copy Frameworks */, + CC0EEE665D481BA98FB9A741 /* IceBinding.bundle in Copy Frameworks */, + 75A9870FFB4EBECAAA883A98 /* IceDefaultServant.bundle in Copy Frameworks */, + 10428F0DC4A3580E235B3107 /* IceDefaultValue.bundle in Copy Frameworks */, + D7A2F0316244E837D63C3E15 /* IceEnums.bundle in Copy Frameworks */, + 5717285E78A05D0830844262 /* IceExceptions.bundle in Copy Frameworks */, + 70724CD5C45E73DE4702C4E0 /* IceExceptionsAMD.bundle in Copy Frameworks */, + 71DFAD3B3E7C1253C98908CC /* IceFacets.bundle in Copy Frameworks */, + 030FD4E842BE225BA1CBE99D /* IceGrid.framework in Copy Frameworks */, + BD1320A2A3F7FE2D265F9C0C /* IceHold.bundle in Copy Frameworks */, + E7FC918F3F13E6F1CEF0971C /* IceImpl.framework in Copy Frameworks */, + E7C5EC4DC08717BABBC1E6D1 /* IceInfo.bundle in Copy Frameworks */, + 79269A424A6DA8C9ADDEEC2E /* IceInheritance.bundle in Copy Frameworks */, + 30F44ECCB699A2D834A8ECE1 /* IceInterceptor.bundle in Copy Frameworks */, + 4ADBD2B11B1909ACB0828BC4 /* IceInvoke.bundle in Copy Frameworks */, + ACA8FDF6B7A70F0F9699E32D /* IceLocation.bundle in Copy Frameworks */, + 97BBFB69483AE626E26A23F6 /* IceObjects.bundle in Copy Frameworks */, + 2005BDB52F66F5DFC96B1120 /* IceOperations.bundle in Copy Frameworks */, + 6CB38E06ECDCCA55574C87AE /* IceOperationsAMD.bundle in Copy Frameworks */, + 6B9C3BDD161C95E6F87DDDC0 /* IceOptional.bundle in Copy Frameworks */, + 9EE3F2FB34380F554FE4D63B /* IceOptionalAMD.bundle in Copy Frameworks */, + BD3D7EB947956F23C2DBDDFA /* IceProperties.bundle in Copy Frameworks */, + B2E88D0CC13CB2B23714C5DB /* IceProxy.bundle in Copy Frameworks */, + F70607F5D3F11AD42D5502BC /* IceProxyAMD.bundle in Copy Frameworks */, + C03E5B34A620B70C5657AAD6 /* IceRetry.bundle in Copy Frameworks */, + 7BC0410F541F10D416124473 /* IceScope.bundle in Copy Frameworks */, + 91708B62578E9F4FF37F4D85 /* IceServantLocator.bundle in Copy Frameworks */, + 9EF0C94920838E605694238F /* IceServantLocatorAMD.bundle in Copy Frameworks */, + 11C344A7F4E581396C466362 /* IceServices.bundle in Copy Frameworks */, + FB32A5CBF0B9A56BB19E9217 /* IceSlicingExceptions.bundle in Copy Frameworks */, + D766D4922D465D95E25E9973 /* IceSlicingExceptionsAMD.bundle in Copy Frameworks */, + 261288A2C6369B917732B539 /* IceSlicingObjects.bundle in Copy Frameworks */, + AE282A8DE67FEAE304B5260B /* IceSlicingObjectsAMD.bundle in Copy Frameworks */, + 12A274B55CB0B4DA9CD5862D /* IceSSLConfiguration.bundle in Copy Frameworks */, + 05DC5EA2AACD2236CBAE0B8C /* IceStorm.framework in Copy Frameworks */, + 058FE27BB3A3BF683BEA83EE /* IceStream.bundle in Copy Frameworks */, + 68675BB9C502AA0CE2E5D392 /* IceTimeout.bundle in Copy Frameworks */, + 6BED4BB01433B245B0DD8CF6 /* IceUdp.bundle in Copy Frameworks */, + D7D036C54A66384737EBDFD0 /* SliceEscape.bundle in Copy Frameworks */, + 692E104A69AD4518FA64B206 /* TestCommon.framework in Copy Frameworks */, ); name = "Copy Frameworks"; runOnlyForDeploymentPostprocessing = 0; @@ -3519,5364 +3519,5364 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 001DE80880ACC6CBBF0872DF /* IceBinding.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceBinding.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 016754A2EE55D0D3F6776586 /* main.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = main.swift; path = test/TestDriver/macOS/main.swift; sourceTree = "<group>"; }; - 019F42FABDCF7D81864E2BF5 /* Blobject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Blobject.swift; path = src/Ice/Blobject.swift; sourceTree = "<group>"; }; - 021F8015AD71C44E65A933A6 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/IceSSL/configuration/Client.swift; sourceTree = "<group>"; }; - 02409803462CE8AE1557CDB0 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/ami/Test.ice; sourceTree = "<group>"; }; - 0294E89F0F199DEED13D4C9F /* IceSlicingObjectsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingObjectsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 030B62F4809F1599A477321D /* RemoteLogger.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = RemoteLogger.ice; path = ../slice/Ice/RemoteLogger.ice; sourceTree = "<group>"; }; - 031177A29C4EB0B8482FF888 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/inheritance/Server.swift; sourceTree = "<group>"; }; - 033735C17F39621E2D549DD9 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/slicing/exceptions/Test.ice; sourceTree = "<group>"; }; - 046B3BEDCE698DB359052309 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/retry/Server.swift; sourceTree = "<group>"; }; - 04AFC5282F8272E40B07E5C4 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/invoke/Test.ice; sourceTree = "<group>"; }; - 04FF201213545CBF661DCC0C /* IceBinding.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceBinding.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 05F4A79D9047F7D7887D4026 /* Shared.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Shared.cpp; path = ../cpp/src/IceUtil/Shared.cpp; sourceTree = "<group>"; }; - 0682DB16E8C684CB74810A34 /* IceObjects.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceObjects.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 06FBA9E68281254315A2A856 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/slicing/objects/Test.ice; sourceTree = "<group>"; }; - 0747E1E307157E642513E1E8 /* AdminFacetFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AdminFacetFactory.h; path = src/IceImpl/AdminFacetFactory.h; sourceTree = "<group>"; }; - 07AB78C7E6E579792B07E66A /* ConnectionRequestHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionRequestHandler.cpp; path = ../cpp/src/Ice/ConnectionRequestHandler.cpp; sourceTree = "<group>"; }; - 07EFEB2185782849895A8925 /* ServantLocatorI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServantLocatorI.swift; path = test/Ice/servantLocator/ServantLocatorI.swift; sourceTree = "<group>"; }; - 08605FFC3C3C7190D43620D4 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/servantLocator/Test.ice; sourceTree = "<group>"; }; - 08AC7504F973E9681A3FB127 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/optional/TestI.swift; sourceTree = "<group>"; }; - 08BBE730BE94B3702A72D410 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/hold/Server.swift; sourceTree = "<group>"; }; - 090F4D970E4B7A682B953E8D /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/IceGrid/Info.plist; sourceTree = "<group>"; }; - 0998EE224002219AAA26CA95 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/adapterDeactivation/Test.ice; sourceTree = "<group>"; }; - 09BD240D0898546D579B196A /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/ami/Server.swift; sourceTree = "<group>"; }; - 09DB13F39CD054588CBC605C /* IceImpl.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceImpl.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 09F84EC0B58DC36C454A59F6 /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/slicing/objects/TestAMD.ice; sourceTree = "<group>"; }; - 0A03156039B9CDB4358CD487 /* ObjectAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObjectAdapter.h; path = src/IceImpl/ObjectAdapter.h; sourceTree = "<group>"; }; - 0A5DF5D810FA81507B92BCA5 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/services/Client.swift; sourceTree = "<group>"; }; - 0A7A2576ADEBCAE66D91017B /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/timeout/AllTests.swift; sourceTree = "<group>"; }; - 0A9FC9558E610533B51AAEF8 /* Proxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Proxy.swift; path = src/Ice/Proxy.swift; sourceTree = "<group>"; }; - 0AF3A05CF4F489C3ADF40576 /* OutputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OutputStream.h; path = src/IceImpl/OutputStream.h; sourceTree = "<group>"; }; - 0B7D06FDBC23F045201055C2 /* Glacier2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Glacier2.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0B9B6DACE5A68266CE843896 /* RequestHandlerFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = RequestHandlerFactory.cpp; path = ../cpp/src/Ice/RequestHandlerFactory.cpp; sourceTree = "<group>"; }; - 0C1E214079E7EC289D83FA54 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Instance.cpp; path = ../cpp/src/Ice/Instance.cpp; sourceTree = "<group>"; }; - 0C2A5A438EC025B96B607017 /* StreamAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = StreamAcceptor.cpp; path = ../cpp/src/Ice/ios/StreamAcceptor.cpp; sourceTree = "<group>"; }; - 0C2BEA144C581335255317AA /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/objects/Client.swift; sourceTree = "<group>"; }; - 0D8821AC1907E1E120D2A478 /* TcpConnector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TcpConnector.cpp; path = ../cpp/src/Ice/TcpConnector.cpp; sourceTree = "<group>"; }; - 0DE6067CD03BB6A173728C06 /* Key.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Key.ice; path = test/Slice/escape/Key.ice; sourceTree = "<group>"; }; - 0E299874549F48F62C26744B /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/operations/TestAMDI.swift; sourceTree = "<group>"; }; - 0E80B279B465F07BD1B2E865 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/servantLocator/TestI.swift; sourceTree = "<group>"; }; - 0E9D8AD11F058FC6FBDC9B93 /* IceAmi.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAmi.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F237F7AE4128BE90E20AF97 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/stream/Test.ice; sourceTree = "<group>"; }; - 107235632F95DF1C26FDAFC2 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/enums/Server.swift; sourceTree = "<group>"; }; - 1086EBD475337961F0F47AA3 /* Plugin.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Plugin.ice; path = ../slice/Ice/Plugin.ice; sourceTree = "<group>"; }; - 10F563611DEA678C54E472BA /* ImplicitContextI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ImplicitContextI.cpp; path = ../cpp/src/Ice/ImplicitContextI.cpp; sourceTree = "<group>"; }; - 1185F4523B4C0843F9AE8E9D /* ValueFactoryManagerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ValueFactoryManagerI.cpp; path = ../cpp/src/Ice/ValueFactoryManagerI.cpp; sourceTree = "<group>"; }; - 121750135CD1807A5E2F54AF /* libIceSSL C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceSSL C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 130DBC2ECA372111BF3D0FE0 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/IceSSL/configuration/TestI.swift; sourceTree = "<group>"; }; - 1358EB8E1BBEFB101628D640 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/location/TestI.swift; sourceTree = "<group>"; }; - 1399B361B8749DCC9E99F439 /* IceDefaultServant.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceDefaultServant.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 143987DA6C0DD9ADFEC5A4BF /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/slicing/objects/Server.swift; sourceTree = "<group>"; }; - 151550A9E9AEEDB364C185C2 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/admin/Client.swift; sourceTree = "<group>"; }; - 15EA5A8E80383239E753C73F /* IceSlicingObjects.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingObjects.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 1721F2945AEC9675C0825DBD /* IceAdmin.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAdmin.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 188E13E1AB9C472021EF1A05 /* UdpEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = UdpEndpointI.cpp; path = ../cpp/src/Ice/UdpEndpointI.cpp; sourceTree = "<group>"; }; - 18C4178D9C5802BCF63B2DF1 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; - 18F7419F41B19F73C94BEB73 /* LocalExceptionFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalExceptionFactory.swift; path = src/Ice/LocalExceptionFactory.swift; sourceTree = "<group>"; }; - 1970010C3838E8F56871B9C5 /* TraceUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TraceUtil.h; path = src/IceImpl/TraceUtil.h; sourceTree = "<group>"; }; - 19DC95DD9878F7D0A870D937 /* IceOptional.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOptional.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A25B3DCC35090CC87726491 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; - 1A5180F79960879D3E7BD4E9 /* FacetMap.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = FacetMap.ice; path = ../slice/Ice/FacetMap.ice; sourceTree = "<group>"; }; - 1AE1F9D5512B612FC568DE87 /* StreamTransceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = StreamTransceiver.cpp; path = ../cpp/src/Ice/ios/StreamTransceiver.cpp; sourceTree = "<group>"; }; - 1B03AEC12374AFE5137514E1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 1B3BD606FB12E14CA380B0DE /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/servantLocator/TestAMD.ice; sourceTree = "<group>"; }; - 1B58F4A3F45E3C3D52CA5184 /* Version.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Version.ice; path = ../slice/Ice/Version.ice; sourceTree = "<group>"; }; - 1CB3B401A4B589B914B9914C /* OutputStream.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = OutputStream.cpp; path = ../cpp/src/Ice/OutputStream.cpp; sourceTree = "<group>"; }; - 1D58239D38F6E5E867081A94 /* PropertiesI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertiesI.cpp; path = ../cpp/src/Ice/PropertiesI.cpp; sourceTree = "<group>"; }; - 1D6FAA823166293B0A82FD0D /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/acm/Server.swift; sourceTree = "<group>"; }; - 1E26EED6C39EF671FD20DFAD /* LocalObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalObject.swift; path = src/Ice/LocalObject.swift; sourceTree = "<group>"; }; - 1E4A6402493A919347EACCD3 /* IceRetry.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceRetry.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 1E77B23EE207A1882218D808 /* ServantManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServantManager.swift; path = src/Ice/ServantManager.swift; sourceTree = "<group>"; }; - 1F52BC72070141FDE492138D /* LoggerUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LoggerUtil.cpp; path = ../cpp/src/Ice/LoggerUtil.cpp; sourceTree = "<group>"; }; - 1F8F7747B75CDA9398EC2F27 /* SSLEngine.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SSLEngine.cpp; path = ../cpp/src/IceSSL/SSLEngine.cpp; sourceTree = "<group>"; }; - 1FBEF835B1948D2A3C38DD72 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/defaultServant/Test.ice; sourceTree = "<group>"; }; - 2086E43DC848B8A713C603FB /* FactoryTableInit.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = FactoryTableInit.cpp; path = ../cpp/src/Ice/FactoryTableInit.cpp; sourceTree = "<group>"; }; - 216F5237DDCD3EA69D8B6F31 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/retry/Client.swift; sourceTree = "<group>"; }; - 21B8049754DEA46E551BEF55 /* CommunicatorI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CommunicatorI.swift; path = src/Ice/CommunicatorI.swift; sourceTree = "<group>"; }; - 2290FDD4932E0158934A51C7 /* RouterF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = RouterF.ice; path = ../slice/Ice/RouterF.ice; sourceTree = "<group>"; }; - 22BD5843A87AA45F2991AF44 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/objects/Server.swift; sourceTree = "<group>"; }; - 23872559EBD2CCAB5F990929 /* IceSlicingObjectsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingObjectsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 243B40DF7D571849E55F7059 /* IceFacets.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceFacets.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 24648A2CDEE9532484F10EDE /* Clash.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Clash.ice; path = test/Slice/escape/Clash.ice; sourceTree = "<group>"; }; - 2485F875EE05BBAA8041AD1A /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/proxy/TestAMD.ice; sourceTree = "<group>"; }; - 248D6E23F70CAFFAA4DEDAEF /* Selector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Selector.cpp; path = ../cpp/src/Ice/Selector.cpp; sourceTree = "<group>"; }; - 252EC18E1DBB2B03E6C9B82E /* PluginF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PluginF.ice; path = ../slice/Ice/PluginF.ice; sourceTree = "<group>"; }; - 256D66138A8CC9F4D9D69B04 /* Time.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Time.cpp; path = ../cpp/src/IceUtil/Time.cpp; sourceTree = "<group>"; }; - 25DF9FF80A0B70EF81D5D1E7 /* DefaultsAndOverrides.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = DefaultsAndOverrides.cpp; path = ../cpp/src/Ice/DefaultsAndOverrides.cpp; sourceTree = "<group>"; }; - 266D2154CE4C53AB46CC81F9 /* IceInvoke.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInvoke.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 26A5FCC3EB609824633A9FE7 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/inheritance/Test.ice; sourceTree = "<group>"; }; - 26E5D0644D7C0F524F67ED2E /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/slicing/exceptions/TestAMD.ice; sourceTree = "<group>"; }; - 26EC18A9520A259775406247 /* Metrics.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Metrics.ice; path = ../slice/IceStorm/Metrics.ice; sourceTree = "<group>"; }; - 26EFA014B1C155EBE9CA200F /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/binding/TestI.swift; sourceTree = "<group>"; }; - 2747277751E090BE7AB46462 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/facets/AllTests.swift; sourceTree = "<group>"; }; - 27A7A7FAB9B03D8750C72556 /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/operations/TestAMD.ice; sourceTree = "<group>"; }; - 28F7DA3A9D518C282F1EF6AB /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/exceptions/Client.swift; sourceTree = "<group>"; }; - 28FDDF625997BB351524270B /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/timeout/TestI.swift; sourceTree = "<group>"; }; - 295AF7B76283E83E7CEFE8D0 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/exceptions/AllTests.swift; sourceTree = "<group>"; }; - 298DBCEEE77A658684D9132A /* IceScope.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceScope.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 2A1DF5DDDB8BCD15050CA0E4 /* ProcessI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProcessI.swift; path = src/Ice/ProcessI.swift; sourceTree = "<group>"; }; - 2AABC987567772DF18F8A00F /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/retry/TestI.swift; sourceTree = "<group>"; }; - 2B1BD79AAA95D5DE29B0F5D7 /* RegisterPluginsInit.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = RegisterPluginsInit.cpp; path = ../cpp/src/Ice/RegisterPluginsInit.cpp; sourceTree = "<group>"; }; - 2B3A1C54E77886CEDCC54CEF /* Session.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Session.ice; path = ../slice/Glacier2/Session.ice; sourceTree = "<group>"; }; - 2B691DB6AE37550F750E76F1 /* IceInterceptor.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInterceptor.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 2C0776D1DF8EA9E7406750E1 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/retry/Test.ice; sourceTree = "<group>"; }; - 2C57AC3E45C316A96069839B /* CollocatedRequestHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = CollocatedRequestHandler.cpp; path = ../cpp/src/Ice/CollocatedRequestHandler.cpp; sourceTree = "<group>"; }; - 2CED9DD620ECD580AF80AC44 /* ObjectAdapter.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectAdapter.ice; path = ../slice/Ice/ObjectAdapter.ice; sourceTree = "<group>"; }; - 2CFADDF452FF07211927A9D9 /* EndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointI.cpp; path = ../cpp/src/Ice/EndpointI.cpp; sourceTree = "<group>"; }; - 2D45726D5333AF97C3001475 /* ImplicitContext.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ImplicitContext.ice; path = ../slice/Ice/ImplicitContext.ice; sourceTree = "<group>"; }; - 2D5EF45A2738475354F905DC /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/binding/Test.ice; sourceTree = "<group>"; }; - 2DA81240A40FD51B540D115A /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/objects/TestI.swift; sourceTree = "<group>"; }; - 2E3F7D201264FA09A30CEB60 /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/optional/TestAMDI.swift; sourceTree = "<group>"; }; - 2E662E11DE8A621910065E1D /* HttpParser.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = HttpParser.cpp; path = ../cpp/src/Ice/HttpParser.cpp; sourceTree = "<group>"; }; - 319EA2552ACEA408CA472547 /* DynamicLibrary.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = DynamicLibrary.cpp; path = ../cpp/src/Ice/DynamicLibrary.cpp; sourceTree = "<group>"; }; - 32A1FA9E8C385F2FD45747A3 /* Metrics.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Metrics.ice; path = ../slice/Ice/Metrics.ice; sourceTree = "<group>"; }; - 32B7D7D705607DCE80163367 /* IceAcm.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAcm.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 3334F2BC348A909B0B880129 /* EndpointFactoryManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointFactoryManager.cpp; path = ../cpp/src/Ice/EndpointFactoryManager.cpp; sourceTree = "<group>"; }; - 336F7B494507256573581E6F /* ObjectAdapterFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectAdapterFactory.cpp; path = ../cpp/src/Ice/ObjectAdapterFactory.cpp; sourceTree = "<group>"; }; - 3489CC4D16E32C66A2CF4946 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/servantLocator/Client.swift; sourceTree = "<group>"; }; - 34D3EBE5BF7085DF59E5B1CB /* ObserverHelper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ObserverHelper.cpp; path = ../cpp/src/Ice/ObserverHelper.cpp; sourceTree = "<group>"; }; - 34DD094ACC99ECE7C297FE4C /* StreamConnector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = StreamConnector.cpp; path = ../cpp/src/Ice/ios/StreamConnector.cpp; sourceTree = "<group>"; }; - 35438BCE95667677C77B66BE /* IceOptional.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOptional.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 358DE1802194C55C02B40213 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = test/TestCommon/Info.plist; sourceTree = "<group>"; }; - 35ADBEA553972729DAC9222A /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/location/Client.swift; sourceTree = "<group>"; }; - 35CE22F39654B697D84B7C66 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/defaultValue/Test.ice; sourceTree = "<group>"; }; - 35F98A52CBFB081CF8F62F17 /* Main.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = Main.storyboard; path = test/TestDriver/iOS/Base.lproj/Main.storyboard; sourceTree = "<group>"; }; - 3624664D194A4DDCBF568807 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/acm/AllTests.swift; sourceTree = "<group>"; }; - 366D3F06FDE7FA1DB6DE8109 /* Connector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Connector.cpp; path = ../cpp/src/Ice/Connector.cpp; sourceTree = "<group>"; }; - 371963C233B0E8EBF3684B1D /* SliceInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SliceInfo.swift; path = src/Ice/SliceInfo.swift; sourceTree = "<group>"; }; - 375E36DD0C9048A230C84C89 /* EventHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = EventHandler.cpp; path = ../cpp/src/Ice/EventHandler.cpp; sourceTree = "<group>"; }; - 386A9C7E30E6E25CE9DC7120 /* InstrumentationF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = InstrumentationF.ice; path = ../slice/Ice/InstrumentationF.ice; sourceTree = "<group>"; }; - 38F19B2F0DE56F48F274F63B /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/location/AllTests.swift; sourceTree = "<group>"; }; - 396643EBE6603A44FB8E3F18 /* IceAdapterDeactivation.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAdapterDeactivation.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A0AEA0002751033812FBA4E /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/proxy/Collocated.swift; sourceTree = "<group>"; }; - 3A0BBDBDB8D6EB85F55BF8CF /* EndpointInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointInfo.ice; path = ../slice/IceIAP/EndpointInfo.ice; sourceTree = "<group>"; }; - 3ADD7D07FD00E98E7D43B197 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/optional/Server.swift; sourceTree = "<group>"; }; - 3B53D3EE2B472114E1DFC4CC /* StreamEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = StreamEndpointI.cpp; path = ../cpp/src/Ice/ios/StreamEndpointI.cpp; sourceTree = "<group>"; }; - 3C15F7D9CB628CDF09F068EF /* libIce C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIce C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 3C2152F0452F6E08095D9EB6 /* IceStorm.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = IceStorm.ice; path = ../slice/IceStorm/IceStorm.ice; sourceTree = "<group>"; }; - 3CAF0FC9AA270177603C92B0 /* ClientPrivate.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ClientPrivate.ice; path = test/Ice/slicing/exceptions/ClientPrivate.ice; sourceTree = "<group>"; }; - 3D1D6C0384975A8DB3D3C50C /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/timeout/Server.swift; sourceTree = "<group>"; }; - 3D8712A97ABC08EA8A5D7170 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/inheritance/Collocated.swift; sourceTree = "<group>"; }; - 3DC741D277A9CF9B4C7EB934 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/location/Test.ice; sourceTree = "<group>"; }; - 3E37A53B9A34099CD7029BDC /* ObjectAdapterI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectAdapterI.cpp; path = ../cpp/src/Ice/ObjectAdapterI.cpp; sourceTree = "<group>"; }; - 3E55C000D03EE1188DED92CF /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/facets/Server.swift; sourceTree = "<group>"; }; - 3E955AD011B6F4BA4646D19B /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/operations/Server.swift; sourceTree = "<group>"; }; - 3FDF9494E12C6BF03F42DA7E /* IceExceptions.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceExceptions.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 3FE57F1514490B5958300850 /* Endpoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Endpoint.h; path = src/IceImpl/Endpoint.h; sourceTree = "<group>"; }; - 4036F91E875139A061146E66 /* IceExceptionsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceExceptionsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 40586F7FCE20694EC93CBD93 /* ConnectionInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionInfo.ice; path = ../slice/IceSSL/ConnectionInfo.ice; sourceTree = "<group>"; }; - 40882E0591F485B70A8A93E1 /* Locator.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Locator.ice; path = ../slice/Ice/Locator.ice; sourceTree = "<group>"; }; - 4154A73252EDD68A8B72C1F3 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/scope/Server.swift; sourceTree = "<group>"; }; - 41B2C5843CD02C4241D677D3 /* Connector.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Connector.mm; path = ../cpp/src/IceIAP/Connector.mm; sourceTree = "<group>"; }; - 41ECE05D0CF99B0291912549 /* IceTimeout.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceTimeout.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 41F65E8C564B1F97DCA0920E /* Exception.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Exception.mm; path = src/IceImpl/Exception.mm; sourceTree = "<group>"; }; - 421EB0E99592024B72A49AAB /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/info/Server.swift; sourceTree = "<group>"; }; - 42378CB1C0C8D547F1B731BC /* Acceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Acceptor.cpp; path = ../cpp/src/Ice/Acceptor.cpp; sourceTree = "<group>"; }; - 429F58C9C012732AC2D29A88 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/defaultServant/AllTests.swift; sourceTree = "<group>"; }; - 42A592138A08C5B9E09C7515 /* ConnectionInfoF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionInfoF.ice; path = ../slice/IceSSL/ConnectionInfoF.ice; sourceTree = "<group>"; }; - 43552D3B30FF94C14351FDF7 /* SSLInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = SSLInfo.ice; path = ../slice/Glacier2/SSLInfo.ice; sourceTree = "<group>"; }; - 43B4546A7EB3FFB3A8257DA9 /* IceLocatorDiscovery.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = IceLocatorDiscovery.ice; path = ../slice/IceLocatorDiscovery/IceLocatorDiscovery.ice; sourceTree = "<group>"; }; - 43EC8B48D5717CF386DB1A49 /* OutputUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = OutputUtil.cpp; path = ../cpp/src/IceUtil/OutputUtil.cpp; sourceTree = "<group>"; }; - 4445369DE8998308684AAA11 /* ConnectionI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConnectionI.swift; path = src/Ice/ConnectionI.swift; sourceTree = "<group>"; }; - 448EBB03786CDA5F647D2B69 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/slicing/exceptions/ServerAMD.swift; sourceTree = "<group>"; }; - 44E1FB05FD4EFF57B6807C01 /* Logger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Logger.h; path = src/IceImpl/Logger.h; sourceTree = "<group>"; }; - 453EA202540495CEEC58C2F8 /* IceSlicingExceptionsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingExceptionsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 4545B8B5E876757148DAC90F /* PropertiesI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertiesI.swift; path = src/Ice/PropertiesI.swift; sourceTree = "<group>"; }; - 455B4C00C0E3220676847308 /* IceProxyAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProxyAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 45BF168798CB0C113B1288A9 /* IceUdp.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceUdp.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 46136415E5E0780A7231F0D7 /* Mutex.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Mutex.swift; path = src/Ice/Mutex.swift; sourceTree = "<group>"; }; - 46DE7FA80CA384D7CD16EEAA /* IceInheritance.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInheritance.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 46E931ED696C7DFAEB865B1F /* OutgoingAsync.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = OutgoingAsync.cpp; path = ../cpp/src/Ice/OutgoingAsync.cpp; sourceTree = "<group>"; }; - 4738AAED80F56A6F568EBE90 /* SecureTransportCertificateI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SecureTransportCertificateI.cpp; path = ../cpp/src/IceSSL/SecureTransportCertificateI.cpp; sourceTree = "<group>"; }; - 473E2556F073800A14D5D541 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/Glacier2/Info.plist; sourceTree = "<group>"; }; - 47F9B4D7248ADFAAB0CF96F6 /* IceInheritance.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInheritance.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 480B6BB82440B4A05286F375 /* Connection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Connection.h; path = src/IceImpl/Connection.h; sourceTree = "<group>"; }; - 4821263C5A99F7C86E1B617E /* InitializationData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InitializationData.swift; path = src/Ice/InitializationData.swift; sourceTree = "<group>"; }; - 482ADDDAE326605221563865 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/adapterDeactivation/Collocated.swift; sourceTree = "<group>"; }; - 4894F9D782271415746DD9BE /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/objects/Collocated.swift; sourceTree = "<group>"; }; - 48B99BF2290A092943A50027 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/proxy/Client.swift; sourceTree = "<group>"; }; - 49EC35509D50485E4D125E08 /* certs */ = {isa = PBXFileReference; includeInIndex = 1; name = certs; path = test/IceSSL/configuration/../../../../cpp/test/IceSSL/certs; sourceTree = "<group>"; }; - 49F33A4799345947E2AEAA4D /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = src/IceImpl/Exception.h; sourceTree = "<group>"; }; - 4A002B1D7586F4132829E76E /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/adapterDeactivation/TestI.swift; sourceTree = "<group>"; }; - 4A987F647C886E20415E9D97 /* LoggerAdminI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LoggerAdminI.cpp; path = ../cpp/src/Ice/LoggerAdminI.cpp; sourceTree = "<group>"; }; - 4B01E3B4036018B18EE2CCD5 /* TestCommon.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestCommon.swift; path = test/TestCommon/TestCommon.swift; sourceTree = "<group>"; }; - 4D5928C02C3EB226CB477601 /* TestDriver.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestDriver.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 4E6041DD06266F82CCC45A5D /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/servantLocator/Server.swift; sourceTree = "<group>"; }; - 4EE814E12244ECC45069744A /* ServerPrivate.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServerPrivate.ice; path = test/Ice/slicing/objects/ServerPrivate.ice; sourceTree = "<group>"; }; - 4F980A3A0F57BBFF7008A145 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/invoke/Server.swift; sourceTree = "<group>"; }; - 4FBE380022F8AF871D905127 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/IceSSL/configuration/Test.ice; sourceTree = "<group>"; }; - 4FD71E35D921B30C0238EBD5 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/exceptions/ServerAMD.swift; sourceTree = "<group>"; }; - 50CFC3DD8161D6C6B32296D3 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/proxy/Test.ice; sourceTree = "<group>"; }; - 516C92124FA892676E5D6A5F /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/IceSSL/configuration/AllTests.swift; sourceTree = "<group>"; }; - 51D96FFD34C8D09EFD49CC32 /* Config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Config.h; path = src/IceImpl/Config.h; sourceTree = "<group>"; }; - 5210A2940A1371A42BDB84F4 /* IceDefaultValue.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceDefaultValue.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 5254A9F97B7C0B338368D6CB /* IceOptionalAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOptionalAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 5285DA8735338B3FC1704B1B /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/binding/Server.swift; sourceTree = "<group>"; }; - 53C2C5BEB76C62EA1D0897E6 /* IceExceptionsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceExceptionsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 540E5ECC983F0A119ED15EF4 /* Timer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Timer.cpp; path = ../cpp/src/Ice/Timer.cpp; sourceTree = "<group>"; }; - 54F88D13C7A73BF747274451 /* IceOptionalAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOptionalAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 5550C028A5CA2F19AE9BBE0F /* ViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ViewController.swift; path = test/TestDriver/iOS/ViewController.swift; sourceTree = "<group>"; }; - 555D854FBE6A4C0A968E0C48 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/inheritance/Client.swift; sourceTree = "<group>"; }; - 5679E03F4C6A3573F49D32CC /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/exceptions/TestI.swift; sourceTree = "<group>"; }; - 57FE932C145933AA42A96E1F /* UtilException.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = UtilException.cpp; path = ../cpp/src/IceUtil/UtilException.cpp; sourceTree = "<group>"; }; - 585FBD2EF3DB58734ECBAF90 /* ThreadException.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ThreadException.cpp; path = ../cpp/src/IceUtil/ThreadException.cpp; sourceTree = "<group>"; }; - 5916488CD6D0BC38E2FB8809 /* IceServantLocator.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServantLocator.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 59912BE6E965ABB382D66291 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/invoke/TestI.swift; sourceTree = "<group>"; }; - 5A310C25B4813263EE17C4E0 /* ClientPrivate.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ClientPrivate.ice; path = test/Ice/slicing/objects/ClientPrivate.ice; sourceTree = "<group>"; }; - 5A33AFCB463500D3AC65ABC9 /* Connection.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Connection.ice; path = ../slice/Ice/Connection.ice; sourceTree = "<group>"; }; - 5BB3D6DE7BCAD88301D74DE3 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/operations/AllTests.swift; sourceTree = "<group>"; }; - 5BDD899B3FCB355E85FE276A /* Options.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Options.cpp; path = ../cpp/src/IceUtil/Options.cpp; sourceTree = "<group>"; }; - 5CBD1373FDC1C92C1484F639 /* IceSwift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceSwift.h; path = src/Ice/IceSwift.h; sourceTree = "<group>"; }; - 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; }; - 5D81B9DA1CCBC34211241927 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/enums/Test.ice; sourceTree = "<group>"; }; - 5D8419EA2968ACDCD964874C /* InputStream.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InputStream.swift; path = src/Ice/InputStream.swift; sourceTree = "<group>"; }; - 5E4AF3F12FBD00B041B29330 /* TraceUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TraceUtil.cpp; path = ../cpp/src/Ice/TraceUtil.cpp; sourceTree = "<group>"; }; - 5E6ED0DEDEFB25384D9A4B55 /* FileParser.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = FileParser.ice; path = ../slice/IceGrid/FileParser.ice; sourceTree = "<group>"; }; - 5EB8F6CE6D077F608EF6A4E9 /* InputUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = InputUtil.cpp; path = ../cpp/src/IceUtil/InputUtil.cpp; sourceTree = "<group>"; }; - 5EEC2BB0085B3839A982C439 /* Current.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Current.ice; path = ../slice/Ice/Current.ice; sourceTree = "<group>"; }; - 5F104F592129B5EED7D13A75 /* Properties.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Properties.ice; path = ../slice/Ice/Properties.ice; sourceTree = "<group>"; }; - 5FCC2DBAEC7F9BC3E30ACE12 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/proxy/ServerAMD.swift; sourceTree = "<group>"; }; - 5FE3CF94CC23B2487BDECCFA /* ObjectAdapterI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectAdapterI.swift; path = src/Ice/ObjectAdapterI.swift; sourceTree = "<group>"; }; - 5FFF36F4C78E9AFCF5F11566 /* UnsupportedAdminFacet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnsupportedAdminFacet.h; path = src/IceImpl/UnsupportedAdminFacet.h; sourceTree = "<group>"; }; - 605A03F3ECC979716033A199 /* ACM.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ACM.cpp; path = ../cpp/src/Ice/ACM.cpp; sourceTree = "<group>"; }; - 606F06072FFCD573D8A837E5 /* IceSlicingObjects.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingObjects.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 60DD1557D39A446A7C197A63 /* Controller.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Controller.ice; path = ../scripts/Controller.ice; sourceTree = "<group>"; }; - 615839DFC604EFB5B960A43E /* TestCommon.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TestCommon.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 617DC198990C65BA06059C7F /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/operations/Collocated.swift; sourceTree = "<group>"; }; - 61BB8B31EDB778B56449BCAA /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/servantLocator/TestAMDI.swift; sourceTree = "<group>"; }; - 6223BA13936A59E9CBC27B63 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/optional/Test.ice; sourceTree = "<group>"; }; - 62DF7633D6828CAFF6A443FF /* TrustManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TrustManager.cpp; path = ../cpp/src/IceSSL/TrustManager.cpp; sourceTree = "<group>"; }; - 62F21DE28E955D986B39C6ED /* StringConverterPlugin.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = StringConverterPlugin.cpp; path = ../cpp/src/Ice/StringConverterPlugin.cpp; sourceTree = "<group>"; }; - 63348156A5E1D8B7FFEE9B19 /* IceAcm.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAcm.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 6339468D81D81BE6CAF489FB /* ThreadPool.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ThreadPool.cpp; path = ../cpp/src/Ice/ThreadPool.cpp; sourceTree = "<group>"; }; - 635AAEC8BC204DAA5C7B0CDB /* IceOperationsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOperationsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 63E307EEB3EAD5EF82A76BA3 /* LocalExceptionDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalExceptionDescription.swift; path = src/Ice/LocalExceptionDescription.swift; sourceTree = "<group>"; }; - 6421F515DC294BB7F3FA455C /* RouterInfo.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = RouterInfo.cpp; path = ../cpp/src/Ice/RouterInfo.cpp; sourceTree = "<group>"; }; - 64FBDDB571D875CE6EEA28CF /* IceImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceImpl.h; path = src/IceImpl/IceImpl.h; sourceTree = "<group>"; }; - 6556AF80901B493959322429 /* WSConnector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = WSConnector.cpp; path = ../cpp/src/Ice/WSConnector.cpp; sourceTree = "<group>"; }; - 65924EBE16768F7D4F07B2BF /* CommunicatorF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = CommunicatorF.ice; path = ../slice/Ice/CommunicatorF.ice; sourceTree = "<group>"; }; - 65D72BB457F985692E41C873 /* SlicedData.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SlicedData.cpp; path = ../cpp/src/Ice/SlicedData.cpp; sourceTree = "<group>"; }; - 666C9DE42F60C36C24AE6924 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/info/AllTests.swift; sourceTree = "<group>"; }; - 66E2CC93414D5DF879633DEC /* ServantLocator.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServantLocator.ice; path = ../slice/Ice/ServantLocator.ice; sourceTree = "<group>"; }; - 66E541E50D825E4525EB2745 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/optional/Client.swift; sourceTree = "<group>"; }; - 67123693C7FDBFFAD33965B2 /* Admin.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Admin.ice; path = ../slice/IceGrid/Admin.ice; sourceTree = "<group>"; }; - 672FB6661C8BE7A06E04570B /* EndpointFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointFactory.cpp; path = ../cpp/src/Ice/EndpointFactory.cpp; sourceTree = "<group>"; }; - 6780F346E49040147E36D66E /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/enums/Client.swift; sourceTree = "<group>"; }; - 683534EE4DFCF1E349F3CD36 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/retry/Collocated.swift; sourceTree = "<group>"; }; - 68C08FAC3665B748A271F62C /* OptionalFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OptionalFormat.swift; path = src/Ice/OptionalFormat.swift; sourceTree = "<group>"; }; - 691312B0CDD5A5BB1F5251A2 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/hold/Test.ice; sourceTree = "<group>"; }; - 6915D9671C4C15D87B10E5DC /* ProtocolInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ProtocolInstance.cpp; path = ../cpp/src/Ice/ProtocolInstance.cpp; sourceTree = "<group>"; }; - 693B401A2E6012BD741DBDBB /* IceUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = IceUtil.mm; path = src/IceImpl/IceUtil.mm; sourceTree = "<group>"; }; - 695E7C5986C05DC443D69413 /* ConnectRequestHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectRequestHandler.cpp; path = ../cpp/src/Ice/ConnectRequestHandler.cpp; sourceTree = "<group>"; }; - 697CA2394072F8648774DD55 /* Assets.xcassets */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = test/TestDriver/iOS/Assets.xcassets; sourceTree = "<group>"; }; - 6A31FC05EA1C0E8DEE3F5886 /* LoggerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LoggerI.cpp; path = ../cpp/src/Ice/LoggerI.cpp; sourceTree = "<group>"; }; - 6A3FB0064837A6D94340971F /* IceRetry.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceRetry.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 6A8A8CB626E40AFBF4615CF3 /* InstrumentationI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = InstrumentationI.cpp; path = ../cpp/src/Ice/InstrumentationI.cpp; sourceTree = "<group>"; }; - 6BAD59958DDC2584ECDBD2DF /* LoggerWrapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LoggerWrapper.swift; path = src/Ice/LoggerWrapper.swift; sourceTree = "<group>"; }; - 6C8F56C594F01AFC1A5ECF91 /* BlobjectAsync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BlobjectAsync.swift; path = src/Ice/BlobjectAsync.swift; sourceTree = "<group>"; }; - 6CD66A6918DECB713BD98AC4 /* EndpointInfoFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EndpointInfoFactory.swift; path = src/Ice/EndpointInfoFactory.swift; sourceTree = "<group>"; }; - 6CD890C2EA2EAC00F8503428 /* PluginFacade.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PluginFacade.ice; path = ../slice/IceGrid/PluginFacade.ice; sourceTree = "<group>"; }; - 6CE672912D14674C2A3FBB7B /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/inheritance/AllTests.swift; sourceTree = "<group>"; }; - 6F2A86B630351ED7F28B7F97 /* IceUdp.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceUdp.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 6F2C2CB6EE1674AE657F4616 /* PluginI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = PluginI.cpp; path = ../cpp/src/IceLocatorDiscovery/PluginI.cpp; sourceTree = "<group>"; }; - 6F552C8A9F21AD142D523B1A /* NativePropertiesAdmin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NativePropertiesAdmin.swift; path = src/Ice/NativePropertiesAdmin.swift; sourceTree = "<group>"; }; - 700C8ACC0DC42C448650978B /* RequestHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = RequestHandler.cpp; path = ../cpp/src/Ice/RequestHandler.cpp; sourceTree = "<group>"; }; - 70285B1405D3C56BE20D8F91 /* ArgVector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ArgVector.cpp; path = ../cpp/src/Ice/ArgVector.cpp; sourceTree = "<group>"; }; - 705846A6CCF6AC5E51C0778F /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/IceSSL/configuration/Server.swift; sourceTree = "<group>"; }; - 717B54DFBC33261B2BB43F3A /* WSAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = WSAcceptor.cpp; path = ../cpp/src/Ice/WSAcceptor.cpp; sourceTree = "<group>"; }; - 71C420C2E16773831D77865F /* IceFacets.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceFacets.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 71FF00177A6A5EEB570975C9 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/slicing/exceptions/TestI.swift; sourceTree = "<group>"; }; - 7447DF1712E43FCEE0DE0C97 /* PropertiesF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertiesF.ice; path = ../slice/Ice/PropertiesF.ice; sourceTree = "<group>"; }; - 749E9577D22CF72E9E15B87A /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/scope/Client.swift; sourceTree = "<group>"; }; - 752E7A137DFF7E49C449864A /* LocalObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LocalObject.h; path = src/IceImpl/LocalObject.h; sourceTree = "<group>"; }; - 75340CBA965D69EAB0538908 /* SecureTransportEngine.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SecureTransportEngine.cpp; path = ../cpp/src/IceSSL/SecureTransportEngine.cpp; sourceTree = "<group>"; }; - 757BCFFECED541AA81380645 /* ControllerI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControllerI.swift; path = test/TestDriver/iOS/ControllerI.swift; sourceTree = "<group>"; }; - 75F3B51B5B84012464C293B8 /* SliceChecksums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SliceChecksums.cpp; path = ../cpp/src/Ice/SliceChecksums.cpp; sourceTree = "<group>"; }; - 764CE725D648D3F41E5DC05E /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/acm/Client.swift; sourceTree = "<group>"; }; - 776F64565D04F9E7496069A8 /* BatchRequestQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = BatchRequestQueue.cpp; path = ../cpp/src/Ice/BatchRequestQueue.cpp; sourceTree = "<group>"; }; - 79825E240B70744C296B607F /* IceImpl.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceImpl.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 7992CDF49CCD78F4634F180A /* CertificateI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = CertificateI.cpp; path = ../cpp/src/IceSSL/CertificateI.cpp; sourceTree = "<group>"; }; - 79DBE52EC8BCAA9D6126218A /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/exceptions/Collocated.swift; sourceTree = "<group>"; }; - 7A541D5894250F2572EBC910 /* Endpoint.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Endpoint.ice; path = ../slice/Ice/Endpoint.ice; sourceTree = "<group>"; }; - 7B08210DE5EFB152BFE49B13 /* TcpAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TcpAcceptor.cpp; path = ../cpp/src/Ice/TcpAcceptor.cpp; sourceTree = "<group>"; }; - 7BFE69B21E3A23EE5E0D196E /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/hold/AllTests.swift; sourceTree = "<group>"; }; - 7C46B391FA27AA43499300F8 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/proxy/TestI.swift; sourceTree = "<group>"; }; - 7D0B795849C1126A1862513C /* IceProperties.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProperties.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 7DCF9C52B5E7E459AB296FB8 /* Process.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Process.ice; path = ../slice/Ice/Process.ice; sourceTree = "<group>"; }; - 7DEB4D650858D3B021B0B1DD /* FileUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = FileUtil.cpp; path = ../cpp/src/IceUtil/FileUtil.cpp; sourceTree = "<group>"; }; - 7DF75900EBEAF97D00001A11 /* StreamSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = StreamSocket.cpp; path = ../cpp/src/Ice/StreamSocket.cpp; sourceTree = "<group>"; }; - 7EC2A41FCFC58F61CC6A5B4F /* TwowaysAMI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TwowaysAMI.swift; path = test/Ice/operations/TwowaysAMI.swift; sourceTree = "<group>"; }; - 7F42C025301718A25C13AB2E /* PermissionsVerifierF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PermissionsVerifierF.ice; path = ../slice/Glacier2/PermissionsVerifierF.ice; sourceTree = "<group>"; }; - 7F6822A9EB333261B0D95F99 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/ami/Collocated.swift; sourceTree = "<group>"; }; - 7FA0D440B6E9FE30CD457F8D /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/info/Test.ice; sourceTree = "<group>"; }; - 7FD9FDAB649CB5D289461BEE /* IceStorm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceStorm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 7FF0B72AE217719D8EF6F39B /* PropertyNames.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertyNames.cpp; path = ../cpp/src/Ice/PropertyNames.cpp; sourceTree = "<group>"; }; - 8012493C9E937496C5528CAC /* LoggerF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = LoggerF.ice; path = ../slice/Ice/LoggerF.ice; sourceTree = "<group>"; }; - 80958598B0C2D941070077CF /* IceInterceptor.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInterceptor.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 80E571F97FF01CC4DE389513 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/ami/AllTests.swift; sourceTree = "<group>"; }; - 80F1B1DB98547507D72ADB12 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/slicing/objects/Client.swift; sourceTree = "<group>"; }; - 812DF2A39F29B9C33EF04972 /* IceDiscovery.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = IceDiscovery.ice; path = ../slice/IceDiscovery/IceDiscovery.ice; sourceTree = "<group>"; }; - 818949F62DF9C52CEAC0CCA0 /* IceServantLocator.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServantLocator.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 81F67F5C517BE8E73AF0F9FA /* ProcessF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ProcessF.ice; path = ../slice/Ice/ProcessF.ice; sourceTree = "<group>"; }; - 81FF73A9CFD4B566549D58A6 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/binding/AllTests.swift; sourceTree = "<group>"; }; - 82E8046CDF5093E796EF4925 /* SecureTransportTransceiverI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SecureTransportTransceiverI.cpp; path = ../cpp/src/IceSSL/SecureTransportTransceiverI.cpp; sourceTree = "<group>"; }; - 82FD718568698554C8264D27 /* TcpEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TcpEndpointI.cpp; path = ../cpp/src/Ice/TcpEndpointI.cpp; sourceTree = "<group>"; }; - 8311E51460F02CEDCCC2E0D5 /* Router.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Router.ice; path = ../slice/Ice/Router.ice; sourceTree = "<group>"; }; - 8371B9C189899699E35CC39F /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/proxy/TestAMDI.swift; sourceTree = "<group>"; }; - 83CAE21200903CD7A5B40772 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/ami/Client.swift; sourceTree = "<group>"; }; - 8620C4F989EBB20EC41C60E1 /* ServantLocatorF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServantLocatorF.ice; path = ../slice/Ice/ServantLocatorF.ice; sourceTree = "<group>"; }; - 862C279DD90C38C716F0D5DA /* libIce C++11 macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIce C++11 macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 86DFDF2E1A6AFDE8698E910B /* Random.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Random.cpp; path = ../cpp/src/IceUtil/Random.cpp; sourceTree = "<group>"; }; - 871861C2E56A5F244AADCA40 /* Descriptor.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Descriptor.ice; path = ../slice/IceGrid/Descriptor.ice; sourceTree = "<group>"; }; - 875EE95F3472F89D1AD923E3 /* UdpTransceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = UdpTransceiver.cpp; path = ../cpp/src/Ice/UdpTransceiver.cpp; sourceTree = "<group>"; }; - 8778E19B710D84FEB700463F /* certs */ = {isa = PBXFileReference; includeInIndex = 1; name = certs; path = ../certs; sourceTree = "<group>"; }; - 8958F909A57B28FB0E3AA207 /* TestDriver.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestDriver.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 896DD4E5A8D9033EAE4FE0E2 /* IceInfo.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInfo.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 89BE108849C181CA086DB498 /* IceLocation.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceLocation.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 8A0BF9490DF910B9AD47787F /* Protocol.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Protocol.cpp; path = ../cpp/src/Ice/Protocol.cpp; sourceTree = "<group>"; }; - 8AB1BB72180EBA438DDAE06C /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/ami/TestI.swift; sourceTree = "<group>"; }; - 8AF5753C9C192A28F53F7D83 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/stream/Client.swift; sourceTree = "<group>"; }; - 8BEA93BE8BB4C0A3C430135A /* LocatorF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = LocatorF.ice; path = ../slice/Ice/LocatorF.ice; sourceTree = "<group>"; }; - 8C79E9B8D6AB3D7B16756136 /* MetricsObserverI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MetricsObserverI.cpp; path = ../cpp/src/Ice/MetricsObserverI.cpp; sourceTree = "<group>"; }; - 8D128C872087CD93AF56A3F5 /* IceSlicingExceptions.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingExceptions.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 8E3DA6530CB29CE7799B8173 /* ImplicitContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImplicitContext.h; path = src/IceImpl/ImplicitContext.h; sourceTree = "<group>"; }; - 8EC171B842A6A32BF17B83CC /* PermissionsVerifier.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PermissionsVerifier.ice; path = ../slice/Glacier2/PermissionsVerifier.ice; sourceTree = "<group>"; }; - 8F9288909A1B05094F1BDD00 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/admin/AllTests.swift; sourceTree = "<group>"; }; - 8FF460A76592AC64BAC3527E /* Base64.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Base64.cpp; path = ../cpp/src/Ice/Base64.cpp; sourceTree = "<group>"; }; - 924EEE6523184B018CD4931D /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/interceptor/Test.ice; sourceTree = "<group>"; }; - 93D06B2D7F42F7D0BF3CE8A5 /* ObjectAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectAdapter.mm; path = src/IceImpl/ObjectAdapter.mm; sourceTree = "<group>"; }; - 944CF48129916730A3008F88 /* libIceDiscovery C++11 macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceDiscovery C++11 macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 95A7C2C16236FF4744B931B1 /* InputStream.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = InputStream.cpp; path = ../cpp/src/Ice/InputStream.cpp; sourceTree = "<group>"; }; - 95A8DA9D26C1591F929DA3C9 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/acm/TestI.swift; sourceTree = "<group>"; }; - 96115E7DA361BE9FE080D233 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/info/TestI.swift; sourceTree = "<group>"; }; - 974EF3141F3EC627CCEC3204 /* LocalObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LocalObject.cpp; path = ../cpp/src/Ice/LocalObject.cpp; sourceTree = "<group>"; }; - 97C222019E95394D972CE1A6 /* IceProxy.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProxy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 986E74376673D6F74346A7F4 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/enums/TestI.swift; sourceTree = "<group>"; }; - 98A939B9170258CDCC442218 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/objects/AllTests.swift; sourceTree = "<group>"; }; - 98FC5CD166CBCC9EF80D9DC3 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/enums/AllTests.swift; sourceTree = "<group>"; }; - 99AEF5EA46657B6ED564F874 /* SliceChecksumDict.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = SliceChecksumDict.ice; path = ../slice/Ice/SliceChecksumDict.ice; sourceTree = "<group>"; }; - 99B29A0E4AA5F9A8EAA7CF5C /* TraceLevels.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TraceLevels.cpp; path = ../cpp/src/Ice/TraceLevels.cpp; sourceTree = "<group>"; }; - 9A093E7CB8B3B16529164856 /* Reference.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Reference.cpp; path = ../cpp/src/Ice/Reference.cpp; sourceTree = "<group>"; }; - 9A103D9B0D613BA27BA70374 /* PluginI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = PluginI.cpp; path = ../cpp/src/IceDiscovery/PluginI.cpp; sourceTree = "<group>"; }; - 9A1F8724AB1BBAFA0A2394D9 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/proxy/AllTests.swift; sourceTree = "<group>"; }; - 9B0308382BAB46FF9F46F4C8 /* TcpTransceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TcpTransceiver.cpp; path = ../cpp/src/Ice/TcpTransceiver.cpp; sourceTree = "<group>"; }; - 9B4E5C848FA411C20D6E7C7F /* IceOperations.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOperations.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 9B9313EA6E03E9CBAED6F560 /* Exception.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Exception.ice; path = ../slice/IceGrid/Exception.ice; sourceTree = "<group>"; }; - 9B9DD6B8FA13BCACE6FF4DA3 /* IceGrid.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceGrid.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9BBDE0170050281A43311948 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/udp/Client.swift; sourceTree = "<group>"; }; - 9CAB83AE38E9F9D1AFB6748D /* IceInfo.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInfo.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 9CE912F9635778F067A7D851 /* ConnectionF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionF.ice; path = ../slice/Ice/ConnectionF.ice; sourceTree = "<group>"; }; - 9D3F26CAC95240A5D1C7F743 /* Connection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Connection.mm; path = src/IceImpl/Connection.mm; sourceTree = "<group>"; }; - 9D9A3AA3C804CD937FA3EA95 /* EndpointF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointF.ice; path = ../slice/Ice/EndpointF.ice; sourceTree = "<group>"; }; - 9DC937C9843B02FBC28D16FE /* Buffer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Buffer.cpp; path = ../cpp/src/Ice/Buffer.cpp; sourceTree = "<group>"; }; - 9F019016072294A89964C650 /* UnknownSlicedValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UnknownSlicedValue.swift; path = src/Ice/UnknownSlicedValue.swift; sourceTree = "<group>"; }; - 9FA7801E5495B9E68AAC8464 /* IceServantLocatorAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServantLocatorAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 9FB9CADB3BA499A2BC6881FD /* Session.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Session.ice; path = ../slice/IceGrid/Session.ice; sourceTree = "<group>"; }; - A0525659203ABA6E617D5A03 /* IceScope.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceScope.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - A1228ACE5883BBDE5DB9E026 /* AppDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = test/TestDriver/iOS/AppDelegate.swift; sourceTree = "<group>"; }; - A160ED5E7341AF3AE396EC3E /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/location/Server.swift; sourceTree = "<group>"; }; - A18AAC5B99698E9415FEB628 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/slicing/objects/ServerAMD.swift; sourceTree = "<group>"; }; - A1CFAF1067B83E4A4236BDE9 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/exceptions/Server.swift; sourceTree = "<group>"; }; - A1EC2D939EB8F1DA71DEB38D /* ProtocolPluginFacade.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ProtocolPluginFacade.cpp; path = ../cpp/src/Ice/ProtocolPluginFacade.cpp; sourceTree = "<group>"; }; - A21B2DF8ACD05A0824CB9070 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/facets/Client.swift; sourceTree = "<group>"; }; - A2A6C02F5DD6DFBDF39FA09E /* PropertiesAdmin.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertiesAdmin.mm; path = src/IceImpl/PropertiesAdmin.mm; sourceTree = "<group>"; }; - A316999403A9164FB812E43F /* Endpoint.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Endpoint.mm; path = src/IceImpl/Endpoint.mm; sourceTree = "<group>"; }; - A31DB8A45A289C695EE00D32 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/IceStorm/Info.plist; sourceTree = "<group>"; }; - A32E595B8404D92857444BEB /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/objects/Test.ice; sourceTree = "<group>"; }; - A37AD351FE427D5C1AC14AE2 /* IceSSLConfiguration.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSSLConfiguration.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - A37ED46987DC8429AB4BE932 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = src/Ice/Util.swift; sourceTree = "<group>"; }; - A426EDBFA3B6D2B1A5FD1F71 /* SecureTransportPluginI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SecureTransportPluginI.cpp; path = ../cpp/src/IceSSL/SecureTransportPluginI.cpp; sourceTree = "<group>"; }; - A46D118FBD00C2F98B7616BD /* Registry.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Registry.ice; path = ../slice/IceGrid/Registry.ice; sourceTree = "<group>"; }; - A48ED1088D1B85AA47DB9032 /* ConsoleUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ConsoleUtil.cpp; path = ../cpp/src/IceUtil/ConsoleUtil.cpp; sourceTree = "<group>"; }; - A4BCF23A869478092BCFF0C5 /* OnewaysAMI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OnewaysAMI.swift; path = test/Ice/operations/OnewaysAMI.swift; sourceTree = "<group>"; }; - A6D55A894856A7A4B11975A4 /* Logger.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Logger.ice; path = ../slice/Ice/Logger.ice; sourceTree = "<group>"; }; - A7399A08FEB282CB8CDBD4AF /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/slicing/exceptions/Server.swift; sourceTree = "<group>"; }; - A741032C597B964899A42610 /* PluginManagerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = PluginManagerI.cpp; path = ../cpp/src/Ice/PluginManagerI.cpp; sourceTree = "<group>"; }; - A79B6FD00D20863D433A9E32 /* libIceIAP C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceIAP C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - A80226BB40D2B2582EE932D7 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/servantLocator/ServerAMD.swift; sourceTree = "<group>"; }; - A84055AA218B4621B3EECB84 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/facets/Collocated.swift; sourceTree = "<group>"; }; - AA1BA218D46790D0A43C0D0F /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - AA65358DB04F4D5803E2FFBE /* IceUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceUtil.h; path = src/IceImpl/IceUtil.h; sourceTree = "<group>"; }; - AA796653BC8393442CE34EA2 /* BatchOnewaysAMI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BatchOnewaysAMI.swift; path = test/Ice/operations/BatchOnewaysAMI.swift; sourceTree = "<group>"; }; - AA8A1372FB4033FC7424CE8B /* IceServantLocatorAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServantLocatorAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - AAA5E92FF0A89A2101A01B04 /* SystemdJournalI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SystemdJournalI.cpp; path = ../cpp/src/Ice/SystemdJournalI.cpp; sourceTree = "<group>"; }; - AAC4F2ED79598C18ABCC6AD6 /* IceDefaultValue.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceDefaultValue.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - AB3DB4E7D59A8039A5F5A62C /* IceStream.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceStream.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - AC209B2BEFB9B02B6EF96387 /* IPEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = IPEndpointI.cpp; path = ../cpp/src/Ice/IPEndpointI.cpp; sourceTree = "<group>"; }; - ACAE742E19AF892B1F440007 /* Notifications.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Notifications.mm; path = ../cpp/src/Ice/ios/Notifications.mm; sourceTree = "<group>"; }; - AD204E0BD15DCB1EA7559765 /* ServantManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ServantManager.cpp; path = ../cpp/src/Ice/ServantManager.cpp; sourceTree = "<group>"; }; - ADC0709128F36F3D32F2E8ED /* Instrumentation.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Instrumentation.ice; path = ../slice/Ice/Instrumentation.ice; sourceTree = "<group>"; }; - ADE0DE144C88D23C11311493 /* Exception.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Exception.cpp; path = ../cpp/src/Ice/Exception.cpp; sourceTree = "<group>"; }; - AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PromiseKit.framework; path = ../Carthage/Build/iOS/PromiseKit.framework; sourceTree = "<group>"; }; - AEDE31097374A1E7AD244C17 /* BlobjectFacade.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = BlobjectFacade.mm; path = src/IceImpl/BlobjectFacade.mm; sourceTree = "<group>"; }; - AF62B57B59493B21A4BA142B /* IceSSLConfiguration.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSSLConfiguration.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - B060063B5D936B18E18A73F8 /* ImplicitContext.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ImplicitContext.mm; path = src/IceImpl/ImplicitContext.mm; sourceTree = "<group>"; }; - B0A5B9D9E9EE7D461D56FBBE /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/acm/Test.ice; sourceTree = "<group>"; }; - B0C3295BF86665F1B767FC14 /* LocalObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = LocalObject.mm; path = src/IceImpl/LocalObject.mm; sourceTree = "<group>"; }; - B0D7EF4A95487E9E2476B560 /* Cond.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Cond.cpp; path = ../cpp/src/Ice/Cond.cpp; sourceTree = "<group>"; }; - B10414003AB3A4C756BE12F3 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/servantLocator/AllTests.swift; sourceTree = "<group>"; }; - B29F2340ADFF3F0C2392DC8E /* Util.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Util.cpp; path = ../cpp/src/IceSSL/Util.cpp; sourceTree = "<group>"; }; - B2CDAA62F5F389A9E4AAB94B /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/operations/TestI.swift; sourceTree = "<group>"; }; - B2D347FE11B58F62E1A64AE0 /* Proxy.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Proxy.cpp; path = ../cpp/src/Ice/Proxy.cpp; sourceTree = "<group>"; }; - B2EC56943E2E960F8F06DF13 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/hold/Client.swift; sourceTree = "<group>"; }; - B2F4521C4BB2A8058C96F1F3 /* IceEnums.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceEnums.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - B39EEA1B79501BFBDE6D4FB2 /* IceAdapterDeactivation.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAdapterDeactivation.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - B3F2B9CC73250808B4522452 /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/optional/TestAMD.ice; sourceTree = "<group>"; }; - B4CB627B8F32CC22FC708A0C /* OSLogLoggerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = OSLogLoggerI.cpp; path = ../cpp/src/Ice/OSLogLoggerI.cpp; sourceTree = "<group>"; }; - B5031463167C8D09461EEA89 /* Router.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Router.ice; path = ../slice/Glacier2/Router.ice; sourceTree = "<group>"; }; - B522EC7CD5A41FFFAB703AA9 /* RecMutex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = RecMutex.cpp; path = ../cpp/src/IceUtil/RecMutex.cpp; sourceTree = "<group>"; }; - B5334AB95BDB191D5F1E0595 /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/exceptions/TestAMDI.swift; sourceTree = "<group>"; }; - B5EACE738D0F1E9ABD455400 /* IceStorm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceStorm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B67E5402C0254BC7850E36A0 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/slicing/exceptions/Client.swift; sourceTree = "<group>"; }; - B6EBE9477CF104A79B247B49 /* EndpointTypes.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointTypes.ice; path = ../slice/Ice/EndpointTypes.ice; sourceTree = "<group>"; }; - B736674CDEB4B0B73CEF605C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; - B84A5FF10CEA76507F9DFAA4 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/scope/Test.ice; sourceTree = "<group>"; }; - B8A61B4E7E68B120E196A4A4 /* Process.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Process.mm; path = src/IceImpl/Process.mm; sourceTree = "<group>"; }; - B9B4B91C58E64BD9DD0C08E5 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/optional/ServerAMD.swift; sourceTree = "<group>"; }; - B9F68B8316C0AC7480B33A89 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/admin/Server.swift; sourceTree = "<group>"; }; - BA25F18E381C1A689D4198CC /* TestCommon.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TestCommon.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BA613A5092CCC4CA5F1B2B7C /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/optional/AllTests.swift; sourceTree = "<group>"; }; - BA8A2E09B6A3BA6CD80FC40C /* IceServices.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServices.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - BAAC1B9EC9FD17079CD9FC70 /* Exception.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Exception.swift; path = src/Ice/Exception.swift; sourceTree = "<group>"; }; - BAB00DEDEBEBBCB9065ADA75 /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = src/Ice/Object.swift; sourceTree = "<group>"; }; - BB31105416CF31261498C9C9 /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/slicing/objects/TestAMDI.swift; sourceTree = "<group>"; }; - BBB2BCB0FFEA26FC6511DA1E /* libIceLocatorDiscovery C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceLocatorDiscovery C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - BBDBD9449474420693FF1A96 /* PropertiesAdmin.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertiesAdmin.ice; path = ../slice/Ice/PropertiesAdmin.ice; sourceTree = "<group>"; }; - BC4E902701DE09BA37587528 /* IceProxyAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProxyAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - BDB21F2609CB197466E7FE0C /* UUID.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = UUID.cpp; path = ../cpp/src/IceUtil/UUID.cpp; sourceTree = "<group>"; }; - BDBF83D4DC0C2124ED054B74 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/operations/ServerAMD.swift; sourceTree = "<group>"; }; - BDE3EA0A870A79DC84ADEFEB /* LocatorInfo.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LocatorInfo.cpp; path = ../cpp/src/Ice/LocatorInfo.cpp; sourceTree = "<group>"; }; - BE21640020F5339858DF3217 /* WSEndpoint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = WSEndpoint.cpp; path = ../cpp/src/Ice/WSEndpoint.cpp; sourceTree = "<group>"; }; - BE48EFA9435B97DE6B77A557 /* IceProxy.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProxy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - BEC666A948109F3CE30994F7 /* EndpointI.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointI.mm; path = ../cpp/src/IceIAP/EndpointI.mm; sourceTree = "<group>"; }; - BECF2A66076CFB898DFE631B /* OutputStream.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OutputStream.swift; path = src/Ice/OutputStream.swift; sourceTree = "<group>"; }; - BF51E9E481D5DB65E6836664 /* Object.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Object.cpp; path = ../cpp/src/Ice/Object.cpp; sourceTree = "<group>"; }; - C066D262954CBF4795DD0CE8 /* NetworkProxy.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = NetworkProxy.cpp; path = ../cpp/src/Ice/NetworkProxy.cpp; sourceTree = "<group>"; }; - C08CBA46D98FF466A576141D /* RetryQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = RetryQueue.cpp; path = ../cpp/src/Ice/RetryQueue.cpp; sourceTree = "<group>"; }; - C0D91E857AA6934E8E94C1D2 /* IceInvoke.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInvoke.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - C0ED8092B568C08586D50023 /* Twoways.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Twoways.swift; path = test/Ice/operations/Twoways.swift; sourceTree = "<group>"; }; - C14D26B5AFC1299D29B68DD8 /* FormatType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatType.swift; path = src/Ice/FormatType.swift; sourceTree = "<group>"; }; - C1887A8014CE0B7178E095BE /* LaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = test/TestDriver/iOS/Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; - C1D885D2E62E7E2C2BC3CDDA /* IceAdmin.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAdmin.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - C294FD76BE980A6E10BFA0DB /* Communicator.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Communicator.mm; path = src/IceImpl/Communicator.mm; sourceTree = "<group>"; }; - C2FBCA63BB90D3BA458780B0 /* ExternalAccessory.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ExternalAccessory.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/ExternalAccessory.framework; sourceTree = DEVELOPER_DIR; }; - C36053D7848970D065779B25 /* LocalException.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = LocalException.ice; path = ../slice/Ice/LocalException.ice; sourceTree = "<group>"; }; - C41B24EADE1D0A2A623570FE /* ConnectionI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionI.cpp; path = ../cpp/src/Ice/ConnectionI.cpp; sourceTree = "<group>"; }; - C503BB7937D5A73C579AF77E /* IceHold.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceHold.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - C5DFE54AACBA5E107C6C4771 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/adapterDeactivation/Client.swift; sourceTree = "<group>"; }; - C61A29A4587763EC33D2D3C0 /* PropertiesAdmin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropertiesAdmin.h; path = src/IceImpl/PropertiesAdmin.h; sourceTree = "<group>"; }; - C64809E8DE211002EB5F3E34 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/hold/TestI.swift; sourceTree = "<group>"; }; - C7371352DCDDEAD58499B726 /* ImplicitContextI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImplicitContextI.swift; path = src/Ice/ImplicitContextI.swift; sourceTree = "<group>"; }; - C74DD38DA31A7AE6A9FF4196 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/udp/TestI.swift; sourceTree = "<group>"; }; - C7862E351DA13E225FB603DA /* ClassResolver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClassResolver.swift; path = src/Ice/ClassResolver.swift; sourceTree = "<group>"; }; - C852970CEEDF2842C437C190 /* IceOperations.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOperations.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - C85363DB6ECAE4F6E4DC7143 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/timeout/Test.ice; sourceTree = "<group>"; }; - C924C811F06B4B4F9987B42F /* ServerPrivate.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServerPrivate.ice; path = test/Ice/slicing/exceptions/ServerPrivate.ice; sourceTree = "<group>"; }; - C94515DA6C1C2DF296FE4BFB /* Process.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Process.h; path = src/IceImpl/Process.h; sourceTree = "<group>"; }; - CA88F2EB080827E3D296B596 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/binding/Client.swift; sourceTree = "<group>"; }; - CA90C8591DC4DFEAB2851BA6 /* Communicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Communicator.h; path = src/IceImpl/Communicator.h; sourceTree = "<group>"; }; - CA9EAC361DD9BE2E85A98DCD /* SysLoggerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SysLoggerI.cpp; path = ../cpp/src/Ice/SysLoggerI.cpp; sourceTree = "<group>"; }; - CAA1F45803B6DF3CBA703742 /* EndpointI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EndpointI.swift; path = src/Ice/EndpointI.swift; sourceTree = "<group>"; }; - CAC5C1136D3E8E963319D27C /* libIceLocatorDiscovery C++11 macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceLocatorDiscovery C++11 macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - CBFF990B4C3473A7ABF0E1EA /* Logger.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Logger.mm; path = src/IceImpl/Logger.mm; sourceTree = "<group>"; }; - CC078A6B163093B069CC3574 /* Ice.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Ice.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CC241E2BF44F8EC4CF9EED84 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/udp/Test.ice; sourceTree = "<group>"; }; - CC3ECEE32C1DD72EC161DCD4 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/scope/TestI.swift; sourceTree = "<group>"; }; - CC76964B5694598E3F0979FA /* ConnectionFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionFactory.cpp; path = ../cpp/src/Ice/ConnectionFactory.cpp; sourceTree = "<group>"; }; - CCA34E0FA00C302BD324FF9F /* CtrlCHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = CtrlCHandler.cpp; path = ../cpp/src/IceUtil/CtrlCHandler.cpp; sourceTree = "<group>"; }; - CE2BD5737AD5AF170B0B0CED /* Value.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Value.swift; path = src/Ice/Value.swift; sourceTree = "<group>"; }; - CE4E7B961E84FD0A2A952175 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/defaultValue/Client.swift; sourceTree = "<group>"; }; - CEB61745AE680259C17612AF /* IceServices.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServices.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - CEFD4C0D0DC33D38124F165A /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/facets/Test.ice; sourceTree = "<group>"; }; - CF62C96B208DED1E58F41D18 /* libIceDiscovery C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceDiscovery C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - CFE5F53CE14ED91BAFDC81D8 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/properties/Client.swift; sourceTree = "<group>"; }; - D047C635859C17C992DAF8C6 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Slice/escape/Client.swift; sourceTree = "<group>"; }; - D114ACF18294F8C1596E632E /* BlobjectFacade.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlobjectFacade.h; path = src/IceImpl/BlobjectFacade.h; sourceTree = "<group>"; }; - D12F27BC1784D903E382B02D /* MetricsAdminI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MetricsAdminI.cpp; path = ../cpp/src/Ice/MetricsAdminI.cpp; sourceTree = "<group>"; }; - D25CD0841B10196797DB0476 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/Ice/Info.plist; sourceTree = "<group>"; }; - D2ABAB0694E81B833CCE5B23 /* ObjectPrx.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObjectPrx.h; path = src/IceImpl/ObjectPrx.h; sourceTree = "<group>"; }; - D345F1F51791EB43A92EEFC1 /* IceObjects.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceObjects.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - D3D3AD7F6BD006ADF34A6FCC /* UnsupportedAdminFacet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = UnsupportedAdminFacet.mm; path = src/IceImpl/UnsupportedAdminFacet.mm; sourceTree = "<group>"; }; - D3F7641916F3AE9E31B425BF /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/facets/TestI.swift; sourceTree = "<group>"; }; - D4D6B30977E3170BCF21F561 /* Properties.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Properties.mm; path = src/IceImpl/Properties.mm; sourceTree = "<group>"; }; - D5074646DD41C463AA3529F5 /* LookupI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LookupI.cpp; path = ../cpp/src/IceDiscovery/LookupI.cpp; sourceTree = "<group>"; }; - D551F8AB732AB93114F0B8A0 /* ConnectionInfoFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConnectionInfoFactory.swift; path = src/Ice/ConnectionInfoFactory.swift; sourceTree = "<group>"; }; - D663EDCD9BBDC0605BA5BB8D /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/admin/Test.ice; sourceTree = "<group>"; }; - D680724EEBE87D009F1450AE /* TraceUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = TraceUtil.mm; path = src/IceImpl/TraceUtil.mm; sourceTree = "<group>"; }; - D6B0FF60805D86B3FF5DDEB4 /* UserAccountMapper.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = UserAccountMapper.ice; path = ../slice/IceGrid/UserAccountMapper.ice; sourceTree = "<group>"; }; - D6C0F0A41221E464FCA71B6A /* ObjectAdapterF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectAdapterF.ice; path = ../slice/Ice/ObjectAdapterF.ice; sourceTree = "<group>"; }; - D6EB8A137C2056E8D9169108 /* AcceptorI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = AcceptorI.cpp; path = ../cpp/src/IceSSL/AcceptorI.cpp; sourceTree = "<group>"; }; - D74B7014F46BAE386B82D380 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/inheritance/TestI.swift; sourceTree = "<group>"; }; - D7F3AFD78C1E71EC8348A032 /* IceLocation.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceLocation.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - D7FBDC61EA186B04D1D64F01 /* PropertiesAdminI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertiesAdminI.cpp; path = ../cpp/src/Ice/PropertiesAdminI.cpp; sourceTree = "<group>"; }; - D8409D146A19F93DE67B42E0 /* Initialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Initialize.swift; path = src/Ice/Initialize.swift; sourceTree = "<group>"; }; - D957A3D3DE480CDE7EB2F2F9 /* IceSlicingExceptionsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingExceptionsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - D9CDBF4588C7BAB7393A7677 /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/exceptions/TestAMD.ice; sourceTree = "<group>"; }; - DA8E7AB549DD5E558656166D /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/udp/Server.swift; sourceTree = "<group>"; }; - DB0BF0A52DD95870BC54B782 /* UdpConnector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = UdpConnector.cpp; path = ../cpp/src/Ice/UdpConnector.cpp; sourceTree = "<group>"; }; - DB4EEAFC3FC69BA28EF9AA04 /* OpaqueEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = OpaqueEndpointI.cpp; path = ../cpp/src/Ice/OpaqueEndpointI.cpp; sourceTree = "<group>"; }; - DC0EA51E6D29420FF417C21A /* CommunicatorI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = CommunicatorI.cpp; path = ../cpp/src/Ice/CommunicatorI.cpp; sourceTree = "<group>"; }; - DC14D958B16055F6BE7DC03A /* IceTimeout.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceTimeout.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - DCDF43E420F298756306484F /* IceDefaultServant.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceDefaultServant.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - DD36AB63708C7FAB07505361 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/invoke/Client.swift; sourceTree = "<group>"; }; - DD583224B0A73EEFF8C9D3B7 /* LocatorI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LocatorI.cpp; path = ../cpp/src/IceDiscovery/LocatorI.cpp; sourceTree = "<group>"; }; - DD6CFA173AA7CAE8F9BB9318 /* Glacier2Swift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Glacier2Swift.h; path = src/Glacier2/Glacier2Swift.h; sourceTree = "<group>"; }; - DE28C931B9269D47B492F929 /* StringUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = StringUtil.cpp; path = ../cpp/src/IceUtil/StringUtil.cpp; sourceTree = "<group>"; }; - DF3381D97C9AF593493BD6F2 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/udp/AllTests.swift; sourceTree = "<group>"; }; - DF4B6597152C0E0912891964 /* DispatchInterceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = DispatchInterceptor.cpp; path = ../cpp/src/Ice/DispatchInterceptor.cpp; sourceTree = "<group>"; }; - DFCE07AB54C0EBA8D0D49C47 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/operations/Test.ice; sourceTree = "<group>"; }; - E02B63D8DA13D404641957BD /* ValueFactoryManagerI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValueFactoryManagerI.swift; path = src/Ice/ValueFactoryManagerI.swift; sourceTree = "<group>"; }; - E03E5B703015A0C1476E95EE /* IceAmi.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAmi.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - E065D0E7A071B663E9553AA0 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/exceptions/Test.ice; sourceTree = "<group>"; }; - E0F0A365CDC0718077C1C85B /* Service.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Service.cpp; path = ../cpp/src/Ice/Service.cpp; sourceTree = "<group>"; }; - E0FCD6FFA7170641D8765A4B /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Instance.cpp; path = ../cpp/src/IceSSL/Instance.cpp; sourceTree = "<group>"; }; - E1EB97B26CF0A05CA4DD1621 /* Communicator.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Communicator.ice; path = ../slice/Ice/Communicator.ice; sourceTree = "<group>"; }; - E214BFDE7BDDFA0670A22922 /* Value.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Value.cpp; path = ../cpp/src/Ice/Value.cpp; sourceTree = "<group>"; }; - E246CB246CAF33EDA7F22856 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/proxy/Server.swift; sourceTree = "<group>"; }; - E29A6C42B64B3F08A6272045 /* Glacier2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Glacier2.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E31CBC817CEC37D5832FA246 /* ProxyFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ProxyFactory.cpp; path = ../cpp/src/Ice/ProxyFactory.cpp; sourceTree = "<group>"; }; - E36C9FCEF6BE15A700E6B655 /* ValueFactory.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ValueFactory.ice; path = ../slice/Ice/ValueFactory.ice; sourceTree = "<group>"; }; - E39A8E7977D2EB40393F8197 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/adapterDeactivation/Server.swift; sourceTree = "<group>"; }; - E47FA88ED745A9DAE8A7433B /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/servantLocator/Collocated.swift; sourceTree = "<group>"; }; - E51C6623A73A0E56C6397017 /* IceExceptions.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceExceptions.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - E58CC33BA1B6706A1ECEBE0D /* Properties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Properties.h; path = src/IceImpl/Properties.h; sourceTree = "<group>"; }; - E6524CC00543F0D8AC208141 /* RFC2253.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = RFC2253.cpp; path = ../cpp/src/IceSSL/RFC2253.cpp; sourceTree = "<group>"; }; - E6C2C94384F927DE81186DA0 /* PromiseKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PromiseKit.framework; path = ../Carthage/Build/Mac/PromiseKit.framework; sourceTree = "<group>"; }; - E6D7E31A8F637EEF6753DB31 /* ServerPrivateAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServerPrivateAMD.ice; path = test/Ice/slicing/exceptions/ServerPrivateAMD.ice; sourceTree = "<group>"; }; - E7D29120208D7804FBCA7EDA /* CountDownLatch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = CountDownLatch.cpp; path = ../cpp/src/Ice/CountDownLatch.cpp; sourceTree = "<group>"; }; - E8426626D0DAF72F3E8729B3 /* SlicedData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SlicedData.swift; path = src/Ice/SlicedData.swift; sourceTree = "<group>"; }; - E8764E663849FA38044C7725 /* IceSlicingExceptions.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingExceptions.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - E89AB7F099EA4B6A42417ED5 /* BatchOneways.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BatchOneways.swift; path = test/Ice/operations/BatchOneways.swift; sourceTree = "<group>"; }; - E8D71670530BC9EC7BDC0A06 /* RouterF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = RouterF.ice; path = ../slice/Glacier2/RouterF.ice; sourceTree = "<group>"; }; - E97EC0E8D2B1299496690277 /* SliceFlags.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SliceFlags.swift; path = src/Ice/SliceFlags.swift; sourceTree = "<group>"; }; - EA2937C01CFFAFEFEC9CEC0A /* ObjectPrx.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectPrx.mm; path = src/IceImpl/ObjectPrx.mm; sourceTree = "<group>"; }; - EABD8BFF9ACAA17ADE664322 /* Identity.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Identity.ice; path = ../slice/Ice/Identity.ice; sourceTree = "<group>"; }; - EAE54D953BEB83BDB7917304 /* MutexProtocol.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MutexProtocol.cpp; path = ../cpp/src/IceUtil/MutexProtocol.cpp; sourceTree = "<group>"; }; - EBC04B520724202C700B00B6 /* SliceEscape.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = SliceEscape.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - EC4B7A54D7D8D241D38EC336 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/invoke/AllTests.swift; sourceTree = "<group>"; }; - ECC26E8ADB63965CE485E3BB /* Transceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Transceiver.cpp; path = ../cpp/src/Ice/Transceiver.cpp; sourceTree = "<group>"; }; - ECD3A36C89C9323FC0BCB8AF /* ServerPrivateAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServerPrivateAMD.ice; path = test/Ice/slicing/objects/ServerPrivateAMD.ice; sourceTree = "<group>"; }; - ECEBDB151DBC191594A015FF /* Network.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Network.cpp; path = ../cpp/src/Ice/Network.cpp; sourceTree = "<group>"; }; - ED3EE5CEC3CB3AC01FE2D547 /* Transceiver.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Transceiver.mm; path = ../cpp/src/IceIAP/Transceiver.mm; sourceTree = "<group>"; }; - EDB3B475B1486012456B7586 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/slicing/exceptions/AllTests.swift; sourceTree = "<group>"; }; - EE2D5043FCAA28AC3A93D1FA /* EndpointInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointInfo.ice; path = ../slice/IceSSL/EndpointInfo.ice; sourceTree = "<group>"; }; - EE422BBBA33CF320BE3DD0B2 /* ConnectorI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectorI.cpp; path = ../cpp/src/IceSSL/ConnectorI.cpp; sourceTree = "<group>"; }; - EE728BB4C42080A31BD60844 /* SHA1.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SHA1.cpp; path = ../cpp/src/Ice/SHA1.cpp; sourceTree = "<group>"; }; - EED31D2E5F5290B098F44B2F /* StringConverter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = StringConverter.cpp; path = ../cpp/src/IceUtil/StringConverter.cpp; sourceTree = "<group>"; }; - EEEFA1E32EEA4AC029208173 /* IncomingAsync.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = IncomingAsync.cpp; path = ../cpp/src/Ice/IncomingAsync.cpp; sourceTree = "<group>"; }; - EF3EF8F522407D9EBA6ECD43 /* ConnectionInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionInfo.ice; path = ../slice/IceIAP/ConnectionInfo.ice; sourceTree = "<group>"; }; - EFB0A6286B79845AC8C644FB /* Incoming.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Incoming.swift; path = src/Ice/Incoming.swift; sourceTree = "<group>"; }; - EFB2C8C91989C679C95A0D3F /* IceProperties.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProperties.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - F0462274C44EC6DD8D232452 /* SecureTransportUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SecureTransportUtil.cpp; path = ../cpp/src/IceSSL/SecureTransportUtil.cpp; sourceTree = "<group>"; }; - F083BF54BE75657E28D4BE39 /* PluginI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = PluginI.cpp; path = ../cpp/src/IceSSL/PluginI.cpp; sourceTree = "<group>"; }; - F0AF2759EFE2DDD4FC2CAB4D /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/info/Client.swift; sourceTree = "<group>"; }; - F0DB52B51E3FA93300C43C25 /* PropertiesAdminI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertiesAdminI.swift; path = src/Ice/PropertiesAdminI.swift; sourceTree = "<group>"; }; - F214BC0DCB10521D7B304C2F /* IceStormSwift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceStormSwift.h; path = src/IceStorm/IceStormSwift.h; sourceTree = "<group>"; }; - F23EAEF6DFB05769B732486A /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/slicing/objects/TestI.swift; sourceTree = "<group>"; }; - F244D55CA2AAEE2568CF28A6 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/interceptor/Client.swift; sourceTree = "<group>"; }; - F34055389881F5CB5D170F21 /* IceGridSwift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceGridSwift.h; path = src/IceGrid/IceGridSwift.h; sourceTree = "<group>"; }; - F3FC42B9553F943E5A645CB2 /* Forward.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Forward.ice; path = test/Ice/objects/Forward.ice; sourceTree = "<group>"; }; - F57EDE31072DD97B687FD6B7 /* ObjectFactory.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectFactory.ice; path = ../slice/Ice/ObjectFactory.ice; sourceTree = "<group>"; }; - F5DF7E474CA51C8DBB0C3939 /* IceGrid.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceGrid.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - F6110A99A26547AC7A0F46E2 /* IceStream.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceStream.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - F6625C8152FBC2B4214D132E /* Thread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Thread.cpp; path = ../cpp/src/Ice/Thread.cpp; sourceTree = "<group>"; }; - F7142AE4E028FF06CDEA37F2 /* EndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointI.cpp; path = ../cpp/src/IceSSL/EndpointI.cpp; sourceTree = "<group>"; }; - F7304F62CB64BDC2984BA3C6 /* ReferenceFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ReferenceFactory.cpp; path = ../cpp/src/Ice/ReferenceFactory.cpp; sourceTree = "<group>"; }; - F79846125B51410028E3F14E /* IconvStringConverter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = IconvStringConverter.cpp; path = ../cpp/src/Ice/IconvStringConverter.cpp; sourceTree = "<group>"; }; - F7B3A8662C397F87689E4C6F /* SliceEscape.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = SliceEscape.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - F8A6E946E0BBE7D551087DED /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/retry/AllTests.swift; sourceTree = "<group>"; }; - F92D562257D5D6BB250FBA03 /* BuiltinSequences.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = BuiltinSequences.ice; path = ../slice/Ice/BuiltinSequences.ice; sourceTree = "<group>"; }; - F99AFA690A3775861ED514BA /* libIceSSL C++11 macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceSSL C++11 macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F9EEAA3837EB832468101147 /* Convert.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Convert.mm; path = src/IceImpl/Convert.mm; sourceTree = "<group>"; }; - FA00BAF54472F0047ACCE007 /* AdminFacetFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AdminFacetFactory.swift; path = src/Ice/AdminFacetFactory.swift; sourceTree = "<group>"; }; - FA0AF8AF96A6BDE43AA20D1A /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/defaultValue/AllTests.swift; sourceTree = "<group>"; }; - FA3DF503D54D450C1ACC9979 /* Incoming.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Incoming.cpp; path = ../cpp/src/Ice/Incoming.cpp; sourceTree = "<group>"; }; - FB02149872CD39EE2A0E6C24 /* IceEnums.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceEnums.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - FB37392A42292C23B3FF9478 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/admin/TestI.swift; sourceTree = "<group>"; }; - FBC3B3FBB0D99EA424246581 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/operations/Client.swift; sourceTree = "<group>"; }; - FC01486A51C70BAB2757A9EE /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/adapterDeactivation/AllTests.swift; sourceTree = "<group>"; }; - FC0D789547F266AFD281732B /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/scope/AllTests.swift; sourceTree = "<group>"; }; - FC130C8AFB3672CAC98D120E /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/timeout/Client.swift; sourceTree = "<group>"; }; - FC27B09D966BD3902D8AAF02 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/defaultServant/Client.swift; sourceTree = "<group>"; }; - FCEA200C62A2A206FD158E69 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/slicing/objects/AllTests.swift; sourceTree = "<group>"; }; - FDC105F80B6C771FA8245748 /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/slicing/exceptions/TestAMDI.swift; sourceTree = "<group>"; }; - FDE779928EAEDEC028B585C6 /* WSTransceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = WSTransceiver.cpp; path = ../cpp/src/Ice/WSTransceiver.cpp; sourceTree = "<group>"; }; - FE78D0354C9DA6724463336A /* IceOperationsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOperationsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - FEC90CFB3D0770FA91FFBA62 /* Oneways.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Oneways.swift; path = test/Ice/operations/Oneways.swift; sourceTree = "<group>"; }; - FEDE801DF913E78B6A10B933 /* Ice.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Ice.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - FF1F9AD0B3BF5C4A9A05E3FC /* FactoryTable.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = FactoryTable.cpp; path = ../cpp/src/Ice/FactoryTable.cpp; sourceTree = "<group>"; }; - FF1FC1BA57B6F987602A51C6 /* IceHold.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceHold.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - FF6B3E884649A3FE39C9CFBA /* Initialize.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Initialize.cpp; path = ../cpp/src/Ice/Initialize.cpp; sourceTree = "<group>"; }; - FF6F90A6F754D4AD5E01F69E /* Metrics.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Metrics.ice; path = ../slice/Glacier2/Metrics.ice; sourceTree = "<group>"; }; - FF79A8C33DA3EE6AEE6E95C9 /* ImplicitContextF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ImplicitContextF.ice; path = ../slice/Ice/ImplicitContextF.ice; sourceTree = "<group>"; }; + 00699D5C4A48E365F6AA7539 /* Connector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Connector.cpp; path = ../cpp/src/Ice/Connector.cpp; sourceTree = "<group>"; }; + 0079D2C077E262558506E1F5 /* ACM.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ACM.cpp; path = ../cpp/src/Ice/ACM.cpp; sourceTree = "<group>"; }; + 012D50D57464FE0E372C418B /* Logger.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Logger.ice; path = ../slice/Ice/Logger.ice; sourceTree = "<group>"; }; + 019800CBCDD9BB41E9792964 /* EndpointF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointF.ice; path = ../slice/Ice/EndpointF.ice; sourceTree = "<group>"; }; + 01C4A5F84439D42231C5F62A /* Identity.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Identity.ice; path = ../slice/Ice/Identity.ice; sourceTree = "<group>"; }; + 022DB0A96EEAA2B3D779DB23 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/inheritance/AllTests.swift; sourceTree = "<group>"; }; + 02E2AE52F78C5E920376F839 /* Communicator.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Communicator.ice; path = ../slice/Ice/Communicator.ice; sourceTree = "<group>"; }; + 037DCDD4E7013D6B58036B9A /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/ami/Client.swift; sourceTree = "<group>"; }; + 03C357C83FBA5CE8CCE45474 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/hold/AllTests.swift; sourceTree = "<group>"; }; + 045A2AC462576933C5D3372C /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/enums/AllTests.swift; sourceTree = "<group>"; }; + 04E3BA2F11C173204AC8A29F /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/stream/Client.swift; sourceTree = "<group>"; }; + 04EDB0F0BA682C2FF424CFBB /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/objects/Collocated.swift; sourceTree = "<group>"; }; + 057CF1C9F0FD3FB6D356CBF6 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/acm/Test.ice; sourceTree = "<group>"; }; + 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PromiseKit.framework; path = ../Carthage/Build/Mac/PromiseKit.framework; sourceTree = "<group>"; }; + 05DC96DD4B58417ABA3E8196 /* ServantManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ServantManager.cpp; path = ../cpp/src/Ice/ServantManager.cpp; sourceTree = "<group>"; }; + 0644400C36D238F4E8DFEA19 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + 066697357C2F99F437D9A18B /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/objects/Client.swift; sourceTree = "<group>"; }; + 0678E9CBBFE5833B478344FE /* InitializationData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InitializationData.swift; path = src/Ice/InitializationData.swift; sourceTree = "<group>"; }; + 0687B4CF02D1A5A1C1C8E6D7 /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/slicing/exceptions/TestAMD.ice; sourceTree = "<group>"; }; + 06A97CAF5BF9EDF83A7A930B /* IceBinding.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceBinding.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 06B193D7CE47D29B3E971AC4 /* CertificateI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = CertificateI.cpp; path = ../cpp/src/IceSSL/CertificateI.cpp; sourceTree = "<group>"; }; + 0761D11D8CD3B1E6DA21706F /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/IceStorm/Info.plist; sourceTree = "<group>"; }; + 0856122B7A102DCF560D4201 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/slicing/objects/TestI.swift; sourceTree = "<group>"; }; + 08787E07ECBBF81BA7E22C2D /* Glacier2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Glacier2.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 090BAAA45F47C9445323FBCA /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/objects/Server.swift; sourceTree = "<group>"; }; + 0999C5B3AC45AFA5C5003C8F /* LocalObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalObject.swift; path = src/Ice/LocalObject.swift; sourceTree = "<group>"; }; + 09C5F559CD79E3AD55F6301F /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/admin/Client.swift; sourceTree = "<group>"; }; + 0A3769C165F5CB6E6B59DAE1 /* IceProxyAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProxyAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 0B169B3121BC89B8F9998270 /* OutputStream.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = OutputStream.cpp; path = ../cpp/src/Ice/OutputStream.cpp; sourceTree = "<group>"; }; + 0B324CCC03C34E7CFCB49E34 /* ServerPrivate.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServerPrivate.ice; path = test/Ice/slicing/objects/ServerPrivate.ice; sourceTree = "<group>"; }; + 0B4A55D2A631912189D6D304 /* ObjectPrx.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectPrx.mm; path = src/IceImpl/ObjectPrx.mm; sourceTree = "<group>"; }; + 0C04036EE8E5A76284A96FD8 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/servantLocator/AllTests.swift; sourceTree = "<group>"; }; + 0C1BD291AEA50BB53135FCF9 /* IncomingAsync.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = IncomingAsync.cpp; path = ../cpp/src/Ice/IncomingAsync.cpp; sourceTree = "<group>"; }; + 0C1F0A2DE57A909D0469A9DF /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/adapterDeactivation/Test.ice; sourceTree = "<group>"; }; + 0C42577F3A084511C7257868 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/timeout/AllTests.swift; sourceTree = "<group>"; }; + 0D6DDAFCC0DD5D588CBA226B /* LocalExceptionFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalExceptionFactory.swift; path = src/Ice/LocalExceptionFactory.swift; sourceTree = "<group>"; }; + 0DD8C50CEFE99B3BBC5F5280 /* BlobjectAsync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BlobjectAsync.swift; path = src/Ice/BlobjectAsync.swift; sourceTree = "<group>"; }; + 0DE506DB67D803BDAB2AD227 /* Selector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Selector.cpp; path = ../cpp/src/Ice/Selector.cpp; sourceTree = "<group>"; }; + 0E3F7972DC572D17C86203CD /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/slicing/exceptions/Client.swift; sourceTree = "<group>"; }; + 0E5E1340C4FAB57DE1F541D0 /* TestDriver.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestDriver.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 0E9FA5953E6E39B663775B90 /* IceInheritance.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInheritance.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 0EE61C3D7665D8538CB48B27 /* ConnectRequestHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectRequestHandler.cpp; path = ../cpp/src/Ice/ConnectRequestHandler.cpp; sourceTree = "<group>"; }; + 0F8741A945D5FD3BBCD1CACD /* WSTransceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = WSTransceiver.cpp; path = ../cpp/src/Ice/WSTransceiver.cpp; sourceTree = "<group>"; }; + 11CFE6C09A6BE03812C6CA09 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/inheritance/TestI.swift; sourceTree = "<group>"; }; + 122922B8E520D3DA63BF2C33 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/facets/AllTests.swift; sourceTree = "<group>"; }; + 12EAA83B93ECF707CFF068E9 /* Glacier2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Glacier2.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 131E0D4980E64A4107A006FD /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/inheritance/Client.swift; sourceTree = "<group>"; }; + 134F8E87E53CD6B229BC30DF /* CtrlCHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = CtrlCHandler.cpp; path = ../cpp/src/IceUtil/CtrlCHandler.cpp; sourceTree = "<group>"; }; + 13B98BD5DBE4039FCDF5A561 /* IceEnums.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceEnums.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 1458AB8A043D728EC7DF7E6C /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/facets/Test.ice; sourceTree = "<group>"; }; + 14BB2B727C5656F9F563D5C5 /* NativePropertiesAdmin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NativePropertiesAdmin.swift; path = src/Ice/NativePropertiesAdmin.swift; sourceTree = "<group>"; }; + 15C9939D7DF81B182E6D08E2 /* FileParser.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = FileParser.ice; path = ../slice/IceGrid/FileParser.ice; sourceTree = "<group>"; }; + 16B92FBBAC92EA7589579592 /* ObjectAdapterI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectAdapterI.swift; path = src/Ice/ObjectAdapterI.swift; sourceTree = "<group>"; }; + 16C21EF08F8F86AB796A938F /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/servantLocator/Collocated.swift; sourceTree = "<group>"; }; + 16D8B8DBC7A414B066C8E05E /* Key.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Key.ice; path = test/Slice/escape/Key.ice; sourceTree = "<group>"; }; + 171B79128788DAA5F22BE109 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/retry/Server.swift; sourceTree = "<group>"; }; + 171EDF891B10AB9D15639BB4 /* Exception.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Exception.cpp; path = ../cpp/src/Ice/Exception.cpp; sourceTree = "<group>"; }; + 1729E302013F875123D4C10D /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/defaultServant/Test.ice; sourceTree = "<group>"; }; + 1848A466900D458DD552047D /* SliceChecksumDict.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = SliceChecksumDict.ice; path = ../slice/Ice/SliceChecksumDict.ice; sourceTree = "<group>"; }; + 186F61FE96750EFE80B202D6 /* ValueFactoryManagerI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValueFactoryManagerI.swift; path = src/Ice/ValueFactoryManagerI.swift; sourceTree = "<group>"; }; + 198F642361403B040927A2F7 /* CommunicatorI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CommunicatorI.swift; path = src/Ice/CommunicatorI.swift; sourceTree = "<group>"; }; + 1A3B1EE30D7655078FB9E385 /* InputStream.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InputStream.swift; path = src/Ice/InputStream.swift; sourceTree = "<group>"; }; + 1A9120D825BC28171356BA30 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = src/Ice/Util.swift; sourceTree = "<group>"; }; + 1AB6127CED266C56DD516DA3 /* InstrumentationI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = InstrumentationI.cpp; path = ../cpp/src/Ice/InstrumentationI.cpp; sourceTree = "<group>"; }; + 1B7D41441CF62860BADD4A4F /* IceExceptionsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceExceptionsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 1BA67B54BAE09563AEAE8E8E /* ImplicitContextI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImplicitContextI.swift; path = src/Ice/ImplicitContextI.swift; sourceTree = "<group>"; }; + 1BA91DCA82413AFB36E03937 /* IceInheritance.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInheritance.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 1BCB5030FAB3E7309D28520E /* Util.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Util.cpp; path = ../cpp/src/IceSSL/Util.cpp; sourceTree = "<group>"; }; + 1C5DDDD5A6E4D6934989EE4E /* Buffer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Buffer.cpp; path = ../cpp/src/Ice/Buffer.cpp; sourceTree = "<group>"; }; + 1C7A941D6B61A628A9939BFC /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/info/Client.swift; sourceTree = "<group>"; }; + 1C9C310891BAB74089AFED3A /* Transceiver.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Transceiver.mm; path = ../cpp/src/IceIAP/Transceiver.mm; sourceTree = "<group>"; }; + 1EDE723619843543AC58C429 /* Mutex.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Mutex.swift; path = src/Ice/Mutex.swift; sourceTree = "<group>"; }; + 1F12A729FDA4202510AE04D9 /* ObjectAdapterI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectAdapterI.cpp; path = ../cpp/src/Ice/ObjectAdapterI.cpp; sourceTree = "<group>"; }; + 1F6C0DF77E18415CE1C06E22 /* ServantManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServantManager.swift; path = src/Ice/ServantManager.swift; sourceTree = "<group>"; }; + 1FAE6FB698F2B5588F4AD2EB /* UtilException.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = UtilException.cpp; path = ../cpp/src/IceUtil/UtilException.cpp; sourceTree = "<group>"; }; + 20F1A149E28048A0C33B9934 /* ObjectAdapter.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectAdapter.ice; path = ../slice/Ice/ObjectAdapter.ice; sourceTree = "<group>"; }; + 2185A224C6830E44D50F5E97 /* StringConverterPlugin.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = StringConverterPlugin.cpp; path = ../cpp/src/Ice/StringConverterPlugin.cpp; sourceTree = "<group>"; }; + 226194B4B392E6D2B8BFD646 /* ClassResolver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClassResolver.swift; path = src/Ice/ClassResolver.swift; sourceTree = "<group>"; }; + 229838F0B14985E9E8655A0E /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/slicing/objects/Client.swift; sourceTree = "<group>"; }; + 22CE34A0AF7FAAA29665B6F0 /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/operations/TestAMD.ice; sourceTree = "<group>"; }; + 230E865226DF4BF7A56733B7 /* IceImpl.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceImpl.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 23203745B94468CF83127CF6 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; + 235E9D7A648FCFFF0A43C61B /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/proxy/ServerAMD.swift; sourceTree = "<group>"; }; + 241C428F0CA3A976E9A20C29 /* IceInterceptor.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInterceptor.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 2446B6250CAAFE3C91FF36C9 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/invoke/Server.swift; sourceTree = "<group>"; }; + 249744E883E59496C5C7F045 /* ObjectAdapterFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectAdapterFactory.cpp; path = ../cpp/src/Ice/ObjectAdapterFactory.cpp; sourceTree = "<group>"; }; + 24E3D618472D1B4F242B1FFA /* IceSwift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceSwift.h; path = src/Ice/IceSwift.h; sourceTree = "<group>"; }; + 2550950CE5CCA9BD55DB8E77 /* IceInfo.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInfo.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 2677A689877B7ED81EC8A4A2 /* CountDownLatch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = CountDownLatch.cpp; path = ../cpp/src/Ice/CountDownLatch.cpp; sourceTree = "<group>"; }; + 26E52451240AADF06EB042C0 /* FormatType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatType.swift; path = src/Ice/FormatType.swift; sourceTree = "<group>"; }; + 270D7FA737E288C5BC07BB7B /* EndpointTypes.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointTypes.ice; path = ../slice/Ice/EndpointTypes.ice; sourceTree = "<group>"; }; + 27191DEDFABFB264B23860EE /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/location/TestI.swift; sourceTree = "<group>"; }; + 279EE99E5685118C062C6CAF /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/acm/TestI.swift; sourceTree = "<group>"; }; + 27C65FB83EF7174F4EBE1C05 /* IceDefaultServant.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceDefaultServant.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 27E2FB36BBE83E40B27DF759 /* AppDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = test/TestDriver/iOS/AppDelegate.swift; sourceTree = "<group>"; }; + 28BD9633A2438C0A0DAF75C2 /* LocalException.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = LocalException.ice; path = ../slice/Ice/LocalException.ice; sourceTree = "<group>"; }; + 28DEBA7124490632F95F5A4B /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/exceptions/Test.ice; sourceTree = "<group>"; }; + 29A78A8215C378D43DDEC69A /* StreamTransceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = StreamTransceiver.cpp; path = ../cpp/src/Ice/ios/StreamTransceiver.cpp; sourceTree = "<group>"; }; + 29E4FF23E4195648D2D7573C /* IceUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = IceUtil.mm; path = src/IceImpl/IceUtil.mm; sourceTree = "<group>"; }; + 2A510A3EC9A42BFA2E9CCFC1 /* MetricsAdminI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MetricsAdminI.cpp; path = ../cpp/src/Ice/MetricsAdminI.cpp; sourceTree = "<group>"; }; + 2BB41FC1694D6E5CA491E481 /* IceObjects.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceObjects.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Ice.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 2BECDB57F1E2AF055699B0D6 /* IceSlicingObjectsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingObjectsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 2C55CD3BC27F51FD7F4C7E45 /* libIceLocatorDiscovery C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceLocatorDiscovery C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2D43F84DF455EAF429700CDB /* IceBinding.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceBinding.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 2EC75DC75E45540877C66902 /* IceDefaultValue.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceDefaultValue.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 2EE5D6C4750D5F643FB76775 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/Glacier2/Info.plist; sourceTree = "<group>"; }; + 2EEFE909B8B35BD3CA65CA4E /* IceInterceptor.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInterceptor.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 2F39471FDEEEBD3738125C4F /* TraceUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TraceUtil.h; path = src/IceImpl/TraceUtil.h; sourceTree = "<group>"; }; + 2F602A7110DBD1E9D2F5DD4B /* Process.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Process.ice; path = ../slice/Ice/Process.ice; sourceTree = "<group>"; }; + 2F79391ECE86EBED9D3F7899 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/services/Client.swift; sourceTree = "<group>"; }; + 3014F3DE51D9E3FB97A31DC8 /* Logger.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Logger.mm; path = src/IceImpl/Logger.mm; sourceTree = "<group>"; }; + 30A0931C065FE4339E6AD794 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/admin/Test.ice; sourceTree = "<group>"; }; + 30AC36630FF731D39F724A0F /* TcpConnector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TcpConnector.cpp; path = ../cpp/src/Ice/TcpConnector.cpp; sourceTree = "<group>"; }; + 30F96A6ECF041D08DF447BEC /* IceProxy.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProxy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 315E8D8AD6C8073D4921052D /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/facets/Collocated.swift; sourceTree = "<group>"; }; + 3205238119BA431A3445FF56 /* SecureTransportEngine.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SecureTransportEngine.cpp; path = ../cpp/src/IceSSL/SecureTransportEngine.cpp; sourceTree = "<group>"; }; + 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PromiseKit.framework; path = ../Carthage/Build/iOS/PromiseKit.framework; sourceTree = "<group>"; }; + 32B1B05B14FAE0F38AC0D289 /* CommunicatorI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = CommunicatorI.cpp; path = ../cpp/src/Ice/CommunicatorI.cpp; sourceTree = "<group>"; }; + 32B8B6861EE212DA2FD8D1F3 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/ami/Test.ice; sourceTree = "<group>"; }; + 330E392C478620E241811A03 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/proxy/Test.ice; sourceTree = "<group>"; }; + 33DA35F0A419C89C8697E1C1 /* IPEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = IPEndpointI.cpp; path = ../cpp/src/Ice/IPEndpointI.cpp; sourceTree = "<group>"; }; + 33DEB766BE1B968E045496A3 /* OutputUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = OutputUtil.cpp; path = ../cpp/src/IceUtil/OutputUtil.cpp; sourceTree = "<group>"; }; + 33E3DC6367A5C9EB8DEB9596 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/timeout/Server.swift; sourceTree = "<group>"; }; + 346A785332113983E8B9F5C7 /* EventHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = EventHandler.cpp; path = ../cpp/src/Ice/EventHandler.cpp; sourceTree = "<group>"; }; + 349BB22CAAB874B0DE1B0A12 /* Descriptor.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Descriptor.ice; path = ../slice/IceGrid/Descriptor.ice; sourceTree = "<group>"; }; + 34EE24ECB0F7F4D5ED3A89D5 /* RecMutex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = RecMutex.cpp; path = ../cpp/src/IceUtil/RecMutex.cpp; sourceTree = "<group>"; }; + 35383EDEC29C8CC8D72263F3 /* AcceptorI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = AcceptorI.cpp; path = ../cpp/src/IceSSL/AcceptorI.cpp; sourceTree = "<group>"; }; + 35679339F096116212C6B362 /* Shared.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Shared.cpp; path = ../cpp/src/IceUtil/Shared.cpp; sourceTree = "<group>"; }; + 3619484793B745E1C3BFF033 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/proxy/Client.swift; sourceTree = "<group>"; }; + 36216BE59980BF5DCEEEC9FB /* PluginManagerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = PluginManagerI.cpp; path = ../cpp/src/Ice/PluginManagerI.cpp; sourceTree = "<group>"; }; + 36534C64217D38126629D0F9 /* Value.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Value.cpp; path = ../cpp/src/Ice/Value.cpp; sourceTree = "<group>"; }; + 3677EF4727F101838FAC53BB /* Metrics.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Metrics.ice; path = ../slice/Ice/Metrics.ice; sourceTree = "<group>"; }; + 36E091EA53FD5E0F69323FC8 /* IceObjects.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceObjects.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 37082656D66C5796BBD43493 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Slice/escape/Client.swift; sourceTree = "<group>"; }; + 37653A378B0EFFBAE4AF88C8 /* IceUdp.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceUdp.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 37B62CF90FEF61DA01C95D26 /* IceOperations.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOperations.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 37F24CA57F4DDF8A375F9BBB /* StringConverter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = StringConverter.cpp; path = ../cpp/src/IceUtil/StringConverter.cpp; sourceTree = "<group>"; }; + 387D8FA5BDD052C3A0C09764 /* ProtocolPluginFacade.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ProtocolPluginFacade.cpp; path = ../cpp/src/Ice/ProtocolPluginFacade.cpp; sourceTree = "<group>"; }; + 393B0727BC66F6CF3480235E /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/udp/Server.swift; sourceTree = "<group>"; }; + 3957F24FB65C098938F5DDF5 /* Reference.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Reference.cpp; path = ../cpp/src/Ice/Reference.cpp; sourceTree = "<group>"; }; + 39895A960692FABFB1A4B71E /* UUID.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = UUID.cpp; path = ../cpp/src/IceUtil/UUID.cpp; sourceTree = "<group>"; }; + 398EC5E8D03D698348E4A21F /* IceServantLocatorAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServantLocatorAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 39FCB9ABE4676DEAC055721A /* IceDefaultValue.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceDefaultValue.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 39FF39A1BFF6EEB275C0DC11 /* IceSlicingExceptions.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingExceptions.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 3ADA79CCEE640A239743C9A1 /* IceTimeout.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceTimeout.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 3AE97A14C7DD90C89259CBD1 /* Connection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Connection.h; path = src/IceImpl/Connection.h; sourceTree = "<group>"; }; + 3B4C8899F07C66D4601971F7 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/objects/TestI.swift; sourceTree = "<group>"; }; + 3B58C8F4AD1B35D26BA8DD7E /* libIceSSL C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceSSL C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 3BB575E3E46AEE1736FEE75E /* Router.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Router.ice; path = ../slice/Glacier2/Router.ice; sourceTree = "<group>"; }; + 3BB7A587A6168E768218DC03 /* StreamConnector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = StreamConnector.cpp; path = ../cpp/src/Ice/ios/StreamConnector.cpp; sourceTree = "<group>"; }; + 3D1F9B14CAB3F74B6799D0E7 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/interceptor/Test.ice; sourceTree = "<group>"; }; + 3D789CFCBC70ECC392CEE84A /* RemoteLogger.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = RemoteLogger.ice; path = ../slice/Ice/RemoteLogger.ice; sourceTree = "<group>"; }; + 3D9AB5DB7C6A801A09E55EB5 /* ProcessF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ProcessF.ice; path = ../slice/Ice/ProcessF.ice; sourceTree = "<group>"; }; + 3E47E8D8179A2C627EA20AD2 /* ImplicitContextI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ImplicitContextI.cpp; path = ../cpp/src/Ice/ImplicitContextI.cpp; sourceTree = "<group>"; }; + 3E8F1BAB30EB3DE1E35832DD /* UdpEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = UdpEndpointI.cpp; path = ../cpp/src/Ice/UdpEndpointI.cpp; sourceTree = "<group>"; }; + 3ED7A5B862943472EC93139B /* Endpoint.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Endpoint.ice; path = ../slice/Ice/Endpoint.ice; sourceTree = "<group>"; }; + 3EF8BE4D068D0E24242A0857 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/defaultValue/Client.swift; sourceTree = "<group>"; }; + 3F3C9F65F371422F97EF9D3B /* DispatchInterceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = DispatchInterceptor.cpp; path = ../cpp/src/Ice/DispatchInterceptor.cpp; sourceTree = "<group>"; }; + 3FBFBE473572B41DDBC92C5E /* LocalObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LocalObject.h; path = src/IceImpl/LocalObject.h; sourceTree = "<group>"; }; + 406812D662BE8200AC5863D9 /* InputStream.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = InputStream.cpp; path = ../cpp/src/Ice/InputStream.cpp; sourceTree = "<group>"; }; + 406C2C5ED9C8C12163338852 /* IceExceptions.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceExceptions.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 41E4F02D575BA67F13900CD3 /* ReferenceFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ReferenceFactory.cpp; path = ../cpp/src/Ice/ReferenceFactory.cpp; sourceTree = "<group>"; }; + 425EBD2FD988117F9E1DF60B /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/udp/TestI.swift; sourceTree = "<group>"; }; + 439CFDB1D56C264F8BB63BDD /* OutputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OutputStream.h; path = src/IceImpl/OutputStream.h; sourceTree = "<group>"; }; + 43F5FD8DEA9D9F467DE1EC06 /* IceProperties.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProperties.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 44064B6C3CD23B1D8BCFC10D /* EndpointInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointInfo.ice; path = ../slice/IceSSL/EndpointInfo.ice; sourceTree = "<group>"; }; + 4464BC66336C4CDB84C88397 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/info/TestI.swift; sourceTree = "<group>"; }; + 4492D95F6C282B06EBC3794A /* Oneways.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Oneways.swift; path = test/Ice/operations/Oneways.swift; sourceTree = "<group>"; }; + 44A117DA8A710B9077C30B1C /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/timeout/Client.swift; sourceTree = "<group>"; }; + 45C4000FC5EC35D072C21B40 /* IceSlicingExceptionsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingExceptionsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 4693E0B55316360BC86190B8 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/IceSSL/configuration/Test.ice; sourceTree = "<group>"; }; + 46AFCD142E30142E1A652748 /* IceSlicingExceptions.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingExceptions.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 4766DC4F7FDBAE84793C308D /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/IceSSL/configuration/AllTests.swift; sourceTree = "<group>"; }; + 47E6E9DDEE9C114F9590727F /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/enums/Test.ice; sourceTree = "<group>"; }; + 48C234B0838FA1E63A53C463 /* OSLogLoggerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = OSLogLoggerI.cpp; path = ../cpp/src/Ice/OSLogLoggerI.cpp; sourceTree = "<group>"; }; + 48CC8CFF3AF62E45170EC1FF /* IceSlicingObjectsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingObjectsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 491CFA07E82658BB5D8B4131 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/location/AllTests.swift; sourceTree = "<group>"; }; + 49A7D0B8E941B93F113CDE6C /* ServantLocatorF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServantLocatorF.ice; path = ../slice/Ice/ServantLocatorF.ice; sourceTree = "<group>"; }; + 49C6073EA09B721A35B4C3D5 /* ConnectionI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionI.cpp; path = ../cpp/src/Ice/ConnectionI.cpp; sourceTree = "<group>"; }; + 49FB29764C5297C6955E139E /* LoggerF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = LoggerF.ice; path = ../slice/Ice/LoggerF.ice; sourceTree = "<group>"; }; + 4A2036EF21BA8494C03DEEB4 /* IceHold.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceHold.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 4A2B5133CB1F1464A4476F3F /* EndpointInfoFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EndpointInfoFactory.swift; path = src/Ice/EndpointInfoFactory.swift; sourceTree = "<group>"; }; + 4A339E22A9642819C894D581 /* OptionalFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OptionalFormat.swift; path = src/Ice/OptionalFormat.swift; sourceTree = "<group>"; }; + 4A3D913D704ED6CBA579DA95 /* Assets.xcassets */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = test/TestDriver/iOS/Assets.xcassets; sourceTree = "<group>"; }; + 4B202AF71C1F85C1477307ED /* IceOptionalAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOptionalAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 4B5967A7F2F65B18116A6646 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/servantLocator/Server.swift; sourceTree = "<group>"; }; + 4BC133C5D9482D98171FAB84 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/hold/Server.swift; sourceTree = "<group>"; }; + 4BEC2C300C8B307B24184C90 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/adapterDeactivation/TestI.swift; sourceTree = "<group>"; }; + 4C196A1662516D29AF240CB3 /* ConnectionInfoF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionInfoF.ice; path = ../slice/IceSSL/ConnectionInfoF.ice; sourceTree = "<group>"; }; + 4C5E9A2BD3C21F2AC20EA3CB /* IceSlicingExceptionsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingExceptionsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 4D36D9C9360F18237F07A66F /* SliceInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SliceInfo.swift; path = src/Ice/SliceInfo.swift; sourceTree = "<group>"; }; + 501412E739852DA2F6FFFBF7 /* LoggerAdminI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LoggerAdminI.cpp; path = ../cpp/src/Ice/LoggerAdminI.cpp; sourceTree = "<group>"; }; + 50AC1D2DA32A240991BAD3B6 /* PropertiesI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertiesI.cpp; path = ../cpp/src/Ice/PropertiesI.cpp; sourceTree = "<group>"; }; + 5101755F6208D2D55D8D286B /* Connector.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Connector.mm; path = ../cpp/src/IceIAP/Connector.mm; sourceTree = "<group>"; }; + 5230A62A04D972F916A29019 /* Exception.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Exception.mm; path = src/IceImpl/Exception.mm; sourceTree = "<group>"; }; + 525D2604A98C644411C6B4EE /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/acm/Client.swift; sourceTree = "<group>"; }; + 52DB5E96EB27D486EF993BE6 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/acm/Server.swift; sourceTree = "<group>"; }; + 537A0A3EC88C4698CC05D830 /* IceAdapterDeactivation.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAdapterDeactivation.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 53EC04D68F975F151FC17D67 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/scope/Client.swift; sourceTree = "<group>"; }; + 542B942F4E743D26AC316010 /* libIce C++11 macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIce C++11 macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 54CCFEB46C0CD6414D5E8620 /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/servantLocator/TestAMD.ice; sourceTree = "<group>"; }; + 54F7D2F975A4FBB2424EEA1A /* IceGrid.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceGrid.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 550773FCC9C2C563A95E049E /* IceStream.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceStream.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 55465B98D35A0FA4146C1327 /* ProtocolInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ProtocolInstance.cpp; path = ../cpp/src/Ice/ProtocolInstance.cpp; sourceTree = "<group>"; }; + 556543EA184CD0544BEFEE7A /* IceStorm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceStorm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 55B1EB2DDC34E09666B72DEC /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/slicing/exceptions/ServerAMD.swift; sourceTree = "<group>"; }; + 5705638948FE72962DED632E /* Properties.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Properties.ice; path = ../slice/Ice/Properties.ice; sourceTree = "<group>"; }; + 57B5008A50BBD20B24B89A66 /* Initialize.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Initialize.cpp; path = ../cpp/src/Ice/Initialize.cpp; sourceTree = "<group>"; }; + 57DA15CD527E92C581D7E568 /* TcpEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TcpEndpointI.cpp; path = ../cpp/src/Ice/TcpEndpointI.cpp; sourceTree = "<group>"; }; + 57E670776F02770401862582 /* Ice.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Ice.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 57F3A70A7B64113E38AAA8D2 /* DynamicLibrary.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = DynamicLibrary.cpp; path = ../cpp/src/Ice/DynamicLibrary.cpp; sourceTree = "<group>"; }; + 5ACB1249917344592AF45E53 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/defaultValue/AllTests.swift; sourceTree = "<group>"; }; + 5AD9D0F1FFBF5227B50ABBE9 /* IconvStringConverter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = IconvStringConverter.cpp; path = ../cpp/src/Ice/IconvStringConverter.cpp; sourceTree = "<group>"; }; + 5B0642AA47D3145C23AB846C /* LocalObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = LocalObject.mm; path = src/IceImpl/LocalObject.mm; sourceTree = "<group>"; }; + 5B61FEFC5184B1080CF8E24D /* EndpointI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EndpointI.swift; path = src/Ice/EndpointI.swift; sourceTree = "<group>"; }; + 5B7699BED2B9E219E65B1803 /* libIceDiscovery C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceDiscovery C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 5BF452B3E471F056EEF88FE7 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/scope/Test.ice; sourceTree = "<group>"; }; + 5C08D3DF5A77CA72C443036A /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/servantLocator/Client.swift; sourceTree = "<group>"; }; + 5CE541C69D7A7E3A9C25F5EB /* Incoming.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Incoming.swift; path = src/Ice/Incoming.swift; sourceTree = "<group>"; }; + 5D01BEB84E4923296FACA86B /* Logger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Logger.h; path = src/IceImpl/Logger.h; sourceTree = "<group>"; }; + 5D111B12135C0F68F142976E /* SlicedData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SlicedData.swift; path = src/Ice/SlicedData.swift; sourceTree = "<group>"; }; + 5D2DEB0F08313E484193B4A0 /* ImplicitContext.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ImplicitContext.mm; path = src/IceImpl/ImplicitContext.mm; sourceTree = "<group>"; }; + 5D3F928992A5A2A247508994 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/optional/TestI.swift; sourceTree = "<group>"; }; + 5DD6FC36600872820D0F268B /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/invoke/Client.swift; sourceTree = "<group>"; }; + 5E2235FE34A1650CB250FA02 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/admin/AllTests.swift; sourceTree = "<group>"; }; + 5E2694EFFAED3434D7B81CDC /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/timeout/TestI.swift; sourceTree = "<group>"; }; + 5E2F398C85D55C17A53C6D31 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/retry/Collocated.swift; sourceTree = "<group>"; }; + 5E4A93BB77BBE70C3438AFFE /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/retry/TestI.swift; sourceTree = "<group>"; }; + 5E4AE1ED69323FF484ADE8CB /* libIceLocatorDiscovery C++11 macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceLocatorDiscovery C++11 macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 5EDD12436470CD3929EC6636 /* ImplicitContext.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ImplicitContext.ice; path = ../slice/Ice/ImplicitContext.ice; sourceTree = "<group>"; }; + 5FBF395CE471A15BE7423088 /* IceOperations.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOperations.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 600796D8169D34E7EF3C95B0 /* Twoways.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Twoways.swift; path = test/Ice/operations/Twoways.swift; sourceTree = "<group>"; }; + 6010117507497A8A67F92B78 /* IceSlicingObjects.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingObjects.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; }; + 6171D7E79C0AF70DF0491DD6 /* IceStorm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceStorm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 617CC9B56CEA04EFF68D040F /* TcpTransceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TcpTransceiver.cpp; path = ../cpp/src/Ice/TcpTransceiver.cpp; sourceTree = "<group>"; }; + 62177CAB9F2D4418E4043767 /* IceGridSwift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceGridSwift.h; path = src/IceGrid/IceGridSwift.h; sourceTree = "<group>"; }; + 62CF96A5347973F99CBBF14C /* PropertiesAdmin.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertiesAdmin.mm; path = src/IceImpl/PropertiesAdmin.mm; sourceTree = "<group>"; }; + 631B5FB718A2484FAF06A666 /* UnknownSlicedValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UnknownSlicedValue.swift; path = src/Ice/UnknownSlicedValue.swift; sourceTree = "<group>"; }; + 638C8A3706F08C6C84C79EA4 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/slicing/exceptions/AllTests.swift; sourceTree = "<group>"; }; + 63F4DB5DF3E91BAA4F3DDC39 /* ImplicitContextF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ImplicitContextF.ice; path = ../slice/Ice/ImplicitContextF.ice; sourceTree = "<group>"; }; + 64401D1F38BB01E7A5454A88 /* UserAccountMapper.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = UserAccountMapper.ice; path = ../slice/IceGrid/UserAccountMapper.ice; sourceTree = "<group>"; }; + 6585C321BF5E527D6E8559BE /* BatchRequestQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = BatchRequestQueue.cpp; path = ../cpp/src/Ice/BatchRequestQueue.cpp; sourceTree = "<group>"; }; + 6653EEBA7B82687CCD8CB207 /* Random.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Random.cpp; path = ../cpp/src/IceUtil/Random.cpp; sourceTree = "<group>"; }; + 66D4AE21A93B53D320E0FEFA /* IceServantLocatorAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServantLocatorAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 6739F64DE87972EDBAE732D0 /* LocatorI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LocatorI.cpp; path = ../cpp/src/IceDiscovery/LocatorI.cpp; sourceTree = "<group>"; }; + 67A5FA6F3A55F6843FF8ABC4 /* BuiltinSequences.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = BuiltinSequences.ice; path = ../slice/Ice/BuiltinSequences.ice; sourceTree = "<group>"; }; + 69B918FC5F1F056355EAB6FB /* PermissionsVerifierF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PermissionsVerifierF.ice; path = ../slice/Glacier2/PermissionsVerifierF.ice; sourceTree = "<group>"; }; + 69EBA80232877FCC0386C4CC /* Metrics.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Metrics.ice; path = ../slice/Glacier2/Metrics.ice; sourceTree = "<group>"; }; + 69EBBCAEC49040EE1F32B9F4 /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/slicing/objects/TestAMDI.swift; sourceTree = "<group>"; }; + 6A268FECE9D13A2EB77C460C /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/slicing/objects/Test.ice; sourceTree = "<group>"; }; + 6A47DA444ECC8F6A8CE9E515 /* PropertiesAdminI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertiesAdminI.cpp; path = ../cpp/src/Ice/PropertiesAdminI.cpp; sourceTree = "<group>"; }; + 6A87BE62FB351A301DCD3480 /* Clash.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Clash.ice; path = test/Slice/escape/Clash.ice; sourceTree = "<group>"; }; + 6A8BF389F8EB41C614FB1995 /* PropertyNames.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertyNames.cpp; path = ../cpp/src/Ice/PropertyNames.cpp; sourceTree = "<group>"; }; + 6AC9E63A196F72A11A75AF83 /* Communicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Communicator.h; path = src/IceImpl/Communicator.h; sourceTree = "<group>"; }; + 6B4BC2EC5A7B47F90E697263 /* StringUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = StringUtil.cpp; path = ../cpp/src/IceUtil/StringUtil.cpp; sourceTree = "<group>"; }; + 6BCC38DD3FA09C05762D4194 /* BatchOneways.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BatchOneways.swift; path = test/Ice/operations/BatchOneways.swift; sourceTree = "<group>"; }; + 6BE134EEE1EBD23EAF1F6DDD /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/scope/AllTests.swift; sourceTree = "<group>"; }; + 6C83089F8F770A827C6E85BE /* ObjectPrx.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObjectPrx.h; path = src/IceImpl/ObjectPrx.h; sourceTree = "<group>"; }; + 6CBE610B4E91AF5BE0901636 /* IceFacets.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceFacets.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 6D067049B0ED89A4A4005AD2 /* LocalObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LocalObject.cpp; path = ../cpp/src/Ice/LocalObject.cpp; sourceTree = "<group>"; }; + 6D413C5529E810EE50B388E7 /* RouterInfo.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = RouterInfo.cpp; path = ../cpp/src/Ice/RouterInfo.cpp; sourceTree = "<group>"; }; + 6DC13C965D68A9FBAC6891FD /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/adapterDeactivation/AllTests.swift; sourceTree = "<group>"; }; + 6EAECE3C7C6F47801FBCBEAD /* LaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = test/TestDriver/iOS/Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; + 6ECA422F1BE9E744B43E6F7E /* ValueFactory.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ValueFactory.ice; path = ../slice/Ice/ValueFactory.ice; sourceTree = "<group>"; }; + 6F2FDCF84E326BC4C4E0AFF1 /* ExternalAccessory.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ExternalAccessory.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/ExternalAccessory.framework; sourceTree = DEVELOPER_DIR; }; + 6F657C07BEB26C8DE9C759C0 /* Value.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Value.swift; path = src/Ice/Value.swift; sourceTree = "<group>"; }; + 701871BD2802C2810E995B3C /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/exceptions/TestAMD.ice; sourceTree = "<group>"; }; + 703E47D026CB2A098F2D5F12 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Instance.cpp; path = ../cpp/src/Ice/Instance.cpp; sourceTree = "<group>"; }; + 70D662C3F09F9B55ABA5F956 /* IceProxyAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProxyAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 72D3504A5503AADE273AF71C /* Version.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Version.ice; path = ../slice/Ice/Version.ice; sourceTree = "<group>"; }; + 731E09DC5804A35A7D993AB4 /* StreamSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = StreamSocket.cpp; path = ../cpp/src/Ice/StreamSocket.cpp; sourceTree = "<group>"; }; + 7397E1BE97054793798930E0 /* LocatorF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = LocatorF.ice; path = ../slice/Ice/LocatorF.ice; sourceTree = "<group>"; }; + 73F3B6B882A9689CBD9E96AD /* SliceEscape.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = SliceEscape.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 7415F75969734BA6B4859081 /* Session.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Session.ice; path = ../slice/Glacier2/Session.ice; sourceTree = "<group>"; }; + 7477239AE0B3A910652B661E /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/defaultServant/Client.swift; sourceTree = "<group>"; }; + 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TestCommon.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 75ECB207BA598B14E1683AA2 /* LocalExceptionDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalExceptionDescription.swift; path = src/Ice/LocalExceptionDescription.swift; sourceTree = "<group>"; }; + 7655830D1CCF012087CD6B8F /* IceOptionalAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOptionalAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 765A7E7C3FE340769DE29B05 /* EndpointFactoryManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointFactoryManager.cpp; path = ../cpp/src/Ice/EndpointFactoryManager.cpp; sourceTree = "<group>"; }; + 7697FFCDB24C81D83F7B9DFB /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/info/Test.ice; sourceTree = "<group>"; }; + 76AB5B0F0D9446F4DAB6792F /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/ami/Collocated.swift; sourceTree = "<group>"; }; + 76C05CCA5F061EBBD82FA0B0 /* Cond.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Cond.cpp; path = ../cpp/src/Ice/Cond.cpp; sourceTree = "<group>"; }; + 7750A947BD26C809CEC6950F /* IceAcm.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAcm.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 77826017B54419B68E4C9105 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/ami/TestI.swift; sourceTree = "<group>"; }; + 77F7FC7A27CFC49ACE12A509 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/location/Test.ice; sourceTree = "<group>"; }; + 7881DF72E5CECAB5BA65193F /* Time.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Time.cpp; path = ../cpp/src/IceUtil/Time.cpp; sourceTree = "<group>"; }; + 7A450FB019E0DAAF7E6E97FF /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/scope/Server.swift; sourceTree = "<group>"; }; + 7A9C2DA5F6E6DF80864278E9 /* TcpAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TcpAcceptor.cpp; path = ../cpp/src/Ice/TcpAcceptor.cpp; sourceTree = "<group>"; }; + 7AA0C1400BBC1CD633A4AC67 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/udp/Test.ice; sourceTree = "<group>"; }; + 7AA406D6131434316B161236 /* Metrics.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Metrics.ice; path = ../slice/IceStorm/Metrics.ice; sourceTree = "<group>"; }; + 7AC9F7584DC381933C5A72C1 /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/proxy/TestAMD.ice; sourceTree = "<group>"; }; + 7BD6D25C25CB51AB5F84B29B /* SliceEscape.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = SliceEscape.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 7CEC8522E41EBDECD9FE936F /* TestDriver.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestDriver.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 7D008B9E127488F610040B90 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/properties/Client.swift; sourceTree = "<group>"; }; + 7D42FE2D8500A2ECD97BE0C2 /* ControllerI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControllerI.swift; path = test/TestDriver/iOS/ControllerI.swift; sourceTree = "<group>"; }; + 7E79346610CAAF16C2F6B918 /* IceOperationsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOperationsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 7F124F70591CB0C2DADB911E /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/servantLocator/ServerAMD.swift; sourceTree = "<group>"; }; + 7F196C0AE4983A538EE0DAC0 /* SysLoggerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SysLoggerI.cpp; path = ../cpp/src/Ice/SysLoggerI.cpp; sourceTree = "<group>"; }; + 7FB23FDAC1BBD0789B0D93B2 /* PropertiesAdmin.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertiesAdmin.ice; path = ../slice/Ice/PropertiesAdmin.ice; sourceTree = "<group>"; }; + 7FBE96203C7C352CF796A83F /* RouterF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = RouterF.ice; path = ../slice/Ice/RouterF.ice; sourceTree = "<group>"; }; + 810188E856779F0E1EBE37EC /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/slicing/exceptions/Server.swift; sourceTree = "<group>"; }; + 811B3D154A55C5A6CB26BABB /* PropertiesF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PropertiesF.ice; path = ../slice/Ice/PropertiesF.ice; sourceTree = "<group>"; }; + 81397AEE40DE47172A387BCB /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/admin/Server.swift; sourceTree = "<group>"; }; + 816F204970FA71E916731B87 /* ConsoleUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ConsoleUtil.cpp; path = ../cpp/src/IceUtil/ConsoleUtil.cpp; sourceTree = "<group>"; }; + 82677C3C09F61D44AE4CFC22 /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/exceptions/TestAMDI.swift; sourceTree = "<group>"; }; + 82FEA15728368F07F4E1E8F9 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/invoke/AllTests.swift; sourceTree = "<group>"; }; + 83E6AB73EA2F49289E8D11CB /* RouterF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = RouterF.ice; path = ../slice/Glacier2/RouterF.ice; sourceTree = "<group>"; }; + 84125B79EF1B0867DB9BCBE7 /* SHA1.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SHA1.cpp; path = ../cpp/src/Ice/SHA1.cpp; sourceTree = "<group>"; }; + 841C7AA0CA55B874CFAE4B3E /* SliceChecksums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SliceChecksums.cpp; path = ../cpp/src/Ice/SliceChecksums.cpp; sourceTree = "<group>"; }; + 8475F710C6CFBFA4B9EAC588 /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/optional/TestAMD.ice; sourceTree = "<group>"; }; + 8484F5EB6C45C9C5B65D522D /* OutgoingAsync.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = OutgoingAsync.cpp; path = ../cpp/src/Ice/OutgoingAsync.cpp; sourceTree = "<group>"; }; + 856E71DFA5942114A4D18570 /* PropertiesAdminI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertiesAdminI.swift; path = src/Ice/PropertiesAdminI.swift; sourceTree = "<group>"; }; + 8590E2AA21848C9074495DCE /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/hold/TestI.swift; sourceTree = "<group>"; }; + 8658E1233F292AB783508F42 /* IceStream.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceStream.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 867AD46B6783CAECACACC300 /* ClientPrivate.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ClientPrivate.ice; path = test/Ice/slicing/objects/ClientPrivate.ice; sourceTree = "<group>"; }; + 8697ACA3DD22F0A843E2501A /* ValueFactoryManagerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ValueFactoryManagerI.cpp; path = ../cpp/src/Ice/ValueFactoryManagerI.cpp; sourceTree = "<group>"; }; + 876F7C1B9E5F85685B682199 /* TestCommon.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestCommon.swift; path = test/TestCommon/TestCommon.swift; sourceTree = "<group>"; }; + 8856945FF3EA9B46E94260E8 /* IceOptional.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOptional.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 88871122556A3E81A093508F /* LoggerWrapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LoggerWrapper.swift; path = src/Ice/LoggerWrapper.swift; sourceTree = "<group>"; }; + 88DFB5806F811184028EA40D /* StreamAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = StreamAcceptor.cpp; path = ../cpp/src/Ice/ios/StreamAcceptor.cpp; sourceTree = "<group>"; }; + 88EC1E3462FCC0F8B37EA5A9 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/optional/AllTests.swift; sourceTree = "<group>"; }; + 8910FBE9963864650826B46B /* Config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Config.h; path = src/IceImpl/Config.h; sourceTree = "<group>"; }; + 89304EB2ED89BFCEB3837FBF /* Transceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Transceiver.cpp; path = ../cpp/src/Ice/Transceiver.cpp; sourceTree = "<group>"; }; + 8947D981B5784F41E895A550 /* LookupI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LookupI.cpp; path = ../cpp/src/IceDiscovery/LookupI.cpp; sourceTree = "<group>"; }; + 895F6A9DB4EA72DF8EC47F89 /* ThreadPool.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ThreadPool.cpp; path = ../cpp/src/Ice/ThreadPool.cpp; sourceTree = "<group>"; }; + 89A4E11AF37A4173F1AD7AB0 /* UnsupportedAdminFacet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnsupportedAdminFacet.h; path = src/IceImpl/UnsupportedAdminFacet.h; sourceTree = "<group>"; }; + 89D5E54043D86F406BCE2EBB /* Properties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Properties.h; path = src/IceImpl/Properties.h; sourceTree = "<group>"; }; + 8A180AC7EB3AC0305984D076 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = test/TestCommon/Info.plist; sourceTree = "<group>"; }; + 8ABF7DAED99C0C2AA49673C4 /* IceEnums.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceEnums.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 8AD62C73EE50DCF620CF1BB9 /* ConnectionInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionInfo.ice; path = ../slice/IceIAP/ConnectionInfo.ice; sourceTree = "<group>"; }; + 8B312200EA5A791649D27378 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/hold/Test.ice; sourceTree = "<group>"; }; + 8B59F7C0F3CF762930D6DFEF /* AdminFacetFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AdminFacetFactory.h; path = src/IceImpl/AdminFacetFactory.h; sourceTree = "<group>"; }; + 8BF22E4C0210254AC0207A2C /* Endpoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Endpoint.h; path = src/IceImpl/Endpoint.h; sourceTree = "<group>"; }; + 8CC31602A4CA25127CFC8B49 /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = src/IceImpl/Exception.h; sourceTree = "<group>"; }; + 8CC3D67D893E827EFB88C9A3 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/operations/Client.swift; sourceTree = "<group>"; }; + 8CCB6B2B465A92D6DE5B1278 /* ServantLocator.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServantLocator.ice; path = ../slice/Ice/ServantLocator.ice; sourceTree = "<group>"; }; + 8CDACDF04DAE91F9760F8F85 /* IceInvoke.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInvoke.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 8D0AAB59890B70DDE1C5004C /* IceProperties.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProperties.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 8D10A5E43F32DADE59B5DA7A /* SecureTransportPluginI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SecureTransportPluginI.cpp; path = ../cpp/src/IceSSL/SecureTransportPluginI.cpp; sourceTree = "<group>"; }; + 8D2F195418C56B0B2A0A0091 /* IceServices.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServices.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 8E2F14643BFD3F8622DAA0DA /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/binding/TestI.swift; sourceTree = "<group>"; }; + 8E811BE655C5F8944E98DE0E /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/operations/TestAMDI.swift; sourceTree = "<group>"; }; + 90840B345A5BAC32F16356ED /* PluginF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PluginF.ice; path = ../slice/Ice/PluginF.ice; sourceTree = "<group>"; }; + 90923A70699BE62BC95B9B43 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/location/Client.swift; sourceTree = "<group>"; }; + 9190AB416E232181591B5F3E /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/adapterDeactivation/Collocated.swift; sourceTree = "<group>"; }; + 91BA01A60625924B7AABFBFC /* FactoryTableInit.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = FactoryTableInit.cpp; path = ../cpp/src/Ice/FactoryTableInit.cpp; sourceTree = "<group>"; }; + 91CF55DBBD63A0541CAD0591 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/IceSSL/configuration/Client.swift; sourceTree = "<group>"; }; + 925E91797373FDE089414193 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/ami/Server.swift; sourceTree = "<group>"; }; + 92A76EF49A5D4AA2EC49E509 /* Communicator.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Communicator.mm; path = src/IceImpl/Communicator.mm; sourceTree = "<group>"; }; + 938CC27A5BDFB2E3F4BF5F4E /* SSLInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = SSLInfo.ice; path = ../slice/Glacier2/SSLInfo.ice; sourceTree = "<group>"; }; + 9394C2BECFD76E7951C37920 /* Properties.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Properties.mm; path = src/IceImpl/Properties.mm; sourceTree = "<group>"; }; + 94F7CF884DD65A7C8D9E7B97 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/enums/Client.swift; sourceTree = "<group>"; }; + 958309B2F81C1920779BB67C /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/optional/Client.swift; sourceTree = "<group>"; }; + 967EA27C832A2655A881D13B /* TraceUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = TraceUtil.mm; path = src/IceImpl/TraceUtil.mm; sourceTree = "<group>"; }; + 96BB07A7A14ECC34531D28D1 /* IceLocation.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceLocation.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 972161156F5D17F05BB32E99 /* ConnectionFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionFactory.cpp; path = ../cpp/src/Ice/ConnectionFactory.cpp; sourceTree = "<group>"; }; + 981FC52843162665B51E321A /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/optional/Server.swift; sourceTree = "<group>"; }; + 98FCD7D2E69A4D79A1109F31 /* Exception.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Exception.ice; path = ../slice/IceGrid/Exception.ice; sourceTree = "<group>"; }; + 994EF2C7D6D540F27CAB240D /* ProxyFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ProxyFactory.cpp; path = ../cpp/src/Ice/ProxyFactory.cpp; sourceTree = "<group>"; }; + 9952A8A0BFCA8DA27D4C1F1B /* OnewaysAMI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OnewaysAMI.swift; path = test/Ice/operations/OnewaysAMI.swift; sourceTree = "<group>"; }; + 99A8478360760DC9F2234C0D /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/stream/Test.ice; sourceTree = "<group>"; }; + 99EDCA0002CE56BA1CFF66D9 /* UdpTransceiver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = UdpTransceiver.cpp; path = ../cpp/src/Ice/UdpTransceiver.cpp; sourceTree = "<group>"; }; + 9ACE103351938653D9DE98A2 /* IceFacets.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceFacets.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 9AEE0E14182DAA79ED685262 /* BlobjectFacade.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = BlobjectFacade.mm; path = src/IceImpl/BlobjectFacade.mm; sourceTree = "<group>"; }; + 9B734B8487FB296EF60F7BD9 /* IceAdmin.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAdmin.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 9C236898CB120B4EB12ADA67 /* IceExceptionsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceExceptionsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 9C2AE706E9118DFDB2B9CC58 /* ProcessI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProcessI.swift; path = src/Ice/ProcessI.swift; sourceTree = "<group>"; }; + 9C6ABE056F2DBE44003EC879 /* IceServices.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServices.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 9C75229A948E58D6702B25F2 /* OpaqueEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = OpaqueEndpointI.cpp; path = ../cpp/src/Ice/OpaqueEndpointI.cpp; sourceTree = "<group>"; }; + 9E6FD762B8EE17F25AB92511 /* IceStorm.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = IceStorm.ice; path = ../slice/IceStorm/IceStorm.ice; sourceTree = "<group>"; }; + 9EF8165A3DEB6A8798E2FDDF /* OutputStream.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OutputStream.swift; path = src/Ice/OutputStream.swift; sourceTree = "<group>"; }; + 9F4B974925FBD7E025CCE1C3 /* FacetMap.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = FacetMap.ice; path = ../slice/Ice/FacetMap.ice; sourceTree = "<group>"; }; + A00131DA2F6211758502A851 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; + A09CAA2BEFEE900CE6E76754 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/location/Server.swift; sourceTree = "<group>"; }; + A1FFC0EA99BF6CE68C0B53B8 /* IceSlicingObjects.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSlicingObjects.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + A3D249948B89C8F705117353 /* PermissionsVerifier.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PermissionsVerifier.ice; path = ../slice/Glacier2/PermissionsVerifier.ice; sourceTree = "<group>"; }; + A47F59B5B545B02CE074601D /* IceDefaultServant.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceDefaultServant.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + A492FE3E5FDEFAEDCD2B1E9C /* IceAdmin.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAdmin.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + A4FE9DDBF3CEA7484530A21C /* IceDiscovery.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = IceDiscovery.ice; path = ../slice/IceDiscovery/IceDiscovery.ice; sourceTree = "<group>"; }; + A575F4E59021D3EFD29211EB /* RegisterPluginsInit.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = RegisterPluginsInit.cpp; path = ../cpp/src/Ice/RegisterPluginsInit.cpp; sourceTree = "<group>"; }; + A5C389B62D06FC5FA7406112 /* Acceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Acceptor.cpp; path = ../cpp/src/Ice/Acceptor.cpp; sourceTree = "<group>"; }; + A5FF15C99D02E1A403A33579 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/invoke/Test.ice; sourceTree = "<group>"; }; + A6351A44256CBD5802E9499C /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/binding/Test.ice; sourceTree = "<group>"; }; + A6427B656FC21B5D3D8524E9 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/ami/AllTests.swift; sourceTree = "<group>"; }; + A6880BCBBFD27FFDBEC335F6 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/adapterDeactivation/Client.swift; sourceTree = "<group>"; }; + A6925FA1A546D172A7D6768F /* RFC2253.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = RFC2253.cpp; path = ../cpp/src/IceSSL/RFC2253.cpp; sourceTree = "<group>"; }; + A738D71C178F4DB0E15AA176 /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/servantLocator/TestAMDI.swift; sourceTree = "<group>"; }; + A7B4D11359DBE9D8B4FAEE9D /* ImplicitContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImplicitContext.h; path = src/IceImpl/ImplicitContext.h; sourceTree = "<group>"; }; + A7EC5DC8EB34DCE757954409 /* libIceDiscovery C++11 macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceDiscovery C++11 macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + A9645AC1C404070E6CE71A04 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/invoke/TestI.swift; sourceTree = "<group>"; }; + A997B5C4684D429F902448A8 /* InstrumentationF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = InstrumentationF.ice; path = ../slice/Ice/InstrumentationF.ice; sourceTree = "<group>"; }; + AAEFDCCC2FB43E9585B8F074 /* IceAcm.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAcm.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + AB0EACEA277212D58D08671D /* LoggerUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LoggerUtil.cpp; path = ../cpp/src/Ice/LoggerUtil.cpp; sourceTree = "<group>"; }; + AC0CB31102E27E218E31E546 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/udp/AllTests.swift; sourceTree = "<group>"; }; + ACA08242191BD5BBE2F18489 /* ArgVector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ArgVector.cpp; path = ../cpp/src/Ice/ArgVector.cpp; sourceTree = "<group>"; }; + ACE4AB2C6E1C7E38AE58A61A /* Object.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Object.cpp; path = ../cpp/src/Ice/Object.cpp; sourceTree = "<group>"; }; + ADFCD7B259D8774CF5F477EB /* AdminFacetFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AdminFacetFactory.swift; path = src/Ice/AdminFacetFactory.swift; sourceTree = "<group>"; }; + AE1486CFB4AD67214EF68617 /* Service.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Service.cpp; path = ../cpp/src/Ice/Service.cpp; sourceTree = "<group>"; }; + AEA9E213701DE0E029F757D9 /* Proxy.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Proxy.cpp; path = ../cpp/src/Ice/Proxy.cpp; sourceTree = "<group>"; }; + B00DBB970E733A41E031A98D /* HttpParser.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = HttpParser.cpp; path = ../cpp/src/Ice/HttpParser.cpp; sourceTree = "<group>"; }; + B0A75B55DC5D8424EF07B345 /* StreamEndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = StreamEndpointI.cpp; path = ../cpp/src/Ice/ios/StreamEndpointI.cpp; sourceTree = "<group>"; }; + B119CDC55B23A8E0A652C219 /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/slicing/exceptions/TestAMDI.swift; sourceTree = "<group>"; }; + B14342CD50CE63FA20C664DA /* Forward.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Forward.ice; path = test/Ice/objects/Forward.ice; sourceTree = "<group>"; }; + B1C471BC152BC603A7C4372A /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/retry/Client.swift; sourceTree = "<group>"; }; + B1EEC153D5E930BB125D0096 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/objects/Test.ice; sourceTree = "<group>"; }; + B273656C8F40A073CFED0C89 /* SecureTransportTransceiverI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SecureTransportTransceiverI.cpp; path = ../cpp/src/IceSSL/SecureTransportTransceiverI.cpp; sourceTree = "<group>"; }; + B2F3875A021542DC74A37A3A /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/enums/Server.swift; sourceTree = "<group>"; }; + B31A534D53DE06BEF47459A9 /* Registry.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Registry.ice; path = ../slice/IceGrid/Registry.ice; sourceTree = "<group>"; }; + B35BF25E799842C06EE54FFC /* PluginI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = PluginI.cpp; path = ../cpp/src/IceSSL/PluginI.cpp; sourceTree = "<group>"; }; + B48F636A1E1BDBA032F5F50F /* RequestHandlerFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = RequestHandlerFactory.cpp; path = ../cpp/src/Ice/RequestHandlerFactory.cpp; sourceTree = "<group>"; }; + B4A89CBF28826391B834A685 /* libIce C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIce C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + B4EB1EC78203EF83233669F5 /* IceSSLConfiguration.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSSLConfiguration.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + B53916576E1D2E5617F82179 /* ViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ViewController.swift; path = test/TestDriver/iOS/ViewController.swift; sourceTree = "<group>"; }; + B5AD4FD441DDCF1F5FDB7824 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/proxy/TestI.swift; sourceTree = "<group>"; }; + B5DBD636510025EF9E6448B3 /* Exception.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Exception.swift; path = src/Ice/Exception.swift; sourceTree = "<group>"; }; + B5DE1C1D2B83084C772DB3A8 /* Plugin.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Plugin.ice; path = ../slice/Ice/Plugin.ice; sourceTree = "<group>"; }; + B5F7B5B0FE8D468FE650E0CD /* ConnectionRequestHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionRequestHandler.cpp; path = ../cpp/src/Ice/ConnectionRequestHandler.cpp; sourceTree = "<group>"; }; + B63873AE6F4B2E65E9CF963B /* SlicedData.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SlicedData.cpp; path = ../cpp/src/Ice/SlicedData.cpp; sourceTree = "<group>"; }; + B648326FE39945FABDCA292F /* Connection.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Connection.ice; path = ../slice/Ice/Connection.ice; sourceTree = "<group>"; }; + B68FC5A3D118E2810A9D11A8 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/operations/Server.swift; sourceTree = "<group>"; }; + B6972749B3AE9A72B9A4388E /* LoggerI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LoggerI.cpp; path = ../cpp/src/Ice/LoggerI.cpp; sourceTree = "<group>"; }; + B76766B45AAA1770FDA83362 /* FileUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = FileUtil.cpp; path = ../cpp/src/IceUtil/FileUtil.cpp; sourceTree = "<group>"; }; + B79058D9EEF5C7AD655C345D /* IceInvoke.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInvoke.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + B871F1D64D29C57373322AA2 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/IceSSL/configuration/TestI.swift; sourceTree = "<group>"; }; + B8EDC07B35086B200737BF88 /* SecureTransportCertificateI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SecureTransportCertificateI.cpp; path = ../cpp/src/IceSSL/SecureTransportCertificateI.cpp; sourceTree = "<group>"; }; + B8F1B812584A40E0AF9355F3 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/defaultValue/Test.ice; sourceTree = "<group>"; }; + BA0144B869B5F7E09B632BEF /* ConnectionF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionF.ice; path = ../slice/Ice/ConnectionF.ice; sourceTree = "<group>"; }; + BA239BD4481E83E8D03E0CD8 /* Notifications.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Notifications.mm; path = ../cpp/src/Ice/ios/Notifications.mm; sourceTree = "<group>"; }; + BA41A29F9CDEE35B2724BB57 /* RetryQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = RetryQueue.cpp; path = ../cpp/src/Ice/RetryQueue.cpp; sourceTree = "<group>"; }; + BA99700CDE2687A0316864CF /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/exceptions/AllTests.swift; sourceTree = "<group>"; }; + BB35457C04D3DCB6CEF0C2F0 /* InputUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = InputUtil.cpp; path = ../cpp/src/IceUtil/InputUtil.cpp; sourceTree = "<group>"; }; + BBF2E0A8413291474848FFC7 /* SliceFlags.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SliceFlags.swift; path = src/Ice/SliceFlags.swift; sourceTree = "<group>"; }; + BC40C4C65EF8999B4F947AB2 /* Main.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = Main.storyboard; path = test/TestDriver/iOS/Base.lproj/Main.storyboard; sourceTree = "<group>"; }; + BC88E287BFF473F6E677863C /* Controller.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Controller.ice; path = ../scripts/Controller.ice; sourceTree = "<group>"; }; + BF2D57E2C8B3BADFCA4DD0F6 /* IceAmi.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAmi.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + BF3F1507F6DCEA2C62861979 /* IceExceptions.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceExceptions.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + BF8BB74BD0817343C2F83E67 /* PluginI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = PluginI.cpp; path = ../cpp/src/IceDiscovery/PluginI.cpp; sourceTree = "<group>"; }; + C0981D0847B7975629A09B4C /* ThreadException.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ThreadException.cpp; path = ../cpp/src/IceUtil/ThreadException.cpp; sourceTree = "<group>"; }; + C0F741A840F69A0861EC5770 /* IceStormSwift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceStormSwift.h; path = src/IceStorm/IceStormSwift.h; sourceTree = "<group>"; }; + C18AC86F9BBC6E53B4BCD670 /* ConnectionI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConnectionI.swift; path = src/Ice/ConnectionI.swift; sourceTree = "<group>"; }; + C27CD8463760764EEAD2ACE8 /* certs */ = {isa = PBXFileReference; includeInIndex = 1; name = certs; path = ../certs; sourceTree = "<group>"; }; + C2A86B43FD6D2C19ED7CD2B3 /* Convert.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Convert.mm; path = src/IceImpl/Convert.mm; sourceTree = "<group>"; }; + C2B493598CD3143E62AE1AFF /* EndpointInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointInfo.ice; path = ../slice/IceIAP/EndpointInfo.ice; sourceTree = "<group>"; }; + C33E9FC34746D0CDD5144566 /* Session.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Session.ice; path = ../slice/IceGrid/Session.ice; sourceTree = "<group>"; }; + C42649E8DE0DD92E04C1E22D /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/proxy/Server.swift; sourceTree = "<group>"; }; + C4757B61B68421D261171F68 /* WSConnector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = WSConnector.cpp; path = ../cpp/src/Ice/WSConnector.cpp; sourceTree = "<group>"; }; + C479E99C62037A805A274527 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/binding/AllTests.swift; sourceTree = "<group>"; }; + C47CEA28559A62A1E87C2BBB /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/slicing/exceptions/Test.ice; sourceTree = "<group>"; }; + C5533E381B7C36AD18083BF1 /* Glacier2Swift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Glacier2Swift.h; path = src/Glacier2/Glacier2Swift.h; sourceTree = "<group>"; }; + C5E0E6C4CED2291D3E780BFB /* PropertiesI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertiesI.swift; path = src/Ice/PropertiesI.swift; sourceTree = "<group>"; }; + C71C9F3856ABAB8698570335 /* Instrumentation.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Instrumentation.ice; path = ../slice/Ice/Instrumentation.ice; sourceTree = "<group>"; }; + C72FA888BA7028259839CD9C /* CollocatedRequestHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = CollocatedRequestHandler.cpp; path = ../cpp/src/Ice/CollocatedRequestHandler.cpp; sourceTree = "<group>"; }; + C848DE5978A3FE814A947C56 /* TwowaysAMI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TwowaysAMI.swift; path = test/Ice/operations/TwowaysAMI.swift; sourceTree = "<group>"; }; + C8530C061D04C19059186E63 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/optional/Test.ice; sourceTree = "<group>"; }; + C8809B3153A25BE29651A5CA /* Locator.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Locator.ice; path = ../slice/Ice/Locator.ice; sourceTree = "<group>"; }; + C8D07FA1402AF6F0B8891E4C /* IceServantLocator.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServantLocator.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + C92A1EE370A96E9A2FF3D86A /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/slicing/exceptions/TestI.swift; sourceTree = "<group>"; }; + CA823CB45CDDD0619C3B891E /* IceOperationsAMD.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOperationsAMD.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + CA8CFB96B6B4D9E0DCB6626B /* IceImpl.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceImpl.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + CAAA189C14B9C3DB682630CC /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/proxy/TestAMDI.swift; sourceTree = "<group>"; }; + CAC74D7F6BA6F4261D8DF135 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/proxy/AllTests.swift; sourceTree = "<group>"; }; + CBCFA17EB4FFCD13B1BB1A8D /* ConnectionInfo.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectionInfo.ice; path = ../slice/IceSSL/ConnectionInfo.ice; sourceTree = "<group>"; }; + CC1961B08ED9056C87893156 /* EndpointI.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointI.mm; path = ../cpp/src/IceIAP/EndpointI.mm; sourceTree = "<group>"; }; + CCDC970E3AB031130D44E44E /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/IceSSL/configuration/Server.swift; sourceTree = "<group>"; }; + CDF84C9A7F8FD19869DE9843 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/exceptions/Server.swift; sourceTree = "<group>"; }; + CE7CF2CCF600E64539F80A50 /* Network.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Network.cpp; path = ../cpp/src/Ice/Network.cpp; sourceTree = "<group>"; }; + CED7DDA4CE9EA27BE1174343 /* PropertiesAdmin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropertiesAdmin.h; path = src/IceImpl/PropertiesAdmin.h; sourceTree = "<group>"; }; + CF0DB8872FC0DA07C75C4A2B /* Process.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Process.mm; path = src/IceImpl/Process.mm; sourceTree = "<group>"; }; + CF14AACFA708056330EEBDCE /* TraceUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TraceUtil.cpp; path = ../cpp/src/Ice/TraceUtil.cpp; sourceTree = "<group>"; }; + CF4643E70FBFFDB02339B5DB /* ServerPrivate.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServerPrivate.ice; path = test/Ice/slicing/exceptions/ServerPrivate.ice; sourceTree = "<group>"; }; + CF46909B2B1E923361170825 /* IceScope.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceScope.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + CF9763E53D2AA5C92E827F22 /* ObserverHelper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ObserverHelper.cpp; path = ../cpp/src/Ice/ObserverHelper.cpp; sourceTree = "<group>"; }; + CFF4ECE3B56F81947BBA7A47 /* WSAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = WSAcceptor.cpp; path = ../cpp/src/Ice/WSAcceptor.cpp; sourceTree = "<group>"; }; + D019CAFF7719B5E53D0E2F61 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/slicing/objects/Server.swift; sourceTree = "<group>"; }; + D07DA6365D14420F16686B4A /* ObjectAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObjectAdapter.h; path = src/IceImpl/ObjectAdapter.h; sourceTree = "<group>"; }; + D14FB76F3996A80F2C6174D0 /* IceUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceUtil.h; path = src/IceImpl/IceUtil.h; sourceTree = "<group>"; }; + D2051793F996ADC5E46C3AF2 /* ObjectAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectAdapter.mm; path = src/IceImpl/ObjectAdapter.mm; sourceTree = "<group>"; }; + D2059F3CCF720F07B1C5B004 /* IceHold.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceHold.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + D25C466300C1FE086E71FC38 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; + D31192F6E68D620D16CEB27E /* TrustManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TrustManager.cpp; path = ../cpp/src/IceSSL/TrustManager.cpp; sourceTree = "<group>"; }; + D34AAA24554A16DC0088D189 /* Blobject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Blobject.swift; path = src/Ice/Blobject.swift; sourceTree = "<group>"; }; + D3CDE2378B7AFD2D08166261 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Instance.cpp; path = ../cpp/src/IceSSL/Instance.cpp; sourceTree = "<group>"; }; + D3F28393CAC9291AEF99B843 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/operations/TestI.swift; sourceTree = "<group>"; }; + D4279B5DC635CB4BA4AB8BB2 /* Protocol.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Protocol.cpp; path = ../cpp/src/Ice/Protocol.cpp; sourceTree = "<group>"; }; + D4C0D4C4CB60983CAC628187 /* TestAMDI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestAMDI.swift; path = test/Ice/optional/TestAMDI.swift; sourceTree = "<group>"; }; + D4C8E57BC68E8A797799DBE2 /* Admin.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Admin.ice; path = ../slice/IceGrid/Admin.ice; sourceTree = "<group>"; }; + D4F167ECFE05813125EBCE9D /* IceGrid.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IceGrid.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + D5877EC7D1484866BC4704EA /* IceInfo.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceInfo.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + D62B168D7B5C51F383C2850E /* Router.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Router.ice; path = ../slice/Ice/Router.ice; sourceTree = "<group>"; }; + D63DF33431855CA6A853C632 /* PluginFacade.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = PluginFacade.ice; path = ../slice/IceGrid/PluginFacade.ice; sourceTree = "<group>"; }; + D660A453F6AD09D8D5A3C035 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/adapterDeactivation/Server.swift; sourceTree = "<group>"; }; + D686280ECCB4CA4BE74DF9B7 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/acm/AllTests.swift; sourceTree = "<group>"; }; + D935640E48286828DEFEBC32 /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/binding/Server.swift; sourceTree = "<group>"; }; + DA284FEAC5F6582C2B01289B /* Current.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Current.ice; path = ../slice/Ice/Current.ice; sourceTree = "<group>"; }; + DA7F99E5D410EB2CE18E18C4 /* SecureTransportUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SecureTransportUtil.cpp; path = ../cpp/src/IceSSL/SecureTransportUtil.cpp; sourceTree = "<group>"; }; + DAF77E4AA5F6CF87D992C8A2 /* RequestHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = RequestHandler.cpp; path = ../cpp/src/Ice/RequestHandler.cpp; sourceTree = "<group>"; }; + DB20830C384E5048AB32ECF1 /* IceImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IceImpl.h; path = src/IceImpl/IceImpl.h; sourceTree = "<group>"; }; + DB638BB168F82DBEECF0F33F /* UnsupportedAdminFacet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = UnsupportedAdminFacet.mm; path = src/IceImpl/UnsupportedAdminFacet.mm; sourceTree = "<group>"; }; + DB87891FFAEC8378175A1F25 /* main.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = main.swift; path = test/TestDriver/macOS/main.swift; sourceTree = "<group>"; }; + DBCF3F9ED7B862AE7F5A7BA3 /* IceAdapterDeactivation.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAdapterDeactivation.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + DC4EA052C17E78340ED3BE81 /* ClientPrivate.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ClientPrivate.ice; path = test/Ice/slicing/exceptions/ClientPrivate.ice; sourceTree = "<group>"; }; + DC71DE64E8997AB52BA005AC /* IceRetry.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceRetry.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + DCAE6234222BAED5B1DFF742 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/exceptions/Collocated.swift; sourceTree = "<group>"; }; + DCE05A9CE01EC42EC691F001 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/binding/Client.swift; sourceTree = "<group>"; }; + DDA4A1DFC510A2C4F6CCA99D /* Endpoint.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Endpoint.mm; path = src/IceImpl/Endpoint.mm; sourceTree = "<group>"; }; + DE92A3173F19D0FB54575188 /* IceUdp.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceUdp.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + DFAF62C943C91F3CA4B99F86 /* EndpointFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointFactory.cpp; path = ../cpp/src/Ice/EndpointFactory.cpp; sourceTree = "<group>"; }; + E0126482116D41DD2C8ACC27 /* ConnectorI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ConnectorI.cpp; path = ../cpp/src/IceSSL/ConnectorI.cpp; sourceTree = "<group>"; }; + E1153A620301099026D5D37D /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/info/AllTests.swift; sourceTree = "<group>"; }; + E12C4AA88D6826C4E9F4F837 /* BatchOnewaysAMI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BatchOnewaysAMI.swift; path = test/Ice/operations/BatchOnewaysAMI.swift; sourceTree = "<group>"; }; + E1582B85F98792A9AB789007 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/enums/TestI.swift; sourceTree = "<group>"; }; + E1FA3D5546EB97C489271834 /* PluginI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = PluginI.cpp; path = ../cpp/src/IceLocatorDiscovery/PluginI.cpp; sourceTree = "<group>"; }; + E2450102180E7CCB184D7239 /* CommunicatorF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = CommunicatorF.ice; path = ../slice/Ice/CommunicatorF.ice; sourceTree = "<group>"; }; + E247B31A64D06402AF5FCCED /* IceLocatorDiscovery.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = IceLocatorDiscovery.ice; path = ../slice/IceLocatorDiscovery/IceLocatorDiscovery.ice; sourceTree = "<group>"; }; + E247B42431D92ECD4963303E /* IceOptional.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceOptional.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + E285A409C5B68869673AF189 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/operations/AllTests.swift; sourceTree = "<group>"; }; + E3526A8A1DB9F28F86802C74 /* SSLEngine.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SSLEngine.cpp; path = ../cpp/src/IceSSL/SSLEngine.cpp; sourceTree = "<group>"; }; + E5FF37FAA6AADDC300958222 /* WSEndpoint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = WSEndpoint.cpp; path = ../cpp/src/Ice/WSEndpoint.cpp; sourceTree = "<group>"; }; + E6249EB5F46714249EEFFA7D /* FactoryTable.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = FactoryTable.cpp; path = ../cpp/src/Ice/FactoryTable.cpp; sourceTree = "<group>"; }; + E64E70A2966528D8E174C0FE /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/interceptor/Client.swift; sourceTree = "<group>"; }; + E6C7CFA0EEE61597C9EDED84 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/slicing/objects/AllTests.swift; sourceTree = "<group>"; }; + E6EB1A5465004CA651190A0E /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/exceptions/TestI.swift; sourceTree = "<group>"; }; + E76251FF35DC3A8D6189CB99 /* IceScope.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceScope.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + E76D7F9C98D0B3D0A0990B5C /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/facets/Server.swift; sourceTree = "<group>"; }; + E7932FBEB2A88D0068A8F9BF /* IceRetry.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceRetry.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + E7B8BD9F68506075D5BE1834 /* Options.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Options.cpp; path = ../cpp/src/IceUtil/Options.cpp; sourceTree = "<group>"; }; + E7BC479B61F7A2AAEA294CA0 /* TraceLevels.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TraceLevels.cpp; path = ../cpp/src/Ice/TraceLevels.cpp; sourceTree = "<group>"; }; + E81F5B64965378686EF0E92B /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/udp/Client.swift; sourceTree = "<group>"; }; + E8642903B4151BC47DD73999 /* NetworkProxy.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = NetworkProxy.cpp; path = ../cpp/src/Ice/NetworkProxy.cpp; sourceTree = "<group>"; }; + E8D7C5B3A39A1199CCC8ED6A /* libIceIAP C++11 iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceIAP C++11 iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + E8FDB7834C78F1B02D046634 /* DefaultsAndOverrides.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = DefaultsAndOverrides.cpp; path = ../cpp/src/Ice/DefaultsAndOverrides.cpp; sourceTree = "<group>"; }; + E9A8EEC1E2C97D9B93D027CD /* SystemdJournalI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SystemdJournalI.cpp; path = ../cpp/src/Ice/SystemdJournalI.cpp; sourceTree = "<group>"; }; + E9B6B5A00206984FF1E2EB41 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/defaultServant/AllTests.swift; sourceTree = "<group>"; }; + EA8927FE7C1D255D5193DCD6 /* UdpConnector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = UdpConnector.cpp; path = ../cpp/src/Ice/UdpConnector.cpp; sourceTree = "<group>"; }; + EA9AD7181D2BF7B63D403344 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/optional/ServerAMD.swift; sourceTree = "<group>"; }; + EAA13274D80A07FDAA8AD547 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/scope/TestI.swift; sourceTree = "<group>"; }; + EB69DB4370BB14085532EB88 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/timeout/Test.ice; sourceTree = "<group>"; }; + EBB80E1CF6AFF91BEE52AC24 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/proxy/Collocated.swift; sourceTree = "<group>"; }; + EBEA7AC1607C1128EE163745 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/exceptions/Client.swift; sourceTree = "<group>"; }; + EC4962507AD1BFDF6E6F0CD9 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/hold/Client.swift; sourceTree = "<group>"; }; + EC55F9E051B7B644D0B5D4BA /* Base64.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Base64.cpp; path = ../cpp/src/Ice/Base64.cpp; sourceTree = "<group>"; }; + ED8E4C0D2AD32FEC70097775 /* ServerPrivateAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServerPrivateAMD.ice; path = test/Ice/slicing/objects/ServerPrivateAMD.ice; sourceTree = "<group>"; }; + ED9B6FB4899D9EB64F006E3E /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/IceGrid/Info.plist; sourceTree = "<group>"; }; + ED9E749FBC36A2C539E8D251 /* Initialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Initialize.swift; path = src/Ice/Initialize.swift; sourceTree = "<group>"; }; + EDB9D5C07972E647F4FFBBFA /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/inheritance/Server.swift; sourceTree = "<group>"; }; + EDC287172B388B022A23E342 /* Proxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Proxy.swift; path = src/Ice/Proxy.swift; sourceTree = "<group>"; }; + EDE727F5EC2D5478DF953859 /* EndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointI.cpp; path = ../cpp/src/Ice/EndpointI.cpp; sourceTree = "<group>"; }; + EE22C09BF10CB2135937D399 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/admin/TestI.swift; sourceTree = "<group>"; }; + EE250FB5ED695D5347EE5B25 /* IceLocation.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceLocation.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + EE72212C85B7503F51F7FDC0 /* IceServantLocator.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceServantLocator.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + EE736ABFAAF3664F3DACCC78 /* Incoming.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Incoming.cpp; path = ../cpp/src/Ice/Incoming.cpp; sourceTree = "<group>"; }; + EE9D8E06A30A55D4B3A75C74 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/operations/Test.ice; sourceTree = "<group>"; }; + EEEB12B8007676FAB86F6450 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/retry/AllTests.swift; sourceTree = "<group>"; }; + EF9E89D24457E210CD761201 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/retry/Test.ice; sourceTree = "<group>"; }; + EFEF36E849937E99FB2EF066 /* LocatorInfo.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LocatorInfo.cpp; path = ../cpp/src/Ice/LocatorInfo.cpp; sourceTree = "<group>"; }; + F0254F1105FAC3590A4A1070 /* Process.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Process.h; path = src/IceImpl/Process.h; sourceTree = "<group>"; }; + F07C9E3B5EAA0B399BBA5299 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/exceptions/ServerAMD.swift; sourceTree = "<group>"; }; + F080FE08CB87229BE953AFBD /* libIceSSL C++11 macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIceSSL C++11 macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + F09D2179F7524AC1EB50B366 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/slicing/objects/ServerAMD.swift; sourceTree = "<group>"; }; + F0C40C074128E804307D1C93 /* IceProxy.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceProxy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + F1942BD55BBF3E9037090365 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/Ice/Info.plist; sourceTree = "<group>"; }; + F1C1AEC2B5E30566B4F9EBF5 /* BlobjectFacade.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlobjectFacade.h; path = src/IceImpl/BlobjectFacade.h; sourceTree = "<group>"; }; + F264E8067503D55BED7B5103 /* certs */ = {isa = PBXFileReference; includeInIndex = 1; name = certs; path = test/IceSSL/configuration/../../../../cpp/test/IceSSL/certs; sourceTree = "<group>"; }; + F27DAEBBB1CADCDF20DDFF4F /* ObjectAdapterF.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectAdapterF.ice; path = ../slice/Ice/ObjectAdapterF.ice; sourceTree = "<group>"; }; + F2BD2242B9A5EB7834574185 /* Client.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Client.swift; path = test/Ice/facets/Client.swift; sourceTree = "<group>"; }; + F2E8640593E6CD6893FFCE49 /* MetricsObserverI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MetricsObserverI.cpp; path = ../cpp/src/Ice/MetricsObserverI.cpp; sourceTree = "<group>"; }; + F31159630F9EFFD641D0B573 /* IceSSLConfiguration.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceSSLConfiguration.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + F326E1399D032CCF3B93C937 /* ServantLocatorI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServantLocatorI.swift; path = test/Ice/servantLocator/ServantLocatorI.swift; sourceTree = "<group>"; }; + F360FB36469486103208EF10 /* AllTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllTests.swift; path = test/Ice/objects/AllTests.swift; sourceTree = "<group>"; }; + F3614471FC80AFDAE1084385 /* ServerAMD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerAMD.swift; path = test/Ice/operations/ServerAMD.swift; sourceTree = "<group>"; }; + F3C565112FB1784D89BC96E9 /* Connection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = Connection.mm; path = src/IceImpl/Connection.mm; sourceTree = "<group>"; }; + F4CAD605FA3E9C21FE85CC75 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/inheritance/Collocated.swift; sourceTree = "<group>"; }; + F55AACAD0BF3539F13D93A67 /* Thread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Thread.cpp; path = ../cpp/src/Ice/Thread.cpp; sourceTree = "<group>"; }; + F58538B3B5EEEB2E2CF3C923 /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = src/Ice/Object.swift; sourceTree = "<group>"; }; + F5A0AA49FC48CBF45C846801 /* Collocated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collocated.swift; path = test/Ice/operations/Collocated.swift; sourceTree = "<group>"; }; + F5FD29E1C6A385747EDDB470 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/servantLocator/TestI.swift; sourceTree = "<group>"; }; + F65B4E08F59312A867D28015 /* IceTimeout.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceTimeout.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + F67549CF819252D2F5778CD8 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/inheritance/Test.ice; sourceTree = "<group>"; }; + F67CE6EA595F4AE4DF50096F /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; + F74EF68360EAD55CEA152204 /* Test.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = Test.ice; path = test/Ice/servantLocator/Test.ice; sourceTree = "<group>"; }; + F75E2E7705F83B53F947D13C /* Server.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Server.swift; path = test/Ice/info/Server.swift; sourceTree = "<group>"; }; + F7C155E2565CE1832A949907 /* ServerPrivateAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ServerPrivateAMD.ice; path = test/Ice/slicing/exceptions/ServerPrivateAMD.ice; sourceTree = "<group>"; }; + F7DF8D2AB9E2D64407E7C730 /* TestAMD.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = TestAMD.ice; path = test/Ice/slicing/objects/TestAMD.ice; sourceTree = "<group>"; }; + FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TestCommon.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + FC8531C49E898908C59368B6 /* TestI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TestI.swift; path = test/Ice/facets/TestI.swift; sourceTree = "<group>"; }; + FD43A4DD0C9415F5774317FD /* EndpointI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = EndpointI.cpp; path = ../cpp/src/IceSSL/EndpointI.cpp; sourceTree = "<group>"; }; + FDFD413A3438CD659CFA38A2 /* MutexProtocol.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MutexProtocol.cpp; path = ../cpp/src/IceUtil/MutexProtocol.cpp; sourceTree = "<group>"; }; + FED3E3BBABE2D4D7D82C0A05 /* ConnectionInfoFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConnectionInfoFactory.swift; path = src/Ice/ConnectionInfoFactory.swift; sourceTree = "<group>"; }; + FEF76B051492631AB389F626 /* IceAmi.bundle */ = {isa = PBXFileReference; explicitFileType = "wrapper.plug-in"; includeInIndex = 0; path = IceAmi.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + FFF035F59BAAD71D565902C8 /* Timer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Timer.cpp; path = ../cpp/src/Ice/Timer.cpp; sourceTree = "<group>"; }; + FFF4DD93675388263770E715 /* ObjectFactory.ice */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjectFactory.ice; path = ../slice/Ice/ObjectFactory.ice; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 01AAD8DBF9D9714705F96538 /* Frameworks */ = { + 067DD4C2AE662083BCB11540 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D14D886281207B00BCFA41C1 /* Foundation.framework in Frameworks */, - EC1A0FB1AA551450B27C3306 /* Ice.framework in Frameworks */, - 6DC7F7311161DD80D096046F /* PromiseKit.framework in Frameworks */, - 1D78F9766C041BEA08E9D140 /* TestCommon.framework in Frameworks */, + C09EFB02AB9B1221686D9047 /* Foundation.framework in Frameworks */, + C7C485DA376DF6F8396046DB /* Ice.framework in Frameworks */, + 3F94AE239B374246CFC978CE /* PromiseKit.framework in Frameworks */, + ADDFA8A5B02F3B80E7E27674 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 07ACD0C43D4CD4E83CEAF6F2 /* Frameworks */ = { + 072502A3D50540E030701A08 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 3E83D29B207ED54195F22039 /* Foundation.framework in Frameworks */, - AE3E078254EE05D2A752A505 /* Ice.framework in Frameworks */, - 20D579B161DB7D2F92F97FBE /* PromiseKit.framework in Frameworks */, - DFE127ACF914C8A306C41748 /* TestCommon.framework in Frameworks */, + BEB6F3485AF5113B5168E6B7 /* Cocoa.framework in Frameworks */, + F0BA0D5BB2F98B7493B2A51A /* Ice.framework in Frameworks */, + BABC20449D74C18D20E9ACFF /* PromiseKit.framework in Frameworks */, + 47EB8CB2C097E25C608E272E /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 09E427F8497A79326BBD12CD /* Frameworks */ = { + 0AA80BE77646EFDF9F4ADEAE /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - A93897BD383600BACD1E706F /* Foundation.framework in Frameworks */, - 69020C87D48614347606E0B4 /* Ice.framework in Frameworks */, - 8A061A1560387BAFC08E4EEE /* PromiseKit.framework in Frameworks */, - 6170FD4E25AA38241DE7DC9E /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 0CA8EA8C07D047F968CA4BC5 /* Frameworks */ = { + 0CE1D933792DE4D2B9FE4833 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - C7AF6035AF2D5BEA1C2FB26F /* Foundation.framework in Frameworks */, - ED7BC37842A18AD5521AF3B9 /* Ice.framework in Frameworks */, - 4A029A2C1DA98E8CB77A7DA9 /* PromiseKit.framework in Frameworks */, - 596CFAA14A3766C561DB6871 /* TestCommon.framework in Frameworks */, + 1265134F7A8F38870076B5FF /* Foundation.framework in Frameworks */, + 470CE5946259D0DD30BEBA9D /* Ice.framework in Frameworks */, + 177AA96A37B487B590CF766C /* PromiseKit.framework in Frameworks */, + 910E034082860EB3548F5D19 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 0CE8CA3F1A9CB84F2F9A74B4 /* Frameworks */ = { + 0F326C2385505BFF56092EC3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 650C9D668D486C931FBA36E4 /* Cocoa.framework in Frameworks */, - FEB9032894EEBF2E9B910D33 /* Ice.framework in Frameworks */, - 6AFF879ECC6C041F8F1E88C7 /* PromiseKit.framework in Frameworks */, - 914A6581A4540D7B994E00DB /* TestCommon.framework in Frameworks */, + 959B4AE1F0966CB1E58D0D27 /* Foundation.framework in Frameworks */, + FDA21CD5DF4400626A1D9106 /* Ice.framework in Frameworks */, + 69CD5E2F754D79C9735496B6 /* PromiseKit.framework in Frameworks */, + 6004F0CAAC5E0EA6BAC610BE /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 12DDADB7BBE25E48960DD40C /* Frameworks */ = { + 1082D20A48AADE866A3B45D3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 0DFF7ED1DEFB4CB2308FE9A9 /* Cocoa.framework in Frameworks */, - C7067097CA177D3B7633442D /* Ice.framework in Frameworks */, - 07C639EAC694628CCB5E1491 /* PromiseKit.framework in Frameworks */, - 6B6A3A28DD06F28A5ED18343 /* TestCommon.framework in Frameworks */, + 275E63BE479C377730890420 /* Cocoa.framework in Frameworks */, + 009BDDF5B1930B296CB4C7E3 /* Ice.framework in Frameworks */, + 224FE1BA52AFE593D0CA0F0B /* PromiseKit.framework in Frameworks */, + 58FB2046BCE0475671A3EBE4 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 161F75C37BF2AA89203417EB /* Frameworks */ = { + 121A049ACD2B4F267AB6B7AA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 152392B284527F726AB23430 /* Ice.framework in Frameworks */, - F8B59C35D9AC0DB9227BB229 /* PromiseKit.framework in Frameworks */, + 8C27DDB5214BB5CEFA5F0B66 /* Ice.framework in Frameworks */, + 68B4DEE27889634B238127B2 /* PromiseKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 19F7DE498EEAC55C84CEEA19 /* Frameworks */ = { + 1683B71836400AD6271384D6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - AFFDB1429FBDC1721A93350B /* Foundation.framework in Frameworks */, - FBA4ABE86425EE108DF517F1 /* Ice.framework in Frameworks */, - D56A46A6D22BD78A5D0800D6 /* PromiseKit.framework in Frameworks */, - BD75377EA118AED9D66B9D08 /* TestCommon.framework in Frameworks */, + 06F646D4573D3E6FAE2C1EA6 /* Cocoa.framework in Frameworks */, + 8A40096C071A8C6DED9B6760 /* Ice.framework in Frameworks */, + 904DF689A13660B18E3F7832 /* PromiseKit.framework in Frameworks */, + E4CC533394142B8F6AB522A1 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1B7EDE4891B588AA165548B5 /* Frameworks */ = { + 19F2583A9773EB25F4797CF1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - F30A7A94EB156076D5256206 /* Cocoa.framework in Frameworks */, - CD8AF110EDC0EEB7C24C8592 /* Ice.framework in Frameworks */, - 0C83601FA9FE6F2E197013DD /* PromiseKit.framework in Frameworks */, - 93469E7BCFF0DCA86A2B035F /* TestCommon.framework in Frameworks */, + 46E48E55F243E011F0089206 /* Foundation.framework in Frameworks */, + 123302B24BC18BDB8ACF29F2 /* Ice.framework in Frameworks */, + 7BD71243AE473FAAFB53A783 /* PromiseKit.framework in Frameworks */, + 573E96B16384DADAF044A0C6 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1D26D8D77B2EFAFEA9FF9FD8 /* Frameworks */ = { + 1A66A1135B8A3BB8F01B6E8E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 5F5A9F1340872EF36E13B680 /* Foundation.framework in Frameworks */, + 8CB29151F2F2F25DDB9D6378 /* Ice.framework in Frameworks */, + 7F5D8BD8A8133CB88E75F7DF /* PromiseKit.framework in Frameworks */, + 65AA34678699EB1E4D2C049F /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2470EBCA958E5227ABC99942 /* Frameworks */ = { + 1B12764A62C311EED6D61CD1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D8EBAE7345509E07C3CA5749 /* Foundation.framework in Frameworks */, - E9F1429477ABFEFEDD8183ED /* Ice.framework in Frameworks */, - 177B8854FDB1F4548E31594C /* PromiseKit.framework in Frameworks */, - F9E236BF60E26D5163EE5C31 /* TestCommon.framework in Frameworks */, + C3D5C7D4BD66C82BDD24D887 /* Cocoa.framework in Frameworks */, + D2A4EFAB70245A290941AF33 /* Ice.framework in Frameworks */, + 97FB64CAFAE2ED38A5A721E3 /* PromiseKit.framework in Frameworks */, + 8973EE23FD5BB8BB3F60280C /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2560EE4212B81106C3AE8E58 /* Frameworks */ = { + 1C7331ECBF03C986C22FE228 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 3B03359F03F90ED7D29209A4 /* Foundation.framework in Frameworks */, - D95B0AAAE2FE8A54077B995D /* Ice.framework in Frameworks */, - CB34F4E808DA9E98F5EC972F /* PromiseKit.framework in Frameworks */, - E84287CB13FB063551894ED3 /* TestCommon.framework in Frameworks */, + FDBFBFA24C71FD274C142345 /* Foundation.framework in Frameworks */, + D6A596B24E73E19797D08425 /* Ice.framework in Frameworks */, + 5B099F0461BD5FC467AF70D1 /* PromiseKit.framework in Frameworks */, + AD81F32DB41C6473BA5080CF /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 27F2B6F6C885F8C3857B1BF8 /* Frameworks */ = { + 20A50AE88BAD63A868D27644 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - CEAB82A41DC43EC9526DCE15 /* Foundation.framework in Frameworks */, - 1F799D5613D353C4D1280359 /* Ice.framework in Frameworks */, - CEA74889C8DC0C01B503D34F /* PromiseKit.framework in Frameworks */, - 8DAE3C40015E99332FE469CC /* TestCommon.framework in Frameworks */, + 42B12AFA134A18E770EC774D /* Foundation.framework in Frameworks */, + 4D0900955E2BF35934774E1D /* Ice.framework in Frameworks */, + 8AFBFE54DE4B629847DF19D5 /* PromiseKit.framework in Frameworks */, + EC97F98EA6FC1BE30FCABC62 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2DDC987645FA03D0E2082F3D /* Frameworks */ = { + 21CCDAD89028ED74F8CF6A2D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 87D74D0EFAC9054E2AE0D271 /* IceImpl.framework in Frameworks */, - 355E64960316D8E7DEDE47BB /* PromiseKit.framework in Frameworks */, + A80E9A59F6F509687CDA6906 /* Cocoa.framework in Frameworks */, + 9CD465DFB93719AC7461D311 /* Ice.framework in Frameworks */, + FB250B14D4F48FE16080A285 /* PromiseKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2DE1D55AE3103897C8B946D4 /* Frameworks */ = { + 2369AD2046223EE40091ADF2 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - EE85A5B2E357DD361E9E8A1C /* Foundation.framework in Frameworks */, - CB6D56DFA75DE70014B24498 /* Ice.framework in Frameworks */, - 1FEF9997C7226580FD19933D /* PromiseKit.framework in Frameworks */, - D78ECEDCF64415C861E4B360 /* TestCommon.framework in Frameworks */, + 368063AA2C38479A88C660D8 /* Cocoa.framework in Frameworks */, + C2084436D7DAD733DE0C2B8E /* Ice.framework in Frameworks */, + 4EEEE44C2DDB47EBF5AD97A7 /* PromiseKit.framework in Frameworks */, + F860D425011213F67CB2DCDA /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 318E41CF0511D0F9AA440D36 /* Frameworks */ = { + 24B89B1A959CE4E37ACE8427 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 6ED3480013C8CBF911447297 /* Cocoa.framework in Frameworks */, - 62C6D4C6B1DF33DB70F85A3A /* Ice.framework in Frameworks */, - 1B8D308B93CBFD2B4F33F5C6 /* PromiseKit.framework in Frameworks */, - F241CFA970F7B9B2F79B3879 /* TestCommon.framework in Frameworks */, + E9186B38D52FF5B4431053A3 /* Cocoa.framework in Frameworks */, + 753AC27ED49D194744E5A5F9 /* Glacier2.framework in Frameworks */, + EBC98BC34BCE42191F028F32 /* Ice.framework in Frameworks */, + 95293D7F12005C85FF87CF8F /* IceGrid.framework in Frameworks */, + 15E2532B5C4AF6980CF76EC8 /* IceImpl.framework in Frameworks */, + 0FAB34576579F42BD25BAE38 /* IceStorm.framework in Frameworks */, + 91E05AD0B3DD6E983668EC79 /* PromiseKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 31F836E39EBB495897B8757B /* Frameworks */ = { + 25FB5395C1596ABA2B14A5D1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D135532A0E5C23D11FC44B01 /* Foundation.framework in Frameworks */, - FF5558F54AEF2C97DB4A7C4C /* Ice.framework in Frameworks */, - C08E209C16B072FB09AE2F31 /* PromiseKit.framework in Frameworks */, - 5845938B9AD00C891258E162 /* TestCommon.framework in Frameworks */, + A7885650FD0BB3E911912DB3 /* Glacier2.framework in Frameworks */, + 3473756C0C332D5B7A722476 /* Ice.framework in Frameworks */, + 06E373C2C03C84B01B7EBFE8 /* PromiseKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 343CD3AE1FEA4FACC18932DD /* Frameworks */ = { + 2C4991262D5EC50BF0EC8B7E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 9F1324267AB81AA17E30BBF0 /* Foundation.framework in Frameworks */, - 7AE98806C6764997A6986820 /* Ice.framework in Frameworks */, - 6A5C221222BCFB0EA4005CF6 /* PromiseKit.framework in Frameworks */, - 868F17D0CCC8DEE0A8210952 /* TestCommon.framework in Frameworks */, + C4F023109B2CC18D677706DD /* Cocoa.framework in Frameworks */, + 79BD24228B533CA4C3BCECF6 /* Glacier2.framework in Frameworks */, + 274282242A6C7EDEABA4A229 /* Ice.framework in Frameworks */, + A127C141CF6E7B320F2D528A /* IceGrid.framework in Frameworks */, + 675BFA3B3B4696838694A0B7 /* IceStorm.framework in Frameworks */, + 1B26155822C5F320A1DB0611 /* PromiseKit.framework in Frameworks */, + 49FBC59434E66BE8CF667D9E /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 34D9866298DB708E507E5ABD /* Frameworks */ = { + 2CB2228A2439D70D30D99BE7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - C7C1EC4D6D33D8D87000CD71 /* Cocoa.framework in Frameworks */, - 9C67BFD76221EDFCD2E8DC10 /* Ice.framework in Frameworks */, - AB780BBFFDAC11C4AC043178 /* PromiseKit.framework in Frameworks */, - 772381792CBCA7DCED27BE49 /* TestCommon.framework in Frameworks */, + 19CF8EE9CB82F7568FA39823 /* Cocoa.framework in Frameworks */, + 8DBCCD017BB657E518B562D1 /* Ice.framework in Frameworks */, + F67F07D51B6127A1ED7FE96E /* PromiseKit.framework in Frameworks */, + 73806B5779F3C86D78DE28BE /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 387DFA9E1E18B654F008DAF2 /* Frameworks */ = { + 2E2EEF29BBEFA8A47B6E2D44 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + EA68CF94FA0EFD83E6895C01 /* Cocoa.framework in Frameworks */, + F0EAA728F98C27AB63D93D00 /* Ice.framework in Frameworks */, + 1982DAA35C360E4EE2CC9BE0 /* PromiseKit.framework in Frameworks */, + 3A294ED064FBC09BDAAF46EB /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 38D8155D122BAB4A81C55EB1 /* Frameworks */ = { + 2F6174202A4C236827F60323 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - FA399C98BF91BFFB1216EDD6 /* Cocoa.framework in Frameworks */, - ADABDE85EF56C2885B15A890 /* Ice.framework in Frameworks */, - 7D879443E26166477D1731EC /* PromiseKit.framework in Frameworks */, - BD1963CA8E1CB942CB3E1BFB /* TestCommon.framework in Frameworks */, + B0BE8A70399A8456558B8BD6 /* Ice.framework in Frameworks */, + F3114DEE1E4FE3593E972B08 /* PromiseKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 39A74753CFA2482E6F80AAF2 /* Frameworks */ = { + 2FBDE6C2D26D63BE6BFE8AA7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D629F47EB63A589A133782AD /* Cocoa.framework in Frameworks */, - 76613A9D23C79F169B87DA93 /* Ice.framework in Frameworks */, - 3A0D30559D8DF9984B8CB579 /* PromiseKit.framework in Frameworks */, - BA4471DD42716716A2D8305C /* TestCommon.framework in Frameworks */, + C0CBADE56E96A510FE0219E9 /* Cocoa.framework in Frameworks */, + B346E701256C9CD8F8395D5C /* Ice.framework in Frameworks */, + F5090DF522A9D09F0FB72454 /* PromiseKit.framework in Frameworks */, + 189216496557B4E7502FDE04 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3A39A36A840B910E03D272DC /* Frameworks */ = { + 37A053F05AC40743770FD03D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 7B133066E8583444297FD4F5 /* Cocoa.framework in Frameworks */, - D8F636F914D2E6D41A0C4F7B /* Ice.framework in Frameworks */, - 87DABA111639A3CD21DD8382 /* PromiseKit.framework in Frameworks */, - FE1B79D085A3AE41C6D3EA4C /* TestCommon.framework in Frameworks */, + 563C330C652E149860F29C79 /* Cocoa.framework in Frameworks */, + 9E6E74C5CAAA6294434B6F8A /* Ice.framework in Frameworks */, + 4C531A3E6D31E7DC17182923 /* PromiseKit.framework in Frameworks */, + 133F207FCFFE05BAEC7E2011 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3B0DE4D47AB158C11F0774FF /* Frameworks */ = { + 38BB4925D1FB242AC0E8189C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 70E45A9C484E104059635FDF /* Foundation.framework in Frameworks */, - 34762783311E1803E6AC1B1B /* Glacier2.framework in Frameworks */, - 99D87EBA1BDAA16965A305F9 /* Ice.framework in Frameworks */, - 6530BABA3672BA8F62879E42 /* IceGrid.framework in Frameworks */, - 9EE9D3B1EFEA65F2AAFA5CD1 /* IceStorm.framework in Frameworks */, - D31160D30BDD015D12EA953A /* PromiseKit.framework in Frameworks */, - C2C4831FCA6E3BD68DA398ED /* TestCommon.framework in Frameworks */, + F1455489A19EE024F3E8368D /* Cocoa.framework in Frameworks */, + 3FB0E7A464CC4BC2F9286317 /* Ice.framework in Frameworks */, + 71E476741C0A6D4F245B64FE /* PromiseKit.framework in Frameworks */, + 25BE6363C211CC211EF7C3DE /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3F8D607243C5395C9BF666D3 /* Frameworks */ = { + 3B3170B426173E1F2087AC68 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - F92C1383E464DE73D8BEC784 /* Cocoa.framework in Frameworks */, - E91E7DCB32811F65C554C0A1 /* Ice.framework in Frameworks */, - 375E6AEC0A20BE51FC9687B9 /* PromiseKit.framework in Frameworks */, - 6E90BF6DD1599E7DD6C93368 /* TestCommon.framework in Frameworks */, + D7A08F6884D332C479AADDFD /* Foundation.framework in Frameworks */, + E5EACB85215BC9850BF02374 /* Ice.framework in Frameworks */, + 063946636E55F1604C929984 /* PromiseKit.framework in Frameworks */, + F01D1C29ADEF92AE7A758A82 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 433327750524FA229C1C45F9 /* Frameworks */ = { + 3C56303EF93B02590A45681D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 75BB7AF43BDF879B97459E79 /* Cocoa.framework in Frameworks */, - 81754D3A88A56121C63BF745 /* Ice.framework in Frameworks */, - 2F37ED8BC691DFCCAB717ECE /* PromiseKit.framework in Frameworks */, - EE57C38EADE56511F755BA8D /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 45D2BDEC8BCE769D7AA8C452 /* Frameworks */ = { + 4261482736FE7F4701597AF4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 5B4EEC4D433213F802C3C1D3 /* Cocoa.framework in Frameworks */, - 31F1D4F86E2165AC4BB300C1 /* Ice.framework in Frameworks */, - C8EF4BD31B817FF983A6FB41 /* PromiseKit.framework in Frameworks */, - 8E184108E8A6E345E738C8C2 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 46193C12CD0A4A58146BCB02 /* Frameworks */ = { + 439047F2A32C04DAC3C91171 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 1CED05DCEF7A3D95AD2EF65E /* Foundation.framework in Frameworks */, - B3A414EBC40937E1DC9C4346 /* Ice.framework in Frameworks */, - 4794190E96700F741D46C57C /* PromiseKit.framework in Frameworks */, - 07F0EED0462DE9210BB87183 /* TestCommon.framework in Frameworks */, + 2A341DB9FA9DFE3020A44A29 /* Cocoa.framework in Frameworks */, + ED8784809E982AD87FED95BD /* Ice.framework in Frameworks */, + 82ACCDB5E12DCED50CE56DF8 /* PromiseKit.framework in Frameworks */, + 342C0F1316315817172CA6D1 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4AD1FAC11CBC84BFA6BBCD80 /* Frameworks */ = { + 49B1BE31CD01130F63B721AC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 0ACA4B85A615844745E57F1C /* Cocoa.framework in Frameworks */, - 16D5E66D491C4D9F1552F119 /* Ice.framework in Frameworks */, - 947689B5AAD8D66422BC0FD5 /* PromiseKit.framework in Frameworks */, - 9CB0F49F5C7BFF696C984C73 /* TestCommon.framework in Frameworks */, + C458650DB19032F82C60E160 /* Cocoa.framework in Frameworks */, + 2B327954FA9C834E80E52E39 /* Ice.framework in Frameworks */, + CB5634D725ED21805FBF2C41 /* PromiseKit.framework in Frameworks */, + C3C1FB63E0F204142D77CC84 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4BFA2E3488EF44707C5A1EE3 /* Frameworks */ = { + 4A4C1D5046D9593DB85A0D02 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - E933A3F054322553C48FB793 /* Cocoa.framework in Frameworks */, - 5F1CF490950B0EAAECF3599B /* Ice.framework in Frameworks */, - 8C6BF302192D00013EFCE417 /* PromiseKit.framework in Frameworks */, - 551FAEEC398612976BB0ED5F /* TestCommon.framework in Frameworks */, + 1EC9F5FA74CD3F759C7EEE54 /* Cocoa.framework in Frameworks */, + 63C20834565E2B5EE2AEFF14 /* Ice.framework in Frameworks */, + AC06DF5D16BCBEDFE9CD0538 /* PromiseKit.framework in Frameworks */, + 2477CD1CCE16D099CF844508 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5056B65C6C40DBC4A52E0562 /* Frameworks */ = { + 4A97D696A8A6ABF3E94C755B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - A4F22895DB6FD48FA5DB0D26 /* Cocoa.framework in Frameworks */, - 14F50A898A75E81AD496D88E /* Glacier2.framework in Frameworks */, - 175C43C099BCC1041DA1705B /* Ice.framework in Frameworks */, - 219B08BB7837AD07087D3B1A /* IceGrid.framework in Frameworks */, - C8F713DDE3C8FB547CBBB4AE /* IceImpl.framework in Frameworks */, - D2721440C3FC10EB6F0F14E8 /* IceStorm.framework in Frameworks */, - 3ADE1D2AB4C562D2DC69B38E /* PromiseKit.framework in Frameworks */, + 9E3B83E82BDC4B5253F30E03 /* Foundation.framework in Frameworks */, + 826254851F4D0178D353D5FF /* Ice.framework in Frameworks */, + 26BF289E8665B6E5A6CE8391 /* PromiseKit.framework in Frameworks */, + 538C7201F73E4ABA97D841E3 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 52919972128AC6D941E49B3E /* Frameworks */ = { + 4BA3C2678DBDD63D9F8ABB22 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D8E5F8605E2DBD2929B42E52 /* Cocoa.framework in Frameworks */, - 32139A46ED85AC66FAE092D5 /* Ice.framework in Frameworks */, - 62EB3A496D0FE96A49C29310 /* PromiseKit.framework in Frameworks */, - 80353823C394C14ED40A1757 /* TestCommon.framework in Frameworks */, + 68A038F9D3360F57AC3A90E4 /* Cocoa.framework in Frameworks */, + 132BD2DF8CE0A7C259C7296E /* Ice.framework in Frameworks */, + E2DC9063589930E65E287360 /* PromiseKit.framework in Frameworks */, + FE45B7F374ED5FB35503F6C1 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5353F339C90CB82D3AD70B16 /* Frameworks */ = { + 4FE713BDFB41113C084B90F3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 60577A4C7DA2BA0B17ECAE74 /* Cocoa.framework in Frameworks */, - 99EA3B9C0C97B12FDD6DCF07 /* Ice.framework in Frameworks */, - 7E69C74FB3442C560CCDC347 /* PromiseKit.framework in Frameworks */, - 4B25BF49F5905F175CDD3792 /* TestCommon.framework in Frameworks */, + DD53A5FABEA66AAF818A4228 /* Cocoa.framework in Frameworks */, + EC5CEDF3E3F7167EFF5D1E69 /* Ice.framework in Frameworks */, + B936C3FAF23AE1B1B3A9A1EC /* PromiseKit.framework in Frameworks */, + 47B89592C3750FAE3A1B987E /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 59B53568BE086AD7C396A4CC /* Frameworks */ = { + 504D57FE86A4241084B6F3B6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - ACD6D28D7D8C70E5F835AB26 /* Cocoa.framework in Frameworks */, - 4DD2F169ACB6DBD6B17D3B14 /* Ice.framework in Frameworks */, - F976DE5A2293853858FEDFA8 /* PromiseKit.framework in Frameworks */, - 138DA9CC1C8CF2F493CF17EA /* TestCommon.framework in Frameworks */, + B2398E49412C368BF121D83C /* Foundation.framework in Frameworks */, + 0966834E783BE0F8063BD8A8 /* Ice.framework in Frameworks */, + 6586F595D1FC956F73E69914 /* PromiseKit.framework in Frameworks */, + 5C66D63BCE413C0D4EAE005D /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5DE6BFB73F69C96F4BC6D5AD /* Frameworks */ = { + 51F491B7397F2E565D1D3BA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 706A65A1BFB2510F66CF2DEB /* Foundation.framework in Frameworks */, + D3D6F5C791D5A5CD56BFACC3 /* Ice.framework in Frameworks */, + 4DCB54514CEB84DE5A80A662 /* PromiseKit.framework in Frameworks */, + 9438E1E1FCF3A3DD82101617 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6889F78EA826130BEBB7E305 /* Frameworks */ = { + 534292B1377B00B524212A4A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + B6FF85551BA1F381A7E0FD04 /* Cocoa.framework in Frameworks */, + F1BD65BBD1B082F10250A65C /* Ice.framework in Frameworks */, + D605E4A3A0AF639DF798B383 /* PromiseKit.framework in Frameworks */, + 3332AA777C8CDA7A089FC9BB /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 69BB25BDB52C436E6FF95834 /* Frameworks */ = { + 53D57919C0742BDCCA1B6F19 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - CDD8E5801DE376BAB707A497 /* Foundation.framework in Frameworks */, - F58E9D14A7B93827F077F437 /* Ice.framework in Frameworks */, - 9E01397B265A1E21CCBFA03F /* PromiseKit.framework in Frameworks */, - 6D80F605050471C55277F955 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 69D56BC2D49F4E737C5AAA51 /* Frameworks */ = { + 5411396A36D250EF3EC8B665 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 9BA81A33591349D81BDC61B2 /* Cocoa.framework in Frameworks */, - 70D2F6A51DF2043034CEB0E7 /* Ice.framework in Frameworks */, - 88BBB5DFB84DAF7187BE9A55 /* PromiseKit.framework in Frameworks */, - C184DD31E2E4D503E771E0BB /* TestCommon.framework in Frameworks */, + 2C4695559A852015F5EE1E3B /* Foundation.framework in Frameworks */, + 2EB1199E87C23B6DD190CCC3 /* Ice.framework in Frameworks */, + 080EA19C3A100B6DC4DAFCD5 /* PromiseKit.framework in Frameworks */, + 0569A2CD73DF2BEAB85A3F59 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6B88506579A8291D964D0A52 /* Frameworks */ = { + 54F64C67F49555BE831DECBF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - AD3744EF1A5117B60B4BCB6B /* Cocoa.framework in Frameworks */, - 022AFCC2CC66249591E27C39 /* Ice.framework in Frameworks */, - 2A482E18F20F260AEED25EBB /* PromiseKit.framework in Frameworks */, - 7C51991B4E5BB1C6B2159048 /* TestCommon.framework in Frameworks */, + E13E6916810FC8681C27956B /* Foundation.framework in Frameworks */, + 2C870D8E22E162D8C139A204 /* Ice.framework in Frameworks */, + F57FD8ACA6E91AFA4D18019D /* PromiseKit.framework in Frameworks */, + 3BB97338A883A0B36489B7AD /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 73620C5CAD7F3048B16224F6 /* Frameworks */ = { + 56E7EFD61659ED73EE6A36A3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 8DFB42680BB91CE33E2E401A /* Foundation.framework in Frameworks */, - 11C76F3D247A8E410969E7E2 /* Ice.framework in Frameworks */, - A10516A0403F928698EA777D /* PromiseKit.framework in Frameworks */, - 2B0CC61EDF4D4C63F0431D98 /* TestCommon.framework in Frameworks */, + 0DB3C45286A559D5994904D7 /* Cocoa.framework in Frameworks */, + 508E932F7AA1C70BFF881C81 /* Ice.framework in Frameworks */, + 4AC7B8AED6F3826972CFE0B3 /* PromiseKit.framework in Frameworks */, + AF97135DAAA461C0198BE2E0 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 750DA05EB0FEB1D7A6BEDAFB /* Frameworks */ = { + 5C18F83BBA0137AF18B54F48 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - ADF2D97706EB777CC4D8B250 /* Ice.framework in Frameworks */, - 1F9ADDD409EFA01DE76D0F1F /* PromiseKit.framework in Frameworks */, + C9101852364A6A2EA51DBF8C /* Foundation.framework in Frameworks */, + DCB4570288E689B279FD772B /* Glacier2.framework in Frameworks */, + 9F0EFBB13C44AB5AF283FC72 /* Ice.framework in Frameworks */, + 283F6EE5111E843A3EE1EA89 /* IceGrid.framework in Frameworks */, + 2CBB1D41842E2EADAFE24FEA /* IceImpl.framework in Frameworks */, + AD6DE923D80E5E94E3EE0F46 /* IceStorm.framework in Frameworks */, + 4BA02E07C3D8A2BD5D14A0E5 /* PromiseKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7B9F477C0442B6590A08C91B /* Frameworks */ = { + 5E6DC55AE272B4C7189C4978 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 37A42D5011C8B759807CC9E7 /* Cocoa.framework in Frameworks */, - 1456E560BB18113F13480EDC /* Ice.framework in Frameworks */, - 8FF03D31A5CF03685945105A /* PromiseKit.framework in Frameworks */, - 9BC091FB80D54CA8BF84CF46 /* TestCommon.framework in Frameworks */, + 2295251CB4F1D760BC903EF5 /* Cocoa.framework in Frameworks */, + 1BBC64CC1D71468E271E0618 /* Ice.framework in Frameworks */, + 2BDD44AE0695F04BFC6F722A /* PromiseKit.framework in Frameworks */, + F289A06AFE7FD602D14CE3E8 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7D59B9EAA393B83D6CFDBCB5 /* Frameworks */ = { + 5F0563B9AB5415C09A8367ED /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 9ADC4FEB6D7FF2FA3493990F /* Cocoa.framework in Frameworks */, - 81601DA7D6C508E5656C1539 /* Ice.framework in Frameworks */, - 94A402F9EBC21C6686698575 /* PromiseKit.framework in Frameworks */, - 6D50E07CE10CD08E13F302DE /* TestCommon.framework in Frameworks */, + 3B74042E93A609644802E48D /* Foundation.framework in Frameworks */, + A746A36104268D1F4654A71C /* Ice.framework in Frameworks */, + 36463182C3DF50A4CA94C146 /* PromiseKit.framework in Frameworks */, + 013A80B2C778F1215468A3C6 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7D6FEF9495D9D514438853C0 /* Frameworks */ = { + 618A020ADCC4E66D0B8E73BE /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 7E7D50129FBAEA78F0EB75CB /* Frameworks */ = { + 6370FCBC92461F3CE8BBA2F9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 09EC70DEE11857102CD4A668 /* Foundation.framework in Frameworks */, - 455878EF79D291AD92B8987F /* Glacier2.framework in Frameworks */, - C94808E550126B3F9C884D2E /* Ice.framework in Frameworks */, - 6739648420F3C7AB1423B3B1 /* IceGrid.framework in Frameworks */, - 4386CE4B762CA81A33F4105A /* IceImpl.framework in Frameworks */, - E5B68DDB327FB25710455FF6 /* IceStorm.framework in Frameworks */, - A432788DD80345E1D13711DB /* PromiseKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 80A38EB9D08758E1FE59EB67 /* Frameworks */ = { + 644C3B5785018128B278C6FC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 214643AA91C9D7282238AF8A /* Foundation.framework in Frameworks */, - E19AACB7A88649B4CBF7BB5E /* Ice.framework in Frameworks */, - 0B2CAC94C5EDB50049E018BC /* PromiseKit.framework in Frameworks */, - 9990FE1C2256C0E01AB6ABC7 /* TestCommon.framework in Frameworks */, + F8F9263DE8EA46C730837395 /* Cocoa.framework in Frameworks */, + 2E2AB6165DD40579E983193A /* Ice.framework in Frameworks */, + D674A7783D2538C8511280E3 /* PromiseKit.framework in Frameworks */, + 3C44EEC36AE58052EE551CEA /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 86D604A6918A9F8A7D3CA694 /* Frameworks */ = { + 658B4A890FF292822FC366FD /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 95539EEF230E56DD4FF14728 /* Cocoa.framework in Frameworks */, + 123A5BB764B00E9F80A304C0 /* Ice.framework in Frameworks */, + CEC5C000AF93581CE13D92FB /* PromiseKit.framework in Frameworks */, + 13D757BA6FFB090DC80916CD /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 87491DD59C77A7916B21A217 /* Frameworks */ = { + 683F706D74364D74DEAE978B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 0B40FAE8BE685717EEBCDE73 /* Foundation.framework in Frameworks */, - 384B62EB84DE768D7D552F03 /* Ice.framework in Frameworks */, - 76769CA3AFC80C18FFB8EAE7 /* PromiseKit.framework in Frameworks */, - 34A0A8B5371FDE5FA55182BF /* TestCommon.framework in Frameworks */, + F8279D3FA307E8567F51F3E3 /* Foundation.framework in Frameworks */, + 0CAD3B981545EB5BC2F6D3A2 /* Ice.framework in Frameworks */, + C88B1551F6D09C50DBE509B4 /* PromiseKit.framework in Frameworks */, + ABA6B30615F6E2A83BBE016C /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 87ECBF518D7B72495F6D099B /* Frameworks */ = { + 6891BE60F9F5DC7552D84A33 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - C482510EC33C186078A87875 /* Cocoa.framework in Frameworks */, - 49AEC86FE11B67F6AB53CA31 /* Ice.framework in Frameworks */, - D951112FF3951AA223196078 /* PromiseKit.framework in Frameworks */, - 85227825BBE1A72644DE007A /* TestCommon.framework in Frameworks */, + A5C17B3101E9E6676A84FC20 /* Foundation.framework in Frameworks */, + 7379F8DC8BE4B35F83F71EF5 /* Ice.framework in Frameworks */, + 01ABA179B31E464AFA5B5636 /* PromiseKit.framework in Frameworks */, + F1346529C653A87BADF8D2B4 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8A1C734A6282D6B184F8CEFC /* Frameworks */ = { + 6920A2D46970D32F4E322826 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 70A6CD7582F12CCFE48401E0 /* Cocoa.framework in Frameworks */, - 1002EFA8731F0AF2C9E6F704 /* Ice.framework in Frameworks */, - 190054144E268C703AA4AE4C /* PromiseKit.framework in Frameworks */, - 4C67055EC69F7EAD77CC00EB /* TestCommon.framework in Frameworks */, + EFAAE9E2A2471426B0337FD1 /* Cocoa.framework in Frameworks */, + BF9BC2BF0AF03B2A6C35A1D1 /* Ice.framework in Frameworks */, + 3947D5585F777BBD299A832E /* PromiseKit.framework in Frameworks */, + E5FE7E4C9D423B6F7EF0CF2B /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8B63BF213D844BB16A523690 /* Frameworks */ = { + 6C1257723942A8845CB58A49 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 6B00D1DE799B75A128967F3F /* Foundation.framework in Frameworks */, - A849D63803F6790A570F4C35 /* Ice.framework in Frameworks */, - DC910B0FDA11F52E17ED3831 /* PromiseKit.framework in Frameworks */, - 5CDB29CA2DFABAD93F7E607E /* TestCommon.framework in Frameworks */, + F1980B945DB28DBDE46BB63F /* Foundation.framework in Frameworks */, + 1C3900474B768B11CED6A14B /* Ice.framework in Frameworks */, + 05E8A8A71A5CC3615BF1E67E /* PromiseKit.framework in Frameworks */, + 7D4E7DE78961778B28BC5A90 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8C3242E3F4921DEDD9E0888D /* Frameworks */ = { + 6F52987E09A5D705410E6944 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - EF39D97D7DBFB32890C500DE /* Cocoa.framework in Frameworks */, - B0866159F5CEE53C88880D4E /* Ice.framework in Frameworks */, - B947C9228F57D9DD3FD46B6E /* PromiseKit.framework in Frameworks */, - E81C273B82BCF61079FDA28B /* TestCommon.framework in Frameworks */, + C0C81E2085A997E22D249722 /* Foundation.framework in Frameworks */, + 0E8DD78436175841AE89BA2A /* Glacier2.framework in Frameworks */, + F8F3451AEA5E1221A14ED77D /* Ice.framework in Frameworks */, + C594946526A46A25DFDAA0D1 /* IceGrid.framework in Frameworks */, + E1EA0D15571E36CE34542611 /* IceStorm.framework in Frameworks */, + DAC032DF4540104C78059AF5 /* PromiseKit.framework in Frameworks */, + 6A3C26664BA50A7D92153121 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8C76169187A691D9380A2E32 /* Frameworks */ = { + 720A2F0EEC14CC1C0120860D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 4AFFC0430E563CDC5EF47CBE /* Foundation.framework in Frameworks */, - 366FF5530A783223D00F7D7A /* Ice.framework in Frameworks */, - 821BC96C95941683079D28C3 /* PromiseKit.framework in Frameworks */, - F9EAB5C8EF783F418DDA0D73 /* TestCommon.framework in Frameworks */, + FA5A20277AB7601F230AFB7B /* Cocoa.framework in Frameworks */, + 0E3679A718713CBCE4A2564F /* Ice.framework in Frameworks */, + 03F0BD00C1DB46AB2D151D54 /* PromiseKit.framework in Frameworks */, + 6433E7F2C5633BA3291976FF /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8F2C8B98A8FA7C15A2A3FFE5 /* Frameworks */ = { + 75563A136A50A5AB9968A05C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 931C0162CD4EC2CC9B9016E7 /* Cocoa.framework in Frameworks */, - D20385E59CAF150F7E1D36AB /* Ice.framework in Frameworks */, - 28E5AE3C7E45F763BA09F1A1 /* PromiseKit.framework in Frameworks */, - FB16A6A1E5C6FB55C2874BFC /* TestCommon.framework in Frameworks */, + 4B76CE94746A810AB5E8107C /* Foundation.framework in Frameworks */, + 51EDB3B74CA5BEA6C98BB0AA /* Ice.framework in Frameworks */, + F869B860A850A6A7C4A05A61 /* PromiseKit.framework in Frameworks */, + 32A54E7D2043A61789FF6C74 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9003E7F8ABF78E74925E3416 /* Frameworks */ = { + 7D6A7BD3EC7C87EA7813BACF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 08FBC794701702AC1FDF970A /* Foundation.framework in Frameworks */, - 7E9E7C70A0E7AF9EF8D28D33 /* Ice.framework in Frameworks */, - B101FFD717955AA082157F31 /* PromiseKit.framework in Frameworks */, - 4A33A8015F0DCECBAB425987 /* TestCommon.framework in Frameworks */, + D8FCBF672AD7D26E3FBE1441 /* Foundation.framework in Frameworks */, + 27F2067F556C88D9F6511B88 /* Ice.framework in Frameworks */, + 4B3AA8CDE0C4F0B226C9A740 /* PromiseKit.framework in Frameworks */, + 559AFE6C0F1BB3926E726590 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9021B1A3346F81BD6664D9CC /* Frameworks */ = { + 800B845171FEDD3A87EAED65 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - C966EE449374DC651A3B4FD3 /* Cocoa.framework in Frameworks */, - 0D190F3F5FA692C4A4BE06A2 /* Ice.framework in Frameworks */, - 7610E135E308D14778B30C9B /* PromiseKit.framework in Frameworks */, - D05BA93296DA4FB74FC194F3 /* TestCommon.framework in Frameworks */, + C17E019CAFDCBC9373DBFC2D /* Cocoa.framework in Frameworks */, + 384B8163594130E502BC0A8E /* Ice.framework in Frameworks */, + DC18553275DDFC05AD0E58EF /* PromiseKit.framework in Frameworks */, + 51B2E817B7ABBCA9B3E33995 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 942B06603895A5ABD2B09F02 /* Frameworks */ = { + 80175F7022FDEDD1CE4BA945 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 08578E782388AA108AA418D6 /* Cocoa.framework in Frameworks */, - 507BCEACCE15E37DA3B2DCC8 /* Glacier2.framework in Frameworks */, - A3BBC425C097F51F8C7DC4F0 /* Ice.framework in Frameworks */, - 3D18A6604AB7BF021B96BEAE /* IceGrid.framework in Frameworks */, - 8DAC4306CCB2E3C8BC7F3B59 /* IceStorm.framework in Frameworks */, - 69965F3AAB129950A4A53201 /* PromiseKit.framework in Frameworks */, - 0DDD719189CD68D4FA4B1C24 /* TestCommon.framework in Frameworks */, + D3625A918BF7626B31EAB778 /* Foundation.framework in Frameworks */, + 8721FC2F895082F83567E6CA /* Ice.framework in Frameworks */, + 71FC314B8BD32C81B5E17BB4 /* PromiseKit.framework in Frameworks */, + 40D1C0FE19CEE9214EA9D7C0 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 95A38F4A81B99364DBA1D892 /* Frameworks */ = { + 81E99068ACF03C3BD6DC3E49 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 6D0D655F5A8B86F24B22D137 /* Foundation.framework in Frameworks */, - 7BB3DA63030BC39DBAF907A5 /* Ice.framework in Frameworks */, - E97F1992A98787B4D35BF8AF /* PromiseKit.framework in Frameworks */, - EE709ECDFA9D05EEA2C78A02 /* TestCommon.framework in Frameworks */, + B31369A410E5C86BE8DA7D94 /* CFNetwork.framework in Frameworks */, + FAA5110BDD591E7174E86E92 /* ExternalAccessory.framework in Frameworks */, + B88A4E0C6DF86975B6A176C1 /* Foundation.framework in Frameworks */, + 50A8547F08BE71E8B6B44CF8 /* libIce C++11 iOS.a in Frameworks */, + DB832A5C54C3DFF4DEECC945 /* libIceDiscovery C++11 iOS.a in Frameworks */, + 88F6EFB566662F5934362E5D /* libIceIAP C++11 iOS.a in Frameworks */, + 3BD18DE6F2F1DF7CE8C71FA4 /* libIceLocatorDiscovery C++11 iOS.a in Frameworks */, + 2774F9AC0BEBA7C4C2B52732 /* libIceSSL C++11 iOS.a in Frameworks */, + 9E31D696BF2602020A14C5B1 /* Security.framework in Frameworks */, + 4F208893385AC7DC56DA0735 /* UIKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 96527F629FBD38C570284BEB /* Frameworks */ = { + 843AFA90BBEC3F15426B2FAA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - E49A5AA04B7755565C140EC3 /* Cocoa.framework in Frameworks */, - 070F23A7A83217EA9E8E933F /* Ice.framework in Frameworks */, - 2BF158090661D3959492CF0F /* PromiseKit.framework in Frameworks */, - FCACAA5C0B4251A8640936D3 /* TestCommon.framework in Frameworks */, + 19B31F6EF6CC131AF54DBA40 /* Cocoa.framework in Frameworks */, + 4435245D42F4D26667746622 /* Ice.framework in Frameworks */, + D91B8A80920CCDFA300B9CDF /* PromiseKit.framework in Frameworks */, + B2E043DE82289E1AAF0C4D6A /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 994902234B10348D6352CB0F /* Frameworks */ = { + 888DA7A1B18B3477B54CC4A0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D792FE14A1965ABADC3A1C17 /* Foundation.framework in Frameworks */, - 0D0C09E831C6BE32871E25D4 /* Ice.framework in Frameworks */, - 17635AD48CF4A14CAA9E8245 /* PromiseKit.framework in Frameworks */, - 5122AC4A6A807AF357DAE5D2 /* TestCommon.framework in Frameworks */, + B77E2A9536558F0632984FAD /* Foundation.framework in Frameworks */, + C57F1FF8EC63A2734554AE96 /* Ice.framework in Frameworks */, + B5AF5A2EB7809633E7FD1B61 /* PromiseKit.framework in Frameworks */, + 2377FEC2C5D17BE88FA9CBD9 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 99EAD043E8A6263026A0D464 /* Frameworks */ = { + 8B30D28ADA04D65C86C697A7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 04D9BBEC8AB21C02E31D82F1 /* Foundation.framework in Frameworks */, - 702A78E67F43BE1ACA47DB62 /* Ice.framework in Frameworks */, - 246F1BE841A5D8E99D7F7924 /* PromiseKit.framework in Frameworks */, - 5E8DAB7DD7D20CD5BBDFD273 /* TestCommon.framework in Frameworks */, + 8150C70744CD88C97EBA51D3 /* Foundation.framework in Frameworks */, + 58500C37A8FC022BD1EACEF1 /* Ice.framework in Frameworks */, + FDC36CE4090887A3CD928DBE /* PromiseKit.framework in Frameworks */, + D039A9FF566D7F11E548B9B9 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9DD3FF2FD00DB96FC3C571D4 /* Frameworks */ = { + 96E099CA6659FAB240E5325D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 83F5FE307FF7A80F3512EC8E /* Foundation.framework in Frameworks */, - FF5DB43DF5A9937C170A05BA /* Ice.framework in Frameworks */, - 286F8E6BB10CA4E5E8A1CB68 /* PromiseKit.framework in Frameworks */, - FD80516494B81A0CBD6313E3 /* TestCommon.framework in Frameworks */, + C582E143B0DD0CD0A1C932B6 /* Foundation.framework in Frameworks */, + B7EE100B4AF7F91716CFC3C3 /* Ice.framework in Frameworks */, + 4974B5E7FBA79763ACF63199 /* PromiseKit.framework in Frameworks */, + 49619274CB3F967D4776392A /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9F6122D2788A29BF69732850 /* Frameworks */ = { + 98421F6848F1E45E9FA9998A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 941B6F60466D15C48E91130F /* Foundation.framework in Frameworks */, - F1AE0291E1335C75A11C0514 /* Ice.framework in Frameworks */, - B848EB34FA9D17F1CFFC09DD /* PromiseKit.framework in Frameworks */, - FC67E57DE6D679C110C5F4AA /* TestCommon.framework in Frameworks */, + CDA550F09708407DE924F6F3 /* Cocoa.framework in Frameworks */, + A01D850187B89DB0ED7FF3CC /* Ice.framework in Frameworks */, + 5CC9DCED562661BDEDDDBAFC /* PromiseKit.framework in Frameworks */, + 883C97E14D123D99CFEAFF84 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - A117D16CB6B0F11B4EB0AF40 /* Frameworks */ = { + 9B12923C25DF229805EABA29 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 37E3244DB25224FE5AA2B74C /* Cocoa.framework in Frameworks */, - CDC5BCCCE601B05AE726F85F /* Ice.framework in Frameworks */, - 9D4A0DD82D14CCFB9F4DBA2D /* PromiseKit.framework in Frameworks */, - A3AA3B8025CB52C4754F4C70 /* TestCommon.framework in Frameworks */, + F93F9369B22FFB429A0DB86A /* Glacier2.framework in Frameworks */, + BC06EC2C7C4EDB05CC11D063 /* Ice.framework in Frameworks */, + 1F411263E82EB11DE67EC575 /* PromiseKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - A19EF530C3E1DE38C2FA6756 /* Frameworks */ = { + 9B9792D49C876A7347942467 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 641D0456C40B69D9D3DC0BA5 /* Foundation.framework in Frameworks */, - F1CDF76CE154BE607728E813 /* Ice.framework in Frameworks */, - 95CD0918803FBF2E03897442 /* PromiseKit.framework in Frameworks */, - AA67E5458A7D5DEBAF7465FF /* TestCommon.framework in Frameworks */, + 96D8040D520EE831043E5815 /* IceImpl.framework in Frameworks */, + 3089AC1872478C45DBC719E0 /* PromiseKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - A3769296E0FA934EF8131786 /* Frameworks */ = { + 9CA0C2DBF81C382774B314B5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 3609DC1528130C62694E9B2B /* Foundation.framework in Frameworks */, - 422362AD94FF66AE1B1EBD2E /* Ice.framework in Frameworks */, - A362D3C19E3CBB373AAB6247 /* PromiseKit.framework in Frameworks */, - F285BDCDAB4109D121FF3D01 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - A4D57F68CF38BF49A3C79436 /* Frameworks */ = { + A066E72F3E6674AF4ED1F69A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D692D1ACBD3C3141DA6A176E /* Foundation.framework in Frameworks */, - 69DC4EE00B8D1F697A88454E /* Ice.framework in Frameworks */, - 3A852D0C702BDC9E06A324DC /* PromiseKit.framework in Frameworks */, - D0642ECA9AE6AABB7E86AF14 /* TestCommon.framework in Frameworks */, + 0B962E8BDEFF9C3D019C8F22 /* Cocoa.framework in Frameworks */, + A51850C3423E0C8FDCF31570 /* Ice.framework in Frameworks */, + 73A0AC170D3ED047F19743CA /* PromiseKit.framework in Frameworks */, + 38BA54FCFEEE862565DEB2A5 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - A54767D6B687B1D6D43DC015 /* Frameworks */ = { + A26D79DEA57458B5811A7051 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 9B3704CC5969F0561CC69682 /* Cocoa.framework in Frameworks */, - CEAEF3A33CAEF30D6DD3D2CA /* Ice.framework in Frameworks */, - 6F1F19FA57D2116F52028F1A /* PromiseKit.framework in Frameworks */, - 951AA7E9C9B9F04E39C87636 /* TestCommon.framework in Frameworks */, + AE7E9E680BC78B456688DD56 /* Foundation.framework in Frameworks */, + 1D50F427AF2E11BD3DDD63AC /* Ice.framework in Frameworks */, + 3C9511ADE7E251D6E0C8A183 /* PromiseKit.framework in Frameworks */, + 3EE33530C5014AA1DE0E7A78 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - A57502322C6FC3957D9C67F1 /* Frameworks */ = { + A3C3DEC6FB92DD22CBA04668 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 69E6B8C1985631635664264C /* Cocoa.framework in Frameworks */, - 210B9FA642A0A5B087DBB948 /* Ice.framework in Frameworks */, - 645E3CD3A105EA972FCF9C84 /* PromiseKit.framework in Frameworks */, - 475A0C5FF2F6F36BD23AD9A2 /* TestCommon.framework in Frameworks */, + 76CBFA89EA01248BC2866058 /* Cocoa.framework in Frameworks */, + 2BEB0813624429E8BECC80F6 /* Ice.framework in Frameworks */, + 22C5D05202FD34157B5CC3CF /* PromiseKit.framework in Frameworks */, + BF22A3423FF2D9E16B06E308 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - A753111DE58681D41E733C09 /* Frameworks */ = { + A524CDDFDBA3F96B42CED6C4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 4BF230089CA6C62E193B711E /* Cocoa.framework in Frameworks */, - 6BE6D53D3C247BAE76D48B61 /* Ice.framework in Frameworks */, - E6903C7FF65A28BE3C9CE2D9 /* PromiseKit.framework in Frameworks */, - 8A123C12253E71E1565C1CAD /* TestCommon.framework in Frameworks */, + AD35A27CC975C8DC2AAFF462 /* Ice.framework in Frameworks */, + F5A2AE459C0E478BC9B73AE0 /* PromiseKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - A8FE3B6F18843BA9773C3889 /* Frameworks */ = { + A76577E94CAA8F61FD419798 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 7096F3B2C4BDD831DB185F05 /* Foundation.framework in Frameworks */, - F0FAA5CE5C76C22B95B12EB2 /* Ice.framework in Frameworks */, - 5422B72FD044AC2EDE42E4F2 /* PromiseKit.framework in Frameworks */, - FAAD7FAFCD0B0EFDB631DAB6 /* TestCommon.framework in Frameworks */, + 3DB42357FE272D6D4CCE14E3 /* Foundation.framework in Frameworks */, + 89FB1D147B2A727D98A39D94 /* Ice.framework in Frameworks */, + 2368EAC4005E88092E208F16 /* PromiseKit.framework in Frameworks */, + BD165A7DAE0521E521F34927 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - A981E1789FC2F1ECDA437B8D /* Frameworks */ = { + A81551C0E54F57F592B1E0F3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - F555321CDFB54678E3C84DE8 /* Foundation.framework in Frameworks */, - 103C4A5501203982C2AC93E7 /* Ice.framework in Frameworks */, - D03E3D924DD3594153214FA1 /* PromiseKit.framework in Frameworks */, - B07DC275CDD549A4238B08AA /* TestCommon.framework in Frameworks */, + D2B9047D155E9ADD3E84F35C /* Foundation.framework in Frameworks */, + E8CC7598A9DD80EFC8B5C18D /* Ice.framework in Frameworks */, + D582724378CCBBF262DF4454 /* PromiseKit.framework in Frameworks */, + 70D5E02281D792AB10AE938B /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - AA26AA027EB8D284241A9FCC /* Frameworks */ = { + A83C65B44517B5DCFEBC391F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 9E24973430D1253288A57028 /* Glacier2.framework in Frameworks */, - 07B91ACF7E935DEC13E43113 /* Ice.framework in Frameworks */, - A2A698A59B090783968F665E /* PromiseKit.framework in Frameworks */, + 1010D414C18ED29C28C9392B /* Foundation.framework in Frameworks */, + FFC02534E0E3A2B2954A0A17 /* Ice.framework in Frameworks */, + 3B32B4B10F7E3827897A0779 /* PromiseKit.framework in Frameworks */, + 5198A3F86F384DC15AA3C085 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - AB4A76C40BA0B207AADACBBC /* Frameworks */ = { + AB726046BE6A710538CF9DB0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - E2C9726B7BF0E0EE9B35D005 /* Foundation.framework in Frameworks */, - DCBBDC460849B88FA4A67E24 /* Ice.framework in Frameworks */, - 6D52E97597EBF227D6A805EF /* PromiseKit.framework in Frameworks */, - BB5365C53DFCF68707D74514 /* TestCommon.framework in Frameworks */, + F2D8D1AA64B296BD12E1F71F /* Foundation.framework in Frameworks */, + 4D8FFFED9DC9D9243EEB71F6 /* Ice.framework in Frameworks */, + 44FF857D1A2538F7B7C00DDE /* PromiseKit.framework in Frameworks */, + D422409FEFFB97CB6E1D2E8C /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - AC1C8C72E795C492C14F4E4C /* Frameworks */ = { + AF2F49D715ECACBF77170734 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + A6B371019CCC483606AD0795 /* Foundation.framework in Frameworks */, + 27180637F7EFAFD7623803C8 /* Ice.framework in Frameworks */, + 1D0A98EE6E96160B3A25EC9C /* PromiseKit.framework in Frameworks */, + ABA21FEBEFF28BA57DE6573B /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - ACC8B55DF8FA9977CC6D0D2D /* Frameworks */ = { + AF8A22D89EA124C6610D99D4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 31A8AC1A8BFBBCC2D854C264 /* Cocoa.framework in Frameworks */, - E88D5BF7FA43CBCB28D4C092 /* Ice.framework in Frameworks */, - F1F37F2925A2B2BDC2A3B481 /* PromiseKit.framework in Frameworks */, + 0E2A3531A414BCB4829C9245 /* Cocoa.framework in Frameworks */, + 6298C2C46861B8B50A53B9F0 /* Ice.framework in Frameworks */, + 510EA41B3ACFCBB7663E6643 /* PromiseKit.framework in Frameworks */, + 458E71C67AF507D93C21DCDD /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - AD4F4CB63DBDB7F129007AE3 /* Frameworks */ = { + B98E7E953A528CB703135C6C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - DF98B83AD56DAED32946B3F1 /* Cocoa.framework in Frameworks */, - 591AAD549A77862354979563 /* Ice.framework in Frameworks */, - 7BDA813DBB9182EF4C94185A /* PromiseKit.framework in Frameworks */, - 8A8A18ADC160B23773FE3DF6 /* TestCommon.framework in Frameworks */, + 0B0A43E7879302023DF8CFA3 /* IceImpl.framework in Frameworks */, + 5D04681A9E9F98A355D401D5 /* PromiseKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - B315A6216150677028FB64C4 /* Frameworks */ = { + BB969DB604837680075F11F2 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 842F3A3576BB57E06E22DE1E /* Cocoa.framework in Frameworks */, - 0C7B7D8C7C3BD726795D1B88 /* Ice.framework in Frameworks */, - DF98826CB59243196A512131 /* PromiseKit.framework in Frameworks */, - DF292F7E2F12385374624361 /* TestCommon.framework in Frameworks */, + 31C33C32BEC04376260DA6FE /* Cocoa.framework in Frameworks */, + B3F1101976FC86F3B18366CC /* Ice.framework in Frameworks */, + 21C357D182691EEEAB783CEB /* PromiseKit.framework in Frameworks */, + 8765933E7F4A309715A98663 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - B4040D21010DAA241EEBEB00 /* Frameworks */ = { + BFF0E6E7BBF002D1690BBED1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - BD009D1C3D28BA3D23B921E0 /* Foundation.framework in Frameworks */, - 295870F9AF7D2CFAEC348D8C /* Ice.framework in Frameworks */, - 95144BF9DD56B865BD22C6A6 /* PromiseKit.framework in Frameworks */, - 3AD2EE56ED7DFC3CE89EC863 /* TestCommon.framework in Frameworks */, + F3E9FF51DA6723F76C816591 /* Foundation.framework in Frameworks */, + 5A9E5C91FD24B0BF49F62383 /* Ice.framework in Frameworks */, + 4144A92A89802E5EC5E10179 /* PromiseKit.framework in Frameworks */, + 6435B48AEA9AFA4B39C5D96F /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - B5D75EE6A945817083B1F9B2 /* Frameworks */ = { + C267DD781BB4D6A507C36ADB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 63A83E271B17011FE865F06B /* Foundation.framework in Frameworks */, + 45D3FC954EF3B5312D0171A0 /* Ice.framework in Frameworks */, + AB0549F5A3BD1EE9AD8AB95D /* PromiseKit.framework in Frameworks */, + 6F92FC0B1AC6F14F5EFAF42A /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - B8BA60EB45030576751F7639 /* Frameworks */ = { + C480559CDB3BC4B7E6762172 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 182110CDB182B55181715A3A /* Foundation.framework in Frameworks */, - C7522B1E91024743B8D8EA7B /* Ice.framework in Frameworks */, - 126615DF9EEA15AEEA606C3C /* PromiseKit.framework in Frameworks */, - CE03E1C0C922FF5EF55CAA87 /* TestCommon.framework in Frameworks */, + 46CC459D1B1EBE02D946DD57 /* Ice.framework in Frameworks */, + EA24C64B23489504C84E998D /* PromiseKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - C486AF67CC246A918FB5C197 /* Frameworks */ = { + C4CF53401E60F73D1D758599 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 0AFCCE1F38A00F95FB1F7E77 /* Foundation.framework in Frameworks */, - 09D353A86D8E3F079A5A993F /* Ice.framework in Frameworks */, - 9105E2B484ACD0352A0EED68 /* PromiseKit.framework in Frameworks */, + 63CD18029BB8471F361D482C /* Foundation.framework in Frameworks */, + 42F5658CCFB659FD8FD6E9F0 /* Ice.framework in Frameworks */, + CE49B4692D5447B2370530A7 /* PromiseKit.framework in Frameworks */, + CE1A4854A34058783C903634 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - CC48EFB87AFC9DF3FCE45461 /* Frameworks */ = { + C76332CCDE00309D9C69C813 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 67A57836F74ED59685782BB3 /* libIce C++11 macOS.a in Frameworks */, - E8B3E3B845F35FCB1804F890 /* libIceDiscovery C++11 macOS.a in Frameworks */, - C029ACD09973B212C2E86CA8 /* libIceLocatorDiscovery C++11 macOS.a in Frameworks */, - 5A14EFDE3490CAAAD9F9B4C6 /* libIceSSL C++11 macOS.a in Frameworks */, - B0B1E30237E9C8EED00E053C /* Security.framework in Frameworks */, + 870202B4532B2BBDC869FF7F /* Foundation.framework in Frameworks */, + 89CA77D390F1CC860481696F /* Ice.framework in Frameworks */, + 836E1F8408B11F30AF958ECB /* PromiseKit.framework in Frameworks */, + A17F5667030DC8A0F1917C6D /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - CFFB03AC029D68DFAC06B7A4 /* Frameworks */ = { + C7F8D6EF7588CF07F15BB368 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - CAB23F2FBCFFCF67146E68AB /* Cocoa.framework in Frameworks */, - E86A7801E4CD9A6627E109B7 /* Ice.framework in Frameworks */, - DEE8CA4CE097D6DA22B51E0E /* PromiseKit.framework in Frameworks */, - 553B2E2DAE326620AD68C5A6 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - D1D7BB229BA3B97ABA38AB2F /* Frameworks */ = { + CC642DBC9BDC1D9A59BC9B01 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 1C50CC357D87C84C047B12A8 /* Foundation.framework in Frameworks */, - 670910EF57FFF33D8FCF86B3 /* Ice.framework in Frameworks */, - 518EBD6687EAAD83A638040E /* PromiseKit.framework in Frameworks */, - 431E96CC63A157AF0218CA85 /* TestCommon.framework in Frameworks */, + 624EFF8B0F457A0B68107CF5 /* Cocoa.framework in Frameworks */, + 0C22B8EE8AFF64088FACC40C /* Ice.framework in Frameworks */, + 5709C71BB8133C04C1621FC3 /* PromiseKit.framework in Frameworks */, + 2648D97BC3FCD4431FC2FD7D /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - D51ADD59743005E715B9980E /* Frameworks */ = { + D34400341AC351EC60AA3DB1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 01CAB6B398F35C214C929628 /* Foundation.framework in Frameworks */, - 7048F78AF945BB3892CAD1BA /* Ice.framework in Frameworks */, - 3E04892CC42EB820A1DBC2B1 /* PromiseKit.framework in Frameworks */, - 474D5B51031C90635BC970B4 /* TestCommon.framework in Frameworks */, + 899C111E424AD9172DE9A3D5 /* Cocoa.framework in Frameworks */, + EC5B36D98A03A59E11A0AD72 /* Ice.framework in Frameworks */, + F2E352BC53507EAD8D3F5151 /* PromiseKit.framework in Frameworks */, + 5B269BCA239B4ED99F891ADF /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - D9D9012B52DB156085FEF779 /* Frameworks */ = { + D923E015F243BB794F926528 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 761F5877759F08407E760941 /* Cocoa.framework in Frameworks */, - F87E2FD0366EF22E6316114E /* Ice.framework in Frameworks */, - 6EBB43B7A80A54B108769929 /* PromiseKit.framework in Frameworks */, - 3A33DC0CB11751364AFBA8B3 /* TestCommon.framework in Frameworks */, + 62065739CC58E973CB1438EB /* Cocoa.framework in Frameworks */, + 70DE94E78978872F89E0C512 /* Ice.framework in Frameworks */, + A0C7D69AE27EBA4B8ADD9071 /* PromiseKit.framework in Frameworks */, + F9DE285364C59C6278A70A04 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - DA2D4B2D1E3E62F566444CD5 /* Frameworks */ = { + DA37E9D61FFB0412C80394A2 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 2636CAF6DC777A6207142E0B /* Cocoa.framework in Frameworks */, - DD6ADF11004505775729F79E /* Ice.framework in Frameworks */, - 7D93EECB5447130408E4F2B2 /* PromiseKit.framework in Frameworks */, - 97CCD2C2E4E52185B4C64547 /* TestCommon.framework in Frameworks */, + A429A70897A0514F6F969394 /* Foundation.framework in Frameworks */, + 46047AA7CECE56D9CCED5B9F /* Ice.framework in Frameworks */, + C56FDE3ABCA1C67DC47A5974 /* PromiseKit.framework in Frameworks */, + CC1225DB1ED5DC17FD50AFCC /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - DF30109A76026FFAE5D39D9C /* Frameworks */ = { + DA45644EBB7E263326096E33 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 58244766B43B69D0FF4A1BB0 /* Foundation.framework in Frameworks */, - 751DC217BCBCF88C025D4AA5 /* Ice.framework in Frameworks */, - 7FD150C9C97513A29DB132F8 /* PromiseKit.framework in Frameworks */, - 52385820D62018D130312AC8 /* TestCommon.framework in Frameworks */, + 50657197049A70C771BB12A0 /* Cocoa.framework in Frameworks */, + 2EB4AD067061B6552C00C3ED /* Ice.framework in Frameworks */, + 2512721AB71D533F2A8E978C /* PromiseKit.framework in Frameworks */, + E511D8DE42E818A3B02DCE3E /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - DFF0333079695C65648E0216 /* Frameworks */ = { + DC486054407DACBDBCBD5581 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 363B8BA8BB8C76B7A408CC49 /* Glacier2.framework in Frameworks */, - 9D3D8D5B4DCBAB48B563FFB1 /* Ice.framework in Frameworks */, - CF947AE8B703D6A082842D45 /* PromiseKit.framework in Frameworks */, + 849E83905F120728F6C2232D /* Cocoa.framework in Frameworks */, + 02270F3EE05A9CC2FE7CB885 /* Ice.framework in Frameworks */, + 597D346AA3E098969DECA66E /* PromiseKit.framework in Frameworks */, + AD272C2760218496192547FA /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - E2E27C927662CC964962833B /* Frameworks */ = { + DD3E0DD31D065B6C465845ED /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - A8DF53B64E7501001850F54E /* Cocoa.framework in Frameworks */, - 7C358989DD6020D8E268DDCC /* Ice.framework in Frameworks */, - 0C0E93AC1A1E0965797A28DE /* PromiseKit.framework in Frameworks */, - 2A780837A659F0227A63AD75 /* TestCommon.framework in Frameworks */, + 96F12F19E6078375F9283BAE /* Foundation.framework in Frameworks */, + 405408A9C539C08B7B52BB6B /* Ice.framework in Frameworks */, + AA797FD7C632ED542FE8CBCC /* PromiseKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - E652518EA8A643D0B94E5FEF /* Frameworks */ = { + DFBBA1F1A5A09D6A6862A6EB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 8A210ADAE4E978B58D1E7D7E /* Foundation.framework in Frameworks */, - B618D9F4F2CDD65521038E4F /* Ice.framework in Frameworks */, - CB1EC20CF550CD51D7E2C77C /* PromiseKit.framework in Frameworks */, - F9644C10739B6B4D208A01E1 /* TestCommon.framework in Frameworks */, + 81C5BCE82C5CCE497970E568 /* Foundation.framework in Frameworks */, + 5BDE97B4036F730136B855D3 /* Ice.framework in Frameworks */, + 269133D01F49AC38CAC845A4 /* PromiseKit.framework in Frameworks */, + 6E6919021DBDDB5B653A42A7 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - E653F953DFFD04DA66384928 /* Frameworks */ = { + E0D6D1953D0E0038E88FF5BA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 9BCAF4DC447B65DCD9E3A613 /* Ice.framework in Frameworks */, - 550B91A69A982DB430B9115B /* PromiseKit.framework in Frameworks */, + A654F427ACE785DF18234946 /* libIce C++11 macOS.a in Frameworks */, + D4919B4ACF6F7EF9EB768BEB /* libIceDiscovery C++11 macOS.a in Frameworks */, + 31145BF0CC4218CD1AFE280C /* libIceLocatorDiscovery C++11 macOS.a in Frameworks */, + 854B264450FA6C77423B9207 /* libIceSSL C++11 macOS.a in Frameworks */, + 0E72733D68DAB71C939AE469 /* Security.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - E6D57840F143EBB985E578C4 /* Frameworks */ = { + E6591F625181FAA06EE63420 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - A67FF11B556ADA03FFCFD71F /* IceImpl.framework in Frameworks */, - 8B47A6E1B2B8F1D2D99D66C8 /* PromiseKit.framework in Frameworks */, + 7D581A3A3F62F135E307E608 /* Foundation.framework in Frameworks */, + 1AF4DCF6A4A3FF61311EAC9B /* Ice.framework in Frameworks */, + BDEDE36B5E6305EB0320EC10 /* PromiseKit.framework in Frameworks */, + 9BD2C7E9A000545115F6384D /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - E7AA944DDCA009F7B0249466 /* Frameworks */ = { + E717C2DEC8C8797535B5F6A5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D279841B2A819340CA086AC9 /* CFNetwork.framework in Frameworks */, - E8D56C395A1BE6275BB7D0A6 /* ExternalAccessory.framework in Frameworks */, - 6AA731D717C9EF13D88F2D82 /* Foundation.framework in Frameworks */, - 799906B6312E34669138FC5B /* libIce C++11 iOS.a in Frameworks */, - 027A0E53E3E5D322516DB216 /* libIceDiscovery C++11 iOS.a in Frameworks */, - BC955149985A979EA61A648E /* libIceIAP C++11 iOS.a in Frameworks */, - 8926F764A3D465FAF1533978 /* libIceLocatorDiscovery C++11 iOS.a in Frameworks */, - B522D290EB08CF03E47CED1B /* libIceSSL C++11 iOS.a in Frameworks */, - 23E819C5DF01459B039BBC16 /* Security.framework in Frameworks */, - EAB961053D8BD165333E8789 /* UIKit.framework in Frameworks */, + 1BCF03C9AE7D20B3DD3DC7D3 /* Cocoa.framework in Frameworks */, + D99DFBE3BD612A274F19F8B8 /* Ice.framework in Frameworks */, + 0ECC4135430553001350C17E /* PromiseKit.framework in Frameworks */, + E32056D7FCDB7005107A2B3F /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - E87DAE29E9A3F84AEE841D9C /* Frameworks */ = { + F131CBA237D9810C201E5103 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 3D442EADDDA1043B23F011C1 /* Foundation.framework in Frameworks */, - 9D09F7A1C59252F32A2A7B4B /* Ice.framework in Frameworks */, - 45AB1B7D975860C6E684787D /* PromiseKit.framework in Frameworks */, - E89DC5DE2DCA2BFC241C8EFE /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - EAC241A19F47CC0A0B7E583E /* Frameworks */ = { + F685E8EB7819FEB5C6BE9145 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 6942C82CCD81BE809FAD5FE0 /* Cocoa.framework in Frameworks */, + A88A4806BE275F08676BC8BE /* Ice.framework in Frameworks */, + F059E5EF6B53A4B39660ED73 /* PromiseKit.framework in Frameworks */, + C1582351045D88B15BA286E9 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - EC4687FBF2A2B3050A0E63FE /* Frameworks */ = { + F6F3F1CE64CB57B9F050A15E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D462EF62BE3C2804D8347F4B /* Cocoa.framework in Frameworks */, - 07CCF8AD25B7F3E0DABE421A /* Ice.framework in Frameworks */, - DDF27ABB00DA00E6A9A9BC16 /* PromiseKit.framework in Frameworks */, - 4C90C9818ED9C79B0B33B74B /* TestCommon.framework in Frameworks */, + E02BFF76DE7D988E89A11932 /* Cocoa.framework in Frameworks */, + 5CE0BD39D1DBC2FCB4C5A729 /* Ice.framework in Frameworks */, + E655654D6A74E0DCEAF5B15A /* PromiseKit.framework in Frameworks */, + 65AA40346D04F6C1E5F44619 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - EE0D8F30F27DF1668FC58BD9 /* Frameworks */ = { + FA4273E60A9C8D2541414143 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 4F3D66370DC6A403F9B644D8 /* Foundation.framework in Frameworks */, - 375F3ABF31C795CA7F5247E4 /* Ice.framework in Frameworks */, - CDC31BECD34774D82B5B196C /* PromiseKit.framework in Frameworks */, - 314CA53964C3078FC9DAB035 /* TestCommon.framework in Frameworks */, + 4F319AA5CB93EB7E975FD435 /* Foundation.framework in Frameworks */, + 9B732D7B304A02228ED90878 /* Ice.framework in Frameworks */, + CFFB341013359D471CBA3C2B /* PromiseKit.framework in Frameworks */, + 7EAF2FB3FD32E6EB0F875328 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - F63870A7C545E5B50836039F /* Frameworks */ = { + FC763AA5E2950F8F9EF3F85F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - F98257B2F3A0B2FA37F0C92E /* Cocoa.framework in Frameworks */, - B1AFD4C1E57A96889199D005 /* Ice.framework in Frameworks */, - 0FEA2C1E0340B370F1143109 /* PromiseKit.framework in Frameworks */, - D18403F4FDF7F2929EC8D097 /* TestCommon.framework in Frameworks */, + E119D5BB9641FFB9A9B99AF3 /* Foundation.framework in Frameworks */, + 86071EEC2AD82846CE6FD67F /* Ice.framework in Frameworks */, + FCCC9EDDF23779093E9A95C3 /* PromiseKit.framework in Frameworks */, + 81F2C8E258772FCC6F4FDAE3 /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - F8E7F8E0C0888D2FE003A53A /* Frameworks */ = { + FFE0D8093E109708608BF69F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 22DD0D198A1FC07B3F63ADE2 /* Ice.framework in Frameworks */, - 534899169AE454CC3D002093 /* PromiseKit.framework in Frameworks */, + 612CFDEF4C40E8E960158B62 /* Cocoa.framework in Frameworks */, + 2419834A448298092A9ED714 /* Ice.framework in Frameworks */, + A2436D078D2C42DEE35FF51A /* PromiseKit.framework in Frameworks */, + E3CB1D439619B8CC82B03BED /* TestCommon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 0045D51198B7F51C5FAD6F57 /* hold */ = { + 12D1B3F891589C2E51C92884 /* servantLocator */ = { isa = PBXGroup; children = ( - 7BFE69B21E3A23EE5E0D196E /* AllTests.swift */, - B2EC56943E2E960F8F06DF13 /* Client.swift */, - 08BBE730BE94B3702A72D410 /* Server.swift */, - 691312B0CDD5A5BB1F5251A2 /* Test.ice */, - C64809E8DE211002EB5F3E34 /* TestI.swift */, + 0C04036EE8E5A76284A96FD8 /* AllTests.swift */, + 5C08D3DF5A77CA72C443036A /* Client.swift */, + 16C21EF08F8F86AB796A938F /* Collocated.swift */, + F326E1399D032CCF3B93C937 /* ServantLocatorI.swift */, + 4B5967A7F2F65B18116A6646 /* Server.swift */, + 7F124F70591CB0C2DADB911E /* ServerAMD.swift */, + F74EF68360EAD55CEA152204 /* Test.ice */, + 54CCFEB46C0CD6414D5E8620 /* TestAMD.ice */, + A738D71C178F4DB0E15AA176 /* TestAMDI.swift */, + F5FD29E1C6A385747EDDB470 /* TestI.swift */, ); - name = hold; + name = servantLocator; sourceTree = "<group>"; }; - 05DD631C2643915722996525 /* facets */ = { + 1505F2E6A605A5255A07BDB4 /* Slice */ = { isa = PBXGroup; children = ( - 2747277751E090BE7AB46462 /* AllTests.swift */, - A21B2DF8ACD05A0824CB9070 /* Client.swift */, - A84055AA218B4621B3EECB84 /* Collocated.swift */, - 3E55C000D03EE1188DED92CF /* Server.swift */, - CEFD4C0D0DC33D38124F165A /* Test.ice */, - D3F7641916F3AE9E31B425BF /* TestI.swift */, + C78E3E9F400D0EC5A9D5D4D0 /* escape */, ); - name = facets; + name = Slice; sourceTree = "<group>"; }; - 08ADCE44C5ECAD7448087BCE /* IceStorm */ = { + 186D6B62D4296AF2E698362E /* objects */ = { isa = PBXGroup; children = ( - 3C2152F0452F6E08095D9EB6 /* IceStorm.ice */, - 26EC18A9520A259775406247 /* Metrics.ice */, + F360FB36469486103208EF10 /* AllTests.swift */, + 066697357C2F99F437D9A18B /* Client.swift */, + 04EDB0F0BA682C2FF424CFBB /* Collocated.swift */, + B14342CD50CE63FA20C664DA /* Forward.ice */, + 090BAAA45F47C9445323FBCA /* Server.swift */, + B1EEC153D5E930BB125D0096 /* Test.ice */, + 3B4C8899F07C66D4601971F7 /* TestI.swift */, ); - name = IceStorm; + name = objects; sourceTree = "<group>"; }; - 0F55F28F8AF13C2E9C9EE8A3 /* IceSSL */ = { + 187C3873976FD98E74B4D746 /* defaultValue */ = { isa = PBXGroup; children = ( - 40586F7FCE20694EC93CBD93 /* ConnectionInfo.ice */, - 42A592138A08C5B9E09C7515 /* ConnectionInfoF.ice */, - EE2D5043FCAA28AC3A93D1FA /* EndpointInfo.ice */, + 5ACB1249917344592AF45E53 /* AllTests.swift */, + 3EF8BE4D068D0E24242A0857 /* Client.swift */, + B8F1B812584A40E0AF9355F3 /* Test.ice */, ); - name = IceSSL; + name = defaultValue; sourceTree = "<group>"; }; - 1126DFC2CBAFC45785064F1C /* IceUtil */ = { + 1C5277FF472C1F9DC8F6685E /* configuration */ = { isa = PBXGroup; children = ( - A48ED1088D1B85AA47DB9032 /* ConsoleUtil.cpp */, - CCA34E0FA00C302BD324FF9F /* CtrlCHandler.cpp */, - 7DEB4D650858D3B021B0B1DD /* FileUtil.cpp */, - 5EB8F6CE6D077F608EF6A4E9 /* InputUtil.cpp */, - EAE54D953BEB83BDB7917304 /* MutexProtocol.cpp */, - 5BDD899B3FCB355E85FE276A /* Options.cpp */, - 43EC8B48D5717CF386DB1A49 /* OutputUtil.cpp */, - 86DFDF2E1A6AFDE8698E910B /* Random.cpp */, - B522EC7CD5A41FFFAB703AA9 /* RecMutex.cpp */, - 05F4A79D9047F7D7887D4026 /* Shared.cpp */, - EED31D2E5F5290B098F44B2F /* StringConverter.cpp */, - DE28C931B9269D47B492F929 /* StringUtil.cpp */, - 585FBD2EF3DB58734ECBAF90 /* ThreadException.cpp */, - 256D66138A8CC9F4D9D69B04 /* Time.cpp */, - 57FE932C145933AA42A96E1F /* UtilException.cpp */, - BDB21F2609CB197466E7FE0C /* UUID.cpp */, + 4766DC4F7FDBAE84793C308D /* AllTests.swift */, + F264E8067503D55BED7B5103 /* certs */, + 91CF55DBBD63A0541CAD0591 /* Client.swift */, + CCDC970E3AB031130D44E44E /* Server.swift */, + 4693E0B55316360BC86190B8 /* Test.ice */, + B871F1D64D29C57373322AA2 /* TestI.swift */, ); - name = IceUtil; + name = configuration; sourceTree = "<group>"; }; - 188A5F1A46961271BB872DB8 /* IceIAP */ = { + 1F0B5AD2F53AE0EB6A5387CB /* stream */ = { isa = PBXGroup; children = ( - EF3EF8F522407D9EBA6ECD43 /* ConnectionInfo.ice */, - 3A0BBDBDB8D6EB85F55BF8CF /* EndpointInfo.ice */, + 04E3BA2F11C173204AC8A29F /* Client.swift */, + 99A8478360760DC9F2234C0D /* Test.ice */, ); - name = IceIAP; + name = stream; sourceTree = "<group>"; }; - 1AE1729D0247CF8B31F89790 /* properties */ = { + 210B734B186513B9DFC38B16 /* IceStorm */ = { isa = PBXGroup; children = ( - CFE5F53CE14ED91BAFDC81D8 /* Client.swift */, + C0F741A840F69A0861EC5770 /* IceStormSwift.h */, + 0761D11D8CD3B1E6DA21706F /* Info.plist */, ); - name = properties; + name = IceStorm; sourceTree = "<group>"; }; - 1EEA510A867F75C676511157 /* retry */ = { + 2234FE6075F49C3CE0CEA5A8 /* Products */ = { isa = PBXGroup; children = ( - F8A6E946E0BBE7D551087DED /* AllTests.swift */, - 216F5237DDCD3EA69D8B6F31 /* Client.swift */, - 683534EE4DFCF1E349F3CD36 /* Collocated.swift */, - 046B3BEDCE698DB359052309 /* Server.swift */, - 2C0776D1DF8EA9E7406750E1 /* Test.ice */, - 2AABC987567772DF18F8A00F /* TestI.swift */, + 08787E07ECBBF81BA7E22C2D /* Glacier2.framework */, + 12EAA83B93ECF707CFF068E9 /* Glacier2.framework */, + 57E670776F02770401862582 /* Ice.framework */, + 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */, + 7750A947BD26C809CEC6950F /* IceAcm.bundle */, + AAEFDCCC2FB43E9585B8F074 /* IceAcm.bundle */, + DBCF3F9ED7B862AE7F5A7BA3 /* IceAdapterDeactivation.bundle */, + 537A0A3EC88C4698CC05D830 /* IceAdapterDeactivation.bundle */, + 9B734B8487FB296EF60F7BD9 /* IceAdmin.bundle */, + A492FE3E5FDEFAEDCD2B1E9C /* IceAdmin.bundle */, + FEF76B051492631AB389F626 /* IceAmi.bundle */, + BF2D57E2C8B3BADFCA4DD0F6 /* IceAmi.bundle */, + 06A97CAF5BF9EDF83A7A930B /* IceBinding.bundle */, + 2D43F84DF455EAF429700CDB /* IceBinding.bundle */, + A47F59B5B545B02CE074601D /* IceDefaultServant.bundle */, + 27C65FB83EF7174F4EBE1C05 /* IceDefaultServant.bundle */, + 39FCB9ABE4676DEAC055721A /* IceDefaultValue.bundle */, + 2EC75DC75E45540877C66902 /* IceDefaultValue.bundle */, + 8ABF7DAED99C0C2AA49673C4 /* IceEnums.bundle */, + 13B98BD5DBE4039FCDF5A561 /* IceEnums.bundle */, + BF3F1507F6DCEA2C62861979 /* IceExceptions.bundle */, + 406C2C5ED9C8C12163338852 /* IceExceptions.bundle */, + 9C236898CB120B4EB12ADA67 /* IceExceptionsAMD.bundle */, + 1B7D41441CF62860BADD4A4F /* IceExceptionsAMD.bundle */, + 9ACE103351938653D9DE98A2 /* IceFacets.bundle */, + 6CBE610B4E91AF5BE0901636 /* IceFacets.bundle */, + 54F7D2F975A4FBB2424EEA1A /* IceGrid.framework */, + D4F167ECFE05813125EBCE9D /* IceGrid.framework */, + D2059F3CCF720F07B1C5B004 /* IceHold.bundle */, + 4A2036EF21BA8494C03DEEB4 /* IceHold.bundle */, + 230E865226DF4BF7A56733B7 /* IceImpl.framework */, + CA8CFB96B6B4D9E0DCB6626B /* IceImpl.framework */, + D5877EC7D1484866BC4704EA /* IceInfo.bundle */, + 2550950CE5CCA9BD55DB8E77 /* IceInfo.bundle */, + 1BA91DCA82413AFB36E03937 /* IceInheritance.bundle */, + 0E9FA5953E6E39B663775B90 /* IceInheritance.bundle */, + 2EEFE909B8B35BD3CA65CA4E /* IceInterceptor.bundle */, + 241C428F0CA3A976E9A20C29 /* IceInterceptor.bundle */, + B79058D9EEF5C7AD655C345D /* IceInvoke.bundle */, + 8CDACDF04DAE91F9760F8F85 /* IceInvoke.bundle */, + EE250FB5ED695D5347EE5B25 /* IceLocation.bundle */, + 96BB07A7A14ECC34531D28D1 /* IceLocation.bundle */, + 2BB41FC1694D6E5CA491E481 /* IceObjects.bundle */, + 36E091EA53FD5E0F69323FC8 /* IceObjects.bundle */, + 37B62CF90FEF61DA01C95D26 /* IceOperations.bundle */, + 5FBF395CE471A15BE7423088 /* IceOperations.bundle */, + 7E79346610CAAF16C2F6B918 /* IceOperationsAMD.bundle */, + CA823CB45CDDD0619C3B891E /* IceOperationsAMD.bundle */, + E247B42431D92ECD4963303E /* IceOptional.bundle */, + 8856945FF3EA9B46E94260E8 /* IceOptional.bundle */, + 4B202AF71C1F85C1477307ED /* IceOptionalAMD.bundle */, + 7655830D1CCF012087CD6B8F /* IceOptionalAMD.bundle */, + 8D0AAB59890B70DDE1C5004C /* IceProperties.bundle */, + 43F5FD8DEA9D9F467DE1EC06 /* IceProperties.bundle */, + 30F96A6ECF041D08DF447BEC /* IceProxy.bundle */, + F0C40C074128E804307D1C93 /* IceProxy.bundle */, + 0A3769C165F5CB6E6B59DAE1 /* IceProxyAMD.bundle */, + 70D662C3F09F9B55ABA5F956 /* IceProxyAMD.bundle */, + DC71DE64E8997AB52BA005AC /* IceRetry.bundle */, + E7932FBEB2A88D0068A8F9BF /* IceRetry.bundle */, + E76251FF35DC3A8D6189CB99 /* IceScope.bundle */, + CF46909B2B1E923361170825 /* IceScope.bundle */, + EE72212C85B7503F51F7FDC0 /* IceServantLocator.bundle */, + C8D07FA1402AF6F0B8891E4C /* IceServantLocator.bundle */, + 66D4AE21A93B53D320E0FEFA /* IceServantLocatorAMD.bundle */, + 398EC5E8D03D698348E4A21F /* IceServantLocatorAMD.bundle */, + 9C6ABE056F2DBE44003EC879 /* IceServices.bundle */, + 8D2F195418C56B0B2A0A0091 /* IceServices.bundle */, + 39FF39A1BFF6EEB275C0DC11 /* IceSlicingExceptions.bundle */, + 46AFCD142E30142E1A652748 /* IceSlicingExceptions.bundle */, + 4C5E9A2BD3C21F2AC20EA3CB /* IceSlicingExceptionsAMD.bundle */, + 45C4000FC5EC35D072C21B40 /* IceSlicingExceptionsAMD.bundle */, + 6010117507497A8A67F92B78 /* IceSlicingObjects.bundle */, + A1FFC0EA99BF6CE68C0B53B8 /* IceSlicingObjects.bundle */, + 48CC8CFF3AF62E45170EC1FF /* IceSlicingObjectsAMD.bundle */, + 2BECDB57F1E2AF055699B0D6 /* IceSlicingObjectsAMD.bundle */, + F31159630F9EFFD641D0B573 /* IceSSLConfiguration.bundle */, + B4EB1EC78203EF83233669F5 /* IceSSLConfiguration.bundle */, + 6171D7E79C0AF70DF0491DD6 /* IceStorm.framework */, + 556543EA184CD0544BEFEE7A /* IceStorm.framework */, + 8658E1233F292AB783508F42 /* IceStream.bundle */, + 550773FCC9C2C563A95E049E /* IceStream.bundle */, + 3ADA79CCEE640A239743C9A1 /* IceTimeout.bundle */, + F65B4E08F59312A867D28015 /* IceTimeout.bundle */, + DE92A3173F19D0FB54575188 /* IceUdp.bundle */, + 37653A378B0EFFBAE4AF88C8 /* IceUdp.bundle */, + B4A89CBF28826391B834A685 /* libIce C++11 iOS.a */, + 542B942F4E743D26AC316010 /* libIce C++11 macOS.a */, + 5B7699BED2B9E219E65B1803 /* libIceDiscovery C++11 iOS.a */, + A7EC5DC8EB34DCE757954409 /* libIceDiscovery C++11 macOS.a */, + E8D7C5B3A39A1199CCC8ED6A /* libIceIAP C++11 iOS.a */, + 2C55CD3BC27F51FD7F4C7E45 /* libIceLocatorDiscovery C++11 iOS.a */, + 5E4AE1ED69323FF484ADE8CB /* libIceLocatorDiscovery C++11 macOS.a */, + 3B58C8F4AD1B35D26BA8DD7E /* libIceSSL C++11 iOS.a */, + F080FE08CB87229BE953AFBD /* libIceSSL C++11 macOS.a */, + 7BD6D25C25CB51AB5F84B29B /* SliceEscape.bundle */, + 73F3B6B882A9689CBD9E96AD /* SliceEscape.bundle */, + 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */, + FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */, + 0E5E1340C4FAB57DE1F541D0 /* TestDriver.app */, + 7CEC8522E41EBDECD9FE936F /* TestDriver.app */, ); - name = retry; + name = Products; sourceTree = "<group>"; }; - 1F9A4AB1C9B3426E7210087B /* admin */ = { + 256F5C635A85A3D8A83F7C15 /* Ice */ = { isa = PBXGroup; children = ( - 8F9288909A1B05094F1BDD00 /* AllTests.swift */, - 151550A9E9AEEDB364C185C2 /* Client.swift */, - B9F68B8316C0AC7480B33A89 /* Server.swift */, - D663EDCD9BBDC0605BA5BB8D /* Test.ice */, - FB37392A42292C23B3FF9478 /* TestI.swift */, + ADFCD7B259D8774CF5F477EB /* AdminFacetFactory.swift */, + D34AAA24554A16DC0088D189 /* Blobject.swift */, + 0DD8C50CEFE99B3BBC5F5280 /* BlobjectAsync.swift */, + 226194B4B392E6D2B8BFD646 /* ClassResolver.swift */, + 198F642361403B040927A2F7 /* CommunicatorI.swift */, + C18AC86F9BBC6E53B4BCD670 /* ConnectionI.swift */, + FED3E3BBABE2D4D7D82C0A05 /* ConnectionInfoFactory.swift */, + 5B61FEFC5184B1080CF8E24D /* EndpointI.swift */, + 4A2B5133CB1F1464A4476F3F /* EndpointInfoFactory.swift */, + B5DBD636510025EF9E6448B3 /* Exception.swift */, + 26E52451240AADF06EB042C0 /* FormatType.swift */, + 24E3D618472D1B4F242B1FFA /* IceSwift.h */, + 1BA67B54BAE09563AEAE8E8E /* ImplicitContextI.swift */, + 5CE541C69D7A7E3A9C25F5EB /* Incoming.swift */, + F1942BD55BBF3E9037090365 /* Info.plist */, + 0678E9CBBFE5833B478344FE /* InitializationData.swift */, + ED9E749FBC36A2C539E8D251 /* Initialize.swift */, + 1A3B1EE30D7655078FB9E385 /* InputStream.swift */, + 75ECB207BA598B14E1683AA2 /* LocalExceptionDescription.swift */, + 0D6DDAFCC0DD5D588CBA226B /* LocalExceptionFactory.swift */, + 0999C5B3AC45AFA5C5003C8F /* LocalObject.swift */, + 88871122556A3E81A093508F /* LoggerWrapper.swift */, + 1EDE723619843543AC58C429 /* Mutex.swift */, + 14BB2B727C5656F9F563D5C5 /* NativePropertiesAdmin.swift */, + F58538B3B5EEEB2E2CF3C923 /* Object.swift */, + 16B92FBBAC92EA7589579592 /* ObjectAdapterI.swift */, + 4A339E22A9642819C894D581 /* OptionalFormat.swift */, + 9EF8165A3DEB6A8798E2FDDF /* OutputStream.swift */, + 9C2AE706E9118DFDB2B9CC58 /* ProcessI.swift */, + 856E71DFA5942114A4D18570 /* PropertiesAdminI.swift */, + C5E0E6C4CED2291D3E780BFB /* PropertiesI.swift */, + EDC287172B388B022A23E342 /* Proxy.swift */, + 1F6C0DF77E18415CE1C06E22 /* ServantManager.swift */, + 5D111B12135C0F68F142976E /* SlicedData.swift */, + BBF2E0A8413291474848FFC7 /* SliceFlags.swift */, + 4D36D9C9360F18237F07A66F /* SliceInfo.swift */, + 631B5FB718A2484FAF06A666 /* UnknownSlicedValue.swift */, + 1A9120D825BC28171356BA30 /* Util.swift */, + 6F657C07BEB26C8DE9C759C0 /* Value.swift */, + 186F61FE96750EFE80B202D6 /* ValueFactoryManagerI.swift */, ); - name = admin; + name = Ice; sourceTree = "<group>"; }; - 26E830A1E679F3791404D75C /* IceLocatorDiscovery */ = { + 275EA1FF02021BDD2AC5FD3A /* IceLocatorDiscovery */ = { isa = PBXGroup; children = ( - 6F2C2CB6EE1674AE657F4616 /* PluginI.cpp */, + E1FA3D5546EB97C489271834 /* PluginI.cpp */, ); name = IceLocatorDiscovery; sourceTree = "<group>"; }; - 287F099DAB8C90B12A2BBB37 /* udp */ = { + 2CC762F10ACFCE5C60B1B803 /* TestCommon */ = { isa = PBXGroup; children = ( - DF3381D97C9AF593493BD6F2 /* AllTests.swift */, - 9BBDE0170050281A43311948 /* Client.swift */, - DA8E7AB549DD5E558656166D /* Server.swift */, - CC241E2BF44F8EC4CF9EED84 /* Test.ice */, - C74DD38DA31A7AE6A9FF4196 /* TestI.swift */, + 8A180AC7EB3AC0305984D076 /* Info.plist */, + 876F7C1B9E5F85685B682199 /* TestCommon.swift */, ); - name = udp; + name = TestCommon; sourceTree = "<group>"; }; - 2973A3B41A1ABB9C79509185 /* location */ = { + 2F052DF803AB417719F520F3 /* Ice */ = { isa = PBXGroup; children = ( - 38F19B2F0DE56F48F274F63B /* AllTests.swift */, - 35ADBEA553972729DAC9222A /* Client.swift */, - A160ED5E7341AF3AE396EC3E /* Server.swift */, - 3DC741D277A9CF9B4C7EB934 /* Test.ice */, - 1358EB8E1BBEFB101628D640 /* TestI.swift */, + A08EC3E0CB9DF89A52F9F8FF /* ios */, + A5C389B62D06FC5FA7406112 /* Acceptor.cpp */, + 0079D2C077E262558506E1F5 /* ACM.cpp */, + ACA08242191BD5BBE2F18489 /* ArgVector.cpp */, + EC55F9E051B7B644D0B5D4BA /* Base64.cpp */, + 6585C321BF5E527D6E8559BE /* BatchRequestQueue.cpp */, + 1C5DDDD5A6E4D6934989EE4E /* Buffer.cpp */, + C72FA888BA7028259839CD9C /* CollocatedRequestHandler.cpp */, + 32B1B05B14FAE0F38AC0D289 /* CommunicatorI.cpp */, + 76C05CCA5F061EBBD82FA0B0 /* Cond.cpp */, + 972161156F5D17F05BB32E99 /* ConnectionFactory.cpp */, + 49C6073EA09B721A35B4C3D5 /* ConnectionI.cpp */, + B5F7B5B0FE8D468FE650E0CD /* ConnectionRequestHandler.cpp */, + 00699D5C4A48E365F6AA7539 /* Connector.cpp */, + 0EE61C3D7665D8538CB48B27 /* ConnectRequestHandler.cpp */, + 2677A689877B7ED81EC8A4A2 /* CountDownLatch.cpp */, + E8FDB7834C78F1B02D046634 /* DefaultsAndOverrides.cpp */, + 3F3C9F65F371422F97EF9D3B /* DispatchInterceptor.cpp */, + 57F3A70A7B64113E38AAA8D2 /* DynamicLibrary.cpp */, + DFAF62C943C91F3CA4B99F86 /* EndpointFactory.cpp */, + 765A7E7C3FE340769DE29B05 /* EndpointFactoryManager.cpp */, + EDE727F5EC2D5478DF953859 /* EndpointI.cpp */, + 346A785332113983E8B9F5C7 /* EventHandler.cpp */, + 171EDF891B10AB9D15639BB4 /* Exception.cpp */, + E6249EB5F46714249EEFFA7D /* FactoryTable.cpp */, + 91BA01A60625924B7AABFBFC /* FactoryTableInit.cpp */, + B00DBB970E733A41E031A98D /* HttpParser.cpp */, + 5AD9D0F1FFBF5227B50ABBE9 /* IconvStringConverter.cpp */, + 3E47E8D8179A2C627EA20AD2 /* ImplicitContextI.cpp */, + EE736ABFAAF3664F3DACCC78 /* Incoming.cpp */, + 0C1BD291AEA50BB53135FCF9 /* IncomingAsync.cpp */, + 57B5008A50BBD20B24B89A66 /* Initialize.cpp */, + 406812D662BE8200AC5863D9 /* InputStream.cpp */, + 703E47D026CB2A098F2D5F12 /* Instance.cpp */, + 1AB6127CED266C56DD516DA3 /* InstrumentationI.cpp */, + 33DA35F0A419C89C8697E1C1 /* IPEndpointI.cpp */, + 6D067049B0ED89A4A4005AD2 /* LocalObject.cpp */, + EFEF36E849937E99FB2EF066 /* LocatorInfo.cpp */, + 501412E739852DA2F6FFFBF7 /* LoggerAdminI.cpp */, + B6972749B3AE9A72B9A4388E /* LoggerI.cpp */, + AB0EACEA277212D58D08671D /* LoggerUtil.cpp */, + 2A510A3EC9A42BFA2E9CCFC1 /* MetricsAdminI.cpp */, + F2E8640593E6CD6893FFCE49 /* MetricsObserverI.cpp */, + CE7CF2CCF600E64539F80A50 /* Network.cpp */, + E8642903B4151BC47DD73999 /* NetworkProxy.cpp */, + ACE4AB2C6E1C7E38AE58A61A /* Object.cpp */, + 249744E883E59496C5C7F045 /* ObjectAdapterFactory.cpp */, + 1F12A729FDA4202510AE04D9 /* ObjectAdapterI.cpp */, + CF9763E53D2AA5C92E827F22 /* ObserverHelper.cpp */, + 9C75229A948E58D6702B25F2 /* OpaqueEndpointI.cpp */, + 48C234B0838FA1E63A53C463 /* OSLogLoggerI.cpp */, + 8484F5EB6C45C9C5B65D522D /* OutgoingAsync.cpp */, + 0B169B3121BC89B8F9998270 /* OutputStream.cpp */, + 36216BE59980BF5DCEEEC9FB /* PluginManagerI.cpp */, + 6A47DA444ECC8F6A8CE9E515 /* PropertiesAdminI.cpp */, + 50AC1D2DA32A240991BAD3B6 /* PropertiesI.cpp */, + 6A8BF389F8EB41C614FB1995 /* PropertyNames.cpp */, + D4279B5DC635CB4BA4AB8BB2 /* Protocol.cpp */, + 55465B98D35A0FA4146C1327 /* ProtocolInstance.cpp */, + 387D8FA5BDD052C3A0C09764 /* ProtocolPluginFacade.cpp */, + AEA9E213701DE0E029F757D9 /* Proxy.cpp */, + 994EF2C7D6D540F27CAB240D /* ProxyFactory.cpp */, + 3957F24FB65C098938F5DDF5 /* Reference.cpp */, + 41E4F02D575BA67F13900CD3 /* ReferenceFactory.cpp */, + A575F4E59021D3EFD29211EB /* RegisterPluginsInit.cpp */, + DAF77E4AA5F6CF87D992C8A2 /* RequestHandler.cpp */, + B48F636A1E1BDBA032F5F50F /* RequestHandlerFactory.cpp */, + BA41A29F9CDEE35B2724BB57 /* RetryQueue.cpp */, + 6D413C5529E810EE50B388E7 /* RouterInfo.cpp */, + 0DE506DB67D803BDAB2AD227 /* Selector.cpp */, + 05DC96DD4B58417ABA3E8196 /* ServantManager.cpp */, + AE1486CFB4AD67214EF68617 /* Service.cpp */, + 84125B79EF1B0867DB9BCBE7 /* SHA1.cpp */, + 841C7AA0CA55B874CFAE4B3E /* SliceChecksums.cpp */, + B63873AE6F4B2E65E9CF963B /* SlicedData.cpp */, + 731E09DC5804A35A7D993AB4 /* StreamSocket.cpp */, + 2185A224C6830E44D50F5E97 /* StringConverterPlugin.cpp */, + 7F196C0AE4983A538EE0DAC0 /* SysLoggerI.cpp */, + E9A8EEC1E2C97D9B93D027CD /* SystemdJournalI.cpp */, + 7A9C2DA5F6E6DF80864278E9 /* TcpAcceptor.cpp */, + 30AC36630FF731D39F724A0F /* TcpConnector.cpp */, + 57DA15CD527E92C581D7E568 /* TcpEndpointI.cpp */, + 617CC9B56CEA04EFF68D040F /* TcpTransceiver.cpp */, + F55AACAD0BF3539F13D93A67 /* Thread.cpp */, + 895F6A9DB4EA72DF8EC47F89 /* ThreadPool.cpp */, + FFF035F59BAAD71D565902C8 /* Timer.cpp */, + E7BC479B61F7A2AAEA294CA0 /* TraceLevels.cpp */, + CF14AACFA708056330EEBDCE /* TraceUtil.cpp */, + 89304EB2ED89BFCEB3837FBF /* Transceiver.cpp */, + EA8927FE7C1D255D5193DCD6 /* UdpConnector.cpp */, + 3E8F1BAB30EB3DE1E35832DD /* UdpEndpointI.cpp */, + 99EDCA0002CE56BA1CFF66D9 /* UdpTransceiver.cpp */, + 36534C64217D38126629D0F9 /* Value.cpp */, + 8697ACA3DD22F0A843E2501A /* ValueFactoryManagerI.cpp */, + CFF4ECE3B56F81947BBA7A47 /* WSAcceptor.cpp */, + C4757B61B68421D261171F68 /* WSConnector.cpp */, + E5FF37FAA6AADDC300958222 /* WSEndpoint.cpp */, + 0F8741A945D5FD3BBCD1CACD /* WSTransceiver.cpp */, ); - name = location; + name = Ice; sourceTree = "<group>"; }; - 2A2200DA248AF886E33E7EC0 /* IceGrid */ = { + 2F1D7E9FEB40B4A308320C46 /* Ice */ = { isa = PBXGroup; children = ( - 67123693C7FDBFFAD33965B2 /* Admin.ice */, - 871861C2E56A5F244AADCA40 /* Descriptor.ice */, - 9B9313EA6E03E9CBAED6F560 /* Exception.ice */, - 5E6ED0DEDEFB25384D9A4B55 /* FileParser.ice */, - 6CD890C2EA2EAC00F8503428 /* PluginFacade.ice */, - A46D118FBD00C2F98B7616BD /* Registry.ice */, - 9FB9CADB3BA499A2BC6881FD /* Session.ice */, - D6B0FF60805D86B3FF5DDEB4 /* UserAccountMapper.ice */, + C8A38A33BDE03C56727F43DA /* acm */, + 6195AAE92CCB366039A05EB4 /* adapterDeactivation */, + 41E74F01CE26CDCDC4E22BE1 /* admin */, + B9D835CC371DFB2EFA8EA26B /* ami */, + B73E59AA08237B4687E62C81 /* binding */, + 7F0FDDD4A37F8931CDB0601C /* defaultServant */, + 187C3873976FD98E74B4D746 /* defaultValue */, + 36871AB0E0DCBEA240769FDB /* enums */, + FE49F9D050DD8AF64EA34178 /* exceptions */, + 7C7C25D5529EA36FFD339015 /* facets */, + 9E63F7500151687DD1ABA51A /* hold */, + BDEC9F8418538E28C1029D13 /* info */, + DFEA200ED7B4A3305F2F811E /* inheritance */, + 5B669EC4D2AF99A0C811E9EC /* interceptor */, + BCCF87D3F35CD2CD78AAF9B7 /* invoke */, + 48FFCE7A7B239D4E5C34872B /* location */, + 186D6B62D4296AF2E698362E /* objects */, + EE365A67B1EEF47E2FAFCCDE /* operations */, + A6C064889CE5948E3C373E47 /* optional */, + D9B85997A71EE100FDA2897C /* properties */, + BD52BBE1030CA2E4F0D15621 /* proxy */, + 764CD98E2E549F9BD89DB9AF /* retry */, + E69242394653BAA0435E367B /* scope */, + 12D1B3F891589C2E51C92884 /* servantLocator */, + 6976DF478050F6EA5BC9E8FD /* services */, + 6FD4E881143A5E3C1C4BF028 /* slicing */, + 1F0B5AD2F53AE0EB6A5387CB /* stream */, + A4839E11082659B9A7B9DB48 /* timeout */, + 9994A8A6A576755AF88580D6 /* udp */, ); - name = IceGrid; + name = Ice; sourceTree = "<group>"; }; - 2A6BC14E8D8337BE143E961F /* adapterDeactivation */ = { + 36871AB0E0DCBEA240769FDB /* enums */ = { isa = PBXGroup; children = ( - FC01486A51C70BAB2757A9EE /* AllTests.swift */, - C5DFE54AACBA5E107C6C4771 /* Client.swift */, - 482ADDDAE326605221563865 /* Collocated.swift */, - E39A8E7977D2EB40393F8197 /* Server.swift */, - 0998EE224002219AAA26CA95 /* Test.ice */, - 4A002B1D7586F4132829E76E /* TestI.swift */, + 045A2AC462576933C5D3372C /* AllTests.swift */, + 94F7CF884DD65A7C8D9E7B97 /* Client.swift */, + B2F3875A021542DC74A37A3A /* Server.swift */, + 47E6E9DDEE9C114F9590727F /* Test.ice */, + E1582B85F98792A9AB789007 /* TestI.swift */, ); - name = adapterDeactivation; + name = enums; sourceTree = "<group>"; }; - 2DC10B0B0E42A2A8F097986C /* IceStorm */ = { + 3DB9BF51D2E49286D910E003 /* IceStorm */ = { isa = PBXGroup; children = ( - F214BC0DCB10521D7B304C2F /* IceStormSwift.h */, - A31DB8A45A289C695EE00D32 /* Info.plist */, + 9E6FD762B8EE17F25AB92511 /* IceStorm.ice */, + 7AA406D6131434316B161236 /* Metrics.ice */, ); name = IceStorm; sourceTree = "<group>"; }; - 2E480E299D1B34BE6E45077D /* IceIAP */ = { + 4141CF6BC15CDAF5B661C453 /* IceUtil */ = { isa = PBXGroup; children = ( - 41B2C5843CD02C4241D677D3 /* Connector.mm */, - BEC666A948109F3CE30994F7 /* EndpointI.mm */, - ED3EE5CEC3CB3AC01FE2D547 /* Transceiver.mm */, + 816F204970FA71E916731B87 /* ConsoleUtil.cpp */, + 134F8E87E53CD6B229BC30DF /* CtrlCHandler.cpp */, + B76766B45AAA1770FDA83362 /* FileUtil.cpp */, + BB35457C04D3DCB6CEF0C2F0 /* InputUtil.cpp */, + FDFD413A3438CD659CFA38A2 /* MutexProtocol.cpp */, + E7B8BD9F68506075D5BE1834 /* Options.cpp */, + 33DEB766BE1B968E045496A3 /* OutputUtil.cpp */, + 6653EEBA7B82687CCD8CB207 /* Random.cpp */, + 34EE24ECB0F7F4D5ED3A89D5 /* RecMutex.cpp */, + 35679339F096116212C6B362 /* Shared.cpp */, + 37F24CA57F4DDF8A375F9BBB /* StringConverter.cpp */, + 6B4BC2EC5A7B47F90E697263 /* StringUtil.cpp */, + C0981D0847B7975629A09B4C /* ThreadException.cpp */, + 7881DF72E5CECAB5BA65193F /* Time.cpp */, + 1FAE6FB698F2B5588F4AD2EB /* UtilException.cpp */, + 39895A960692FABFB1A4B71E /* UUID.cpp */, ); - name = IceIAP; + name = IceUtil; sourceTree = "<group>"; }; - 2E592A985F12B0A901B089D9 /* interceptor */ = { + 41E74F01CE26CDCDC4E22BE1 /* admin */ = { isa = PBXGroup; children = ( - F244D55CA2AAEE2568CF28A6 /* Client.swift */, - 924EEE6523184B018CD4931D /* Test.ice */, + 5E2235FE34A1650CB250FA02 /* AllTests.swift */, + 09C5F559CD79E3AD55F6301F /* Client.swift */, + 81397AEE40DE47172A387BCB /* Server.swift */, + 30A0931C065FE4339E6AD794 /* Test.ice */, + EE22C09BF10CB2135937D399 /* TestI.swift */, ); - name = interceptor; + name = admin; sourceTree = "<group>"; }; - 2E64D711F7EF83FFAB72F925 /* objects */ = { + 42E9374B0F7D3425992F59CC /* Ice */ = { isa = PBXGroup; children = ( - 98A939B9170258CDCC442218 /* AllTests.swift */, - 0C2BEA144C581335255317AA /* Client.swift */, - 4894F9D782271415746DD9BE /* Collocated.swift */, - F3FC42B9553F943E5A645CB2 /* Forward.ice */, - 22BD5843A87AA45F2991AF44 /* Server.swift */, - A32E595B8404D92857444BEB /* Test.ice */, - 2DA81240A40FD51B540D115A /* TestI.swift */, + 67A5FA6F3A55F6843FF8ABC4 /* BuiltinSequences.ice */, + 02E2AE52F78C5E920376F839 /* Communicator.ice */, + E2450102180E7CCB184D7239 /* CommunicatorF.ice */, + B648326FE39945FABDCA292F /* Connection.ice */, + BA0144B869B5F7E09B632BEF /* ConnectionF.ice */, + DA284FEAC5F6582C2B01289B /* Current.ice */, + 3ED7A5B862943472EC93139B /* Endpoint.ice */, + 019800CBCDD9BB41E9792964 /* EndpointF.ice */, + 270D7FA737E288C5BC07BB7B /* EndpointTypes.ice */, + 9F4B974925FBD7E025CCE1C3 /* FacetMap.ice */, + 01C4A5F84439D42231C5F62A /* Identity.ice */, + 5EDD12436470CD3929EC6636 /* ImplicitContext.ice */, + 63F4DB5DF3E91BAA4F3DDC39 /* ImplicitContextF.ice */, + C71C9F3856ABAB8698570335 /* Instrumentation.ice */, + A997B5C4684D429F902448A8 /* InstrumentationF.ice */, + 28BD9633A2438C0A0DAF75C2 /* LocalException.ice */, + C8809B3153A25BE29651A5CA /* Locator.ice */, + 7397E1BE97054793798930E0 /* LocatorF.ice */, + 012D50D57464FE0E372C418B /* Logger.ice */, + 49FB29764C5297C6955E139E /* LoggerF.ice */, + 3677EF4727F101838FAC53BB /* Metrics.ice */, + 20F1A149E28048A0C33B9934 /* ObjectAdapter.ice */, + F27DAEBBB1CADCDF20DDFF4F /* ObjectAdapterF.ice */, + FFF4DD93675388263770E715 /* ObjectFactory.ice */, + B5DE1C1D2B83084C772DB3A8 /* Plugin.ice */, + 90840B345A5BAC32F16356ED /* PluginF.ice */, + 2F602A7110DBD1E9D2F5DD4B /* Process.ice */, + 3D9AB5DB7C6A801A09E55EB5 /* ProcessF.ice */, + 5705638948FE72962DED632E /* Properties.ice */, + 7FB23FDAC1BBD0789B0D93B2 /* PropertiesAdmin.ice */, + 811B3D154A55C5A6CB26BABB /* PropertiesF.ice */, + 3D789CFCBC70ECC392CEE84A /* RemoteLogger.ice */, + D62B168D7B5C51F383C2850E /* Router.ice */, + 7FBE96203C7C352CF796A83F /* RouterF.ice */, + 8CCB6B2B465A92D6DE5B1278 /* ServantLocator.ice */, + 49A7D0B8E941B93F113CDE6C /* ServantLocatorF.ice */, + 1848A466900D458DD552047D /* SliceChecksumDict.ice */, + 6ECA422F1BE9E744B43E6F7E /* ValueFactory.ice */, + 72D3504A5503AADE273AF71C /* Version.ice */, ); - name = objects; + name = Ice; sourceTree = "<group>"; }; - 3A38AF0459F27EC38341A332 = { + 48FFCE7A7B239D4E5C34872B /* location */ = { isa = PBXGroup; children = ( - 9B2E61EDCBC75DC8CF32D6A2 /* cpp */, - 3CE066D4CCC34FC974CAF902 /* Frameworks */, - 5EF4D2D27D3C64B2B2F1A223 /* Products */, - EF717A58885582675B422C16 /* slice */, - 3B47DB10A2ED9974EA0291F0 /* src */, - FB7A57E5416EE7792CB5505E /* test */, + 491CFA07E82658BB5D8B4131 /* AllTests.swift */, + 90923A70699BE62BC95B9B43 /* Client.swift */, + A09CAA2BEFEE900CE6E76754 /* Server.swift */, + 77F7FC7A27CFC49ACE12A509 /* Test.ice */, + 27191DEDFABFB264B23860EE /* TestI.swift */, ); + name = location; sourceTree = "<group>"; }; - 3A684A3273E6EA1CC915DD73 /* IceGrid */ = { + 5B669EC4D2AF99A0C811E9EC /* interceptor */ = { isa = PBXGroup; children = ( - F34055389881F5CB5D170F21 /* IceGridSwift.h */, - 090F4D970E4B7A682B953E8D /* Info.plist */, + E64E70A2966528D8E174C0FE /* Client.swift */, + 3D1F9B14CAB3F74B6799D0E7 /* Test.ice */, ); - name = IceGrid; + name = interceptor; sourceTree = "<group>"; }; - 3B47DB10A2ED9974EA0291F0 /* src */ = { + 6195AAE92CCB366039A05EB4 /* adapterDeactivation */ = { isa = PBXGroup; children = ( - 46BAEACC3740FC054C788719 /* Glacier2 */, - 9389129B11C16B416E296D00 /* Ice */, - 3A684A3273E6EA1CC915DD73 /* IceGrid */, - 9E682AACCB82AC2DBFFE576C /* IceImpl */, - 2DC10B0B0E42A2A8F097986C /* IceStorm */, + 6DC13C965D68A9FBAC6891FD /* AllTests.swift */, + A6880BCBBFD27FFDBEC335F6 /* Client.swift */, + 9190AB416E232181591B5F3E /* Collocated.swift */, + D660A453F6AD09D8D5A3C035 /* Server.swift */, + 0C1F0A2DE57A909D0469A9DF /* Test.ice */, + 4BEC2C300C8B307B24184C90 /* TestI.swift */, ); - name = src; + name = adapterDeactivation; sourceTree = "<group>"; }; - 3CE066D4CCC34FC974CAF902 /* Frameworks */ = { + 6233497826863E116C3A774D /* IceSSL */ = { isa = PBXGroup; children = ( - 46BD7ED6C73B2273F8F69346 /* iOS */, - DA9D0A3E3180244167A38865 /* OS X */, + 1C5277FF472C1F9DC8F6685E /* configuration */, ); - name = Frameworks; + name = IceSSL; sourceTree = "<group>"; }; - 3DA367F7BA3F388262BDF449 /* configuration */ = { + 63C55B93F3F6F1D632D77500 /* test */ = { isa = PBXGroup; children = ( - 516C92124FA892676E5D6A5F /* AllTests.swift */, - 49EC35509D50485E4D125E08 /* certs */, - 021F8015AD71C44E65A933A6 /* Client.swift */, - 705846A6CCF6AC5E51C0778F /* Server.swift */, - 4FBE380022F8AF871D905127 /* Test.ice */, - 130DBC2ECA372111BF3D0FE0 /* TestI.swift */, + 2F1D7E9FEB40B4A308320C46 /* Ice */, + 6233497826863E116C3A774D /* IceSSL */, + 1505F2E6A605A5255A07BDB4 /* Slice */, + 2CC762F10ACFCE5C60B1B803 /* TestCommon */, + 6FD77A1BDF9EBA164A85F356 /* TestDriver */, ); - name = configuration; + name = test; sourceTree = "<group>"; }; - 424D9BE2D34DAB04DA0641B6 /* macOS */ = { + 6976DF478050F6EA5BC9E8FD /* services */ = { isa = PBXGroup; children = ( - 016754A2EE55D0D3F6776586 /* main.swift */, + 2F79391ECE86EBED9D3F7899 /* Client.swift */, ); - name = macOS; + name = services; sourceTree = "<group>"; }; - 46BAEACC3740FC054C788719 /* Glacier2 */ = { + 6B7C753B3B37DB4310B3B1C7 /* IceGrid */ = { isa = PBXGroup; children = ( - DD6CFA173AA7CAE8F9BB9318 /* Glacier2Swift.h */, - 473E2556F073800A14D5D541 /* Info.plist */, + D4C8E57BC68E8A797799DBE2 /* Admin.ice */, + 349BB22CAAB874B0DE1B0A12 /* Descriptor.ice */, + 98FCD7D2E69A4D79A1109F31 /* Exception.ice */, + 15C9939D7DF81B182E6D08E2 /* FileParser.ice */, + D63DF33431855CA6A853C632 /* PluginFacade.ice */, + B31A534D53DE06BEF47459A9 /* Registry.ice */, + C33E9FC34746D0CDD5144566 /* Session.ice */, + 64401D1F38BB01E7A5454A88 /* UserAccountMapper.ice */, ); - name = Glacier2; + name = IceGrid; sourceTree = "<group>"; }; - 46BD7ED6C73B2273F8F69346 /* iOS */ = { + 6C3E2FED5BF6D61C60BFAF28 /* iOS */ = { isa = PBXGroup; children = ( - AA1BA218D46790D0A43C0D0F /* CFNetwork.framework */, - C2FBCA63BB90D3BA458780B0 /* ExternalAccessory.framework */, - 1B03AEC12374AFE5137514E1 /* Foundation.framework */, - AE38986C8F644BE075D5F5A4 /* PromiseKit.framework */, - 18C4178D9C5802BCF63B2DF1 /* Security.framework */, - 1A25B3DCC35090CC87726491 /* UIKit.framework */, + F67CE6EA595F4AE4DF50096F /* CFNetwork.framework */, + 6F2FDCF84E326BC4C4E0AFF1 /* ExternalAccessory.framework */, + 0644400C36D238F4E8DFEA19 /* Foundation.framework */, + 325EDE4A212A98344F37FBD4 /* PromiseKit.framework */, + 23203745B94468CF83127CF6 /* Security.framework */, + A00131DA2F6211758502A851 /* UIKit.framework */, ); name = iOS; sourceTree = "<group>"; }; - 46C417CD1415050BFDA59B53 /* Ice */ = { + 6FD4E881143A5E3C1C4BF028 /* slicing */ = { isa = PBXGroup; children = ( - F92D562257D5D6BB250FBA03 /* BuiltinSequences.ice */, - E1EB97B26CF0A05CA4DD1621 /* Communicator.ice */, - 65924EBE16768F7D4F07B2BF /* CommunicatorF.ice */, - 5A33AFCB463500D3AC65ABC9 /* Connection.ice */, - 9CE912F9635778F067A7D851 /* ConnectionF.ice */, - 5EEC2BB0085B3839A982C439 /* Current.ice */, - 7A541D5894250F2572EBC910 /* Endpoint.ice */, - 9D9A3AA3C804CD937FA3EA95 /* EndpointF.ice */, - B6EBE9477CF104A79B247B49 /* EndpointTypes.ice */, - 1A5180F79960879D3E7BD4E9 /* FacetMap.ice */, - EABD8BFF9ACAA17ADE664322 /* Identity.ice */, - 2D45726D5333AF97C3001475 /* ImplicitContext.ice */, - FF79A8C33DA3EE6AEE6E95C9 /* ImplicitContextF.ice */, - ADC0709128F36F3D32F2E8ED /* Instrumentation.ice */, - 386A9C7E30E6E25CE9DC7120 /* InstrumentationF.ice */, - C36053D7848970D065779B25 /* LocalException.ice */, - 40882E0591F485B70A8A93E1 /* Locator.ice */, - 8BEA93BE8BB4C0A3C430135A /* LocatorF.ice */, - A6D55A894856A7A4B11975A4 /* Logger.ice */, - 8012493C9E937496C5528CAC /* LoggerF.ice */, - 32A1FA9E8C385F2FD45747A3 /* Metrics.ice */, - 2CED9DD620ECD580AF80AC44 /* ObjectAdapter.ice */, - D6C0F0A41221E464FCA71B6A /* ObjectAdapterF.ice */, - F57EDE31072DD97B687FD6B7 /* ObjectFactory.ice */, - 1086EBD475337961F0F47AA3 /* Plugin.ice */, - 252EC18E1DBB2B03E6C9B82E /* PluginF.ice */, - 7DCF9C52B5E7E459AB296FB8 /* Process.ice */, - 81F67F5C517BE8E73AF0F9FA /* ProcessF.ice */, - 5F104F592129B5EED7D13A75 /* Properties.ice */, - BBDBD9449474420693FF1A96 /* PropertiesAdmin.ice */, - 7447DF1712E43FCEE0DE0C97 /* PropertiesF.ice */, - 030B62F4809F1599A477321D /* RemoteLogger.ice */, - 8311E51460F02CEDCCC2E0D5 /* Router.ice */, - 2290FDD4932E0158934A51C7 /* RouterF.ice */, - 66E2CC93414D5DF879633DEC /* ServantLocator.ice */, - 8620C4F989EBB20EC41C60E1 /* ServantLocatorF.ice */, - 99AEF5EA46657B6ED564F874 /* SliceChecksumDict.ice */, - E36C9FCEF6BE15A700E6B655 /* ValueFactory.ice */, - 1B58F4A3F45E3C3D52CA5184 /* Version.ice */, + 904F35CED2054329EA3A8223 /* exceptions */, + BA8967E8BBE0081CB9AD5F62 /* objects */, ); - name = Ice; + name = slicing; sourceTree = "<group>"; }; - 4D61149B2F6753319B4562D9 /* iOS */ = { + 6FD77A1BDF9EBA164A85F356 /* TestDriver */ = { isa = PBXGroup; children = ( - A1228ACE5883BBDE5DB9E026 /* AppDelegate.swift */, - 697CA2394072F8648774DD55 /* Assets.xcassets */, - 8778E19B710D84FEB700463F /* certs */, - 60DD1557D39A446A7C197A63 /* Controller.ice */, - 757BCFFECED541AA81380645 /* ControllerI.swift */, - C1887A8014CE0B7178E095BE /* LaunchScreen.storyboard */, - 35F98A52CBFB081CF8F62F17 /* Main.storyboard */, - 5550C028A5CA2F19AE9BBE0F /* ViewController.swift */, + E0001C50839F58623D8F1994 /* iOS */, + C658398AF23FF3026F9BC93F /* macOS */, ); - name = iOS; + name = TestDriver; sourceTree = "<group>"; }; - 4EBCB9F55784FC7143003D4F /* servantLocator */ = { + 764CD98E2E549F9BD89DB9AF /* retry */ = { isa = PBXGroup; children = ( - B10414003AB3A4C756BE12F3 /* AllTests.swift */, - 3489CC4D16E32C66A2CF4946 /* Client.swift */, - E47FA88ED745A9DAE8A7433B /* Collocated.swift */, - 07EFEB2185782849895A8925 /* ServantLocatorI.swift */, - 4E6041DD06266F82CCC45A5D /* Server.swift */, - A80226BB40D2B2582EE932D7 /* ServerAMD.swift */, - 08605FFC3C3C7190D43620D4 /* Test.ice */, - 1B3BD606FB12E14CA380B0DE /* TestAMD.ice */, - 61BB8B31EDB778B56449BCAA /* TestAMDI.swift */, - 0E80B279B465F07BD1B2E865 /* TestI.swift */, + EEEB12B8007676FAB86F6450 /* AllTests.swift */, + B1C471BC152BC603A7C4372A /* Client.swift */, + 5E2F398C85D55C17A53C6D31 /* Collocated.swift */, + 171B79128788DAA5F22BE109 /* Server.swift */, + EF9E89D24457E210CD761201 /* Test.ice */, + 5E4A93BB77BBE70C3438AFFE /* TestI.swift */, ); - name = servantLocator; + name = retry; sourceTree = "<group>"; }; - 502B37AB103BAAF2712D2E60 /* IceDiscovery */ = { + 7C7C25D5529EA36FFD339015 /* facets */ = { isa = PBXGroup; children = ( - DD583224B0A73EEFF8C9D3B7 /* LocatorI.cpp */, - D5074646DD41C463AA3529F5 /* LookupI.cpp */, - 9A103D9B0D613BA27BA70374 /* PluginI.cpp */, + 122922B8E520D3DA63BF2C33 /* AllTests.swift */, + F2BD2242B9A5EB7834574185 /* Client.swift */, + 315E8D8AD6C8073D4921052D /* Collocated.swift */, + E76D7F9C98D0B3D0A0990B5C /* Server.swift */, + 1458AB8A043D728EC7DF7E6C /* Test.ice */, + FC8531C49E898908C59368B6 /* TestI.swift */, ); - name = IceDiscovery; + name = facets; sourceTree = "<group>"; }; - 55FA194F6C0707A130FF6AF5 /* operations */ = { + 7C7DD057ECEC61260C3D162F /* OS X */ = { isa = PBXGroup; children = ( - 5BB3D6DE7BCAD88301D74DE3 /* AllTests.swift */, - E89AB7F099EA4B6A42417ED5 /* BatchOneways.swift */, - AA796653BC8393442CE34EA2 /* BatchOnewaysAMI.swift */, - FBC3B3FBB0D99EA424246581 /* Client.swift */, - 617DC198990C65BA06059C7F /* Collocated.swift */, - FEC90CFB3D0770FA91FFBA62 /* Oneways.swift */, - A4BCF23A869478092BCFF0C5 /* OnewaysAMI.swift */, - 3E955AD011B6F4BA4646D19B /* Server.swift */, - BDBF83D4DC0C2124ED054B74 /* ServerAMD.swift */, - DFCE07AB54C0EBA8D0D49C47 /* Test.ice */, - 27A7A7FAB9B03D8750C72556 /* TestAMD.ice */, - 0E299874549F48F62C26744B /* TestAMDI.swift */, - B2CDAA62F5F389A9E4AAB94B /* TestI.swift */, - C0ED8092B568C08586D50023 /* Twoways.swift */, - 7EC2A41FCFC58F61CC6A5B4F /* TwowaysAMI.swift */, + 6033D421FD2E0FCD500B8ACF /* Cocoa.framework */, + 058188DA4615EAEF8E1362B1 /* PromiseKit.framework */, + D25C466300C1FE086E71FC38 /* Security.framework */, ); - name = operations; + name = "OS X"; sourceTree = "<group>"; }; - 5EF4D2D27D3C64B2B2F1A223 /* Products */ = { + 7F0FDDD4A37F8931CDB0601C /* defaultServant */ = { isa = PBXGroup; children = ( - 0B7D06FDBC23F045201055C2 /* Glacier2.framework */, - E29A6C42B64B3F08A6272045 /* Glacier2.framework */, - FEDE801DF913E78B6A10B933 /* Ice.framework */, - CC078A6B163093B069CC3574 /* Ice.framework */, - 32B7D7D705607DCE80163367 /* IceAcm.bundle */, - 63348156A5E1D8B7FFEE9B19 /* IceAcm.bundle */, - B39EEA1B79501BFBDE6D4FB2 /* IceAdapterDeactivation.bundle */, - 396643EBE6603A44FB8E3F18 /* IceAdapterDeactivation.bundle */, - C1D885D2E62E7E2C2BC3CDDA /* IceAdmin.bundle */, - 1721F2945AEC9675C0825DBD /* IceAdmin.bundle */, - 0E9D8AD11F058FC6FBDC9B93 /* IceAmi.bundle */, - E03E5B703015A0C1476E95EE /* IceAmi.bundle */, - 04FF201213545CBF661DCC0C /* IceBinding.bundle */, - 001DE80880ACC6CBBF0872DF /* IceBinding.bundle */, - 1399B361B8749DCC9E99F439 /* IceDefaultServant.bundle */, - DCDF43E420F298756306484F /* IceDefaultServant.bundle */, - AAC4F2ED79598C18ABCC6AD6 /* IceDefaultValue.bundle */, - 5210A2940A1371A42BDB84F4 /* IceDefaultValue.bundle */, - FB02149872CD39EE2A0E6C24 /* IceEnums.bundle */, - B2F4521C4BB2A8058C96F1F3 /* IceEnums.bundle */, - 3FDF9494E12C6BF03F42DA7E /* IceExceptions.bundle */, - E51C6623A73A0E56C6397017 /* IceExceptions.bundle */, - 4036F91E875139A061146E66 /* IceExceptionsAMD.bundle */, - 53C2C5BEB76C62EA1D0897E6 /* IceExceptionsAMD.bundle */, - 243B40DF7D571849E55F7059 /* IceFacets.bundle */, - 71C420C2E16773831D77865F /* IceFacets.bundle */, - F5DF7E474CA51C8DBB0C3939 /* IceGrid.framework */, - 9B9DD6B8FA13BCACE6FF4DA3 /* IceGrid.framework */, - C503BB7937D5A73C579AF77E /* IceHold.bundle */, - FF1FC1BA57B6F987602A51C6 /* IceHold.bundle */, - 79825E240B70744C296B607F /* IceImpl.framework */, - 09DB13F39CD054588CBC605C /* IceImpl.framework */, - 9CAB83AE38E9F9D1AFB6748D /* IceInfo.bundle */, - 896DD4E5A8D9033EAE4FE0E2 /* IceInfo.bundle */, - 46DE7FA80CA384D7CD16EEAA /* IceInheritance.bundle */, - 47F9B4D7248ADFAAB0CF96F6 /* IceInheritance.bundle */, - 2B691DB6AE37550F750E76F1 /* IceInterceptor.bundle */, - 80958598B0C2D941070077CF /* IceInterceptor.bundle */, - 266D2154CE4C53AB46CC81F9 /* IceInvoke.bundle */, - C0D91E857AA6934E8E94C1D2 /* IceInvoke.bundle */, - 89BE108849C181CA086DB498 /* IceLocation.bundle */, - D7F3AFD78C1E71EC8348A032 /* IceLocation.bundle */, - D345F1F51791EB43A92EEFC1 /* IceObjects.bundle */, - 0682DB16E8C684CB74810A34 /* IceObjects.bundle */, - 9B4E5C848FA411C20D6E7C7F /* IceOperations.bundle */, - C852970CEEDF2842C437C190 /* IceOperations.bundle */, - FE78D0354C9DA6724463336A /* IceOperationsAMD.bundle */, - 635AAEC8BC204DAA5C7B0CDB /* IceOperationsAMD.bundle */, - 35438BCE95667677C77B66BE /* IceOptional.bundle */, - 19DC95DD9878F7D0A870D937 /* IceOptional.bundle */, - 54F88D13C7A73BF747274451 /* IceOptionalAMD.bundle */, - 5254A9F97B7C0B338368D6CB /* IceOptionalAMD.bundle */, - 7D0B795849C1126A1862513C /* IceProperties.bundle */, - EFB2C8C91989C679C95A0D3F /* IceProperties.bundle */, - BE48EFA9435B97DE6B77A557 /* IceProxy.bundle */, - 97C222019E95394D972CE1A6 /* IceProxy.bundle */, - 455B4C00C0E3220676847308 /* IceProxyAMD.bundle */, - BC4E902701DE09BA37587528 /* IceProxyAMD.bundle */, - 6A3FB0064837A6D94340971F /* IceRetry.bundle */, - 1E4A6402493A919347EACCD3 /* IceRetry.bundle */, - A0525659203ABA6E617D5A03 /* IceScope.bundle */, - 298DBCEEE77A658684D9132A /* IceScope.bundle */, - 5916488CD6D0BC38E2FB8809 /* IceServantLocator.bundle */, - 818949F62DF9C52CEAC0CCA0 /* IceServantLocator.bundle */, - 9FA7801E5495B9E68AAC8464 /* IceServantLocatorAMD.bundle */, - AA8A1372FB4033FC7424CE8B /* IceServantLocatorAMD.bundle */, - BA8A2E09B6A3BA6CD80FC40C /* IceServices.bundle */, - CEB61745AE680259C17612AF /* IceServices.bundle */, - E8764E663849FA38044C7725 /* IceSlicingExceptions.bundle */, - 8D128C872087CD93AF56A3F5 /* IceSlicingExceptions.bundle */, - 453EA202540495CEEC58C2F8 /* IceSlicingExceptionsAMD.bundle */, - D957A3D3DE480CDE7EB2F2F9 /* IceSlicingExceptionsAMD.bundle */, - 15EA5A8E80383239E753C73F /* IceSlicingObjects.bundle */, - 606F06072FFCD573D8A837E5 /* IceSlicingObjects.bundle */, - 23872559EBD2CCAB5F990929 /* IceSlicingObjectsAMD.bundle */, - 0294E89F0F199DEED13D4C9F /* IceSlicingObjectsAMD.bundle */, - AF62B57B59493B21A4BA142B /* IceSSLConfiguration.bundle */, - A37AD351FE427D5C1AC14AE2 /* IceSSLConfiguration.bundle */, - B5EACE738D0F1E9ABD455400 /* IceStorm.framework */, - 7FD9FDAB649CB5D289461BEE /* IceStorm.framework */, - AB3DB4E7D59A8039A5F5A62C /* IceStream.bundle */, - F6110A99A26547AC7A0F46E2 /* IceStream.bundle */, - DC14D958B16055F6BE7DC03A /* IceTimeout.bundle */, - 41ECE05D0CF99B0291912549 /* IceTimeout.bundle */, - 45BF168798CB0C113B1288A9 /* IceUdp.bundle */, - 6F2A86B630351ED7F28B7F97 /* IceUdp.bundle */, - 3C15F7D9CB628CDF09F068EF /* libIce C++11 iOS.a */, - 862C279DD90C38C716F0D5DA /* libIce C++11 macOS.a */, - CF62C96B208DED1E58F41D18 /* libIceDiscovery C++11 iOS.a */, - 944CF48129916730A3008F88 /* libIceDiscovery C++11 macOS.a */, - A79B6FD00D20863D433A9E32 /* libIceIAP C++11 iOS.a */, - BBB2BCB0FFEA26FC6511DA1E /* libIceLocatorDiscovery C++11 iOS.a */, - CAC5C1136D3E8E963319D27C /* libIceLocatorDiscovery C++11 macOS.a */, - 121750135CD1807A5E2F54AF /* libIceSSL C++11 iOS.a */, - F99AFA690A3775861ED514BA /* libIceSSL C++11 macOS.a */, - EBC04B520724202C700B00B6 /* SliceEscape.bundle */, - F7B3A8662C397F87689E4C6F /* SliceEscape.bundle */, - 615839DFC604EFB5B960A43E /* TestCommon.framework */, - BA25F18E381C1A689D4198CC /* TestCommon.framework */, - 8958F909A57B28FB0E3AA207 /* TestDriver.app */, - 4D5928C02C3EB226CB477601 /* TestDriver.app */, + E9B6B5A00206984FF1E2EB41 /* AllTests.swift */, + 7477239AE0B3A910652B661E /* Client.swift */, + 1729E302013F875123D4C10D /* Test.ice */, ); - name = Products; + name = defaultServant; sourceTree = "<group>"; }; - 67143FEC128351C9D0CB16A6 /* defaultServant */ = { + 8609A460FFA8A98B4E1CE172 /* cpp */ = { isa = PBXGroup; children = ( - 429F58C9C012732AC2D29A88 /* AllTests.swift */, - FC27B09D966BD3902D8AAF02 /* Client.swift */, - 1FBEF835B1948D2A3C38DD72 /* Test.ice */, + 989CC21A39915C6087FBA965 /* src */, ); - name = defaultServant; + name = cpp; sourceTree = "<group>"; }; - 69162F161851E4B2515D0C4E /* Ice */ = { + 904F35CED2054329EA3A8223 /* exceptions */ = { isa = PBXGroup; children = ( - DAD32856DEA32B92BDB6750B /* acm */, - 2A6BC14E8D8337BE143E961F /* adapterDeactivation */, - 1F9A4AB1C9B3426E7210087B /* admin */, - A65EBC5677EE518A4D948C00 /* ami */, - EBA96C82C94CA646A7B49E63 /* binding */, - 67143FEC128351C9D0CB16A6 /* defaultServant */, - F31E08FD14C10D697BADBA79 /* defaultValue */, - D69E3DE6B9E4416C9424A716 /* enums */, - C010F003753FC1B39A10C08D /* exceptions */, - 05DD631C2643915722996525 /* facets */, - 0045D51198B7F51C5FAD6F57 /* hold */, - BB86020F9E1470C0D79D0E03 /* info */, - DD4313C37445F490E0AE57C1 /* inheritance */, - 2E592A985F12B0A901B089D9 /* interceptor */, - D38C03B2D1F2548757018908 /* invoke */, - 2973A3B41A1ABB9C79509185 /* location */, - 2E64D711F7EF83FFAB72F925 /* objects */, - 55FA194F6C0707A130FF6AF5 /* operations */, - BCBA0CAEB926C985CB0D1766 /* optional */, - 1AE1729D0247CF8B31F89790 /* properties */, - BC4E9351A04F8DE4C92DDB87 /* proxy */, - 1EEA510A867F75C676511157 /* retry */, - 7D4409B07BD25662CA76A17A /* scope */, - 4EBCB9F55784FC7143003D4F /* servantLocator */, - 95F12649F759A4A5F96AEEF7 /* services */, - 8BA66A460CBF211BFB92ECF0 /* slicing */, - DDDDBCA8CD0599028046D6CF /* stream */, - 81D6D8C66FB7F88FA6B43114 /* timeout */, - 287F099DAB8C90B12A2BBB37 /* udp */, + 638C8A3706F08C6C84C79EA4 /* AllTests.swift */, + 0E3F7972DC572D17C86203CD /* Client.swift */, + DC4EA052C17E78340ED3BE81 /* ClientPrivate.ice */, + 810188E856779F0E1EBE37EC /* Server.swift */, + 55B1EB2DDC34E09666B72DEC /* ServerAMD.swift */, + CF4643E70FBFFDB02339B5DB /* ServerPrivate.ice */, + F7C155E2565CE1832A949907 /* ServerPrivateAMD.ice */, + C47CEA28559A62A1E87C2BBB /* Test.ice */, + 0687B4CF02D1A5A1C1C8E6D7 /* TestAMD.ice */, + B119CDC55B23A8E0A652C219 /* TestAMDI.swift */, + C92A1EE370A96E9A2FF3D86A /* TestI.swift */, ); - name = Ice; + name = exceptions; sourceTree = "<group>"; }; - 69B89AE90FB2092737CA1A39 /* exceptions */ = { + 94840F8823700583D72CBFF2 /* IceImpl */ = { isa = PBXGroup; children = ( - EDB3B475B1486012456B7586 /* AllTests.swift */, - B67E5402C0254BC7850E36A0 /* Client.swift */, - 3CAF0FC9AA270177603C92B0 /* ClientPrivate.ice */, - A7399A08FEB282CB8CDBD4AF /* Server.swift */, - 448EBB03786CDA5F647D2B69 /* ServerAMD.swift */, - C924C811F06B4B4F9987B42F /* ServerPrivate.ice */, - E6D7E31A8F637EEF6753DB31 /* ServerPrivateAMD.ice */, - 033735C17F39621E2D549DD9 /* Test.ice */, - 26E5D0644D7C0F524F67ED2E /* TestAMD.ice */, - FDC105F80B6C771FA8245748 /* TestAMDI.swift */, - 71FF00177A6A5EEB570975C9 /* TestI.swift */, + 8B59F7C0F3CF762930D6DFEF /* AdminFacetFactory.h */, + F1C1AEC2B5E30566B4F9EBF5 /* BlobjectFacade.h */, + 9AEE0E14182DAA79ED685262 /* BlobjectFacade.mm */, + 6AC9E63A196F72A11A75AF83 /* Communicator.h */, + 92A76EF49A5D4AA2EC49E509 /* Communicator.mm */, + 8910FBE9963864650826B46B /* Config.h */, + 3AE97A14C7DD90C89259CBD1 /* Connection.h */, + F3C565112FB1784D89BC96E9 /* Connection.mm */, + C2A86B43FD6D2C19ED7CD2B3 /* Convert.mm */, + 8BF22E4C0210254AC0207A2C /* Endpoint.h */, + DDA4A1DFC510A2C4F6CCA99D /* Endpoint.mm */, + 8CC31602A4CA25127CFC8B49 /* Exception.h */, + 5230A62A04D972F916A29019 /* Exception.mm */, + DB20830C384E5048AB32ECF1 /* IceImpl.h */, + D14FB76F3996A80F2C6174D0 /* IceUtil.h */, + 29E4FF23E4195648D2D7573C /* IceUtil.mm */, + A7B4D11359DBE9D8B4FAEE9D /* ImplicitContext.h */, + 5D2DEB0F08313E484193B4A0 /* ImplicitContext.mm */, + 3FBFBE473572B41DDBC92C5E /* LocalObject.h */, + 5B0642AA47D3145C23AB846C /* LocalObject.mm */, + 5D01BEB84E4923296FACA86B /* Logger.h */, + 3014F3DE51D9E3FB97A31DC8 /* Logger.mm */, + D07DA6365D14420F16686B4A /* ObjectAdapter.h */, + D2051793F996ADC5E46C3AF2 /* ObjectAdapter.mm */, + 6C83089F8F770A827C6E85BE /* ObjectPrx.h */, + 0B4A55D2A631912189D6D304 /* ObjectPrx.mm */, + 439CFDB1D56C264F8BB63BDD /* OutputStream.h */, + F0254F1105FAC3590A4A1070 /* Process.h */, + CF0DB8872FC0DA07C75C4A2B /* Process.mm */, + 89D5E54043D86F406BCE2EBB /* Properties.h */, + 9394C2BECFD76E7951C37920 /* Properties.mm */, + CED7DDA4CE9EA27BE1174343 /* PropertiesAdmin.h */, + 62CF96A5347973F99CBBF14C /* PropertiesAdmin.mm */, + 2F39471FDEEEBD3738125C4F /* TraceUtil.h */, + 967EA27C832A2655A881D13B /* TraceUtil.mm */, + 89A4E11AF37A4173F1AD7AB0 /* UnsupportedAdminFacet.h */, + DB638BB168F82DBEECF0F33F /* UnsupportedAdminFacet.mm */, ); - name = exceptions; + name = IceImpl; sourceTree = "<group>"; }; - 70EF34D8BC9F5F23407D3561 /* TestCommon */ = { + 989CC21A39915C6087FBA965 /* src */ = { isa = PBXGroup; children = ( - 358DE1802194C55C02B40213 /* Info.plist */, - 4B01E3B4036018B18EE2CCD5 /* TestCommon.swift */, + 2F052DF803AB417719F520F3 /* Ice */, + E72ADB1ECB49452B126A3E2F /* IceDiscovery */, + 9F60BADBCF2207633D8A4BD4 /* IceIAP */, + 275EA1FF02021BDD2AC5FD3A /* IceLocatorDiscovery */, + DC37D73B6FEE74ABF69F24F7 /* IceSSL */, + 4141CF6BC15CDAF5B661C453 /* IceUtil */, ); - name = TestCommon; + name = src; sourceTree = "<group>"; }; - 7C7A5692CE2BA04AB87212D6 /* IceSSL */ = { + 9994A8A6A576755AF88580D6 /* udp */ = { isa = PBXGroup; children = ( - 3DA367F7BA3F388262BDF449 /* configuration */, + AC0CB31102E27E218E31E546 /* AllTests.swift */, + E81F5B64965378686EF0E92B /* Client.swift */, + 393B0727BC66F6CF3480235E /* Server.swift */, + 7AA0C1400BBC1CD633A4AC67 /* Test.ice */, + 425EBD2FD988117F9E1DF60B /* TestI.swift */, ); - name = IceSSL; + name = udp; sourceTree = "<group>"; }; - 7D4409B07BD25662CA76A17A /* scope */ = { + 9E63F7500151687DD1ABA51A /* hold */ = { isa = PBXGroup; children = ( - FC0D789547F266AFD281732B /* AllTests.swift */, - 749E9577D22CF72E9E15B87A /* Client.swift */, - 4154A73252EDD68A8B72C1F3 /* Server.swift */, - B84A5FF10CEA76507F9DFAA4 /* Test.ice */, - CC3ECEE32C1DD72EC161DCD4 /* TestI.swift */, + 03C357C83FBA5CE8CCE45474 /* AllTests.swift */, + EC4962507AD1BFDF6E6F0CD9 /* Client.swift */, + 4BC133C5D9482D98171FAB84 /* Server.swift */, + 8B312200EA5A791649D27378 /* Test.ice */, + 8590E2AA21848C9074495DCE /* TestI.swift */, ); - name = scope; + name = hold; sourceTree = "<group>"; }; - 806E4BAE48453E1D858FB63E /* src */ = { + 9F60BADBCF2207633D8A4BD4 /* IceIAP */ = { isa = PBXGroup; children = ( - 8E7B40787DC90E3087615D5A /* Ice */, - 502B37AB103BAAF2712D2E60 /* IceDiscovery */, - 2E480E299D1B34BE6E45077D /* IceIAP */, - 26E830A1E679F3791404D75C /* IceLocatorDiscovery */, - E671C528FAEB20B662E94480 /* IceSSL */, - 1126DFC2CBAFC45785064F1C /* IceUtil */, + 5101755F6208D2D55D8D286B /* Connector.mm */, + CC1961B08ED9056C87893156 /* EndpointI.mm */, + 1C9C310891BAB74089AFED3A /* Transceiver.mm */, ); - name = src; + name = IceIAP; sourceTree = "<group>"; }; - 81D6D8C66FB7F88FA6B43114 /* timeout */ = { + A08EC3E0CB9DF89A52F9F8FF /* ios */ = { isa = PBXGroup; children = ( - 0A7A2576ADEBCAE66D91017B /* AllTests.swift */, - FC130C8AFB3672CAC98D120E /* Client.swift */, - 3D1D6C0384975A8DB3D3C50C /* Server.swift */, - C85363DB6ECAE4F6E4DC7143 /* Test.ice */, - 28FDDF625997BB351524270B /* TestI.swift */, + BA239BD4481E83E8D03E0CD8 /* Notifications.mm */, + 88DFB5806F811184028EA40D /* StreamAcceptor.cpp */, + 3BB7A587A6168E768218DC03 /* StreamConnector.cpp */, + B0A75B55DC5D8424EF07B345 /* StreamEndpointI.cpp */, + 29A78A8215C378D43DDEC69A /* StreamTransceiver.cpp */, ); - name = timeout; + name = ios; sourceTree = "<group>"; }; - 887CB38E6DDEB6C7F354B3D4 /* Glacier2 */ = { + A2A3FFFC893A7E32822C3A0F /* Glacier2 */ = { isa = PBXGroup; children = ( - FF6F90A6F754D4AD5E01F69E /* Metrics.ice */, - 8EC171B842A6A32BF17B83CC /* PermissionsVerifier.ice */, - 7F42C025301718A25C13AB2E /* PermissionsVerifierF.ice */, - B5031463167C8D09461EEA89 /* Router.ice */, - E8D71670530BC9EC7BDC0A06 /* RouterF.ice */, - 2B3A1C54E77886CEDCC54CEF /* Session.ice */, - 43552D3B30FF94C14351FDF7 /* SSLInfo.ice */, + C5533E381B7C36AD18083BF1 /* Glacier2Swift.h */, + 2EE5D6C4750D5F643FB76775 /* Info.plist */, ); name = Glacier2; sourceTree = "<group>"; }; - 8BA66A460CBF211BFB92ECF0 /* slicing */ = { + A4839E11082659B9A7B9DB48 /* timeout */ = { isa = PBXGroup; children = ( - 69B89AE90FB2092737CA1A39 /* exceptions */, - FD936BBABFB4C150EA52F7A9 /* objects */, + 0C42577F3A084511C7257868 /* AllTests.swift */, + 44A117DA8A710B9077C30B1C /* Client.swift */, + 33E3DC6367A5C9EB8DEB9596 /* Server.swift */, + EB69DB4370BB14085532EB88 /* Test.ice */, + 5E2694EFFAED3434D7B81CDC /* TestI.swift */, ); - name = slicing; + name = timeout; sourceTree = "<group>"; }; - 8E7B40787DC90E3087615D5A /* Ice */ = { + A6C064889CE5948E3C373E47 /* optional */ = { isa = PBXGroup; children = ( - FDC1E8886DA313D84EB27A59 /* ios */, - 42378CB1C0C8D547F1B731BC /* Acceptor.cpp */, - 605A03F3ECC979716033A199 /* ACM.cpp */, - 70285B1405D3C56BE20D8F91 /* ArgVector.cpp */, - 8FF460A76592AC64BAC3527E /* Base64.cpp */, - 776F64565D04F9E7496069A8 /* BatchRequestQueue.cpp */, - 9DC937C9843B02FBC28D16FE /* Buffer.cpp */, - 2C57AC3E45C316A96069839B /* CollocatedRequestHandler.cpp */, - DC0EA51E6D29420FF417C21A /* CommunicatorI.cpp */, - B0D7EF4A95487E9E2476B560 /* Cond.cpp */, - CC76964B5694598E3F0979FA /* ConnectionFactory.cpp */, - C41B24EADE1D0A2A623570FE /* ConnectionI.cpp */, - 07AB78C7E6E579792B07E66A /* ConnectionRequestHandler.cpp */, - 366D3F06FDE7FA1DB6DE8109 /* Connector.cpp */, - 695E7C5986C05DC443D69413 /* ConnectRequestHandler.cpp */, - E7D29120208D7804FBCA7EDA /* CountDownLatch.cpp */, - 25DF9FF80A0B70EF81D5D1E7 /* DefaultsAndOverrides.cpp */, - DF4B6597152C0E0912891964 /* DispatchInterceptor.cpp */, - 319EA2552ACEA408CA472547 /* DynamicLibrary.cpp */, - 672FB6661C8BE7A06E04570B /* EndpointFactory.cpp */, - 3334F2BC348A909B0B880129 /* EndpointFactoryManager.cpp */, - 2CFADDF452FF07211927A9D9 /* EndpointI.cpp */, - 375E36DD0C9048A230C84C89 /* EventHandler.cpp */, - ADE0DE144C88D23C11311493 /* Exception.cpp */, - FF1F9AD0B3BF5C4A9A05E3FC /* FactoryTable.cpp */, - 2086E43DC848B8A713C603FB /* FactoryTableInit.cpp */, - 2E662E11DE8A621910065E1D /* HttpParser.cpp */, - F79846125B51410028E3F14E /* IconvStringConverter.cpp */, - 10F563611DEA678C54E472BA /* ImplicitContextI.cpp */, - FA3DF503D54D450C1ACC9979 /* Incoming.cpp */, - EEEFA1E32EEA4AC029208173 /* IncomingAsync.cpp */, - FF6B3E884649A3FE39C9CFBA /* Initialize.cpp */, - 95A7C2C16236FF4744B931B1 /* InputStream.cpp */, - 0C1E214079E7EC289D83FA54 /* Instance.cpp */, - 6A8A8CB626E40AFBF4615CF3 /* InstrumentationI.cpp */, - AC209B2BEFB9B02B6EF96387 /* IPEndpointI.cpp */, - 974EF3141F3EC627CCEC3204 /* LocalObject.cpp */, - BDE3EA0A870A79DC84ADEFEB /* LocatorInfo.cpp */, - 4A987F647C886E20415E9D97 /* LoggerAdminI.cpp */, - 6A31FC05EA1C0E8DEE3F5886 /* LoggerI.cpp */, - 1F52BC72070141FDE492138D /* LoggerUtil.cpp */, - D12F27BC1784D903E382B02D /* MetricsAdminI.cpp */, - 8C79E9B8D6AB3D7B16756136 /* MetricsObserverI.cpp */, - ECEBDB151DBC191594A015FF /* Network.cpp */, - C066D262954CBF4795DD0CE8 /* NetworkProxy.cpp */, - BF51E9E481D5DB65E6836664 /* Object.cpp */, - 336F7B494507256573581E6F /* ObjectAdapterFactory.cpp */, - 3E37A53B9A34099CD7029BDC /* ObjectAdapterI.cpp */, - 34D3EBE5BF7085DF59E5B1CB /* ObserverHelper.cpp */, - DB4EEAFC3FC69BA28EF9AA04 /* OpaqueEndpointI.cpp */, - B4CB627B8F32CC22FC708A0C /* OSLogLoggerI.cpp */, - 46E931ED696C7DFAEB865B1F /* OutgoingAsync.cpp */, - 1CB3B401A4B589B914B9914C /* OutputStream.cpp */, - A741032C597B964899A42610 /* PluginManagerI.cpp */, - D7FBDC61EA186B04D1D64F01 /* PropertiesAdminI.cpp */, - 1D58239D38F6E5E867081A94 /* PropertiesI.cpp */, - 7FF0B72AE217719D8EF6F39B /* PropertyNames.cpp */, - 8A0BF9490DF910B9AD47787F /* Protocol.cpp */, - 6915D9671C4C15D87B10E5DC /* ProtocolInstance.cpp */, - A1EC2D939EB8F1DA71DEB38D /* ProtocolPluginFacade.cpp */, - B2D347FE11B58F62E1A64AE0 /* Proxy.cpp */, - E31CBC817CEC37D5832FA246 /* ProxyFactory.cpp */, - 9A093E7CB8B3B16529164856 /* Reference.cpp */, - F7304F62CB64BDC2984BA3C6 /* ReferenceFactory.cpp */, - 2B1BD79AAA95D5DE29B0F5D7 /* RegisterPluginsInit.cpp */, - 700C8ACC0DC42C448650978B /* RequestHandler.cpp */, - 0B9B6DACE5A68266CE843896 /* RequestHandlerFactory.cpp */, - C08CBA46D98FF466A576141D /* RetryQueue.cpp */, - 6421F515DC294BB7F3FA455C /* RouterInfo.cpp */, - 248D6E23F70CAFFAA4DEDAEF /* Selector.cpp */, - AD204E0BD15DCB1EA7559765 /* ServantManager.cpp */, - E0F0A365CDC0718077C1C85B /* Service.cpp */, - EE728BB4C42080A31BD60844 /* SHA1.cpp */, - 75F3B51B5B84012464C293B8 /* SliceChecksums.cpp */, - 65D72BB457F985692E41C873 /* SlicedData.cpp */, - 7DF75900EBEAF97D00001A11 /* StreamSocket.cpp */, - 62F21DE28E955D986B39C6ED /* StringConverterPlugin.cpp */, - CA9EAC361DD9BE2E85A98DCD /* SysLoggerI.cpp */, - AAA5E92FF0A89A2101A01B04 /* SystemdJournalI.cpp */, - 7B08210DE5EFB152BFE49B13 /* TcpAcceptor.cpp */, - 0D8821AC1907E1E120D2A478 /* TcpConnector.cpp */, - 82FD718568698554C8264D27 /* TcpEndpointI.cpp */, - 9B0308382BAB46FF9F46F4C8 /* TcpTransceiver.cpp */, - F6625C8152FBC2B4214D132E /* Thread.cpp */, - 6339468D81D81BE6CAF489FB /* ThreadPool.cpp */, - 540E5ECC983F0A119ED15EF4 /* Timer.cpp */, - 99B29A0E4AA5F9A8EAA7CF5C /* TraceLevels.cpp */, - 5E4AF3F12FBD00B041B29330 /* TraceUtil.cpp */, - ECC26E8ADB63965CE485E3BB /* Transceiver.cpp */, - DB0BF0A52DD95870BC54B782 /* UdpConnector.cpp */, - 188E13E1AB9C472021EF1A05 /* UdpEndpointI.cpp */, - 875EE95F3472F89D1AD923E3 /* UdpTransceiver.cpp */, - E214BFDE7BDDFA0670A22922 /* Value.cpp */, - 1185F4523B4C0843F9AE8E9D /* ValueFactoryManagerI.cpp */, - 717B54DFBC33261B2BB43F3A /* WSAcceptor.cpp */, - 6556AF80901B493959322429 /* WSConnector.cpp */, - BE21640020F5339858DF3217 /* WSEndpoint.cpp */, - FDE779928EAEDEC028B585C6 /* WSTransceiver.cpp */, + 88EC1E3462FCC0F8B37EA5A9 /* AllTests.swift */, + 958309B2F81C1920779BB67C /* Client.swift */, + 981FC52843162665B51E321A /* Server.swift */, + EA9AD7181D2BF7B63D403344 /* ServerAMD.swift */, + C8530C061D04C19059186E63 /* Test.ice */, + 8475F710C6CFBFA4B9EAC588 /* TestAMD.ice */, + D4C0D4C4CB60983CAC628187 /* TestAMDI.swift */, + 5D3F928992A5A2A247508994 /* TestI.swift */, ); - name = Ice; + name = optional; sourceTree = "<group>"; }; - 9389129B11C16B416E296D00 /* Ice */ = { + A9FB446A57C62761B6339732 /* IceGrid */ = { isa = PBXGroup; children = ( - FA00BAF54472F0047ACCE007 /* AdminFacetFactory.swift */, - 019F42FABDCF7D81864E2BF5 /* Blobject.swift */, - 6C8F56C594F01AFC1A5ECF91 /* BlobjectAsync.swift */, - C7862E351DA13E225FB603DA /* ClassResolver.swift */, - 21B8049754DEA46E551BEF55 /* CommunicatorI.swift */, - 4445369DE8998308684AAA11 /* ConnectionI.swift */, - D551F8AB732AB93114F0B8A0 /* ConnectionInfoFactory.swift */, - CAA1F45803B6DF3CBA703742 /* EndpointI.swift */, - 6CD66A6918DECB713BD98AC4 /* EndpointInfoFactory.swift */, - BAAC1B9EC9FD17079CD9FC70 /* Exception.swift */, - C14D26B5AFC1299D29B68DD8 /* FormatType.swift */, - 5CBD1373FDC1C92C1484F639 /* IceSwift.h */, - C7371352DCDDEAD58499B726 /* ImplicitContextI.swift */, - EFB0A6286B79845AC8C644FB /* Incoming.swift */, - D25CD0841B10196797DB0476 /* Info.plist */, - 4821263C5A99F7C86E1B617E /* InitializationData.swift */, - D8409D146A19F93DE67B42E0 /* Initialize.swift */, - 5D8419EA2968ACDCD964874C /* InputStream.swift */, - 63E307EEB3EAD5EF82A76BA3 /* LocalExceptionDescription.swift */, - 18F7419F41B19F73C94BEB73 /* LocalExceptionFactory.swift */, - 1E26EED6C39EF671FD20DFAD /* LocalObject.swift */, - 6BAD59958DDC2584ECDBD2DF /* LoggerWrapper.swift */, - 46136415E5E0780A7231F0D7 /* Mutex.swift */, - 6F552C8A9F21AD142D523B1A /* NativePropertiesAdmin.swift */, - BAB00DEDEBEBBCB9065ADA75 /* Object.swift */, - 5FE3CF94CC23B2487BDECCFA /* ObjectAdapterI.swift */, - 68C08FAC3665B748A271F62C /* OptionalFormat.swift */, - BECF2A66076CFB898DFE631B /* OutputStream.swift */, - 2A1DF5DDDB8BCD15050CA0E4 /* ProcessI.swift */, - F0DB52B51E3FA93300C43C25 /* PropertiesAdminI.swift */, - 4545B8B5E876757148DAC90F /* PropertiesI.swift */, - 0A9FC9558E610533B51AAEF8 /* Proxy.swift */, - 1E77B23EE207A1882218D808 /* ServantManager.swift */, - E8426626D0DAF72F3E8729B3 /* SlicedData.swift */, - E97EC0E8D2B1299496690277 /* SliceFlags.swift */, - 371963C233B0E8EBF3684B1D /* SliceInfo.swift */, - 9F019016072294A89964C650 /* UnknownSlicedValue.swift */, - A37ED46987DC8429AB4BE932 /* Util.swift */, - CE2BD5737AD5AF170B0B0CED /* Value.swift */, - E02B63D8DA13D404641957BD /* ValueFactoryManagerI.swift */, + 62177CAB9F2D4418E4043767 /* IceGridSwift.h */, + ED9B6FB4899D9EB64F006E3E /* Info.plist */, ); - name = Ice; + name = IceGrid; sourceTree = "<group>"; }; - 95F12649F759A4A5F96AEEF7 /* services */ = { + AC960FE89E7D34EBA88855B9 /* IceIAP */ = { isa = PBXGroup; children = ( - 0A5DF5D810FA81507B92BCA5 /* Client.swift */, + 8AD62C73EE50DCF620CF1BB9 /* ConnectionInfo.ice */, + C2B493598CD3143E62AE1AFF /* EndpointInfo.ice */, ); - name = services; + name = IceIAP; sourceTree = "<group>"; }; - 9B2E61EDCBC75DC8CF32D6A2 /* cpp */ = { + AEA9AE7AFDFCB9B62C25EE26 /* IceSSL */ = { isa = PBXGroup; children = ( - 806E4BAE48453E1D858FB63E /* src */, + CBCFA17EB4FFCD13B1BB1A8D /* ConnectionInfo.ice */, + 4C196A1662516D29AF240CB3 /* ConnectionInfoF.ice */, + 44064B6C3CD23B1D8BCFC10D /* EndpointInfo.ice */, ); - name = cpp; + name = IceSSL; sourceTree = "<group>"; }; - 9E682AACCB82AC2DBFFE576C /* IceImpl */ = { + B73E59AA08237B4687E62C81 /* binding */ = { isa = PBXGroup; children = ( - 0747E1E307157E642513E1E8 /* AdminFacetFactory.h */, - D114ACF18294F8C1596E632E /* BlobjectFacade.h */, - AEDE31097374A1E7AD244C17 /* BlobjectFacade.mm */, - CA90C8591DC4DFEAB2851BA6 /* Communicator.h */, - C294FD76BE980A6E10BFA0DB /* Communicator.mm */, - 51D96FFD34C8D09EFD49CC32 /* Config.h */, - 480B6BB82440B4A05286F375 /* Connection.h */, - 9D3F26CAC95240A5D1C7F743 /* Connection.mm */, - F9EEAA3837EB832468101147 /* Convert.mm */, - 3FE57F1514490B5958300850 /* Endpoint.h */, - A316999403A9164FB812E43F /* Endpoint.mm */, - 49F33A4799345947E2AEAA4D /* Exception.h */, - 41F65E8C564B1F97DCA0920E /* Exception.mm */, - 64FBDDB571D875CE6EEA28CF /* IceImpl.h */, - AA65358DB04F4D5803E2FFBE /* IceUtil.h */, - 693B401A2E6012BD741DBDBB /* IceUtil.mm */, - 8E3DA6530CB29CE7799B8173 /* ImplicitContext.h */, - B060063B5D936B18E18A73F8 /* ImplicitContext.mm */, - 752E7A137DFF7E49C449864A /* LocalObject.h */, - B0C3295BF86665F1B767FC14 /* LocalObject.mm */, - 44E1FB05FD4EFF57B6807C01 /* Logger.h */, - CBFF990B4C3473A7ABF0E1EA /* Logger.mm */, - 0A03156039B9CDB4358CD487 /* ObjectAdapter.h */, - 93D06B2D7F42F7D0BF3CE8A5 /* ObjectAdapter.mm */, - D2ABAB0694E81B833CCE5B23 /* ObjectPrx.h */, - EA2937C01CFFAFEFEC9CEC0A /* ObjectPrx.mm */, - 0AF3A05CF4F489C3ADF40576 /* OutputStream.h */, - C94515DA6C1C2DF296FE4BFB /* Process.h */, - B8A61B4E7E68B120E196A4A4 /* Process.mm */, - E58CC33BA1B6706A1ECEBE0D /* Properties.h */, - D4D6B30977E3170BCF21F561 /* Properties.mm */, - C61A29A4587763EC33D2D3C0 /* PropertiesAdmin.h */, - A2A6C02F5DD6DFBDF39FA09E /* PropertiesAdmin.mm */, - 1970010C3838E8F56871B9C5 /* TraceUtil.h */, - D680724EEBE87D009F1450AE /* TraceUtil.mm */, - 5FFF36F4C78E9AFCF5F11566 /* UnsupportedAdminFacet.h */, - D3D3AD7F6BD006ADF34A6FCC /* UnsupportedAdminFacet.mm */, + C479E99C62037A805A274527 /* AllTests.swift */, + DCE05A9CE01EC42EC691F001 /* Client.swift */, + D935640E48286828DEFEBC32 /* Server.swift */, + A6351A44256CBD5802E9499C /* Test.ice */, + 8E2F14643BFD3F8622DAA0DA /* TestI.swift */, ); - name = IceImpl; + name = binding; sourceTree = "<group>"; }; - A239F6D1C551A0D3D0A0438B /* TestDriver */ = { + B9871D011FDF26A2B2F7EC6D /* src */ = { isa = PBXGroup; children = ( - 4D61149B2F6753319B4562D9 /* iOS */, - 424D9BE2D34DAB04DA0641B6 /* macOS */, + A2A3FFFC893A7E32822C3A0F /* Glacier2 */, + 256F5C635A85A3D8A83F7C15 /* Ice */, + A9FB446A57C62761B6339732 /* IceGrid */, + 94840F8823700583D72CBFF2 /* IceImpl */, + 210B734B186513B9DFC38B16 /* IceStorm */, ); - name = TestDriver; + name = src; sourceTree = "<group>"; }; - A65EBC5677EE518A4D948C00 /* ami */ = { + B9D835CC371DFB2EFA8EA26B /* ami */ = { isa = PBXGroup; children = ( - 80E571F97FF01CC4DE389513 /* AllTests.swift */, - 83CAE21200903CD7A5B40772 /* Client.swift */, - 7F6822A9EB333261B0D95F99 /* Collocated.swift */, - 09BD240D0898546D579B196A /* Server.swift */, - 02409803462CE8AE1557CDB0 /* Test.ice */, - 8AB1BB72180EBA438DDAE06C /* TestI.swift */, + A6427B656FC21B5D3D8524E9 /* AllTests.swift */, + 037DCDD4E7013D6B58036B9A /* Client.swift */, + 76AB5B0F0D9446F4DAB6792F /* Collocated.swift */, + 925E91797373FDE089414193 /* Server.swift */, + 32B8B6861EE212DA2FD8D1F3 /* Test.ice */, + 77826017B54419B68E4C9105 /* TestI.swift */, ); name = ami; sourceTree = "<group>"; }; - BAFC9D22EB41DB0E2532C46D /* Slice */ = { + BA8967E8BBE0081CB9AD5F62 /* objects */ = { isa = PBXGroup; children = ( - CBEEBFE46E74CE4EC8EA813D /* escape */, + E6C7CFA0EEE61597C9EDED84 /* AllTests.swift */, + 229838F0B14985E9E8655A0E /* Client.swift */, + 867AD46B6783CAECACACC300 /* ClientPrivate.ice */, + D019CAFF7719B5E53D0E2F61 /* Server.swift */, + F09D2179F7524AC1EB50B366 /* ServerAMD.swift */, + 0B324CCC03C34E7CFCB49E34 /* ServerPrivate.ice */, + ED8E4C0D2AD32FEC70097775 /* ServerPrivateAMD.ice */, + 6A268FECE9D13A2EB77C460C /* Test.ice */, + F7DF8D2AB9E2D64407E7C730 /* TestAMD.ice */, + 69EBBCAEC49040EE1F32B9F4 /* TestAMDI.swift */, + 0856122B7A102DCF560D4201 /* TestI.swift */, ); - name = Slice; + name = objects; sourceTree = "<group>"; }; - BB86020F9E1470C0D79D0E03 /* info */ = { + BCCF87D3F35CD2CD78AAF9B7 /* invoke */ = { isa = PBXGroup; children = ( - 666C9DE42F60C36C24AE6924 /* AllTests.swift */, - F0AF2759EFE2DDD4FC2CAB4D /* Client.swift */, - 421EB0E99592024B72A49AAB /* Server.swift */, - 7FA0D440B6E9FE30CD457F8D /* Test.ice */, - 96115E7DA361BE9FE080D233 /* TestI.swift */, + 82FEA15728368F07F4E1E8F9 /* AllTests.swift */, + 5DD6FC36600872820D0F268B /* Client.swift */, + 2446B6250CAAFE3C91FF36C9 /* Server.swift */, + A5FF15C99D02E1A403A33579 /* Test.ice */, + A9645AC1C404070E6CE71A04 /* TestI.swift */, ); - name = info; + name = invoke; sourceTree = "<group>"; }; - BC4E9351A04F8DE4C92DDB87 /* proxy */ = { + BD52BBE1030CA2E4F0D15621 /* proxy */ = { isa = PBXGroup; children = ( - 9A1F8724AB1BBAFA0A2394D9 /* AllTests.swift */, - 48B99BF2290A092943A50027 /* Client.swift */, - 3A0AEA0002751033812FBA4E /* Collocated.swift */, - E246CB246CAF33EDA7F22856 /* Server.swift */, - 5FCC2DBAEC7F9BC3E30ACE12 /* ServerAMD.swift */, - 50CFC3DD8161D6C6B32296D3 /* Test.ice */, - 2485F875EE05BBAA8041AD1A /* TestAMD.ice */, - 8371B9C189899699E35CC39F /* TestAMDI.swift */, - 7C46B391FA27AA43499300F8 /* TestI.swift */, + CAC74D7F6BA6F4261D8DF135 /* AllTests.swift */, + 3619484793B745E1C3BFF033 /* Client.swift */, + EBB80E1CF6AFF91BEE52AC24 /* Collocated.swift */, + C42649E8DE0DD92E04C1E22D /* Server.swift */, + 235E9D7A648FCFFF0A43C61B /* ServerAMD.swift */, + 330E392C478620E241811A03 /* Test.ice */, + 7AC9F7584DC381933C5A72C1 /* TestAMD.ice */, + CAAA189C14B9C3DB682630CC /* TestAMDI.swift */, + B5AD4FD441DDCF1F5FDB7824 /* TestI.swift */, ); name = proxy; sourceTree = "<group>"; }; - BCBA0CAEB926C985CB0D1766 /* optional */ = { + BDEC9F8418538E28C1029D13 /* info */ = { isa = PBXGroup; children = ( - BA613A5092CCC4CA5F1B2B7C /* AllTests.swift */, - 66E541E50D825E4525EB2745 /* Client.swift */, - 3ADD7D07FD00E98E7D43B197 /* Server.swift */, - B9B4B91C58E64BD9DD0C08E5 /* ServerAMD.swift */, - 6223BA13936A59E9CBC27B63 /* Test.ice */, - B3F2B9CC73250808B4522452 /* TestAMD.ice */, - 2E3F7D201264FA09A30CEB60 /* TestAMDI.swift */, - 08AC7504F973E9681A3FB127 /* TestI.swift */, + E1153A620301099026D5D37D /* AllTests.swift */, + 1C7A941D6B61A628A9939BFC /* Client.swift */, + F75E2E7705F83B53F947D13C /* Server.swift */, + 7697FFCDB24C81D83F7B9DFB /* Test.ice */, + 4464BC66336C4CDB84C88397 /* TestI.swift */, ); - name = optional; + name = info; sourceTree = "<group>"; }; - C010F003753FC1B39A10C08D /* exceptions */ = { + C3264778BDA808A196E8C221 /* slice */ = { isa = PBXGroup; children = ( - 295AF7B76283E83E7CEFE8D0 /* AllTests.swift */, - 28F7DA3A9D518C282F1EF6AB /* Client.swift */, - 79DBE52EC8BCAA9D6126218A /* Collocated.swift */, - A1CFAF1067B83E4A4236BDE9 /* Server.swift */, - 4FD71E35D921B30C0238EBD5 /* ServerAMD.swift */, - E065D0E7A071B663E9553AA0 /* Test.ice */, - D9CDBF4588C7BAB7393A7677 /* TestAMD.ice */, - B5334AB95BDB191D5F1E0595 /* TestAMDI.swift */, - 5679E03F4C6A3573F49D32CC /* TestI.swift */, + C5E8EDE8BE7E035AB291FDB6 /* Glacier2 */, + 42E9374B0F7D3425992F59CC /* Ice */, + FAF5F04262987A27FCA9645A /* IceDiscovery */, + 6B7C753B3B37DB4310B3B1C7 /* IceGrid */, + AC960FE89E7D34EBA88855B9 /* IceIAP */, + C474570A7E916477CB28E4E6 /* IceLocatorDiscovery */, + AEA9AE7AFDFCB9B62C25EE26 /* IceSSL */, + 3DB9BF51D2E49286D910E003 /* IceStorm */, ); - name = exceptions; + name = slice; sourceTree = "<group>"; }; - CBEEBFE46E74CE4EC8EA813D /* escape */ = { + C474570A7E916477CB28E4E6 /* IceLocatorDiscovery */ = { isa = PBXGroup; children = ( - 24648A2CDEE9532484F10EDE /* Clash.ice */, - D047C635859C17C992DAF8C6 /* Client.swift */, - 0DE6067CD03BB6A173728C06 /* Key.ice */, + E247B31A64D06402AF5FCCED /* IceLocatorDiscovery.ice */, ); - name = escape; + name = IceLocatorDiscovery; sourceTree = "<group>"; }; - D38C03B2D1F2548757018908 /* invoke */ = { + C5E8EDE8BE7E035AB291FDB6 /* Glacier2 */ = { isa = PBXGroup; children = ( - EC4B7A54D7D8D241D38EC336 /* AllTests.swift */, - DD36AB63708C7FAB07505361 /* Client.swift */, - 4F980A3A0F57BBFF7008A145 /* Server.swift */, - 04AFC5282F8272E40B07E5C4 /* Test.ice */, - 59912BE6E965ABB382D66291 /* TestI.swift */, + 69EBA80232877FCC0386C4CC /* Metrics.ice */, + A3D249948B89C8F705117353 /* PermissionsVerifier.ice */, + 69B918FC5F1F056355EAB6FB /* PermissionsVerifierF.ice */, + 3BB575E3E46AEE1736FEE75E /* Router.ice */, + 83E6AB73EA2F49289E8D11CB /* RouterF.ice */, + 7415F75969734BA6B4859081 /* Session.ice */, + 938CC27A5BDFB2E3F4BF5F4E /* SSLInfo.ice */, ); - name = invoke; + name = Glacier2; sourceTree = "<group>"; }; - D619DBF5EFD34E973B799D90 /* IceLocatorDiscovery */ = { + C658398AF23FF3026F9BC93F /* macOS */ = { isa = PBXGroup; children = ( - 43B4546A7EB3FFB3A8257DA9 /* IceLocatorDiscovery.ice */, + DB87891FFAEC8378175A1F25 /* main.swift */, ); - name = IceLocatorDiscovery; + name = macOS; sourceTree = "<group>"; }; - D69E3DE6B9E4416C9424A716 /* enums */ = { + C78E3E9F400D0EC5A9D5D4D0 /* escape */ = { isa = PBXGroup; children = ( - 98FC5CD166CBCC9EF80D9DC3 /* AllTests.swift */, - 6780F346E49040147E36D66E /* Client.swift */, - 107235632F95DF1C26FDAFC2 /* Server.swift */, - 5D81B9DA1CCBC34211241927 /* Test.ice */, - 986E74376673D6F74346A7F4 /* TestI.swift */, + 6A87BE62FB351A301DCD3480 /* Clash.ice */, + 37082656D66C5796BBD43493 /* Client.swift */, + 16D8B8DBC7A414B066C8E05E /* Key.ice */, ); - name = enums; + name = escape; sourceTree = "<group>"; }; - DA9D0A3E3180244167A38865 /* OS X */ = { + C8A38A33BDE03C56727F43DA /* acm */ = { isa = PBXGroup; children = ( - 5CD8EB605B2CB655C5FE671D /* Cocoa.framework */, - E6C2C94384F927DE81186DA0 /* PromiseKit.framework */, - B736674CDEB4B0B73CEF605C /* Security.framework */, + D686280ECCB4CA4BE74DF9B7 /* AllTests.swift */, + 525D2604A98C644411C6B4EE /* Client.swift */, + 52DB5E96EB27D486EF993BE6 /* Server.swift */, + 057CF1C9F0FD3FB6D356CBF6 /* Test.ice */, + 279EE99E5685118C062C6CAF /* TestI.swift */, ); - name = "OS X"; + name = acm; sourceTree = "<group>"; }; - DAD32856DEA32B92BDB6750B /* acm */ = { + D6753DD80EAD936FC32771F6 /* Frameworks */ = { isa = PBXGroup; children = ( - 3624664D194A4DDCBF568807 /* AllTests.swift */, - 764CE725D648D3F41E5DC05E /* Client.swift */, - 1D6FAA823166293B0A82FD0D /* Server.swift */, - B0A5B9D9E9EE7D461D56FBBE /* Test.ice */, - 95A8DA9D26C1591F929DA3C9 /* TestI.swift */, + 6C3E2FED5BF6D61C60BFAF28 /* iOS */, + 7C7DD057ECEC61260C3D162F /* OS X */, ); - name = acm; + name = Frameworks; sourceTree = "<group>"; }; - DD4313C37445F490E0AE57C1 /* inheritance */ = { + D9B85997A71EE100FDA2897C /* properties */ = { isa = PBXGroup; children = ( - 6CE672912D14674C2A3FBB7B /* AllTests.swift */, - 555D854FBE6A4C0A968E0C48 /* Client.swift */, - 3D8712A97ABC08EA8A5D7170 /* Collocated.swift */, - 031177A29C4EB0B8482FF888 /* Server.swift */, - 26A5FCC3EB609824633A9FE7 /* Test.ice */, - D74B7014F46BAE386B82D380 /* TestI.swift */, + 7D008B9E127488F610040B90 /* Client.swift */, ); - name = inheritance; + name = properties; sourceTree = "<group>"; }; - DDDDBCA8CD0599028046D6CF /* stream */ = { + DC37D73B6FEE74ABF69F24F7 /* IceSSL */ = { isa = PBXGroup; children = ( - 8AF5753C9C192A28F53F7D83 /* Client.swift */, - 0F237F7AE4128BE90E20AF97 /* Test.ice */, + 35383EDEC29C8CC8D72263F3 /* AcceptorI.cpp */, + 06B193D7CE47D29B3E971AC4 /* CertificateI.cpp */, + E0126482116D41DD2C8ACC27 /* ConnectorI.cpp */, + FD43A4DD0C9415F5774317FD /* EndpointI.cpp */, + D3CDE2378B7AFD2D08166261 /* Instance.cpp */, + B35BF25E799842C06EE54FFC /* PluginI.cpp */, + A6925FA1A546D172A7D6768F /* RFC2253.cpp */, + B8EDC07B35086B200737BF88 /* SecureTransportCertificateI.cpp */, + 3205238119BA431A3445FF56 /* SecureTransportEngine.cpp */, + 8D10A5E43F32DADE59B5DA7A /* SecureTransportPluginI.cpp */, + B273656C8F40A073CFED0C89 /* SecureTransportTransceiverI.cpp */, + DA7F99E5D410EB2CE18E18C4 /* SecureTransportUtil.cpp */, + E3526A8A1DB9F28F86802C74 /* SSLEngine.cpp */, + D31192F6E68D620D16CEB27E /* TrustManager.cpp */, + 1BCB5030FAB3E7309D28520E /* Util.cpp */, ); - name = stream; + name = IceSSL; sourceTree = "<group>"; }; - E671C528FAEB20B662E94480 /* IceSSL */ = { + DFEA200ED7B4A3305F2F811E /* inheritance */ = { isa = PBXGroup; children = ( - D6EB8A137C2056E8D9169108 /* AcceptorI.cpp */, - 7992CDF49CCD78F4634F180A /* CertificateI.cpp */, - EE422BBBA33CF320BE3DD0B2 /* ConnectorI.cpp */, - F7142AE4E028FF06CDEA37F2 /* EndpointI.cpp */, - E0FCD6FFA7170641D8765A4B /* Instance.cpp */, - F083BF54BE75657E28D4BE39 /* PluginI.cpp */, - E6524CC00543F0D8AC208141 /* RFC2253.cpp */, - 4738AAED80F56A6F568EBE90 /* SecureTransportCertificateI.cpp */, - 75340CBA965D69EAB0538908 /* SecureTransportEngine.cpp */, - A426EDBFA3B6D2B1A5FD1F71 /* SecureTransportPluginI.cpp */, - 82E8046CDF5093E796EF4925 /* SecureTransportTransceiverI.cpp */, - F0462274C44EC6DD8D232452 /* SecureTransportUtil.cpp */, - 1F8F7747B75CDA9398EC2F27 /* SSLEngine.cpp */, - 62DF7633D6828CAFF6A443FF /* TrustManager.cpp */, - B29F2340ADFF3F0C2392DC8E /* Util.cpp */, + 022DB0A96EEAA2B3D779DB23 /* AllTests.swift */, + 131E0D4980E64A4107A006FD /* Client.swift */, + F4CAD605FA3E9C21FE85CC75 /* Collocated.swift */, + EDB9D5C07972E647F4FFBBFA /* Server.swift */, + F67549CF819252D2F5778CD8 /* Test.ice */, + 11CFE6C09A6BE03812C6CA09 /* TestI.swift */, ); - name = IceSSL; + name = inheritance; sourceTree = "<group>"; }; - EBA96C82C94CA646A7B49E63 /* binding */ = { + E0001C50839F58623D8F1994 /* iOS */ = { isa = PBXGroup; children = ( - 81FF73A9CFD4B566549D58A6 /* AllTests.swift */, - CA88F2EB080827E3D296B596 /* Client.swift */, - 5285DA8735338B3FC1704B1B /* Server.swift */, - 2D5EF45A2738475354F905DC /* Test.ice */, - 26EFA014B1C155EBE9CA200F /* TestI.swift */, + 27E2FB36BBE83E40B27DF759 /* AppDelegate.swift */, + 4A3D913D704ED6CBA579DA95 /* Assets.xcassets */, + C27CD8463760764EEAD2ACE8 /* certs */, + BC88E287BFF473F6E677863C /* Controller.ice */, + 7D42FE2D8500A2ECD97BE0C2 /* ControllerI.swift */, + 6EAECE3C7C6F47801FBCBEAD /* LaunchScreen.storyboard */, + BC40C4C65EF8999B4F947AB2 /* Main.storyboard */, + B53916576E1D2E5617F82179 /* ViewController.swift */, ); - name = binding; + name = iOS; sourceTree = "<group>"; }; - EF717A58885582675B422C16 /* slice */ = { + E69242394653BAA0435E367B /* scope */ = { isa = PBXGroup; children = ( - 887CB38E6DDEB6C7F354B3D4 /* Glacier2 */, - 46C417CD1415050BFDA59B53 /* Ice */, - F4D948572A98FF9971162C35 /* IceDiscovery */, - 2A2200DA248AF886E33E7EC0 /* IceGrid */, - 188A5F1A46961271BB872DB8 /* IceIAP */, - D619DBF5EFD34E973B799D90 /* IceLocatorDiscovery */, - 0F55F28F8AF13C2E9C9EE8A3 /* IceSSL */, - 08ADCE44C5ECAD7448087BCE /* IceStorm */, + 6BE134EEE1EBD23EAF1F6DDD /* AllTests.swift */, + 53EC04D68F975F151FC17D67 /* Client.swift */, + 7A450FB019E0DAAF7E6E97FF /* Server.swift */, + 5BF452B3E471F056EEF88FE7 /* Test.ice */, + EAA13274D80A07FDAA8AD547 /* TestI.swift */, ); - name = slice; + name = scope; sourceTree = "<group>"; }; - F31E08FD14C10D697BADBA79 /* defaultValue */ = { + E72ADB1ECB49452B126A3E2F /* IceDiscovery */ = { isa = PBXGroup; children = ( - FA0AF8AF96A6BDE43AA20D1A /* AllTests.swift */, - CE4E7B961E84FD0A2A952175 /* Client.swift */, - 35CE22F39654B697D84B7C66 /* Test.ice */, + 6739F64DE87972EDBAE732D0 /* LocatorI.cpp */, + 8947D981B5784F41E895A550 /* LookupI.cpp */, + BF8BB74BD0817343C2F83E67 /* PluginI.cpp */, ); - name = defaultValue; + name = IceDiscovery; sourceTree = "<group>"; }; - F4D948572A98FF9971162C35 /* IceDiscovery */ = { + E94C0AAA8070ED72300183FB = { isa = PBXGroup; children = ( - 812DF2A39F29B9C33EF04972 /* IceDiscovery.ice */, + 8609A460FFA8A98B4E1CE172 /* cpp */, + D6753DD80EAD936FC32771F6 /* Frameworks */, + 2234FE6075F49C3CE0CEA5A8 /* Products */, + C3264778BDA808A196E8C221 /* slice */, + B9871D011FDF26A2B2F7EC6D /* src */, + 63C55B93F3F6F1D632D77500 /* test */, ); - name = IceDiscovery; sourceTree = "<group>"; }; - FB7A57E5416EE7792CB5505E /* test */ = { + EE365A67B1EEF47E2FAFCCDE /* operations */ = { isa = PBXGroup; children = ( - 69162F161851E4B2515D0C4E /* Ice */, - 7C7A5692CE2BA04AB87212D6 /* IceSSL */, - BAFC9D22EB41DB0E2532C46D /* Slice */, - 70EF34D8BC9F5F23407D3561 /* TestCommon */, - A239F6D1C551A0D3D0A0438B /* TestDriver */, + E285A409C5B68869673AF189 /* AllTests.swift */, + 6BCC38DD3FA09C05762D4194 /* BatchOneways.swift */, + E12C4AA88D6826C4E9F4F837 /* BatchOnewaysAMI.swift */, + 8CC3D67D893E827EFB88C9A3 /* Client.swift */, + F5A0AA49FC48CBF45C846801 /* Collocated.swift */, + 4492D95F6C282B06EBC3794A /* Oneways.swift */, + 9952A8A0BFCA8DA27D4C1F1B /* OnewaysAMI.swift */, + B68FC5A3D118E2810A9D11A8 /* Server.swift */, + F3614471FC80AFDAE1084385 /* ServerAMD.swift */, + EE9D8E06A30A55D4B3A75C74 /* Test.ice */, + 22CE34A0AF7FAAA29665B6F0 /* TestAMD.ice */, + 8E811BE655C5F8944E98DE0E /* TestAMDI.swift */, + D3F28393CAC9291AEF99B843 /* TestI.swift */, + 600796D8169D34E7EF3C95B0 /* Twoways.swift */, + C848DE5978A3FE814A947C56 /* TwowaysAMI.swift */, ); - name = test; + name = operations; sourceTree = "<group>"; }; - FD936BBABFB4C150EA52F7A9 /* objects */ = { + FAF5F04262987A27FCA9645A /* IceDiscovery */ = { isa = PBXGroup; children = ( - FCEA200C62A2A206FD158E69 /* AllTests.swift */, - 80F1B1DB98547507D72ADB12 /* Client.swift */, - 5A310C25B4813263EE17C4E0 /* ClientPrivate.ice */, - 143987DA6C0DD9ADFEC5A4BF /* Server.swift */, - A18AAC5B99698E9415FEB628 /* ServerAMD.swift */, - 4EE814E12244ECC45069744A /* ServerPrivate.ice */, - ECD3A36C89C9323FC0BCB8AF /* ServerPrivateAMD.ice */, - 06FBA9E68281254315A2A856 /* Test.ice */, - 09F84EC0B58DC36C454A59F6 /* TestAMD.ice */, - BB31105416CF31261498C9C9 /* TestAMDI.swift */, - F23EAEF6DFB05769B732486A /* TestI.swift */, + A4FE9DDBF3CEA7484530A21C /* IceDiscovery.ice */, ); - name = objects; + name = IceDiscovery; sourceTree = "<group>"; }; - FDC1E8886DA313D84EB27A59 /* ios */ = { + FE49F9D050DD8AF64EA34178 /* exceptions */ = { isa = PBXGroup; children = ( - ACAE742E19AF892B1F440007 /* Notifications.mm */, - 0C2A5A438EC025B96B607017 /* StreamAcceptor.cpp */, - 34DD094ACC99ECE7C297FE4C /* StreamConnector.cpp */, - 3B53D3EE2B472114E1DFC4CC /* StreamEndpointI.cpp */, - 1AE1F9D5512B612FC568DE87 /* StreamTransceiver.cpp */, + BA99700CDE2687A0316864CF /* AllTests.swift */, + EBEA7AC1607C1128EE163745 /* Client.swift */, + DCAE6234222BAED5B1DFF742 /* Collocated.swift */, + CDF84C9A7F8FD19869DE9843 /* Server.swift */, + F07C9E3B5EAA0B399BBA5299 /* ServerAMD.swift */, + 28DEBA7124490632F95F5A4B /* Test.ice */, + 701871BD2802C2810E995B3C /* TestAMD.ice */, + 82677C3C09F61D44AE4CFC22 /* TestAMDI.swift */, + E6EB1A5465004CA651190A0E /* TestI.swift */, ); - name = ios; + name = exceptions; sourceTree = "<group>"; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 06C162DD937EB3187ADC916F /* Headers */ = { + 001A7BEC4045C4280843AFA1 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - B5390B025BC94E08A59B7A0F /* Glacier2Swift.h in Headers */, + 941AF0D0DDAF9DF0B343A78F /* Glacier2Swift.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 0958C1E9A82D3F94B79A6052 /* Headers */ = { + 24E9DEA401AE4DAFB6EC797F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 85E4AF4D74EBFD0DA5C053B4 /* IceGridSwift.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 098574A448AEA210D9936005 /* Headers */ = { + 33E1758B7FFB9C6A61684D4C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 120FA8C19297FC53BD27189F /* Headers */ = { + 3FB997A6FC5ED8DDEF4D554F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 1A569852C849E283FEAB259F /* Headers */ = { + 489273B72C554FCD498751D4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 60DB7C537D2AC6410F14AB0B /* IceSwift.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 23F56FBE2E24E75D468955A7 /* Headers */ = { + 490F00DE6154A61A5CD267AF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 43A2DBA6C6B596D509650726 /* AdminFacetFactory.h in Headers */, - E8FD6CBCE92AB31E6FE9CDD4 /* BlobjectFacade.h in Headers */, - 0E41F40507DB09B41E127F64 /* Communicator.h in Headers */, - 3309ADA9A5379C86064077F5 /* Config.h in Headers */, - 550E920D6E28D66EF8678A68 /* Connection.h in Headers */, - 08A0C1843896B2195ECBCAA7 /* Endpoint.h in Headers */, - F688C911ED9DDBE0817589F9 /* Exception.h in Headers */, - 5144BEA19E7DAF4086A25AE5 /* IceImpl.h in Headers */, - 4EE5A5E3BABD652ADF68CA05 /* IceUtil.h in Headers */, - 95F3AFD90DE2D093B7AAFF8C /* ImplicitContext.h in Headers */, - E2958F855AF306633AFA044A /* LocalObject.h in Headers */, - 4103078E7BBCA8354EDD96C2 /* Logger.h in Headers */, - FB615BBEAC339555A79BB35F /* ObjectAdapter.h in Headers */, - C18CB7F803E792DA515EC135 /* ObjectPrx.h in Headers */, - 5921677795217AB8AAF1BED9 /* OutputStream.h in Headers */, - 8846D857EEC03BD8477977AB /* Process.h in Headers */, - 90C8AA7FB04775E7A0EBCDB9 /* Properties.h in Headers */, - D7123AE1494CB9C72E56906D /* PropertiesAdmin.h in Headers */, - 3869BED1095CDEAFC14D8F25 /* TraceUtil.h in Headers */, - AB6E7D1E94A3017CC3590169 /* UnsupportedAdminFacet.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 259F93783A221F790AA47B8C /* Headers */ = { + 3DF1810BB7E8CF01C8CB687B /* AdminFacetFactory.h in Headers */, + 45A288D2BCCDC2C377A7FA22 /* BlobjectFacade.h in Headers */, + 3A414EBE2537D5FD07A8D4CC /* Communicator.h in Headers */, + 34D05666B64328B999D6E188 /* Config.h in Headers */, + 877ABD6A44B064C9BAF10C98 /* Connection.h in Headers */, + 6E5EDF61E1040DCEBC70B4F9 /* Endpoint.h in Headers */, + CA6AD22ED971B953ABB22FAC /* Exception.h in Headers */, + 37374C023936E6439AAED4F9 /* IceImpl.h in Headers */, + A944E958B17C74AA5FAF4A1A /* IceUtil.h in Headers */, + 0A9393625F3CC3F8879C0533 /* ImplicitContext.h in Headers */, + BCECB6D29174E84396ECD637 /* LocalObject.h in Headers */, + 5A2870D18BAA6ADEFD1EDCBB /* Logger.h in Headers */, + BAF9BE5BEBEFA11C4B7E9A31 /* ObjectAdapter.h in Headers */, + 005B5576B763BDDDB7947487 /* ObjectPrx.h in Headers */, + 13EFBC9CA9430B367A1F0CC8 /* OutputStream.h in Headers */, + 620D63AA0D45B5D29BF28B3F /* Process.h in Headers */, + 8AF15C4AF08C7DDA41DC64A7 /* Properties.h in Headers */, + BB63B115CFD6D51EF64EF0E0 /* PropertiesAdmin.h in Headers */, + 4646071E19E44CE9D48014ED /* TraceUtil.h in Headers */, + 7356E608C323986CEF600E04 /* UnsupportedAdminFacet.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 63EC7B65878E427E2E496D2D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 43C58C3A04D51AA522CC1279 /* Headers */ = { + 6C6BE4C3977723D9195E888B /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + BDE8C8136BC60A6F4B97A421 /* IceGridSwift.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 60360A8B94C085154BD32502 /* Headers */ = { + 6FFF98FFD743E367D6E2B09A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - A28F3D9E1DF0B6E60B80F9E4 /* IceStormSwift.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 72B9C35862B85A6B7EF9542D /* Headers */ = { + 76DD5C1A308CF7C83B94F63C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 931D2A62F1CDA3AC564A068A /* Headers */ = { + 87EF9F6726245BB22947DB34 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 3687A46B2D6738F9B4AA4B8D /* IceStormSwift.h in Headers */, + A0469D2841ED18658EC28FEF /* IceSwift.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - B697B839FFC5FD971F589CA7 /* Headers */ = { + 8888C07FBB993E6078E394AE /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 88C34885FB8D43D1FC0E5102 /* Glacier2Swift.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - BCB8F5ABE971EC1B8C996611 /* Headers */ = { + 920351369831B583F5EDFB62 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 3DC3BA56E980189B978B3CB2 /* IceGridSwift.h in Headers */, + 654D60DFB2E1D07C00907669 /* Glacier2Swift.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - D0E26A407DB72F2EDAB9DAAA /* Headers */ = { + 9D927A1C51A912A8749AA469 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - A1B292D812AA4DB133ADD9F8 /* IceSwift.h in Headers */, + BB442C951DA3A2D657FD901F /* IceStormSwift.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - D334568E6ED9AF461412973C /* Headers */ = { + A4B228CDBFD67EF2CEB14D8C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - DFB43C5A849F81BE194F9551 /* Headers */ = { + AED85F24995A041AE0B787E2 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + A4ACDF260E9704ED3CF98ADD /* IceSwift.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - E8B16961B2C142487D303BF1 /* Headers */ = { + B882A9D077E2A3DF23C612F5 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F4E527685B7B857C73835711 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 853382C2B2AB89DEC949B426 /* AdminFacetFactory.h in Headers */, - 8E44D612BE455D739DFAAAA7 /* BlobjectFacade.h in Headers */, - E6DCEF728271E3C56617A5A6 /* Communicator.h in Headers */, - 84C207B84B957F18648A5DC3 /* Config.h in Headers */, - 25098936AB2EBCB7FABDC7C0 /* Connection.h in Headers */, - A487F35A647B39FB7C1875D7 /* Endpoint.h in Headers */, - 7602CD7C0BFC0ADCC95C565E /* Exception.h in Headers */, - 658A8E8CAFC4B571741EFF1E /* IceImpl.h in Headers */, - 651749FA5E99E7823E3B46DC /* IceUtil.h in Headers */, - DD388112F5481FD19BF4F867 /* ImplicitContext.h in Headers */, - 7D08EE52ACDEB8CDD239A101 /* LocalObject.h in Headers */, - 801244AF6BD1621AE1FF9C67 /* Logger.h in Headers */, - CB7AEF731759A136E3AA886E /* ObjectAdapter.h in Headers */, - 5B13D8B6D73E7AE212790F65 /* ObjectPrx.h in Headers */, - 70F7EA0C02F1F4AA84D964A0 /* OutputStream.h in Headers */, - D570E68A426C39195AB33774 /* Process.h in Headers */, - 227DFB562D329A3AFA801E92 /* Properties.h in Headers */, - 7041A7DC507FFAAD2B50D40A /* PropertiesAdmin.h in Headers */, - 1A0FD530DD253678198E2752 /* TraceUtil.h in Headers */, - 70CA83E3E3F7A3F82D9A4B38 /* UnsupportedAdminFacet.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F6FD9064DBB7DCC7F72AA89C /* Headers */ = { + CDBDA65811419C18E78704E3 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F74B1B66DF46E4DCAF91E01E /* Headers */ = { + D452F39C82EA7F380923559E /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C8CF8F206C456B68B5C16458 /* AdminFacetFactory.h in Headers */, + 5FBE10D40AAC960FEB0F9A05 /* BlobjectFacade.h in Headers */, + DE408840A906EB9DF3567632 /* Communicator.h in Headers */, + 9F63A02BFD6F051453AAFB3B /* Config.h in Headers */, + 547BCDFC442D420E7AFD45B6 /* Connection.h in Headers */, + DFAC6CDDE132CCDC82309AFE /* Endpoint.h in Headers */, + DC192BE4735F029639F94005 /* Exception.h in Headers */, + EBAB3FEA9DC5E4B579800952 /* IceImpl.h in Headers */, + E443CE073444D509F372BEAB /* IceUtil.h in Headers */, + 7C74B6B67A5C579246CE6512 /* ImplicitContext.h in Headers */, + E91AD4D2FEF3ADFA65AD2F03 /* LocalObject.h in Headers */, + 6381714DC8E29DA1409279EF /* Logger.h in Headers */, + 4B2A9FE1B670936C8B9F4726 /* ObjectAdapter.h in Headers */, + 56A89F83B7E3C8295F03C340 /* ObjectPrx.h in Headers */, + 67E3485CC567816B0B8A18AA /* OutputStream.h in Headers */, + 142F0EFA85C7A1A6F58EA0F2 /* Process.h in Headers */, + 1DAE21BFE6937AEF0863F90C /* Properties.h in Headers */, + 37D529598E6F86EAB44B2564 /* PropertiesAdmin.h in Headers */, + 6C932A41BAC049E9A39B89E8 /* TraceUtil.h in Headers */, + 10B8F0477ABFCC4841290078 /* UnsupportedAdminFacet.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D7F53EE5E7D0B1DEE5F053C4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - FAD7A359B7E9BAC3FF9E2973 /* Headers */ = { + E01414C8B344A74D6A241CFE /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 9754478231588D6E02CC59B1 /* IceGridSwift.h in Headers */, + EF10985C8253A6E3112826C3 /* IceStormSwift.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 016FC7A8D7AC637CAFBB2258 /* IceAdapterDeactivation macOS */ = { + 001C5C931BB14CEE44D6A0FA /* IceTimeout macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 1CBE356C4CF14A044EC30B22 /* Build configuration list for PBXNativeTarget "IceAdapterDeactivation macOS" */; + buildConfigurationList = 2C184F013F097070D300ACEB /* Build configuration list for PBXNativeTarget "IceTimeout macOS" */; buildPhases = ( - 451725F8ED8D7E26A4572F84 /* Sources */, - 12DDADB7BBE25E48960DD40C /* Frameworks */, - 7B01C4BF72D8ED4D96A7DF5F /* Resources */, - C73EB3D381D099D41BBDCADF /* Swiftformat & Swiftlint */, + 4D0CA92ECEEA148B8129622E /* Sources */, + 658B4A890FF292822FC366FD /* Frameworks */, + 462E9C5250E4E7F2C23E6A63 /* Resources */, + 090D886305F4EAED1B63950F /* Swiftformat & Swiftlint */, ); buildRules = ( - AAE0DC8A16F477144324539D /* PBXBuildRule */, + 7D6BFF6BE0DAB6192CA8B4B9 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceAdapterDeactivation macOS"; - productName = IceAdapterDeactivation; - productReference = B39EEA1B79501BFBDE6D4FB2 /* IceAdapterDeactivation.bundle */; + name = "IceTimeout macOS"; + productName = IceTimeout; + productReference = 3ADA79CCEE640A239743C9A1 /* IceTimeout.bundle */; productType = "com.apple.product-type.bundle"; }; - 07A3419E635DE9DB26A2F68A /* IceUdp iOS */ = { + 06303854213CBDE0E8304AF8 /* IceObjects iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 88B7A6C5853301B049C2A3B3 /* Build configuration list for PBXNativeTarget "IceUdp iOS" */; + buildConfigurationList = FC1A4D351A2532D5497E0BAA /* Build configuration list for PBXNativeTarget "IceObjects iOS" */; buildPhases = ( - 8C4D5C4E3DD727E0861CDC32 /* Sources */, - 19F7DE498EEAC55C84CEEA19 /* Frameworks */, - 0F70C9C3C3DAFF0951552E84 /* Resources */, - 1EB2D40314903E4C0BAFC18D /* Swiftformat & Swiftlint */, + D6AC41AD698154B9027096DD /* Sources */, + A76577E94CAA8F61FD419798 /* Frameworks */, + 2A66AF3DD5F0E028B98060F6 /* Resources */, + DB5C6DE7FC8B0D0E299D94BD /* Swiftformat & Swiftlint */, ); buildRules = ( - 8DD8943BB4B29D7180F51FAC /* PBXBuildRule */, + CFEDED3C1E59595CAE1331CD /* PBXBuildRule */, ); dependencies = ( ); - name = "IceUdp iOS"; - productName = IceUdp; - productReference = 45BF168798CB0C113B1288A9 /* IceUdp.bundle */; + name = "IceObjects iOS"; + productName = IceObjects; + productReference = 36E091EA53FD5E0F69323FC8 /* IceObjects.bundle */; productType = "com.apple.product-type.bundle"; }; - 09340323490721CC00E70497 /* IceProxy macOS */ = { + 08BAA58FABA0560B2BE060FF /* IceSlicingExceptionsAMD macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = EEEDE0D37F6F2A8FBBC7842F /* Build configuration list for PBXNativeTarget "IceProxy macOS" */; + buildConfigurationList = FB347DC39974BE6F6A2C4E27 /* Build configuration list for PBXNativeTarget "IceSlicingExceptionsAMD macOS" */; buildPhases = ( - B6BC36400C7B859D5D4B31D6 /* Sources */, - A753111DE58681D41E733C09 /* Frameworks */, - 986A4265DF1DD36AAFAA716C /* Resources */, - 4384196180D2FFBDFD909395 /* Swiftformat & Swiftlint */, + 0FBB91C56AE1FFFDC3C7BE62 /* Sources */, + 2CB2228A2439D70D30D99BE7 /* Frameworks */, + 96EECD4B3A09FF03C3452156 /* Resources */, + C032CA174DE7BC5ED02DE398 /* Swiftformat & Swiftlint */, ); buildRules = ( - 12FE0D819EC89B8F4E1A7391 /* PBXBuildRule */, + BB004958573F716331497F6D /* PBXBuildRule */, ); dependencies = ( ); - name = "IceProxy macOS"; - productName = IceProxy; - productReference = BE48EFA9435B97DE6B77A557 /* IceProxy.bundle */; + name = "IceSlicingExceptionsAMD macOS"; + productName = IceSlicingExceptionsAMD; + productReference = 4C5E9A2BD3C21F2AC20EA3CB /* IceSlicingExceptionsAMD.bundle */; productType = "com.apple.product-type.bundle"; }; - 095121484CF35DB41488AA68 /* IceSlicingObjects iOS */ = { + 097321F22CA928EFC1FEA632 /* IceOptionalAMD macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 6DDEE9267653EA240870F4A1 /* Build configuration list for PBXNativeTarget "IceSlicingObjects iOS" */; + buildConfigurationList = 9108412E7F5969D7806D703B /* Build configuration list for PBXNativeTarget "IceOptionalAMD macOS" */; buildPhases = ( - 82719257D513A487BD0C6222 /* Sources */, - 2DE1D55AE3103897C8B946D4 /* Frameworks */, - 697AC2043995CD5482204767 /* Resources */, - BAA634793B0F831B514A2AE0 /* Swiftformat & Swiftlint */, + 33A111449A7AEBF65E8A0E25 /* Sources */, + 56E7EFD61659ED73EE6A36A3 /* Frameworks */, + 129AA8F65EF49D7DBC40F403 /* Resources */, + B7B13AC6F57D99B774C6D638 /* Swiftformat & Swiftlint */, ); buildRules = ( - 1DE0FA02D265283FEFBA61D1 /* PBXBuildRule */, + EE3C5A6828421E22333D7178 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceSlicingObjects iOS"; - productName = IceSlicingObjects; - productReference = 15EA5A8E80383239E753C73F /* IceSlicingObjects.bundle */; + name = "IceOptionalAMD macOS"; + productName = IceOptionalAMD; + productReference = 7655830D1CCF012087CD6B8F /* IceOptionalAMD.bundle */; productType = "com.apple.product-type.bundle"; }; - 097C250B3DDB3720E4EFB46B /* IceInterceptor macOS */ = { + 0974C7F508E3EDAC9E1E5D40 /* IceFacets macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 96C6E95642D9D8CD584A2D8A /* Build configuration list for PBXNativeTarget "IceInterceptor macOS" */; + buildConfigurationList = 04F4943846C4C6F757B9857F /* Build configuration list for PBXNativeTarget "IceFacets macOS" */; buildPhases = ( - F7890AA962BE24C62A23EBAF /* Sources */, - 4AD1FAC11CBC84BFA6BBCD80 /* Frameworks */, - D9065E454087D92084D4E795 /* Resources */, - E0E55391BCE85D7211AEB33E /* Swiftformat & Swiftlint */, + A6C188430DB0885C938F0870 /* Sources */, + 2FBDE6C2D26D63BE6BFE8AA7 /* Frameworks */, + B5E37FA2522153E28BDCEDE7 /* Resources */, + 77268875FE69EAF07707C02E /* Swiftformat & Swiftlint */, ); buildRules = ( - 30AB7CD842E649E65DC1FEAE /* PBXBuildRule */, + F4AD6612F991C3A4681678FC /* PBXBuildRule */, ); dependencies = ( ); - name = "IceInterceptor macOS"; - productName = IceInterceptor; - productReference = 2B691DB6AE37550F750E76F1 /* IceInterceptor.bundle */; + name = "IceFacets macOS"; + productName = IceFacets; + productReference = 6CBE610B4E91AF5BE0901636 /* IceFacets.bundle */; productType = "com.apple.product-type.bundle"; }; - 09A7ACC3072813D6587F016A /* IceServantLocatorAMD iOS */ = { + 0975E118A71B33DE4A497B03 /* IceSlicingExceptions macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 0608538A7236FE26A206CB3E /* Build configuration list for PBXNativeTarget "IceServantLocatorAMD iOS" */; + buildConfigurationList = 71C59D92A0C077D59D3E8228 /* Build configuration list for PBXNativeTarget "IceSlicingExceptions macOS" */; buildPhases = ( - BD7E609C48B3FD6CFD761B9C /* Sources */, - 27F2B6F6C885F8C3857B1BF8 /* Frameworks */, - 011568971BE9F1354B7BE07B /* Resources */, - 911E2DCDBE153AEA8FAF17A1 /* Swiftformat & Swiftlint */, + 37DA21B1F7790B139D1E0A01 /* Sources */, + 720A2F0EEC14CC1C0120860D /* Frameworks */, + 1E68D210C2A504B06BE13459 /* Resources */, + 0ED067D71347095DE390570D /* Swiftformat & Swiftlint */, ); buildRules = ( - 1722A9109A86AE444EAFA74E /* PBXBuildRule */, + 62A20E09A0A852EDB88C97D9 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceServantLocatorAMD iOS"; - productName = IceServantLocatorAMD; - productReference = 9FA7801E5495B9E68AAC8464 /* IceServantLocatorAMD.bundle */; + name = "IceSlicingExceptions macOS"; + productName = IceSlicingExceptions; + productReference = 39FF39A1BFF6EEB275C0DC11 /* IceSlicingExceptions.bundle */; productType = "com.apple.product-type.bundle"; }; - 0B1A71B74E72F94006696B5E /* Ice macOS */ = { + 097B24B05F824444ED0F4482 /* IceInterceptor macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 76E5ED5775ECCB0401D9E66A /* Build configuration list for PBXNativeTarget "Ice macOS" */; + buildConfigurationList = 037287EDC74D8922C07F3AE0 /* Build configuration list for PBXNativeTarget "IceInterceptor macOS" */; buildPhases = ( - 1A569852C849E283FEAB259F /* Headers */, - 8558C21FEE4A920E68661EC9 /* Sources */, - E6D57840F143EBB985E578C4 /* Frameworks */, - B420E0C2A6B6B0569F3FF9AA /* Resources */, - 81ED1E213DB064EAFE39A3DE /* Swiftformat & Swiftlint */, + C81DCE179C78D3C53A8B4FF0 /* Sources */, + D34400341AC351EC60AA3DB1 /* Frameworks */, + D7177A61BB36AB0C73BCF71D /* Resources */, + A6C8385E7D13CD71A3B93B19 /* Swiftformat & Swiftlint */, ); buildRules = ( - EFB9B532468CDDC35C13F7EB /* PBXBuildRule */, - 2B918B2CF566D1024EC0F858 /* PBXBuildRule */, + DC796C4ACD78701BA92FB401 /* PBXBuildRule */, ); dependencies = ( ); - name = "Ice macOS"; - productName = Ice; - productReference = CC078A6B163093B069CC3574 /* Ice.framework */; - productType = "com.apple.product-type.framework"; + name = "IceInterceptor macOS"; + productName = IceInterceptor; + productReference = 2EEFE909B8B35BD3CA65CA4E /* IceInterceptor.bundle */; + productType = "com.apple.product-type.bundle"; }; - 0C5CC1FECE2B0734B4CF7FF8 /* TestDriver iOS */ = { + 098E6FD5EB24363A4DEE0DA7 /* IceOperations iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 293BFB07444597B08DBC4581 /* Build configuration list for PBXNativeTarget "TestDriver iOS" */; + buildConfigurationList = 0DAFD6916B14B3FD35339274 /* Build configuration list for PBXNativeTarget "IceOperations iOS" */; buildPhases = ( - D31D448B5FF140F217C5E19F /* Sources */, - 7E7D50129FBAEA78F0EB75CB /* Frameworks */, - 65E1DBB04710D615D163A080 /* Resources */, - 6857D9DC4A05B3D70C0B2BD5 /* Swiftformat & Swiftlint */, - EF03D99E85E406ECD9DF4486 /* Copy Frameworks */, - DE3762BDBF1BA7C6F481C1B7 /* Copy Symbols */, - 59FF1395E6A1CDA1ACD57782 /* Copy Frameworks */, + 7C4ED7AF54D6E84F2147BD94 /* Sources */, + 6C1257723942A8845CB58A49 /* Frameworks */, + 51F7AB410EBB5437B1ECBEB1 /* Resources */, + 1C87062611FD4C4AFFDD06CC /* Swiftformat & Swiftlint */, ); buildRules = ( - 1EB36D20E8369DA79FF121F2 /* PBXBuildRule */, + B0BBD12E77BFE4654F573F9C /* PBXBuildRule */, ); dependencies = ( - 2FE1A7341AFBF8DD0C03FD10 /* PBXTargetDependency */, - 84B530B6F14115A9DA9B7BD4 /* PBXTargetDependency */, - 98CDDDA718057DB9C65FDDDD /* PBXTargetDependency */, - CABD29A3F56928F09700BED5 /* PBXTargetDependency */, - 621253F42308632C46B8933C /* PBXTargetDependency */, - 84761378CA25AA056379198C /* PBXTargetDependency */, - 7D73DC24CFF9CC58B507AC7D /* PBXTargetDependency */, - CD1D00CF8D3296EE0B27B29B /* PBXTargetDependency */, - 5E266A5C55988221C1E4971F /* PBXTargetDependency */, - 19DC4450496EDF32893451D2 /* PBXTargetDependency */, - B704F4314D6CE448C9BE5038 /* PBXTargetDependency */, - 2C897D86C815D21EE3D7AED6 /* PBXTargetDependency */, - 78D28B926D07956B2DC220AB /* PBXTargetDependency */, - 5F9B5F32BEC0CB2DA7835804 /* PBXTargetDependency */, - EEDFF0EB2E4BE04637F717D1 /* PBXTargetDependency */, - 5040F1BE527C7C95934A56DD /* PBXTargetDependency */, - 6A7156FEFFF6C2B212D7FDD3 /* PBXTargetDependency */, - 7A0BFD5FB25D48C5998CDDCB /* PBXTargetDependency */, - E923E1D868F851FC3ABA3AD9 /* PBXTargetDependency */, - CB94ADFB81FB69A350206974 /* PBXTargetDependency */, - F9C97A03DB4F64BB3D97CA88 /* PBXTargetDependency */, - E3290EAC228CE4991E8265FD /* PBXTargetDependency */, - 7D4CFC6AF0B96B3752FBDB50 /* PBXTargetDependency */, - B4FF54E2A9C627C71E8A82A1 /* PBXTargetDependency */, - 985E4195E41ECE15C3ED5DCA /* PBXTargetDependency */, - D7F96E49F65EE7F635F6DCFA /* PBXTargetDependency */, - 88A88A17325246BF42990637 /* PBXTargetDependency */, - 5EBB1FB5D8E8AEF3D5324119 /* PBXTargetDependency */, - F608B42EF193A4AD6681C10B /* PBXTargetDependency */, - D8477FEBAF2F5D902A5FEBEF /* PBXTargetDependency */, - 8C1AB972173DA14FA8185599 /* PBXTargetDependency */, - C88AE478F447DA2EFCA425CB /* PBXTargetDependency */, - D9B92016D5C3CC2012AC6830 /* PBXTargetDependency */, - 97141B56040FB64274154035 /* PBXTargetDependency */, - A8438C44A2FFF79E16759C16 /* PBXTargetDependency */, - 07182D961C1640ADE5938127 /* PBXTargetDependency */, - 1100223EC33987956481D39F /* PBXTargetDependency */, - BDE3C9111A4263B2BB7FCC76 /* PBXTargetDependency */, - 0664B9FBFA7DC7085E7FB5F7 /* PBXTargetDependency */, ); - name = "TestDriver iOS"; - productName = TestDriver; - productReference = 4D5928C02C3EB226CB477601 /* TestDriver.app */; - productType = "com.apple.product-type.application"; + name = "IceOperations iOS"; + productName = IceOperations; + productReference = 37B62CF90FEF61DA01C95D26 /* IceOperations.bundle */; + productType = "com.apple.product-type.bundle"; }; - 0CE818CEFE42E47551109E80 /* IceGrid iOS */ = { + 0B355B60CB5058C222A05F0F /* Glacier2 iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 53CA4BCD7598C5CEBABC8A91 /* Build configuration list for PBXNativeTarget "IceGrid iOS" */; + buildConfigurationList = 4233860A79393D4B2103DDBD /* Build configuration list for PBXNativeTarget "Glacier2 iOS" */; buildPhases = ( - FAD7A359B7E9BAC3FF9E2973 /* Headers */, - 9592EB7A5BB19CC763FC0314 /* Sources */, - DFF0333079695C65648E0216 /* Frameworks */, - 8BF57A72D3772CDFFD016FFC /* Resources */, + 001A7BEC4045C4280843AFA1 /* Headers */, + BA688DB44306CB521EA98D92 /* Sources */, + A524CDDFDBA3F96B42CED6C4 /* Frameworks */, + 579242FCF3F26CB9CBE25BF2 /* Resources */, ); buildRules = ( - 4DD155D9E07BDCA4F7F9A26C /* PBXBuildRule */, + A5F2F16E98C5321048E6BAF2 /* PBXBuildRule */, ); dependencies = ( - 89F1622C18D389559061D1DA /* PBXTargetDependency */, - 7A5104FF2D73CCE9A31821AA /* PBXTargetDependency */, + 54A4F70D59231BECE9987E97 /* PBXTargetDependency */, ); - name = "IceGrid iOS"; - productName = IceGrid; - productReference = 9B9DD6B8FA13BCACE6FF4DA3 /* IceGrid.framework */; + name = "Glacier2 iOS"; + productName = Glacier2; + productReference = 08787E07ECBBF81BA7E22C2D /* Glacier2.framework */; productType = "com.apple.product-type.framework"; }; - 0DF1D6DF6CDFD89DE83B4385 /* IceRetry iOS */ = { + 0E5B6FF412FD4C68F048F3A6 /* IceAdapterDeactivation macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 0BA513DE703AC36C05436673 /* Build configuration list for PBXNativeTarget "IceRetry iOS" */; + buildConfigurationList = 7C7993975DA33A22CA706CBE /* Build configuration list for PBXNativeTarget "IceAdapterDeactivation macOS" */; buildPhases = ( - 5FFC3FA8816B55D1C3C496BE /* Sources */, - 2560EE4212B81106C3AE8E58 /* Frameworks */, - EE707AA9C765F824C97D8649 /* Resources */, - 3A3CECE7E0416FA43F0DD399 /* Swiftformat & Swiftlint */, + 32640EC9D2136407B844E70C /* Sources */, + 1082D20A48AADE866A3B45D3 /* Frameworks */, + 386F5D164EF9AA488E7948A9 /* Resources */, + 60CCC878500D93CD5AA34304 /* Swiftformat & Swiftlint */, ); buildRules = ( - BC9C97FA6DA40C10C3D7A814 /* PBXBuildRule */, + 13A84DEBB9ACBA6C3D5DF203 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceRetry iOS"; - productName = IceRetry; - productReference = 1E4A6402493A919347EACCD3 /* IceRetry.bundle */; + name = "IceAdapterDeactivation macOS"; + productName = IceAdapterDeactivation; + productReference = DBCF3F9ED7B862AE7F5A7BA3 /* IceAdapterDeactivation.bundle */; productType = "com.apple.product-type.bundle"; }; - 1728C95B2983B364E20AC842 /* IceBinding iOS */ = { + 147781F0EBEDBF6E1BFF02A9 /* IceRetry iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 6E8EB9D5E4145286152F5070 /* Build configuration list for PBXNativeTarget "IceBinding iOS" */; + buildConfigurationList = 12A4816141D5F2C951423CD9 /* Build configuration list for PBXNativeTarget "IceRetry iOS" */; buildPhases = ( - 6B1B927ED8CCD567A13D9580 /* Sources */, - D51ADD59743005E715B9980E /* Frameworks */, - 5A5892A5AD6E2B66FCF98E1F /* Resources */, - 35663CA8F6C68A591AFB3581 /* Swiftformat & Swiftlint */, + 1E2897AE4BA03ECCF66235B4 /* Sources */, + 888DA7A1B18B3477B54CC4A0 /* Frameworks */, + B7965FB0F3AC2C24AA66C1F8 /* Resources */, + 9BE51F7C56B0296E1A07DC3C /* Swiftformat & Swiftlint */, ); buildRules = ( - 6D71F4FFE995B4E23BFE08F7 /* PBXBuildRule */, + AE3D361B68029682B59483F8 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceBinding iOS"; - productName = IceBinding; - productReference = 001DE80880ACC6CBBF0872DF /* IceBinding.bundle */; + name = "IceRetry iOS"; + productName = IceRetry; + productReference = E7932FBEB2A88D0068A8F9BF /* IceRetry.bundle */; productType = "com.apple.product-type.bundle"; }; - 1A1476FABE2452778FDEAB54 /* IceProperties iOS */ = { + 18EBB45A5DA6C9773AECE7FA /* IceInheritance iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 7B16135D881FEDC3EF482AED /* Build configuration list for PBXNativeTarget "IceProperties iOS" */; + buildConfigurationList = 03540C906A21A72F00D7AC78 /* Build configuration list for PBXNativeTarget "IceInheritance iOS" */; buildPhases = ( - D5E0431383D55E1A07F595BA /* Sources */, - 95A38F4A81B99364DBA1D892 /* Frameworks */, - 4024F7EAD714539437F0C689 /* Resources */, - 1DE24997557E31AFC827BC3F /* Swiftformat & Swiftlint */, + 52B4132D996051EF595BC50C /* Sources */, + BFF0E6E7BBF002D1690BBED1 /* Frameworks */, + 1EE9A2B0A13F6BCD84C09FDE /* Resources */, + 00A06A37F8C3A2092BA22E0D /* Swiftformat & Swiftlint */, ); buildRules = ( - BCF13975962FC2E15C60EF46 /* PBXBuildRule */, + 438CB72227A118A887DE5FDC /* PBXBuildRule */, ); dependencies = ( ); - name = "IceProperties iOS"; - productName = IceProperties; - productReference = EFB2C8C91989C679C95A0D3F /* IceProperties.bundle */; + name = "IceInheritance iOS"; + productName = IceInheritance; + productReference = 0E9FA5953E6E39B663775B90 /* IceInheritance.bundle */; productType = "com.apple.product-type.bundle"; }; - 1A5B6182216F213795E45302 /* IceAcm iOS */ = { + 1AE5EF47AE73E767757F7A42 /* IceAcm iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 24096F4AAB2519466057383B /* Build configuration list for PBXNativeTarget "IceAcm iOS" */; + buildConfigurationList = 46BED932A64CA3BFF381C9EC /* Build configuration list for PBXNativeTarget "IceAcm iOS" */; buildPhases = ( - 6265ECADE7D41F5944B066E1 /* Sources */, - B4040D21010DAA241EEBEB00 /* Frameworks */, - CCFDA8359A47437CE78E596B /* Resources */, - CC57A3992D0D978883D35B0D /* Swiftformat & Swiftlint */, + D42D437ABE4B1B3644CEC2DC /* Sources */, + FA4273E60A9C8D2541414143 /* Frameworks */, + BF6C5D256E02E5D040AFD5B6 /* Resources */, + 0F94FA6237DEB75B76206063 /* Swiftformat & Swiftlint */, ); buildRules = ( - 7D78698A6CE6B0ED7ABE93FA /* PBXBuildRule */, + DEC00B1D967642B3A7D5026D /* PBXBuildRule */, ); dependencies = ( ); name = "IceAcm iOS"; productName = IceAcm; - productReference = 63348156A5E1D8B7FFEE9B19 /* IceAcm.bundle */; + productReference = AAEFDCCC2FB43E9585B8F074 /* IceAcm.bundle */; productType = "com.apple.product-type.bundle"; }; - 1A672B1F4E1B53BB18266951 /* IceInterceptor iOS */ = { + 1BB65BC934C50A241DD72EB0 /* IceProxy iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 047C0FC3CFA6E9572DF89592 /* Build configuration list for PBXNativeTarget "IceInterceptor iOS" */; + buildConfigurationList = 7AF106C08D950EF127084550 /* Build configuration list for PBXNativeTarget "IceProxy iOS" */; buildPhases = ( - 8D056C8E8AD4D4EB626B8739 /* Sources */, - 2470EBCA958E5227ABC99942 /* Frameworks */, - D95B26BFDD189B361F8321BC /* Resources */, - 96EFC7D110D47F13CDAA2DA2 /* Swiftformat & Swiftlint */, + 01711BEB6A749E8C12CEB8F3 /* Sources */, + 4A97D696A8A6ABF3E94C755B /* Frameworks */, + B8D2FFE70F3C53BA355AB220 /* Resources */, + 4CDEAD31768C3BB51D2694FA /* Swiftformat & Swiftlint */, ); buildRules = ( - 408CB6B5944A2345BF465CE2 /* PBXBuildRule */, + 2A5091E7867637C96BF31BD2 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceInterceptor iOS"; - productName = IceInterceptor; - productReference = 80958598B0C2D941070077CF /* IceInterceptor.bundle */; + name = "IceProxy iOS"; + productName = IceProxy; + productReference = F0C40C074128E804307D1C93 /* IceProxy.bundle */; productType = "com.apple.product-type.bundle"; }; - 1AA9B0EED7026A015B2E8EB9 /* IceLocation iOS */ = { + 1BC6A6725D2CA46825BA39AA /* IceServices iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 40A1E156AAB8A2944A023733 /* Build configuration list for PBXNativeTarget "IceLocation iOS" */; + buildConfigurationList = 9786965D38F9284EA0C30861 /* Build configuration list for PBXNativeTarget "IceServices iOS" */; buildPhases = ( - 04CD7E6AA59E910B65A3EBB9 /* Sources */, - 0CA8EA8C07D047F968CA4BC5 /* Frameworks */, - E8511DB387F91166AA1BE8C9 /* Resources */, - 77FF3C52C70AEA7E7B50E904 /* Swiftformat & Swiftlint */, + F0498BDD57D115F04B40D82D /* Sources */, + 6F52987E09A5D705410E6944 /* Frameworks */, + AF0A96D54D742A480EFB52CE /* Resources */, + 3B6F153C6B1D17CECC64F7E3 /* Swiftformat & Swiftlint */, ); buildRules = ( - 3B19B1CF25BA8211A1F6F313 /* PBXBuildRule */, + 07A3635C65C3B5246CFE440D /* PBXBuildRule */, ); dependencies = ( ); - name = "IceLocation iOS"; - productName = IceLocation; - productReference = D7F3AFD78C1E71EC8348A032 /* IceLocation.bundle */; + name = "IceServices iOS"; + productName = IceServices; + productReference = 9C6ABE056F2DBE44003EC879 /* IceServices.bundle */; productType = "com.apple.product-type.bundle"; }; - 1AFF5D79D4579613BC9AA1A4 /* IceImpl iOS */ = { + 1C7768E80D8EEC3DC33D4093 /* IceServantLocator iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 4B19C890AEBCBAB9E3290F40 /* Build configuration list for PBXNativeTarget "IceImpl iOS" */; + buildConfigurationList = 386B1DFC26273C62546755E1 /* Build configuration list for PBXNativeTarget "IceServantLocator iOS" */; buildPhases = ( - F4E527685B7B857C73835711 /* Headers */, - 130442884A350F84496D01D8 /* Sources */, - E7AA944DDCA009F7B0249466 /* Frameworks */, - 904A06F36FEE8318A472B6BB /* Resources */, + B17C79F5E67A1D8586413D1C /* Sources */, + 1C7331ECBF03C986C22FE228 /* Frameworks */, + E6CC28CFCA4603CEB2ADD379 /* Resources */, + F8E8D65AA995D3F119CCAC9D /* Swiftformat & Swiftlint */, ); buildRules = ( + 080A0A21A06DFCDEC62E3823 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceImpl iOS"; - productName = IceImpl; - productReference = 79825E240B70744C296B607F /* IceImpl.framework */; - productType = "com.apple.product-type.framework"; + name = "IceServantLocator iOS"; + productName = IceServantLocator; + productReference = C8D07FA1402AF6F0B8891E4C /* IceServantLocator.bundle */; + productType = "com.apple.product-type.bundle"; }; - 1EF56F23750C6A55D015A947 /* IceInfo macOS */ = { + 1CA71DA18C9564DDF7EE4E0E /* IceFacets iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 846CCF7CF20884AAF5B044EF /* Build configuration list for PBXNativeTarget "IceInfo macOS" */; + buildConfigurationList = 93CA2E9627E64B8EB56484AD /* Build configuration list for PBXNativeTarget "IceFacets iOS" */; buildPhases = ( - 5B9AF677F88B5E3F847550E7 /* Sources */, - DA2D4B2D1E3E62F566444CD5 /* Frameworks */, - 286F8ED0F23AD0412508619A /* Resources */, - A2A42F67354B911748F84EBE /* Swiftformat & Swiftlint */, + A2889409B60315EA7F74A43C /* Sources */, + 0F326C2385505BFF56092EC3 /* Frameworks */, + 3C45B3BEC4AE9CC84AD6CB24 /* Resources */, + 4874872EB1A23452761A64E5 /* Swiftformat & Swiftlint */, ); buildRules = ( - 7CCF2CBF0630FD59A68B03B1 /* PBXBuildRule */, + 721011241010C72EE7EF2228 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceInfo macOS"; - productName = IceInfo; - productReference = 9CAB83AE38E9F9D1AFB6748D /* IceInfo.bundle */; + name = "IceFacets iOS"; + productName = IceFacets; + productReference = 9ACE103351938653D9DE98A2 /* IceFacets.bundle */; productType = "com.apple.product-type.bundle"; }; - 252152CFC135658792B892E0 /* IceDefaultServant macOS */ = { + 253E456C875414EEA7E3C1F3 /* IceScope iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = DD24DEB0EA3DB6559C274AFF /* Build configuration list for PBXNativeTarget "IceDefaultServant macOS" */; + buildConfigurationList = 32D4B3633294349405B2470C /* Build configuration list for PBXNativeTarget "IceScope iOS" */; buildPhases = ( - E532081C7235418151269B67 /* Sources */, - 3F8D607243C5395C9BF666D3 /* Frameworks */, - 1F722A19B6DDA94669860FE1 /* Resources */, - 0A454D3367AC77939BEE7BC6 /* Swiftformat & Swiftlint */, + 7E05DD7090773C29A52E8655 /* Sources */, + 8B30D28ADA04D65C86C697A7 /* Frameworks */, + 78DF996E046FCFE7E49D7948 /* Resources */, + 163D06668C3F4A1AF61BB810 /* Swiftformat & Swiftlint */, ); buildRules = ( - 378543429AA23043406FDF08 /* PBXBuildRule */, + 905DD464DDDD7572B19F8899 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceDefaultServant macOS"; - productName = IceDefaultServant; - productReference = 1399B361B8749DCC9E99F439 /* IceDefaultServant.bundle */; + name = "IceScope iOS"; + productName = IceScope; + productReference = E76251FF35DC3A8D6189CB99 /* IceScope.bundle */; productType = "com.apple.product-type.bundle"; }; - 2D437ABEA31339A6A61F9790 /* IceInheritance macOS */ = { + 2B9DCABB7DD2568783EC5FDF /* IceDefaultValue iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = C2AD7059158B6098487CF035 /* Build configuration list for PBXNativeTarget "IceInheritance macOS" */; + buildConfigurationList = 60389E8E9BB3A42762214F23 /* Build configuration list for PBXNativeTarget "IceDefaultValue iOS" */; buildPhases = ( - 9AFEFF501DAFD916E62810AC /* Sources */, - F63870A7C545E5B50836039F /* Frameworks */, - 47FB99518E8DF7879764F222 /* Resources */, - A1450CE676D5029E1A57F982 /* Swiftformat & Swiftlint */, + 1DE51D8181BBEBE2E55B6ABF /* Sources */, + 54F64C67F49555BE831DECBF /* Frameworks */, + 7431EB45ACD542B1F019CC12 /* Resources */, + 20E41DC8E45E129B13062212 /* Swiftformat & Swiftlint */, ); buildRules = ( - BC6A5950E2EA0B151498A2BC /* PBXBuildRule */, + C8C1EE445F6B7B47E9309566 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceInheritance macOS"; - productName = IceInheritance; - productReference = 46DE7FA80CA384D7CD16EEAA /* IceInheritance.bundle */; + name = "IceDefaultValue iOS"; + productName = IceDefaultValue; + productReference = 39FCB9ABE4676DEAC055721A /* IceDefaultValue.bundle */; productType = "com.apple.product-type.bundle"; }; - 31FF9E7B3D38D84F48DA06D1 /* IceOptionalAMD macOS */ = { + 2D9F82968F196F97DA9B7FA3 /* IceDiscovery C++11 iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 3D3BD04726D277295BFD8F24 /* Build configuration list for PBXNativeTarget "IceOptionalAMD macOS" */; + buildConfigurationList = A1B2128223E9BB3B72D58C92 /* Build configuration list for PBXNativeTarget "IceDiscovery C++11 iOS" */; buildPhases = ( - B4C26B430CA7C47F9CB8F6F6 /* Sources */, - A54767D6B687B1D6D43DC015 /* Frameworks */, - 8D1E9482056631F82D614D14 /* Resources */, - C274D3CED0E38624C0BC1E1A /* Swiftformat & Swiftlint */, + 8888C07FBB993E6078E394AE /* Headers */, + 130CA2B1D97BC9EAEBBBEB6E /* Sources */, + F131CBA237D9810C201E5103 /* Frameworks */, ); buildRules = ( - B72D5907706390ED0F36B967 /* PBXBuildRule */, + 6D1398C5B515AD0827C3F4D0 /* PBXBuildRule */, ); dependencies = ( + 596951475A2B3CA4941224BF /* PBXTargetDependency */, ); - name = "IceOptionalAMD macOS"; - productName = IceOptionalAMD; - productReference = 5254A9F97B7C0B338368D6CB /* IceOptionalAMD.bundle */; - productType = "com.apple.product-type.bundle"; + name = "IceDiscovery C++11 iOS"; + productName = "IceDiscovery C++11 iOS"; + productReference = 5B7699BED2B9E219E65B1803 /* libIceDiscovery C++11 iOS.a */; + productType = "com.apple.product-type.library.static"; }; - 3543F06F75A166BFC6F0FEB1 /* IceObjects iOS */ = { + 324198CA822B89BCD4EDFFFF /* IceAdapterDeactivation iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = CB52E90E06F464D856992E64 /* Build configuration list for PBXNativeTarget "IceObjects iOS" */; + buildConfigurationList = CF6557E5AD508CF9A38D0BB4 /* Build configuration list for PBXNativeTarget "IceAdapterDeactivation iOS" */; buildPhases = ( - 8E33317CFD8AABD126644E41 /* Sources */, - 8C76169187A691D9380A2E32 /* Frameworks */, - 88C5140F1E46B9E7AE1ED43F /* Resources */, - 4D086C1F65791B9E9E8EB55C /* Swiftformat & Swiftlint */, + 6CD5955CF644B4385A9B49D9 /* Sources */, + 5411396A36D250EF3EC8B665 /* Frameworks */, + BA45D917D12FE5A33DAC3931 /* Resources */, + D8530C4ACD5ACB43B1D7E530 /* Swiftformat & Swiftlint */, ); buildRules = ( - 359AFE5C0ED79C4C080B71D4 /* PBXBuildRule */, + 9008BAEFD7124412190F5978 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceObjects iOS"; - productName = IceObjects; - productReference = 0682DB16E8C684CB74810A34 /* IceObjects.bundle */; + name = "IceAdapterDeactivation iOS"; + productName = IceAdapterDeactivation; + productReference = 537A0A3EC88C4698CC05D830 /* IceAdapterDeactivation.bundle */; productType = "com.apple.product-type.bundle"; }; - 36A4FEB4CC83ADDFC7FA5D20 /* IceTimeout macOS */ = { + 328125D9E95D0F7579F98568 /* IceOperationsAMD macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = EA561886C2B18B1ADCE0CED7 /* Build configuration list for PBXNativeTarget "IceTimeout macOS" */; + buildConfigurationList = 9AF42E8378192DA13E53E64A /* Build configuration list for PBXNativeTarget "IceOperationsAMD macOS" */; buildPhases = ( - 7F99CD3BE069E716ECF7D8BC /* Sources */, - 45D2BDEC8BCE769D7AA8C452 /* Frameworks */, - 5E2071D7FC926BCB08466D4D /* Resources */, - DAEE4952D40661C467B4EF9E /* Swiftformat & Swiftlint */, + 074FCE1D84481A14268C6895 /* Sources */, + 5E6DC55AE272B4C7189C4978 /* Frameworks */, + 242A0C9380D4D2D0FCC49602 /* Resources */, + FE5DFA85D8444A02AF28AD4F /* Swiftformat & Swiftlint */, ); buildRules = ( - D35EE310559C2694A630E54F /* PBXBuildRule */, + AEE7147E2BE9D5472E954137 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceTimeout macOS"; - productName = IceTimeout; - productReference = DC14D958B16055F6BE7DC03A /* IceTimeout.bundle */; + name = "IceOperationsAMD macOS"; + productName = IceOperationsAMD; + productReference = CA823CB45CDDD0619C3B891E /* IceOperationsAMD.bundle */; productType = "com.apple.product-type.bundle"; }; - 36C5FC458D8BC9519A544A6E /* Ice iOS */ = { + 35D02905F8ED5A06BB94AA73 /* TestCommon iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 02173777E2A6814E5B338BB5 /* Build configuration list for PBXNativeTarget "Ice iOS" */; + buildConfigurationList = 8608B40D0DD8186158597960 /* Build configuration list for PBXNativeTarget "TestCommon iOS" */; buildPhases = ( - D0E26A407DB72F2EDAB9DAAA /* Headers */, - 0643EE5C2A1904FF88BBE447 /* Sources */, - 2DDC987645FA03D0E2082F3D /* Frameworks */, - 1807A9EF404BA50475A0EBCA /* Resources */, - F26CE5FDB88D88A2C3BB891F /* Swiftformat & Swiftlint */, + A4B228CDBFD67EF2CEB14D8C /* Headers */, + 6D526C3D15A849C5E2A42E58 /* Sources */, + DD3E0DD31D065B6C465845ED /* Frameworks */, + CC941F8CB22D79C65B58FC0E /* Resources */, + 1791C8089098FF41D0588252 /* Swiftformat & Swiftlint */, ); buildRules = ( - 2F0BE317AC2ECECA816F9EBA /* PBXBuildRule */, - F5E2F23D40D74CCC58853942 /* PBXBuildRule */, - A1AB20FEB59781F98AB45B66 /* PBXBuildRule */, + D02EF989029170E14BC0751D /* PBXBuildRule */, ); dependencies = ( ); - name = "Ice iOS"; - productName = Ice; - productReference = FEDE801DF913E78B6A10B933 /* Ice.framework */; + name = "TestCommon iOS"; + productName = TestCommon; + productReference = FB8D1CF98FDDF59E23613EB8 /* TestCommon.framework */; productType = "com.apple.product-type.framework"; }; - 373316595104969A56F04C43 /* IceOptional macOS */ = { + 35D6F5D42DE5747E46E311CB /* IceAdmin macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = D939965D923D4126F2CE7B75 /* Build configuration list for PBXNativeTarget "IceOptional macOS" */; + buildConfigurationList = 9F14C9333CC299ADA6859263 /* Build configuration list for PBXNativeTarget "IceAdmin macOS" */; buildPhases = ( - 4D6AF035048E2BD2816CB558 /* Sources */, - 34D9866298DB708E507E5ABD /* Frameworks */, - 71B90AE966F7882D07D3D37B /* Resources */, - 73223381F50C79AB7DD3FF89 /* Swiftformat & Swiftlint */, + B90D4DC4D0956F5C07075E72 /* Sources */, + 4A4C1D5046D9593DB85A0D02 /* Frameworks */, + 1D82C74ECBD3BB645A4937D0 /* Resources */, + D698FF37874B7F1F96155C03 /* Swiftformat & Swiftlint */, ); buildRules = ( - 1E823D5E281E63411DA6DCDD /* PBXBuildRule */, + 4300C20AD7FFA326974A17CC /* PBXBuildRule */, ); dependencies = ( ); - name = "IceOptional macOS"; - productName = IceOptional; - productReference = 19DC95DD9878F7D0A870D937 /* IceOptional.bundle */; + name = "IceAdmin macOS"; + productName = IceAdmin; + productReference = A492FE3E5FDEFAEDCD2B1E9C /* IceAdmin.bundle */; productType = "com.apple.product-type.bundle"; }; - 38CB94B155A784ED0C419112 /* IceSSLConfiguration macOS */ = { + 3613334A9EF07A2035F5045E /* IceInvoke macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 309CE00B8A7ACF4B3A87E57B /* Build configuration list for PBXNativeTarget "IceSSLConfiguration macOS" */; + buildConfigurationList = 60D1974A873C1670945FBBA1 /* Build configuration list for PBXNativeTarget "IceInvoke macOS" */; buildPhases = ( - 4C1CF20FD6648A2678707ED3 /* Sources */, - 59B53568BE086AD7C396A4CC /* Frameworks */, - 98136E3E4019D86E87D4B3D5 /* Resources */, - 93BBB944A35B6ABB6F14AABB /* Swiftformat & Swiftlint */, + A5127A47A9C7C73868FB4BD7 /* Sources */, + 1B12764A62C311EED6D61CD1 /* Frameworks */, + C5FDAAE23C0FFBE50020CE69 /* Resources */, + B90737631F5413DE1A543212 /* Swiftformat & Swiftlint */, ); buildRules = ( - 15EB8AA5F15324528C9073B0 /* PBXBuildRule */, + 6AB5863484F1AD3C1905167F /* PBXBuildRule */, ); dependencies = ( ); - name = "IceSSLConfiguration macOS"; - productName = IceSSLConfiguration; - productReference = A37AD351FE427D5C1AC14AE2 /* IceSSLConfiguration.bundle */; + name = "IceInvoke macOS"; + productName = IceInvoke; + productReference = B79058D9EEF5C7AD655C345D /* IceInvoke.bundle */; productType = "com.apple.product-type.bundle"; }; - 3BAD975BC36C3B25374AA163 /* IceOperations macOS */ = { + 37408295372CCC494FCEBBA8 /* IceInfo iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = D357B371D07CD4B4BF3E2AEA /* Build configuration list for PBXNativeTarget "IceOperations macOS" */; + buildConfigurationList = 957BC72B06547198211CB4BF /* Build configuration list for PBXNativeTarget "IceInfo iOS" */; buildPhases = ( - FFB79183AC365B220539B6CB /* Sources */, - EC4687FBF2A2B3050A0E63FE /* Frameworks */, - FC9BABF0FFC84B959D7046BA /* Resources */, - 0FC0D1A4F5DBA1F7A384F4F3 /* Swiftformat & Swiftlint */, + 294A3A0C4D8F1B6FD46D2168 /* Sources */, + 5F0563B9AB5415C09A8367ED /* Frameworks */, + 28BE64D6E10733C666F8608C /* Resources */, + A88B82FB7C05F5A66FEB13FA /* Swiftformat & Swiftlint */, ); buildRules = ( - FEB6288664451BA377E228C3 /* PBXBuildRule */, + 57E4B0339D9F4E3AC74FD704 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceOperations macOS"; - productName = IceOperations; - productReference = C852970CEEDF2842C437C190 /* IceOperations.bundle */; + name = "IceInfo iOS"; + productName = IceInfo; + productReference = 2550950CE5CCA9BD55DB8E77 /* IceInfo.bundle */; productType = "com.apple.product-type.bundle"; }; - 3E61CD8370BCB3C687028883 /* IceInvoke iOS */ = { + 3A81ABC1DA6FA8643C82D2CA /* IceExceptionsAMD macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 50F1B4DCEC6D32C0E1EE2C51 /* Build configuration list for PBXNativeTarget "IceInvoke iOS" */; + buildConfigurationList = 66F65B8F3E82CB98854DA344 /* Build configuration list for PBXNativeTarget "IceExceptionsAMD macOS" */; buildPhases = ( - 09E4C90A1EF7432A411DDCE6 /* Sources */, - 69BB25BDB52C436E6FF95834 /* Frameworks */, - 882CC039876E4CBF4461C143 /* Resources */, - D600F762F533E9D9DCD555D4 /* Swiftformat & Swiftlint */, + 6001CAB3884BC6A66BC3B941 /* Sources */, + 644C3B5785018128B278C6FC /* Frameworks */, + 5D456CE9E177009043807F16 /* Resources */, + 72CECF77B12C4A5567E5DD47 /* Swiftformat & Swiftlint */, ); buildRules = ( - 3796AEAB5E6503F55E8BA9DC /* PBXBuildRule */, + 4790640202F99839991AF24F /* PBXBuildRule */, ); dependencies = ( ); - name = "IceInvoke iOS"; - productName = IceInvoke; - productReference = C0D91E857AA6934E8E94C1D2 /* IceInvoke.bundle */; + name = "IceExceptionsAMD macOS"; + productName = IceExceptionsAMD; + productReference = 1B7D41441CF62860BADD4A4F /* IceExceptionsAMD.bundle */; productType = "com.apple.product-type.bundle"; }; - 40BA8E62CF6A12BC186B062C /* IceEnums iOS */ = { + 3BAF3007F5BB5975D0E3BCCD /* SliceEscape macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 9B6E9AA682B4D4710908F30E /* Build configuration list for PBXNativeTarget "IceEnums iOS" */; + buildConfigurationList = 6D0CBE2063C8FB48CBFB6D30 /* Build configuration list for PBXNativeTarget "SliceEscape macOS" */; buildPhases = ( - 6E484BC4C42A9C2066D25E62 /* Sources */, - DF30109A76026FFAE5D39D9C /* Frameworks */, - 2005C77883479342F88C015E /* Resources */, - 2A5CCDD8471047CA78C4FB9C /* Swiftformat & Swiftlint */, + 247C92DB6A239BC36C68A0DE /* Sources */, + D923E015F243BB794F926528 /* Frameworks */, + 671871E6E99CABF87BF3893F /* Resources */, + 4E37D412555AD585FEA38229 /* Swiftformat & Swiftlint */, ); buildRules = ( - 205EC070FE3A2AECBB85990E /* PBXBuildRule */, + 312936D850380F6550E56477 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceEnums iOS"; - productName = IceEnums; - productReference = FB02149872CD39EE2A0E6C24 /* IceEnums.bundle */; + name = "SliceEscape macOS"; + productName = SliceEscape; + productReference = 73F3B6B882A9689CBD9E96AD /* SliceEscape.bundle */; productType = "com.apple.product-type.bundle"; }; - 42F0116220C98F63676796E1 /* TestCommon iOS */ = { + 3F71AF0558905EC8BA9E8008 /* Ice macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = EB18B59D55A6CB9A80A76C93 /* Build configuration list for PBXNativeTarget "TestCommon iOS" */; + buildConfigurationList = 09D9A2835865F82F6B504C8E /* Build configuration list for PBXNativeTarget "Ice macOS" */; buildPhases = ( - D334568E6ED9AF461412973C /* Headers */, - 8DFDE52235506666FD62391E /* Sources */, - C486AF67CC246A918FB5C197 /* Frameworks */, - 962386343494375DD0A0C37B /* Resources */, - 0BF15E7BDD6EE8960AD2B44B /* Swiftformat & Swiftlint */, + AED85F24995A041AE0B787E2 /* Headers */, + 8C838BAF9D2DA239A09A0B96 /* Sources */, + 9B9792D49C876A7347942467 /* Frameworks */, + 1BDE2645E6F96C02FC5612DC /* Resources */, + 7421B09D27EA9E1B757B8F8B /* Swiftformat & Swiftlint */, ); buildRules = ( - 2063B64AAA862CEA1C9CB715 /* PBXBuildRule */, + A8259479EBA0D7C4DFDF6DA5 /* PBXBuildRule */, + 43CA156EFC5603861E6B329A /* PBXBuildRule */, ); dependencies = ( ); - name = "TestCommon iOS"; - productName = TestCommon; - productReference = BA25F18E381C1A689D4198CC /* TestCommon.framework */; + name = "Ice macOS"; + productName = Ice; + productReference = 2BB5B1B24CBBA08A29AC6B89 /* Ice.framework */; productType = "com.apple.product-type.framework"; }; - 4369982C30C8B8C516B6AFE3 /* IceInheritance iOS */ = { + 40193CADF4D789D61304A5E0 /* IceOptionalAMD iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 47B9B099A2B832DACB53F393 /* Build configuration list for PBXNativeTarget "IceInheritance iOS" */; + buildConfigurationList = CC80CE5BF475E063AD2DCBDC /* Build configuration list for PBXNativeTarget "IceOptionalAMD iOS" */; buildPhases = ( - 740BE83ECDD162717BF66D8D /* Sources */, - 9F6122D2788A29BF69732850 /* Frameworks */, - 16AE4BE803CE26704F62FF2A /* Resources */, - FAFA7A4913FBF676AE980DC6 /* Swiftformat & Swiftlint */, + B58BC0F356C55224F439A22C /* Sources */, + 0CE1D933792DE4D2B9FE4833 /* Frameworks */, + 8B2AF00317C49928516C7386 /* Resources */, + D5347EBF79C7E23BC28EC265 /* Swiftformat & Swiftlint */, ); buildRules = ( - 74BAC9EDAB70790AD6376FFB /* PBXBuildRule */, + 83F8C7A6B9D818A9D4B58B0C /* PBXBuildRule */, ); dependencies = ( ); - name = "IceInheritance iOS"; - productName = IceInheritance; - productReference = 47F9B4D7248ADFAAB0CF96F6 /* IceInheritance.bundle */; + name = "IceOptionalAMD iOS"; + productName = IceOptionalAMD; + productReference = 4B202AF71C1F85C1477307ED /* IceOptionalAMD.bundle */; productType = "com.apple.product-type.bundle"; }; - 43FC4EA4439666F660B19794 /* IceProperties macOS */ = { + 42FFB5A60FE60E45AF9D1E59 /* IceDefaultValue macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = E39D94BBE53FDD7D72D0213F /* Build configuration list for PBXNativeTarget "IceProperties macOS" */; + buildConfigurationList = 048DE0166A94D3380D8A00D4 /* Build configuration list for PBXNativeTarget "IceDefaultValue macOS" */; buildPhases = ( - 27928C3C9584B14DB70D5F59 /* Sources */, - 9021B1A3346F81BD6664D9CC /* Frameworks */, - D2F431FC7CA67C17F0E7104B /* Resources */, - F9BDB85CD7DDC1F855D6144E /* Swiftformat & Swiftlint */, + 6A4D52D124198F2452B9E0BB /* Sources */, + 4FE713BDFB41113C084B90F3 /* Frameworks */, + B3028BA5D08EEB105E9FEB2A /* Resources */, + 0B48A8488BC8417F49F46681 /* Swiftformat & Swiftlint */, ); buildRules = ( - 5EB48C2528F1DAFF8D7E7A2F /* PBXBuildRule */, + 7ACC082420C643FBB83B8C89 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceProperties macOS"; - productName = IceProperties; - productReference = 7D0B795849C1126A1862513C /* IceProperties.bundle */; + name = "IceDefaultValue macOS"; + productName = IceDefaultValue; + productReference = 2EC75DC75E45540877C66902 /* IceDefaultValue.bundle */; productType = "com.apple.product-type.bundle"; }; - 442673C57C6D8998BE90ADC8 /* IceIAP C++11 iOS */ = { + 46AFB00299EDD7163470DDE2 /* TestCommon macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 21FE06D76E36ACC95EF74EE1 /* Build configuration list for PBXNativeTarget "IceIAP C++11 iOS" */; + buildConfigurationList = 83C8D3BEC0B26A7ED1F51EAB /* Build configuration list for PBXNativeTarget "TestCommon macOS" */; buildPhases = ( - E8B16961B2C142487D303BF1 /* Headers */, - B423DAD7FD85ED22084BC696 /* Sources */, - AC1C8C72E795C492C14F4E4C /* Frameworks */, + B882A9D077E2A3DF23C612F5 /* Headers */, + C90F1DB3BFA52FB673A3D0C3 /* Sources */, + 21CCDAD89028ED74F8CF6A2D /* Frameworks */, + EE5BA42EE05CB63BB48EE822 /* Resources */, + 313EEC5A15743BD921379347 /* Swiftformat & Swiftlint */, ); buildRules = ( - 2F15F3B8856F04E349097BFE /* PBXBuildRule */, + B7070CA46F11F59B4EAD9B87 /* PBXBuildRule */, ); dependencies = ( - 3368AFFA0FC2D66CC3739533 /* PBXTargetDependency */, ); - name = "IceIAP C++11 iOS"; - productName = "IceIAP C++11 iOS"; - productReference = A79B6FD00D20863D433A9E32 /* libIceIAP C++11 iOS.a */; - productType = "com.apple.product-type.library.static"; + name = "TestCommon macOS"; + productName = TestCommon; + productReference = 7535C5E6C5372AF6FE7834F6 /* TestCommon.framework */; + productType = "com.apple.product-type.framework"; }; - 468DF61A6C03DC18F3F523E7 /* IceOperationsAMD iOS */ = { + 480634679869D8C3A52577C0 /* IceObjects macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 23C03111E7B6D72CCE4362BE /* Build configuration list for PBXNativeTarget "IceOperationsAMD iOS" */; + buildConfigurationList = 025E5F41BC8F7D962AAF83C3 /* Build configuration list for PBXNativeTarget "IceObjects macOS" */; buildPhases = ( - 9739CD2CCCCE755D165034E2 /* Sources */, - 87491DD59C77A7916B21A217 /* Frameworks */, - 40D42B5987DD2F796A8F0544 /* Resources */, - 7DC2A2425D0DD74568026A86 /* Swiftformat & Swiftlint */, + 3053EC1BDACBAD9D6B1FFB2E /* Sources */, + 2E2EEF29BBEFA8A47B6E2D44 /* Frameworks */, + 3BF9DE703D511ECE3604EDD6 /* Resources */, + B53D43146E5278496763367A /* Swiftformat & Swiftlint */, ); buildRules = ( - 7C2A239E122B830449411706 /* PBXBuildRule */, + CA453088DF047D1E66D356B5 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceOperationsAMD iOS"; - productName = IceOperationsAMD; - productReference = FE78D0354C9DA6724463336A /* IceOperationsAMD.bundle */; + name = "IceObjects macOS"; + productName = IceObjects; + productReference = 2BB41FC1694D6E5CA491E481 /* IceObjects.bundle */; productType = "com.apple.product-type.bundle"; }; - 499286D88345F56D3D5107C1 /* IceRetry macOS */ = { + 4CE7FD37472B94D4AA136739 /* IceSlicingObjects macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 62DDD2EB2AF8D8564130BB66 /* Build configuration list for PBXNativeTarget "IceRetry macOS" */; + buildConfigurationList = 3619629FFA63BC6B98F7CBE7 /* Build configuration list for PBXNativeTarget "IceSlicingObjects macOS" */; buildPhases = ( - 803675D9534C058995AAB6DF /* Sources */, - 52919972128AC6D941E49B3E /* Frameworks */, - 5547B8628DADB90CA159287F /* Resources */, - 2E07FD03F56D74F437CCAB03 /* Swiftformat & Swiftlint */, + ED2FCA28A0E4424EC17CC098 /* Sources */, + 4BA3C2678DBDD63D9F8ABB22 /* Frameworks */, + 48ABE2B575884F7AC312D2B2 /* Resources */, + 41BF2F0075D9611F2E9E8547 /* Swiftformat & Swiftlint */, ); buildRules = ( - B67B7F46EBDB373296B90415 /* PBXBuildRule */, + 848526D8B26098E5CD614F80 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceRetry macOS"; - productName = IceRetry; - productReference = 6A3FB0064837A6D94340971F /* IceRetry.bundle */; + name = "IceSlicingObjects macOS"; + productName = IceSlicingObjects; + productReference = A1FFC0EA99BF6CE68C0B53B8 /* IceSlicingObjects.bundle */; productType = "com.apple.product-type.bundle"; }; - 49ADA3F22CFF2F5D7D74696A /* IceScope iOS */ = { + 4DBE65B52198D344D9C96176 /* IceProxy macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = FD64831416C06297F6FFA9F7 /* Build configuration list for PBXNativeTarget "IceScope iOS" */; + buildConfigurationList = 39F53E8CE24C55AEE93350E7 /* Build configuration list for PBXNativeTarget "IceProxy macOS" */; buildPhases = ( - F73A5BCBC4F3F7CDD407CEF9 /* Sources */, - A981E1789FC2F1ECDA437B8D /* Frameworks */, - D369CF8CC5BFA78A9F2FD721 /* Resources */, - 963CD61AF0D79BC5178501F7 /* Swiftformat & Swiftlint */, + 01256D29EBBFD4530F5E73DE /* Sources */, + 843AFA90BBEC3F15426B2FAA /* Frameworks */, + E11FB26844F97FAA89AE920F /* Resources */, + 71648A094CFE63B6F77DC5A0 /* Swiftformat & Swiftlint */, ); buildRules = ( - BD4A81F8BFF633237F3EC548 /* PBXBuildRule */, + 8C565445235EBE97F5BFCF83 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceScope iOS"; - productName = IceScope; - productReference = A0525659203ABA6E617D5A03 /* IceScope.bundle */; + name = "IceProxy macOS"; + productName = IceProxy; + productReference = 30F96A6ECF041D08DF447BEC /* IceProxy.bundle */; productType = "com.apple.product-type.bundle"; }; - 503646C1AF4F5400F6680081 /* TestCommon macOS */ = { + 53FC973D31BB9F8497ADD9F9 /* IceAdmin iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = ED37AAEAC23B9E24150E8384 /* Build configuration list for PBXNativeTarget "TestCommon macOS" */; + buildConfigurationList = 7FF1C0E5788D2288DED841E6 /* Build configuration list for PBXNativeTarget "IceAdmin iOS" */; buildPhases = ( - 259F93783A221F790AA47B8C /* Headers */, - A929752F705B18A5D3747A22 /* Sources */, - ACC8B55DF8FA9977CC6D0D2D /* Frameworks */, - 58FF7529A4FB36CDAD89FF15 /* Resources */, - 4E4DE4DE779DF85ECC29FB7B /* Swiftformat & Swiftlint */, + 4B2C8BC757A9C21A0D014191 /* Sources */, + C267DD781BB4D6A507C36ADB /* Frameworks */, + 388869222479CFFB6D4563DC /* Resources */, + C6014E9C1F23F91E4F2BF182 /* Swiftformat & Swiftlint */, ); buildRules = ( - DBF78CE9D62FF669BC3C80A2 /* PBXBuildRule */, + C0F36D28375DFCD0E2B35DC4 /* PBXBuildRule */, ); dependencies = ( ); - name = "TestCommon macOS"; - productName = TestCommon; - productReference = 615839DFC604EFB5B960A43E /* TestCommon.framework */; - productType = "com.apple.product-type.framework"; + name = "IceAdmin iOS"; + productName = IceAdmin; + productReference = 9B734B8487FB296EF60F7BD9 /* IceAdmin.bundle */; + productType = "com.apple.product-type.bundle"; }; - 504B0CFFF8279A6D299E92B6 /* IceInvoke macOS */ = { + 541B90D2556637EFA0F63FD3 /* IceStorm macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = BBBF83672078A31599224C42 /* Build configuration list for PBXNativeTarget "IceInvoke macOS" */; + buildConfigurationList = A0BB574595BFDAF30CACF41C /* Build configuration list for PBXNativeTarget "IceStorm macOS" */; buildPhases = ( - BBDFEC494BA091AC2CEC4C9B /* Sources */, - 8A1C734A6282D6B184F8CEFC /* Frameworks */, - 033DF06F16FEB0CE52C97062 /* Resources */, - EF6E6279272BD7731B3F4579 /* Swiftformat & Swiftlint */, + 9D927A1C51A912A8749AA469 /* Headers */, + FA7809581717EA672747979F /* Sources */, + 2F6174202A4C236827F60323 /* Frameworks */, + 8DFBEDA92E6264237158C96A /* Resources */, ); buildRules = ( - C0B4E74F8EE099263E4F7F58 /* PBXBuildRule */, + 630A3DB11F6D1B0FFE6C42A0 /* PBXBuildRule */, ); dependencies = ( + 8E0637A805CB833F6A9227FA /* PBXTargetDependency */, ); - name = "IceInvoke macOS"; - productName = IceInvoke; - productReference = 266D2154CE4C53AB46CC81F9 /* IceInvoke.bundle */; - productType = "com.apple.product-type.bundle"; + name = "IceStorm macOS"; + productName = IceStorm; + productReference = 556543EA184CD0544BEFEE7A /* IceStorm.framework */; + productType = "com.apple.product-type.framework"; }; - 50D0B55BEB61EF5CFF2826B0 /* IceAmi iOS */ = { + 544909AD9A3F8B0EBF868EE6 /* IceProxyAMD iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 0C26FDFCDA5F375B58C7AC09 /* Build configuration list for PBXNativeTarget "IceAmi iOS" */; + buildConfigurationList = 4FCB78E16EA23018C2441EB3 /* Build configuration list for PBXNativeTarget "IceProxyAMD iOS" */; buildPhases = ( - 8E66FDFA331EAEABEFDB552A /* Sources */, - 343CD3AE1FEA4FACC18932DD /* Frameworks */, - C48769EAADA072D1CF1E603F /* Resources */, - 758980B5AC1472E2B820E112 /* Swiftformat & Swiftlint */, + 529C8289ACD53D43DD9B7877 /* Sources */, + C4CF53401E60F73D1D758599 /* Frameworks */, + 577D3DBED3300F616D09E7C8 /* Resources */, + 350D9BA8AC0C58DA30699A39 /* Swiftformat & Swiftlint */, ); buildRules = ( - C92AAF83A0749307DA35F102 /* PBXBuildRule */, + 405CCC7EA4FAF8F2EE1549EB /* PBXBuildRule */, ); dependencies = ( ); - name = "IceAmi iOS"; - productName = IceAmi; - productReference = E03E5B703015A0C1476E95EE /* IceAmi.bundle */; + name = "IceProxyAMD iOS"; + productName = IceProxyAMD; + productReference = 0A3769C165F5CB6E6B59DAE1 /* IceProxyAMD.bundle */; productType = "com.apple.product-type.bundle"; }; - 51DCD790B2181805210AD1DE /* IceObjects macOS */ = { + 5A6371305F7FBEA0BB7F13C9 /* IceAcm macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = F04652581C3DBABEBF42D23F /* Build configuration list for PBXNativeTarget "IceObjects macOS" */; + buildConfigurationList = CCE5A6D5CAE82A262E77645C /* Build configuration list for PBXNativeTarget "IceAcm macOS" */; buildPhases = ( - 21C9E49FA7A702926F3B5E46 /* Sources */, - A117D16CB6B0F11B4EB0AF40 /* Frameworks */, - B144570B26305AAE5E227CCD /* Resources */, - 1273E42AEFBA334C489DD20D /* Swiftformat & Swiftlint */, + CAA01345055A406C1F1D7492 /* Sources */, + 98421F6848F1E45E9FA9998A /* Frameworks */, + 5AC441936307C78EC783813E /* Resources */, + CD6E5F79ADEF3B6B74DD1BA9 /* Swiftformat & Swiftlint */, ); buildRules = ( - BCFE2D0978B9E9FFDB7E7E79 /* PBXBuildRule */, + 8C096D180C942CB11BFD7CBC /* PBXBuildRule */, ); dependencies = ( ); - name = "IceObjects macOS"; - productName = IceObjects; - productReference = D345F1F51791EB43A92EEFC1 /* IceObjects.bundle */; + name = "IceAcm macOS"; + productName = IceAcm; + productReference = 7750A947BD26C809CEC6950F /* IceAcm.bundle */; productType = "com.apple.product-type.bundle"; }; - 539384C4B5788577D9C83945 /* IceSlicingObjectsAMD iOS */ = { + 5AAAA84E3DB184459797E60B /* IceLocation macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = C3DCBC2ECA0E8B3C892B52F9 /* Build configuration list for PBXNativeTarget "IceSlicingObjectsAMD iOS" */; + buildConfigurationList = 83ED5751A0275661C93FB2CF /* Build configuration list for PBXNativeTarget "IceLocation macOS" */; buildPhases = ( - AB89DD3F0997BDA56CDC260A /* Sources */, - 07ACD0C43D4CD4E83CEAF6F2 /* Frameworks */, - 12D0B294A055ED59B6A6F201 /* Resources */, - 3820EF13614D3874BCDD8CFC /* Swiftformat & Swiftlint */, + 4FBE8ABF8AD7AFC3AE22F683 /* Sources */, + FFE0D8093E109708608BF69F /* Frameworks */, + 2C1C899BEB407620FF273063 /* Resources */, + 0647F5ACAA1F1623FE874D05 /* Swiftformat & Swiftlint */, ); buildRules = ( - 663416E8DB46ABCEE009732B /* PBXBuildRule */, + B87C530B2B3B6C2A9231E5F2 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceSlicingObjectsAMD iOS"; - productName = IceSlicingObjectsAMD; - productReference = 0294E89F0F199DEED13D4C9F /* IceSlicingObjectsAMD.bundle */; + name = "IceLocation macOS"; + productName = IceLocation; + productReference = EE250FB5ED695D5347EE5B25 /* IceLocation.bundle */; productType = "com.apple.product-type.bundle"; }; - 544633D490B43366A6FC2EFC /* IceProxyAMD iOS */ = { + 5E8C7CF701EAFA38F1A07390 /* IceSlicingExceptionsAMD iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = C5F4A8BEFC2F331C8EE67C01 /* Build configuration list for PBXNativeTarget "IceProxyAMD iOS" */; + buildConfigurationList = 904508C31062B684ACBDE6A2 /* Build configuration list for PBXNativeTarget "IceSlicingExceptionsAMD iOS" */; buildPhases = ( - 45AA914AC30F3F7778320DC8 /* Sources */, - 99EAD043E8A6263026A0D464 /* Frameworks */, - 65B32967B350106B76B45815 /* Resources */, - AFF06500B20BFCEAA412AA07 /* Swiftformat & Swiftlint */, + 48CF3CF503154C442357ABBC /* Sources */, + 1A66A1135B8A3BB8F01B6E8E /* Frameworks */, + 12A57B9A4E7A59E78F7D8897 /* Resources */, + EB57CD617F3245F3EA9C8D4B /* Swiftformat & Swiftlint */, ); buildRules = ( - 54D0252EE1CCF06FE3A0A96C /* PBXBuildRule */, + 7D8A819A477AA8BA9D8093C3 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceProxyAMD iOS"; - productName = IceProxyAMD; - productReference = 455B4C00C0E3220676847308 /* IceProxyAMD.bundle */; + name = "IceSlicingExceptionsAMD iOS"; + productName = IceSlicingExceptionsAMD; + productReference = 45C4000FC5EC35D072C21B40 /* IceSlicingExceptionsAMD.bundle */; productType = "com.apple.product-type.bundle"; }; - 54F96C53CFCBB2819C27994A /* IceServices macOS */ = { + 63A2B593BC830763C2E76C86 /* Ice C++11 macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = E11792C3E67410A45BA099AD /* Build configuration list for PBXNativeTarget "IceServices macOS" */; + buildConfigurationList = 9FE88E9D11B959B25FC67FF5 /* Build configuration list for PBXNativeTarget "Ice C++11 macOS" */; buildPhases = ( - D227C947821673BDFFAEA88C /* Sources */, - 942B06603895A5ABD2B09F02 /* Frameworks */, - A092180EA5AA4F14C7C6C458 /* Resources */, - F4522BC2317B31D5CBA8272D /* Swiftformat & Swiftlint */, + CDBDA65811419C18E78704E3 /* Headers */, + 28A8B7AF42C6DF1DE4580449 /* Sources */, + 3C56303EF93B02590A45681D /* Frameworks */, ); buildRules = ( - 799746C24DEE4A58AB6623D2 /* PBXBuildRule */, + BD826CED4EAABD4B5056C755 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceServices macOS"; - productName = IceServices; - productReference = CEB61745AE680259C17612AF /* IceServices.bundle */; - productType = "com.apple.product-type.bundle"; + name = "Ice C++11 macOS"; + productName = "Ice C++11 macOS"; + productReference = 542B942F4E743D26AC316010 /* libIce C++11 macOS.a */; + productType = "com.apple.product-type.library.static"; }; - 55F8A3288177944AC52AD726 /* IceSSLConfiguration iOS */ = { + 64BB72EB418808F4179FA3E5 /* IceInterceptor iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 23564E1D75DFDF8C6A8914FE /* Build configuration list for PBXNativeTarget "IceSSLConfiguration iOS" */; + buildConfigurationList = 97D3E0EE926BA475C393884C /* Build configuration list for PBXNativeTarget "IceInterceptor iOS" */; buildPhases = ( - B201C1CD6855C45CF3C4EB8A /* Sources */, - 01AAD8DBF9D9714705F96538 /* Frameworks */, - 00F92EED618215E16B5A98C6 /* Resources */, - 27276EDEBA96220B2E3B2518 /* Swiftformat & Swiftlint */, + FDEB770919A0ADC04D55BAFE /* Sources */, + 19F2583A9773EB25F4797CF1 /* Frameworks */, + 77CDAF2DE8CFCD0345CD7882 /* Resources */, + 57B1A60FC9ED38BCE2D6C8D7 /* Swiftformat & Swiftlint */, ); buildRules = ( - E0E1C228B6C0A27210C7C16A /* PBXBuildRule */, + B2D466540B368886C21E8E5B /* PBXBuildRule */, ); dependencies = ( ); - name = "IceSSLConfiguration iOS"; - productName = IceSSLConfiguration; - productReference = AF62B57B59493B21A4BA142B /* IceSSLConfiguration.bundle */; + name = "IceInterceptor iOS"; + productName = IceInterceptor; + productReference = 241C428F0CA3A976E9A20C29 /* IceInterceptor.bundle */; productType = "com.apple.product-type.bundle"; }; - 587DE87D1F3107B640B3C493 /* IceTimeout iOS */ = { + 677C5897540E1392B6EBFA2D /* IceGrid iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 3308367A5CE4DC1125D2C49C /* Build configuration list for PBXNativeTarget "IceTimeout iOS" */; + buildConfigurationList = 0882C9EC52F5FFD175BEB553 /* Build configuration list for PBXNativeTarget "IceGrid iOS" */; buildPhases = ( - D51073EDB2BA5A2887305E1B /* Sources */, - AB4A76C40BA0B207AADACBBC /* Frameworks */, - 9480FDC18DCA6A938EDD0D29 /* Resources */, - 5FADB30D57B1DBB6530FB73D /* Swiftformat & Swiftlint */, + 24E9DEA401AE4DAFB6EC797F /* Headers */, + F748B9C27D7A8C894ECF93B1 /* Sources */, + 9B12923C25DF229805EABA29 /* Frameworks */, + 9205A5534768B7C702321161 /* Resources */, ); buildRules = ( - F629715E4CED60BA3561F66A /* PBXBuildRule */, + 65777FD1C81B17C8F10A3A60 /* PBXBuildRule */, ); dependencies = ( + 29D6CB1F4D09C36BAC09206F /* PBXTargetDependency */, + E2F9376895E9696F4A40DC47 /* PBXTargetDependency */, ); - name = "IceTimeout iOS"; - productName = IceTimeout; - productReference = 41ECE05D0CF99B0291912549 /* IceTimeout.bundle */; - productType = "com.apple.product-type.bundle"; + name = "IceGrid iOS"; + productName = IceGrid; + productReference = D4F167ECFE05813125EBCE9D /* IceGrid.framework */; + productType = "com.apple.product-type.framework"; }; - 5B9FD5A5518B1E6A910F0157 /* IceServantLocator macOS */ = { + 67A7E47E50239941AB51C61E /* IceOperations macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 1334F2F66059B0A9B309DD8D /* Build configuration list for PBXNativeTarget "IceServantLocator macOS" */; + buildConfigurationList = D00BD80822C3A431059752DD /* Build configuration list for PBXNativeTarget "IceOperations macOS" */; buildPhases = ( - C989FF1DB05BF2D623C97BAD /* Sources */, - CFFB03AC029D68DFAC06B7A4 /* Frameworks */, - 211782A33586C9EB8B357BC6 /* Resources */, - 92FAE3FC5B42813AC0E2AFE8 /* Swiftformat & Swiftlint */, + DA2A565481670D3859C4EA83 /* Sources */, + 800B845171FEDD3A87EAED65 /* Frameworks */, + EE8A9560EB5695A9BE0235E5 /* Resources */, + 1E5E5BCFC36819E4DEE06E7E /* Swiftformat & Swiftlint */, ); buildRules = ( - E32D042A2AC527C58F0DC5D9 /* PBXBuildRule */, + 757352871B228D9A78A4D5FA /* PBXBuildRule */, ); dependencies = ( ); - name = "IceServantLocator macOS"; - productName = IceServantLocator; - productReference = 5916488CD6D0BC38E2FB8809 /* IceServantLocator.bundle */; + name = "IceOperations macOS"; + productName = IceOperations; + productReference = 5FBF395CE471A15BE7423088 /* IceOperations.bundle */; productType = "com.apple.product-type.bundle"; }; - 5ECBAD3BC7D28AFA1020FA55 /* Glacier2 macOS */ = { + 681B94EE787CDD7E3C3F6493 /* IceBinding iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 82C9D79506729B94A9D3F904 /* Build configuration list for PBXNativeTarget "Glacier2 macOS" */; + buildConfigurationList = 808194D90DED6AA39024D629 /* Build configuration list for PBXNativeTarget "IceBinding iOS" */; buildPhases = ( - B697B839FFC5FD971F589CA7 /* Headers */, - C137FEA5DC22739F396055F8 /* Sources */, - 750DA05EB0FEB1D7A6BEDAFB /* Frameworks */, - D5415E3198315B1691671784 /* Resources */, + 4BB3EA812AE719C0B1EDA33D /* Sources */, + 51F491B7397F2E565D1D3BA6 /* Frameworks */, + 548FC0BFC43D45BD39F0BDEE /* Resources */, + 1BA13A172807C36895880EB2 /* Swiftformat & Swiftlint */, ); buildRules = ( - 6346027E2A989A6EEE9D861F /* PBXBuildRule */, + 78E89D28B5FEA105D2786BB0 /* PBXBuildRule */, ); dependencies = ( - 8AD39C698C38954968055B22 /* PBXTargetDependency */, ); - name = "Glacier2 macOS"; - productName = Glacier2; - productReference = E29A6C42B64B3F08A6272045 /* Glacier2.framework */; - productType = "com.apple.product-type.framework"; + name = "IceBinding iOS"; + productName = IceBinding; + productReference = 2D43F84DF455EAF429700CDB /* IceBinding.bundle */; + productType = "com.apple.product-type.bundle"; }; - 65261994F8947C25192EBDAD /* IceSlicingObjectsAMD macOS */ = { + 6B33E1AD6A68D23E2B394D2F /* IceSlicingObjectsAMD macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 65FDF95653D44874BCA9CA49 /* Build configuration list for PBXNativeTarget "IceSlicingObjectsAMD macOS" */; + buildConfigurationList = E89EE86FAFC010B36BAA793E /* Build configuration list for PBXNativeTarget "IceSlicingObjectsAMD macOS" */; buildPhases = ( - 21749A91A33F3C8B5FC99D97 /* Sources */, - AD4F4CB63DBDB7F129007AE3 /* Frameworks */, - CF21CDCE17511216D686D0C4 /* Resources */, - E6DF6C0DD453450A05FD2F5C /* Swiftformat & Swiftlint */, + 3AF5158E00A3DC2C8DAFCC8D /* Sources */, + 1683B71836400AD6271384D6 /* Frameworks */, + DB50F2A694249A69DC9133A4 /* Resources */, + 791DB6FEF08891472E98CE9C /* Swiftformat & Swiftlint */, ); buildRules = ( - C497CC269132442E64B4B87E /* PBXBuildRule */, + 92159B14537D4165D7395A1C /* PBXBuildRule */, ); dependencies = ( ); name = "IceSlicingObjectsAMD macOS"; productName = IceSlicingObjectsAMD; - productReference = 23872559EBD2CCAB5F990929 /* IceSlicingObjectsAMD.bundle */; + productReference = 48CC8CFF3AF62E45170EC1FF /* IceSlicingObjectsAMD.bundle */; productType = "com.apple.product-type.bundle"; }; - 65401159EA189DE5E0F840B7 /* IceGrid macOS */ = { + 6DA5E4E5AE68711A817C41C3 /* IceAmi macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 6955A6CF7B1F65A122739934 /* Build configuration list for PBXNativeTarget "IceGrid macOS" */; + buildConfigurationList = 533A53509D26195C47EE3375 /* Build configuration list for PBXNativeTarget "IceAmi macOS" */; buildPhases = ( - BCB8F5ABE971EC1B8C996611 /* Headers */, - 422FAB27CA7BC95F7D469CEA /* Sources */, - AA26AA027EB8D284241A9FCC /* Frameworks */, - 886504A7607ED9F03A572B1F /* Resources */, + AB5A4903ED796F6CEAD0E186 /* Sources */, + BB969DB604837680075F11F2 /* Frameworks */, + 68548361A91AE765B7509E78 /* Resources */, + 4A73946931F03E22E0BB7834 /* Swiftformat & Swiftlint */, ); buildRules = ( - B3653360B0A87D0156BEFC2B /* PBXBuildRule */, + 939E419917DF3EB03F5555D8 /* PBXBuildRule */, ); dependencies = ( - 2BBAFAAC509F4521F3901061 /* PBXTargetDependency */, - AFA7B51D0BAC7DA249EA95B3 /* PBXTargetDependency */, ); - name = "IceGrid macOS"; - productName = IceGrid; - productReference = F5DF7E474CA51C8DBB0C3939 /* IceGrid.framework */; - productType = "com.apple.product-type.framework"; + name = "IceAmi macOS"; + productName = IceAmi; + productReference = FEF76B051492631AB389F626 /* IceAmi.bundle */; + productType = "com.apple.product-type.bundle"; }; - 676A0D3E1EAE6F373174F355 /* TestDriver macOS */ = { + 6DED301DB251D210C53F8A31 /* IceRetry macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = E41B931267F4EFF436E29474 /* Build configuration list for PBXNativeTarget "TestDriver macOS" */; + buildConfigurationList = D31F33D0BB1A3347F3061FD6 /* Build configuration list for PBXNativeTarget "IceRetry macOS" */; buildPhases = ( - A75918C34112110E0ECE809B /* Sources */, - 5056B65C6C40DBC4A52E0562 /* Frameworks */, - C8043CE3A116FB25D71CE29B /* Resources */, - 354B595A95A4394A2C62E67C /* Swiftformat & Swiftlint */, - 09BCED8F7F9937A87612F630 /* Copy Frameworks */, - 94C28DC165AA598E74D7AAB2 /* Copy Symbols */, - A6E9915B8728BD5710C52272 /* Copy Frameworks */, + 4601A9B351C6F79DA2733B93 /* Sources */, + 534292B1377B00B524212A4A /* Frameworks */, + 474BFC974308B4F5DAF85B41 /* Resources */, + 4CC36C5355539F20ED4CABC8 /* Swiftformat & Swiftlint */, ); buildRules = ( - 6750DF494D79CB8B815C4BBB /* PBXBuildRule */, + A08E6517A540EC6FFCD83B70 /* PBXBuildRule */, ); dependencies = ( - F0D7F60A53896B7710340A46 /* PBXTargetDependency */, - 9C7BE30E29B59A9F38AE9FDA /* PBXTargetDependency */, - 8374CE4E927DA13E65532800 /* PBXTargetDependency */, - 65ECD23D9AC385CC0D4BB1B9 /* PBXTargetDependency */, - 8108108DEC070D026CBAF361 /* PBXTargetDependency */, - 610D93AE296D40E60E6D7CED /* PBXTargetDependency */, - 8DE98A1200C34367DD032D7C /* PBXTargetDependency */, - DBFEF63950E9AC3A3A22CAA7 /* PBXTargetDependency */, - EA7EDCC1E94AEE1A50B984CB /* PBXTargetDependency */, - BF13EF5ADB4B78DBFB47EB66 /* PBXTargetDependency */, - 934328D05E41679A3CE4CDCD /* PBXTargetDependency */, - 743FA74649F243F718680661 /* PBXTargetDependency */, - 5EFECA3347269CBB643AA777 /* PBXTargetDependency */, - B24BC3B1635666047524FB49 /* PBXTargetDependency */, - 082ED1DB467655327945D426 /* PBXTargetDependency */, - 8CC4B1E220C500FA67978314 /* PBXTargetDependency */, - 3B3D78656BB8B97F74D3FA14 /* PBXTargetDependency */, - 442A1A0DF290B2CC65351658 /* PBXTargetDependency */, - 823020A8A761C0D549BD70B5 /* PBXTargetDependency */, - 3AFE224E9EE4B4864BBC1D5F /* PBXTargetDependency */, - A28374654764131D5440231D /* PBXTargetDependency */, - 39B9553895190E4D3F4A8FC0 /* PBXTargetDependency */, - 578A7EE0EB17AB2A5277D2BD /* PBXTargetDependency */, - A6E6815CAC1FEEFEDC96709C /* PBXTargetDependency */, - 48DB3F4C9BE5C64B9CF84459 /* PBXTargetDependency */, - 6CCEAF3F2838A877ABC395A0 /* PBXTargetDependency */, - ACE6F6B941BBD0ED9FB38BF3 /* PBXTargetDependency */, - B9BF692346D9BA7DA331E543 /* PBXTargetDependency */, - 0C688312FC8CB92E5EF52E18 /* PBXTargetDependency */, - 8C33AD25C5D21DAE7D8CAB20 /* PBXTargetDependency */, - DE164750CA4B6FA8CF73EC2C /* PBXTargetDependency */, - D65B5EF352D1F0CBAF5B0063 /* PBXTargetDependency */, - 0727486EC10297AE7D507EED /* PBXTargetDependency */, - 5F71FA6EE4103AB76E929261 /* PBXTargetDependency */, - 5D1CF14CD656A6867F37307F /* PBXTargetDependency */, - EC8272B7514E24D9AC6F2B7C /* PBXTargetDependency */, - FD458FB228AE362B0FFCC3CA /* PBXTargetDependency */, - 0909DCB878A9FCF403A6EA2E /* PBXTargetDependency */, - 46B22DFF2881C6283EC43D17 /* PBXTargetDependency */, ); - name = "TestDriver macOS"; - productName = TestDriver; - productReference = 8958F909A57B28FB0E3AA207 /* TestDriver.app */; - productType = "com.apple.product-type.application"; + name = "IceRetry macOS"; + productName = IceRetry; + productReference = DC71DE64E8997AB52BA005AC /* IceRetry.bundle */; + productType = "com.apple.product-type.bundle"; }; - 68134AFD7AC650515706D6CB /* IceStorm iOS */ = { + 6F65A8F7042E414AB226592A /* IceImpl macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = D54537A0436921287138131E /* Build configuration list for PBXNativeTarget "IceStorm iOS" */; + buildConfigurationList = 82F527E617AEBC4210CF21D6 /* Build configuration list for PBXNativeTarget "IceImpl macOS" */; buildPhases = ( - 60360A8B94C085154BD32502 /* Headers */, - EBA8042B1E21379A061456C8 /* Sources */, - 161F75C37BF2AA89203417EB /* Frameworks */, - 2E7DA838310037415625EAEB /* Resources */, + D452F39C82EA7F380923559E /* Headers */, + B7BA7B8CFB38A09FC4766388 /* Sources */, + E0D6D1953D0E0038E88FF5BA /* Frameworks */, + 07825EC2BEEE6E8E9917774E /* Resources */, ); buildRules = ( - C44209A47CA5948198154777 /* PBXBuildRule */, ); dependencies = ( - C84145A9C59CDE7934F43E28 /* PBXTargetDependency */, ); - name = "IceStorm iOS"; - productName = IceStorm; - productReference = B5EACE738D0F1E9ABD455400 /* IceStorm.framework */; + name = "IceImpl macOS"; + productName = IceImpl; + productReference = CA8CFB96B6B4D9E0DCB6626B /* IceImpl.framework */; productType = "com.apple.product-type.framework"; }; - 6E81F87FB1A2DD8DF52EDEB1 /* IceInfo iOS */ = { + 71154AA1E8CE0A20D5F5AB1A /* IceDefaultServant iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 826D205EBBC8B728D55C5285 /* Build configuration list for PBXNativeTarget "IceInfo iOS" */; + buildConfigurationList = FB30AC73C43987A47E34CBAB /* Build configuration list for PBXNativeTarget "IceDefaultServant iOS" */; buildPhases = ( - 93124FAA2D4A5E24A4323D4A /* Sources */, - D1D7BB229BA3B97ABA38AB2F /* Frameworks */, - 8E95C6B16E1551BE0C2738D4 /* Resources */, - 4F739DF39FA0556901F955DB /* Swiftformat & Swiftlint */, + BC2147C730635BB1845F3A02 /* Sources */, + A81551C0E54F57F592B1E0F3 /* Frameworks */, + D460A9B1D6BFF19E2656C739 /* Resources */, + 908DEF6DD5B7B0C0BDB88639 /* Swiftformat & Swiftlint */, ); buildRules = ( - 421BEC9EA0DEF297367D50EE /* PBXBuildRule */, + DCA662CE025E18B52FBB3A90 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceInfo iOS"; - productName = IceInfo; - productReference = 896DD4E5A8D9033EAE4FE0E2 /* IceInfo.bundle */; + name = "IceDefaultServant iOS"; + productName = IceDefaultServant; + productReference = 27C65FB83EF7174F4EBE1C05 /* IceDefaultServant.bundle */; productType = "com.apple.product-type.bundle"; }; - 6EBC697B595CF2593D552352 /* IceStorm macOS */ = { + 730DF91341DF3B35C66A9483 /* IceDiscovery C++11 macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 89061A49C925DD69BAD93321 /* Build configuration list for PBXNativeTarget "IceStorm macOS" */; + buildConfigurationList = 453BB10B3011E14C652F15C1 /* Build configuration list for PBXNativeTarget "IceDiscovery C++11 macOS" */; buildPhases = ( - 931D2A62F1CDA3AC564A068A /* Headers */, - 139D155A76F92571EB1FE71C /* Sources */, - F8E7F8E0C0888D2FE003A53A /* Frameworks */, - 6053F8B5767A7EBF1A0A3E80 /* Resources */, + 33E1758B7FFB9C6A61684D4C /* Headers */, + C9804090700E7993F702CCA1 /* Sources */, + 4261482736FE7F4701597AF4 /* Frameworks */, ); buildRules = ( - FF8E39D0BD5021F218617A70 /* PBXBuildRule */, + A388844967C520D4779209C7 /* PBXBuildRule */, ); dependencies = ( - 72C7771FE90FFB4BB6642104 /* PBXTargetDependency */, + ED6FB4100DE756F0566084B3 /* PBXTargetDependency */, ); - name = "IceStorm macOS"; - productName = IceStorm; - productReference = 7FD9FDAB649CB5D289461BEE /* IceStorm.framework */; - productType = "com.apple.product-type.framework"; + name = "IceDiscovery C++11 macOS"; + productName = "IceDiscovery C++11 macOS"; + productReference = A7EC5DC8EB34DCE757954409 /* libIceDiscovery C++11 macOS.a */; + productType = "com.apple.product-type.library.static"; }; - 6EC6E8DACC76C7AC05B74358 /* IceSlicingExceptions macOS */ = { + 735EB1E49E5BCF93878F7E04 /* IceOperationsAMD iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 8ED4B289569149B27263B597 /* Build configuration list for PBXNativeTarget "IceSlicingExceptions macOS" */; + buildConfigurationList = 9B0D32C74CD5DC45B695772F /* Build configuration list for PBXNativeTarget "IceOperationsAMD iOS" */; buildPhases = ( - 3D3ABABCEC7EA1438CE24138 /* Sources */, - 96527F629FBD38C570284BEB /* Frameworks */, - 4AA621FDC5C8AD6FD301F9EC /* Resources */, - 1BC954E9EE64584BE94023E0 /* Swiftformat & Swiftlint */, + DCD3F7E45921239AE9A9D01E /* Sources */, + AB726046BE6A710538CF9DB0 /* Frameworks */, + E1A601016FAED77E3CD13668 /* Resources */, + 31F91B507E63D4C4EC2A370E /* Swiftformat & Swiftlint */, ); buildRules = ( - 6D904F37E9F44977444DC8E3 /* PBXBuildRule */, + 78937534790AB339080450EB /* PBXBuildRule */, ); dependencies = ( ); - name = "IceSlicingExceptions macOS"; - productName = IceSlicingExceptions; - productReference = E8764E663849FA38044C7725 /* IceSlicingExceptions.bundle */; + name = "IceOperationsAMD iOS"; + productName = IceOperationsAMD; + productReference = 7E79346610CAAF16C2F6B918 /* IceOperationsAMD.bundle */; productType = "com.apple.product-type.bundle"; }; - 76EB76E57C52F373B2A6C902 /* SliceEscape macOS */ = { + 73C2229AB5817C4978B4A5BF /* IceSlicingObjectsAMD iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 24AA96FC502A7ED4CFDCABAC /* Build configuration list for PBXNativeTarget "SliceEscape macOS" */; + buildConfigurationList = BFEFCD29CFFD56ABE3B941B3 /* Build configuration list for PBXNativeTarget "IceSlicingObjectsAMD iOS" */; buildPhases = ( - AEE686FEBD782F7D75E1345D /* Sources */, - 7B9F477C0442B6590A08C91B /* Frameworks */, - 348B93D4E65883BCF6CD347C /* Resources */, - 21F95CB760A6F4264532473C /* Swiftformat & Swiftlint */, + F3FF5AC3693CB6481DB4DD4B /* Sources */, + 067DD4C2AE662083BCB11540 /* Frameworks */, + 6B81B9EE15008F538C8EE30F /* Resources */, + 20B124D64F50F89601D0312B /* Swiftformat & Swiftlint */, ); buildRules = ( - 0FF9B382DF4DF6E01EB3D3C3 /* PBXBuildRule */, + FE7ACE0302D4BD26A2A52DA5 /* PBXBuildRule */, ); dependencies = ( ); - name = "SliceEscape macOS"; - productName = SliceEscape; - productReference = F7B3A8662C397F87689E4C6F /* SliceEscape.bundle */; + name = "IceSlicingObjectsAMD iOS"; + productName = IceSlicingObjectsAMD; + productReference = 2BECDB57F1E2AF055699B0D6 /* IceSlicingObjectsAMD.bundle */; productType = "com.apple.product-type.bundle"; }; - 77A005F4E620E2B76249A934 /* Ice C++11 iOS */ = { + 76A1440ED576BB5A3465EFF7 /* IceSSLConfiguration macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = F6F86DDFDA98DA152E347479 /* Build configuration list for PBXNativeTarget "Ice C++11 iOS" */; + buildConfigurationList = E0E5FB3887AABB4AC99D9B5C /* Build configuration list for PBXNativeTarget "IceSSLConfiguration macOS" */; buildPhases = ( - F6FD9064DBB7DCC7F72AA89C /* Headers */, - 8E8EA95976345DACD4502851 /* Sources */, - 387DFA9E1E18B654F008DAF2 /* Frameworks */, + FDBE9E38A813BB061368A005 /* Sources */, + F685E8EB7819FEB5C6BE9145 /* Frameworks */, + C7506077C9452CCAA615BCC8 /* Resources */, + 7170DE41ACBEB18FE4AE46A1 /* Swiftformat & Swiftlint */, ); buildRules = ( - 44E850743075B847F4C5FAE5 /* PBXBuildRule */, + 2DA94C5C433AA27D1EA55DEA /* PBXBuildRule */, ); dependencies = ( ); - name = "Ice C++11 iOS"; - productName = "Ice C++11 iOS"; - productReference = 3C15F7D9CB628CDF09F068EF /* libIce C++11 iOS.a */; - productType = "com.apple.product-type.library.static"; + name = "IceSSLConfiguration macOS"; + productName = IceSSLConfiguration; + productReference = B4EB1EC78203EF83233669F5 /* IceSSLConfiguration.bundle */; + productType = "com.apple.product-type.bundle"; }; - 7A16FBFA99DCDA2F0D92AA1D /* IceDiscovery C++11 iOS */ = { + 789AEC57853FDCD54A279208 /* IceProperties iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 45C88F48E48F891A08063442 /* Build configuration list for PBXNativeTarget "IceDiscovery C++11 iOS" */; + buildConfigurationList = 80D5CD556A305856C363B821 /* Build configuration list for PBXNativeTarget "IceProperties iOS" */; buildPhases = ( - DFB43C5A849F81BE194F9551 /* Headers */, - 7B3762EF727E79276EE2E342 /* Sources */, - B5D75EE6A945817083B1F9B2 /* Frameworks */, + DDF891CBBAE561FA4B4E3DC5 /* Sources */, + A83C65B44517B5DCFEBC391F /* Frameworks */, + 9714B0281AC6A4C5305D3E07 /* Resources */, + C7FCCE30869B2A466EF89036 /* Swiftformat & Swiftlint */, ); buildRules = ( - 69AE59DC20B9639E6BBD66F9 /* PBXBuildRule */, + 337D18A9FF33ECA03665AB72 /* PBXBuildRule */, ); dependencies = ( - 2D939433AE6EC71E7F8F0696 /* PBXTargetDependency */, ); - name = "IceDiscovery C++11 iOS"; - productName = "IceDiscovery C++11 iOS"; - productReference = CF62C96B208DED1E58F41D18 /* libIceDiscovery C++11 iOS.a */; - productType = "com.apple.product-type.library.static"; + name = "IceProperties iOS"; + productName = IceProperties; + productReference = 43F5FD8DEA9D9F467DE1EC06 /* IceProperties.bundle */; + productType = "com.apple.product-type.bundle"; }; - 7C70EE1A047E7A7AE4ABED3C /* SliceEscape iOS */ = { + 7B42CF47A0B479F5B5DFD55C /* IceOptional iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = EACD92FB5F87118FB6A5FC8F /* Build configuration list for PBXNativeTarget "SliceEscape iOS" */; + buildConfigurationList = 894E4E26537A1482ADF16A28 /* Build configuration list for PBXNativeTarget "IceOptional iOS" */; buildPhases = ( - 3A93629DEE5E4FD1AA12301E /* Sources */, - E652518EA8A643D0B94E5FEF /* Frameworks */, - FDEDEC9E0A9A6EDD3CED5580 /* Resources */, - 2C0C1CB0822EFA8E166E5E53 /* Swiftformat & Swiftlint */, + 74224F4B72793C134085B712 /* Sources */, + 683F706D74364D74DEAE978B /* Frameworks */, + 21225CB81C3D53875F69B1D4 /* Resources */, + 4A3D21698B1ACA51762001A0 /* Swiftformat & Swiftlint */, ); buildRules = ( - 9025E447404CBC5AE1281177 /* PBXBuildRule */, + 7702CC756E7280CEB5892621 /* PBXBuildRule */, ); dependencies = ( ); - name = "SliceEscape iOS"; - productName = SliceEscape; - productReference = EBC04B520724202C700B00B6 /* SliceEscape.bundle */; + name = "IceOptional iOS"; + productName = IceOptional; + productReference = E247B42431D92ECD4963303E /* IceOptional.bundle */; productType = "com.apple.product-type.bundle"; }; - 7E424F6B8B918AB33BA142F0 /* IceExceptions macOS */ = { + 7D619D79E9CD9C5FB087DAF4 /* TestDriver iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 48703506A01D1C383F29B360 /* Build configuration list for PBXNativeTarget "IceExceptions macOS" */; + buildConfigurationList = E995216DA6E26551BEDE3082 /* Build configuration list for PBXNativeTarget "TestDriver iOS" */; buildPhases = ( - A846AF8E28B0D477E1B0EC0E /* Sources */, - 87ECBF518D7B72495F6D099B /* Frameworks */, - E96C3B13FEEDB6DAE3DFFA5E /* Resources */, - 3AF6A0F48A0762400F65FDE7 /* Swiftformat & Swiftlint */, + 4E1268468618F5FC713A8916 /* Sources */, + 5C18F83BBA0137AF18B54F48 /* Frameworks */, + DBE03E38F7FEA83751E9C321 /* Resources */, + 00D64058B7351C070C697A50 /* Swiftformat & Swiftlint */, + C61C62C151FA3EF725C9A467 /* Copy Frameworks */, + 56242D68C84244ACEC71D047 /* Copy Symbols */, + B9D1BCA7D1D2CEEE657FF999 /* Copy Frameworks */, ); buildRules = ( - EFC3AAB9E0D42AF9F2130681 /* PBXBuildRule */, + 49BD3025E977AA02386EE352 /* PBXBuildRule */, ); dependencies = ( + 148BA2F8EA8E770475142A96 /* PBXTargetDependency */, + 4A313558FD22D7F283B5EF12 /* PBXTargetDependency */, + E4EBBF8FCFD26B61BF91085A /* PBXTargetDependency */, + D25D0F038697303655718447 /* PBXTargetDependency */, + 99F9683684E7E07904ADDCD3 /* PBXTargetDependency */, + 253A34B0B12854F068C665AB /* PBXTargetDependency */, + 2510A2A739EB434EE5A4F78E /* PBXTargetDependency */, + 4F101FCDF35410D126BFDD61 /* PBXTargetDependency */, + 902DAF00D6656F8F5063C4D6 /* PBXTargetDependency */, + A9BADF33804E7DF2BFFCBA18 /* PBXTargetDependency */, + 14C670B11B010DA2A1F3F7B6 /* PBXTargetDependency */, + 10ABE8002E1DA2B1E706373F /* PBXTargetDependency */, + D18DCBAA7D5090E10DB497BF /* PBXTargetDependency */, + 32EBAA5E1228172F3085A05E /* PBXTargetDependency */, + EDA3C15401047BA57D0DDF63 /* PBXTargetDependency */, + 0750A9F68B8F257B36D881FC /* PBXTargetDependency */, + FDF6CDCA57C4D211662F12F5 /* PBXTargetDependency */, + 0B2822723D9A6D19B6E5652D /* PBXTargetDependency */, + 0F6178DDF2DBB1FF88C44062 /* PBXTargetDependency */, + 88B4E50484C580D311CA3CE4 /* PBXTargetDependency */, + 10A81177E967C2357538F82A /* PBXTargetDependency */, + 42FC1FB711853F293417EA6F /* PBXTargetDependency */, + C60F0A3944ABE7B5C6ED0485 /* PBXTargetDependency */, + 28DFCEB902EED6695A75EAAC /* PBXTargetDependency */, + 456E7E8EEF8DABE7910651A7 /* PBXTargetDependency */, + 6BDE5B195B62C113EE52255D /* PBXTargetDependency */, + 36645D530A84F7CA6BFD8C44 /* PBXTargetDependency */, + E484D740DC7A209D86CB5254 /* PBXTargetDependency */, + 201E74C7F05EAC6ADDA1E18F /* PBXTargetDependency */, + C72E8E07204A24774D296AFE /* PBXTargetDependency */, + 4E4190B747D1EB49DD47D3A6 /* PBXTargetDependency */, + 52E509520212663F1501BC55 /* PBXTargetDependency */, + BFAB778D6A2688CF012A5B6E /* PBXTargetDependency */, + C460DDF901FA8EAF017AC9B0 /* PBXTargetDependency */, + 62FC662B64FBBADD96A2C994 /* PBXTargetDependency */, + 974E39CDBB3AA7BF28CFB7E5 /* PBXTargetDependency */, + BD3F0137F200BFC2514477D7 /* PBXTargetDependency */, + 7887DD3A610A971427E07236 /* PBXTargetDependency */, + BE6CC8BC25D36D28D20B5CF5 /* PBXTargetDependency */, ); - name = "IceExceptions macOS"; - productName = IceExceptions; - productReference = 3FDF9494E12C6BF03F42DA7E /* IceExceptions.bundle */; - productType = "com.apple.product-type.bundle"; + name = "TestDriver iOS"; + productName = TestDriver; + productReference = 7CEC8522E41EBDECD9FE936F /* TestDriver.app */; + productType = "com.apple.product-type.application"; }; - 8FC25D85C0C9A07D91C94EC6 /* IceOptionalAMD iOS */ = { + 7DC5C5D0AED9760805DB7736 /* SliceEscape iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 7E1574FD3561489C291812AF /* Build configuration list for PBXNativeTarget "IceOptionalAMD iOS" */; + buildConfigurationList = 2460E839B9572B1EE2B40908 /* Build configuration list for PBXNativeTarget "SliceEscape iOS" */; buildPhases = ( - 87FF8F2503692A1245F5EB98 /* Sources */, - 80A38EB9D08758E1FE59EB67 /* Frameworks */, - C2003813316B1C6F9B10B248 /* Resources */, - CADF34D7533C84BBE07B9206 /* Swiftformat & Swiftlint */, + C4BDD4DF6B733B465A034F7E /* Sources */, + DFBBA1F1A5A09D6A6862A6EB /* Frameworks */, + 6019F084056AFC3F8DF13B3C /* Resources */, + 39CFD8D2FE9C9A568F835328 /* Swiftformat & Swiftlint */, ); buildRules = ( - FA8381D7902E38563FBE822F /* PBXBuildRule */, + B045200D2F430C1513F9B447 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceOptionalAMD iOS"; - productName = IceOptionalAMD; - productReference = 54F88D13C7A73BF747274451 /* IceOptionalAMD.bundle */; + name = "SliceEscape iOS"; + productName = SliceEscape; + productReference = 7BD6D25C25CB51AB5F84B29B /* SliceEscape.bundle */; productType = "com.apple.product-type.bundle"; }; - 93E597B6858C58AE0759B5B4 /* IceSlicingExceptionsAMD macOS */ = { + 856B4528D2659E3A5D840122 /* IceServices macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = E275D3C7829FA3AD9BCAAD80 /* Build configuration list for PBXNativeTarget "IceSlicingExceptionsAMD macOS" */; + buildConfigurationList = 4ABCB7EB3D426487C5C8E01D /* Build configuration list for PBXNativeTarget "IceServices macOS" */; buildPhases = ( - 3AAAEFCA38DADC564F519C8D /* Sources */, - 38D8155D122BAB4A81C55EB1 /* Frameworks */, - E96B5F56AFC4523754FEEC4E /* Resources */, - 60741052C297678FC5A258D6 /* Swiftformat & Swiftlint */, + 251783C103F8E636B29C8C9E /* Sources */, + 2C4991262D5EC50BF0EC8B7E /* Frameworks */, + 52895E4FE67C23BCCFFFCAA3 /* Resources */, + E457A0562C59F33ADFBFC869 /* Swiftformat & Swiftlint */, ); buildRules = ( - FAB4116DDC79F92DB2B7BD98 /* PBXBuildRule */, + 561202D1A07AB00E48856761 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceSlicingExceptionsAMD macOS"; - productName = IceSlicingExceptionsAMD; - productReference = 453EA202540495CEEC58C2F8 /* IceSlicingExceptionsAMD.bundle */; + name = "IceServices macOS"; + productName = IceServices; + productReference = 8D2F195418C56B0B2A0A0091 /* IceServices.bundle */; productType = "com.apple.product-type.bundle"; }; - 944D8F9BA2346FC139871EFA /* IceExceptionsAMD macOS */ = { + 8580AEB2CBE826A62D95DDA7 /* IceExceptions iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 2CA36E2A0EBAC9725D96A131 /* Build configuration list for PBXNativeTarget "IceExceptionsAMD macOS" */; + buildConfigurationList = 1717A8DE70A31BB7A24AAB8C /* Build configuration list for PBXNativeTarget "IceExceptions iOS" */; buildPhases = ( - B2A064673F1F2F691AFC463F /* Sources */, - B315A6216150677028FB64C4 /* Frameworks */, - 2BDF924C579BF575D8FAC218 /* Resources */, - 3D6F1BFEA2B11117DF3A2E80 /* Swiftformat & Swiftlint */, + 74C81A68B49855512371B0DD /* Sources */, + E6591F625181FAA06EE63420 /* Frameworks */, + 3E7F94ACABFA689A72D8AA34 /* Resources */, + 4656DBBAC095CAABF06499D4 /* Swiftformat & Swiftlint */, ); buildRules = ( - 1110E0D4BAA44397D808ABD4 /* PBXBuildRule */, + 351445181DCD2262A4BB5E54 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceExceptionsAMD macOS"; - productName = IceExceptionsAMD; - productReference = 53C2C5BEB76C62EA1D0897E6 /* IceExceptionsAMD.bundle */; + name = "IceExceptions iOS"; + productName = IceExceptions; + productReference = 406C2C5ED9C8C12163338852 /* IceExceptions.bundle */; productType = "com.apple.product-type.bundle"; }; - 99096D93F10D264C52F13A0E /* IceServices iOS */ = { + 8A3FA701922598C41C1BBEE4 /* IceAmi iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 41417B7CD07C9FD46351A859 /* Build configuration list for PBXNativeTarget "IceServices iOS" */; + buildConfigurationList = EB48C7011697AAFB362B993D /* Build configuration list for PBXNativeTarget "IceAmi iOS" */; buildPhases = ( - 252147C7D2637D668ABF9F34 /* Sources */, - 3B0DE4D47AB158C11F0774FF /* Frameworks */, - 4E5F8CB193B117689DDA9C8A /* Resources */, - AC833784AC2CA0949A2BAFC3 /* Swiftformat & Swiftlint */, + 1BE1C4AEC2C85A1CEA4FF918 /* Sources */, + 3B3170B426173E1F2087AC68 /* Frameworks */, + 70BEFE3B57F2E41A99527096 /* Resources */, + 231B60C267999E095B8B5EA6 /* Swiftformat & Swiftlint */, ); buildRules = ( - D7EA3868BBB01DBFFE5D97B8 /* PBXBuildRule */, + E74EFC89C5DD9E02E70A620B /* PBXBuildRule */, ); dependencies = ( ); - name = "IceServices iOS"; - productName = IceServices; - productReference = BA8A2E09B6A3BA6CD80FC40C /* IceServices.bundle */; + name = "IceAmi iOS"; + productName = IceAmi; + productReference = BF2D57E2C8B3BADFCA4DD0F6 /* IceAmi.bundle */; productType = "com.apple.product-type.bundle"; }; - 99D53E5E241CC2F7EF40A3AB /* IceImpl macOS */ = { + 8E6E854AC0764B16C8B5FA86 /* IceHold macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 5DAC58BAEF041EE896FF0E4A /* Build configuration list for PBXNativeTarget "IceImpl macOS" */; + buildConfigurationList = F1BD903F00ED1B71321218EB /* Build configuration list for PBXNativeTarget "IceHold macOS" */; buildPhases = ( - 23F56FBE2E24E75D468955A7 /* Headers */, - 29111914901037342424B8A9 /* Sources */, - CC48EFB87AFC9DF3FCE45461 /* Frameworks */, - 28CF15A72EE26780832B5051 /* Resources */, + 3BCA367A8DA9B8AF0307C0E6 /* Sources */, + 439047F2A32C04DAC3C91171 /* Frameworks */, + 2DFFA23B171B0D9E8A73D8A3 /* Resources */, + 356FCB2F5D950E4F9CD39A3A /* Swiftformat & Swiftlint */, ); buildRules = ( + 423CE650D45B3BEB6A609B08 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceImpl macOS"; - productName = IceImpl; - productReference = 09DB13F39CD054588CBC605C /* IceImpl.framework */; - productType = "com.apple.product-type.framework"; + name = "IceHold macOS"; + productName = IceHold; + productReference = 4A2036EF21BA8494C03DEEB4 /* IceHold.bundle */; + productType = "com.apple.product-type.bundle"; }; - 9B778C61D3F37D7D288FEE14 /* IceLocatorDiscovery C++11 iOS */ = { + 934A63719322429BCC2F4364 /* IceProxyAMD macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 24A2F1E3A2277ABF7EF5B7F1 /* Build configuration list for PBXNativeTarget "IceLocatorDiscovery C++11 iOS" */; + buildConfigurationList = B9ED263707F782E872FD3DA6 /* Build configuration list for PBXNativeTarget "IceProxyAMD macOS" */; buildPhases = ( - 72B9C35862B85A6B7EF9542D /* Headers */, - E602572CBC11BC89612608FA /* Sources */, - 1D26D8D77B2EFAFEA9FF9FD8 /* Frameworks */, + 1942BC8BB63C0C13E9BF25DA /* Sources */, + 38BB4925D1FB242AC0E8189C /* Frameworks */, + E2818B756691CCBFDE0F7F19 /* Resources */, + E264DD8F67B1C97361B3BF64 /* Swiftformat & Swiftlint */, ); buildRules = ( - C8B49B5826C500265B74D193 /* PBXBuildRule */, + 3C5C4226972824625F629177 /* PBXBuildRule */, ); dependencies = ( - B7A27FE782E1B13BF534F1CF /* PBXTargetDependency */, ); - name = "IceLocatorDiscovery C++11 iOS"; - productName = "IceLocatorDiscovery C++11 iOS"; - productReference = BBB2BCB0FFEA26FC6511DA1E /* libIceLocatorDiscovery C++11 iOS.a */; - productType = "com.apple.product-type.library.static"; + name = "IceProxyAMD macOS"; + productName = IceProxyAMD; + productReference = 70D662C3F09F9B55ABA5F956 /* IceProxyAMD.bundle */; + productType = "com.apple.product-type.bundle"; }; - 9D01DC918EF62881F572CF07 /* IceSSL C++11 macOS */ = { + 9D39B3D88AB297B58C6702DB /* IceInheritance macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 6480FDF475DDF29951831F9D /* Build configuration list for PBXNativeTarget "IceSSL C++11 macOS" */; + buildConfigurationList = 1756DD2A85150756B16675E0 /* Build configuration list for PBXNativeTarget "IceInheritance macOS" */; buildPhases = ( - 0958C1E9A82D3F94B79A6052 /* Headers */, - 0527C7944BA75357FF1F2EBE /* Sources */, - 6889F78EA826130BEBB7E305 /* Frameworks */, + 0885B30C00C494C773B3417F /* Sources */, + 072502A3D50540E030701A08 /* Frameworks */, + 1EE68C77007DFFE56B7F5A2C /* Resources */, + 9974DFC45CA20FAF80B53934 /* Swiftformat & Swiftlint */, ); buildRules = ( - C6ADBB988BCC074AF32EE6FE /* PBXBuildRule */, + B1D117BDA66F507F2EDABE7F /* PBXBuildRule */, ); dependencies = ( - 2C68AD42C8800984B4D5DADF /* PBXTargetDependency */, ); - name = "IceSSL C++11 macOS"; - productName = "IceSSL C++11 macOS"; - productReference = F99AFA690A3775861ED514BA /* libIceSSL C++11 macOS.a */; - productType = "com.apple.product-type.library.static"; + name = "IceInheritance macOS"; + productName = IceInheritance; + productReference = 1BA91DCA82413AFB36E03937 /* IceInheritance.bundle */; + productType = "com.apple.product-type.bundle"; }; - 9D2537D23044FB1327800B5D /* IceProxy iOS */ = { + A1748B8EFF3199D5E9B8A0B7 /* IceSSLConfiguration iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 8B74200FFB6073665165F536 /* Build configuration list for PBXNativeTarget "IceProxy iOS" */; + buildConfigurationList = 7A7186FBD00BCBCBCA27BDB5 /* Build configuration list for PBXNativeTarget "IceSSLConfiguration iOS" */; buildPhases = ( - 7703DF9BF0BB7754297B8B7C /* Sources */, - B8BA60EB45030576751F7639 /* Frameworks */, - B5D3B14604368D1EC6FDF15A /* Resources */, - BD4545C6ACFDDB9D6E5886F3 /* Swiftformat & Swiftlint */, + 7411F1183DBC8D105CCE0A49 /* Sources */, + 96E099CA6659FAB240E5325D /* Frameworks */, + 599A4F0D30B8D012D61128FB /* Resources */, + 5604F9F80CE72D1345D47B0E /* Swiftformat & Swiftlint */, ); buildRules = ( - 7BAA3B9C8CFDEF557E8043DD /* PBXBuildRule */, + 18F05EAC9BC642C686BD718B /* PBXBuildRule */, ); dependencies = ( ); - name = "IceProxy iOS"; - productName = IceProxy; - productReference = 97C222019E95394D972CE1A6 /* IceProxy.bundle */; + name = "IceSSLConfiguration iOS"; + productName = IceSSLConfiguration; + productReference = F31159630F9EFFD641D0B573 /* IceSSLConfiguration.bundle */; productType = "com.apple.product-type.bundle"; }; - A13C5EF5E70FE524C8195C62 /* IceServantLocatorAMD macOS */ = { + A1B7E7150A01F89A6865545E /* Ice C++11 iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 222C3432CB3427F9A3448469 /* Build configuration list for PBXNativeTarget "IceServantLocatorAMD macOS" */; + buildConfigurationList = 1F8EEAA11BDD14DA292AE374 /* Build configuration list for PBXNativeTarget "Ice C++11 iOS" */; buildPhases = ( - 6828545C9BF475F8E46F4752 /* Sources */, - 8F2C8B98A8FA7C15A2A3FFE5 /* Frameworks */, - 4D5E5D2F7F67AEDFF4E972D5 /* Resources */, - 85606C9F981D47D12C07E62B /* Swiftformat & Swiftlint */, + D7F53EE5E7D0B1DEE5F053C4 /* Headers */, + 0A366E26F092740886709737 /* Sources */, + 53D57919C0742BDCCA1B6F19 /* Frameworks */, ); buildRules = ( - B58731E7051C2F5F73944A6F /* PBXBuildRule */, + 727B4B468089C552D17CA6A6 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceServantLocatorAMD macOS"; - productName = IceServantLocatorAMD; - productReference = AA8A1372FB4033FC7424CE8B /* IceServantLocatorAMD.bundle */; - productType = "com.apple.product-type.bundle"; + name = "Ice C++11 iOS"; + productName = "Ice C++11 iOS"; + productReference = B4A89CBF28826391B834A685 /* libIce C++11 iOS.a */; + productType = "com.apple.product-type.library.static"; }; - A9EAF60929B26C65544BBB4B /* IceLocatorDiscovery C++11 macOS */ = { + A268273C4FFE1FC71A25086D /* IceEnums macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = C96E628D7A070088CD622432 /* Build configuration list for PBXNativeTarget "IceLocatorDiscovery C++11 macOS" */; + buildConfigurationList = 069E4150C5768091E1026CE0 /* Build configuration list for PBXNativeTarget "IceEnums macOS" */; buildPhases = ( - F74B1B66DF46E4DCAF91E01E /* Headers */, - 767081B545EF79C5311A4646 /* Sources */, - EAC241A19F47CC0A0B7E583E /* Frameworks */, + D24690E04FA3C7B122CE7546 /* Sources */, + 37A053F05AC40743770FD03D /* Frameworks */, + F67B9E5224DF32A7D958FEFC /* Resources */, + 15DACD6B6D35A8B86E451375 /* Swiftformat & Swiftlint */, ); buildRules = ( - 9F1AF35552BD3B6FC33F97AA /* PBXBuildRule */, + EDC00FBCD14CCDECB02C9A08 /* PBXBuildRule */, ); dependencies = ( - 1D6E46C1E9E71185ED2FE46F /* PBXTargetDependency */, ); - name = "IceLocatorDiscovery C++11 macOS"; - productName = "IceLocatorDiscovery C++11 macOS"; - productReference = CAC5C1136D3E8E963319D27C /* libIceLocatorDiscovery C++11 macOS.a */; - productType = "com.apple.product-type.library.static"; + name = "IceEnums macOS"; + productName = IceEnums; + productReference = 13B98BD5DBE4039FCDF5A561 /* IceEnums.bundle */; + productType = "com.apple.product-type.bundle"; }; - AB6EBD02DF84219ECFD620C2 /* IceExceptionsAMD iOS */ = { + A4D071BA9FAFD795282CA20F /* IceScope macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 3595FC6D415CEE4187B8306B /* Build configuration list for PBXNativeTarget "IceExceptionsAMD iOS" */; + buildConfigurationList = FE6BDEC8B08D3DAE7AD3F436 /* Build configuration list for PBXNativeTarget "IceScope macOS" */; buildPhases = ( - C79BA05EC479970A44A3576F /* Sources */, - 31F836E39EBB495897B8757B /* Frameworks */, - 213D4A4F570370AA09E63BAF /* Resources */, - DDF81E72E36ED52DFDA70A5F /* Swiftformat & Swiftlint */, + F286F595B83A232B1D1D5BF3 /* Sources */, + AF8A22D89EA124C6610D99D4 /* Frameworks */, + 345A26F3F8DB31158C0AFF38 /* Resources */, + B3F0E4F74F45DB362573F461 /* Swiftformat & Swiftlint */, ); buildRules = ( - 4F640FC9BC09F560C4C71BB6 /* PBXBuildRule */, + 0DF4D2FEA40162203CF3F4E6 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceExceptionsAMD iOS"; - productName = IceExceptionsAMD; - productReference = 4036F91E875139A061146E66 /* IceExceptionsAMD.bundle */; + name = "IceScope macOS"; + productName = IceScope; + productReference = CF46909B2B1E923361170825 /* IceScope.bundle */; productType = "com.apple.product-type.bundle"; }; - AD0FD223C1CBB1272D17356C /* IceSSL C++11 iOS */ = { + A4F2C9E60ADDB2F7EE9BEAEB /* Glacier2 macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = DEBFDCB26BE48A1B0A3BB189 /* Build configuration list for PBXNativeTarget "IceSSL C++11 iOS" */; + buildConfigurationList = 3927C169642DD08E3A4EE336 /* Build configuration list for PBXNativeTarget "Glacier2 macOS" */; buildPhases = ( - 098574A448AEA210D9936005 /* Headers */, - 6FA732CD5D166F3CB14F8F66 /* Sources */, - 7D6FEF9495D9D514438853C0 /* Frameworks */, + 920351369831B583F5EDFB62 /* Headers */, + A864B3CE9CAB14B86E7036AF /* Sources */, + 121A049ACD2B4F267AB6B7AA /* Frameworks */, + 2E437583396C7C261E98B1F1 /* Resources */, ); buildRules = ( - BFFE0CA4AFAF642B1A951FB0 /* PBXBuildRule */, + 713D9DF53881E96F1B48B787 /* PBXBuildRule */, ); dependencies = ( - F78F6E7EB1D7CE0AD4855392 /* PBXTargetDependency */, + E942461B237CFDFCCDDDDDC2 /* PBXTargetDependency */, ); - name = "IceSSL C++11 iOS"; - productName = "IceSSL C++11 iOS"; - productReference = 121750135CD1807A5E2F54AF /* libIceSSL C++11 iOS.a */; - productType = "com.apple.product-type.library.static"; + name = "Glacier2 macOS"; + productName = Glacier2; + productReference = 12EAA83B93ECF707CFF068E9 /* Glacier2.framework */; + productType = "com.apple.product-type.framework"; }; - B414E7CBAEC26E5872111498 /* IceBinding macOS */ = { + A646AFF9FBDC190D34BA6C62 /* Ice iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 6EE3BD2743511FFA2BA23331 /* Build configuration list for PBXNativeTarget "IceBinding macOS" */; + buildConfigurationList = E7976E15AEDA25001276A8C6 /* Build configuration list for PBXNativeTarget "Ice iOS" */; buildPhases = ( - 3224541806E9945E5DF32D03 /* Sources */, - 3A39A36A840B910E03D272DC /* Frameworks */, - 1CEB776185263FC542888F4D /* Resources */, - 09AEF78B7BC4D32C4BA1CFC4 /* Swiftformat & Swiftlint */, + 87EF9F6726245BB22947DB34 /* Headers */, + 02D305C8AA9B392D7C969A43 /* Sources */, + B98E7E953A528CB703135C6C /* Frameworks */, + 862B617B10E6E6219664654E /* Resources */, + A3F7FD9EA0EFBD65DA5133A8 /* Swiftformat & Swiftlint */, ); buildRules = ( - 37A3C2ABEFA64A2E81FB6EEC /* PBXBuildRule */, + 422FB74C68E0257C7891D4FD /* PBXBuildRule */, + 686212C716000DFBC5BFDB06 /* PBXBuildRule */, + 2015A377E0A7BD24A13E2222 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceBinding macOS"; - productName = IceBinding; - productReference = 04FF201213545CBF661DCC0C /* IceBinding.bundle */; - productType = "com.apple.product-type.bundle"; + name = "Ice iOS"; + productName = Ice; + productReference = 57E670776F02770401862582 /* Ice.framework */; + productType = "com.apple.product-type.framework"; }; - B5903D49E097BE89D76EF395 /* IceStream iOS */ = { + A6F4FE3A7DB6F7B2A05C7A41 /* IceIAP C++11 iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = F0BE59702DAF66D7CD53BE69 /* Build configuration list for PBXNativeTarget "IceStream iOS" */; + buildConfigurationList = 319FBB0519B20889063CEA76 /* Build configuration list for PBXNativeTarget "IceIAP C++11 iOS" */; buildPhases = ( - F111A788670F4C9E609492AB /* Sources */, - A3769296E0FA934EF8131786 /* Frameworks */, - E469C867D751DEEB3A3C1A99 /* Resources */, - F49BDE112F7BD09F5FA1758C /* Swiftformat & Swiftlint */, + 63EC7B65878E427E2E496D2D /* Headers */, + 16C9BAE0306B53737F6FD772 /* Sources */, + 618A020ADCC4E66D0B8E73BE /* Frameworks */, ); buildRules = ( - 3F9261DF59F5200F1ED2A4B7 /* PBXBuildRule */, + ADD7A8644FAE5AAEA59C3B62 /* PBXBuildRule */, ); dependencies = ( + A49B5A35DF013D826878D510 /* PBXTargetDependency */, ); - name = "IceStream iOS"; - productName = IceStream; - productReference = F6110A99A26547AC7A0F46E2 /* IceStream.bundle */; - productType = "com.apple.product-type.bundle"; + name = "IceIAP C++11 iOS"; + productName = "IceIAP C++11 iOS"; + productReference = E8D7C5B3A39A1199CCC8ED6A /* libIceIAP C++11 iOS.a */; + productType = "com.apple.product-type.library.static"; }; - B7194A39EDC518DAF4710B9D /* IceAdmin iOS */ = { + A8BFEC48F02CD14D702133F1 /* IceOptional macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = BDC76FF9BF5BB943EF427420 /* Build configuration list for PBXNativeTarget "IceAdmin iOS" */; + buildConfigurationList = 1B3CA2642A91F9B54BA484D4 /* Build configuration list for PBXNativeTarget "IceOptional macOS" */; buildPhases = ( - 366B9CC4986E48D232EC6D49 /* Sources */, - 9003E7F8ABF78E74925E3416 /* Frameworks */, - F69488F73D683DD34200AA6A /* Resources */, - 955C1E2F49041EAACFC4427F /* Swiftformat & Swiftlint */, + 1A600FBD4D23972C043022D2 /* Sources */, + CC642DBC9BDC1D9A59BC9B01 /* Frameworks */, + 0EE1DA3D520C878611106C0A /* Resources */, + BC4DB57557459FE9CBE44DBE /* Swiftformat & Swiftlint */, ); buildRules = ( - 85E41E7443DE8512EE3A07A5 /* PBXBuildRule */, + DE25249021A0325A13DBFF01 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceAdmin iOS"; - productName = IceAdmin; - productReference = C1D885D2E62E7E2C2BC3CDDA /* IceAdmin.bundle */; + name = "IceOptional macOS"; + productName = IceOptional; + productReference = 8856945FF3EA9B46E94260E8 /* IceOptional.bundle */; productType = "com.apple.product-type.bundle"; }; - B82513A1D80BE3B7CB09AAB2 /* IceSlicingObjects macOS */ = { + B26A5AC544E40377DF6BE842 /* IceServantLocator macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 395237885084492DFDD58448 /* Build configuration list for PBXNativeTarget "IceSlicingObjects macOS" */; + buildConfigurationList = 23955BF8F27BA7C9FA1546C2 /* Build configuration list for PBXNativeTarget "IceServantLocator macOS" */; buildPhases = ( - 2B9152E5C96D269BF8E9FDB3 /* Sources */, - 7D59B9EAA393B83D6CFDBCB5 /* Frameworks */, - F05899602DF7CEFDDA7AF22F /* Resources */, - E14C5814B46ED82EE548F38E /* Swiftformat & Swiftlint */, + C49483D4CAE19B44D5088E00 /* Sources */, + DA45644EBB7E263326096E33 /* Frameworks */, + 7AADA3628798A2CEBD160324 /* Resources */, + 8421D11AA8D00FC59A51C0CB /* Swiftformat & Swiftlint */, ); buildRules = ( - 2FAF844E863F1F62B5D95942 /* PBXBuildRule */, + 254716CFDD87D8840F5C71FF /* PBXBuildRule */, ); dependencies = ( ); - name = "IceSlicingObjects macOS"; - productName = IceSlicingObjects; - productReference = 606F06072FFCD573D8A837E5 /* IceSlicingObjects.bundle */; + name = "IceServantLocator macOS"; + productName = IceServantLocator; + productReference = EE72212C85B7503F51F7FDC0 /* IceServantLocator.bundle */; productType = "com.apple.product-type.bundle"; }; - BB3B0D98C22CE00B8ADC4316 /* Glacier2 iOS */ = { + B2D886655FF6F2AF192CDE9B /* IceStream macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 63FF02D47746AE2861403E4B /* Build configuration list for PBXNativeTarget "Glacier2 iOS" */; + buildConfigurationList = 7255F8A4BF4589BFB4654F0E /* Build configuration list for PBXNativeTarget "IceStream macOS" */; buildPhases = ( - 06C162DD937EB3187ADC916F /* Headers */, - 79FF0D254DC866DA0CB59EC5 /* Sources */, - E653F953DFFD04DA66384928 /* Frameworks */, - 4240862B4FD9F545A3622E5D /* Resources */, + 33553BE2C72CEA6DF13627A6 /* Sources */, + 49B1BE31CD01130F63B721AC /* Frameworks */, + 1E9F730673070686502D0A9A /* Resources */, + E1888013BCB6DE9C4E077958 /* Swiftformat & Swiftlint */, ); buildRules = ( - 9EBF72FFF1D78EF59F4D3395 /* PBXBuildRule */, + 5BB3C70ADE38AF439D599D53 /* PBXBuildRule */, ); dependencies = ( - 47634126AEF87DA1B836F693 /* PBXTargetDependency */, ); - name = "Glacier2 iOS"; - productName = Glacier2; - productReference = 0B7D06FDBC23F045201055C2 /* Glacier2.framework */; - productType = "com.apple.product-type.framework"; + name = "IceStream macOS"; + productName = IceStream; + productReference = 8658E1233F292AB783508F42 /* IceStream.bundle */; + productType = "com.apple.product-type.bundle"; }; - BD3DE7AD460CC0486CFC37AC /* IceDefaultServant iOS */ = { + B38E539C2D2B0FD92D7BB99F /* IceStorm iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 3E757CCB33DC7FF313F126BF /* Build configuration list for PBXNativeTarget "IceDefaultServant iOS" */; + buildConfigurationList = C9E5E1D8DE9DCBE19AB139EB /* Build configuration list for PBXNativeTarget "IceStorm iOS" */; buildPhases = ( - 37DF248890BB287EB896B059 /* Sources */, - 9DD3FF2FD00DB96FC3C571D4 /* Frameworks */, - 70F478C974B2EC618A8BC06F /* Resources */, - E150333854423D2BB915EA13 /* Swiftformat & Swiftlint */, + E01414C8B344A74D6A241CFE /* Headers */, + 48EEEE4A2D794243C21A4434 /* Sources */, + C480559CDB3BC4B7E6762172 /* Frameworks */, + 2AE40F7DF36E7CACB450AEC4 /* Resources */, ); buildRules = ( - 16E9D5879D8B5D85E3072221 /* PBXBuildRule */, + E88936B41BCEDBF35F040122 /* PBXBuildRule */, ); dependencies = ( + AA6C110A4C6B8842863FD2E0 /* PBXTargetDependency */, ); - name = "IceDefaultServant iOS"; - productName = IceDefaultServant; - productReference = DCDF43E420F298756306484F /* IceDefaultServant.bundle */; - productType = "com.apple.product-type.bundle"; + name = "IceStorm iOS"; + productName = IceStorm; + productReference = 6171D7E79C0AF70DF0491DD6 /* IceStorm.framework */; + productType = "com.apple.product-type.framework"; }; - BE92BF50C0D2D77530D2A0CD /* Ice C++11 macOS */ = { + B3FCF5C84985BF58A6988174 /* IceLocatorDiscovery C++11 iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 7604E6380A270EF3945C9592 /* Build configuration list for PBXNativeTarget "Ice C++11 macOS" */; + buildConfigurationList = DB1799E9668CB062FC878F9B /* Build configuration list for PBXNativeTarget "IceLocatorDiscovery C++11 iOS" */; buildPhases = ( - 43C58C3A04D51AA522CC1279 /* Headers */, - B59E45E9978CF8693CDF4B4F /* Sources */, - 5DE6BFB73F69C96F4BC6D5AD /* Frameworks */, + 6FFF98FFD743E367D6E2B09A /* Headers */, + 828766A86881513C4E6C8055 /* Sources */, + 6370FCBC92461F3CE8BBA2F9 /* Frameworks */, ); buildRules = ( - A01BCF0A4FC1D846BA0B75C8 /* PBXBuildRule */, + CD0E887AAE9120EBBF9701E0 /* PBXBuildRule */, ); dependencies = ( + 7EAF34E55F25735CAD86E99D /* PBXTargetDependency */, ); - name = "Ice C++11 macOS"; - productName = "Ice C++11 macOS"; - productReference = 862C279DD90C38C716F0D5DA /* libIce C++11 macOS.a */; + name = "IceLocatorDiscovery C++11 iOS"; + productName = "IceLocatorDiscovery C++11 iOS"; + productReference = 2C55CD3BC27F51FD7F4C7E45 /* libIceLocatorDiscovery C++11 iOS.a */; productType = "com.apple.product-type.library.static"; }; - C0FE9B1D7C548C82F450BACF /* IceEnums macOS */ = { + B5E92BCB208FF469943B4DFF /* IceServantLocatorAMD macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 61DA7306CA5AE4678163612B /* Build configuration list for PBXNativeTarget "IceEnums macOS" */; + buildConfigurationList = 7C17A482977F1B80D7BD80EB /* Build configuration list for PBXNativeTarget "IceServantLocatorAMD macOS" */; buildPhases = ( - B34B59B37A09C1BA941A27B8 /* Sources */, - 5353F339C90CB82D3AD70B16 /* Frameworks */, - 3ABE7D87C7B05C95639B98A4 /* Resources */, - 37C93B997171904DBD2249B9 /* Swiftformat & Swiftlint */, + 59FDCD0D137DE1732A536B99 /* Sources */, + DC486054407DACBDBCBD5581 /* Frameworks */, + 105E280F72DA4842125F6438 /* Resources */, + FC734601046325BD1FF67D4F /* Swiftformat & Swiftlint */, ); buildRules = ( - 4060393311406B8522382494 /* PBXBuildRule */, + 8E7EB63AF01041EFB8A7583A /* PBXBuildRule */, ); dependencies = ( ); - name = "IceEnums macOS"; - productName = IceEnums; - productReference = B2F4521C4BB2A8058C96F1F3 /* IceEnums.bundle */; + name = "IceServantLocatorAMD macOS"; + productName = IceServantLocatorAMD; + productReference = 398EC5E8D03D698348E4A21F /* IceServantLocatorAMD.bundle */; productType = "com.apple.product-type.bundle"; }; - C5E4947620F14F584E06AFF8 /* IceSlicingExceptionsAMD iOS */ = { + B9BD028C62C0C641D98EB8E4 /* IceBinding macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = C3D4B7DAE09E7D5840CC1E65 /* Build configuration list for PBXNativeTarget "IceSlicingExceptionsAMD iOS" */; + buildConfigurationList = 1B584B4BA0537A987F7EDB9E /* Build configuration list for PBXNativeTarget "IceBinding macOS" */; buildPhases = ( - 55000F9D4D4155B250DD0BC5 /* Sources */, - 09E427F8497A79326BBD12CD /* Frameworks */, - 8251CD66A056D6FC16A35F34 /* Resources */, - BC22C87360B60FC8467EBCD9 /* Swiftformat & Swiftlint */, + F5AD30D172E5AC994B4DB7A0 /* Sources */, + F6F3F1CE64CB57B9F050A15E /* Frameworks */, + A2657229ACD59ABB09BA5869 /* Resources */, + 878FCF55C76444A9C6162809 /* Swiftformat & Swiftlint */, ); buildRules = ( - 3F15ED189A6CDF20CE92673D /* PBXBuildRule */, + FBF5929442669936B79AD273 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceSlicingExceptionsAMD iOS"; - productName = IceSlicingExceptionsAMD; - productReference = D957A3D3DE480CDE7EB2F2F9 /* IceSlicingExceptionsAMD.bundle */; + name = "IceBinding macOS"; + productName = IceBinding; + productReference = 06A97CAF5BF9EDF83A7A930B /* IceBinding.bundle */; productType = "com.apple.product-type.bundle"; }; - C678CD9E42A4C59A5CBEB31C /* IceDiscovery C++11 macOS */ = { + BBE51454D363AD26F9080FBE /* IceHold iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 4EDF060793AC7D5775751A5E /* Build configuration list for PBXNativeTarget "IceDiscovery C++11 macOS" */; + buildConfigurationList = 2BFD9BFA470C9D0421B4F1F0 /* Build configuration list for PBXNativeTarget "IceHold iOS" */; buildPhases = ( - 120FA8C19297FC53BD27189F /* Headers */, - 5D2DCB9DC9E18AEEDD263FB1 /* Sources */, - 86D604A6918A9F8A7D3CA694 /* Frameworks */, + 9C3E21E025DB74E12827E907 /* Sources */, + A26D79DEA57458B5811A7051 /* Frameworks */, + 8B2DB57E90E567CE2D1FF712 /* Resources */, + FCE3A07160BB4C19E47D15F1 /* Swiftformat & Swiftlint */, ); buildRules = ( - 72F7C3BFF4E26DE2BE3C8759 /* PBXBuildRule */, + A3DA3CBC8A2C52CBCC67E785 /* PBXBuildRule */, ); dependencies = ( - 4CAE1246BC1524B6192C999E /* PBXTargetDependency */, ); - name = "IceDiscovery C++11 macOS"; - productName = "IceDiscovery C++11 macOS"; - productReference = 944CF48129916730A3008F88 /* libIceDiscovery C++11 macOS.a */; - productType = "com.apple.product-type.library.static"; + name = "IceHold iOS"; + productName = IceHold; + productReference = D2059F3CCF720F07B1C5B004 /* IceHold.bundle */; + productType = "com.apple.product-type.bundle"; }; - D1ED8784329C86C777DED80E /* IceOperationsAMD macOS */ = { + BD3A48B6E882EFC2DC64B12A /* IceTimeout iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = F141291BC5B1D1E36A7A5019 /* Build configuration list for PBXNativeTarget "IceOperationsAMD macOS" */; + buildConfigurationList = 2F17152D07EFDE33DDECE239 /* Build configuration list for PBXNativeTarget "IceTimeout iOS" */; buildPhases = ( - 5285B8A2CDB4C62347003CF9 /* Sources */, - 4BFA2E3488EF44707C5A1EE3 /* Frameworks */, - F7C7BDF49E2EC3CCC26CC226 /* Resources */, - 21240E8FE38D6FE82DF6CDAA /* Swiftformat & Swiftlint */, + B17FFDF7434B20C56EAFD3FB /* Sources */, + FC763AA5E2950F8F9EF3F85F /* Frameworks */, + A56452452F57C668A78A3CAB /* Resources */, + 2E825A127CD3E17DED9ECBC1 /* Swiftformat & Swiftlint */, ); buildRules = ( - 6BE1BBD8A9FB770282A82745 /* PBXBuildRule */, + 949A7ACC61D2BEE64E86D909 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceOperationsAMD macOS"; - productName = IceOperationsAMD; - productReference = 635AAEC8BC204DAA5C7B0CDB /* IceOperationsAMD.bundle */; + name = "IceTimeout iOS"; + productName = IceTimeout; + productReference = F65B4E08F59312A867D28015 /* IceTimeout.bundle */; productType = "com.apple.product-type.bundle"; }; - D49618E733FCF88CEA9B345E /* IceProxyAMD macOS */ = { + BF4C96F1700440F4C4A7EC33 /* IceLocatorDiscovery C++11 macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = FCB540E5610980B9A64DF5D4 /* Build configuration list for PBXNativeTarget "IceProxyAMD macOS" */; + buildConfigurationList = C6562CB74FF974D731E388A3 /* Build configuration list for PBXNativeTarget "IceLocatorDiscovery C++11 macOS" */; buildPhases = ( - F68AD873238CFAB4EE90C931 /* Sources */, - 433327750524FA229C1C45F9 /* Frameworks */, - 9F976EA6293F888E7688A88C /* Resources */, - A95D14EFD5661677CA5DCE9D /* Swiftformat & Swiftlint */, + 76DD5C1A308CF7C83B94F63C /* Headers */, + D0CE651AA57FB671848CB8EF /* Sources */, + 0AA80BE77646EFDF9F4ADEAE /* Frameworks */, ); buildRules = ( - 592CF8AF46A5FA2F367AA541 /* PBXBuildRule */, + D8FD9AB1CE317400CEFDF9EB /* PBXBuildRule */, ); dependencies = ( + 83A7188DC4ED1E4B39932A9D /* PBXTargetDependency */, ); - name = "IceProxyAMD macOS"; - productName = IceProxyAMD; - productReference = BC4E902701DE09BA37587528 /* IceProxyAMD.bundle */; - productType = "com.apple.product-type.bundle"; + name = "IceLocatorDiscovery C++11 macOS"; + productName = "IceLocatorDiscovery C++11 macOS"; + productReference = 5E4AE1ED69323FF484ADE8CB /* libIceLocatorDiscovery C++11 macOS.a */; + productType = "com.apple.product-type.library.static"; }; - D4D5EA1CE255AAD11A2C027B /* IceLocation macOS */ = { + C06AB48DFD32C2FDFC173B5F /* IceSlicingObjects iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = FBDA44A6B9EB27DA4E398E07 /* Build configuration list for PBXNativeTarget "IceLocation macOS" */; + buildConfigurationList = 0442455868388C53166AFDC8 /* Build configuration list for PBXNativeTarget "IceSlicingObjects iOS" */; buildPhases = ( - 5BB7E9664F1245657D56E2C5 /* Sources */, - 69D56BC2D49F4E737C5AAA51 /* Frameworks */, - 696DAC22612083C84A556C32 /* Resources */, - B38633D7261D08A65B1BBE92 /* Swiftformat & Swiftlint */, + 44E7B91541F055485114C1AF /* Sources */, + AF2F49D715ECACBF77170734 /* Frameworks */, + A9BEBD31068B249391C022A2 /* Resources */, + C0A1F04964254874645E89CC /* Swiftformat & Swiftlint */, ); buildRules = ( - 48F2FA7B77CC39894214CBDD /* PBXBuildRule */, + F1EF1EA62B7467B39066987B /* PBXBuildRule */, ); dependencies = ( ); - name = "IceLocation macOS"; - productName = IceLocation; - productReference = 89BE108849C181CA086DB498 /* IceLocation.bundle */; + name = "IceSlicingObjects iOS"; + productName = IceSlicingObjects; + productReference = 6010117507497A8A67F92B78 /* IceSlicingObjects.bundle */; productType = "com.apple.product-type.bundle"; }; - D5D1D1FDB9757F1241D3EE07 /* IceStream macOS */ = { + C0EA9EA000AF657D3B789147 /* IceExceptions macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 0852766E5F22738BE010EB3C /* Build configuration list for PBXNativeTarget "IceStream macOS" */; + buildConfigurationList = EF406D5CC28F8F13FF736B1B /* Build configuration list for PBXNativeTarget "IceExceptions macOS" */; buildPhases = ( - 7A2CF876E983B50ED9A1B75E /* Sources */, - 6B88506579A8291D964D0A52 /* Frameworks */, - 193FFFA9457B69D6D99C6ABD /* Resources */, - 04A01AF0C84DF37268A16C75 /* Swiftformat & Swiftlint */, + 7B593591F0D6D419B22D448B /* Sources */, + E717C2DEC8C8797535B5F6A5 /* Frameworks */, + 5B62B1CB45C5780AF8DD5D0E /* Resources */, + 1309C1384D64808C36951E55 /* Swiftformat & Swiftlint */, ); buildRules = ( - F784C4564AC8A599899A77C8 /* PBXBuildRule */, + B0CB483E1A43C37F94CC1A45 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceStream macOS"; - productName = IceStream; - productReference = AB3DB4E7D59A8039A5F5A62C /* IceStream.bundle */; + name = "IceExceptions macOS"; + productName = IceExceptions; + productReference = BF3F1507F6DCEA2C62861979 /* IceExceptions.bundle */; productType = "com.apple.product-type.bundle"; }; - D60CC397B9B10E9F3A0C5315 /* IceHold iOS */ = { + C2EFA7363ECEAB6F32F85BE8 /* IceUdp iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 3431C4AD8A8BDCC65A9667B6 /* Build configuration list for PBXNativeTarget "IceHold iOS" */; + buildConfigurationList = DB3E3F15F3FDAB4F3E06CC1B /* Build configuration list for PBXNativeTarget "IceUdp iOS" */; buildPhases = ( - DFE89C5A9EBCADA8406BB7C1 /* Sources */, - EE0D8F30F27DF1668FC58BD9 /* Frameworks */, - EEB616B7DED588D3E7826F18 /* Resources */, - D786860F52BF6A580038F56F /* Swiftformat & Swiftlint */, + 8D31D7C21F67CF4FC712F524 /* Sources */, + 7D6A7BD3EC7C87EA7813BACF /* Frameworks */, + 1DCDB88CDE069433C3FB6117 /* Resources */, + F2E4AFB8A580089548E496D4 /* Swiftformat & Swiftlint */, ); buildRules = ( - 9D07A9E7F25DD64E7B2378CE /* PBXBuildRule */, + 1B81E5E5A4D73AA38AEF3771 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceHold iOS"; - productName = IceHold; - productReference = C503BB7937D5A73C579AF77E /* IceHold.bundle */; + name = "IceUdp iOS"; + productName = IceUdp; + productReference = DE92A3173F19D0FB54575188 /* IceUdp.bundle */; productType = "com.apple.product-type.bundle"; }; - D70A5F324AC30625F2749E7E /* IceAdapterDeactivation iOS */ = { + C3FE02775678A7B531C3DCCB /* IceDefaultServant macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = F96C608B05391D7A7BBD2DE1 /* Build configuration list for PBXNativeTarget "IceAdapterDeactivation iOS" */; + buildConfigurationList = 2762FC36F1F1FD400FF86871 /* Build configuration list for PBXNativeTarget "IceDefaultServant macOS" */; buildPhases = ( - F4733D5D14208FEC54939567 /* Sources */, - 73620C5CAD7F3048B16224F6 /* Frameworks */, - 1146CFF18A285DA0ACD5273F /* Resources */, - 3B82FA97899F67885948BA89 /* Swiftformat & Swiftlint */, + F54E185707E9B7D51CE4700F /* Sources */, + A066E72F3E6674AF4ED1F69A /* Frameworks */, + 7C4A1D4639695477FA52D9B8 /* Resources */, + 837F28E69005CC0988551BF3 /* Swiftformat & Swiftlint */, ); buildRules = ( - F42D30D272B1B1D96DB64A69 /* PBXBuildRule */, + C456BE5865FF1BE80BC95644 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceAdapterDeactivation iOS"; - productName = IceAdapterDeactivation; - productReference = 396643EBE6603A44FB8E3F18 /* IceAdapterDeactivation.bundle */; + name = "IceDefaultServant macOS"; + productName = IceDefaultServant; + productReference = A47F59B5B545B02CE074601D /* IceDefaultServant.bundle */; productType = "com.apple.product-type.bundle"; }; - DC5193856654FD572B25809C /* IceFacets iOS */ = { + C50C715F4991C025608CFDBA /* IceSSL C++11 iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = C8C8D700FCA9C193CA0845F8 /* Build configuration list for PBXNativeTarget "IceFacets iOS" */; + buildConfigurationList = ABBC32085DA51F5D8756F5A8 /* Build configuration list for PBXNativeTarget "IceSSL C++11 iOS" */; buildPhases = ( - 12D26A31DB53677E686F6D51 /* Sources */, - A8FE3B6F18843BA9773C3889 /* Frameworks */, - DCF6CD8556414A72A6F820CA /* Resources */, - 0B7878A490F4BC843509E950 /* Swiftformat & Swiftlint */, + 489273B72C554FCD498751D4 /* Headers */, + C9AA33871E1DD27D0858F8EF /* Sources */, + C7F8D6EF7588CF07F15BB368 /* Frameworks */, ); buildRules = ( - 38F98A2C93377DCC0437B58A /* PBXBuildRule */, + 8AFBFC232FF4589B80C2EE17 /* PBXBuildRule */, ); dependencies = ( + 631BE1D767F1A8626FBB775C /* PBXTargetDependency */, ); - name = "IceFacets iOS"; - productName = IceFacets; - productReference = 243B40DF7D571849E55F7059 /* IceFacets.bundle */; - productType = "com.apple.product-type.bundle"; + name = "IceSSL C++11 iOS"; + productName = "IceSSL C++11 iOS"; + productReference = 3B58C8F4AD1B35D26BA8DD7E /* libIceSSL C++11 iOS.a */; + productType = "com.apple.product-type.library.static"; }; - DD8B8E606B2EC431577FC5D1 /* IceScope macOS */ = { + CBD1F136429E46466A5DF991 /* IceServantLocatorAMD iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = DBD2B43B9979207EE54C64F8 /* Build configuration list for PBXNativeTarget "IceScope macOS" */; + buildConfigurationList = C09ABC26D3364F74D80E840B /* Build configuration list for PBXNativeTarget "IceServantLocatorAMD iOS" */; buildPhases = ( - 7C03DACD5177C20F34142F44 /* Sources */, - A57502322C6FC3957D9C67F1 /* Frameworks */, - 3BD1C5CFACBD8E038C9CF1E6 /* Resources */, - F27B11B82E6CA8DC601C0CE1 /* Swiftformat & Swiftlint */, + 785CD72415C7A83C6709A5FC /* Sources */, + C76332CCDE00309D9C69C813 /* Frameworks */, + B095AC9A33BC7D15B07B01FA /* Resources */, + 07BB906C13719D7F257FDA06 /* Swiftformat & Swiftlint */, ); buildRules = ( - 745742BE5C573845A27A17B9 /* PBXBuildRule */, + 80D9337F8CA7626B56B7498C /* PBXBuildRule */, ); dependencies = ( ); - name = "IceScope macOS"; - productName = IceScope; - productReference = 298DBCEEE77A658684D9132A /* IceScope.bundle */; + name = "IceServantLocatorAMD iOS"; + productName = IceServantLocatorAMD; + productReference = 66D4AE21A93B53D320E0FEFA /* IceServantLocatorAMD.bundle */; productType = "com.apple.product-type.bundle"; }; - DF25BCE238F79D67D03A0B10 /* IceDefaultValue iOS */ = { + CC33F85906E9FC1AEA0A8CCD /* IceProperties macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 2952CA43E13EC801E79C023A /* Build configuration list for PBXNativeTarget "IceDefaultValue iOS" */; + buildConfigurationList = CB612942DE71A4441F389F59 /* Build configuration list for PBXNativeTarget "IceProperties macOS" */; buildPhases = ( - 21BAD7393AD3C0D14FF87C13 /* Sources */, - 46193C12CD0A4A58146BCB02 /* Frameworks */, - DFA3E915A1BE69694D322C02 /* Resources */, - C2B0E5EE9BA6D8021CF5F5AD /* Swiftformat & Swiftlint */, + 9278903AB7AFD77751C4D05D /* Sources */, + 2369AD2046223EE40091ADF2 /* Frameworks */, + 864F9CA3AA727C7FE044BCFA /* Resources */, + BDB36D34C7246D3B09C5F7B4 /* Swiftformat & Swiftlint */, ); buildRules = ( - BAF304E3E7EEB9B7D06ECEF6 /* PBXBuildRule */, + 1FA8389712B9600706D907FA /* PBXBuildRule */, ); dependencies = ( ); - name = "IceDefaultValue iOS"; - productName = IceDefaultValue; - productReference = AAC4F2ED79598C18ABCC6AD6 /* IceDefaultValue.bundle */; + name = "IceProperties macOS"; + productName = IceProperties; + productReference = 8D0AAB59890B70DDE1C5004C /* IceProperties.bundle */; productType = "com.apple.product-type.bundle"; }; - E31738F49D6C316485F7D733 /* IceHold macOS */ = { + D5C229C9A3634C6D7F82BD45 /* IceInvoke iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 407CD7769C0C9F1576E4B3D6 /* Build configuration list for PBXNativeTarget "IceHold macOS" */; + buildConfigurationList = 5F3E867ADEFC25892C1859CD /* Build configuration list for PBXNativeTarget "IceInvoke iOS" */; buildPhases = ( - 0E379438919A03B079BDDB21 /* Sources */, - 1B7EDE4891B588AA165548B5 /* Frameworks */, - A0F7B14B4747C16BD78FB84F /* Resources */, - 6F4B8CD6109F540E9811E2C8 /* Swiftformat & Swiftlint */, + 8CE26C93AC497F470CF66A9A /* Sources */, + 504D57FE86A4241084B6F3B6 /* Frameworks */, + 9A55B97F54D85305F94F0729 /* Resources */, + 90C45AB487AF23A9B47E5E43 /* Swiftformat & Swiftlint */, ); buildRules = ( - 300AFB2E2994D6659B75E1A7 /* PBXBuildRule */, + 85A8E29574EE96A14619DAEE /* PBXBuildRule */, ); dependencies = ( ); - name = "IceHold macOS"; - productName = IceHold; - productReference = FF1FC1BA57B6F987602A51C6 /* IceHold.bundle */; + name = "IceInvoke iOS"; + productName = IceInvoke; + productReference = 8CDACDF04DAE91F9760F8F85 /* IceInvoke.bundle */; productType = "com.apple.product-type.bundle"; }; - E8A2CCA6E4C5AB47FCCF6C4A /* IceServantLocator iOS */ = { + D6C0B42FB627DA7CE1820508 /* IceExceptionsAMD iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = E2ACE4FDDBCF48CAEDC326BA /* Build configuration list for PBXNativeTarget "IceServantLocator iOS" */; + buildConfigurationList = 8145706C0DBE01294C6B14C0 /* Build configuration list for PBXNativeTarget "IceExceptionsAMD iOS" */; buildPhases = ( - 32FB7C6EED5BEEAE6AABBE66 /* Sources */, - E87DAE29E9A3F84AEE841D9C /* Frameworks */, - 015E5C17BBF47D5F1C6B00B7 /* Resources */, - 2BDCDE38F3A1D8B383EA329D /* Swiftformat & Swiftlint */, + 803F94AE4A71FB074C7063E7 /* Sources */, + 80175F7022FDEDD1CE4BA945 /* Frameworks */, + 8E06F27BCA3D24EEF90220A7 /* Resources */, + 225AFE07C41761B61DCC540D /* Swiftformat & Swiftlint */, ); buildRules = ( - 5B5920EBA389B676D3A2AD29 /* PBXBuildRule */, + AF723D4CE161D611A5F2B266 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceServantLocator iOS"; - productName = IceServantLocator; - productReference = 818949F62DF9C52CEAC0CCA0 /* IceServantLocator.bundle */; + name = "IceExceptionsAMD iOS"; + productName = IceExceptionsAMD; + productReference = 9C236898CB120B4EB12ADA67 /* IceExceptionsAMD.bundle */; productType = "com.apple.product-type.bundle"; }; - ED5185EFC3882FB526185ECC /* IceAmi macOS */ = { + D7DFF03B2DCC1CA176BF714D /* IceEnums iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 699D639710FE44135EEF8E9D /* Build configuration list for PBXNativeTarget "IceAmi macOS" */; + buildConfigurationList = 787AD9E91657E28CEDE1812D /* Build configuration list for PBXNativeTarget "IceEnums iOS" */; buildPhases = ( - F2663B437DB5ECB75EC78A31 /* Sources */, - E2E27C927662CC964962833B /* Frameworks */, - E980A6E5688A95A9149B1FE4 /* Resources */, - 367673747887DDA9C1C5B068 /* Swiftformat & Swiftlint */, + 348BD380479E566F0C985FE5 /* Sources */, + 75563A136A50A5AB9968A05C /* Frameworks */, + 685B55E229EFE28CDFE58535 /* Resources */, + 7F02F70FAFC7599C07F4040A /* Swiftformat & Swiftlint */, ); buildRules = ( - C5C875ED810B91E80F51E96D /* PBXBuildRule */, + AD437E7F31126502F0F1A7B0 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceAmi macOS"; - productName = IceAmi; - productReference = 0E9D8AD11F058FC6FBDC9B93 /* IceAmi.bundle */; + name = "IceEnums iOS"; + productName = IceEnums; + productReference = 8ABF7DAED99C0C2AA49673C4 /* IceEnums.bundle */; productType = "com.apple.product-type.bundle"; }; - ED99A1BE112173616B269FD9 /* IceAdmin macOS */ = { + D8D038C762A2A2D691C6E63A /* IceUdp macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = CDA62C8F3897D83793EF1800 /* Build configuration list for PBXNativeTarget "IceAdmin macOS" */; + buildConfigurationList = 9A72AB74A498D2662FA23A42 /* Build configuration list for PBXNativeTarget "IceUdp macOS" */; buildPhases = ( - 3404FD9A2239E04676319921 /* Sources */, - 318E41CF0511D0F9AA440D36 /* Frameworks */, - 6E482A956F3A3570063CC6CB /* Resources */, - F5388A7322E2DCCC88A01A86 /* Swiftformat & Swiftlint */, + 3AD75AF93BFE3F613A855CBE /* Sources */, + A3C3DEC6FB92DD22CBA04668 /* Frameworks */, + D299EC0A2A3668735EB9E511 /* Resources */, + 71AB0F62546ACEF9A6ABD0D5 /* Swiftformat & Swiftlint */, ); buildRules = ( - 177BC7707512F51A6D9FB41C /* PBXBuildRule */, + 8DCABAA486E17F2D1FA56EA2 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceAdmin macOS"; - productName = IceAdmin; - productReference = 1721F2945AEC9675C0825DBD /* IceAdmin.bundle */; + name = "IceUdp macOS"; + productName = IceUdp; + productReference = 37653A378B0EFFBAE4AF88C8 /* IceUdp.bundle */; productType = "com.apple.product-type.bundle"; }; - EF3D6E8A40C3D56E8FB97960 /* IceOperations iOS */ = { + DB44CE6AA4613D16DA367394 /* IceLocation iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 08D96F6C6A7D4BAC38FEC434 /* Build configuration list for PBXNativeTarget "IceOperations iOS" */; + buildConfigurationList = 5D7B712B3D45A9413A0B1D3B /* Build configuration list for PBXNativeTarget "IceLocation iOS" */; buildPhases = ( - 0331CFC2F4280783871CA255 /* Sources */, - 8B63BF213D844BB16A523690 /* Frameworks */, - D4872B223746CE9769D7E628 /* Resources */, - 3682FFA5BF274922B4D26F7B /* Swiftformat & Swiftlint */, + F825256DE627380988F33EE1 /* Sources */, + DA37E9D61FFB0412C80394A2 /* Frameworks */, + B039604580A98F9DED0148F3 /* Resources */, + E5FA5F9A90B5D88CB11E3752 /* Swiftformat & Swiftlint */, ); buildRules = ( - 68429E0C60E8CA15516ABC73 /* PBXBuildRule */, + F040CA31E9A43C251307EA9B /* PBXBuildRule */, ); dependencies = ( ); - name = "IceOperations iOS"; - productName = IceOperations; - productReference = 9B4E5C848FA411C20D6E7C7F /* IceOperations.bundle */; + name = "IceLocation iOS"; + productName = IceLocation; + productReference = 96BB07A7A14ECC34531D28D1 /* IceLocation.bundle */; productType = "com.apple.product-type.bundle"; }; - EF5CB194F042E71ECAB77FAA /* IceFacets macOS */ = { + E50A6B57CC10785C44EC7BFC /* IceSSL C++11 macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 36E15C562CE222BFAFA53C9A /* Build configuration list for PBXNativeTarget "IceFacets macOS" */; + buildConfigurationList = E2AA756BB065F9D9159D324D /* Build configuration list for PBXNativeTarget "IceSSL C++11 macOS" */; buildPhases = ( - 620A1D00AB7CFBC31B047A52 /* Sources */, - 0CE8CA3F1A9CB84F2F9A74B4 /* Frameworks */, - 396F77BF641F2D706476E3EE /* Resources */, - B1DC66EDA7BD3B503C4114CE /* Swiftformat & Swiftlint */, + 3FB997A6FC5ED8DDEF4D554F /* Headers */, + 6B18CBEBB2EEF06010E5A66D /* Sources */, + 9CA0C2DBF81C382774B314B5 /* Frameworks */, ); buildRules = ( - 5A5D7AC559820F680682349E /* PBXBuildRule */, + EC27E5CDBA201D1C1F808567 /* PBXBuildRule */, ); dependencies = ( + D169745365A38D8EB206E463 /* PBXTargetDependency */, ); - name = "IceFacets macOS"; - productName = IceFacets; - productReference = 71C420C2E16773831D77865F /* IceFacets.bundle */; - productType = "com.apple.product-type.bundle"; + name = "IceSSL C++11 macOS"; + productName = "IceSSL C++11 macOS"; + productReference = F080FE08CB87229BE953AFBD /* libIceSSL C++11 macOS.a */; + productType = "com.apple.product-type.library.static"; }; - F25B1AA6427599A59D125802 /* IceDefaultValue macOS */ = { + EB0503AF5CF90C467CA490DF /* TestDriver macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = EB551870E756BEDD612BF5A9 /* Build configuration list for PBXNativeTarget "IceDefaultValue macOS" */; + buildConfigurationList = E3801FEB730C069689D0237D /* Build configuration list for PBXNativeTarget "TestDriver macOS" */; buildPhases = ( - 4850EAB9BF1E4F0440EFB317 /* Sources */, - D9D9012B52DB156085FEF779 /* Frameworks */, - CA6F7CEFAAD53F594A1C3392 /* Resources */, - 5D2854A39B8AF30A4C8E8E16 /* Swiftformat & Swiftlint */, + 35CEC30A7EA0D64B394CD095 /* Sources */, + 24B89B1A959CE4E37ACE8427 /* Frameworks */, + 67AA5B6BF0650E3051BF05B6 /* Resources */, + 512E66D450CBD704085D7872 /* Swiftformat & Swiftlint */, + 0B4828689D9726A5001AABD1 /* Copy Frameworks */, + 76B5925C655A6977A8A0C066 /* Copy Symbols */, + 4E8E76F62311F122903118A3 /* Copy Frameworks */, ); buildRules = ( - 3B13DD6DB324B507582674C7 /* PBXBuildRule */, + 05B1909D018F15A35FD5093F /* PBXBuildRule */, ); dependencies = ( + 584093B49433D45BA4018001 /* PBXTargetDependency */, + 2F6F9B5D4513D77A8AC7DDC0 /* PBXTargetDependency */, + FED75879D302A8CFAA9144A7 /* PBXTargetDependency */, + 271DDAA5D1614BB6ED360958 /* PBXTargetDependency */, + 45ACA40D06E2E6C31E7CB2B4 /* PBXTargetDependency */, + 546848E6A672F15441610C79 /* PBXTargetDependency */, + 34B560DC87B3A0B5AEF1E88B /* PBXTargetDependency */, + 3D899C8714D086B78D53FF5C /* PBXTargetDependency */, + 195A206A118C43EAD8972697 /* PBXTargetDependency */, + E6A1756C39A2DC5C3C3B1B6B /* PBXTargetDependency */, + 3EAB0204211A6921DE47BB43 /* PBXTargetDependency */, + E766C61662D6183438ADFB82 /* PBXTargetDependency */, + 955DEB683E5D4701DB3535C9 /* PBXTargetDependency */, + 95B34289B6A13BCBF3A6EEC8 /* PBXTargetDependency */, + 5F6526B76800D9C65325246E /* PBXTargetDependency */, + 46AF95AF86A0C3981872C803 /* PBXTargetDependency */, + CA7C785F7320F284648AC5A4 /* PBXTargetDependency */, + 7AAA4B961E5E56F69DFAF933 /* PBXTargetDependency */, + 482DB7DF45BEDC06F2DD2994 /* PBXTargetDependency */, + EADB6CD5C82DC1481AC33744 /* PBXTargetDependency */, + 843A79B995D5E208A6D8ACD8 /* PBXTargetDependency */, + 45E580371FD5DD84BDFB03F4 /* PBXTargetDependency */, + 2531F92491E4B555D0788209 /* PBXTargetDependency */, + 531735362E008AA834450284 /* PBXTargetDependency */, + E04AF68304921E0F32010AFA /* PBXTargetDependency */, + 317845B3DC9AEBB7D0E3407E /* PBXTargetDependency */, + 25C5D8AB8ACD6701D42F0E5E /* PBXTargetDependency */, + 594FCF8FD366FD5AA89A4CC5 /* PBXTargetDependency */, + 85D690C8C3E7681295832965 /* PBXTargetDependency */, + DDA06B6D9C8E08DF41A4E7B3 /* PBXTargetDependency */, + A2190F1B71DF191E828867CF /* PBXTargetDependency */, + D7E13CB46B3E07FFEC3BF0D3 /* PBXTargetDependency */, + 56A40E8E38CAEB9CB8BF6DAF /* PBXTargetDependency */, + 6BF50CFEA2D67162A864A865 /* PBXTargetDependency */, + 7A0DDE839B2B36B2BC7D0133 /* PBXTargetDependency */, + 7C1B2E14AECD6CA4789AA838 /* PBXTargetDependency */, + E710807F4D417EC9BEC9244F /* PBXTargetDependency */, + 83C9F874F554FF60E7448F09 /* PBXTargetDependency */, + 32EAECFB045263D2FA5CEC7B /* PBXTargetDependency */, ); - name = "IceDefaultValue macOS"; - productName = IceDefaultValue; - productReference = 5210A2940A1371A42BDB84F4 /* IceDefaultValue.bundle */; - productType = "com.apple.product-type.bundle"; + name = "TestDriver macOS"; + productName = TestDriver; + productReference = 0E5E1340C4FAB57DE1F541D0 /* TestDriver.app */; + productType = "com.apple.product-type.application"; }; - F47A7BA0E9A8D3B3D3F386A2 /* IceUdp macOS */ = { + F323B07333BDE70C0C56F215 /* IceStream iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = E67DFB3D1FA71F77DC9B287A /* Build configuration list for PBXNativeTarget "IceUdp macOS" */; + buildConfigurationList = C13D950DAD2BF2E0E78E8F0A /* Build configuration list for PBXNativeTarget "IceStream iOS" */; buildPhases = ( - 6738E6F2DD345E695BB0DFBC /* Sources */, - 39A74753CFA2482E6F80AAF2 /* Frameworks */, - 947152FEC47C93C6320107EB /* Resources */, - A7A22869DC08C64241456023 /* Swiftformat & Swiftlint */, + 230FE0DFE24C49EFE4A8B56A /* Sources */, + 20A50AE88BAD63A868D27644 /* Frameworks */, + CE3AECCC5D81127337248724 /* Resources */, + C9592F3A5C1E148E28666FB6 /* Swiftformat & Swiftlint */, ); buildRules = ( - FF514AFCB78044DCC95C05F3 /* PBXBuildRule */, + 7F80C228529BCF088A4B6D5E /* PBXBuildRule */, ); dependencies = ( ); - name = "IceUdp macOS"; - productName = IceUdp; - productReference = 6F2A86B630351ED7F28B7F97 /* IceUdp.bundle */; + name = "IceStream iOS"; + productName = IceStream; + productReference = 550773FCC9C2C563A95E049E /* IceStream.bundle */; productType = "com.apple.product-type.bundle"; }; - FA6D9194401F7CD789C4DBF5 /* IceAcm macOS */ = { + F4C721811A0D9976F05FC7F4 /* IceImpl iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = DAB50574A7F1D6D45D80E939 /* Build configuration list for PBXNativeTarget "IceAcm macOS" */; + buildConfigurationList = 54C6ADE4947BE46676B343E8 /* Build configuration list for PBXNativeTarget "IceImpl iOS" */; buildPhases = ( - 26C3C28C15354B5B0B97434E /* Sources */, - 8C3242E3F4921DEDD9E0888D /* Frameworks */, - 9317F2DDE892BA9B71039FEE /* Resources */, - F5BA2673A8763030630EC8D3 /* Swiftformat & Swiftlint */, + 490F00DE6154A61A5CD267AF /* Headers */, + F9349E2BDAE18A6EA12D420F /* Sources */, + 81E99068ACF03C3BD6DC3E49 /* Frameworks */, + 9A71FF99463CF017F315CFAE /* Resources */, ); buildRules = ( - 5685CE42DF049ACDD01A5C33 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceAcm macOS"; - productName = IceAcm; - productReference = 32B7D7D705607DCE80163367 /* IceAcm.bundle */; - productType = "com.apple.product-type.bundle"; + name = "IceImpl iOS"; + productName = IceImpl; + productReference = 230E865226DF4BF7A56733B7 /* IceImpl.framework */; + productType = "com.apple.product-type.framework"; }; - FAA074DDC907A45C269C3B8E /* IceSlicingExceptions iOS */ = { + F66E2096DE41DBD9A057FD82 /* IceGrid macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 75BE62F38E1EAC82448D042F /* Build configuration list for PBXNativeTarget "IceSlicingExceptions iOS" */; + buildConfigurationList = F676563932BDC3677FD4B44D /* Build configuration list for PBXNativeTarget "IceGrid macOS" */; buildPhases = ( - 2BEE9E25382E5F2684E2327A /* Sources */, - A19EF530C3E1DE38C2FA6756 /* Frameworks */, - 4DEEBB5731AB2E665DD250D6 /* Resources */, - C8374DD85217C6E16AB76606 /* Swiftformat & Swiftlint */, + 6C6BE4C3977723D9195E888B /* Headers */, + 64A77019C47A1C679FB5C395 /* Sources */, + 25FB5395C1596ABA2B14A5D1 /* Frameworks */, + A99B7CA288285A5C09B1309A /* Resources */, ); buildRules = ( - 6E1EC6A2F4AF060DFE3A6794 /* PBXBuildRule */, + 633E1E62BC1BAA5C82C09D20 /* PBXBuildRule */, ); dependencies = ( + 47A178385F18A5BEE1C0E28D /* PBXTargetDependency */, + C7B78D3AD12BED50B24369C6 /* PBXTargetDependency */, ); - name = "IceSlicingExceptions iOS"; - productName = IceSlicingExceptions; - productReference = 8D128C872087CD93AF56A3F5 /* IceSlicingExceptions.bundle */; - productType = "com.apple.product-type.bundle"; + name = "IceGrid macOS"; + productName = IceGrid; + productReference = 54F7D2F975A4FBB2424EEA1A /* IceGrid.framework */; + productType = "com.apple.product-type.framework"; }; - FAB2357B9FF51C0F2DCF034D /* IceOptional iOS */ = { + F7EF6B079BCF601FD1060131 /* IceSlicingExceptions iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 8CA2C1ACD53F9801ECD01B27 /* Build configuration list for PBXNativeTarget "IceOptional iOS" */; + buildConfigurationList = EDD79D91CC650892F77CC38E /* Build configuration list for PBXNativeTarget "IceSlicingExceptions iOS" */; buildPhases = ( - 68E69A89A710F4749D708FE0 /* Sources */, - 994902234B10348D6352CB0F /* Frameworks */, - 9CB6AAA240E0D3AB75A394FE /* Resources */, - F33FED0B7741B67D4C3CEC19 /* Swiftformat & Swiftlint */, + FE93DB8E0779D5AB0560F753 /* Sources */, + 6891BE60F9F5DC7552D84A33 /* Frameworks */, + 080226E78EA6387D1E89ADFE /* Resources */, + 6FE437F6CEDAC8DD69320B05 /* Swiftformat & Swiftlint */, ); buildRules = ( - C57F1D5E329660FA675D77D7 /* PBXBuildRule */, + 527BC66C04F3FCAB5207E309 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceOptional iOS"; - productName = IceOptional; - productReference = 35438BCE95667677C77B66BE /* IceOptional.bundle */; + name = "IceSlicingExceptions iOS"; + productName = IceSlicingExceptions; + productReference = 46AFCD142E30142E1A652748 /* IceSlicingExceptions.bundle */; productType = "com.apple.product-type.bundle"; }; - FF6F43C83401616A19ACA299 /* IceExceptions iOS */ = { + FFCF97D84665D5864D1DD6B0 /* IceInfo macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = E50893640FB14CFB3963B2A7 /* Build configuration list for PBXNativeTarget "IceExceptions iOS" */; + buildConfigurationList = A609D0ECAD6CC93D6E8360B9 /* Build configuration list for PBXNativeTarget "IceInfo macOS" */; buildPhases = ( - 86D00903B0AB2FC724472796 /* Sources */, - A4D57F68CF38BF49A3C79436 /* Frameworks */, - 4A6E30F1773B62F56FA4B2CA /* Resources */, - 5712D91D9A2CC89509DA9E81 /* Swiftformat & Swiftlint */, + B3A3DC6E48A84A2207AEDF61 /* Sources */, + 6920A2D46970D32F4E322826 /* Frameworks */, + A478B4171F462253EF119EF5 /* Resources */, + 8714671AFC1745111B274083 /* Swiftformat & Swiftlint */, ); buildRules = ( - 67AE3EABDC9AE5649FB8FC3C /* PBXBuildRule */, + D0B4DCABE5BE97DD5AA38BE4 /* PBXBuildRule */, ); dependencies = ( ); - name = "IceExceptions iOS"; - productName = IceExceptions; - productReference = E51C6623A73A0E56C6397017 /* IceExceptions.bundle */; + name = "IceInfo macOS"; + productName = IceInfo; + productReference = D5877EC7D1484866BC4704EA /* IceInfo.bundle */; productType = "com.apple.product-type.bundle"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - 518245EB5BB982FC780304C0 /* Project object */ = { + 02D8AA12240C31BD68BD17FA /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 1100; LastUpgradeCheck = 1100; TargetAttributes = { - 016FC7A8D7AC637CAFBB2258 = { + 001C5C931BB14CEE44D6A0FA = { ProvisioningStyle = Automatic; }; - 07A3419E635DE9DB26A2F68A = { + 06303854213CBDE0E8304AF8 = { ProvisioningStyle = Automatic; }; - 09340323490721CC00E70497 = { + 08BAA58FABA0560B2BE060FF = { ProvisioningStyle = Automatic; }; - 095121484CF35DB41488AA68 = { + 097321F22CA928EFC1FEA632 = { ProvisioningStyle = Automatic; }; - 097C250B3DDB3720E4EFB46B = { + 0974C7F508E3EDAC9E1E5D40 = { ProvisioningStyle = Automatic; }; - 09A7ACC3072813D6587F016A = { + 0975E118A71B33DE4A497B03 = { ProvisioningStyle = Automatic; }; - 0B1A71B74E72F94006696B5E = { + 097B24B05F824444ED0F4482 = { ProvisioningStyle = Automatic; }; - 0C5CC1FECE2B0734B4CF7FF8 = { + 098E6FD5EB24363A4DEE0DA7 = { ProvisioningStyle = Automatic; }; - 0CE818CEFE42E47551109E80 = { + 0B355B60CB5058C222A05F0F = { ProvisioningStyle = Automatic; }; - 0DF1D6DF6CDFD89DE83B4385 = { + 0E5B6FF412FD4C68F048F3A6 = { ProvisioningStyle = Automatic; }; - 1728C95B2983B364E20AC842 = { + 147781F0EBEDBF6E1BFF02A9 = { ProvisioningStyle = Automatic; }; - 1A1476FABE2452778FDEAB54 = { + 18EBB45A5DA6C9773AECE7FA = { ProvisioningStyle = Automatic; }; - 1A5B6182216F213795E45302 = { + 1AE5EF47AE73E767757F7A42 = { ProvisioningStyle = Automatic; }; - 1A672B1F4E1B53BB18266951 = { + 1BB65BC934C50A241DD72EB0 = { ProvisioningStyle = Automatic; }; - 1AA9B0EED7026A015B2E8EB9 = { + 1BC6A6725D2CA46825BA39AA = { ProvisioningStyle = Automatic; }; - 1AFF5D79D4579613BC9AA1A4 = { + 1C7768E80D8EEC3DC33D4093 = { ProvisioningStyle = Automatic; }; - 1EF56F23750C6A55D015A947 = { + 1CA71DA18C9564DDF7EE4E0E = { ProvisioningStyle = Automatic; }; - 252152CFC135658792B892E0 = { + 253E456C875414EEA7E3C1F3 = { ProvisioningStyle = Automatic; }; - 2D437ABEA31339A6A61F9790 = { + 2B9DCABB7DD2568783EC5FDF = { ProvisioningStyle = Automatic; }; - 31FF9E7B3D38D84F48DA06D1 = { + 2D9F82968F196F97DA9B7FA3 = { ProvisioningStyle = Automatic; }; - 3543F06F75A166BFC6F0FEB1 = { + 324198CA822B89BCD4EDFFFF = { ProvisioningStyle = Automatic; }; - 36A4FEB4CC83ADDFC7FA5D20 = { + 328125D9E95D0F7579F98568 = { ProvisioningStyle = Automatic; }; - 36C5FC458D8BC9519A544A6E = { + 35D02905F8ED5A06BB94AA73 = { ProvisioningStyle = Automatic; }; - 373316595104969A56F04C43 = { + 35D6F5D42DE5747E46E311CB = { ProvisioningStyle = Automatic; }; - 38CB94B155A784ED0C419112 = { + 3613334A9EF07A2035F5045E = { ProvisioningStyle = Automatic; }; - 3BAD975BC36C3B25374AA163 = { + 37408295372CCC494FCEBBA8 = { ProvisioningStyle = Automatic; }; - 3E61CD8370BCB3C687028883 = { + 3A81ABC1DA6FA8643C82D2CA = { ProvisioningStyle = Automatic; }; - 40BA8E62CF6A12BC186B062C = { + 3BAF3007F5BB5975D0E3BCCD = { ProvisioningStyle = Automatic; }; - 42F0116220C98F63676796E1 = { + 3F71AF0558905EC8BA9E8008 = { ProvisioningStyle = Automatic; }; - 4369982C30C8B8C516B6AFE3 = { + 40193CADF4D789D61304A5E0 = { ProvisioningStyle = Automatic; }; - 43FC4EA4439666F660B19794 = { + 42FFB5A60FE60E45AF9D1E59 = { ProvisioningStyle = Automatic; }; - 442673C57C6D8998BE90ADC8 = { + 46AFB00299EDD7163470DDE2 = { ProvisioningStyle = Automatic; }; - 468DF61A6C03DC18F3F523E7 = { + 480634679869D8C3A52577C0 = { ProvisioningStyle = Automatic; }; - 499286D88345F56D3D5107C1 = { + 4CE7FD37472B94D4AA136739 = { ProvisioningStyle = Automatic; }; - 49ADA3F22CFF2F5D7D74696A = { + 4DBE65B52198D344D9C96176 = { ProvisioningStyle = Automatic; }; - 503646C1AF4F5400F6680081 = { + 53FC973D31BB9F8497ADD9F9 = { ProvisioningStyle = Automatic; }; - 504B0CFFF8279A6D299E92B6 = { + 541B90D2556637EFA0F63FD3 = { ProvisioningStyle = Automatic; }; - 50D0B55BEB61EF5CFF2826B0 = { + 544909AD9A3F8B0EBF868EE6 = { ProvisioningStyle = Automatic; }; - 51DCD790B2181805210AD1DE = { + 5A6371305F7FBEA0BB7F13C9 = { ProvisioningStyle = Automatic; }; - 539384C4B5788577D9C83945 = { + 5AAAA84E3DB184459797E60B = { ProvisioningStyle = Automatic; }; - 544633D490B43366A6FC2EFC = { + 5E8C7CF701EAFA38F1A07390 = { ProvisioningStyle = Automatic; }; - 54F96C53CFCBB2819C27994A = { + 63A2B593BC830763C2E76C86 = { ProvisioningStyle = Automatic; }; - 55F8A3288177944AC52AD726 = { + 64BB72EB418808F4179FA3E5 = { ProvisioningStyle = Automatic; }; - 587DE87D1F3107B640B3C493 = { + 677C5897540E1392B6EBFA2D = { ProvisioningStyle = Automatic; }; - 5B9FD5A5518B1E6A910F0157 = { + 67A7E47E50239941AB51C61E = { ProvisioningStyle = Automatic; }; - 5ECBAD3BC7D28AFA1020FA55 = { + 681B94EE787CDD7E3C3F6493 = { ProvisioningStyle = Automatic; }; - 65261994F8947C25192EBDAD = { + 6B33E1AD6A68D23E2B394D2F = { ProvisioningStyle = Automatic; }; - 65401159EA189DE5E0F840B7 = { + 6DA5E4E5AE68711A817C41C3 = { ProvisioningStyle = Automatic; }; - 676A0D3E1EAE6F373174F355 = { + 6DED301DB251D210C53F8A31 = { ProvisioningStyle = Automatic; }; - 68134AFD7AC650515706D6CB = { + 6F65A8F7042E414AB226592A = { ProvisioningStyle = Automatic; }; - 6E81F87FB1A2DD8DF52EDEB1 = { + 71154AA1E8CE0A20D5F5AB1A = { ProvisioningStyle = Automatic; }; - 6EBC697B595CF2593D552352 = { + 730DF91341DF3B35C66A9483 = { ProvisioningStyle = Automatic; }; - 6EC6E8DACC76C7AC05B74358 = { + 735EB1E49E5BCF93878F7E04 = { ProvisioningStyle = Automatic; }; - 76EB76E57C52F373B2A6C902 = { + 73C2229AB5817C4978B4A5BF = { ProvisioningStyle = Automatic; }; - 77A005F4E620E2B76249A934 = { + 76A1440ED576BB5A3465EFF7 = { ProvisioningStyle = Automatic; }; - 7A16FBFA99DCDA2F0D92AA1D = { + 789AEC57853FDCD54A279208 = { ProvisioningStyle = Automatic; }; - 7C70EE1A047E7A7AE4ABED3C = { + 7B42CF47A0B479F5B5DFD55C = { ProvisioningStyle = Automatic; }; - 7E424F6B8B918AB33BA142F0 = { + 7D619D79E9CD9C5FB087DAF4 = { ProvisioningStyle = Automatic; }; - 8FC25D85C0C9A07D91C94EC6 = { + 7DC5C5D0AED9760805DB7736 = { ProvisioningStyle = Automatic; }; - 93E597B6858C58AE0759B5B4 = { + 856B4528D2659E3A5D840122 = { ProvisioningStyle = Automatic; }; - 944D8F9BA2346FC139871EFA = { + 8580AEB2CBE826A62D95DDA7 = { ProvisioningStyle = Automatic; }; - 99096D93F10D264C52F13A0E = { + 8A3FA701922598C41C1BBEE4 = { ProvisioningStyle = Automatic; }; - 99D53E5E241CC2F7EF40A3AB = { + 8E6E854AC0764B16C8B5FA86 = { ProvisioningStyle = Automatic; }; - 9B778C61D3F37D7D288FEE14 = { + 934A63719322429BCC2F4364 = { ProvisioningStyle = Automatic; }; - 9D01DC918EF62881F572CF07 = { + 9D39B3D88AB297B58C6702DB = { ProvisioningStyle = Automatic; }; - 9D2537D23044FB1327800B5D = { + A1748B8EFF3199D5E9B8A0B7 = { ProvisioningStyle = Automatic; }; - A13C5EF5E70FE524C8195C62 = { + A1B7E7150A01F89A6865545E = { ProvisioningStyle = Automatic; }; - A9EAF60929B26C65544BBB4B = { + A268273C4FFE1FC71A25086D = { ProvisioningStyle = Automatic; }; - AB6EBD02DF84219ECFD620C2 = { + A4D071BA9FAFD795282CA20F = { ProvisioningStyle = Automatic; }; - AD0FD223C1CBB1272D17356C = { + A4F2C9E60ADDB2F7EE9BEAEB = { ProvisioningStyle = Automatic; }; - B414E7CBAEC26E5872111498 = { + A646AFF9FBDC190D34BA6C62 = { ProvisioningStyle = Automatic; }; - B5903D49E097BE89D76EF395 = { + A6F4FE3A7DB6F7B2A05C7A41 = { ProvisioningStyle = Automatic; }; - B7194A39EDC518DAF4710B9D = { + A8BFEC48F02CD14D702133F1 = { ProvisioningStyle = Automatic; }; - B82513A1D80BE3B7CB09AAB2 = { + B26A5AC544E40377DF6BE842 = { ProvisioningStyle = Automatic; }; - BB3B0D98C22CE00B8ADC4316 = { + B2D886655FF6F2AF192CDE9B = { ProvisioningStyle = Automatic; }; - BD3DE7AD460CC0486CFC37AC = { + B38E539C2D2B0FD92D7BB99F = { ProvisioningStyle = Automatic; }; - BE92BF50C0D2D77530D2A0CD = { + B3FCF5C84985BF58A6988174 = { ProvisioningStyle = Automatic; }; - C0FE9B1D7C548C82F450BACF = { + B5E92BCB208FF469943B4DFF = { ProvisioningStyle = Automatic; }; - C5E4947620F14F584E06AFF8 = { + B9BD028C62C0C641D98EB8E4 = { ProvisioningStyle = Automatic; }; - C678CD9E42A4C59A5CBEB31C = { + BBE51454D363AD26F9080FBE = { ProvisioningStyle = Automatic; }; - D1ED8784329C86C777DED80E = { + BD3A48B6E882EFC2DC64B12A = { ProvisioningStyle = Automatic; }; - D49618E733FCF88CEA9B345E = { + BF4C96F1700440F4C4A7EC33 = { ProvisioningStyle = Automatic; }; - D4D5EA1CE255AAD11A2C027B = { + C06AB48DFD32C2FDFC173B5F = { ProvisioningStyle = Automatic; }; - D5D1D1FDB9757F1241D3EE07 = { + C0EA9EA000AF657D3B789147 = { ProvisioningStyle = Automatic; }; - D60CC397B9B10E9F3A0C5315 = { + C2EFA7363ECEAB6F32F85BE8 = { ProvisioningStyle = Automatic; }; - D70A5F324AC30625F2749E7E = { + C3FE02775678A7B531C3DCCB = { ProvisioningStyle = Automatic; }; - DC5193856654FD572B25809C = { + C50C715F4991C025608CFDBA = { ProvisioningStyle = Automatic; }; - DD8B8E606B2EC431577FC5D1 = { + CBD1F136429E46466A5DF991 = { ProvisioningStyle = Automatic; }; - DF25BCE238F79D67D03A0B10 = { + CC33F85906E9FC1AEA0A8CCD = { ProvisioningStyle = Automatic; }; - E31738F49D6C316485F7D733 = { + D5C229C9A3634C6D7F82BD45 = { ProvisioningStyle = Automatic; }; - E8A2CCA6E4C5AB47FCCF6C4A = { + D6C0B42FB627DA7CE1820508 = { ProvisioningStyle = Automatic; }; - ED5185EFC3882FB526185ECC = { + D7DFF03B2DCC1CA176BF714D = { ProvisioningStyle = Automatic; }; - ED99A1BE112173616B269FD9 = { + D8D038C762A2A2D691C6E63A = { ProvisioningStyle = Automatic; }; - EF3D6E8A40C3D56E8FB97960 = { + DB44CE6AA4613D16DA367394 = { ProvisioningStyle = Automatic; }; - EF5CB194F042E71ECAB77FAA = { + E50A6B57CC10785C44EC7BFC = { ProvisioningStyle = Automatic; }; - F25B1AA6427599A59D125802 = { + EB0503AF5CF90C467CA490DF = { ProvisioningStyle = Automatic; }; - F47A7BA0E9A8D3B3D3F386A2 = { + F323B07333BDE70C0C56F215 = { ProvisioningStyle = Automatic; }; - FA6D9194401F7CD789C4DBF5 = { + F4C721811A0D9976F05FC7F4 = { ProvisioningStyle = Automatic; }; - FAA074DDC907A45C269C3B8E = { + F66E2096DE41DBD9A057FD82 = { ProvisioningStyle = Automatic; }; - FAB2357B9FF51C0F2DCF034D = { + F7EF6B079BCF601FD1060131 = { ProvisioningStyle = Automatic; }; - FF6F43C83401616A19ACA299 = { + FFCF97D84665D5864D1DD6B0 = { ProvisioningStyle = Automatic; }; }; }; - buildConfigurationList = F36877614582EB707A5D05A5 /* Build configuration list for PBXProject "ice" */; + buildConfigurationList = 978E7FF3BC2A3506BEFE95B3 /* Build configuration list for PBXProject "ice" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = en; hasScannedForEncodings = 0; @@ -8884,758 +8884,758 @@ Base, en, ); - mainGroup = 3A38AF0459F27EC38341A332; - productRefGroup = 5EF4D2D27D3C64B2B2F1A223 /* Products */; + mainGroup = E94C0AAA8070ED72300183FB; + productRefGroup = 2234FE6075F49C3CE0CEA5A8 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( - BB3B0D98C22CE00B8ADC4316 /* Glacier2 iOS */, - 5ECBAD3BC7D28AFA1020FA55 /* Glacier2 macOS */, - 77A005F4E620E2B76249A934 /* Ice C++11 iOS */, - BE92BF50C0D2D77530D2A0CD /* Ice C++11 macOS */, - 36C5FC458D8BC9519A544A6E /* Ice iOS */, - 0B1A71B74E72F94006696B5E /* Ice macOS */, - 1A5B6182216F213795E45302 /* IceAcm iOS */, - FA6D9194401F7CD789C4DBF5 /* IceAcm macOS */, - D70A5F324AC30625F2749E7E /* IceAdapterDeactivation iOS */, - 016FC7A8D7AC637CAFBB2258 /* IceAdapterDeactivation macOS */, - B7194A39EDC518DAF4710B9D /* IceAdmin iOS */, - ED99A1BE112173616B269FD9 /* IceAdmin macOS */, - 50D0B55BEB61EF5CFF2826B0 /* IceAmi iOS */, - ED5185EFC3882FB526185ECC /* IceAmi macOS */, - 1728C95B2983B364E20AC842 /* IceBinding iOS */, - B414E7CBAEC26E5872111498 /* IceBinding macOS */, - BD3DE7AD460CC0486CFC37AC /* IceDefaultServant iOS */, - 252152CFC135658792B892E0 /* IceDefaultServant macOS */, - DF25BCE238F79D67D03A0B10 /* IceDefaultValue iOS */, - F25B1AA6427599A59D125802 /* IceDefaultValue macOS */, - 7A16FBFA99DCDA2F0D92AA1D /* IceDiscovery C++11 iOS */, - C678CD9E42A4C59A5CBEB31C /* IceDiscovery C++11 macOS */, - 40BA8E62CF6A12BC186B062C /* IceEnums iOS */, - C0FE9B1D7C548C82F450BACF /* IceEnums macOS */, - FF6F43C83401616A19ACA299 /* IceExceptions iOS */, - 7E424F6B8B918AB33BA142F0 /* IceExceptions macOS */, - AB6EBD02DF84219ECFD620C2 /* IceExceptionsAMD iOS */, - 944D8F9BA2346FC139871EFA /* IceExceptionsAMD macOS */, - DC5193856654FD572B25809C /* IceFacets iOS */, - EF5CB194F042E71ECAB77FAA /* IceFacets macOS */, - 0CE818CEFE42E47551109E80 /* IceGrid iOS */, - 65401159EA189DE5E0F840B7 /* IceGrid macOS */, - D60CC397B9B10E9F3A0C5315 /* IceHold iOS */, - E31738F49D6C316485F7D733 /* IceHold macOS */, - 442673C57C6D8998BE90ADC8 /* IceIAP C++11 iOS */, - 1AFF5D79D4579613BC9AA1A4 /* IceImpl iOS */, - 99D53E5E241CC2F7EF40A3AB /* IceImpl macOS */, - 6E81F87FB1A2DD8DF52EDEB1 /* IceInfo iOS */, - 1EF56F23750C6A55D015A947 /* IceInfo macOS */, - 4369982C30C8B8C516B6AFE3 /* IceInheritance iOS */, - 2D437ABEA31339A6A61F9790 /* IceInheritance macOS */, - 1A672B1F4E1B53BB18266951 /* IceInterceptor iOS */, - 097C250B3DDB3720E4EFB46B /* IceInterceptor macOS */, - 3E61CD8370BCB3C687028883 /* IceInvoke iOS */, - 504B0CFFF8279A6D299E92B6 /* IceInvoke macOS */, - 1AA9B0EED7026A015B2E8EB9 /* IceLocation iOS */, - D4D5EA1CE255AAD11A2C027B /* IceLocation macOS */, - 9B778C61D3F37D7D288FEE14 /* IceLocatorDiscovery C++11 iOS */, - A9EAF60929B26C65544BBB4B /* IceLocatorDiscovery C++11 macOS */, - 3543F06F75A166BFC6F0FEB1 /* IceObjects iOS */, - 51DCD790B2181805210AD1DE /* IceObjects macOS */, - EF3D6E8A40C3D56E8FB97960 /* IceOperations iOS */, - 3BAD975BC36C3B25374AA163 /* IceOperations macOS */, - 468DF61A6C03DC18F3F523E7 /* IceOperationsAMD iOS */, - D1ED8784329C86C777DED80E /* IceOperationsAMD macOS */, - FAB2357B9FF51C0F2DCF034D /* IceOptional iOS */, - 373316595104969A56F04C43 /* IceOptional macOS */, - 8FC25D85C0C9A07D91C94EC6 /* IceOptionalAMD iOS */, - 31FF9E7B3D38D84F48DA06D1 /* IceOptionalAMD macOS */, - 1A1476FABE2452778FDEAB54 /* IceProperties iOS */, - 43FC4EA4439666F660B19794 /* IceProperties macOS */, - 9D2537D23044FB1327800B5D /* IceProxy iOS */, - 09340323490721CC00E70497 /* IceProxy macOS */, - 544633D490B43366A6FC2EFC /* IceProxyAMD iOS */, - D49618E733FCF88CEA9B345E /* IceProxyAMD macOS */, - 0DF1D6DF6CDFD89DE83B4385 /* IceRetry iOS */, - 499286D88345F56D3D5107C1 /* IceRetry macOS */, - 49ADA3F22CFF2F5D7D74696A /* IceScope iOS */, - DD8B8E606B2EC431577FC5D1 /* IceScope macOS */, - E8A2CCA6E4C5AB47FCCF6C4A /* IceServantLocator iOS */, - 5B9FD5A5518B1E6A910F0157 /* IceServantLocator macOS */, - 09A7ACC3072813D6587F016A /* IceServantLocatorAMD iOS */, - A13C5EF5E70FE524C8195C62 /* IceServantLocatorAMD macOS */, - 99096D93F10D264C52F13A0E /* IceServices iOS */, - 54F96C53CFCBB2819C27994A /* IceServices macOS */, - FAA074DDC907A45C269C3B8E /* IceSlicingExceptions iOS */, - 6EC6E8DACC76C7AC05B74358 /* IceSlicingExceptions macOS */, - C5E4947620F14F584E06AFF8 /* IceSlicingExceptionsAMD iOS */, - 93E597B6858C58AE0759B5B4 /* IceSlicingExceptionsAMD macOS */, - 095121484CF35DB41488AA68 /* IceSlicingObjects iOS */, - B82513A1D80BE3B7CB09AAB2 /* IceSlicingObjects macOS */, - 539384C4B5788577D9C83945 /* IceSlicingObjectsAMD iOS */, - 65261994F8947C25192EBDAD /* IceSlicingObjectsAMD macOS */, - AD0FD223C1CBB1272D17356C /* IceSSL C++11 iOS */, - 9D01DC918EF62881F572CF07 /* IceSSL C++11 macOS */, - 55F8A3288177944AC52AD726 /* IceSSLConfiguration iOS */, - 38CB94B155A784ED0C419112 /* IceSSLConfiguration macOS */, - 68134AFD7AC650515706D6CB /* IceStorm iOS */, - 6EBC697B595CF2593D552352 /* IceStorm macOS */, - B5903D49E097BE89D76EF395 /* IceStream iOS */, - D5D1D1FDB9757F1241D3EE07 /* IceStream macOS */, - 587DE87D1F3107B640B3C493 /* IceTimeout iOS */, - 36A4FEB4CC83ADDFC7FA5D20 /* IceTimeout macOS */, - 07A3419E635DE9DB26A2F68A /* IceUdp iOS */, - F47A7BA0E9A8D3B3D3F386A2 /* IceUdp macOS */, - 7C70EE1A047E7A7AE4ABED3C /* SliceEscape iOS */, - 76EB76E57C52F373B2A6C902 /* SliceEscape macOS */, - 42F0116220C98F63676796E1 /* TestCommon iOS */, - 503646C1AF4F5400F6680081 /* TestCommon macOS */, - 0C5CC1FECE2B0734B4CF7FF8 /* TestDriver iOS */, - 676A0D3E1EAE6F373174F355 /* TestDriver macOS */, + 0B355B60CB5058C222A05F0F /* Glacier2 iOS */, + A4F2C9E60ADDB2F7EE9BEAEB /* Glacier2 macOS */, + A1B7E7150A01F89A6865545E /* Ice C++11 iOS */, + 63A2B593BC830763C2E76C86 /* Ice C++11 macOS */, + A646AFF9FBDC190D34BA6C62 /* Ice iOS */, + 3F71AF0558905EC8BA9E8008 /* Ice macOS */, + 1AE5EF47AE73E767757F7A42 /* IceAcm iOS */, + 5A6371305F7FBEA0BB7F13C9 /* IceAcm macOS */, + 324198CA822B89BCD4EDFFFF /* IceAdapterDeactivation iOS */, + 0E5B6FF412FD4C68F048F3A6 /* IceAdapterDeactivation macOS */, + 53FC973D31BB9F8497ADD9F9 /* IceAdmin iOS */, + 35D6F5D42DE5747E46E311CB /* IceAdmin macOS */, + 8A3FA701922598C41C1BBEE4 /* IceAmi iOS */, + 6DA5E4E5AE68711A817C41C3 /* IceAmi macOS */, + 681B94EE787CDD7E3C3F6493 /* IceBinding iOS */, + B9BD028C62C0C641D98EB8E4 /* IceBinding macOS */, + 71154AA1E8CE0A20D5F5AB1A /* IceDefaultServant iOS */, + C3FE02775678A7B531C3DCCB /* IceDefaultServant macOS */, + 2B9DCABB7DD2568783EC5FDF /* IceDefaultValue iOS */, + 42FFB5A60FE60E45AF9D1E59 /* IceDefaultValue macOS */, + 2D9F82968F196F97DA9B7FA3 /* IceDiscovery C++11 iOS */, + 730DF91341DF3B35C66A9483 /* IceDiscovery C++11 macOS */, + D7DFF03B2DCC1CA176BF714D /* IceEnums iOS */, + A268273C4FFE1FC71A25086D /* IceEnums macOS */, + 8580AEB2CBE826A62D95DDA7 /* IceExceptions iOS */, + C0EA9EA000AF657D3B789147 /* IceExceptions macOS */, + D6C0B42FB627DA7CE1820508 /* IceExceptionsAMD iOS */, + 3A81ABC1DA6FA8643C82D2CA /* IceExceptionsAMD macOS */, + 1CA71DA18C9564DDF7EE4E0E /* IceFacets iOS */, + 0974C7F508E3EDAC9E1E5D40 /* IceFacets macOS */, + 677C5897540E1392B6EBFA2D /* IceGrid iOS */, + F66E2096DE41DBD9A057FD82 /* IceGrid macOS */, + BBE51454D363AD26F9080FBE /* IceHold iOS */, + 8E6E854AC0764B16C8B5FA86 /* IceHold macOS */, + A6F4FE3A7DB6F7B2A05C7A41 /* IceIAP C++11 iOS */, + F4C721811A0D9976F05FC7F4 /* IceImpl iOS */, + 6F65A8F7042E414AB226592A /* IceImpl macOS */, + 37408295372CCC494FCEBBA8 /* IceInfo iOS */, + FFCF97D84665D5864D1DD6B0 /* IceInfo macOS */, + 18EBB45A5DA6C9773AECE7FA /* IceInheritance iOS */, + 9D39B3D88AB297B58C6702DB /* IceInheritance macOS */, + 64BB72EB418808F4179FA3E5 /* IceInterceptor iOS */, + 097B24B05F824444ED0F4482 /* IceInterceptor macOS */, + D5C229C9A3634C6D7F82BD45 /* IceInvoke iOS */, + 3613334A9EF07A2035F5045E /* IceInvoke macOS */, + DB44CE6AA4613D16DA367394 /* IceLocation iOS */, + 5AAAA84E3DB184459797E60B /* IceLocation macOS */, + B3FCF5C84985BF58A6988174 /* IceLocatorDiscovery C++11 iOS */, + BF4C96F1700440F4C4A7EC33 /* IceLocatorDiscovery C++11 macOS */, + 06303854213CBDE0E8304AF8 /* IceObjects iOS */, + 480634679869D8C3A52577C0 /* IceObjects macOS */, + 098E6FD5EB24363A4DEE0DA7 /* IceOperations iOS */, + 67A7E47E50239941AB51C61E /* IceOperations macOS */, + 735EB1E49E5BCF93878F7E04 /* IceOperationsAMD iOS */, + 328125D9E95D0F7579F98568 /* IceOperationsAMD macOS */, + 7B42CF47A0B479F5B5DFD55C /* IceOptional iOS */, + A8BFEC48F02CD14D702133F1 /* IceOptional macOS */, + 40193CADF4D789D61304A5E0 /* IceOptionalAMD iOS */, + 097321F22CA928EFC1FEA632 /* IceOptionalAMD macOS */, + 789AEC57853FDCD54A279208 /* IceProperties iOS */, + CC33F85906E9FC1AEA0A8CCD /* IceProperties macOS */, + 1BB65BC934C50A241DD72EB0 /* IceProxy iOS */, + 4DBE65B52198D344D9C96176 /* IceProxy macOS */, + 544909AD9A3F8B0EBF868EE6 /* IceProxyAMD iOS */, + 934A63719322429BCC2F4364 /* IceProxyAMD macOS */, + 147781F0EBEDBF6E1BFF02A9 /* IceRetry iOS */, + 6DED301DB251D210C53F8A31 /* IceRetry macOS */, + 253E456C875414EEA7E3C1F3 /* IceScope iOS */, + A4D071BA9FAFD795282CA20F /* IceScope macOS */, + 1C7768E80D8EEC3DC33D4093 /* IceServantLocator iOS */, + B26A5AC544E40377DF6BE842 /* IceServantLocator macOS */, + CBD1F136429E46466A5DF991 /* IceServantLocatorAMD iOS */, + B5E92BCB208FF469943B4DFF /* IceServantLocatorAMD macOS */, + 1BC6A6725D2CA46825BA39AA /* IceServices iOS */, + 856B4528D2659E3A5D840122 /* IceServices macOS */, + F7EF6B079BCF601FD1060131 /* IceSlicingExceptions iOS */, + 0975E118A71B33DE4A497B03 /* IceSlicingExceptions macOS */, + 5E8C7CF701EAFA38F1A07390 /* IceSlicingExceptionsAMD iOS */, + 08BAA58FABA0560B2BE060FF /* IceSlicingExceptionsAMD macOS */, + C06AB48DFD32C2FDFC173B5F /* IceSlicingObjects iOS */, + 4CE7FD37472B94D4AA136739 /* IceSlicingObjects macOS */, + 73C2229AB5817C4978B4A5BF /* IceSlicingObjectsAMD iOS */, + 6B33E1AD6A68D23E2B394D2F /* IceSlicingObjectsAMD macOS */, + C50C715F4991C025608CFDBA /* IceSSL C++11 iOS */, + E50A6B57CC10785C44EC7BFC /* IceSSL C++11 macOS */, + A1748B8EFF3199D5E9B8A0B7 /* IceSSLConfiguration iOS */, + 76A1440ED576BB5A3465EFF7 /* IceSSLConfiguration macOS */, + B38E539C2D2B0FD92D7BB99F /* IceStorm iOS */, + 541B90D2556637EFA0F63FD3 /* IceStorm macOS */, + F323B07333BDE70C0C56F215 /* IceStream iOS */, + B2D886655FF6F2AF192CDE9B /* IceStream macOS */, + BD3A48B6E882EFC2DC64B12A /* IceTimeout iOS */, + 001C5C931BB14CEE44D6A0FA /* IceTimeout macOS */, + C2EFA7363ECEAB6F32F85BE8 /* IceUdp iOS */, + D8D038C762A2A2D691C6E63A /* IceUdp macOS */, + 7DC5C5D0AED9760805DB7736 /* SliceEscape iOS */, + 3BAF3007F5BB5975D0E3BCCD /* SliceEscape macOS */, + 35D02905F8ED5A06BB94AA73 /* TestCommon iOS */, + 46AFB00299EDD7163470DDE2 /* TestCommon macOS */, + 7D619D79E9CD9C5FB087DAF4 /* TestDriver iOS */, + EB0503AF5CF90C467CA490DF /* TestDriver macOS */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00F92EED618215E16B5A98C6 /* Resources */ = { + 07825EC2BEEE6E8E9917774E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3899AA1947E399B0294C22F4 /* certs in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 011568971BE9F1354B7BE07B /* Resources */ = { + 080226E78EA6387D1E89ADFE /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 015E5C17BBF47D5F1C6B00B7 /* Resources */ = { + 0EE1DA3D520C878611106C0A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 033DF06F16FEB0CE52C97062 /* Resources */ = { + 105E280F72DA4842125F6438 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 0F70C9C3C3DAFF0951552E84 /* Resources */ = { + 129AA8F65EF49D7DBC40F403 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 1146CFF18A285DA0ACD5273F /* Resources */ = { + 12A57B9A4E7A59E78F7D8897 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 12D0B294A055ED59B6A6F201 /* Resources */ = { + 1BDE2645E6F96C02FC5612DC /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 16AE4BE803CE26704F62FF2A /* Resources */ = { + 1D82C74ECBD3BB645A4937D0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 1807A9EF404BA50475A0EBCA /* Resources */ = { + 1DCDB88CDE069433C3FB6117 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 193FFFA9457B69D6D99C6ABD /* Resources */ = { + 1E68D210C2A504B06BE13459 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 1CEB776185263FC542888F4D /* Resources */ = { + 1E9F730673070686502D0A9A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 1F722A19B6DDA94669860FE1 /* Resources */ = { + 1EE68C77007DFFE56B7F5A2C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2005C77883479342F88C015E /* Resources */ = { + 1EE9A2B0A13F6BCD84C09FDE /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 211782A33586C9EB8B357BC6 /* Resources */ = { + 21225CB81C3D53875F69B1D4 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 213D4A4F570370AA09E63BAF /* Resources */ = { + 242A0C9380D4D2D0FCC49602 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 286F8ED0F23AD0412508619A /* Resources */ = { + 28BE64D6E10733C666F8608C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 28CF15A72EE26780832B5051 /* Resources */ = { + 2A66AF3DD5F0E028B98060F6 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2BDF924C579BF575D8FAC218 /* Resources */ = { + 2AE40F7DF36E7CACB450AEC4 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2E7DA838310037415625EAEB /* Resources */ = { + 2C1C899BEB407620FF273063 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 348B93D4E65883BCF6CD347C /* Resources */ = { + 2DFFA23B171B0D9E8A73D8A3 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 396F77BF641F2D706476E3EE /* Resources */ = { + 2E437583396C7C261E98B1F1 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3ABE7D87C7B05C95639B98A4 /* Resources */ = { + 345A26F3F8DB31158C0AFF38 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3BD1C5CFACBD8E038C9CF1E6 /* Resources */ = { + 386F5D164EF9AA488E7948A9 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4024F7EAD714539437F0C689 /* Resources */ = { + 388869222479CFFB6D4563DC /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 40D42B5987DD2F796A8F0544 /* Resources */ = { + 3BF9DE703D511ECE3604EDD6 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4240862B4FD9F545A3622E5D /* Resources */ = { + 3C45B3BEC4AE9CC84AD6CB24 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 47FB99518E8DF7879764F222 /* Resources */ = { + 3E7F94ACABFA689A72D8AA34 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4A6E30F1773B62F56FA4B2CA /* Resources */ = { + 462E9C5250E4E7F2C23E6A63 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4AA621FDC5C8AD6FD301F9EC /* Resources */ = { + 474BFC974308B4F5DAF85B41 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4D5E5D2F7F67AEDFF4E972D5 /* Resources */ = { + 48ABE2B575884F7AC312D2B2 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4DEEBB5731AB2E665DD250D6 /* Resources */ = { + 51F7AB410EBB5437B1ECBEB1 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4E5F8CB193B117689DDA9C8A /* Resources */ = { + 52895E4FE67C23BCCFFFCAA3 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 5547B8628DADB90CA159287F /* Resources */ = { + 548FC0BFC43D45BD39F0BDEE /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 58FF7529A4FB36CDAD89FF15 /* Resources */ = { + 577D3DBED3300F616D09E7C8 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 5A5892A5AD6E2B66FCF98E1F /* Resources */ = { + 579242FCF3F26CB9CBE25BF2 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 5E2071D7FC926BCB08466D4D /* Resources */ = { + 599A4F0D30B8D012D61128FB /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 6883D7136A3693768EF96CCE /* certs in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6053F8B5767A7EBF1A0A3E80 /* Resources */ = { + 5AC441936307C78EC783813E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 65B32967B350106B76B45815 /* Resources */ = { + 5B62B1CB45C5780AF8DD5D0E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 65E1DBB04710D615D163A080 /* Resources */ = { + 5D456CE9E177009043807F16 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6D6268EAE6454F28C04D77F2 /* certs in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 696DAC22612083C84A556C32 /* Resources */ = { + 6019F084056AFC3F8DF13B3C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 697AC2043995CD5482204767 /* Resources */ = { + 671871E6E99CABF87BF3893F /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 6E482A956F3A3570063CC6CB /* Resources */ = { + 67AA5B6BF0650E3051BF05B6 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 70F478C974B2EC618A8BC06F /* Resources */ = { + 68548361A91AE765B7509E78 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 71B90AE966F7882D07D3D37B /* Resources */ = { + 685B55E229EFE28CDFE58535 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 7B01C4BF72D8ED4D96A7DF5F /* Resources */ = { + 6B81B9EE15008F538C8EE30F /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 8251CD66A056D6FC16A35F34 /* Resources */ = { + 70BEFE3B57F2E41A99527096 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 882CC039876E4CBF4461C143 /* Resources */ = { + 7431EB45ACD542B1F019CC12 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 886504A7607ED9F03A572B1F /* Resources */ = { + 77CDAF2DE8CFCD0345CD7882 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 88C5140F1E46B9E7AE1ED43F /* Resources */ = { + 78DF996E046FCFE7E49D7948 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 8BF57A72D3772CDFFD016FFC /* Resources */ = { + 7AADA3628798A2CEBD160324 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 8D1E9482056631F82D614D14 /* Resources */ = { + 7C4A1D4639695477FA52D9B8 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 8E95C6B16E1551BE0C2738D4 /* Resources */ = { + 862B617B10E6E6219664654E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 904A06F36FEE8318A472B6BB /* Resources */ = { + 864F9CA3AA727C7FE044BCFA /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9317F2DDE892BA9B71039FEE /* Resources */ = { + 8B2AF00317C49928516C7386 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 947152FEC47C93C6320107EB /* Resources */ = { + 8B2DB57E90E567CE2D1FF712 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9480FDC18DCA6A938EDD0D29 /* Resources */ = { + 8DFBEDA92E6264237158C96A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 962386343494375DD0A0C37B /* Resources */ = { + 8E06F27BCA3D24EEF90220A7 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 98136E3E4019D86E87D4B3D5 /* Resources */ = { + 9205A5534768B7C702321161 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4E27036692F4E3A766B51260 /* certs in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 986A4265DF1DD36AAFAA716C /* Resources */ = { + 96EECD4B3A09FF03C3452156 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9CB6AAA240E0D3AB75A394FE /* Resources */ = { + 9714B0281AC6A4C5305D3E07 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9F976EA6293F888E7688A88C /* Resources */ = { + 9A55B97F54D85305F94F0729 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - A092180EA5AA4F14C7C6C458 /* Resources */ = { + 9A71FF99463CF017F315CFAE /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - A0F7B14B4747C16BD78FB84F /* Resources */ = { + A2657229ACD59ABB09BA5869 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B144570B26305AAE5E227CCD /* Resources */ = { + A478B4171F462253EF119EF5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B420E0C2A6B6B0569F3FF9AA /* Resources */ = { + A56452452F57C668A78A3CAB /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B5D3B14604368D1EC6FDF15A /* Resources */ = { + A99B7CA288285A5C09B1309A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C2003813316B1C6F9B10B248 /* Resources */ = { + A9BEBD31068B249391C022A2 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C48769EAADA072D1CF1E603F /* Resources */ = { + AF0A96D54D742A480EFB52CE /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C8043CE3A116FB25D71CE29B /* Resources */ = { + B039604580A98F9DED0148F3 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - CA6F7CEFAAD53F594A1C3392 /* Resources */ = { + B095AC9A33BC7D15B07B01FA /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - CCFDA8359A47437CE78E596B /* Resources */ = { + B3028BA5D08EEB105E9FEB2A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - CF21CDCE17511216D686D0C4 /* Resources */ = { + B5E37FA2522153E28BDCEDE7 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D2F431FC7CA67C17F0E7104B /* Resources */ = { + B7965FB0F3AC2C24AA66C1F8 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D369CF8CC5BFA78A9F2FD721 /* Resources */ = { + B8D2FFE70F3C53BA355AB220 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D4872B223746CE9769D7E628 /* Resources */ = { + BA45D917D12FE5A33DAC3931 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D5415E3198315B1691671784 /* Resources */ = { + BF6C5D256E02E5D040AFD5B6 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D9065E454087D92084D4E795 /* Resources */ = { + C5FDAAE23C0FFBE50020CE69 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D95B26BFDD189B361F8321BC /* Resources */ = { + C7506077C9452CCAA615BCC8 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 12A5292323557CADD37FC2B1 /* certs in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - DCF6CD8556414A72A6F820CA /* Resources */ = { + CC941F8CB22D79C65B58FC0E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - DFA3E915A1BE69694D322C02 /* Resources */ = { + CE3AECCC5D81127337248724 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E469C867D751DEEB3A3C1A99 /* Resources */ = { + D299EC0A2A3668735EB9E511 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E8511DB387F91166AA1BE8C9 /* Resources */ = { + D460A9B1D6BFF19E2656C739 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E96B5F56AFC4523754FEEC4E /* Resources */ = { + D7177A61BB36AB0C73BCF71D /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E96C3B13FEEDB6DAE3DFFA5E /* Resources */ = { + DB50F2A694249A69DC9133A4 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E980A6E5688A95A9149B1FE4 /* Resources */ = { + DBE03E38F7FEA83751E9C321 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + AA05BCD2E4C463F288F81B9A /* certs in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - EE707AA9C765F824C97D8649 /* Resources */ = { + E11FB26844F97FAA89AE920F /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - EEB616B7DED588D3E7826F18 /* Resources */ = { + E1A601016FAED77E3CD13668 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F05899602DF7CEFDDA7AF22F /* Resources */ = { + E2818B756691CCBFDE0F7F19 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F69488F73D683DD34200AA6A /* Resources */ = { + E6CC28CFCA4603CEB2ADD379 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F7C7BDF49E2EC3CCC26CC226 /* Resources */ = { + EE5BA42EE05CB63BB48EE822 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - FC9BABF0FFC84B959D7046BA /* Resources */ = { + EE8A9560EB5695A9BE0235E5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - FDEDEC9E0A9A6EDD3CED5580 /* Resources */ = { + F67B9E5224DF32A7D958FEFC /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -9645,7 +9645,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 04A01AF0C84DF37268A16C75 /* Swiftformat & Swiftlint */ = { + 00A06A37F8C3A2092BA22E0D /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9661,9 +9661,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/stream\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/inheritance\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 09AEF78B7BC4D32C4BA1CFC4 /* Swiftformat & Swiftlint */ = { + 00D64058B7351C070C697A50 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9679,9 +9679,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/binding\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/TestDriver\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 0A454D3367AC77939BEE7BC6 /* Swiftformat & Swiftlint */ = { + 0647F5ACAA1F1623FE874D05 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9697,9 +9697,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/defaultServant\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/location\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 0B7878A490F4BC843509E950 /* Swiftformat & Swiftlint */ = { + 07BB906C13719D7F257FDA06 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9715,9 +9715,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/facets\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/servantLocator\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 0BF15E7BDD6EE8960AD2B44B /* Swiftformat & Swiftlint */ = { + 090D886305F4EAED1B63950F /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9733,9 +9733,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/TestCommon\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/timeout\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 0FC0D1A4F5DBA1F7A384F4F3 /* Swiftformat & Swiftlint */ = { + 0B48A8488BC8417F49F46681 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9751,9 +9751,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/operations\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/defaultValue\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 1273E42AEFBA334C489DD20D /* Swiftformat & Swiftlint */ = { + 0ED067D71347095DE390570D /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9769,9 +9769,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/objects\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/slicing/exceptions\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 1BC954E9EE64584BE94023E0 /* Swiftformat & Swiftlint */ = { + 0F94FA6237DEB75B76206063 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9787,9 +9787,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/slicing/exceptions\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/acm\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 1DE24997557E31AFC827BC3F /* Swiftformat & Swiftlint */ = { + 1309C1384D64808C36951E55 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9805,9 +9805,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/properties\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/exceptions\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 1EB2D40314903E4C0BAFC18D /* Swiftformat & Swiftlint */ = { + 15DACD6B6D35A8B86E451375 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9823,9 +9823,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/udp\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/enums\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 21240E8FE38D6FE82DF6CDAA /* Swiftformat & Swiftlint */ = { + 163D06668C3F4A1AF61BB810 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9841,9 +9841,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/operations\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/scope\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 21F95CB760A6F4264532473C /* Swiftformat & Swiftlint */ = { + 1791C8089098FF41D0588252 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9859,9 +9859,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Slice/escape\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/TestCommon\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 27276EDEBA96220B2E3B2518 /* Swiftformat & Swiftlint */ = { + 1BA13A172807C36895880EB2 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9877,9 +9877,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/IceSSL/configuration\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/binding\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 2A5CCDD8471047CA78C4FB9C /* Swiftformat & Swiftlint */ = { + 1C87062611FD4C4AFFDD06CC /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9895,9 +9895,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/enums\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/operations\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 2BDCDE38F3A1D8B383EA329D /* Swiftformat & Swiftlint */ = { + 1E5E5BCFC36819E4DEE06E7E /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9913,9 +9913,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/servantLocator\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/operations\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 2C0C1CB0822EFA8E166E5E53 /* Swiftformat & Swiftlint */ = { + 20B124D64F50F89601D0312B /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9931,9 +9931,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Slice/escape\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/slicing/objects\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 2E07FD03F56D74F437CCAB03 /* Swiftformat & Swiftlint */ = { + 20E41DC8E45E129B13062212 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9949,9 +9949,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/retry\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/defaultValue\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 354B595A95A4394A2C62E67C /* Swiftformat & Swiftlint */ = { + 225AFE07C41761B61DCC540D /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9967,9 +9967,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/TestDriver\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/exceptions\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 35663CA8F6C68A591AFB3581 /* Swiftformat & Swiftlint */ = { + 231B60C267999E095B8B5EA6 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9985,9 +9985,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/binding\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/ami\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 367673747887DDA9C1C5B068 /* Swiftformat & Swiftlint */ = { + 2E825A127CD3E17DED9ECBC1 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10003,9 +10003,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/ami\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/timeout\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 3682FFA5BF274922B4D26F7B /* Swiftformat & Swiftlint */ = { + 313EEC5A15743BD921379347 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10021,9 +10021,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/operations\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/TestCommon\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 37C93B997171904DBD2249B9 /* Swiftformat & Swiftlint */ = { + 31F91B507E63D4C4EC2A370E /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10039,9 +10039,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/enums\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/operations\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 3820EF13614D3874BCDD8CFC /* Swiftformat & Swiftlint */ = { + 350D9BA8AC0C58DA30699A39 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10057,9 +10057,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/slicing/objects\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/proxy\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 3A3CECE7E0416FA43F0DD399 /* Swiftformat & Swiftlint */ = { + 356FCB2F5D950E4F9CD39A3A /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10075,9 +10075,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/retry\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/hold\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 3AF6A0F48A0762400F65FDE7 /* Swiftformat & Swiftlint */ = { + 39CFD8D2FE9C9A568F835328 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10093,9 +10093,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/exceptions\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Slice/escape\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 3B82FA97899F67885948BA89 /* Swiftformat & Swiftlint */ = { + 3B6F153C6B1D17CECC64F7E3 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10111,9 +10111,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/adapterDeactivation\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/services\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 3D6F1BFEA2B11117DF3A2E80 /* Swiftformat & Swiftlint */ = { + 41BF2F0075D9611F2E9E8547 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10129,9 +10129,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/exceptions\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/slicing/objects\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 4384196180D2FFBDFD909395 /* Swiftformat & Swiftlint */ = { + 4656DBBAC095CAABF06499D4 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10147,9 +10147,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/proxy\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/exceptions\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 4D086C1F65791B9E9E8EB55C /* Swiftformat & Swiftlint */ = { + 4874872EB1A23452761A64E5 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10165,9 +10165,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/objects\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/facets\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 4E4DE4DE779DF85ECC29FB7B /* Swiftformat & Swiftlint */ = { + 4A3D21698B1ACA51762001A0 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10183,9 +10183,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/TestCommon\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/optional\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 4F739DF39FA0556901F955DB /* Swiftformat & Swiftlint */ = { + 4A73946931F03E22E0BB7834 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10201,9 +10201,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/info\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/ami\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 5712D91D9A2CC89509DA9E81 /* Swiftformat & Swiftlint */ = { + 4CC36C5355539F20ED4CABC8 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10219,9 +10219,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/exceptions\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/retry\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 59FF1395E6A1CDA1ACD57782 /* Copy Frameworks */ = { + 4CDEAD31768C3BB51D2694FA /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10229,19 +10229,17 @@ inputFileListPaths = ( ); inputPaths = ( - "$(SRCROOT)/../Carthage/Build/iOS/PromiseKit.framework", ); - name = "Copy Frameworks"; + name = "Swiftformat & Swiftlint"; outputFileListPaths = ( ); outputPaths = ( - "$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/PromiseKit.framework", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "/usr/local/bin/carthage copy-frameworks"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/proxy\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 5D2854A39B8AF30A4C8E8E16 /* Swiftformat & Swiftlint */ = { + 4E37D412555AD585FEA38229 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10257,9 +10255,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/defaultValue\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Slice/escape\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 5FADB30D57B1DBB6530FB73D /* Swiftformat & Swiftlint */ = { + 4E8E76F62311F122903118A3 /* Copy Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10267,17 +10265,19 @@ inputFileListPaths = ( ); inputPaths = ( + "$(SRCROOT)/../Carthage/Build/Mac/PromiseKit.framework", ); - name = "Swiftformat & Swiftlint"; + name = "Copy Frameworks"; outputFileListPaths = ( ); outputPaths = ( + "$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/PromiseKit.framework", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/timeout\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "/usr/local/bin/carthage copy-frameworks"; }; - 60741052C297678FC5A258D6 /* Swiftformat & Swiftlint */ = { + 512E66D450CBD704085D7872 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10293,9 +10293,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/slicing/exceptions\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/TestDriver\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 6857D9DC4A05B3D70C0B2BD5 /* Swiftformat & Swiftlint */ = { + 5604F9F80CE72D1345D47B0E /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10311,9 +10311,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/TestDriver\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/IceSSL/configuration\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 6F4B8CD6109F540E9811E2C8 /* Swiftformat & Swiftlint */ = { + 57B1A60FC9ED38BCE2D6C8D7 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10329,9 +10329,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/hold\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/interceptor\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 73223381F50C79AB7DD3FF89 /* Swiftformat & Swiftlint */ = { + 60CCC878500D93CD5AA34304 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10347,9 +10347,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/optional\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/adapterDeactivation\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 758980B5AC1472E2B820E112 /* Swiftformat & Swiftlint */ = { + 6FE437F6CEDAC8DD69320B05 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10365,9 +10365,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/ami\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/slicing/exceptions\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 77FF3C52C70AEA7E7B50E904 /* Swiftformat & Swiftlint */ = { + 71648A094CFE63B6F77DC5A0 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10383,9 +10383,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/location\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/proxy\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 7DC2A2425D0DD74568026A86 /* Swiftformat & Swiftlint */ = { + 7170DE41ACBEB18FE4AE46A1 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10401,9 +10401,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/operations\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/IceSSL/configuration\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 81ED1E213DB064EAFE39A3DE /* Swiftformat & Swiftlint */ = { + 71AB0F62546ACEF9A6ABD0D5 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10419,9 +10419,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/src/Ice\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/udp\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 85606C9F981D47D12C07E62B /* Swiftformat & Swiftlint */ = { + 72CECF77B12C4A5567E5DD47 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10437,9 +10437,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/servantLocator\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/exceptions\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 911E2DCDBE153AEA8FAF17A1 /* Swiftformat & Swiftlint */ = { + 7421B09D27EA9E1B757B8F8B /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10455,9 +10455,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/servantLocator\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/src/Ice\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 92FAE3FC5B42813AC0E2AFE8 /* Swiftformat & Swiftlint */ = { + 77268875FE69EAF07707C02E /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10473,9 +10473,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/servantLocator\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/facets\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 93BBB944A35B6ABB6F14AABB /* Swiftformat & Swiftlint */ = { + 791DB6FEF08891472E98CE9C /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10491,9 +10491,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/IceSSL/configuration\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/slicing/objects\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 955C1E2F49041EAACFC4427F /* Swiftformat & Swiftlint */ = { + 7F02F70FAFC7599C07F4040A /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10509,9 +10509,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/admin\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/enums\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 963CD61AF0D79BC5178501F7 /* Swiftformat & Swiftlint */ = { + 837F28E69005CC0988551BF3 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10527,9 +10527,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/scope\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/defaultServant\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - 96EFC7D110D47F13CDAA2DA2 /* Swiftformat & Swiftlint */ = { + 8421D11AA8D00FC59A51C0CB /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10545,9 +10545,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/interceptor\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/servantLocator\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - A1450CE676D5029E1A57F982 /* Swiftformat & Swiftlint */ = { + 8714671AFC1745111B274083 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10563,9 +10563,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/inheritance\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/info\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - A2A42F67354B911748F84EBE /* Swiftformat & Swiftlint */ = { + 878FCF55C76444A9C6162809 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10581,9 +10581,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/info\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/binding\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - A6E9915B8728BD5710C52272 /* Copy Frameworks */ = { + 908DEF6DD5B7B0C0BDB88639 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10591,19 +10591,17 @@ inputFileListPaths = ( ); inputPaths = ( - "$(SRCROOT)/../Carthage/Build/Mac/PromiseKit.framework", ); - name = "Copy Frameworks"; + name = "Swiftformat & Swiftlint"; outputFileListPaths = ( ); outputPaths = ( - "$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/PromiseKit.framework", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "/usr/local/bin/carthage copy-frameworks"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/defaultServant\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - A7A22869DC08C64241456023 /* Swiftformat & Swiftlint */ = { + 90C45AB487AF23A9B47E5E43 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10619,9 +10617,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/udp\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/invoke\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - A95D14EFD5661677CA5DCE9D /* Swiftformat & Swiftlint */ = { + 9974DFC45CA20FAF80B53934 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10637,9 +10635,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/proxy\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/inheritance\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - AC833784AC2CA0949A2BAFC3 /* Swiftformat & Swiftlint */ = { + 9BE51F7C56B0296E1A07DC3C /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10655,9 +10653,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/services\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/retry\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - AFF06500B20BFCEAA412AA07 /* Swiftformat & Swiftlint */ = { + A3F7FD9EA0EFBD65DA5133A8 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10673,9 +10671,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/proxy\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/src/Ice\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - B1DC66EDA7BD3B503C4114CE /* Swiftformat & Swiftlint */ = { + A6C8385E7D13CD71A3B93B19 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10691,9 +10689,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/facets\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/interceptor\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - B38633D7261D08A65B1BBE92 /* Swiftformat & Swiftlint */ = { + A88B82FB7C05F5A66FEB13FA /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10709,9 +10707,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/location\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/info\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - BAA634793B0F831B514A2AE0 /* Swiftformat & Swiftlint */ = { + B3F0E4F74F45DB362573F461 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10727,9 +10725,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/slicing/objects\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/scope\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - BC22C87360B60FC8467EBCD9 /* Swiftformat & Swiftlint */ = { + B53D43146E5278496763367A /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10745,9 +10743,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/slicing/exceptions\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/objects\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - BD4545C6ACFDDB9D6E5886F3 /* Swiftformat & Swiftlint */ = { + B7B13AC6F57D99B774C6D638 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10763,9 +10761,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/proxy\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/optional\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - C274D3CED0E38624C0BC1E1A /* Swiftformat & Swiftlint */ = { + B90737631F5413DE1A543212 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10781,9 +10779,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/optional\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/invoke\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - C2B0E5EE9BA6D8021CF5F5AD /* Swiftformat & Swiftlint */ = { + B9D1BCA7D1D2CEEE657FF999 /* Copy Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10791,17 +10789,19 @@ inputFileListPaths = ( ); inputPaths = ( + "$(SRCROOT)/../Carthage/Build/iOS/PromiseKit.framework", ); - name = "Swiftformat & Swiftlint"; + name = "Copy Frameworks"; outputFileListPaths = ( ); outputPaths = ( + "$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/PromiseKit.framework", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/defaultValue\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "/usr/local/bin/carthage copy-frameworks"; }; - C73EB3D381D099D41BBDCADF /* Swiftformat & Swiftlint */ = { + BC4DB57557459FE9CBE44DBE /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10817,9 +10817,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/adapterDeactivation\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/optional\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - C8374DD85217C6E16AB76606 /* Swiftformat & Swiftlint */ = { + BDB36D34C7246D3B09C5F7B4 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10835,9 +10835,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/slicing/exceptions\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/properties\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - CADF34D7533C84BBE07B9206 /* Swiftformat & Swiftlint */ = { + C032CA174DE7BC5ED02DE398 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10853,9 +10853,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/optional\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/slicing/exceptions\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - CC57A3992D0D978883D35B0D /* Swiftformat & Swiftlint */ = { + C0A1F04964254874645E89CC /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10871,9 +10871,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/acm\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/slicing/objects\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - D600F762F533E9D9DCD555D4 /* Swiftformat & Swiftlint */ = { + C6014E9C1F23F91E4F2BF182 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10889,9 +10889,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/invoke\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/admin\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - D786860F52BF6A580038F56F /* Swiftformat & Swiftlint */ = { + C7FCCE30869B2A466EF89036 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10907,9 +10907,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/hold\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/properties\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - DAEE4952D40661C467B4EF9E /* Swiftformat & Swiftlint */ = { + C9592F3A5C1E148E28666FB6 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10925,9 +10925,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/timeout\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/stream\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - DDF81E72E36ED52DFDA70A5F /* Swiftformat & Swiftlint */ = { + CD6E5F79ADEF3B6B74DD1BA9 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10943,9 +10943,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/exceptions\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/acm\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - E0E55391BCE85D7211AEB33E /* Swiftformat & Swiftlint */ = { + D5347EBF79C7E23BC28EC265 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10961,9 +10961,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/interceptor\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/optional\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - E14C5814B46ED82EE548F38E /* Swiftformat & Swiftlint */ = { + D698FF37874B7F1F96155C03 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10979,9 +10979,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/slicing/objects\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/admin\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - E150333854423D2BB915EA13 /* Swiftformat & Swiftlint */ = { + D8530C4ACD5ACB43B1D7E530 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -10997,9 +10997,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/defaultServant\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/adapterDeactivation\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - E6DF6C0DD453450A05FD2F5C /* Swiftformat & Swiftlint */ = { + DB5C6DE7FC8B0D0E299D94BD /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -11015,9 +11015,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/slicing/objects\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/objects\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - EF6E6279272BD7731B3F4579 /* Swiftformat & Swiftlint */ = { + E1888013BCB6DE9C4E077958 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -11033,9 +11033,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/invoke\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/stream\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - F26CE5FDB88D88A2C3BB891F /* Swiftformat & Swiftlint */ = { + E264DD8F67B1C97361B3BF64 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -11051,9 +11051,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/src/Ice\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/proxy\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - F27B11B82E6CA8DC601C0CE1 /* Swiftformat & Swiftlint */ = { + E457A0562C59F33ADFBFC869 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -11069,9 +11069,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/scope\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/services\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - F33FED0B7741B67D4C3CEC19 /* Swiftformat & Swiftlint */ = { + E5FA5F9A90B5D88CB11E3752 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -11087,9 +11087,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/optional\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/location\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - F4522BC2317B31D5CBA8272D /* Swiftformat & Swiftlint */ = { + EB57CD617F3245F3EA9C8D4B /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -11105,9 +11105,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/services\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/slicing/exceptions\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - F49BDE112F7BD09F5FA1758C /* Swiftformat & Swiftlint */ = { + F2E4AFB8A580089548E496D4 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -11123,9 +11123,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/stream\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/udp\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - F5388A7322E2DCCC88A01A86 /* Swiftformat & Swiftlint */ = { + F8E8D65AA995D3F119CCAC9D /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -11141,9 +11141,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/admin\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/servantLocator\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - F5BA2673A8763030630EC8D3 /* Swiftformat & Swiftlint */ = { + FC734601046325BD1FF67D4F /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -11159,9 +11159,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/acm\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/servantLocator\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - F9BDB85CD7DDC1F855D6144E /* Swiftformat & Swiftlint */ = { + FCE3A07160BB4C19E47D15F1 /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -11177,9 +11177,9 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/properties\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/hold\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; - FAFA7A4913FBF676AE980DC6 /* Swiftformat & Swiftlint */ = { + FE5DFA85D8444A02AF28AD4F /* Swiftformat & Swiftlint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -11195,2260 +11195,2312 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/inheritance\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --path \"$SRCROOT/test/Ice/operations\" --config \"$SRCROOT/.swiftlint.yml\"\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 0331CFC2F4280783871CA255 /* Sources */ = { + 01256D29EBBFD4530F5E73DE /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0D6A06017DC92372CF0C6BFC /* AllTests.swift in Sources */, - 95D39BCFAEDF1B04E559EFEA /* BatchOneways.swift in Sources */, - 6CAE2018B099293DB3DD3BC7 /* BatchOnewaysAMI.swift in Sources */, - 43A60A0D7CDA352E9ADF3262 /* Client.swift in Sources */, - 2A892E03C145D072DB22CC4F /* Collocated.swift in Sources */, - 2F7DF9332354B674E512677A /* Oneways.swift in Sources */, - FBF73874FDF4D956FB9EBDDB /* OnewaysAMI.swift in Sources */, - DBA8BAB39BBC285880C11371 /* Server.swift in Sources */, - 6ADE3623961188AD32083A02 /* Test.ice in Sources */, - 44673E0222145EC2B290B8F9 /* TestI.swift in Sources */, - BD46E79F538075006FE440F2 /* Twoways.swift in Sources */, - 81637A443B1F887C94123BA5 /* TwowaysAMI.swift in Sources */, + 902B606CF87CDE198DD93D70 /* AllTests.swift in Sources */, + 76578F3D8BF953821230D3D7 /* Client.swift in Sources */, + F019F7DEB4FC6FFD9856A2C2 /* Collocated.swift in Sources */, + BCC8EE2B5E57F53E08FF735E /* Server.swift in Sources */, + F1681FC9EC7D1F39B3CFCE96 /* Test.ice in Sources */, + 8A46899DEE1BC4D2FE155D9D /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 04CD7E6AA59E910B65A3EBB9 /* Sources */ = { + 01711BEB6A749E8C12CEB8F3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 305BA7F6F657C7804658934E /* AllTests.swift in Sources */, - 888DC037A372CA4454AB46A9 /* Client.swift in Sources */, - 7EF3463889E40101E29D8A2D /* Server.swift in Sources */, - 3B93A38707DDD61B9A7C3A2D /* Test.ice in Sources */, - EFF214768E909EE0F45A44C6 /* TestI.swift in Sources */, + 0B95BB56D5A22AC7D6E16D55 /* AllTests.swift in Sources */, + 0FDBE327F3935ABB0BE95224 /* Client.swift in Sources */, + 2E853C8083E484C9172362A7 /* Collocated.swift in Sources */, + E48D7431E8875C04089F72DC /* Server.swift in Sources */, + 62081B32A780C189BC4649A2 /* Test.ice in Sources */, + AE1001D3EA614D747BBF08A8 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 0527C7944BA75357FF1F2EBE /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B43D52885515B76344D55D84 /* AcceptorI.cpp in Sources */, - 45D45F19F029F12E397D7552 /* CertificateI.cpp in Sources */, - AF414EAB6B40CE916D67A49B /* ConnectionInfo.ice in Sources */, - DC9E44D5500483CDCAFD60A3 /* ConnectionInfoF.ice in Sources */, - 15C7B5F0C10BBCDC5CCE87B0 /* ConnectorI.cpp in Sources */, - 95A291F74DD952FB225B6082 /* EndpointI.cpp in Sources */, - F1BE1F4BFB440DCDA33FD4FA /* EndpointInfo.ice in Sources */, - 9C2F7E9F4990FBB9FC827B7E /* Instance.cpp in Sources */, - 5F6B2A793E55694A485CF3DF /* PluginI.cpp in Sources */, - A5E9A16A09ABE93B6D8C087E /* RFC2253.cpp in Sources */, - 79CB894A52888514657EBD72 /* SecureTransportCertificateI.cpp in Sources */, - CD5C027751A20E2D26AEE4F7 /* SecureTransportEngine.cpp in Sources */, - 11C06D13B5C44B8814C4C6F0 /* SecureTransportPluginI.cpp in Sources */, - 998DAB209328558012879E8C /* SecureTransportTransceiverI.cpp in Sources */, - 2BCC9610BF6141350C606747 /* SecureTransportUtil.cpp in Sources */, - 43549FBD184A6C925EAC468E /* SSLEngine.cpp in Sources */, - CB377B88F0C59252C4C7B932 /* TrustManager.cpp in Sources */, - 3ECE418E8B489865914E18BC /* Util.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0643EE5C2A1904FF88BBE447 /* Sources */ = { + 02D305C8AA9B392D7C969A43 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2631756F5F83E423F63326AA /* AdminFacetFactory.swift in Sources */, - E78A6374CD0C392F923338CE /* Blobject.swift in Sources */, - 4C175F6CF8A4BE02ECF6E654 /* BlobjectAsync.swift in Sources */, - F27A47323801E41C81B7D033 /* BuiltinSequences.ice in Sources */, - C0F142612D1069473B07D00F /* ClassResolver.swift in Sources */, - 9D14AD33B903B25347AA9ADF /* Communicator.ice in Sources */, - B6C87F49588733042052C5D0 /* CommunicatorF.ice in Sources */, - 710DFDA67015C08B6AAA9602 /* CommunicatorI.swift in Sources */, - 531308AC70DFDA9CFB36F20B /* Connection.ice in Sources */, - D96066F4923B034F2A683C3A /* ConnectionF.ice in Sources */, - E86CCEF822C99575719A6DCC /* ConnectionI.swift in Sources */, - 7C913DBBDE0DFA23EFE9B498 /* ConnectionInfo.ice in Sources */, - 5A9EBA41F3BE0892E3592281 /* ConnectionInfo.ice in Sources */, - 3955D7153814FBF73C01097D /* ConnectionInfoF.ice in Sources */, - 49940592F26354E4C1454B27 /* ConnectionInfoFactory.swift in Sources */, - 71B3FA06EF693616581E92F8 /* Current.ice in Sources */, - DE559F4E35593F2F3F4897EF /* Endpoint.ice in Sources */, - 502DCE028CA92C5BCFA653E4 /* EndpointF.ice in Sources */, - A7E15C97872498ACF229B1F1 /* EndpointI.swift in Sources */, - ED973843743E69B0943C289F /* EndpointInfo.ice in Sources */, - 2066830A501C29246C2E1718 /* EndpointInfo.ice in Sources */, - 9AE248B34A457B54A724AF0F /* EndpointInfoFactory.swift in Sources */, - 0883299B7032A41D7B036388 /* EndpointTypes.ice in Sources */, - 9340D2F05176A071FC0EADEA /* Exception.swift in Sources */, - F16BC174798174E5D728F66B /* FacetMap.ice in Sources */, - 868BBD60C96FEF4695B568BC /* FormatType.swift in Sources */, - 5E0BDF005C74E39B1782AF84 /* Identity.ice in Sources */, - B522D71BFAEE50F20D339678 /* ImplicitContext.ice in Sources */, - D724738C006847353A6C6843 /* ImplicitContextF.ice in Sources */, - 7F6B6F00CBB0D1A160E97F60 /* ImplicitContextI.swift in Sources */, - F25F1DCABAD602BA1BF1AFF3 /* Incoming.swift in Sources */, - 8FE4DD07A8E7E404DA535A75 /* InitializationData.swift in Sources */, - 2BE22C2C7FD682F1C73A93F6 /* Initialize.swift in Sources */, - 64C00E14D6E110A2EB1B55E4 /* InputStream.swift in Sources */, - CBEE0B68D0AA8FEC16BB0B66 /* Instrumentation.ice in Sources */, - 25EF5E8E906AB6741A5C33BF /* InstrumentationF.ice in Sources */, - EFD20DA4A0F44505176B9245 /* LocalException.ice in Sources */, - 59AEC01FF4161CF436ABE587 /* LocalExceptionDescription.swift in Sources */, - 1E84E87AB8045024AE55D9F9 /* LocalExceptionFactory.swift in Sources */, - 513CDF7C65D7E484348A2680 /* LocalObject.swift in Sources */, - FDF5656C97E80DD08A931516 /* Locator.ice in Sources */, - 3673A8A33EF1202737EFCDE7 /* LocatorF.ice in Sources */, - A25BFC67BB92BE962E05614E /* Logger.ice in Sources */, - 72E2A747879BB723FE0172E3 /* LoggerF.ice in Sources */, - 52791DB410F1A5E85D0EF0D2 /* LoggerWrapper.swift in Sources */, - 2A38EB4D56C8A191B662ED38 /* Metrics.ice in Sources */, - 294F6C0C9BB876057DF00FAE /* Mutex.swift in Sources */, - A4173A4521C5B7EBF8F560D9 /* NativePropertiesAdmin.swift in Sources */, - 5B252D48D587AF7F9CBEEA12 /* Object.swift in Sources */, - 545E21B2588E393FC05A9CE0 /* ObjectAdapter.ice in Sources */, - 8B8BDAF09B516C8C2AD356E9 /* ObjectAdapterF.ice in Sources */, - 1456DA62AF112CF445DC7DAE /* ObjectAdapterI.swift in Sources */, - 7424464F4024976926CF6159 /* ObjectFactory.ice in Sources */, - A26720811D18E8562FC865DF /* OptionalFormat.swift in Sources */, - 3FB05A42F08A81DB69822C90 /* OutputStream.swift in Sources */, - 4CBBC261CB429642351B9CD8 /* Plugin.ice in Sources */, - 86E903ACBCCD7FA615B6B606 /* PluginF.ice in Sources */, - FFC60F6159CD2C4BB39BCBC7 /* Process.ice in Sources */, - E075BD9EEA5CCDD620B3E7F2 /* ProcessF.ice in Sources */, - 46E30FB9EA9E606153F895D8 /* ProcessI.swift in Sources */, - FEB4F7C1C25F5B5DA32310F9 /* Properties.ice in Sources */, - 66B5B5D75407E89B3950DF8E /* PropertiesAdmin.ice in Sources */, - 25A2864F800DA1FFBFFDDE4A /* PropertiesAdminI.swift in Sources */, - E5BA2D7ACCBA6D0945098562 /* PropertiesF.ice in Sources */, - 241BE39909E3CE4E3A331767 /* PropertiesI.swift in Sources */, - 1524F4CC76B7ABE55E334C71 /* Proxy.swift in Sources */, - E807CB2A0118A617127C2C9A /* RemoteLogger.ice in Sources */, - FE7073F5601DCFC603C654B8 /* Router.ice in Sources */, - DC9C7F797185C9D233EBC34F /* RouterF.ice in Sources */, - B5ED419E3E1CFA440959E44D /* ServantLocator.ice in Sources */, - 88AE665B2461B1A860B14F84 /* ServantLocatorF.ice in Sources */, - 441329C840F925B13534EA6D /* ServantManager.swift in Sources */, - 1C0C0FA78C7DB82E215D8B2F /* SliceChecksumDict.ice in Sources */, - 2E24982FD133EBB7CA3A1B12 /* SlicedData.swift in Sources */, - D24D4DFCEA5FBD69520D1E4F /* SliceFlags.swift in Sources */, - 4BCFBA12FFFFB02B3BE5CEFC /* SliceInfo.swift in Sources */, - F9DB1911E7364F0B56D0DE9B /* UnknownSlicedValue.swift in Sources */, - 737BB6171DA540D001617E74 /* Util.swift in Sources */, - A3CFF8206709DED28983E824 /* Value.swift in Sources */, - 706F31F28D5F36E377BBC7BC /* ValueFactory.ice in Sources */, - 24D6CBD476391C121FC8704B /* ValueFactoryManagerI.swift in Sources */, - 1D27A0A4B06E3440A3FDD9EB /* Version.ice in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 09E4C90A1EF7432A411DDCE6 /* Sources */ = { + BD98073EA9DD4A59BDD2E1B7 /* AdminFacetFactory.swift in Sources */, + 0AF915497E84276DA93712E6 /* Blobject.swift in Sources */, + D725D68430ADA7E6DDD1652F /* BlobjectAsync.swift in Sources */, + 668C9A5AC5DBA3DC1D272555 /* BuiltinSequences.ice in Sources */, + 73EC1859E44622D6E3FA73F8 /* ClassResolver.swift in Sources */, + 55F93A6D15A34CB7DC78ECBA /* Communicator.ice in Sources */, + 90CC27906AA2CAC3DC05BA1E /* CommunicatorF.ice in Sources */, + AB5FF950D49010D31EC005CE /* CommunicatorI.swift in Sources */, + BFBCCF51AC5E392B83A5B819 /* Connection.ice in Sources */, + 4C5E40149E46331AC888575C /* ConnectionF.ice in Sources */, + 96E4E291C6B86B257DB03A74 /* ConnectionI.swift in Sources */, + 9B561D208995A1A930AFFFEC /* ConnectionInfo.ice in Sources */, + BA7E6F292B2FC03B7B633B45 /* ConnectionInfo.ice in Sources */, + 6B6243884AEDB86E71E759AC /* ConnectionInfoF.ice in Sources */, + 433513114131FCF3480B43C7 /* ConnectionInfoFactory.swift in Sources */, + 8330D849FD00141A6561CB7D /* Current.ice in Sources */, + E34F3934717B91857748E617 /* Endpoint.ice in Sources */, + DF1CFBD9DDE7562AF80F562B /* EndpointF.ice in Sources */, + F8F961C6712BB46B00CE628F /* EndpointI.swift in Sources */, + 826C77CCE9064490DEBF686C /* EndpointInfo.ice in Sources */, + 4750345096015497BF013A01 /* EndpointInfo.ice in Sources */, + 52F9642A0D23DCADE495B4E1 /* EndpointInfoFactory.swift in Sources */, + ABAFEB41A9E30E6ED419E372 /* EndpointTypes.ice in Sources */, + BA6449B2D2B4679C3036F39A /* Exception.swift in Sources */, + 16F45DF37BD17DDF1732F417 /* FacetMap.ice in Sources */, + 76A2F74B50B98DCD305F57D5 /* FormatType.swift in Sources */, + 31B1EB4492FCF0EB5006E97D /* Identity.ice in Sources */, + 16072F58439467B19970BEC9 /* ImplicitContext.ice in Sources */, + 36B996B720B541BF2AA45BB5 /* ImplicitContextF.ice in Sources */, + 4AE1D42005606362A200802B /* ImplicitContextI.swift in Sources */, + 075F707D6CF4184C7F57BA75 /* Incoming.swift in Sources */, + 97A496BF8AEC8D9A326FC024 /* InitializationData.swift in Sources */, + 48BB37B43B0060CF089007BB /* Initialize.swift in Sources */, + 70C6341999FE4FBBE8EF0C9A /* InputStream.swift in Sources */, + F7DAF6E4E7F66B594DC0E647 /* Instrumentation.ice in Sources */, + 54039F22E461B3BCF5741E2B /* InstrumentationF.ice in Sources */, + 8652B6097F1325F13FB42A8C /* LocalException.ice in Sources */, + 821AFA33C21450898A1D198C /* LocalExceptionDescription.swift in Sources */, + 1443451B2D7003F88FE58B84 /* LocalExceptionFactory.swift in Sources */, + 0AAF4B7A9ABF272A060033BF /* LocalObject.swift in Sources */, + F05EB2DF7D6A3D3E57D01098 /* Locator.ice in Sources */, + 8999D268B0534644C8AEBE06 /* LocatorF.ice in Sources */, + D6F85D6393D74D3CF2A22565 /* Logger.ice in Sources */, + BA8FBD7C0E34AF4A316B2567 /* LoggerF.ice in Sources */, + C9F8CCF0D338D7B9FBDE0550 /* LoggerWrapper.swift in Sources */, + 4FF6FA263F8973DA350DE050 /* Metrics.ice in Sources */, + 0CA390519167C234C38BDA18 /* Mutex.swift in Sources */, + E10CFB0A86C88D3141802571 /* NativePropertiesAdmin.swift in Sources */, + 43BB30173149D2CEEBEB84CF /* Object.swift in Sources */, + 6B2317343F318EEA62C38608 /* ObjectAdapter.ice in Sources */, + 8E4DE0E1BC42B4C9E778B004 /* ObjectAdapterF.ice in Sources */, + 74B672BC93FAAD21DA14C279 /* ObjectAdapterI.swift in Sources */, + 0F8C9BBB389E1CD2819802F4 /* ObjectFactory.ice in Sources */, + F44D76B8EF8DA3CA2C0F8E36 /* OptionalFormat.swift in Sources */, + D36187D2F2E7808A9F68FC45 /* OutputStream.swift in Sources */, + 175BB961A51B1C7FF77EDA0E /* Plugin.ice in Sources */, + C0B66489FC90C838F550E430 /* PluginF.ice in Sources */, + D8690EA625F314B887ED5E9E /* Process.ice in Sources */, + 08C4F40917C5A78E11B9C6CA /* ProcessF.ice in Sources */, + 5A34B5B224273797493203ED /* ProcessI.swift in Sources */, + C06AA4CB2C5744079B4988C6 /* Properties.ice in Sources */, + 9C061A3E33449BA550DE6342 /* PropertiesAdmin.ice in Sources */, + F2DDEF2126F86A0A0806AB0D /* PropertiesAdminI.swift in Sources */, + 8CA68A58A7D9029199396114 /* PropertiesF.ice in Sources */, + 9F30BBD443B2D4D7867D5146 /* PropertiesI.swift in Sources */, + 72D8B081B5B88CC20BD05486 /* Proxy.swift in Sources */, + 53E869B29C1063140377E5BF /* RemoteLogger.ice in Sources */, + 60F548D540D0B940F2946E1F /* Router.ice in Sources */, + DA7FA10E6BEC83E8D32B41A8 /* RouterF.ice in Sources */, + 9CBE0E2B9C330D671404FE98 /* ServantLocator.ice in Sources */, + D02A02D7F66EBF91D8CFF683 /* ServantLocatorF.ice in Sources */, + 870F9CF73DFAA438D6FA18F0 /* ServantManager.swift in Sources */, + 7E2566D4B736C69E78A2CA70 /* SliceChecksumDict.ice in Sources */, + 4166307AF89FB0E0703D6724 /* SlicedData.swift in Sources */, + F42F98D4E3CECD81068A0697 /* SliceFlags.swift in Sources */, + 65F1819C755FDFD9CA676837 /* SliceInfo.swift in Sources */, + 8B04C76731F69BE1C983D3DF /* UnknownSlicedValue.swift in Sources */, + 592F4F3A19CFBA44CB08C1EF /* Util.swift in Sources */, + CD5D333E5982AA4B9C87277F /* Value.swift in Sources */, + F5C0B2074628C6FBA8089CBC /* ValueFactory.ice in Sources */, + E6D33A5797AA3C52E6D8A4B2 /* ValueFactoryManagerI.swift in Sources */, + C6C08F15F77F4DE9A8BBC9A3 /* Version.ice in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 074FCE1D84481A14268C6895 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B283109E363ED60E6C2D5E34 /* AllTests.swift in Sources */, - 3D4B24BF051A42CC43433DAF /* Client.swift in Sources */, - 3AC12EE6B5838576A1CDBC7B /* Server.swift in Sources */, - DF7E4799723DBF3E3B3AD705 /* Test.ice in Sources */, - BDAA0EFCAE5C94ADBAC57EE2 /* TestI.swift in Sources */, + 9C7AFE328293989DDE4360DC /* ServerAMD.swift in Sources */, + 1F77BD66D9129B97CFAF9F2F /* TestAMD.ice in Sources */, + 2ED5A83B5FA19D78E4A31053 /* TestAMDI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 0E379438919A03B079BDDB21 /* Sources */ = { + 0885B30C00C494C773B3417F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5DE56D035C67760980020AA2 /* AllTests.swift in Sources */, - 5A18BA05AEFCAEE37130C1CE /* Client.swift in Sources */, - F887A87466AC8E001B61184B /* Server.swift in Sources */, - 5ED3AD951E41A0CA1ED6D5E2 /* Test.ice in Sources */, - 5054F9F8B13D028929F5FC49 /* TestI.swift in Sources */, + 9081152450EB2076E365930E /* AllTests.swift in Sources */, + CC975D1245DA97CAFE838362 /* Client.swift in Sources */, + 66D0346BA1A3013B7167CB1F /* Collocated.swift in Sources */, + 5CAB2F16029335A1B2428351 /* Server.swift in Sources */, + F21B82279C1EA92D329726F9 /* Test.ice in Sources */, + 897B1BE7328CFB74EE8ED407 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 12D26A31DB53677E686F6D51 /* Sources */ = { + 0A366E26F092740886709737 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0CE781E76A244E3592A19C94 /* AllTests.swift in Sources */, - 5DA8FAEC298823C6146F7FF3 /* Client.swift in Sources */, - 2A69616045163C71CB108845 /* Collocated.swift in Sources */, - 4654670B72F9C95E2D392E6E /* Server.swift in Sources */, - 2412FB9A37E58480C03AB3E3 /* Test.ice in Sources */, - 9F1D0B7C32AF0F9F7DDD3369 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 130442884A350F84496D01D8 /* Sources */ = { + 2B8BBBA4D588030EA95DBA6D /* Acceptor.cpp in Sources */, + 78586798D8D3CEC5DEF23D81 /* ACM.cpp in Sources */, + C590CE212E9CCC60D405DF40 /* ArgVector.cpp in Sources */, + FAF7DCBD4B8F6538BCE4E614 /* Base64.cpp in Sources */, + 95321DA5658CE7A01B0E0F8A /* BatchRequestQueue.cpp in Sources */, + 8D28A7E3B9658151F92AA9CD /* Buffer.cpp in Sources */, + C25E36814B7579AA74A95FE7 /* BuiltinSequences.ice in Sources */, + 328E39B284A398BC04948E16 /* CollocatedRequestHandler.cpp in Sources */, + D2C5DBE3DDFDBF9CA5C21FF7 /* Communicator.ice in Sources */, + 7B7F9066EA1FB39313346B7C /* CommunicatorF.ice in Sources */, + A958A83AD920E71E77C659A4 /* CommunicatorI.cpp in Sources */, + 90A52E61A6E54A9566DB4AE0 /* Cond.cpp in Sources */, + 85BF5DCA0D6F06AF859A0FC9 /* Connection.ice in Sources */, + D67F26177C25F2481669E0EB /* ConnectionF.ice in Sources */, + 3EF75C46AF4A556BF3A994AB /* ConnectionFactory.cpp in Sources */, + 038B803ED6D085BBBDD11D64 /* ConnectionI.cpp in Sources */, + A70E82591EC326FCD6984DD9 /* ConnectionRequestHandler.cpp in Sources */, + 3E356060557D5A045958A913 /* Connector.cpp in Sources */, + 5ECB2E94A8A7448113B62811 /* ConnectRequestHandler.cpp in Sources */, + ECF900767D7E1ACBB5889C96 /* ConsoleUtil.cpp in Sources */, + 6669E42072F0B3EAE2B05B99 /* CountDownLatch.cpp in Sources */, + 9FBF5E578032E9009121FFDD /* CtrlCHandler.cpp in Sources */, + 311A493AEBCD5CC78F96992A /* Current.ice in Sources */, + 7430F3240519046502C06FFA /* DefaultsAndOverrides.cpp in Sources */, + 784C1F4EC88C7461859D9F72 /* DispatchInterceptor.cpp in Sources */, + 0B7290CD7021025F6DCF4D5A /* DynamicLibrary.cpp in Sources */, + 54CD3C55748FFB34D7DE72C6 /* Endpoint.ice in Sources */, + 719D4B11F70444D7F4777C8A /* EndpointF.ice in Sources */, + 13B33FBA4246D53777FD1C66 /* EndpointFactory.cpp in Sources */, + 13C4E7908BB6016C45277350 /* EndpointFactoryManager.cpp in Sources */, + 9695C9C5A98EC15C3E888A4C /* EndpointI.cpp in Sources */, + D967A69BC0E466F1D3AE1D2A /* EndpointTypes.ice in Sources */, + E0D4DC51B039CE4CC9A8EBC9 /* EventHandler.cpp in Sources */, + 8593C78C85734667BBF20203 /* Exception.cpp in Sources */, + 99FE045EABD57501AA8935A3 /* FacetMap.ice in Sources */, + 7D6C88794711D48F7D5FB945 /* FactoryTable.cpp in Sources */, + 9BCD2A7E2D6DE0D9CFD1DA70 /* FactoryTableInit.cpp in Sources */, + A7532026CBD6624DEF843797 /* FileUtil.cpp in Sources */, + A9411436FB4A274B17EF4E7B /* HttpParser.cpp in Sources */, + 388464717F821C36A2F13B42 /* IconvStringConverter.cpp in Sources */, + B2C57AA9361D0DC01E2B758D /* Identity.ice in Sources */, + 911C65F5132F5E2D5FDCDF2D /* ImplicitContext.ice in Sources */, + D8DB4776EAF5E5A893553D92 /* ImplicitContextF.ice in Sources */, + D0B8C2DC909FDAAE5D60EE57 /* ImplicitContextI.cpp in Sources */, + B2C7B0A0C466E38C17F8A2CA /* Incoming.cpp in Sources */, + FF5FED145B8103964C43E343 /* IncomingAsync.cpp in Sources */, + 1FDC51DEDF95B52C5B56EF11 /* Initialize.cpp in Sources */, + 718A28F75A916355C11E8B19 /* InputStream.cpp in Sources */, + 2F6D06E016A4F37DCD561CF0 /* InputUtil.cpp in Sources */, + 96E06AE3D0DA7621F5A34265 /* Instance.cpp in Sources */, + B57E0CAA330C698F865B9940 /* Instrumentation.ice in Sources */, + 39E6032D572FD645C4D66D2F /* InstrumentationF.ice in Sources */, + 4C046E24672C03310376A911 /* InstrumentationI.cpp in Sources */, + 4F43A5C8C124F96D36FFDBBB /* IPEndpointI.cpp in Sources */, + 72C7355FE93721FAAD588483 /* LocalException.ice in Sources */, + D8D679B38C935BE1625D5225 /* LocalObject.cpp in Sources */, + 3E38B14BDC6FD8DABFCD800F /* Locator.ice in Sources */, + 7C7DB8780174258220ABB1ED /* LocatorF.ice in Sources */, + 4A24B0AD1C580DFC167E8A46 /* LocatorInfo.cpp in Sources */, + 17736C104939DE93FB4DC2F9 /* Logger.ice in Sources */, + 2BAA9537490AAAF14DC8A653 /* LoggerAdminI.cpp in Sources */, + FFE5B26F80BD74F1F46FB742 /* LoggerF.ice in Sources */, + F01B72CBCFEF447291786FFA /* LoggerI.cpp in Sources */, + DD1794EA5EAD860E377B7F32 /* LoggerUtil.cpp in Sources */, + 3F905EF27AA1AD24FD0B009C /* Metrics.ice in Sources */, + B32F356EFCFB1797D3D4DE6E /* MetricsAdminI.cpp in Sources */, + 6454DCEC055DDA63D1C45FA0 /* MetricsObserverI.cpp in Sources */, + 6D6B110396BB8DEA48CB591B /* MutexProtocol.cpp in Sources */, + 534FEDFD714E875D6FA2F8D3 /* Network.cpp in Sources */, + CA748EB94A19346CD46FC9A5 /* NetworkProxy.cpp in Sources */, + 7A6A809CA65AF9739BBF1166 /* Notifications.mm in Sources */, + FB904A31160ED25F5B79FC2C /* Object.cpp in Sources */, + B71CFF52BD37DF7F0D7AAF11 /* ObjectAdapter.ice in Sources */, + 5A56B723041D342C44044814 /* ObjectAdapterF.ice in Sources */, + 3BB4564FC461C18F7CE8BD5C /* ObjectAdapterFactory.cpp in Sources */, + 0DFE8CCC4203CAEF842EBED6 /* ObjectAdapterI.cpp in Sources */, + 70844C46FBF85345325ED2FA /* ObjectFactory.ice in Sources */, + E4B67A1C89F0E1D0CAB426AE /* ObserverHelper.cpp in Sources */, + 7D6A6E488D2CAA7B6A7A63D1 /* OpaqueEndpointI.cpp in Sources */, + B70E62507F562BE88846F865 /* Options.cpp in Sources */, + 1F91AA6680BD9B3811C91EAE /* OSLogLoggerI.cpp in Sources */, + 08EB7319DE6A752F45EF05A7 /* OutgoingAsync.cpp in Sources */, + C9BF95C745893E45383A154C /* OutputStream.cpp in Sources */, + 5C7BD5EA0FC24585B932E16A /* OutputUtil.cpp in Sources */, + 1FBB9EEEF7A6EB0741EF6F3D /* Plugin.ice in Sources */, + B851F8FDC845AC821D3C88C9 /* PluginF.ice in Sources */, + 42BEF05F572A2E7DF002BCE5 /* PluginManagerI.cpp in Sources */, + 6D02B337B9E39F078A619768 /* Process.ice in Sources */, + 6E9009C6F86804EF885DBCE7 /* ProcessF.ice in Sources */, + F2BA14B474857C7196F53F36 /* Properties.ice in Sources */, + F82288FF9AB38B19C0D5D0FC /* PropertiesAdmin.ice in Sources */, + E5F31661E5AC667D3E1A9FEE /* PropertiesAdminI.cpp in Sources */, + 25DC482A4A2B12E64632ED58 /* PropertiesF.ice in Sources */, + 2B7D0FBA085CCD45E9BE165E /* PropertiesI.cpp in Sources */, + 75FE76A8D80FA32D72BE58E6 /* PropertyNames.cpp in Sources */, + 7BB2BC752C05513E019D6C5D /* Protocol.cpp in Sources */, + AFCEC3B2EE6C6EE64EA25D86 /* ProtocolInstance.cpp in Sources */, + 699B7D63397F2DDF4499BEAD /* ProtocolPluginFacade.cpp in Sources */, + 69F14F0B240C08C0CAF2F07D /* Proxy.cpp in Sources */, + 1A85400938D2E40B3AB7C1A9 /* ProxyFactory.cpp in Sources */, + 9DD0154D02FECE960A22438F /* Random.cpp in Sources */, + 98FC36CB830873EB94ABE7C4 /* RecMutex.cpp in Sources */, + F9E73AF74B6D68A589BD7BF3 /* Reference.cpp in Sources */, + 870FF1A463166A48CE45F9C6 /* ReferenceFactory.cpp in Sources */, + D8F1927860BACB7FB9C2A47D /* RegisterPluginsInit.cpp in Sources */, + 9C2A3074662CDB8F7FA97EA0 /* RemoteLogger.ice in Sources */, + AFED2489B998A9F448078B7B /* RequestHandler.cpp in Sources */, + ACC6A861E85D2BD3BECC5313 /* RequestHandlerFactory.cpp in Sources */, + E5CC71EF02AF61979315B06E /* RetryQueue.cpp in Sources */, + E334C48F7F34AD0F602B28A6 /* Router.ice in Sources */, + 31BB0ACB8108024D1D5CC2E5 /* RouterF.ice in Sources */, + 56C833BBD8700925970B4BF2 /* RouterInfo.cpp in Sources */, + 9BEDB3AC79EADE060C4674AF /* Selector.cpp in Sources */, + 85B6003D5B24BEFFE6E00B72 /* ServantLocator.ice in Sources */, + BDFCD1E59733D4D0FF728908 /* ServantLocatorF.ice in Sources */, + 35B130430485EE7648A2DAE8 /* ServantManager.cpp in Sources */, + 7425D47F39573FBCCFEE3DEA /* Service.cpp in Sources */, + C7640A7EEB0059D4B35E0899 /* SHA1.cpp in Sources */, + A4830CA9E76F3468BE638EE7 /* Shared.cpp in Sources */, + 33B35FC6D34B159CDB67DF1D /* SliceChecksumDict.ice in Sources */, + 9ABA7BB3190E0D6DCE955B2A /* SliceChecksums.cpp in Sources */, + 039D5C65296E9D16E4983966 /* SlicedData.cpp in Sources */, + 8E2F53213D76CEDF1788254C /* StreamAcceptor.cpp in Sources */, + 11D53CCD39574EEA1B337AB9 /* StreamConnector.cpp in Sources */, + 9EF01A40465A103E1B351A2A /* StreamEndpointI.cpp in Sources */, + F4B64C1140582E0C7397B108 /* StreamSocket.cpp in Sources */, + 98EC64A38F7DBAC2453E74CC /* StreamTransceiver.cpp in Sources */, + 722F779FFCDEADF811F05613 /* StringConverter.cpp in Sources */, + 5D657906A5ACC6073DD9F0EC /* StringConverterPlugin.cpp in Sources */, + 2380D6056C877CF9F2672606 /* StringUtil.cpp in Sources */, + A9F96F1F6B8AC14AC45620CD /* SysLoggerI.cpp in Sources */, + 71736D72090B11A67665DF8E /* SystemdJournalI.cpp in Sources */, + FF4A7E7F5BAA3101EB4E8E4D /* TcpAcceptor.cpp in Sources */, + 5958899F160D6CD1924FC6C1 /* TcpConnector.cpp in Sources */, + 09BB5AC6E1A430CBE531E4A5 /* TcpEndpointI.cpp in Sources */, + 1616C9A14FF11249E5BBF098 /* TcpTransceiver.cpp in Sources */, + 72C74E1222CCB889A86BC5F7 /* Thread.cpp in Sources */, + 5457B6DC962D336AD0B86CEE /* ThreadException.cpp in Sources */, + 03F720393B98C82841E42986 /* ThreadPool.cpp in Sources */, + 2470FCE2A7DBD1D8E0FDA09F /* Time.cpp in Sources */, + EB289A8320496D2E2C3B1A7F /* Timer.cpp in Sources */, + 5ED77D3DE058614D2BF11861 /* TraceLevels.cpp in Sources */, + 9AB7E5D52E757D9965FD915B /* TraceUtil.cpp in Sources */, + 917D51DEB583637C18FDEF6D /* Transceiver.cpp in Sources */, + 4A17B4BFDAE6CD0D3A78A580 /* UdpConnector.cpp in Sources */, + 114CD86E992D533FBB34F022 /* UdpEndpointI.cpp in Sources */, + 782749972CCACFD7E68149DF /* UdpTransceiver.cpp in Sources */, + A5D2AD928C095017A2D5A70C /* UtilException.cpp in Sources */, + 68C82A610F16EE5A3262BD8C /* UUID.cpp in Sources */, + 434FD662C13E40B001712A16 /* Value.cpp in Sources */, + F980D03308A8AE3CC76C627F /* ValueFactory.ice in Sources */, + A9851C4DD3E7844A55636955 /* ValueFactoryManagerI.cpp in Sources */, + F9E8ED0980016AE428EF8EE3 /* Version.ice in Sources */, + 5A1CCA047096160BE2136A76 /* WSAcceptor.cpp in Sources */, + A7C3459A5BF90655E5DA24F2 /* WSConnector.cpp in Sources */, + 161E08D18796F23525734D34 /* WSEndpoint.cpp in Sources */, + 11E9763E1B4EC05B11A8DED8 /* WSTransceiver.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 0FBB91C56AE1FFFDC3C7BE62 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 46F53BB16BCC7844BEEB6868 /* BlobjectFacade.mm in Sources */, - B9B014C72186002E7BA29205 /* Communicator.mm in Sources */, - 222F079E363634006ED73F8C /* Connection.mm in Sources */, - 59B160FA9E9186DFD9C60C1F /* Convert.mm in Sources */, - BFBCA56242C867E595DE28C2 /* Endpoint.mm in Sources */, - F70FDB163999A251DB2897EF /* Exception.mm in Sources */, - 83481935EBC181FDBF13FF77 /* IceUtil.mm in Sources */, - 6028CB9E1FB4E6E37F187E8A /* ImplicitContext.mm in Sources */, - E58E57AD22FE8ED2FA97C4EC /* LocalObject.mm in Sources */, - 2802CBA675AAA6B3EC78572D /* Logger.mm in Sources */, - 9B6A7848D607F20E5CE6E04C /* ObjectAdapter.mm in Sources */, - A6D790988079D7BE0C07F7DD /* ObjectPrx.mm in Sources */, - 7E943A6EBF12AFA488C2C97C /* Process.mm in Sources */, - 913108219BF07CA58E3FF392 /* Properties.mm in Sources */, - DA91BF77CB2B34878F2ABEDF /* PropertiesAdmin.mm in Sources */, - 671BA21C5DCFAB19AFB4A640 /* TraceUtil.mm in Sources */, - C84877C44F4927F2C82CB3E8 /* UnsupportedAdminFacet.mm in Sources */, + 697D8B4A8A7E1A5894464B69 /* ServerAMD.swift in Sources */, + D3E3672EF6E4313E12CAC253 /* ServerPrivateAMD.ice in Sources */, + B8E6621662759BF68A9A36D8 /* TestAMD.ice in Sources */, + 4FDFB49938992D27F2027AB3 /* TestAMDI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 139D155A76F92571EB1FE71C /* Sources */ = { + 130CA2B1D97BC9EAEBBBEB6E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9DB3DE6FE9765B5C9050432A /* IceStorm.ice in Sources */, - BAD27855C1BB59C6054E41D4 /* Metrics.ice in Sources */, + E6D3EA3AD63C1A898D592B19 /* IceDiscovery.ice in Sources */, + B75ED2429A0D517957009982 /* LocatorI.cpp in Sources */, + FFA6BEBAA3B59499BA5ABE34 /* LookupI.cpp in Sources */, + B4EB1E3ADC7369629CCC1CF7 /* PluginI.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 21749A91A33F3C8B5FC99D97 /* Sources */ = { + 16C9BAE0306B53737F6FD772 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B8835DE48984A5DEF31AFADC /* ServerAMD.swift in Sources */, - B5E11487C31E7075C8463FC4 /* ServerPrivateAMD.ice in Sources */, - 8A1EF4A4FD7319FB583E7E9C /* TestAMD.ice in Sources */, - AE7E72FB185E213C26A7EB42 /* TestAMDI.swift in Sources */, + DFCCAF30D5C0B23DDE618DC1 /* ConnectionInfo.ice in Sources */, + F92A6BCF8A371308905F0B48 /* Connector.mm in Sources */, + FC0C7482D2DFA09902E8E756 /* EndpointI.mm in Sources */, + 4A08F232424D1A43F2B13E4E /* EndpointInfo.ice in Sources */, + 814C3F11ABDC48F4CE61DA65 /* Transceiver.mm in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 21BAD7393AD3C0D14FF87C13 /* Sources */ = { + 1942BC8BB63C0C13E9BF25DA /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 682332CEEEBBF980C3F1782A /* AllTests.swift in Sources */, - 04AA663F58D5A6735CF8626A /* Client.swift in Sources */, - 5AAF4FA47B6E77050345539E /* Test.ice in Sources */, + 486200188883E260FE22D35B /* ServerAMD.swift in Sources */, + 454877515D0AC02F9B7E2DBB /* TestAMD.ice in Sources */, + 777DF69C7417D06ABE32FADF /* TestAMDI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 21C9E49FA7A702926F3B5E46 /* Sources */ = { + 1A600FBD4D23972C043022D2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6D43151EA8838EB59929892B /* AllTests.swift in Sources */, - 1BF2CD313367A7886A57D022 /* Client.swift in Sources */, - D7B13D72EFCB5CFDB0C689C8 /* Collocated.swift in Sources */, - E244ACEBA8893A3D591DA313 /* Forward.ice in Sources */, - FD99A0FF23274A3BB292DBE7 /* Server.swift in Sources */, - F7C697715ED8BEEE63169AF3 /* Test.ice in Sources */, - 25A798D54753E4040A59B99C /* TestI.swift in Sources */, + 093E49A67FFF8838F33AE0BA /* AllTests.swift in Sources */, + 76A669DAC2DE7D7C4CCFB4CD /* Client.swift in Sources */, + AC564DBCCCFB6FC99CA3E0EB /* Server.swift in Sources */, + 177FC3B04608DCCD947A51BF /* Test.ice in Sources */, + 06EF6A3A7118E9D2746CBD05 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 252147C7D2637D668ABF9F34 /* Sources */ = { + 1BE1C4AEC2C85A1CEA4FF918 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D01705055674DBCE034F80E8 /* Client.swift in Sources */, + 20EA3BFDBD857E3F08626059 /* AllTests.swift in Sources */, + 3CF1D7BDD2A37BDE70869472 /* Client.swift in Sources */, + 550628538D8E19C4B683F649 /* Collocated.swift in Sources */, + 957FA17C96F62EDDEBE62995 /* Server.swift in Sources */, + 87036F105BCE74A22CE57D3A /* Test.ice in Sources */, + E045AF788A48AC66F37CF462 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 26C3C28C15354B5B0B97434E /* Sources */ = { + 1DE51D8181BBEBE2E55B6ABF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - DEDC0FAAC48D32E1F6995622 /* AllTests.swift in Sources */, - D37D5A6C3CA991107426CA1B /* Client.swift in Sources */, - ED6F67F71DF58FCE55976821 /* Server.swift in Sources */, - CFB206D98909A97F89D836AF /* Test.ice in Sources */, - CC9A09A4F5BFC52730D9A304 /* TestI.swift in Sources */, + E3B5B47EADD6D6CF6290F69E /* AllTests.swift in Sources */, + DD173FE456D1ADD5897037AE /* Client.swift in Sources */, + 7C84A3A8EF28206CFE27885C /* Test.ice in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 27928C3C9584B14DB70D5F59 /* Sources */ = { + 1E2897AE4BA03ECCF66235B4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 678FA73F2E1DD7D58FEAE94F /* Client.swift in Sources */, + BE9676E2EBBD26537D5C08B6 /* AllTests.swift in Sources */, + 3070F0B84CCA0ACAC9EB4AFD /* Client.swift in Sources */, + D218D6E1DC69DFF56F2F6814 /* Collocated.swift in Sources */, + 9C0763A9C1C158425412B7EE /* Server.swift in Sources */, + E2785B1D339B1E7CB2CF9CB5 /* Test.ice in Sources */, + A1606E9A881A350A0D585AB7 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 29111914901037342424B8A9 /* Sources */ = { + 230FE0DFE24C49EFE4A8B56A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B81A7F6D97916D14C8E196FE /* BlobjectFacade.mm in Sources */, - FD5C5D35F765BCCDA20E69B8 /* Communicator.mm in Sources */, - 048C26BFFF3F0310AF3003D6 /* Connection.mm in Sources */, - FC4B50E662C88638496978CB /* Convert.mm in Sources */, - 40B045074142DA2A7DCA1309 /* Endpoint.mm in Sources */, - A77048DC8D7047EA62C45FCD /* Exception.mm in Sources */, - 250516C2D4FE33A3997D3BED /* IceUtil.mm in Sources */, - 9358F14E1364A2DC603118D6 /* ImplicitContext.mm in Sources */, - 289B4B0CFDC82C4F50FC8AB7 /* LocalObject.mm in Sources */, - CA23FD331F15F18D49224500 /* Logger.mm in Sources */, - 3C03DC2AD4F40EE15300D309 /* ObjectAdapter.mm in Sources */, - 9F8B261C79E091E8EAD88AB0 /* ObjectPrx.mm in Sources */, - 57872141620894BB75CFF347 /* Process.mm in Sources */, - 254CE3A4BC7486B0443F87B8 /* Properties.mm in Sources */, - AE382C7457FD8AB49B70F352 /* PropertiesAdmin.mm in Sources */, - 9BD11FCBAB0E676587010BBD /* TraceUtil.mm in Sources */, - 4965C019EC02E43F10C2C0EB /* UnsupportedAdminFacet.mm in Sources */, + 84F10F9FE7B33A8A67736F8E /* Client.swift in Sources */, + 02A53F0834B8DB19B8952B6D /* Test.ice in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2B9152E5C96D269BF8E9FDB3 /* Sources */ = { + 247C92DB6A239BC36C68A0DE /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 75E49C2B12774C578017FB9C /* AllTests.swift in Sources */, - BF4284F46AF11FB52B4FEFFA /* Client.swift in Sources */, - E955CE8EEA878E5C52739297 /* ClientPrivate.ice in Sources */, - 329BAB0DA7B333FD5E7B719E /* Server.swift in Sources */, - 5BB7E679F6DC348365E70D80 /* ServerPrivate.ice in Sources */, - E902128A2D00271521A84A2D /* Test.ice in Sources */, - 4D27B0A5BB844EBE763769FE /* TestI.swift in Sources */, + B60F75AA77274FA5709691DE /* Clash.ice in Sources */, + DC4020AD1B4A6B8DE683B8E0 /* Client.swift in Sources */, + 98AC9DB617917408835B452E /* Key.ice in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2BEE9E25382E5F2684E2327A /* Sources */ = { + 251783C103F8E636B29C8C9E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 92582FF49B974800EB7D6461 /* AllTests.swift in Sources */, - 9FB9CB5DC8D47E5ED6C60F95 /* Client.swift in Sources */, - B3C8174209ECF1830F224F4F /* ClientPrivate.ice in Sources */, - 2EA0451401CFA4419544B8F9 /* Server.swift in Sources */, - 26A65F2DE043B99CD7D17346 /* ServerPrivate.ice in Sources */, - FF73DB1AF6D14F0B8E0C5C0C /* Test.ice in Sources */, - A376624BA32151025DFDA7A8 /* TestI.swift in Sources */, + 9D9F15E8E3219DE15191CCBC /* Client.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3224541806E9945E5DF32D03 /* Sources */ = { + 28A8B7AF42C6DF1DE4580449 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4FE57995A127D8A61D75E93D /* AllTests.swift in Sources */, - 7E5DA29A93D886999FFB3C8A /* Client.swift in Sources */, - 6C80BDF09E16DCA2B8BF2255 /* Server.swift in Sources */, - D7B340720C99CE3676AD2DF1 /* Test.ice in Sources */, - BC0F91E476E4D7CB613BFB76 /* TestI.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32FB7C6EED5BEEAE6AABBE66 /* Sources */ = { + 1AB61C5DFDCAB8E12774730F /* Acceptor.cpp in Sources */, + 13BF8CCB5E1DC93CCADAF0E5 /* ACM.cpp in Sources */, + 7BB8EAC85BE0ECF2DBF7CD09 /* ArgVector.cpp in Sources */, + 3C2E55FF16097782ACC97CE5 /* Base64.cpp in Sources */, + BD0E026C3E016E381FDFF90B /* BatchRequestQueue.cpp in Sources */, + 7B1225FA61F64D14AB794E19 /* Buffer.cpp in Sources */, + C45C75C6542B9B54B4FBB9D3 /* BuiltinSequences.ice in Sources */, + A94E29CD3BECCE96FBF9FF57 /* CollocatedRequestHandler.cpp in Sources */, + 7CC4CCA0532E4CDA5A679CD7 /* Communicator.ice in Sources */, + D5EB33A243778E7F7669B6F5 /* CommunicatorF.ice in Sources */, + 469C9EC9D42F3997D711BCB5 /* CommunicatorI.cpp in Sources */, + 0F2C3DA98C480CD2EBC6406F /* Cond.cpp in Sources */, + 554BBDC9579526145A40A917 /* Connection.ice in Sources */, + 8971B47578E0FFF8DBD84430 /* ConnectionF.ice in Sources */, + B3D3FF3978E87147DD31E056 /* ConnectionFactory.cpp in Sources */, + DCFB68661E92C086D30E2F1B /* ConnectionI.cpp in Sources */, + 842BFEA53DD31E8BF509558F /* ConnectionRequestHandler.cpp in Sources */, + EA0B92FA47929893048CE220 /* Connector.cpp in Sources */, + 82436AD532F90F270BDCAF84 /* ConnectRequestHandler.cpp in Sources */, + C0C2431D869266AFE1A993EF /* ConsoleUtil.cpp in Sources */, + EDA18DDC7DB74C6469190421 /* CountDownLatch.cpp in Sources */, + 2E37F42D660F1FEE80AC5D07 /* CtrlCHandler.cpp in Sources */, + EE994E2F26DB3494011B0AD7 /* Current.ice in Sources */, + 94403DABB49BB0A7A9C241B6 /* DefaultsAndOverrides.cpp in Sources */, + B77EE0BC1490EFE32FFB6CDE /* DispatchInterceptor.cpp in Sources */, + 49BD46BB3B2818D4D4629390 /* DynamicLibrary.cpp in Sources */, + C9CA659F3E0B267B721C923F /* Endpoint.ice in Sources */, + 9FC6A825F5BAE547D4C89AB6 /* EndpointF.ice in Sources */, + 280FC5926328AE15A3180880 /* EndpointFactory.cpp in Sources */, + 1B96C38698FE0E8880C49046 /* EndpointFactoryManager.cpp in Sources */, + 98B0980D17F99EFCCEA1D4A6 /* EndpointI.cpp in Sources */, + FA65E50C8E486FD76F54B819 /* EndpointTypes.ice in Sources */, + E4D05B5013904BE93C115061 /* EventHandler.cpp in Sources */, + 8C52CFADB5A983A654DDDF6F /* Exception.cpp in Sources */, + C5FEEB136F4761B31677D690 /* FacetMap.ice in Sources */, + 49321DEB98BC05EA3000C2D9 /* FactoryTable.cpp in Sources */, + 8D141724D6D158F1670346C1 /* FactoryTableInit.cpp in Sources */, + 7B10C1F53A01FBE6585D4B6F /* FileUtil.cpp in Sources */, + 73D23E8DFA4EE72C9625C45F /* HttpParser.cpp in Sources */, + B14CA63B200189620254F13F /* IconvStringConverter.cpp in Sources */, + A35DCA2D43286737470B9EA7 /* Identity.ice in Sources */, + 2E9C1B82BFD96E68B3D1074E /* ImplicitContext.ice in Sources */, + E5D1AC41CA845906B654974D /* ImplicitContextF.ice in Sources */, + D2AA405FC8986433EABDC03A /* ImplicitContextI.cpp in Sources */, + D1C6E6530F62640F8B2EB404 /* Incoming.cpp in Sources */, + 524F4D6970CF67CADFAE6F14 /* IncomingAsync.cpp in Sources */, + 314898ECA86DF8DC4ACA202B /* Initialize.cpp in Sources */, + 28C14B6824F1CCEC138B5475 /* InputStream.cpp in Sources */, + 5E8E165D5F2B68F9A8C7FAE2 /* InputUtil.cpp in Sources */, + A761A58F76E1BD0EBD722C4D /* Instance.cpp in Sources */, + 1AE988077576A6D60D587E14 /* Instrumentation.ice in Sources */, + 58CA1A4FF24D12CBDC084DA4 /* InstrumentationF.ice in Sources */, + 8E7FCEB7BBB5E39D01A40A32 /* InstrumentationI.cpp in Sources */, + FA0D168835633CD1A9D1981A /* IPEndpointI.cpp in Sources */, + 881F35D5AA50F433CD9ED13F /* LocalException.ice in Sources */, + 423F78727164C11C2284AB59 /* LocalObject.cpp in Sources */, + 1FFA37ACAC349FE75E44F316 /* Locator.ice in Sources */, + 54103B5A9D65CDEB2FF573EE /* LocatorF.ice in Sources */, + 6826D4970283FF31E316BBB9 /* LocatorInfo.cpp in Sources */, + A7139B3A00B82B000B3912EB /* Logger.ice in Sources */, + 4A17063A26E3BDC97B4A7F40 /* LoggerAdminI.cpp in Sources */, + BC848074E2CC2A4B266B4A4A /* LoggerF.ice in Sources */, + E17774280198629BF3FCA300 /* LoggerI.cpp in Sources */, + B94EBA25C316DBE898D0A867 /* LoggerUtil.cpp in Sources */, + F182CE2C02F636A4061E15C0 /* Metrics.ice in Sources */, + 85AD0C94F91036C0211DC137 /* MetricsAdminI.cpp in Sources */, + 9976898FD022C61F827BD233 /* MetricsObserverI.cpp in Sources */, + 9B602B186FDB13C52A3BCB5F /* MutexProtocol.cpp in Sources */, + E492B043FCEA3F082D18F781 /* Network.cpp in Sources */, + FEA9EFCB336C203B0E2DD295 /* NetworkProxy.cpp in Sources */, + 08BBB237EB2041CE6879EE45 /* Object.cpp in Sources */, + 74EFAD095F9A5AAD027B3DE8 /* ObjectAdapter.ice in Sources */, + 6B593E3BA1F2CCB226A28C2C /* ObjectAdapterF.ice in Sources */, + 84CB4063DB955FA394574143 /* ObjectAdapterFactory.cpp in Sources */, + 916EB5C2C550EBBE7544AB0D /* ObjectAdapterI.cpp in Sources */, + 0685DFBCD4F6C5F4E1EA6C35 /* ObjectFactory.ice in Sources */, + 7EDCEF42EF67EFA8B7BDA54B /* ObserverHelper.cpp in Sources */, + EBA5DA06AF36102DA743A007 /* OpaqueEndpointI.cpp in Sources */, + 4F5820551F56A39A827CC5FD /* Options.cpp in Sources */, + 376DEF90188821E5EC4EBC22 /* OSLogLoggerI.cpp in Sources */, + 5623CC18EB7FD4C237FF62E9 /* OutgoingAsync.cpp in Sources */, + 414BE174C3BB56A0B3B73D05 /* OutputStream.cpp in Sources */, + 30530A93586D7D65FC3ABD3A /* OutputUtil.cpp in Sources */, + 2F4CA502260E030C4D4B7727 /* Plugin.ice in Sources */, + C7C016791EB0A3580E431387 /* PluginF.ice in Sources */, + 37AC204CA39762F9798638A9 /* PluginManagerI.cpp in Sources */, + 27E9BB25CF6E71AB54641EF0 /* Process.ice in Sources */, + 872C42209F2786C8830253E9 /* ProcessF.ice in Sources */, + 5E85E8DDF46CB2462B63E2C6 /* Properties.ice in Sources */, + EFB3C5F72E42B2AA36C31905 /* PropertiesAdmin.ice in Sources */, + 9B22F7E5FF70394F2399612F /* PropertiesAdminI.cpp in Sources */, + EA6041D3EEA96235B41B3C90 /* PropertiesF.ice in Sources */, + 5A06D723E896E219A4533B37 /* PropertiesI.cpp in Sources */, + A913AC43A42454EC24507856 /* PropertyNames.cpp in Sources */, + 90E4911EFE1198F753FD9FE6 /* Protocol.cpp in Sources */, + F57A8AC2C591A31E6592AF9F /* ProtocolInstance.cpp in Sources */, + 76B497D104237299F3A03D27 /* ProtocolPluginFacade.cpp in Sources */, + 42A072854D04A8BBE2FAC462 /* Proxy.cpp in Sources */, + 8965EFE445B779CE253F3933 /* ProxyFactory.cpp in Sources */, + A49F8276A3C287F9E7113F14 /* Random.cpp in Sources */, + C5B5917816E4969C1F4F182E /* RecMutex.cpp in Sources */, + 9B55B3005FB58EDD9A39F398 /* Reference.cpp in Sources */, + 0E013ABE53D14C46604B220C /* ReferenceFactory.cpp in Sources */, + 1AB54831113A6C0D95CB88E2 /* RegisterPluginsInit.cpp in Sources */, + 52CE401D50B496B18B51EDAF /* RemoteLogger.ice in Sources */, + 2409725E43F541C0AF283310 /* RequestHandler.cpp in Sources */, + 6AEA2E252ED7EA2A01EA2DDF /* RequestHandlerFactory.cpp in Sources */, + 9F06FC693D7B772228972216 /* RetryQueue.cpp in Sources */, + 82AF70457A8F2932DF6330F5 /* Router.ice in Sources */, + 7225D17234C5D1CCE1752CD9 /* RouterF.ice in Sources */, + 5C63D383996A68B907BEFA5B /* RouterInfo.cpp in Sources */, + BAE7DEE40C2DF43485B9B8D3 /* Selector.cpp in Sources */, + F820A672E2995F2355852452 /* ServantLocator.ice in Sources */, + A9C6F050DFE860459BD1BF95 /* ServantLocatorF.ice in Sources */, + D157EF0BD2C52A18E3D3A019 /* ServantManager.cpp in Sources */, + 1C7BFBC11A49B2DBCCD53B6F /* Service.cpp in Sources */, + EDE7E865FFC13452239CC7F2 /* SHA1.cpp in Sources */, + C9ADE1C0CEED852E5A84CB65 /* Shared.cpp in Sources */, + 7A4639E49E2013564AAF3ECC /* SliceChecksumDict.ice in Sources */, + 546EA8545B388D162EE37741 /* SliceChecksums.cpp in Sources */, + 70603FF0832C453888CA2BA5 /* SlicedData.cpp in Sources */, + 9A4D25256A2679F84247958D /* StreamSocket.cpp in Sources */, + 7278A9788EE5E3DD58DFEF1C /* StringConverter.cpp in Sources */, + 354E572937D019A24E4BE684 /* StringConverterPlugin.cpp in Sources */, + 2B9056E57614785AE3CC48A0 /* StringUtil.cpp in Sources */, + 5A4C08EC6FB653D52CB8D4D3 /* SysLoggerI.cpp in Sources */, + CF989830E6A604C07AEE2131 /* SystemdJournalI.cpp in Sources */, + 7C9E8920D410B77B5BE5346F /* TcpAcceptor.cpp in Sources */, + 4BADA72FD6345ABBF3160B4C /* TcpConnector.cpp in Sources */, + 673AB7B6B47D4CB52A81E393 /* TcpEndpointI.cpp in Sources */, + 3428CBD6A4F951134E74CB6F /* TcpTransceiver.cpp in Sources */, + 691892FD022FCA9DD52ABE69 /* Thread.cpp in Sources */, + 5068C510C9F9EA03F3FC96AA /* ThreadException.cpp in Sources */, + 9EF2117D5AB3114AEC2D01CA /* ThreadPool.cpp in Sources */, + 80DF190BA3F61247A884CB76 /* Time.cpp in Sources */, + DA48CD573C38BA69F3318837 /* Timer.cpp in Sources */, + 642F7C9680AF05488EC3B3CD /* TraceLevels.cpp in Sources */, + D9050FC37BD73E2BBA8A248A /* TraceUtil.cpp in Sources */, + 7642E520501B2B6C15446183 /* Transceiver.cpp in Sources */, + DDB850FB2D072ACDB7187E14 /* UdpConnector.cpp in Sources */, + 198AF5EFF4B86AF07E014EB3 /* UdpEndpointI.cpp in Sources */, + 69E2B336E20DE15CF73F2DEE /* UdpTransceiver.cpp in Sources */, + 3F8EE265FC5576651E024F98 /* UtilException.cpp in Sources */, + 1FE66E9829DD370AD4B7A49F /* UUID.cpp in Sources */, + 6481BFFD38761C9D7E2C4714 /* Value.cpp in Sources */, + A899ABB3969D089FABF9FED3 /* ValueFactory.ice in Sources */, + 84021BD8387F9B1C3B6FFC41 /* ValueFactoryManagerI.cpp in Sources */, + BA8FBDD7518186222EDD8E66 /* Version.ice in Sources */, + 1EB3955ADF9D6B36A35F2DA5 /* WSAcceptor.cpp in Sources */, + 5F1C7EDF5D946A2147F0AEC0 /* WSConnector.cpp in Sources */, + 8D30E92DCDC3677E175342C1 /* WSEndpoint.cpp in Sources */, + 79EC947DC79D7DA69DE59B62 /* WSTransceiver.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 294A3A0C4D8F1B6FD46D2168 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - DA90A5C3B1BF113EFFBDD506 /* AllTests.swift in Sources */, - 52B9E68CD6CCA59D819C300E /* Client.swift in Sources */, - 81554F308B2A870C65A8952E /* Collocated.swift in Sources */, - 41AA0BBAD25CFCC720B46FB4 /* ServantLocatorI.swift in Sources */, - 503E3CA5455950FFDB4C2703 /* Server.swift in Sources */, - ABDB00B442FAD827B4C2C967 /* Test.ice in Sources */, - 4365F99F3A4B666C8B0D2298 /* TestI.swift in Sources */, + 277E8047D1B0596BA435D3D2 /* AllTests.swift in Sources */, + B4B3F788F0D4F1B24827618B /* Client.swift in Sources */, + 483D22FF271BA5F17A50BB67 /* Server.swift in Sources */, + 47E6B7701C07B88300192409 /* Test.ice in Sources */, + 170B135BDCD4944F52F81961 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3404FD9A2239E04676319921 /* Sources */ = { + 3053EC1BDACBAD9D6B1FFB2E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8174DFF770FDE9AEC19CCB4F /* AllTests.swift in Sources */, - 99AA03344DAC215B4A5AFF72 /* Client.swift in Sources */, - 7D0EFD79AC3C7C0A4187DA76 /* Server.swift in Sources */, - 220BEF0E3130CD4E6C442E1F /* Test.ice in Sources */, - 210EE1753B56886658CD481C /* TestI.swift in Sources */, + 29845699E269C6BEA47DDF8E /* AllTests.swift in Sources */, + B940CA6E8E18BD3D66083F5B /* Client.swift in Sources */, + DA9BF012A8039DF50E2A37EC /* Collocated.swift in Sources */, + 9229499510113FA037A5889A /* Forward.ice in Sources */, + 387C1A677707C7F7B93F0A2F /* Server.swift in Sources */, + 9A326C174C208429F8570DFE /* Test.ice in Sources */, + 36F5A9266F29E3788E077384 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 366B9CC4986E48D232EC6D49 /* Sources */ = { + 32640EC9D2136407B844E70C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 92A16A7DE4D12F64CEA2C4AD /* AllTests.swift in Sources */, - 74AAC31650CF211F43FCD61D /* Client.swift in Sources */, - 2267C663832EA44DB73C79D7 /* Server.swift in Sources */, - B31FA7BB58D011323B7F62CA /* Test.ice in Sources */, - 73B17CEB715020E3B1B30FFA /* TestI.swift in Sources */, + DD5B45240745C60A05193659 /* AllTests.swift in Sources */, + BB7F6215FB216046A82CF0F1 /* Client.swift in Sources */, + E4D7258E92C44C85C68D0B89 /* Collocated.swift in Sources */, + DE208042E4DF5D5C7A75EA85 /* Server.swift in Sources */, + 5BF01A0395EDB6D48C68EB37 /* Test.ice in Sources */, + E8CEB73ADCE1420C19351588 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 37DF248890BB287EB896B059 /* Sources */ = { + 33553BE2C72CEA6DF13627A6 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5E025BA68878264C5695F0C4 /* AllTests.swift in Sources */, - F0629EAE1CD14C276F9A16D0 /* Client.swift in Sources */, - 47874272A510ED6CE5858DC4 /* Test.ice in Sources */, + 843A6F8F47E2860C5F6A9104 /* Client.swift in Sources */, + 397D7B267EAFD1D4DB97A9BD /* Test.ice in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3A93629DEE5E4FD1AA12301E /* Sources */ = { + 33A111449A7AEBF65E8A0E25 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FB0324459ACFEA7DE35C5A38 /* Clash.ice in Sources */, - 02301EE16A59A562A1F1D4EE /* Client.swift in Sources */, - 6D0F2C0F3D4ACD0FFB693A7B /* Key.ice in Sources */, + 480A36F7B2F9F7FAE9E526B1 /* ServerAMD.swift in Sources */, + A7309F319397FA3888D22505 /* TestAMD.ice in Sources */, + CBBEC2073386C9A73E3F9B55 /* TestAMDI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3AAAEFCA38DADC564F519C8D /* Sources */ = { + 348BD380479E566F0C985FE5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F48B26B4035956470A7FCE3F /* ServerAMD.swift in Sources */, - F8C7BC83EAFBDCEEF20B24B3 /* ServerPrivateAMD.ice in Sources */, - EB201BB9A1376F9E1EF11581 /* TestAMD.ice in Sources */, - D7995F8D8CF7F08DBB7872F1 /* TestAMDI.swift in Sources */, + 6A89EFA7E5179309D71B112D /* AllTests.swift in Sources */, + A649696658D04D35129450EA /* Client.swift in Sources */, + D0193682C823F2E864B95060 /* Server.swift in Sources */, + B87E35E17D2B8F7CF404F35D /* Test.ice in Sources */, + 846E411D9245715D55B2B199 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3D3ABABCEC7EA1438CE24138 /* Sources */ = { + 35CEC30A7EA0D64B394CD095 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 19E5FA06BD6FB7C3BEF4C648 /* AllTests.swift in Sources */, - 640FB6D8D3D00A5E19B064BE /* Client.swift in Sources */, - 6957858FF73B91C0542D8D41 /* ClientPrivate.ice in Sources */, - 7384D38942ADCF78273CCF06 /* Server.swift in Sources */, - 31942A891FF03C75222A3846 /* ServerPrivate.ice in Sources */, - BEC9A64E0A8B6F6F56625ACE /* Test.ice in Sources */, - F3E5093E601EA21DCE505D74 /* TestI.swift in Sources */, + 8A2B8D4398BAD3DED021CB96 /* main.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 422FAB27CA7BC95F7D469CEA /* Sources */ = { + 37DA21B1F7790B139D1E0A01 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 450B20BFF0C68BAA124A1B45 /* Admin.ice in Sources */, - 322A7BA9B3A18939B061806F /* Descriptor.ice in Sources */, - 9A65C466895809B9DAAC58B5 /* Exception.ice in Sources */, - DF7E0DC2D0FA06E97AEF84B2 /* FileParser.ice in Sources */, - 2FCA44232423FBCF9ACCF865 /* PluginFacade.ice in Sources */, - AE2CE49213B2FE4528CDE868 /* Registry.ice in Sources */, - 9D4CC625E6BF3450DCA10AB3 /* Session.ice in Sources */, - 1DF54BF56A81A5A6DF9E436E /* UserAccountMapper.ice in Sources */, + 3D0E59CF9F31AAB9DBC523B0 /* AllTests.swift in Sources */, + 5F8FD690A97F1CF311753BC3 /* Client.swift in Sources */, + 5C3108A6356460C6EF2B8CEF /* ClientPrivate.ice in Sources */, + 33309DD4C9B3442843E052AC /* Server.swift in Sources */, + FF4F52D893B686EEA72FFD91 /* ServerPrivate.ice in Sources */, + 7B12F38B8BF80568DB1987B2 /* Test.ice in Sources */, + 38F9BB8547123AE0EB50F1BB /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 451725F8ED8D7E26A4572F84 /* Sources */ = { + 3AD75AF93BFE3F613A855CBE /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C6557D25297117AEE57FB5DC /* AllTests.swift in Sources */, - 3660C7CB00BB209B05ABDFBE /* Client.swift in Sources */, - AE782CFAFDB2925AF90062BB /* Collocated.swift in Sources */, - 08AFD3B20ABF77FB1B5B9EDF /* Server.swift in Sources */, - 46C1362C75CD8C194F3AE12E /* Test.ice in Sources */, - 769A1D4401D5E08F6600B4AB /* TestI.swift in Sources */, + 8CA455FCA2CDC402DF68DF3C /* AllTests.swift in Sources */, + 03F5A5C130581A55A7C9F28D /* Client.swift in Sources */, + 0EB68A9D392F447344427367 /* Server.swift in Sources */, + 16191D97B1B636D2C22A9737 /* Test.ice in Sources */, + 22BF9276540F91BA80B351CF /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 45AA914AC30F3F7778320DC8 /* Sources */ = { + 3AF5158E00A3DC2C8DAFCC8D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 17FD25992140BABB407F5245 /* ServerAMD.swift in Sources */, - 82126286A3752EEBAF3A41A9 /* TestAMD.ice in Sources */, - 299ADDA2C5EC6C9CAFDF0642 /* TestAMDI.swift in Sources */, + 0144D0684946C25B9D726D5E /* ServerAMD.swift in Sources */, + 94B152AFED95E297F7617045 /* ServerPrivateAMD.ice in Sources */, + 9CE1686611811BE0738099CE /* TestAMD.ice in Sources */, + C1D3803820C2102A17C9F089 /* TestAMDI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4850EAB9BF1E4F0440EFB317 /* Sources */ = { + 3BCA367A8DA9B8AF0307C0E6 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - BFB6FCF5D697C6DAB7B3CF1D /* AllTests.swift in Sources */, - 70EF776045566EDF1A5218AB /* Client.swift in Sources */, - 37FBBCB0BFAD4EA978A87BE4 /* Test.ice in Sources */, + 177C3C3E4EEC48214C741826 /* AllTests.swift in Sources */, + D4D8EBC0A761D40356B9B0C9 /* Client.swift in Sources */, + 244DABC45B489CBDC477CFC7 /* Server.swift in Sources */, + E2585F9638EF71605F6E9FB9 /* Test.ice in Sources */, + 5E9BBE7E915B0563D0ED69AA /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4C1CF20FD6648A2678707ED3 /* Sources */ = { + 44E7B91541F055485114C1AF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1BA8AF6725E38FDDCCA8C085 /* AllTests.swift in Sources */, - 51AA1A62A52A26DBE036FE4B /* Client.swift in Sources */, - CCDDFAAEE89484BEFCFFF4BE /* Server.swift in Sources */, - F17C6339F008F8BC3573231C /* Test.ice in Sources */, - 140929A90F63F916AC161F15 /* TestI.swift in Sources */, + 0CBD86FD62105CE9C5E89A50 /* AllTests.swift in Sources */, + 90E95E9577C7205FE05C82E2 /* Client.swift in Sources */, + D5BA78FAF434AB043DB28FEE /* ClientPrivate.ice in Sources */, + 2F02B856509BD7719A9D0D5F /* Server.swift in Sources */, + 6B17250AD7EE2F10D26DE4C9 /* ServerPrivate.ice in Sources */, + F2D706D2C5182729E8D9EB6C /* Test.ice in Sources */, + 5C6E26969EB75CF32EA93D65 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4D6AF035048E2BD2816CB558 /* Sources */ = { + 4601A9B351C6F79DA2733B93 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4C9F189928A214D1C4F66358 /* AllTests.swift in Sources */, - 8A7C9990FE71886CE9D6B473 /* Client.swift in Sources */, - ECEE3FEEF12EF6DEF6BF922F /* Server.swift in Sources */, - 183BE00987CDFA46CA2B2B52 /* Test.ice in Sources */, - 1F742FD3EB244DEB0A88FBD9 /* TestI.swift in Sources */, + 97508B4C4F14934AFABA38CA /* AllTests.swift in Sources */, + A8DD373411E2FC9498701C33 /* Client.swift in Sources */, + 5C646EB0137A31D9F359BD12 /* Collocated.swift in Sources */, + 84B402A7612CD1337FF6727A /* Server.swift in Sources */, + C74A688109045EA4983113DC /* Test.ice in Sources */, + EDD71FA1F021EDA0B26A7EF2 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5285B8A2CDB4C62347003CF9 /* Sources */ = { + 48CF3CF503154C442357ABBC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F74B28321202872650E0A609 /* ServerAMD.swift in Sources */, - 1EA14BBFCD3A185F3B0B2070 /* TestAMD.ice in Sources */, - 5C879A582102CA3A0E23DCB9 /* TestAMDI.swift in Sources */, + 45D58D2901FA6C9BC0A3B7FF /* ServerAMD.swift in Sources */, + 60013CA1F32F4D71D9BE66BE /* ServerPrivateAMD.ice in Sources */, + 9785652E8B99D3C9E985BFD4 /* TestAMD.ice in Sources */, + 3BDBD426180EADC543C505BF /* TestAMDI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 55000F9D4D4155B250DD0BC5 /* Sources */ = { + 48EEEE4A2D794243C21A4434 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B2B1BC5FBA3A28782149F76A /* ServerAMD.swift in Sources */, - 49F681243873AA8DB2625298 /* ServerPrivateAMD.ice in Sources */, - D493F0D878C2E8369D5F222A /* TestAMD.ice in Sources */, - CF518F299210AC7FD6237A39 /* TestAMDI.swift in Sources */, + C080DA1BA95322B5D543D25A /* IceStorm.ice in Sources */, + FD2CA05EFADB9B22DA7CBB76 /* Metrics.ice in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5B9AF677F88B5E3F847550E7 /* Sources */ = { + 4B2C8BC757A9C21A0D014191 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C943D312DAC01C0A6EAA6CD4 /* AllTests.swift in Sources */, - B09D91167F927E4A29F60DFE /* Client.swift in Sources */, - 6C0C2456075462C667C7D121 /* Server.swift in Sources */, - 164758C22B7082EC0ABEA18C /* Test.ice in Sources */, - 24C791C69C888815CDD0CFE0 /* TestI.swift in Sources */, + 44C14E6731A7F06792FD58BE /* AllTests.swift in Sources */, + 64546897BDA58986870508F5 /* Client.swift in Sources */, + 5B9F00C08206FB42BBAD0789 /* Server.swift in Sources */, + CE3A4A82C235C69D20564B14 /* Test.ice in Sources */, + 746E7A635EAC1BCCD7BDB896 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5BB7E9664F1245657D56E2C5 /* Sources */ = { + 4BB3EA812AE719C0B1EDA33D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 12E62918DF5007B40839E0E1 /* AllTests.swift in Sources */, - D66AF60BB922D1FD977DA025 /* Client.swift in Sources */, - 11134C2F026850348980C282 /* Server.swift in Sources */, - 88BE9601C42143BE9A4946DD /* Test.ice in Sources */, - 83AE86772ACC5DAFC97A5062 /* TestI.swift in Sources */, + 6331F83917F925EF5483E673 /* AllTests.swift in Sources */, + 8CF4F6C3643F6B44F0FE8B6C /* Client.swift in Sources */, + F59A4AF58B6B50081CB434D5 /* Server.swift in Sources */, + 1DBA6D9C58CBB7048435F209 /* Test.ice in Sources */, + 1C5241CCCEF427CBD043DC2D /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5D2DCB9DC9E18AEEDD263FB1 /* Sources */ = { + 4D0CA92ECEEA148B8129622E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFC85DC77ED7CDC4097A0172 /* IceDiscovery.ice in Sources */, - 6EB819E71F2506B1E5069385 /* LocatorI.cpp in Sources */, - 65F8379047360B9445559BA4 /* LookupI.cpp in Sources */, - F0E41965C9C5C39ED13BF006 /* PluginI.cpp in Sources */, + E996CB6A2EBCE3AA86982022 /* AllTests.swift in Sources */, + 57CE5703D2E130352CC2CAD5 /* Client.swift in Sources */, + B414D9E428B2F5B29530EB4A /* Server.swift in Sources */, + 41E6B757459980204494ED56 /* Test.ice in Sources */, + 6C7399E7F68781C0E263ACBF /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5FFC3FA8816B55D1C3C496BE /* Sources */ = { + 4E1268468618F5FC713A8916 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 246252370F72CB2AE90D1445 /* AllTests.swift in Sources */, - 0D291D4E54CF6D7B188CF633 /* Client.swift in Sources */, - E88B741B6317DBEE0572482C /* Collocated.swift in Sources */, - 216E935B834BA4659CC32ED4 /* Server.swift in Sources */, - 4A34BED8FEAF97DB9520C354 /* Test.ice in Sources */, - 331D7B6D5FACAF95D3B05FE4 /* TestI.swift in Sources */, + 5A61266C622CAA138636B2AE /* AppDelegate.swift in Sources */, + 4928814E41DC5A9B4860C015 /* Assets.xcassets in Sources */, + EF124CC871D0E76C23DD545F /* Controller.ice in Sources */, + BA02E57F41D0EC938DA1332F /* ControllerI.swift in Sources */, + 06DCF96473DEA81ED583C458 /* LaunchScreen.storyboard in Sources */, + EE7FD241E7C512582669EC7B /* Main.storyboard in Sources */, + 5B99A24EBE9E1A285D583A0C /* ViewController.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 620A1D00AB7CFBC31B047A52 /* Sources */ = { + 4FBE8ABF8AD7AFC3AE22F683 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 95172F1B846C7F0251B057F5 /* AllTests.swift in Sources */, - 00B031E104542FF7C4D7C15A /* Client.swift in Sources */, - 0F936EA77F49DA4A0C7A4550 /* Collocated.swift in Sources */, - 3D1240487A048797F94FA2F8 /* Server.swift in Sources */, - 6593C2C72F1FA1F4900EDE44 /* Test.ice in Sources */, - 0402F955B9353CEDB5AFBDD0 /* TestI.swift in Sources */, + 7CA245773249ACD2A20C6F39 /* AllTests.swift in Sources */, + CF0C40B30BBF70234B662B51 /* Client.swift in Sources */, + BB094AD05C32CED16BA9A337 /* Server.swift in Sources */, + EC0C326CC786ACD5B4D61A34 /* Test.ice in Sources */, + 17F727CED6362304E90AFB2B /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6265ECADE7D41F5944B066E1 /* Sources */ = { + 529C8289ACD53D43DD9B7877 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 35307EA3C582CED144D093C0 /* AllTests.swift in Sources */, - C42C0E5819BB9697AA0696CD /* Client.swift in Sources */, - F454B9E55F93F1094637F3F4 /* Server.swift in Sources */, - E2D974DD5D5F8EC50308B0BC /* Test.ice in Sources */, - 4CE85EF45F35C3B6BACFEBFD /* TestI.swift in Sources */, + FAAF4F83F5AD4DA0755FBC08 /* ServerAMD.swift in Sources */, + 9F14B4D4DFC359C32745ABC4 /* TestAMD.ice in Sources */, + F0D246EAE9A262BF5CE88A2B /* TestAMDI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6738E6F2DD345E695BB0DFBC /* Sources */ = { + 52B4132D996051EF595BC50C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B2EDCC5C89E482217FEE8157 /* AllTests.swift in Sources */, - CC56166AA3C1E20A0C0B9C12 /* Client.swift in Sources */, - 338A45A9EA3B4B4EAC9017E2 /* Server.swift in Sources */, - 63BAD11C5DC1289EABFCD461 /* Test.ice in Sources */, - 863A7E26A4AEAC1D568AC2BE /* TestI.swift in Sources */, + 6FC079A27877ECB2128B216C /* AllTests.swift in Sources */, + 47D843C3853A495CE202B95A /* Client.swift in Sources */, + CD6151918A020E28F58AD47E /* Collocated.swift in Sources */, + 1D38BCDC68E96F912B2CEEF8 /* Server.swift in Sources */, + FB3F7578D99CB30DFC930172 /* Test.ice in Sources */, + A2B227FD322C7B4C7F4F1B40 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6828545C9BF475F8E46F4752 /* Sources */ = { + 59FDCD0D137DE1732A536B99 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3A79EDE547FEA91CF72B843A /* ServantLocatorI.swift in Sources */, - FC82E6C8E19EF50A033F0F29 /* ServerAMD.swift in Sources */, - 85091C94E69156903BE6E65D /* TestAMD.ice in Sources */, - A4FC039FF2D4D8CA677C7816 /* TestAMDI.swift in Sources */, + 0D4B5FCA5130429AD3675C27 /* ServantLocatorI.swift in Sources */, + 244141F0351D7C6818FFF46F /* ServerAMD.swift in Sources */, + C7D6EBBD19F92B033DCC4340 /* TestAMD.ice in Sources */, + CC8AA91DB3DE7626DF7F00B3 /* TestAMDI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 68E69A89A710F4749D708FE0 /* Sources */ = { + 6001CAB3884BC6A66BC3B941 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - BF8EEF33F50D35A818586F80 /* AllTests.swift in Sources */, - 319708B902CA7CAFE912AD32 /* Client.swift in Sources */, - F25D6D511B2A6E28B26E3122 /* Server.swift in Sources */, - D4497DB337CEEB5009196387 /* Test.ice in Sources */, - FF2D7577E06814077ED98911 /* TestI.swift in Sources */, + 6DED14ACAC4AE45D106AAC5C /* ServerAMD.swift in Sources */, + 322589EF668830E0A3926BF5 /* TestAMD.ice in Sources */, + 63709F7DE93052D5B628C7E1 /* TestAMDI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6B1B927ED8CCD567A13D9580 /* Sources */ = { + 64A77019C47A1C679FB5C395 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5AE04F3C962AA0E816438097 /* AllTests.swift in Sources */, - 49E9ACBB41762123F87B0885 /* Client.swift in Sources */, - E4A4C1F721523497EB801BE2 /* Server.swift in Sources */, - AAAA9A79343CED3FBF6F7A35 /* Test.ice in Sources */, - 4797080F7BB2D940EC44D467 /* TestI.swift in Sources */, + 97676397CF350D48C4CB12E1 /* Admin.ice in Sources */, + 249CB76F70B266C074BE0F8F /* Descriptor.ice in Sources */, + CEE21DB1CAC509737A1A4DCF /* Exception.ice in Sources */, + 221F7DCED4DB9831E2EB9293 /* FileParser.ice in Sources */, + F267DC2389444290917585F7 /* PluginFacade.ice in Sources */, + 8BD9A9B6FA8B49F7278EF0C7 /* Registry.ice in Sources */, + 8BA1FED449AEA3B40FA836DF /* Session.ice in Sources */, + 3E05A749823664571170853E /* UserAccountMapper.ice in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6E484BC4C42A9C2066D25E62 /* Sources */ = { + 6A4D52D124198F2452B9E0BB /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4945A3F3CEB39511947DB732 /* AllTests.swift in Sources */, - 0506ABCBF72C88FA63BEF852 /* Client.swift in Sources */, - A8C78893CB9DBC6331FE65A4 /* Server.swift in Sources */, - A5DDA9AE015A5FAB8FA52C52 /* Test.ice in Sources */, - 0401EBDC32904B820F13F174 /* TestI.swift in Sources */, + 56FC7BC0D852A991002C1D71 /* AllTests.swift in Sources */, + E34F05C74DF11B6C257E51A5 /* Client.swift in Sources */, + 4BF79C94EE1B23DAAB4FF8A9 /* Test.ice in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6FA732CD5D166F3CB14F8F66 /* Sources */ = { + 6B18CBEBB2EEF06010E5A66D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C30C0BA4E3CF024549758A48 /* AcceptorI.cpp in Sources */, - 95CA8BFAA887BF02AEE251E1 /* CertificateI.cpp in Sources */, - 378C4875B4349549B20D31A7 /* ConnectionInfo.ice in Sources */, - D088EE555C0A5C76F73D20A3 /* ConnectionInfoF.ice in Sources */, - 85E464F948CD2F7BBCB4BC6B /* ConnectorI.cpp in Sources */, - C4C9998852063EA09A3F1CD5 /* EndpointI.cpp in Sources */, - 4AA0A0EC5439E02F74334202 /* EndpointInfo.ice in Sources */, - 66337DA19D333DD872F388BC /* Instance.cpp in Sources */, - 4DB0F09E410EC001DFF45545 /* PluginI.cpp in Sources */, - F25969C84869478A5BAAB36E /* RFC2253.cpp in Sources */, - 3CEE1608C98AACC52D1F8057 /* SecureTransportCertificateI.cpp in Sources */, - 3D867774777D46E247943D3D /* SecureTransportEngine.cpp in Sources */, - 4E29220268B9FD839C858B27 /* SecureTransportPluginI.cpp in Sources */, - 87F1989049D072790C17B690 /* SecureTransportTransceiverI.cpp in Sources */, - 17BA3F07F6D076D9B8EEF38E /* SecureTransportUtil.cpp in Sources */, - 4D1186D09C6636C57855CDD3 /* SSLEngine.cpp in Sources */, - 3B86576BDFD388DBFC15C0A7 /* TrustManager.cpp in Sources */, - 352B24C550F6536556C441CE /* Util.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 740BE83ECDD162717BF66D8D /* Sources */ = { + 84F8D47B1833E3865AEE383F /* AcceptorI.cpp in Sources */, + 37A4F2A8561C3A4FDA0C752A /* CertificateI.cpp in Sources */, + B7A7F8F2826E3D12F0D37236 /* ConnectionInfo.ice in Sources */, + 74A9A55EBDB4AA8FC9C28328 /* ConnectionInfoF.ice in Sources */, + DF39204E54827E74A1146B9C /* ConnectorI.cpp in Sources */, + B289CA3CD8EBF29624E01ED1 /* EndpointI.cpp in Sources */, + 801B8BD60C330071E3B406F3 /* EndpointInfo.ice in Sources */, + BB40498A98B6998D1D90DF6E /* Instance.cpp in Sources */, + 739C32CD7B229197A2A83994 /* PluginI.cpp in Sources */, + EF33CA76D251C4F02F9CDE12 /* RFC2253.cpp in Sources */, + 29EF273A6816E89D12CE9E1A /* SecureTransportCertificateI.cpp in Sources */, + AE476A3A1FF699D4B0E91DBE /* SecureTransportEngine.cpp in Sources */, + 912304F7E4B247BEBFC38483 /* SecureTransportPluginI.cpp in Sources */, + 5557C2DC16DAFC8DB42AAEBE /* SecureTransportTransceiverI.cpp in Sources */, + 60F943D79C76F2866AB5D164 /* SecureTransportUtil.cpp in Sources */, + 1EAAA31713D3232DF2D1AF52 /* SSLEngine.cpp in Sources */, + 643828FFF62D3270E3136846 /* TrustManager.cpp in Sources */, + C12871D20ACB29A99F4D908B /* Util.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6CD5955CF644B4385A9B49D9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E818FF66C1F07A8FE6E26023 /* AllTests.swift in Sources */, - EE9511E6C4EEF5A264A319ED /* Client.swift in Sources */, - 7975EB7DCC2EE47294B3EDC4 /* Collocated.swift in Sources */, - 10CC687274DE5728DB6B2036 /* Server.swift in Sources */, - 43CF84A3B273F893F05664B5 /* Test.ice in Sources */, - CC341D0AC121214AF358F6EF /* TestI.swift in Sources */, + 9526A2A14E5DADF1AF4E36E8 /* AllTests.swift in Sources */, + 8FCF3A4842CD3FBEC3D74A25 /* Client.swift in Sources */, + F371460002E1A59F78B22E5B /* Collocated.swift in Sources */, + 3B2C07D32533AF9D00EF7E52 /* Server.swift in Sources */, + BCAC77735D23719EB4F67C29 /* Test.ice in Sources */, + 6ED4D98377EA4D0273E07683 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 767081B545EF79C5311A4646 /* Sources */ = { + 6D526C3D15A849C5E2A42E58 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - CC2E0E2F7AE9C4FF73F653C4 /* IceLocatorDiscovery.ice in Sources */, - A42ADDAE534256F900875FBE /* PluginI.cpp in Sources */, + D755EE457DC4DAA0FA582BE5 /* TestCommon.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7703DF9BF0BB7754297B8B7C /* Sources */ = { + 7411F1183DBC8D105CCE0A49 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E2F8CDBC483999968411A9F4 /* AllTests.swift in Sources */, - 2C0C188B0ADF6118395FC03C /* Client.swift in Sources */, - 7001F28469E7263D94829D3F /* Collocated.swift in Sources */, - A99027A7D81E18DA9201D801 /* Server.swift in Sources */, - 6501EAE50B0B2C03CAAE7A93 /* Test.ice in Sources */, - D4B36CFA5719AD12CF0A7098 /* TestI.swift in Sources */, + E63C57D2F872FDC2EB8AEE91 /* AllTests.swift in Sources */, + 585F74208B8F737C01242187 /* Client.swift in Sources */, + C86F83AC6DF12329FFED8C00 /* Server.swift in Sources */, + E11F0906EBC7DF22CE276078 /* Test.ice in Sources */, + 295DC270383AC7B120837A39 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 79FF0D254DC866DA0CB59EC5 /* Sources */ = { + 74224F4B72793C134085B712 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9DAC209E9C72FDEFF3A197F9 /* Metrics.ice in Sources */, - E5D415226D153C02098DFF0D /* PermissionsVerifier.ice in Sources */, - 280172284DA505A98F136BDC /* PermissionsVerifierF.ice in Sources */, - 1907A42257C47141EBD0F0C6 /* Router.ice in Sources */, - 504AEEEC32C0C0C0B919031A /* RouterF.ice in Sources */, - 0838953A3CEADC0366C1CE34 /* Session.ice in Sources */, - E0DD09F23E8D2260CFA0D160 /* SSLInfo.ice in Sources */, + BCF721A8CAC057058D56D3B5 /* AllTests.swift in Sources */, + 354EA295B3FFC6420CD5BA34 /* Client.swift in Sources */, + F2C71F9B5703598427CACE8F /* Server.swift in Sources */, + 29779588E4620B5E971857E7 /* Test.ice in Sources */, + 0CC3FCD49C14F90EC5679F69 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7A2CF876E983B50ED9A1B75E /* Sources */ = { + 74C81A68B49855512371B0DD /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 05A25BE8C2E7D042E3CD3092 /* Client.swift in Sources */, - 0D8FA4B4A04A4B70C71A5D89 /* Test.ice in Sources */, + 0857F1DE373647C708B7B54E /* AllTests.swift in Sources */, + 82067844BFAB90BAACB94D91 /* Client.swift in Sources */, + 736F7C463178AA55B22DA4F7 /* Collocated.swift in Sources */, + 755345FAEB2E3E7263AE6933 /* Server.swift in Sources */, + B078C2AA0E2036C19E270A09 /* Test.ice in Sources */, + B0233AA6E6B5DB9E286AD321 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7B3762EF727E79276EE2E342 /* Sources */ = { + 785CD72415C7A83C6709A5FC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FAD4AAD001BD021550510683 /* IceDiscovery.ice in Sources */, - A397781EE95709693FC7BEC3 /* LocatorI.cpp in Sources */, - 5AB1ABC04659AF0FA66123D6 /* LookupI.cpp in Sources */, - 713171473CC6739D3A7612DC /* PluginI.cpp in Sources */, + 044B982D3225266080B7A93C /* ServantLocatorI.swift in Sources */, + E79863216180E9AF0C722DEF /* ServerAMD.swift in Sources */, + 86C50B8B4533BDF3CB995595 /* TestAMD.ice in Sources */, + BD51BFE33DD4D5AB59A09A95 /* TestAMDI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7C03DACD5177C20F34142F44 /* Sources */ = { + 7B593591F0D6D419B22D448B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - EF847D6EB3354D0C73D088D1 /* AllTests.swift in Sources */, - E60D668DCB8036770091C644 /* Client.swift in Sources */, - 4EE67B32410038210C787427 /* Server.swift in Sources */, - 3E392826AA1763332728A054 /* Test.ice in Sources */, - 2DBA6E85FF8CCA00089A224A /* TestI.swift in Sources */, + 31E768645C613F0F55B79037 /* AllTests.swift in Sources */, + F7EABC7619ADFDA11E5E7649 /* Client.swift in Sources */, + FEF68908F34EC19226B68E49 /* Collocated.swift in Sources */, + B24205B7D24E97B271D73BC4 /* Server.swift in Sources */, + 537517BA389093245E268EC4 /* Test.ice in Sources */, + C5D4FECBBC51401AECBA4314 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7F99CD3BE069E716ECF7D8BC /* Sources */ = { + 7C4ED7AF54D6E84F2147BD94 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 44017BB7CFB594F7D413C20C /* AllTests.swift in Sources */, - CDBD76D635CD17B234E85853 /* Client.swift in Sources */, - 127D7728C5ED884CA7CC5F2C /* Server.swift in Sources */, - BCF8D6FB002D087385D6C68A /* Test.ice in Sources */, - EC4EF7E74518A76402A6465C /* TestI.swift in Sources */, + E0B17F3E9A8D404DB0A5591D /* AllTests.swift in Sources */, + 939D0F6CFF5D955D7D84F6FA /* BatchOneways.swift in Sources */, + 0981BB8E6E427688A750F249 /* BatchOnewaysAMI.swift in Sources */, + AF399D5A304DF1EACFE5CB56 /* Client.swift in Sources */, + 8CFB2D091C16152B67951EB5 /* Collocated.swift in Sources */, + A959AADD4DE09DD216E6BC43 /* Oneways.swift in Sources */, + 32A8816D3ECF676B1DD62586 /* OnewaysAMI.swift in Sources */, + 1DFB910F150DB853E4C1435C /* Server.swift in Sources */, + E9BF151EE03150E6934598C1 /* Test.ice in Sources */, + 6DB29CE7C46F62EB033F009A /* TestI.swift in Sources */, + B2A3EA3C3C1FEF764588C7C4 /* Twoways.swift in Sources */, + 500A778FA18CE0251B790E69 /* TwowaysAMI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 803675D9534C058995AAB6DF /* Sources */ = { + 7E05DD7090773C29A52E8655 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 28EF9109D9799879464A159A /* AllTests.swift in Sources */, - FEAA8872EF5ADBD0F1BFEBF3 /* Client.swift in Sources */, - 2EA8DCA592101D6CEFA3B5F3 /* Collocated.swift in Sources */, - 0F6BF0EE4E8DBAB708FC92AB /* Server.swift in Sources */, - 51636B03DDD14CA8FCDA0E38 /* Test.ice in Sources */, - 8C3C5EE4BB9B885084DBE334 /* TestI.swift in Sources */, + 5DDB26E5BAB33B87B8B63274 /* AllTests.swift in Sources */, + F2255045A78BE8A735F4DF22 /* Client.swift in Sources */, + FDD1E9E095EC4FF3477818B8 /* Server.swift in Sources */, + 3BD8C67CAA1C49FA3AFCFBC5 /* Test.ice in Sources */, + 694BB3DE09865F39B22136A7 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 82719257D513A487BD0C6222 /* Sources */ = { + 803F94AE4A71FB074C7063E7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0F7B1555333387A3E1F926A4 /* AllTests.swift in Sources */, - A5CA3DAB84C0E40C1B64CF2D /* Client.swift in Sources */, - 04DF031C9B65C9428FC66C3F /* ClientPrivate.ice in Sources */, - E3ECA47F9CAF962527724F08 /* Server.swift in Sources */, - 4D4370B2294AC0188CED7AB2 /* ServerPrivate.ice in Sources */, - A0041F78C0B3F07E50698D80 /* Test.ice in Sources */, - A3B68EA104F69D912EED8B52 /* TestI.swift in Sources */, + 994974798737D9978E531963 /* ServerAMD.swift in Sources */, + 7AC7A3036E791C4F348D66F7 /* TestAMD.ice in Sources */, + 1E136370766BD3E6A81CC6C5 /* TestAMDI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8558C21FEE4A920E68661EC9 /* Sources */ = { + 828766A86881513C4E6C8055 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 19B5FD727FF4281BE6512ED6 /* AdminFacetFactory.swift in Sources */, - 8E019F290DE74E9B92321E90 /* Blobject.swift in Sources */, - 7015B9A780998DC39452891A /* BlobjectAsync.swift in Sources */, - D6A0D6D1C3C2B0366D1BE809 /* BuiltinSequences.ice in Sources */, - 29128718C36F388B60C70038 /* ClassResolver.swift in Sources */, - 8D5204136013BC185790D1A5 /* Communicator.ice in Sources */, - A3108D143A53CCB5AE77DB46 /* CommunicatorF.ice in Sources */, - E465F79232B73656237FA13A /* CommunicatorI.swift in Sources */, - E6FA3413BBD208E12ED41355 /* Connection.ice in Sources */, - E4DB30ACDF9E3902B4D2125C /* ConnectionF.ice in Sources */, - 680C699951D3F2ED3635DCAF /* ConnectionI.swift in Sources */, - 293FEB74F5F06C5FE98DAB7B /* ConnectionInfo.ice in Sources */, - F00CE20F6B53498C5E6F29EA /* ConnectionInfoF.ice in Sources */, - EB92159CC83535A22523CD72 /* ConnectionInfoFactory.swift in Sources */, - BA0D1D1C61177C95CE5D9A8C /* Current.ice in Sources */, - 470C43D6BD8A0A80BA9B2C80 /* Endpoint.ice in Sources */, - 05A46C438D4B71CE04394BE4 /* EndpointF.ice in Sources */, - BF1836DF1A051CCB0443CCCE /* EndpointI.swift in Sources */, - 6E2F1D0555E7700104D829AB /* EndpointInfo.ice in Sources */, - 3BF3FDC44D1FFA5F7AE35395 /* EndpointInfoFactory.swift in Sources */, - ED42A6885B54F0FE40DF5C8E /* EndpointTypes.ice in Sources */, - 01E70AFC7D6587AFC4118EA3 /* Exception.swift in Sources */, - 9795ABF58DF19FB6A4E5048F /* FacetMap.ice in Sources */, - D711AC31094DEF246A3C7008 /* FormatType.swift in Sources */, - 5260C678282211F44D554FA9 /* Identity.ice in Sources */, - 30A397E9DA3AC7EE92BF31D9 /* ImplicitContext.ice in Sources */, - EC82545DBA189F78F267C433 /* ImplicitContextF.ice in Sources */, - C43EE4041D34386C59CDBB3C /* ImplicitContextI.swift in Sources */, - AB8D7A243C41664346E44A86 /* Incoming.swift in Sources */, - B16CD90CD3D3025128C90D35 /* InitializationData.swift in Sources */, - 0817A5DC3158E788DB5CDCF7 /* Initialize.swift in Sources */, - 299D60FE2F0023519109AB40 /* InputStream.swift in Sources */, - 4B8F712A4675A5A0A1C10807 /* Instrumentation.ice in Sources */, - DA0E05BA5553F5AC608E9318 /* InstrumentationF.ice in Sources */, - FDFC01A21E12299444D7C552 /* LocalException.ice in Sources */, - 2391A2CEEFA7618E62563B6B /* LocalExceptionDescription.swift in Sources */, - 090AB149349434D6AD138492 /* LocalExceptionFactory.swift in Sources */, - 94E7DA7D5954F502F670668E /* LocalObject.swift in Sources */, - FB5BC637042E8AA6A86108AF /* Locator.ice in Sources */, - 6B8766B1195528CE98F99D36 /* LocatorF.ice in Sources */, - 43CFF1B3B2894E4643B7F66B /* Logger.ice in Sources */, - E9451640EB141F9DF141764A /* LoggerF.ice in Sources */, - CCDFF1DF65AE856C489A43CF /* LoggerWrapper.swift in Sources */, - C634C263A7E8BD08EF217C60 /* Metrics.ice in Sources */, - 885431DAC8FA8AB5CEDC402E /* Mutex.swift in Sources */, - 2038F82A912DBDDAFBA1018D /* NativePropertiesAdmin.swift in Sources */, - 86DEF763C59F9D4D7F9D93F1 /* Object.swift in Sources */, - 1B180493CD7B5099F3C20DA0 /* ObjectAdapter.ice in Sources */, - 7281AFC0F6753EFEEBA27F18 /* ObjectAdapterF.ice in Sources */, - CFD7F2990BEFFF37E6199048 /* ObjectAdapterI.swift in Sources */, - 3805BFB2EF924E93D8C42106 /* ObjectFactory.ice in Sources */, - 9EA85DA41B55DA5D9EA11B5A /* OptionalFormat.swift in Sources */, - FE4BC74DA5955FA9AD03B64C /* OutputStream.swift in Sources */, - 69779625AA882B5D4B98946D /* Plugin.ice in Sources */, - C2031BBAFA18D75E523D0F44 /* PluginF.ice in Sources */, - 8F78ED8732331466E8306C5B /* Process.ice in Sources */, - B52C0DF3B4B02B444E152995 /* ProcessF.ice in Sources */, - 8B2987EC994EE7296146F223 /* ProcessI.swift in Sources */, - 29A897360961FD1133F9B9F3 /* Properties.ice in Sources */, - F5C4E41A8D77E586EAED62F5 /* PropertiesAdmin.ice in Sources */, - 79F4AE14F29ACB2E20E7A450 /* PropertiesAdminI.swift in Sources */, - 8E9ACE38A3F23C1F125A4852 /* PropertiesF.ice in Sources */, - 183AB14E65196EE672BA5BD2 /* PropertiesI.swift in Sources */, - 08835C0CF73C3D55A0368C40 /* Proxy.swift in Sources */, - 498BC539624DE51859A52374 /* RemoteLogger.ice in Sources */, - D119BFD06F1D764C678C40A2 /* Router.ice in Sources */, - 482121425F1DC58D08A98ED5 /* RouterF.ice in Sources */, - DA07BF16B60F10579F4020A9 /* ServantLocator.ice in Sources */, - 8A9766C973D1806E9F9D0A10 /* ServantLocatorF.ice in Sources */, - 37B64D06730F74FBDFE0AA36 /* ServantManager.swift in Sources */, - 5470CB727C9EE6D6D22205DF /* SliceChecksumDict.ice in Sources */, - 97E33F1F89C9A10FCEA84409 /* SlicedData.swift in Sources */, - B92928C1D5D47BB07CE6C46E /* SliceFlags.swift in Sources */, - 68C44D4C348FB3051D1FBE78 /* SliceInfo.swift in Sources */, - 3A615CBD5D111A3149FF067B /* UnknownSlicedValue.swift in Sources */, - 292A0CC26EEBF7429D227445 /* Util.swift in Sources */, - A98DAA1E4E8F6035AFEA21A9 /* Value.swift in Sources */, - 579E5641DD9D56B7BBCCAC7D /* ValueFactory.ice in Sources */, - A0A3A8531670FD81B6D39FB1 /* ValueFactoryManagerI.swift in Sources */, - 861FA20FF66785B54C848A3A /* Version.ice in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 86D00903B0AB2FC724472796 /* Sources */ = { + C2FF7005DF924CEB26F2708F /* IceLocatorDiscovery.ice in Sources */, + B7388C8DEFC422E4A17B9396 /* PluginI.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8C838BAF9D2DA239A09A0B96 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - DB007985447CCBC0C4D5ECC0 /* AllTests.swift in Sources */, - D3BBB58C9B887E97A1CC60FE /* Client.swift in Sources */, - 40F4868AD0510047F4ACA3E4 /* Collocated.swift in Sources */, - 6567733EA06F4A9E0D6D0E48 /* Server.swift in Sources */, - 777237D769D8C77F4326706E /* Test.ice in Sources */, - 5894192BF73B403DBA2EEDB9 /* TestI.swift in Sources */, + 01BE8413214FD7A0649878BC /* AdminFacetFactory.swift in Sources */, + 6487EE49949346F23AB5C189 /* Blobject.swift in Sources */, + FD037B95B802BC135F5064D4 /* BlobjectAsync.swift in Sources */, + F107391C1A797B1B379AB166 /* BuiltinSequences.ice in Sources */, + B12C5A17B33FD09A50E02E24 /* ClassResolver.swift in Sources */, + D514289C41CD67A58C6920B3 /* Communicator.ice in Sources */, + 88B52F84CE0DBAA1FC62A262 /* CommunicatorF.ice in Sources */, + E4116F718AC7ABC9C1DC496F /* CommunicatorI.swift in Sources */, + B5C95D6CBB8C7EA3E17ECD8B /* Connection.ice in Sources */, + 06BDD38CE2AC7D4B6A10C2F8 /* ConnectionF.ice in Sources */, + 86B782EA1F8F759DB5DB0787 /* ConnectionI.swift in Sources */, + 2F9907BE3C9CF5425F4267E6 /* ConnectionInfo.ice in Sources */, + 47655A0A8CB41E2ADC42721C /* ConnectionInfoF.ice in Sources */, + 241F1318204485BA90D8AF9F /* ConnectionInfoFactory.swift in Sources */, + 0469CA3AEA22E704D4F9203C /* Current.ice in Sources */, + F3ABAD6ECC7A0EE1A8BA4FEE /* Endpoint.ice in Sources */, + DEE41AD6E227452FAFCA0A80 /* EndpointF.ice in Sources */, + 29D9D938C956FEEE17006978 /* EndpointI.swift in Sources */, + F775069F9B174C1C2143F9D0 /* EndpointInfo.ice in Sources */, + 15E922F0499386B2CCF000F9 /* EndpointInfoFactory.swift in Sources */, + 5D429B3902FA5004674D61A9 /* EndpointTypes.ice in Sources */, + FD9D9F091FB362045AE85E6D /* Exception.swift in Sources */, + 8B5350361352F44BA0D0A6E3 /* FacetMap.ice in Sources */, + 35DB96B309DB08F6D9C41A3E /* FormatType.swift in Sources */, + C8F1F6CE6BB5C339B92E9D0B /* Identity.ice in Sources */, + FB36B70E7ACB239667DB21D6 /* ImplicitContext.ice in Sources */, + AE63D1CF26EE95700174CFFF /* ImplicitContextF.ice in Sources */, + FAAC495827119B3FCDB2C987 /* ImplicitContextI.swift in Sources */, + 944AFEBA5F2F94D51DEC6056 /* Incoming.swift in Sources */, + AD0A29CA40A2B073026FD9B7 /* InitializationData.swift in Sources */, + DCD5C920C495309891671EB3 /* Initialize.swift in Sources */, + 21D40543794BA7D8D621ADAB /* InputStream.swift in Sources */, + 8D71BC48A4A654D1FE457AD6 /* Instrumentation.ice in Sources */, + CA7358806117A5FBCB39EDE9 /* InstrumentationF.ice in Sources */, + 41A8D115B1FCF63BB04AA729 /* LocalException.ice in Sources */, + 39803EE0C8BDF578510838A4 /* LocalExceptionDescription.swift in Sources */, + 498E4DC60F36A9B29B781082 /* LocalExceptionFactory.swift in Sources */, + AFE693741AEF021F7FF2B112 /* LocalObject.swift in Sources */, + 3B31CA37F6E3AE4FC20A622E /* Locator.ice in Sources */, + BF9B4313B9F7068686B994E3 /* LocatorF.ice in Sources */, + 97DC5CB7A98108C2351FB415 /* Logger.ice in Sources */, + ACE7699E9FA7F84B1E28228D /* LoggerF.ice in Sources */, + 9AD6136577D9C13A17AE9661 /* LoggerWrapper.swift in Sources */, + 76972EE7A8842C3433F3E41F /* Metrics.ice in Sources */, + 46CCE5F2AC5D75B4D7572C83 /* Mutex.swift in Sources */, + 2514E5B6B9DB78FA99C95797 /* NativePropertiesAdmin.swift in Sources */, + A1DE930237A24AE215961966 /* Object.swift in Sources */, + F65FEB4694C18C6523E4C723 /* ObjectAdapter.ice in Sources */, + 7E3033C1E96F33EACE6F26E6 /* ObjectAdapterF.ice in Sources */, + F9F1EE6DE3E223BD98D5375B /* ObjectAdapterI.swift in Sources */, + 275171F84D5BC6634AD87A7D /* ObjectFactory.ice in Sources */, + 5A95518C740C13ACDA81D0B0 /* OptionalFormat.swift in Sources */, + ED0BD0918B5326DC83A45CD9 /* OutputStream.swift in Sources */, + 7E045C89C18720170880C339 /* Plugin.ice in Sources */, + 8F7E9190E59AE94B79688A39 /* PluginF.ice in Sources */, + 41502C71FF3CB6FD08581917 /* Process.ice in Sources */, + 56D59F44C5D14E40D586FAD9 /* ProcessF.ice in Sources */, + 89D0BEBAC0878A42026960D1 /* ProcessI.swift in Sources */, + 2EDE7E5ACBA5886E18BD2744 /* Properties.ice in Sources */, + 9EDC8DE921FBD1F79DE022D7 /* PropertiesAdmin.ice in Sources */, + 5474B67E247307211DAC9E7E /* PropertiesAdminI.swift in Sources */, + A38AC53AD49E243D99B1561B /* PropertiesF.ice in Sources */, + B1EFACC6CC89ADD0292B095B /* PropertiesI.swift in Sources */, + 9DB7617D639AA0CA67E9CDC3 /* Proxy.swift in Sources */, + 933F932C01C3933401883EEF /* RemoteLogger.ice in Sources */, + 0A1CF8B332767250E2BB6917 /* Router.ice in Sources */, + B90E8162D2607FE12AD74BBD /* RouterF.ice in Sources */, + 92671A2B27CC10A7ABDED36C /* ServantLocator.ice in Sources */, + 2A5141D1F30B897BBF9CD189 /* ServantLocatorF.ice in Sources */, + 7E3E23CCC0BB458B3FBF2404 /* ServantManager.swift in Sources */, + E3C98A903B88751A0945A356 /* SliceChecksumDict.ice in Sources */, + A9A34C1A932D9D895437A5D3 /* SlicedData.swift in Sources */, + 711CDB8B265548CBD217533D /* SliceFlags.swift in Sources */, + EC71709A25BD930D56ABE7FC /* SliceInfo.swift in Sources */, + 64C001C3F4B9F4DDE116F2B6 /* UnknownSlicedValue.swift in Sources */, + DEB7F439A3655BCBFB0A6005 /* Util.swift in Sources */, + 954670731DE12CE80A6F14F3 /* Value.swift in Sources */, + C80A661F69EF3B8932769F83 /* ValueFactory.ice in Sources */, + E019C1B8F4ACC841EDA1EBA5 /* ValueFactoryManagerI.swift in Sources */, + 9955E1BF2E75A7ABC1BF0EFD /* Version.ice in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8CE26C93AC497F470CF66A9A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + BFAA150B9F817F51AECE608B /* AllTests.swift in Sources */, + FF8E8FA5F17197AB1201B66E /* Client.swift in Sources */, + 8448F62B4A47F6E8E2A0C565 /* Server.swift in Sources */, + BDEFF2D878554ABCD20B5354 /* Test.ice in Sources */, + E2DDCC85DA8DC77AD778F1CB /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 87FF8F2503692A1245F5EB98 /* Sources */ = { + 8D31D7C21F67CF4FC712F524 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FAE65BD63EECF2262557F375 /* ServerAMD.swift in Sources */, - 30ADA41044A704A69A17EAF0 /* TestAMD.ice in Sources */, - 3C842691C94FF64DAE887825 /* TestAMDI.swift in Sources */, + B0D49E33C787A8C174E0629F /* AllTests.swift in Sources */, + 5F8ACB29C3CE449DB6B0ABDC /* Client.swift in Sources */, + 23CC18C32764E09012A4C928 /* Server.swift in Sources */, + 4EBE6BECB17986EFF7664972 /* Test.ice in Sources */, + 56D248CD60831F6AC1461948 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8C4D5C4E3DD727E0861CDC32 /* Sources */ = { + 9278903AB7AFD77751C4D05D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7BDAD6EC1992096F399AEBA9 /* AllTests.swift in Sources */, - 8B4792DE67157C357BCD35EE /* Client.swift in Sources */, - 497EC7C866FE2447F73AF5D4 /* Server.swift in Sources */, - CA40DD37FEA0474DE4330F54 /* Test.ice in Sources */, - 50C38389F348360B1D2E33BD /* TestI.swift in Sources */, + 750ADB231BB8151AD69BFC02 /* Client.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8D056C8E8AD4D4EB626B8739 /* Sources */ = { + 9C3E21E025DB74E12827E907 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9EA93AAEA9DB063CD86A97A2 /* Client.swift in Sources */, - ABABAAB227D2C42B70CE570E /* Test.ice in Sources */, + 7BB4C0B9BEE967539FBE38EC /* AllTests.swift in Sources */, + AB45BFCDC18217DB22A06E48 /* Client.swift in Sources */, + F6D5486673236DE2AE8BADFF /* Server.swift in Sources */, + B278844FAE60E6BD4162E780 /* Test.ice in Sources */, + 35C05589BE4FD14342FE3715 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8DFDE52235506666FD62391E /* Sources */ = { + A2889409B60315EA7F74A43C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4EB63D00A5220123D8573CCD /* TestCommon.swift in Sources */, + D36085865FB8DE8263D6DB60 /* AllTests.swift in Sources */, + 64EFD69E8272435F6E56081E /* Client.swift in Sources */, + A6B8E24BFA84F6E2A54AED17 /* Collocated.swift in Sources */, + 6FD6CCCDC1D3FACA339E00D4 /* Server.swift in Sources */, + B954F7CB19C2918444000FD7 /* Test.ice in Sources */, + 6AEC2C23259F0655FFBF1C5A /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8E33317CFD8AABD126644E41 /* Sources */ = { + A5127A47A9C7C73868FB4BD7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - EA0953EAEFA242DE7941E605 /* AllTests.swift in Sources */, - FCCA8C6388BF3C1F036D372E /* Client.swift in Sources */, - CE4F3AADD1DB81D796D1C250 /* Collocated.swift in Sources */, - FFFC7825E2BD4DBDF04C67FA /* Forward.ice in Sources */, - 7C5489847511E63B8199D2D0 /* Server.swift in Sources */, - 6FFE4CAB5011A7AF5B1B543F /* Test.ice in Sources */, - FCE6A0CDC8C85075A037824E /* TestI.swift in Sources */, + E47E518BBC71E404DB9AAB43 /* AllTests.swift in Sources */, + 7B1A1413E0C5C0BB6F1EEBA5 /* Client.swift in Sources */, + 91C77DA9DF471B6EA92EDFCF /* Server.swift in Sources */, + 1085D8E317C5BF58E7265A2B /* Test.ice in Sources */, + F71E3C16460728E945E76AD6 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8E66FDFA331EAEABEFDB552A /* Sources */ = { + A6C188430DB0885C938F0870 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7980D619855B236ACDA08090 /* AllTests.swift in Sources */, - 728C024130937DDA25AC350B /* Client.swift in Sources */, - 1AA834956B84D8A578E0AC4C /* Collocated.swift in Sources */, - 64F9F8C4FE74660371A8F979 /* Server.swift in Sources */, - 2854754296EB0F9832F55201 /* Test.ice in Sources */, - 7CF7AA79746A636F7771BD68 /* TestI.swift in Sources */, + C1B44ED81F2D53E061E4F795 /* AllTests.swift in Sources */, + 4D37FBDCB777C6C3D63D20CF /* Client.swift in Sources */, + 406ABD266A8A76026C2FB0E1 /* Collocated.swift in Sources */, + 5D53B271728F28FE6D8C8FDA /* Server.swift in Sources */, + 26172FBBFFC23456C26382A8 /* Test.ice in Sources */, + 63A5EFBE75FB67B8EFF6598B /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8E8EA95976345DACD4502851 /* Sources */ = { + A864B3CE9CAB14B86E7036AF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 04F5EF139EE1D4B4A21BF72D /* Acceptor.cpp in Sources */, - 927C6E31D2C900239348FFE5 /* ACM.cpp in Sources */, - 58831285F4072E2DCBB85D7A /* ArgVector.cpp in Sources */, - E4EA1B66F41F936E3C271EAB /* Base64.cpp in Sources */, - 06C480E7B8206BA41A964CE8 /* BatchRequestQueue.cpp in Sources */, - EBFD6626787219BE54B1F3FA /* Buffer.cpp in Sources */, - 7DDADD4F5E1EC16D47354554 /* BuiltinSequences.ice in Sources */, - E3315AE322E08CD2E5E627B7 /* CollocatedRequestHandler.cpp in Sources */, - 3E22927756B781C828EFEA56 /* Communicator.ice in Sources */, - 7C1754C47D445BA7A8E3B7EB /* CommunicatorF.ice in Sources */, - 41A6191558C5529750425E82 /* CommunicatorI.cpp in Sources */, - B5F1169B3E25DBF7A126AC3C /* Cond.cpp in Sources */, - 3FECE50C2078383AC88E99A5 /* Connection.ice in Sources */, - C8E73379ECB70414028F9B83 /* ConnectionF.ice in Sources */, - 86B9D4E6099514A8272B7164 /* ConnectionFactory.cpp in Sources */, - 890B0B56783293086C1D9BE8 /* ConnectionI.cpp in Sources */, - FBFE9480F27ECAAAD9506BD3 /* ConnectionRequestHandler.cpp in Sources */, - 6BD8760C22A95B9D0DF4FD06 /* Connector.cpp in Sources */, - 857B60AA1458A0FDA3082E36 /* ConnectRequestHandler.cpp in Sources */, - 0E683967440A10AC6BA6EC71 /* ConsoleUtil.cpp in Sources */, - 1EC890C93EF8D956673AAB60 /* CountDownLatch.cpp in Sources */, - EDEEFAB760BB710AFE5F0B96 /* CtrlCHandler.cpp in Sources */, - D115A492108C12DA4E951A8D /* Current.ice in Sources */, - 47C1752A7F237DCD938070AC /* DefaultsAndOverrides.cpp in Sources */, - 613AFE1E4A473C20F0483BB3 /* DispatchInterceptor.cpp in Sources */, - 1A23B3D4DFDE9202F01CF8ED /* DynamicLibrary.cpp in Sources */, - 59A14883EB9AD4C7AF4F2B34 /* Endpoint.ice in Sources */, - 3AC2C38DB24E1A70957BDE9D /* EndpointF.ice in Sources */, - 394F477B76CF77EB230F66D4 /* EndpointFactory.cpp in Sources */, - 1F071C7FB87C87B2D1776060 /* EndpointFactoryManager.cpp in Sources */, - 73E564A4366C960787EB1546 /* EndpointI.cpp in Sources */, - F8CFAC3E4A6C84A0B1204B37 /* EndpointTypes.ice in Sources */, - DE0DDF046EB84622BB75CBCD /* EventHandler.cpp in Sources */, - A100EBEE3540A0E20217BE93 /* Exception.cpp in Sources */, - 0D107EDF9263D52E95416ECA /* FacetMap.ice in Sources */, - 0164D4587501E9B73FDED890 /* FactoryTable.cpp in Sources */, - 048D53D223FCEED416A4826B /* FactoryTableInit.cpp in Sources */, - AC8E9CA92BD5BEEA15D9C922 /* FileUtil.cpp in Sources */, - 9ABB8CD5ABFB7DD4352ABF1B /* HttpParser.cpp in Sources */, - D512ACC38AAD1889CCD23E0C /* IconvStringConverter.cpp in Sources */, - 7EC4A476C178E54657060240 /* Identity.ice in Sources */, - 27AFFE63B31F1445FECAFC38 /* ImplicitContext.ice in Sources */, - C792EA23FBFAD03B16C6DCC7 /* ImplicitContextF.ice in Sources */, - D46C6CDBD19447A6F2D6B6C9 /* ImplicitContextI.cpp in Sources */, - A975013FE997B32D4CAC541B /* Incoming.cpp in Sources */, - 496A5A831A7A6CACA10210DB /* IncomingAsync.cpp in Sources */, - FC4E09DE7CC8FBCE88C22EDE /* Initialize.cpp in Sources */, - 9BCE362DC5A6212B30450098 /* InputStream.cpp in Sources */, - 88787605EDC4AD5421D1F0E3 /* InputUtil.cpp in Sources */, - C2CE85F7F04949ADCBF3C5C1 /* Instance.cpp in Sources */, - C2DD4A296A853FF274A50F51 /* Instrumentation.ice in Sources */, - 97E0A07063F8E55D8D9C4EC8 /* InstrumentationF.ice in Sources */, - BC5C72CF0F7265524D6193E3 /* InstrumentationI.cpp in Sources */, - 0816F96AA389FC5D6E421C92 /* IPEndpointI.cpp in Sources */, - 0DED7B94677561DC274B514C /* LocalException.ice in Sources */, - B30075375919622B20DDA954 /* LocalObject.cpp in Sources */, - 6F01079558BD6A3A74BBE263 /* Locator.ice in Sources */, - 2782942730E26086F19AC718 /* LocatorF.ice in Sources */, - B02AFD0074B01F3B3A184A32 /* LocatorInfo.cpp in Sources */, - 76DE4F532644AAF90E274B8C /* Logger.ice in Sources */, - C099C7F2ED8D73AAEDDA9D64 /* LoggerAdminI.cpp in Sources */, - 599451439910F17FB78E1910 /* LoggerF.ice in Sources */, - A8727AC5224061F08D17E826 /* LoggerI.cpp in Sources */, - 7034B716521A4373377D2728 /* LoggerUtil.cpp in Sources */, - B9C4EC1B8820669A5B38811C /* Metrics.ice in Sources */, - 44DAA809740BBFF5907C6EB4 /* MetricsAdminI.cpp in Sources */, - AB81F1BA75631E47A63A2EB3 /* MetricsObserverI.cpp in Sources */, - 30AF17806D4F4CD2EB567AF7 /* MutexProtocol.cpp in Sources */, - 8562A78F195D817AEC6D41C6 /* Network.cpp in Sources */, - E1FDA2AD976983D5526A4679 /* NetworkProxy.cpp in Sources */, - 76796682C8EB8CED23C33979 /* Notifications.mm in Sources */, - 4BA367EF8653AFD14C9EA657 /* Object.cpp in Sources */, - 74ACFC1409BE8FE56218F1FC /* ObjectAdapter.ice in Sources */, - 3853265167F6EA83438322CD /* ObjectAdapterF.ice in Sources */, - 1EC95F0AC468A960E3BD67D3 /* ObjectAdapterFactory.cpp in Sources */, - 4BC3F3B2909FD8399B8B0300 /* ObjectAdapterI.cpp in Sources */, - 9873BC7CBE98E1D7BD55D04D /* ObjectFactory.ice in Sources */, - EC63EEAAFE62D254FABFD449 /* ObserverHelper.cpp in Sources */, - 8AE7B2A18BC51A7AEAA9F2D6 /* OpaqueEndpointI.cpp in Sources */, - A822ADB136CB65B091161522 /* Options.cpp in Sources */, - 90FB8126D20FC3A5D23BDCF3 /* OSLogLoggerI.cpp in Sources */, - E03318BCE8301DA9CD2F608F /* OutgoingAsync.cpp in Sources */, - F7ABEE9042311FA353D58AB7 /* OutputStream.cpp in Sources */, - C23F7089FEB7DCD1BBBC2D17 /* OutputUtil.cpp in Sources */, - B5885C18959C3EAB30309B71 /* Plugin.ice in Sources */, - 6DF9370A41629A19CA581516 /* PluginF.ice in Sources */, - 8E4E148CEB2518713F47E78E /* PluginManagerI.cpp in Sources */, - 222CCB45CCB28CB592D9036E /* Process.ice in Sources */, - BC616E3A0CAE3AF545097BA0 /* ProcessF.ice in Sources */, - CEA78D6A250354B1FCAC6D6E /* Properties.ice in Sources */, - A82F26E79943A0F3924193AD /* PropertiesAdmin.ice in Sources */, - 2C2AD23A958E10CD22B78654 /* PropertiesAdminI.cpp in Sources */, - 227361194DFE83D7E18D9C6F /* PropertiesF.ice in Sources */, - 1451C0BFC0D1C353567AADB2 /* PropertiesI.cpp in Sources */, - D4C075E8FFF60317BF58ED49 /* PropertyNames.cpp in Sources */, - A8BAA61785F8D16BD2EBDA18 /* Protocol.cpp in Sources */, - 3BC66105B5D7231A4760E522 /* ProtocolInstance.cpp in Sources */, - E526684A884382E3B6BBE4E7 /* ProtocolPluginFacade.cpp in Sources */, - C3C6BF0C4A8C7A44EC054277 /* Proxy.cpp in Sources */, - B92F5C1AE82AA5FE11F319A0 /* ProxyFactory.cpp in Sources */, - ECE0DB4AF9C0D3C92DE15573 /* Random.cpp in Sources */, - B1541E57745763882E75E5F2 /* RecMutex.cpp in Sources */, - 5D4CB92BCAE3B702FF1F823D /* Reference.cpp in Sources */, - 441A7284C198696862A3CC64 /* ReferenceFactory.cpp in Sources */, - F77E097E6A35D00133824096 /* RegisterPluginsInit.cpp in Sources */, - D1FB1AF25BB0901E644ADC08 /* RemoteLogger.ice in Sources */, - 525C4772C53159E6B7013A9C /* RequestHandler.cpp in Sources */, - 0C221BBB871E77B6C2FDBAF9 /* RequestHandlerFactory.cpp in Sources */, - 68595B5D759465E98CB496BA /* RetryQueue.cpp in Sources */, - E3C8C60CC7D5C00B9209B8C8 /* Router.ice in Sources */, - 13EF9E1D0C2B916EBE5C37EE /* RouterF.ice in Sources */, - 3DC9B7E85E774B3EFD8CE11C /* RouterInfo.cpp in Sources */, - F89C357D357ED49865045EF8 /* Selector.cpp in Sources */, - 7E11E4CCA101A3CA60450521 /* ServantLocator.ice in Sources */, - 042630D208C6963A6C54E923 /* ServantLocatorF.ice in Sources */, - CC5B67D2DB230496C49B2DA2 /* ServantManager.cpp in Sources */, - E7017DF6F82C9B6A2A146D49 /* Service.cpp in Sources */, - 5DA13E622E082C0FAD5A30BC /* SHA1.cpp in Sources */, - 002946F955998340AEBE29EA /* Shared.cpp in Sources */, - 25C5E6EE03ECAF26A64F8A32 /* SliceChecksumDict.ice in Sources */, - 0D7E90FE2D7115ACB4CD53C2 /* SliceChecksums.cpp in Sources */, - DE8168B8D83AFC2B61EE2B11 /* SlicedData.cpp in Sources */, - 6053CD13B6854FF498A2B5C8 /* StreamAcceptor.cpp in Sources */, - EC67246542065F3FD52ED253 /* StreamConnector.cpp in Sources */, - A48174E1E2997BE03DFDCCCB /* StreamEndpointI.cpp in Sources */, - 76D8EBD8D05F32CD4A34043F /* StreamSocket.cpp in Sources */, - DCE84D9724B77E028FCE007E /* StreamTransceiver.cpp in Sources */, - 629B442FCC10C9ABF74BCEA0 /* StringConverter.cpp in Sources */, - BA13E1F8E88D2B58BA004FF1 /* StringConverterPlugin.cpp in Sources */, - 6A6B323BC59B53B4EFFEA10C /* StringUtil.cpp in Sources */, - BEB54D334639CFDAC5D7CDC3 /* SysLoggerI.cpp in Sources */, - 1DA6DE1510DC57DF510DE556 /* SystemdJournalI.cpp in Sources */, - 45C36533B263CB156D2280A2 /* TcpAcceptor.cpp in Sources */, - 4A06FA6213619DEF18AA40F5 /* TcpConnector.cpp in Sources */, - EA0419B031C1B99555663F65 /* TcpEndpointI.cpp in Sources */, - 2ED1648E1FB27778544D6948 /* TcpTransceiver.cpp in Sources */, - 29859E09A1CA528E1DC81F09 /* Thread.cpp in Sources */, - 28631EE8DC35C507DA92B4E8 /* ThreadException.cpp in Sources */, - CE7015293EFB17B2FA73090C /* ThreadPool.cpp in Sources */, - 0008EB1ACFB10E43D1EA8CA6 /* Time.cpp in Sources */, - 1930C0F484CA32B55A8CA46E /* Timer.cpp in Sources */, - 31C2944526B77FB1A93A6F2A /* TraceLevels.cpp in Sources */, - B0DD21CEE3C1FF0B6A5D52E1 /* TraceUtil.cpp in Sources */, - 21552ACFAAA8141BDD6964D9 /* Transceiver.cpp in Sources */, - 8593FBED818D3905F22D8DE6 /* UdpConnector.cpp in Sources */, - EEF6FFC95DF259AB38E88769 /* UdpEndpointI.cpp in Sources */, - 488B5BA2DD852CE8D0467DEB /* UdpTransceiver.cpp in Sources */, - 2EBFF312A716561D2F6A9198 /* UtilException.cpp in Sources */, - 0A2C96105411C2B9D9A2D873 /* UUID.cpp in Sources */, - 6BD26D515C3C2E966730973C /* Value.cpp in Sources */, - A7DA25D729085085A42F28D5 /* ValueFactory.ice in Sources */, - 5FECF766FF8E4DA3E9A3BD2B /* ValueFactoryManagerI.cpp in Sources */, - EA21058D70BB6D415518D839 /* Version.ice in Sources */, - 71E645E5184A0CC78245BA53 /* WSAcceptor.cpp in Sources */, - 8C458D0456B20832B18E335C /* WSConnector.cpp in Sources */, - 00EBCAEEBDE53AF8521E952B /* WSEndpoint.cpp in Sources */, - 1A85EF60D69253DF1A1C7357 /* WSTransceiver.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 93124FAA2D4A5E24A4323D4A /* Sources */ = { + BEF3209A3A5AA30EF21A7E5D /* Metrics.ice in Sources */, + 96BF077090A050469C69B039 /* PermissionsVerifier.ice in Sources */, + A0027BC5377486627E302BD0 /* PermissionsVerifierF.ice in Sources */, + 5572537BE3569ACAD1EAFC3D /* Router.ice in Sources */, + ED122460A6ABEA1749025F23 /* RouterF.ice in Sources */, + 38F43DFA43BC57F88071CDA2 /* Session.ice in Sources */, + C12BF5AEA703BD976899050C /* SSLInfo.ice in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + AB5A4903ED796F6CEAD0E186 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8C6A16AD114B5D9774D535F9 /* AllTests.swift in Sources */, - AB230E99D78D176A77F7D45C /* Client.swift in Sources */, - 83F6ED8DA6712A6539FB7ECF /* Server.swift in Sources */, - FBC3DF9264DC7A16A2D8A1C1 /* Test.ice in Sources */, - 028BBA3AC99FB0850E096AA7 /* TestI.swift in Sources */, + 25BE0BCE93490A191B1504A9 /* AllTests.swift in Sources */, + 8788306C03D2685532F24D9C /* Client.swift in Sources */, + 2521A8816B8FFF6676C9795B /* Collocated.swift in Sources */, + E3086E852B952631453350B9 /* Server.swift in Sources */, + 864D533FAD04DC34C0FD09FC /* Test.ice in Sources */, + 17D91E8CC544DB844A9720F6 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9592EB7A5BB19CC763FC0314 /* Sources */ = { + B17C79F5E67A1D8586413D1C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 09D4820E6B022A95CE45D488 /* Admin.ice in Sources */, - E4D276ED7729BB543F8FBAED /* Descriptor.ice in Sources */, - 56D6543DC0DD188DA3E7AE76 /* Exception.ice in Sources */, - EF815D0D6FFA4EE52CAB9BA6 /* FileParser.ice in Sources */, - 17839D08AC353027D938C788 /* PluginFacade.ice in Sources */, - 1B8C2E3C35811D85FE48CBAE /* Registry.ice in Sources */, - B12E4B164FBAD7C3C935F294 /* Session.ice in Sources */, - 92142DE1BBA3C71F097A4EBA /* UserAccountMapper.ice in Sources */, + 9F051F08D8E3B4A31FF6E825 /* AllTests.swift in Sources */, + F4E148A4F52F66B8EEBA5A34 /* Client.swift in Sources */, + 9F7537E0A7FA7554169E29F1 /* Collocated.swift in Sources */, + B1C932F60DAD3128EFFE376B /* ServantLocatorI.swift in Sources */, + A5FB0257E9C427D9165032B3 /* Server.swift in Sources */, + F042BF8B79AC893335A39307 /* Test.ice in Sources */, + E56866E0B9EEF4134C84F2F9 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9739CD2CCCCE755D165034E2 /* Sources */ = { + B17FFDF7434B20C56EAFD3FB /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 05A2C9BD1B7B98ACB33265AA /* ServerAMD.swift in Sources */, - B311EFF491F14BD832DD1BFB /* TestAMD.ice in Sources */, - 5083B61CA1D64CF7CD561B9A /* TestAMDI.swift in Sources */, + 23CFC8187C72A2C7F873C92B /* AllTests.swift in Sources */, + B05B1F2F4BAA871BDE36E648 /* Client.swift in Sources */, + 1C1170CA52E01E3EFB79B28B /* Server.swift in Sources */, + 06B9BD987862ADEEC5ED7C6C /* Test.ice in Sources */, + C9E7312A9D89DC7A24D62E1C /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9AFEFF501DAFD916E62810AC /* Sources */ = { + B3A3DC6E48A84A2207AEDF61 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D3EC44958434CE932916479A /* AllTests.swift in Sources */, - 21145679946D6199F3555AAF /* Client.swift in Sources */, - F64AABD8509A43132438EBB1 /* Collocated.swift in Sources */, - BD2BD3FD942FB9B6535D76D5 /* Server.swift in Sources */, - 1736F803D75523742C96B586 /* Test.ice in Sources */, - FD035B06E5625AB4293AEB50 /* TestI.swift in Sources */, + A4BACAE573A0FF849BF51D74 /* AllTests.swift in Sources */, + 8710E3783F212CFE0AFB2128 /* Client.swift in Sources */, + 44C788D4DEE98913DB62E02C /* Server.swift in Sources */, + 731EEE906D894B89B397F783 /* Test.ice in Sources */, + E86A0EEA0AC0754B6748F704 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A75918C34112110E0ECE809B /* Sources */ = { + B58BC0F356C55224F439A22C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4406FF89CD056E7A8B2D3D5B /* main.swift in Sources */, + B6FC2AD4781989840C7AB78D /* ServerAMD.swift in Sources */, + AC52236EEB362449C3AEDFC6 /* TestAMD.ice in Sources */, + 21E274340EECF762237E1308 /* TestAMDI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A846AF8E28B0D477E1B0EC0E /* Sources */ = { + B7BA7B8CFB38A09FC4766388 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 56DEDB1498C577F034F7C35D /* AllTests.swift in Sources */, - 833EF9E4EF4E281D374B7219 /* Client.swift in Sources */, - E356FFDB2B24A44E630C2054 /* Collocated.swift in Sources */, - 3A7F68D59AF52B0A2A370A7F /* Server.swift in Sources */, - 64A1FCA7FB2B62113DF44AC8 /* Test.ice in Sources */, - 9EBADE468100C8E9EFC846C1 /* TestI.swift in Sources */, + E1E27FB0D23F0FC086E8BBD1 /* BlobjectFacade.mm in Sources */, + 4E95EBE3AE75F8A0364C566F /* Communicator.mm in Sources */, + 8F25ABBFA2159BD3C44B0BD9 /* Connection.mm in Sources */, + ED0EF9365152BF21D75E9FA2 /* Convert.mm in Sources */, + 9FC0DFE0A6226787DFE5D637 /* Endpoint.mm in Sources */, + DF4772ED93C6065F8E6B2AE9 /* Exception.mm in Sources */, + CDF611E1C15EAE8AB7ACD2E7 /* IceUtil.mm in Sources */, + 923EB7C03F6B2CE53DBD5A44 /* ImplicitContext.mm in Sources */, + 70D0104746B7DF3B30D76F62 /* LocalObject.mm in Sources */, + 2A5370C044D9589CB4FCB099 /* Logger.mm in Sources */, + BB996CD0ACD6F7F72985B482 /* ObjectAdapter.mm in Sources */, + F5354E627DC2B773C05A398B /* ObjectPrx.mm in Sources */, + 559D50EA0E8363064A93188E /* Process.mm in Sources */, + 2F5F3D6ED88FC90A753140C4 /* Properties.mm in Sources */, + A7798DFE7E8928E21D6DA8D6 /* PropertiesAdmin.mm in Sources */, + 02AB307F557DBAD59A5B7DA4 /* TraceUtil.mm in Sources */, + 62F22640178F8884FEF28316 /* UnsupportedAdminFacet.mm in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A929752F705B18A5D3747A22 /* Sources */ = { + B90D4DC4D0956F5C07075E72 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 19CAA5C56E220F945D1C9951 /* TestCommon.swift in Sources */, + 5C90E5022DD4DEC456C5F7E0 /* AllTests.swift in Sources */, + C8AECF236F1E598A0D70251C /* Client.swift in Sources */, + 07A90B5DAEB13AD94FA17E7F /* Server.swift in Sources */, + F563AF6C80F01C616C78AF9D /* Test.ice in Sources */, + 116E549DD3C0CA8B68EED185 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - AB89DD3F0997BDA56CDC260A /* Sources */ = { + BA688DB44306CB521EA98D92 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 63CE7EBE559F52A66A1DBFC0 /* ServerAMD.swift in Sources */, - 293080E818F9B83FF4CADD7F /* ServerPrivateAMD.ice in Sources */, - F0D511E3D977E890A65DE26B /* TestAMD.ice in Sources */, - 0CB14CB53D322743443FF06A /* TestAMDI.swift in Sources */, + 55C2EE90AC8313BE5FE34BFD /* Metrics.ice in Sources */, + 7835478EA3B7632063B15961 /* PermissionsVerifier.ice in Sources */, + 046BA3A860D90475B65BB1B6 /* PermissionsVerifierF.ice in Sources */, + C70ACF7F4C0CF22640BB27EA /* Router.ice in Sources */, + CE969A2E7F65C7D67A65693B /* RouterF.ice in Sources */, + 72E5E8DB3B2C6B21A201008C /* Session.ice in Sources */, + 8FCA2DB4BD824FEBF2315B66 /* SSLInfo.ice in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - AEE686FEBD782F7D75E1345D /* Sources */ = { + BC2147C730635BB1845F3A02 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 87B0193B6FAD1AE0BCC3286C /* Clash.ice in Sources */, - 01BDDA2A2453306AF15CE38E /* Client.swift in Sources */, - FD51FEA39395D5D81711BDEE /* Key.ice in Sources */, + A73AED204B54A6FE3164DD12 /* AllTests.swift in Sources */, + 84F6FCE091BE15A955881A02 /* Client.swift in Sources */, + D28AF3D380B6C05A70243DB9 /* Test.ice in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B201C1CD6855C45CF3C4EB8A /* Sources */ = { + C49483D4CAE19B44D5088E00 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8712FC3CFA774A9306234724 /* AllTests.swift in Sources */, - 3ECD05823BDC781484D15537 /* Client.swift in Sources */, - 10E1710372ADFBAB1AD205EC /* Server.swift in Sources */, - 587D68D8E9BC0670C087C417 /* Test.ice in Sources */, - 96118A76FBB6E5FA216FDE38 /* TestI.swift in Sources */, + 9429BA52347ACA14771627DF /* AllTests.swift in Sources */, + B34FA61B9B206DAC6AA3C63C /* Client.swift in Sources */, + C0C91B91C3264FFADC6B3D40 /* Collocated.swift in Sources */, + 84B4E87F90066A993F0786CC /* ServantLocatorI.swift in Sources */, + 87BD0C96B2824929EE58E510 /* Server.swift in Sources */, + BFF28A1A1B255D1EB4E2B44D /* Test.ice in Sources */, + 19814F34835295480B4A5D29 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B2A064673F1F2F691AFC463F /* Sources */ = { + C4BDD4DF6B733B465A034F7E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D632065DBC049423D591AC5C /* ServerAMD.swift in Sources */, - 32DD8B0FEE5104550AD95CBE /* TestAMD.ice in Sources */, - 50847B729B45C0F40CFA9719 /* TestAMDI.swift in Sources */, + AB3F54E8A22683CA8C9EB240 /* Clash.ice in Sources */, + B7DACD430F5371072D9608C3 /* Client.swift in Sources */, + 7B93177ACCA06D64F0C8C243 /* Key.ice in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B34B59B37A09C1BA941A27B8 /* Sources */ = { + C81DCE179C78D3C53A8B4FF0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9CF5145FED8A025BE49A6DC4 /* AllTests.swift in Sources */, - 9A7466D83DBD38C2BF8ADAF0 /* Client.swift in Sources */, - EF252B318C487A253ADC577C /* Server.swift in Sources */, - 92A56407DC74B964ED997C2F /* Test.ice in Sources */, - 198E9D84C5DFA465F8B911B5 /* TestI.swift in Sources */, + 7AA2BB1A20550F62BB01A18D /* Client.swift in Sources */, + 845416250EF5B4A41613E7B7 /* Test.ice in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B423DAD7FD85ED22084BC696 /* Sources */ = { + C90F1DB3BFA52FB673A3D0C3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0A32A256A3DC438C9AEC8E4D /* ConnectionInfo.ice in Sources */, - E29F378339A7BB466AFF3DF6 /* Connector.mm in Sources */, - AF51BDFE71AEE0D3C054FA2D /* EndpointI.mm in Sources */, - 318FB051728B3283F5C0B179 /* EndpointInfo.ice in Sources */, - 1070C903CF8D56A806E7A571 /* Transceiver.mm in Sources */, + 77AF538C2FB430FED6ABB1F4 /* TestCommon.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B4C26B430CA7C47F9CB8F6F6 /* Sources */ = { + C9804090700E7993F702CCA1 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4677F6EC10A7C716C7FAA2BA /* ServerAMD.swift in Sources */, - FF08B9B29A39C1CF4AF56C27 /* TestAMD.ice in Sources */, - B9DAB0AF980821589F80D641 /* TestAMDI.swift in Sources */, + F68D8D72424F089F8D3FF21B /* IceDiscovery.ice in Sources */, + B82DAB09D6695C77D240B393 /* LocatorI.cpp in Sources */, + B32577E03F29C18BC1C6DDCC /* LookupI.cpp in Sources */, + 065B58D6AE2B27ED6A72D794 /* PluginI.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B59E45E9978CF8693CDF4B4F /* Sources */ = { + C9AA33871E1DD27D0858F8EF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7851D9B8432B498ADEF69994 /* Acceptor.cpp in Sources */, - 5977752D541F6702A7E95DA5 /* ACM.cpp in Sources */, - 432CBECFA1C4178B17E7D34A /* ArgVector.cpp in Sources */, - 422C24CC015C3DB2BF399195 /* Base64.cpp in Sources */, - 17732C15EDA249CCF49B68F4 /* BatchRequestQueue.cpp in Sources */, - 3C8C79FD5E71218E347F16E7 /* Buffer.cpp in Sources */, - 3AFBCF63A2B9ACC65DDD0470 /* BuiltinSequences.ice in Sources */, - 7D39D6376FE6A5699CBC93A2 /* CollocatedRequestHandler.cpp in Sources */, - AB43B7CA7475536DD6532DC3 /* Communicator.ice in Sources */, - B5F8B10DD42D7F9A80195655 /* CommunicatorF.ice in Sources */, - E0D28052E4100FC5675BA461 /* CommunicatorI.cpp in Sources */, - 3AFBC132288FAF9537031DA4 /* Cond.cpp in Sources */, - D5364A5AD5BAD2341BF2076D /* Connection.ice in Sources */, - 37225D08701CBC236B24EB0D /* ConnectionF.ice in Sources */, - 9E75D3F4517074821BA6A1AA /* ConnectionFactory.cpp in Sources */, - 695FDF1A2BFB8A42469DBDF1 /* ConnectionI.cpp in Sources */, - 37898A7BBB0BDBCEFFCDA6A8 /* ConnectionRequestHandler.cpp in Sources */, - 6152556E645965298375C336 /* Connector.cpp in Sources */, - 202AF2BBB730C19767A1E7BD /* ConnectRequestHandler.cpp in Sources */, - 2B1ABA05B1477D333EC51758 /* ConsoleUtil.cpp in Sources */, - 512EE7DC4DD981764DE228E3 /* CountDownLatch.cpp in Sources */, - C8C7558AC9EEEA636B08EB6C /* CtrlCHandler.cpp in Sources */, - 7C21643B630A892EC61D4206 /* Current.ice in Sources */, - 5C1BE6F606038BEB29E95AA6 /* DefaultsAndOverrides.cpp in Sources */, - 4152478FEA283C59DCB3E68E /* DispatchInterceptor.cpp in Sources */, - 812B97D7BCB205F4E965567C /* DynamicLibrary.cpp in Sources */, - 7EC11BA88267E0CDD1CDB24B /* Endpoint.ice in Sources */, - 49B44216F7BCF5BB4B51AA14 /* EndpointF.ice in Sources */, - 3BB429E57DF68DF79B86A7C0 /* EndpointFactory.cpp in Sources */, - 1EBA3B100C307B3451816717 /* EndpointFactoryManager.cpp in Sources */, - B5542765B9B8059D1048F7C4 /* EndpointI.cpp in Sources */, - 680D783E44DFFAE292B0755F /* EndpointTypes.ice in Sources */, - E137AAC0C354A10A685755C7 /* EventHandler.cpp in Sources */, - 436C956626981DB3A30D1B13 /* Exception.cpp in Sources */, - C6E482D46B955854BEBCC37A /* FacetMap.ice in Sources */, - C488699CE733155E4E73DF49 /* FactoryTable.cpp in Sources */, - 3F4D48BD9650F4B47DA2FFD9 /* FactoryTableInit.cpp in Sources */, - E011A5064309D62DF27ED408 /* FileUtil.cpp in Sources */, - F5D393B3871DA08F70FA4AF4 /* HttpParser.cpp in Sources */, - 81E98C983784EAEA7D9E9F7C /* IconvStringConverter.cpp in Sources */, - 991EA1B7D6400BED6F563EDB /* Identity.ice in Sources */, - 4FAF30FA6FEEA14826EF436B /* ImplicitContext.ice in Sources */, - A5BC82B14539512BAA5F9ED6 /* ImplicitContextF.ice in Sources */, - 648B39042E3F7D75BFD498A8 /* ImplicitContextI.cpp in Sources */, - 32561DC6D6D13488EF9A3C31 /* Incoming.cpp in Sources */, - 16623AC5FD056662B896393B /* IncomingAsync.cpp in Sources */, - 6DF710A77F0922EBBA4B2740 /* Initialize.cpp in Sources */, - 58F4CB9B1D4E51F6B8936A04 /* InputStream.cpp in Sources */, - 3B564D4EDF3DC8BF19DB7A4F /* InputUtil.cpp in Sources */, - EE17F7857EA2313249F876E9 /* Instance.cpp in Sources */, - E04AD1BB5594D8940E12F5FF /* Instrumentation.ice in Sources */, - 765151DED8B332D15D1F6A93 /* InstrumentationF.ice in Sources */, - 04F626B88D8324E0E0035645 /* InstrumentationI.cpp in Sources */, - 90454E188CBAAEEE21C1F9D7 /* IPEndpointI.cpp in Sources */, - CDF42CF1C4E0F22FDD69C82E /* LocalException.ice in Sources */, - 736719631FE8733D8D60CE75 /* LocalObject.cpp in Sources */, - E06D8351AB7AD00EEBC30411 /* Locator.ice in Sources */, - 6F1CE476830C0C229C898091 /* LocatorF.ice in Sources */, - 77EB362F5DC52FB1898323BA /* LocatorInfo.cpp in Sources */, - 9AC9DBADBE4623E370E44549 /* Logger.ice in Sources */, - 7FA00F48342E48B3991D415C /* LoggerAdminI.cpp in Sources */, - A27B9C67A0D5AE1A30C758F9 /* LoggerF.ice in Sources */, - 53F1F3741A4FBA3D7DA0B5B5 /* LoggerI.cpp in Sources */, - 2C0EE27058ABB632407798EB /* LoggerUtil.cpp in Sources */, - 78C3C1329F42226AB830F898 /* Metrics.ice in Sources */, - 8B45BCC996370D2C1B3D1F93 /* MetricsAdminI.cpp in Sources */, - 72593A0D259530E4FD4BE2CF /* MetricsObserverI.cpp in Sources */, - 54369EF713EA1AAF2C396E33 /* MutexProtocol.cpp in Sources */, - 87CA05D537E1628272D4F4F1 /* Network.cpp in Sources */, - D5D8C4A0C4E092309BF34EDD /* NetworkProxy.cpp in Sources */, - 1E15EDC9FC9E9D03C786E32B /* Object.cpp in Sources */, - 02D28D1F445BD96E4468BAB2 /* ObjectAdapter.ice in Sources */, - 109451EC23D9988062268A5A /* ObjectAdapterF.ice in Sources */, - E52AA6B2F6E5F3288C518E5E /* ObjectAdapterFactory.cpp in Sources */, - 09252C5ED5B8943F31F9BF06 /* ObjectAdapterI.cpp in Sources */, - 648304C9238862AD668B0753 /* ObjectFactory.ice in Sources */, - E15849734026870BFA1B6F25 /* ObserverHelper.cpp in Sources */, - 5872078148F3EA8EB5B12E66 /* OpaqueEndpointI.cpp in Sources */, - 24DCFF45BC91EFCBBE5D9736 /* Options.cpp in Sources */, - 6FCEB058D7D758ACDF1A1453 /* OSLogLoggerI.cpp in Sources */, - C1F1826513C7991D09B8CEB6 /* OutgoingAsync.cpp in Sources */, - 8BB4C48E817DB589F5D7A031 /* OutputStream.cpp in Sources */, - 97E527B5DC6072305AC21A32 /* OutputUtil.cpp in Sources */, - 1F7FF63FE1C9ADC87F8544DA /* Plugin.ice in Sources */, - D6313F7C64EF592090076FD3 /* PluginF.ice in Sources */, - 2BF0CBEAE3E36906BD56B449 /* PluginManagerI.cpp in Sources */, - 677771118CB5AD0CF8B72203 /* Process.ice in Sources */, - 9AD6155154407A1133D5C24E /* ProcessF.ice in Sources */, - 6FF5C7A345378BF5BE10647E /* Properties.ice in Sources */, - 9B34A010A856D5A869BD337A /* PropertiesAdmin.ice in Sources */, - A375F8131B91661D938E8478 /* PropertiesAdminI.cpp in Sources */, - DA6FD0C14653E57C931490BA /* PropertiesF.ice in Sources */, - F973819877F19D3151E487D7 /* PropertiesI.cpp in Sources */, - 82C2EA968B4610EC760FDE3F /* PropertyNames.cpp in Sources */, - B3A7D100B3E1632AE6BB21BA /* Protocol.cpp in Sources */, - F0AB266B9FD12BA1EE2CC170 /* ProtocolInstance.cpp in Sources */, - C5F59E3722E0D306365701E8 /* ProtocolPluginFacade.cpp in Sources */, - 6E696FA9713BA0D172FC00F9 /* Proxy.cpp in Sources */, - 522734100760F8180CB929E2 /* ProxyFactory.cpp in Sources */, - 1AC471AE890319054CE01A5E /* Random.cpp in Sources */, - 6D2D5F0B19DB77E071A92DC3 /* RecMutex.cpp in Sources */, - 6C2DD42A2410BE0DCC51E840 /* Reference.cpp in Sources */, - 270E56308AF7EA81132384E3 /* ReferenceFactory.cpp in Sources */, - B664EDBF5D2C221D78891F3B /* RegisterPluginsInit.cpp in Sources */, - 1EF4BA0C53C1FA93586A221A /* RemoteLogger.ice in Sources */, - 4CAEE24897E5B151818FC8DE /* RequestHandler.cpp in Sources */, - 2A0E512BC70D41215FF7C2AF /* RequestHandlerFactory.cpp in Sources */, - 8F336156EC8D5211BA8DC52A /* RetryQueue.cpp in Sources */, - E1A4AAE789F7F006199D9087 /* Router.ice in Sources */, - 03120AF6F805187A5B4F3EED /* RouterF.ice in Sources */, - 184097FD7AB38CC111D7A004 /* RouterInfo.cpp in Sources */, - 0E64FCE96A63E0E952BD9AF2 /* Selector.cpp in Sources */, - D65AC55ABD31B8FDD5AB7AAD /* ServantLocator.ice in Sources */, - D355E14893A90A85BA119D74 /* ServantLocatorF.ice in Sources */, - 155BAD05C4537249D33BCACC /* ServantManager.cpp in Sources */, - A83D704E60D33AF52751A00B /* Service.cpp in Sources */, - 6CFEDF4AB96FACAF2894BC2C /* SHA1.cpp in Sources */, - 64EB4E80970BD4E421BE1030 /* Shared.cpp in Sources */, - 9A75F9F4082537CEA791E88D /* SliceChecksumDict.ice in Sources */, - 7043186FFFCD5D9FC4546DDE /* SliceChecksums.cpp in Sources */, - 0D5C4DFC78C49AC58AB033E8 /* SlicedData.cpp in Sources */, - 1995DA03BDFFC2B60F511CA2 /* StreamSocket.cpp in Sources */, - ACEE551686776A27F721436F /* StringConverter.cpp in Sources */, - EA38498551D7B54AB2BA4D40 /* StringConverterPlugin.cpp in Sources */, - D5B4D7A97A912CDD90E58BC5 /* StringUtil.cpp in Sources */, - 99E4AFEE4ED813EDA5FF2FFC /* SysLoggerI.cpp in Sources */, - 903E1BD0A3ECD292917A9034 /* SystemdJournalI.cpp in Sources */, - ABF20C9C0B232A490D63DD5A /* TcpAcceptor.cpp in Sources */, - CF2759D9AF5065D14044F1FC /* TcpConnector.cpp in Sources */, - DB2F5A781EF668FD348FAD59 /* TcpEndpointI.cpp in Sources */, - 6D3DF91B0A8C101D36F0FB67 /* TcpTransceiver.cpp in Sources */, - F3289B39ABC2314D06ED9576 /* Thread.cpp in Sources */, - E14297860BF3B575F0103759 /* ThreadException.cpp in Sources */, - CD63A7B79476F26F874F5276 /* ThreadPool.cpp in Sources */, - 78CA8FB4406DDEF1395F2014 /* Time.cpp in Sources */, - 02649C182D91B55856B1659D /* Timer.cpp in Sources */, - 20CC6C14E40731A0A731689B /* TraceLevels.cpp in Sources */, - 809E2786EE86FCD38629E5F0 /* TraceUtil.cpp in Sources */, - B0CCE71B35010708F9C34E55 /* Transceiver.cpp in Sources */, - 6F6664909157E6AFA63DB8BB /* UdpConnector.cpp in Sources */, - 1B85BCB469C1E7CC1FDE3132 /* UdpEndpointI.cpp in Sources */, - AE75240EDA2C8A5032887747 /* UdpTransceiver.cpp in Sources */, - 65904FB401AC4DF00D4DB452 /* UtilException.cpp in Sources */, - 2F7B1E630B378F96B5C409AA /* UUID.cpp in Sources */, - D5AC9988E66BA4117C92EB08 /* Value.cpp in Sources */, - 1822C6C1A8F8A82A9D6E2F80 /* ValueFactory.ice in Sources */, - 127D3C45DD162B470A7DF24E /* ValueFactoryManagerI.cpp in Sources */, - D1374D22306AD0D3863D7037 /* Version.ice in Sources */, - BAB92F72E970C1AE0184A95B /* WSAcceptor.cpp in Sources */, - F35BCD2D9E2623739F628B62 /* WSConnector.cpp in Sources */, - 46121E5E34663576FEBA784A /* WSEndpoint.cpp in Sources */, - F78C56C9F064EF0D496C4140 /* WSTransceiver.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B6BC36400C7B859D5D4B31D6 /* Sources */ = { + 7359F29F61E4B53B017D31C4 /* AcceptorI.cpp in Sources */, + 7FE2CDD70B776F4FFA0ACFA4 /* CertificateI.cpp in Sources */, + 3FD8255F8817662BD008CEE2 /* ConnectionInfo.ice in Sources */, + DDDFDBB1EF5F14B801138D69 /* ConnectionInfoF.ice in Sources */, + 50FEEBB7F342D192BC327FF0 /* ConnectorI.cpp in Sources */, + 733930EADC02666D4A323E3F /* EndpointI.cpp in Sources */, + EA9B48797E6FA65F90BB63E9 /* EndpointInfo.ice in Sources */, + 9ECBAC6EECC3998CA0262E09 /* Instance.cpp in Sources */, + A7CE7E52C1FD000D115BDBF3 /* PluginI.cpp in Sources */, + 17EE509F4EBF491F8E71309F /* RFC2253.cpp in Sources */, + 1541C29E806877C3BD97B046 /* SecureTransportCertificateI.cpp in Sources */, + 40E8AEA824900080938A85F2 /* SecureTransportEngine.cpp in Sources */, + 1ACECA717D7115D350160AB6 /* SecureTransportPluginI.cpp in Sources */, + 009DF1D5A1E71419C76CE8E9 /* SecureTransportTransceiverI.cpp in Sources */, + 1C95F932A95D3A956FE70C7B /* SecureTransportUtil.cpp in Sources */, + F97135AE0408365863468D50 /* SSLEngine.cpp in Sources */, + E22DFEF2B924EFA286F57ADE /* TrustManager.cpp in Sources */, + A9E6BAFB1F1390BBBDF5079B /* Util.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CAA01345055A406C1F1D7492 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 57C81006E622BB1B84104228 /* AllTests.swift in Sources */, - 1DA584AA77740C19EE1E9848 /* Client.swift in Sources */, - DEFE911F7302F133E033E4E7 /* Collocated.swift in Sources */, - 9A269CD46FDC1BEB5F44B439 /* Server.swift in Sources */, - C0E58A7186448630EAA5F6F1 /* Test.ice in Sources */, - CD42A71DC7A3BB6371D5041B /* TestI.swift in Sources */, + 01AE7655E3605EDA779FD404 /* AllTests.swift in Sources */, + B5EFECF5C723A07A84E5199D /* Client.swift in Sources */, + 5F5F6DFE79B26D83C41D6B2D /* Server.swift in Sources */, + 9813A93722866C785A46B1BD /* Test.ice in Sources */, + A8234F394BEAF7153FC2E075 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - BBDFEC494BA091AC2CEC4C9B /* Sources */ = { + D0CE651AA57FB671848CB8EF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1456A038163D4FF3B8B843A6 /* AllTests.swift in Sources */, - 4750F8D53116291566CCBAB6 /* Client.swift in Sources */, - 3530A82DD16DEE416FC4FD68 /* Server.swift in Sources */, - 88210360D56850C44CF914C6 /* Test.ice in Sources */, - DA2C50925EA915F232387BA0 /* TestI.swift in Sources */, + A74914CB52AD9247A53B1C0D /* IceLocatorDiscovery.ice in Sources */, + 0E2FBBAE2B2FDC14DBFA5993 /* PluginI.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - BD7E609C48B3FD6CFD761B9C /* Sources */ = { + D24690E04FA3C7B122CE7546 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D71B75B631FEEB25D078F79B /* ServantLocatorI.swift in Sources */, - 480853D6AF85EF6C64F5205A /* ServerAMD.swift in Sources */, - 5BA03E53CF5166B54DB33B8B /* TestAMD.ice in Sources */, - 91A3D4B2238FC64161316F0F /* TestAMDI.swift in Sources */, + 9CFA215DCCFDA7073247DC7F /* AllTests.swift in Sources */, + 1D1239658430A407D076CD09 /* Client.swift in Sources */, + 89D211F086FFFEDAB1A7F3D7 /* Server.swift in Sources */, + 1B8EFE1B6B479890F5CA9A58 /* Test.ice in Sources */, + 12FBD6F394E153420C68077E /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - C137FEA5DC22739F396055F8 /* Sources */ = { + D42D437ABE4B1B3644CEC2DC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0DA8C6C70FB060D13BB9B396 /* Metrics.ice in Sources */, - 507F1802916DCEE401AF445D /* PermissionsVerifier.ice in Sources */, - 94D492DEBB8E03AF4276B36C /* PermissionsVerifierF.ice in Sources */, - 1D9031000DBCCCCBE77373F7 /* Router.ice in Sources */, - EE4DB66068B1AF3B8BEAADAC /* RouterF.ice in Sources */, - 846DED996D509A286C10AD6B /* Session.ice in Sources */, - 523AFFF5D93BF294D663FFA5 /* SSLInfo.ice in Sources */, + 8C2AB00259210699CBB77C33 /* AllTests.swift in Sources */, + 7684722AAE2198ADCD1349FB /* Client.swift in Sources */, + 31B3FA9D40F5126422E5000B /* Server.swift in Sources */, + EB78C2061F0F02EFB1275418 /* Test.ice in Sources */, + 84C0ADD58994E895CFE81CFF /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - C79BA05EC479970A44A3576F /* Sources */ = { + D6AC41AD698154B9027096DD /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - AE7D6069770D47FBB19B4171 /* ServerAMD.swift in Sources */, - 7E2F2E06AA1A0498B9A70080 /* TestAMD.ice in Sources */, - CF9CE2F32612A1D0F9C08864 /* TestAMDI.swift in Sources */, + 0F430B712290A0C14E4DDC60 /* AllTests.swift in Sources */, + 9EE72C54490C45969F834E64 /* Client.swift in Sources */, + 466F80E9D87E019E0A1A09F9 /* Collocated.swift in Sources */, + 7715C105B28DF889DA4F53E4 /* Forward.ice in Sources */, + 050B53A3B8AE8862784001D0 /* Server.swift in Sources */, + C6A8DAA5301393B59F1F1088 /* Test.ice in Sources */, + 883A008CC001B9ABE7D32B0F /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - C989FF1DB05BF2D623C97BAD /* Sources */ = { + DA2A565481670D3859C4EA83 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8971CBCCFA765CEEB7E602DA /* AllTests.swift in Sources */, - F9BA775AFB679DA6FB8AF23F /* Client.swift in Sources */, - B2F0650F126B8EFDDB3D4A03 /* Collocated.swift in Sources */, - E816DB587F898E2DD297840D /* ServantLocatorI.swift in Sources */, - 2C3A067522C4B1EC9BF44790 /* Server.swift in Sources */, - A0843B8CD35CD7B0D78F519B /* Test.ice in Sources */, - 1F01A54EE3223C8A735B4C28 /* TestI.swift in Sources */, + 805A0004E6ED7989FFBAF3B9 /* AllTests.swift in Sources */, + D9242B12A1CA032FDD9ADD21 /* BatchOneways.swift in Sources */, + 7B444DC93EC1267DDE072D0B /* BatchOnewaysAMI.swift in Sources */, + 05628A7E6C5ADE22A2852DCB /* Client.swift in Sources */, + 5DCD617A0065DDBA66EF3884 /* Collocated.swift in Sources */, + DFCC283C8F8B84DFC581EDD8 /* Oneways.swift in Sources */, + A8B0BCD588618C18966B994F /* OnewaysAMI.swift in Sources */, + 3B27F8CD178FFF2E7F5770D1 /* Server.swift in Sources */, + 8120118E0A23E3305F1452DD /* Test.ice in Sources */, + E27F051F15E4911965A6CC39 /* TestI.swift in Sources */, + 92B6BFA2022AB7DB89DC200F /* Twoways.swift in Sources */, + F3ED7E0A46B156BAB85E14CA /* TwowaysAMI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - D227C947821673BDFFAEA88C /* Sources */ = { + DCD3F7E45921239AE9A9D01E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D92835052125B359FA80E8B3 /* Client.swift in Sources */, + 585C920E4FB4BC441B4F0DE6 /* ServerAMD.swift in Sources */, + DE10F3156CE3379526582F0B /* TestAMD.ice in Sources */, + 145F8BFC0C207263C8BB3D3D /* TestAMDI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - D31D448B5FF140F217C5E19F /* Sources */ = { + DDF891CBBAE561FA4B4E3DC5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FEC36F150B7D4E08FE542853 /* AppDelegate.swift in Sources */, - FBC38BB06F1F36F8ECFB31C8 /* Assets.xcassets in Sources */, - 6081D55B200FC252FB299412 /* Controller.ice in Sources */, - B777AE742CA5117A5781503B /* ControllerI.swift in Sources */, - D6BB67EDE9198FFC2FE0336B /* LaunchScreen.storyboard in Sources */, - 11CF97DDDA2A02A8DCF17628 /* Main.storyboard in Sources */, - A050DB6F9446AACD196F9885 /* ViewController.swift in Sources */, + 4490698DD31CC2C180E8033C /* Client.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - D51073EDB2BA5A2887305E1B /* Sources */ = { + ED2FCA28A0E4424EC17CC098 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7B54CBC22C81225F36D42CA6 /* AllTests.swift in Sources */, - B4405343F96B653AC3322873 /* Client.swift in Sources */, - F1A9B656819AFDFEDFD6F710 /* Server.swift in Sources */, - 876C248F56AA45DCDD900DC4 /* Test.ice in Sources */, - A4178C65DC381D772DDB7A46 /* TestI.swift in Sources */, + 3D5C678BBADB43042048464F /* AllTests.swift in Sources */, + A76D2CE41C5CC17E2DD24FA1 /* Client.swift in Sources */, + 408BC14DDA9D7AE3F3365CD4 /* ClientPrivate.ice in Sources */, + E452CF2A9BDA3481C097E006 /* Server.swift in Sources */, + CE8889D27D0D9FB71925BE0A /* ServerPrivate.ice in Sources */, + 57B0F7315E3CC83CBE088795 /* Test.ice in Sources */, + 957A19EB6F61B9D0A9743279 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - D5E0431383D55E1A07F595BA /* Sources */ = { + F0498BDD57D115F04B40D82D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1C477AF97B6487919406DE32 /* Client.swift in Sources */, + A985BD53396088A3EC8FBFB0 /* Client.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - DFE89C5A9EBCADA8406BB7C1 /* Sources */ = { + F286F595B83A232B1D1D5BF3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 97FC1663FE20244F4D80E75C /* AllTests.swift in Sources */, - FFA1B24B23266415DF6FA7F0 /* Client.swift in Sources */, - D319E8DE76DF6394DD4E2583 /* Server.swift in Sources */, - 08C3C55398B2120840144B70 /* Test.ice in Sources */, - 4DAF5CCC77888B5A3FC3754E /* TestI.swift in Sources */, + F94A7CEB1929857AA04FFBEF /* AllTests.swift in Sources */, + 99DE2D8FF7241EFDF3F27367 /* Client.swift in Sources */, + EE62689327CD8AFF8D11B837 /* Server.swift in Sources */, + 28EA2951BBB16CE82A8E6E27 /* Test.ice in Sources */, + 0FDB8486347F4CD9E762DEB2 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E532081C7235418151269B67 /* Sources */ = { + F3FF5AC3693CB6481DB4DD4B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - EB5ED78147361236FC2E87EC /* AllTests.swift in Sources */, - 3417F45EE6C77C99FE33A805 /* Client.swift in Sources */, - E5197AB6C5873F7B65DB84D9 /* Test.ice in Sources */, + 3717FDBDEBE8758A82E7FEFD /* ServerAMD.swift in Sources */, + 1BB1AC9B9EF23E461D452508 /* ServerPrivateAMD.ice in Sources */, + 0AD0CC9F71662B76FAC8F39E /* TestAMD.ice in Sources */, + 3C83CE5686B9ABEAA090F82C /* TestAMDI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E602572CBC11BC89612608FA /* Sources */ = { + F54E185707E9B7D51CE4700F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B6AFF3DA5AB691925EE0E097 /* IceLocatorDiscovery.ice in Sources */, - 4BAAA35BAB79FACC52E48E1F /* PluginI.cpp in Sources */, + 1B233D7436ECBD468512B53A /* AllTests.swift in Sources */, + C90C66859CC1A400B33D97AA /* Client.swift in Sources */, + F12AD239642B5A2C59FA8FF8 /* Test.ice in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - EBA8042B1E21379A061456C8 /* Sources */ = { + F5AD30D172E5AC994B4DB7A0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9BCB017759AD9FA494BC3831 /* IceStorm.ice in Sources */, - F7DF82E5ED868EB5170B73D1 /* Metrics.ice in Sources */, + 6392ED6E206080E89731F12E /* AllTests.swift in Sources */, + B5386889AE7AFCE2AC4E316A /* Client.swift in Sources */, + 3ABFB3858C960680EC3C357A /* Server.swift in Sources */, + 87111D817E0AAD0C53121101 /* Test.ice in Sources */, + DF55DAFCC102B93084E529B5 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F111A788670F4C9E609492AB /* Sources */ = { + F748B9C27D7A8C894ECF93B1 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 898A1BFC38FC418EDD886FAD /* Client.swift in Sources */, - 55333BD5CF0168F4C9E40B53 /* Test.ice in Sources */, + 48DE01A7006A11168E6E6964 /* Admin.ice in Sources */, + 353B9322696BF0D51E071224 /* Descriptor.ice in Sources */, + A0CA0C5CBC037250CB4AA0B8 /* Exception.ice in Sources */, + F191189994F43BEA5B32FFCB /* FileParser.ice in Sources */, + FB7E0D01AD2E2F58C80075F0 /* PluginFacade.ice in Sources */, + 042550237A4885FCE7077505 /* Registry.ice in Sources */, + BC1558EE255F78980ADBA626 /* Session.ice in Sources */, + 56D6C5EEC08606C9EA3C08AC /* UserAccountMapper.ice in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F2663B437DB5ECB75EC78A31 /* Sources */ = { + F825256DE627380988F33EE1 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F78C6DC433596AF01350089A /* AllTests.swift in Sources */, - DE8F45D3ACCFF9C79EFAA18B /* Client.swift in Sources */, - CBFABBE80EDAC89FFA0495E4 /* Collocated.swift in Sources */, - B39F01CABC8DE982676D527F /* Server.swift in Sources */, - 46F8AA0783A7E9130BDCAFCA /* Test.ice in Sources */, - 849DD5DB11440EADEA4DC180 /* TestI.swift in Sources */, + 2A2969ACD2EA84EE2FB07B34 /* AllTests.swift in Sources */, + F0A86704D079A74ABE7842BA /* Client.swift in Sources */, + 3F7A7A17BBF8D95B8C73CBDE /* Server.swift in Sources */, + 14862808C45717A92A7844DE /* Test.ice in Sources */, + 0E38E8C042BED26566A43A67 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F4733D5D14208FEC54939567 /* Sources */ = { + F9349E2BDAE18A6EA12D420F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B951F22E2270DBDECE676843 /* AllTests.swift in Sources */, - 86BD79D97788FC604C8EBFDB /* Client.swift in Sources */, - CBAF12B3F4865A8D31C5284C /* Collocated.swift in Sources */, - 7697CE4CF44A3982A2BB99B0 /* Server.swift in Sources */, - B827A0FCB1B6CD50F703A7D1 /* Test.ice in Sources */, - 1E87F56C76816908B14949FD /* TestI.swift in Sources */, + C25F6CABE3D813AE67755EA8 /* BlobjectFacade.mm in Sources */, + E329CB4620D7F23C6DF78E24 /* Communicator.mm in Sources */, + D0FA8091B212122C91EB1C2C /* Connection.mm in Sources */, + 8349BD252835529E16A8B20A /* Convert.mm in Sources */, + DF0BEC5F7BF7DEE36B5FD3D6 /* Endpoint.mm in Sources */, + F42FCA75C229E2A822E39750 /* Exception.mm in Sources */, + ED2279E8BE6749018AA4FEA9 /* IceUtil.mm in Sources */, + 653F34D02B4DAFE81E6DCEB2 /* ImplicitContext.mm in Sources */, + 1E345693BB26BDAC70F5CB21 /* LocalObject.mm in Sources */, + 3A5257397E31C2B22A18C2F8 /* Logger.mm in Sources */, + 7BAE8F8E3712914D1A21F027 /* ObjectAdapter.mm in Sources */, + 0F84119D6FB09702D1AC7D24 /* ObjectPrx.mm in Sources */, + F3EC20E3E6F4A56AD857B4EB /* Process.mm in Sources */, + 92F5EC4BA3FF014B9A60823F /* Properties.mm in Sources */, + 5082F510AD02EE4D60A0B250 /* PropertiesAdmin.mm in Sources */, + 10843A5FB7B2BE2BF294DAF4 /* TraceUtil.mm in Sources */, + 6EE9D08E901DAF65ADADBA0B /* UnsupportedAdminFacet.mm in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F68AD873238CFAB4EE90C931 /* Sources */ = { + FA7809581717EA672747979F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 78F2C9AA22E6BC319B2A875A /* ServerAMD.swift in Sources */, - D7CAAA42AA8727C55658E643 /* TestAMD.ice in Sources */, - A0027849A3B626FD753D2E3B /* TestAMDI.swift in Sources */, + 76AEA1A874DF48392DAC3481 /* IceStorm.ice in Sources */, + C36BA2E2C6E342DA0E29755A /* Metrics.ice in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F73A5BCBC4F3F7CDD407CEF9 /* Sources */ = { + FDBE9E38A813BB061368A005 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2B9E6ED85C477EE1FBD2A96D /* AllTests.swift in Sources */, - EDA55D2D98A78CD661B69CCB /* Client.swift in Sources */, - FBA5EE44667005DB283A3694 /* Server.swift in Sources */, - DF60D25A651D0D5C48E661FF /* Test.ice in Sources */, - 272201C32AC35FCBA0EAD735 /* TestI.swift in Sources */, + 2211A12F3324BA397BF01F20 /* AllTests.swift in Sources */, + 1F0DA5EE893422479B678C52 /* Client.swift in Sources */, + AF7B89A8F1069462A89A41C7 /* Server.swift in Sources */, + 538A565DD33299347E41E682 /* Test.ice in Sources */, + 15E5987E379FE100A1D00258 /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F7890AA962BE24C62A23EBAF /* Sources */ = { + FDEB770919A0ADC04D55BAFE /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B703E916C368A42DBC54A4A4 /* Client.swift in Sources */, - 51BC0AFF6A65B8542A054A0E /* Test.ice in Sources */, + CC0F761A627BC3BF10242600 /* Client.swift in Sources */, + 4E4B47E076D3EC4496004442 /* Test.ice in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - FFB79183AC365B220539B6CB /* Sources */ = { + FE93DB8E0779D5AB0560F753 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 06A0F20413AA5801A5813C0A /* AllTests.swift in Sources */, - 5542A8F970346FBB8D19A4D2 /* BatchOneways.swift in Sources */, - F2915A8579ACFDD432C7F7F3 /* BatchOnewaysAMI.swift in Sources */, - 17C5D0C98E63602882253705 /* Client.swift in Sources */, - 6DE544F9D8DCCFB1906CBDDE /* Collocated.swift in Sources */, - 218EE762DCFFF4033258A9B4 /* Oneways.swift in Sources */, - 6F31A855A11C3F06568401C7 /* OnewaysAMI.swift in Sources */, - 4982271B1CF162C059A3D438 /* Server.swift in Sources */, - BD3C4BFD54374AFDB36DBCF0 /* Test.ice in Sources */, - 6DACB00FBBE8E216204305F2 /* TestI.swift in Sources */, - BE1D4B61E73CCA7121555633 /* Twoways.swift in Sources */, - AB6750EADC8019BFC2F12FC6 /* TwowaysAMI.swift in Sources */, + 041A767EB563649ADEAD6DFF /* AllTests.swift in Sources */, + F50EB342FDB33F4D8AAE27D6 /* Client.swift in Sources */, + 17FB4AC80FE5C009824FFA1D /* ClientPrivate.ice in Sources */, + F83E4FFE1A8C09DB2F87645F /* Server.swift in Sources */, + EF4EB69E404C8AD2D0FE4951 /* ServerPrivate.ice in Sources */, + FD71518E77678BA5AEAC49EF /* Test.ice in Sources */, + AC7E586446BD0271AAF4F3AF /* TestI.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 0664B9FBFA7DC7085E7FB5F7 /* PBXTargetDependency */ = { + 0750A9F68B8F257B36D881FC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "SliceEscape iOS"; - target = 7C70EE1A047E7A7AE4ABED3C /* SliceEscape iOS */; - targetProxy = 349149E0FDFD3B2B1E8DE27B /* PBXContainerItemProxy */; + name = "IceInvoke iOS"; + target = D5C229C9A3634C6D7F82BD45 /* IceInvoke iOS */; + targetProxy = C8FF6C7D1A298FB7CD12329F /* PBXContainerItemProxy */; }; - 07182D961C1640ADE5938127 /* PBXTargetDependency */ = { + 0B2822723D9A6D19B6E5652D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceStream iOS"; - target = B5903D49E097BE89D76EF395 /* IceStream iOS */; - targetProxy = B9A30114DC71FA5C7C934A7E /* PBXContainerItemProxy */; + name = "IceObjects iOS"; + target = 06303854213CBDE0E8304AF8 /* IceObjects iOS */; + targetProxy = A7157961674B49A09DD74D5A /* PBXContainerItemProxy */; }; - 0727486EC10297AE7D507EED /* PBXTargetDependency */ = { + 0F6178DDF2DBB1FF88C44062 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceSlicingExceptionsAMD macOS"; - target = 93E597B6858C58AE0759B5B4 /* IceSlicingExceptionsAMD macOS */; - targetProxy = 4E9FCB1FEF84D55A9A0A4501 /* PBXContainerItemProxy */; + name = "IceOperations iOS"; + target = 098E6FD5EB24363A4DEE0DA7 /* IceOperations iOS */; + targetProxy = 02946DC1E210AEE315E7BD23 /* PBXContainerItemProxy */; }; - 082ED1DB467655327945D426 /* PBXTargetDependency */ = { + 10A81177E967C2357538F82A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceInterceptor macOS"; - target = 097C250B3DDB3720E4EFB46B /* IceInterceptor macOS */; - targetProxy = FB809B71EB23D8587B10404D /* PBXContainerItemProxy */; + name = "IceOptional iOS"; + target = 7B42CF47A0B479F5B5DFD55C /* IceOptional iOS */; + targetProxy = 55D97558D935ABD06E2A9F96 /* PBXContainerItemProxy */; }; - 0909DCB878A9FCF403A6EA2E /* PBXTargetDependency */ = { + 10ABE8002E1DA2B1E706373F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceUdp macOS"; - target = F47A7BA0E9A8D3B3D3F386A2 /* IceUdp macOS */; - targetProxy = E8841E17573804A438BEA12F /* PBXContainerItemProxy */; + name = "IceHold iOS"; + target = BBE51454D363AD26F9080FBE /* IceHold iOS */; + targetProxy = 73B5B9EA0002A8A9C823337C /* PBXContainerItemProxy */; }; - 0C688312FC8CB92E5EF52E18 /* PBXTargetDependency */ = { + 148BA2F8EA8E770475142A96 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceServantLocator macOS"; - target = 5B9FD5A5518B1E6A910F0157 /* IceServantLocator macOS */; - targetProxy = B5DBE3B32818569C488B8FA5 /* PBXContainerItemProxy */; + name = "IceAcm iOS"; + target = 1AE5EF47AE73E767757F7A42 /* IceAcm iOS */; + targetProxy = BD1F9CA4F1A0D0A3CFD1B796 /* PBXContainerItemProxy */; }; - 1100223EC33987956481D39F /* PBXTargetDependency */ = { + 14C670B11B010DA2A1F3F7B6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceTimeout iOS"; - target = 587DE87D1F3107B640B3C493 /* IceTimeout iOS */; - targetProxy = EB22C423AC8C69F2F2DFC7EE /* PBXContainerItemProxy */; + name = "IceFacets iOS"; + target = 1CA71DA18C9564DDF7EE4E0E /* IceFacets iOS */; + targetProxy = 263BA2C3D89E9940CA52F2B7 /* PBXContainerItemProxy */; }; - 19DC4450496EDF32893451D2 /* PBXTargetDependency */ = { + 195A206A118C43EAD8972697 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceExceptionsAMD iOS"; - target = AB6EBD02DF84219ECFD620C2 /* IceExceptionsAMD iOS */; - targetProxy = 50C340CC63E5A1782A84F563 /* PBXContainerItemProxy */; + name = "IceExceptions macOS"; + target = C0EA9EA000AF657D3B789147 /* IceExceptions macOS */; + targetProxy = 9E1EAD678A1CB31491177E95 /* PBXContainerItemProxy */; }; - 1D6E46C1E9E71185ED2FE46F /* PBXTargetDependency */ = { + 201E74C7F05EAC6ADDA1E18F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Ice C++11 macOS"; - target = BE92BF50C0D2D77530D2A0CD /* Ice C++11 macOS */; - targetProxy = ABB91AF8B4E45759755DFEC4 /* PBXContainerItemProxy */; + name = "IceServantLocator iOS"; + target = 1C7768E80D8EEC3DC33D4093 /* IceServantLocator iOS */; + targetProxy = AF813B8451788F574665C981 /* PBXContainerItemProxy */; }; - 2BBAFAAC509F4521F3901061 /* PBXTargetDependency */ = { + 2510A2A739EB434EE5A4F78E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Glacier2 macOS"; - target = 5ECBAD3BC7D28AFA1020FA55 /* Glacier2 macOS */; - targetProxy = 2B3911FE4457DBCD5979AC2A /* PBXContainerItemProxy */; + name = "IceDefaultValue iOS"; + target = 2B9DCABB7DD2568783EC5FDF /* IceDefaultValue iOS */; + targetProxy = CF5856C351B9BD4B6BAD04CC /* PBXContainerItemProxy */; }; - 2C68AD42C8800984B4D5DADF /* PBXTargetDependency */ = { + 2531F92491E4B555D0788209 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Ice C++11 macOS"; - target = BE92BF50C0D2D77530D2A0CD /* Ice C++11 macOS */; - targetProxy = 3EB454086F804048D2F71F35 /* PBXContainerItemProxy */; + name = "IceProperties macOS"; + target = CC33F85906E9FC1AEA0A8CCD /* IceProperties macOS */; + targetProxy = 5F1722C301EDB3D6C13F8014 /* PBXContainerItemProxy */; }; - 2C897D86C815D21EE3D7AED6 /* PBXTargetDependency */ = { + 253A34B0B12854F068C665AB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceHold iOS"; - target = D60CC397B9B10E9F3A0C5315 /* IceHold iOS */; - targetProxy = 77867B7F30E06A0A7388BFFF /* PBXContainerItemProxy */; + name = "IceDefaultServant iOS"; + target = 71154AA1E8CE0A20D5F5AB1A /* IceDefaultServant iOS */; + targetProxy = F1AC928018CC2532ABC31B10 /* PBXContainerItemProxy */; }; - 2D939433AE6EC71E7F8F0696 /* PBXTargetDependency */ = { + 25C5D8AB8ACD6701D42F0E5E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Ice C++11 iOS"; - target = 77A005F4E620E2B76249A934 /* Ice C++11 iOS */; - targetProxy = 71EE1430DF027E64FA875D9E /* PBXContainerItemProxy */; + name = "IceSSLConfiguration macOS"; + target = 76A1440ED576BB5A3465EFF7 /* IceSSLConfiguration macOS */; + targetProxy = C97DC20E3848A06CC4CD1EED /* PBXContainerItemProxy */; }; - 2FE1A7341AFBF8DD0C03FD10 /* PBXTargetDependency */ = { + 271DDAA5D1614BB6ED360958 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceAcm iOS"; - target = 1A5B6182216F213795E45302 /* IceAcm iOS */; - targetProxy = 34773B77835C3CC09CCC505D /* PBXContainerItemProxy */; + name = "IceAmi macOS"; + target = 6DA5E4E5AE68711A817C41C3 /* IceAmi macOS */; + targetProxy = ACBA7FD77889E6A58ACB5902 /* PBXContainerItemProxy */; }; - 3368AFFA0FC2D66CC3739533 /* PBXTargetDependency */ = { + 28DFCEB902EED6695A75EAAC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Ice C++11 iOS"; - target = 77A005F4E620E2B76249A934 /* Ice C++11 iOS */; - targetProxy = E8E99F7A96B8378FCEDD03FC /* PBXContainerItemProxy */; + name = "IceProxy iOS"; + target = 1BB65BC934C50A241DD72EB0 /* IceProxy iOS */; + targetProxy = CD832916DCEA6DB46537DB23 /* PBXContainerItemProxy */; }; - 39B9553895190E4D3F4A8FC0 /* PBXTargetDependency */ = { + 29D6CB1F4D09C36BAC09206F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceOptionalAMD macOS"; - target = 31FF9E7B3D38D84F48DA06D1 /* IceOptionalAMD macOS */; - targetProxy = 80EDF8FFCD43B1AC8DC7B419 /* PBXContainerItemProxy */; + name = "Glacier2 iOS"; + target = 0B355B60CB5058C222A05F0F /* Glacier2 iOS */; + targetProxy = F6709F7E5C348E3EF420931F /* PBXContainerItemProxy */; }; - 3AFE224E9EE4B4864BBC1D5F /* PBXTargetDependency */ = { + 2F6F9B5D4513D77A8AC7DDC0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceOperationsAMD macOS"; - target = D1ED8784329C86C777DED80E /* IceOperationsAMD macOS */; - targetProxy = AFDECD4898AE0012AD3D2C84 /* PBXContainerItemProxy */; + name = "IceAdapterDeactivation macOS"; + target = 0E5B6FF412FD4C68F048F3A6 /* IceAdapterDeactivation macOS */; + targetProxy = D55FD5044977EEA5D131E8FE /* PBXContainerItemProxy */; }; - 3B3D78656BB8B97F74D3FA14 /* PBXTargetDependency */ = { + 317845B3DC9AEBB7D0E3407E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceLocation macOS"; - target = D4D5EA1CE255AAD11A2C027B /* IceLocation macOS */; - targetProxy = B7B2B46CC2ABB29005597B4C /* PBXContainerItemProxy */; + name = "IceRetry macOS"; + target = 6DED301DB251D210C53F8A31 /* IceRetry macOS */; + targetProxy = EF10B23B0D1473F79909BB00 /* PBXContainerItemProxy */; }; - 442A1A0DF290B2CC65351658 /* PBXTargetDependency */ = { + 32EAECFB045263D2FA5CEC7B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceObjects macOS"; - target = 51DCD790B2181805210AD1DE /* IceObjects macOS */; - targetProxy = EF4EA64E7229F19323C69414 /* PBXContainerItemProxy */; + name = "SliceEscape macOS"; + target = 3BAF3007F5BB5975D0E3BCCD /* SliceEscape macOS */; + targetProxy = A720651B99F09CC1918D5312 /* PBXContainerItemProxy */; }; - 46B22DFF2881C6283EC43D17 /* PBXTargetDependency */ = { + 32EBAA5E1228172F3085A05E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "SliceEscape macOS"; - target = 76EB76E57C52F373B2A6C902 /* SliceEscape macOS */; - targetProxy = E40142F1446626E19046B591 /* PBXContainerItemProxy */; + name = "IceInheritance iOS"; + target = 18EBB45A5DA6C9773AECE7FA /* IceInheritance iOS */; + targetProxy = 890CD1EE5BD1F90B64581399 /* PBXContainerItemProxy */; }; - 47634126AEF87DA1B836F693 /* PBXTargetDependency */ = { + 34B560DC87B3A0B5AEF1E88B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Ice iOS"; - target = 36C5FC458D8BC9519A544A6E /* Ice iOS */; - targetProxy = 88F6E51EFCDE7F690B339391 /* PBXContainerItemProxy */; + name = "IceDefaultValue macOS"; + target = 42FFB5A60FE60E45AF9D1E59 /* IceDefaultValue macOS */; + targetProxy = 30FE23982890ABCCB69D3AEE /* PBXContainerItemProxy */; }; - 48DB3F4C9BE5C64B9CF84459 /* PBXTargetDependency */ = { + 36645D530A84F7CA6BFD8C44 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceProxyAMD macOS"; - target = D49618E733FCF88CEA9B345E /* IceProxyAMD macOS */; - targetProxy = 3B3604CD378B616E92CC7824 /* PBXContainerItemProxy */; + name = "IceSSLConfiguration iOS"; + target = A1748B8EFF3199D5E9B8A0B7 /* IceSSLConfiguration iOS */; + targetProxy = A145617DC2202626D160A12F /* PBXContainerItemProxy */; }; - 4CAE1246BC1524B6192C999E /* PBXTargetDependency */ = { + 3D899C8714D086B78D53FF5C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Ice C++11 macOS"; - target = BE92BF50C0D2D77530D2A0CD /* Ice C++11 macOS */; - targetProxy = 9E5FA94240098F5E8E23D06A /* PBXContainerItemProxy */; + name = "IceEnums macOS"; + target = A268273C4FFE1FC71A25086D /* IceEnums macOS */; + targetProxy = E65C5FCA6DBAB1EF1D132AEF /* PBXContainerItemProxy */; }; - 5040F1BE527C7C95934A56DD /* PBXTargetDependency */ = { + 3EAB0204211A6921DE47BB43 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceInvoke iOS"; - target = 3E61CD8370BCB3C687028883 /* IceInvoke iOS */; - targetProxy = 0B81527906211605E3CEBA2B /* PBXContainerItemProxy */; + name = "IceFacets macOS"; + target = 0974C7F508E3EDAC9E1E5D40 /* IceFacets macOS */; + targetProxy = 8AAC8991C4E4F5A5542DD144 /* PBXContainerItemProxy */; }; - 578A7EE0EB17AB2A5277D2BD /* PBXTargetDependency */ = { + 42FC1FB711853F293417EA6F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceProperties macOS"; - target = 43FC4EA4439666F660B19794 /* IceProperties macOS */; - targetProxy = 6531B20441205714DDDD7E3E /* PBXContainerItemProxy */; + name = "IceOptionalAMD iOS"; + target = 40193CADF4D789D61304A5E0 /* IceOptionalAMD iOS */; + targetProxy = 50B51FF6FE0D2FDE56351113 /* PBXContainerItemProxy */; }; - 5D1CF14CD656A6867F37307F /* PBXTargetDependency */ = { + 456E7E8EEF8DABE7910651A7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceSlicingObjectsAMD macOS"; - target = 65261994F8947C25192EBDAD /* IceSlicingObjectsAMD macOS */; - targetProxy = DA341896A20437999F2A5976 /* PBXContainerItemProxy */; + name = "IceProxyAMD iOS"; + target = 544909AD9A3F8B0EBF868EE6 /* IceProxyAMD iOS */; + targetProxy = A0D70D58A410C221A363643C /* PBXContainerItemProxy */; }; - 5E266A5C55988221C1E4971F /* PBXTargetDependency */ = { + 45ACA40D06E2E6C31E7CB2B4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceExceptions iOS"; - target = FF6F43C83401616A19ACA299 /* IceExceptions iOS */; - targetProxy = 1667A56488391F62C8FF4749 /* PBXContainerItemProxy */; + name = "IceBinding macOS"; + target = B9BD028C62C0C641D98EB8E4 /* IceBinding macOS */; + targetProxy = E33A04DF70CD42B3EE9C8F12 /* PBXContainerItemProxy */; }; - 5EBB1FB5D8E8AEF3D5324119 /* PBXTargetDependency */ = { + 45E580371FD5DD84BDFB03F4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceScope iOS"; - target = 49ADA3F22CFF2F5D7D74696A /* IceScope iOS */; - targetProxy = 8F66862C17A0652FA39635AD /* PBXContainerItemProxy */; + name = "IceOptionalAMD macOS"; + target = 097321F22CA928EFC1FEA632 /* IceOptionalAMD macOS */; + targetProxy = 4F3E92EA41A19A2A8A820814 /* PBXContainerItemProxy */; }; - 5EFECA3347269CBB643AA777 /* PBXTargetDependency */ = { + 46AF95AF86A0C3981872C803 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceInfo macOS"; - target = 1EF56F23750C6A55D015A947 /* IceInfo macOS */; - targetProxy = 6564F88321D5FA660109143C /* PBXContainerItemProxy */; + name = "IceInvoke macOS"; + target = 3613334A9EF07A2035F5045E /* IceInvoke macOS */; + targetProxy = 7D255EC57023449BDD4BD185 /* PBXContainerItemProxy */; }; - 5F71FA6EE4103AB76E929261 /* PBXTargetDependency */ = { + 47A178385F18A5BEE1C0E28D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceSlicingObjects macOS"; - target = B82513A1D80BE3B7CB09AAB2 /* IceSlicingObjects macOS */; - targetProxy = 28EB1BC8AF464F37E18374F1 /* PBXContainerItemProxy */; + name = "Glacier2 macOS"; + target = A4F2C9E60ADDB2F7EE9BEAEB /* Glacier2 macOS */; + targetProxy = F5F541ABC81BA1DBF126C21B /* PBXContainerItemProxy */; }; - 5F9B5F32BEC0CB2DA7835804 /* PBXTargetDependency */ = { + 482DB7DF45BEDC06F2DD2994 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceInheritance iOS"; - target = 4369982C30C8B8C516B6AFE3 /* IceInheritance iOS */; - targetProxy = 0AB3F01463DA502978F39E6F /* PBXContainerItemProxy */; + name = "IceOperations macOS"; + target = 67A7E47E50239941AB51C61E /* IceOperations macOS */; + targetProxy = B624F5DC830CDBF55F5290F7 /* PBXContainerItemProxy */; }; - 610D93AE296D40E60E6D7CED /* PBXTargetDependency */ = { + 4A313558FD22D7F283B5EF12 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceDefaultServant macOS"; - target = 252152CFC135658792B892E0 /* IceDefaultServant macOS */; - targetProxy = 85C7964AD062189C4D1089AD /* PBXContainerItemProxy */; + name = "IceAdapterDeactivation iOS"; + target = 324198CA822B89BCD4EDFFFF /* IceAdapterDeactivation iOS */; + targetProxy = 6489354EB6FA599F95751B0E /* PBXContainerItemProxy */; }; - 621253F42308632C46B8933C /* PBXTargetDependency */ = { + 4E4190B747D1EB49DD47D3A6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceBinding iOS"; - target = 1728C95B2983B364E20AC842 /* IceBinding iOS */; - targetProxy = FF2B769153B4EAD030C29D93 /* PBXContainerItemProxy */; + name = "IceServices iOS"; + target = 1BC6A6725D2CA46825BA39AA /* IceServices iOS */; + targetProxy = BE19E0D7702454A050D0B2BB /* PBXContainerItemProxy */; }; - 65ECD23D9AC385CC0D4BB1B9 /* PBXTargetDependency */ = { + 4F101FCDF35410D126BFDD61 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceAmi macOS"; - target = ED5185EFC3882FB526185ECC /* IceAmi macOS */; - targetProxy = 071E3A598C32E27CDBDC8715 /* PBXContainerItemProxy */; + name = "IceEnums iOS"; + target = D7DFF03B2DCC1CA176BF714D /* IceEnums iOS */; + targetProxy = C034F51861A93496F145D297 /* PBXContainerItemProxy */; }; - 6A7156FEFFF6C2B212D7FDD3 /* PBXTargetDependency */ = { + 52E509520212663F1501BC55 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceLocation iOS"; - target = 1AA9B0EED7026A015B2E8EB9 /* IceLocation iOS */; - targetProxy = 246BB833EA585B013675F7FB /* PBXContainerItemProxy */; + name = "IceSlicingExceptions iOS"; + target = F7EF6B079BCF601FD1060131 /* IceSlicingExceptions iOS */; + targetProxy = 2A89250C3CC0DF16E51E895B /* PBXContainerItemProxy */; }; - 6CCEAF3F2838A877ABC395A0 /* PBXTargetDependency */ = { + 531735362E008AA834450284 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceRetry macOS"; - target = 499286D88345F56D3D5107C1 /* IceRetry macOS */; - targetProxy = B64E84E82627A620C4C10D54 /* PBXContainerItemProxy */; + name = "IceProxy macOS"; + target = 4DBE65B52198D344D9C96176 /* IceProxy macOS */; + targetProxy = 408164E5E670288E0985FD7B /* PBXContainerItemProxy */; }; - 72C7771FE90FFB4BB6642104 /* PBXTargetDependency */ = { + 546848E6A672F15441610C79 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Ice macOS"; - target = 0B1A71B74E72F94006696B5E /* Ice macOS */; - targetProxy = CCB9F95FCA5DBE687239D64D /* PBXContainerItemProxy */; + name = "IceDefaultServant macOS"; + target = C3FE02775678A7B531C3DCCB /* IceDefaultServant macOS */; + targetProxy = C64B2A2312D8733574591579 /* PBXContainerItemProxy */; }; - 743FA74649F243F718680661 /* PBXTargetDependency */ = { + 54A4F70D59231BECE9987E97 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceHold macOS"; - target = E31738F49D6C316485F7D733 /* IceHold macOS */; - targetProxy = 5C8FD2060F92DB5F3D2F145A /* PBXContainerItemProxy */; + name = "Ice iOS"; + target = A646AFF9FBDC190D34BA6C62 /* Ice iOS */; + targetProxy = 6104E4D5F43B168AB0878DB5 /* PBXContainerItemProxy */; }; - 78D28B926D07956B2DC220AB /* PBXTargetDependency */ = { + 56A40E8E38CAEB9CB8BF6DAF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceInfo iOS"; - target = 6E81F87FB1A2DD8DF52EDEB1 /* IceInfo iOS */; - targetProxy = E3BCD98C240F8AC15B8F3F18 /* PBXContainerItemProxy */; + name = "IceSlicingExceptionsAMD macOS"; + target = 08BAA58FABA0560B2BE060FF /* IceSlicingExceptionsAMD macOS */; + targetProxy = B48192C7A9C0891B83B9389D /* PBXContainerItemProxy */; }; - 7A0BFD5FB25D48C5998CDDCB /* PBXTargetDependency */ = { + 584093B49433D45BA4018001 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceObjects iOS"; - target = 3543F06F75A166BFC6F0FEB1 /* IceObjects iOS */; - targetProxy = FA8C1408B99DC0E4F2C3FE76 /* PBXContainerItemProxy */; + name = "IceAcm macOS"; + target = 5A6371305F7FBEA0BB7F13C9 /* IceAcm macOS */; + targetProxy = 9CBF61D118107DFD86E2BCC0 /* PBXContainerItemProxy */; }; - 7A5104FF2D73CCE9A31821AA /* PBXTargetDependency */ = { + 594FCF8FD366FD5AA89A4CC5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Ice iOS"; - target = 36C5FC458D8BC9519A544A6E /* Ice iOS */; - targetProxy = CC41C4DA337207CDB1754780 /* PBXContainerItemProxy */; + name = "IceScope macOS"; + target = A4D071BA9FAFD795282CA20F /* IceScope macOS */; + targetProxy = DF27A937B2DB88F7F8075541 /* PBXContainerItemProxy */; }; - 7D4CFC6AF0B96B3752FBDB50 /* PBXTargetDependency */ = { + 596951475A2B3CA4941224BF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceProperties iOS"; - target = 1A1476FABE2452778FDEAB54 /* IceProperties iOS */; - targetProxy = F8A50C2DB2CB5F6EE455417F /* PBXContainerItemProxy */; + name = "Ice C++11 iOS"; + target = A1B7E7150A01F89A6865545E /* Ice C++11 iOS */; + targetProxy = 1EB07D9B43BC881F1821275F /* PBXContainerItemProxy */; }; - 7D73DC24CFF9CC58B507AC7D /* PBXTargetDependency */ = { + 5F6526B76800D9C65325246E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceDefaultValue iOS"; - target = DF25BCE238F79D67D03A0B10 /* IceDefaultValue iOS */; - targetProxy = 0449AEB1519577E04CB3D89C /* PBXContainerItemProxy */; + name = "IceInterceptor macOS"; + target = 097B24B05F824444ED0F4482 /* IceInterceptor macOS */; + targetProxy = F75C744AF3B7603F89AF3026 /* PBXContainerItemProxy */; }; - 8108108DEC070D026CBAF361 /* PBXTargetDependency */ = { + 62FC662B64FBBADD96A2C994 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceBinding macOS"; - target = B414E7CBAEC26E5872111498 /* IceBinding macOS */; - targetProxy = 7D7F0170429FE0894F3F3AE5 /* PBXContainerItemProxy */; + name = "IceSlicingObjectsAMD iOS"; + target = 73C2229AB5817C4978B4A5BF /* IceSlicingObjectsAMD iOS */; + targetProxy = FB0CDCBFA8A9CD421F278C57 /* PBXContainerItemProxy */; }; - 823020A8A761C0D549BD70B5 /* PBXTargetDependency */ = { + 631BE1D767F1A8626FBB775C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceOperations macOS"; - target = 3BAD975BC36C3B25374AA163 /* IceOperations macOS */; - targetProxy = D923CD1CD0FEF64B02743E7E /* PBXContainerItemProxy */; + name = "Ice C++11 iOS"; + target = A1B7E7150A01F89A6865545E /* Ice C++11 iOS */; + targetProxy = DE085B4B63E8336EA99A2F0A /* PBXContainerItemProxy */; }; - 8374CE4E927DA13E65532800 /* PBXTargetDependency */ = { + 6BDE5B195B62C113EE52255D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceAdmin macOS"; - target = ED99A1BE112173616B269FD9 /* IceAdmin macOS */; - targetProxy = BF654540319947A3E9E87C37 /* PBXContainerItemProxy */; + name = "IceRetry iOS"; + target = 147781F0EBEDBF6E1BFF02A9 /* IceRetry iOS */; + targetProxy = 76F7E39E9CBC1D69858D0410 /* PBXContainerItemProxy */; }; - 84761378CA25AA056379198C /* PBXTargetDependency */ = { + 6BF50CFEA2D67162A864A865 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceDefaultServant iOS"; - target = BD3DE7AD460CC0486CFC37AC /* IceDefaultServant iOS */; - targetProxy = 52EDB70EE402D08DF7BC9FF0 /* PBXContainerItemProxy */; + name = "IceSlicingObjects macOS"; + target = 4CE7FD37472B94D4AA136739 /* IceSlicingObjects macOS */; + targetProxy = EB172B3884CB398DB340361F /* PBXContainerItemProxy */; }; - 84B530B6F14115A9DA9B7BD4 /* PBXTargetDependency */ = { + 7887DD3A610A971427E07236 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceAdapterDeactivation iOS"; - target = D70A5F324AC30625F2749E7E /* IceAdapterDeactivation iOS */; - targetProxy = 17C3C16AE791B9ED43E46EF0 /* PBXContainerItemProxy */; + name = "IceUdp iOS"; + target = C2EFA7363ECEAB6F32F85BE8 /* IceUdp iOS */; + targetProxy = 258929167A3C7DB2E392791D /* PBXContainerItemProxy */; }; - 88A88A17325246BF42990637 /* PBXTargetDependency */ = { + 7A0DDE839B2B36B2BC7D0133 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceSSLConfiguration iOS"; - target = 55F8A3288177944AC52AD726 /* IceSSLConfiguration iOS */; - targetProxy = D244682AE903A7C831545DC1 /* PBXContainerItemProxy */; + name = "IceSlicingObjectsAMD macOS"; + target = 6B33E1AD6A68D23E2B394D2F /* IceSlicingObjectsAMD macOS */; + targetProxy = 482C34F3C576F9B0E701D76B /* PBXContainerItemProxy */; }; - 89F1622C18D389559061D1DA /* PBXTargetDependency */ = { + 7AAA4B961E5E56F69DFAF933 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Glacier2 iOS"; - target = BB3B0D98C22CE00B8ADC4316 /* Glacier2 iOS */; - targetProxy = A4EB3B48B5839831A5BD89B1 /* PBXContainerItemProxy */; + name = "IceObjects macOS"; + target = 480634679869D8C3A52577C0 /* IceObjects macOS */; + targetProxy = BF9CFBE72158045582FCF734 /* PBXContainerItemProxy */; }; - 8AD39C698C38954968055B22 /* PBXTargetDependency */ = { + 7C1B2E14AECD6CA4789AA838 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Ice macOS"; - target = 0B1A71B74E72F94006696B5E /* Ice macOS */; - targetProxy = D1E5BF159F14BA0445A8473D /* PBXContainerItemProxy */; + name = "IceStream macOS"; + target = B2D886655FF6F2AF192CDE9B /* IceStream macOS */; + targetProxy = CDD5C1F85669D977D3F93ECE /* PBXContainerItemProxy */; }; - 8C1AB972173DA14FA8185599 /* PBXTargetDependency */ = { + 7EAF34E55F25735CAD86E99D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceServices iOS"; - target = 99096D93F10D264C52F13A0E /* IceServices iOS */; - targetProxy = 740FC0903397436A5AD56C69 /* PBXContainerItemProxy */; + name = "Ice C++11 iOS"; + target = A1B7E7150A01F89A6865545E /* Ice C++11 iOS */; + targetProxy = 702F4ED7CEFCBD7464BADD42 /* PBXContainerItemProxy */; }; - 8C33AD25C5D21DAE7D8CAB20 /* PBXTargetDependency */ = { + 83A7188DC4ED1E4B39932A9D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceServantLocatorAMD macOS"; - target = A13C5EF5E70FE524C8195C62 /* IceServantLocatorAMD macOS */; - targetProxy = 6F5A5FEF40572AB153E2A742 /* PBXContainerItemProxy */; + name = "Ice C++11 macOS"; + target = 63A2B593BC830763C2E76C86 /* Ice C++11 macOS */; + targetProxy = 8C30BBC57CF43F4DCB6E4FFD /* PBXContainerItemProxy */; }; - 8CC4B1E220C500FA67978314 /* PBXTargetDependency */ = { + 83C9F874F554FF60E7448F09 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceInvoke macOS"; - target = 504B0CFFF8279A6D299E92B6 /* IceInvoke macOS */; - targetProxy = 43AB8520124B321997153130 /* PBXContainerItemProxy */; + name = "IceUdp macOS"; + target = D8D038C762A2A2D691C6E63A /* IceUdp macOS */; + targetProxy = E8DAA2A2B57B3B16E8A82DCF /* PBXContainerItemProxy */; }; - 8DE98A1200C34367DD032D7C /* PBXTargetDependency */ = { + 843A79B995D5E208A6D8ACD8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceDefaultValue macOS"; - target = F25B1AA6427599A59D125802 /* IceDefaultValue macOS */; - targetProxy = 8C75FF63354D020840CEACE6 /* PBXContainerItemProxy */; + name = "IceOptional macOS"; + target = A8BFEC48F02CD14D702133F1 /* IceOptional macOS */; + targetProxy = 0EF04AE24C93B43A33E35027 /* PBXContainerItemProxy */; }; - 934328D05E41679A3CE4CDCD /* PBXTargetDependency */ = { + 85D690C8C3E7681295832965 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceFacets macOS"; - target = EF5CB194F042E71ECAB77FAA /* IceFacets macOS */; - targetProxy = DE1DB85D3652BB7E6599A96D /* PBXContainerItemProxy */; + name = "IceServantLocator macOS"; + target = B26A5AC544E40377DF6BE842 /* IceServantLocator macOS */; + targetProxy = 5241B74B8BB698ADF742CA38 /* PBXContainerItemProxy */; }; - 97141B56040FB64274154035 /* PBXTargetDependency */ = { + 88B4E50484C580D311CA3CE4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceSlicingObjects iOS"; - target = 095121484CF35DB41488AA68 /* IceSlicingObjects iOS */; - targetProxy = A60F7639243C06A0F161429C /* PBXContainerItemProxy */; + name = "IceOperationsAMD iOS"; + target = 735EB1E49E5BCF93878F7E04 /* IceOperationsAMD iOS */; + targetProxy = BE01547DFCA8251DA380FABD /* PBXContainerItemProxy */; }; - 985E4195E41ECE15C3ED5DCA /* PBXTargetDependency */ = { + 8E0637A805CB833F6A9227FA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceProxyAMD iOS"; - target = 544633D490B43366A6FC2EFC /* IceProxyAMD iOS */; - targetProxy = 63372FEBBD69C08D208E20B2 /* PBXContainerItemProxy */; + name = "Ice macOS"; + target = 3F71AF0558905EC8BA9E8008 /* Ice macOS */; + targetProxy = 57C2BB8F67D1846192CE17F0 /* PBXContainerItemProxy */; }; - 98CDDDA718057DB9C65FDDDD /* PBXTargetDependency */ = { + 902DAF00D6656F8F5063C4D6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceAdmin iOS"; - target = B7194A39EDC518DAF4710B9D /* IceAdmin iOS */; - targetProxy = E0BDC3F5FBF4E332F1370759 /* PBXContainerItemProxy */; + name = "IceExceptions iOS"; + target = 8580AEB2CBE826A62D95DDA7 /* IceExceptions iOS */; + targetProxy = 6B5AE643363B06679C309AAF /* PBXContainerItemProxy */; }; - 9C7BE30E29B59A9F38AE9FDA /* PBXTargetDependency */ = { + 955DEB683E5D4701DB3535C9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceAdapterDeactivation macOS"; - target = 016FC7A8D7AC637CAFBB2258 /* IceAdapterDeactivation macOS */; - targetProxy = D81A15579B7A3846BC90793A /* PBXContainerItemProxy */; + name = "IceInfo macOS"; + target = FFCF97D84665D5864D1DD6B0 /* IceInfo macOS */; + targetProxy = 34DC96422A9AE6871D17AA84 /* PBXContainerItemProxy */; }; - A28374654764131D5440231D /* PBXTargetDependency */ = { + 95B34289B6A13BCBF3A6EEC8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceOptional macOS"; - target = 373316595104969A56F04C43 /* IceOptional macOS */; - targetProxy = E8CCC486F10CEA1D055D5860 /* PBXContainerItemProxy */; + name = "IceInheritance macOS"; + target = 9D39B3D88AB297B58C6702DB /* IceInheritance macOS */; + targetProxy = 396D0FD799CFEC84407F9380 /* PBXContainerItemProxy */; }; - A6E6815CAC1FEEFEDC96709C /* PBXTargetDependency */ = { + 974E39CDBB3AA7BF28CFB7E5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceProxy macOS"; - target = 09340323490721CC00E70497 /* IceProxy macOS */; - targetProxy = DB16D662DB6112411AC10FA6 /* PBXContainerItemProxy */; + name = "IceStream iOS"; + target = F323B07333BDE70C0C56F215 /* IceStream iOS */; + targetProxy = A111E880464D43DAED3122AD /* PBXContainerItemProxy */; }; - A8438C44A2FFF79E16759C16 /* PBXTargetDependency */ = { + 99F9683684E7E07904ADDCD3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceSlicingObjectsAMD iOS"; - target = 539384C4B5788577D9C83945 /* IceSlicingObjectsAMD iOS */; - targetProxy = 68071A1F47AD3892B8C6B197 /* PBXContainerItemProxy */; + name = "IceBinding iOS"; + target = 681B94EE787CDD7E3C3F6493 /* IceBinding iOS */; + targetProxy = C574083FE53AC3D033AC38B1 /* PBXContainerItemProxy */; }; - ACE6F6B941BBD0ED9FB38BF3 /* PBXTargetDependency */ = { + A2190F1B71DF191E828867CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceSSLConfiguration macOS"; - target = 38CB94B155A784ED0C419112 /* IceSSLConfiguration macOS */; - targetProxy = 1824E0AFFDFAC64E928B32F6 /* PBXContainerItemProxy */; + name = "IceServices macOS"; + target = 856B4528D2659E3A5D840122 /* IceServices macOS */; + targetProxy = E1FD651921906A6F32C2D96E /* PBXContainerItemProxy */; }; - AFA7B51D0BAC7DA249EA95B3 /* PBXTargetDependency */ = { + A49B5A35DF013D826878D510 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Ice macOS"; - target = 0B1A71B74E72F94006696B5E /* Ice macOS */; - targetProxy = FA91A74AF2AB38EF7231884A /* PBXContainerItemProxy */; + name = "Ice C++11 iOS"; + target = A1B7E7150A01F89A6865545E /* Ice C++11 iOS */; + targetProxy = 64D072A4C5D5E250DB61D25B /* PBXContainerItemProxy */; }; - B24BC3B1635666047524FB49 /* PBXTargetDependency */ = { + A9BADF33804E7DF2BFFCBA18 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceInheritance macOS"; - target = 2D437ABEA31339A6A61F9790 /* IceInheritance macOS */; - targetProxy = 2C8B8062E3924631E55E354C /* PBXContainerItemProxy */; + name = "IceExceptionsAMD iOS"; + target = D6C0B42FB627DA7CE1820508 /* IceExceptionsAMD iOS */; + targetProxy = 4DABE7DD335C16A31AFE5619 /* PBXContainerItemProxy */; }; - B4FF54E2A9C627C71E8A82A1 /* PBXTargetDependency */ = { + AA6C110A4C6B8842863FD2E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceProxy iOS"; - target = 9D2537D23044FB1327800B5D /* IceProxy iOS */; - targetProxy = 708E34A6F7C729C167CFA607 /* PBXContainerItemProxy */; + name = "Ice iOS"; + target = A646AFF9FBDC190D34BA6C62 /* Ice iOS */; + targetProxy = C0B652B27D8B86B5A8A6E60E /* PBXContainerItemProxy */; }; - B704F4314D6CE448C9BE5038 /* PBXTargetDependency */ = { + BD3F0137F200BFC2514477D7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceFacets iOS"; - target = DC5193856654FD572B25809C /* IceFacets iOS */; - targetProxy = DADB4047A4DC0DA84F35C597 /* PBXContainerItemProxy */; + name = "IceTimeout iOS"; + target = BD3A48B6E882EFC2DC64B12A /* IceTimeout iOS */; + targetProxy = ADBCAC14B1E8B71DB9A07728 /* PBXContainerItemProxy */; }; - B7A27FE782E1B13BF534F1CF /* PBXTargetDependency */ = { + BE6CC8BC25D36D28D20B5CF5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Ice C++11 iOS"; - target = 77A005F4E620E2B76249A934 /* Ice C++11 iOS */; - targetProxy = 81F776AD0E52D8B7BC5EA7F2 /* PBXContainerItemProxy */; + name = "SliceEscape iOS"; + target = 7DC5C5D0AED9760805DB7736 /* SliceEscape iOS */; + targetProxy = 50CF801B165001C9CDA9DB31 /* PBXContainerItemProxy */; }; - B9BF692346D9BA7DA331E543 /* PBXTargetDependency */ = { + BFAB778D6A2688CF012A5B6E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceScope macOS"; - target = DD8B8E606B2EC431577FC5D1 /* IceScope macOS */; - targetProxy = 6EAAE6AB288E68C4AB07E25B /* PBXContainerItemProxy */; + name = "IceSlicingExceptionsAMD iOS"; + target = 5E8C7CF701EAFA38F1A07390 /* IceSlicingExceptionsAMD iOS */; + targetProxy = 49367449D5D31DA70AD65327 /* PBXContainerItemProxy */; }; - BDE3C9111A4263B2BB7FCC76 /* PBXTargetDependency */ = { + C460DDF901FA8EAF017AC9B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceUdp iOS"; - target = 07A3419E635DE9DB26A2F68A /* IceUdp iOS */; - targetProxy = 4CAD54EFE30A2BCF77DC25AA /* PBXContainerItemProxy */; + name = "IceSlicingObjects iOS"; + target = C06AB48DFD32C2FDFC173B5F /* IceSlicingObjects iOS */; + targetProxy = D6D180C7E66974EE05CAB9C0 /* PBXContainerItemProxy */; }; - BF13EF5ADB4B78DBFB47EB66 /* PBXTargetDependency */ = { + C60F0A3944ABE7B5C6ED0485 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceExceptionsAMD macOS"; - target = 944D8F9BA2346FC139871EFA /* IceExceptionsAMD macOS */; - targetProxy = 51F1525C7117855C5B1399C5 /* PBXContainerItemProxy */; + name = "IceProperties iOS"; + target = 789AEC57853FDCD54A279208 /* IceProperties iOS */; + targetProxy = 71EBCD222CB765A920B4939A /* PBXContainerItemProxy */; }; - C84145A9C59CDE7934F43E28 /* PBXTargetDependency */ = { + C72E8E07204A24774D296AFE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Ice iOS"; - target = 36C5FC458D8BC9519A544A6E /* Ice iOS */; - targetProxy = 899CB8ADF3631CB6FEE6DF6E /* PBXContainerItemProxy */; + name = "IceServantLocatorAMD iOS"; + target = CBD1F136429E46466A5DF991 /* IceServantLocatorAMD iOS */; + targetProxy = 5A65BC9256E3D4DC39E12284 /* PBXContainerItemProxy */; }; - C88AE478F447DA2EFCA425CB /* PBXTargetDependency */ = { + C7B78D3AD12BED50B24369C6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceSlicingExceptions iOS"; - target = FAA074DDC907A45C269C3B8E /* IceSlicingExceptions iOS */; - targetProxy = 686CEB6D4C1C19944025BF38 /* PBXContainerItemProxy */; + name = "Ice macOS"; + target = 3F71AF0558905EC8BA9E8008 /* Ice macOS */; + targetProxy = AFBCC0B392D8768F98C38CA3 /* PBXContainerItemProxy */; }; - CABD29A3F56928F09700BED5 /* PBXTargetDependency */ = { + CA7C785F7320F284648AC5A4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceAmi iOS"; - target = 50D0B55BEB61EF5CFF2826B0 /* IceAmi iOS */; - targetProxy = A51FA733104BA1337C00CC58 /* PBXContainerItemProxy */; + name = "IceLocation macOS"; + target = 5AAAA84E3DB184459797E60B /* IceLocation macOS */; + targetProxy = BC56931E35A66552D627579C /* PBXContainerItemProxy */; }; - CB94ADFB81FB69A350206974 /* PBXTargetDependency */ = { + D169745365A38D8EB206E463 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceOperationsAMD iOS"; - target = 468DF61A6C03DC18F3F523E7 /* IceOperationsAMD iOS */; - targetProxy = F3653A6A329B12C82C168508 /* PBXContainerItemProxy */; + name = "Ice C++11 macOS"; + target = 63A2B593BC830763C2E76C86 /* Ice C++11 macOS */; + targetProxy = E46C21BEC2F2CD8D55F15567 /* PBXContainerItemProxy */; }; - CD1D00CF8D3296EE0B27B29B /* PBXTargetDependency */ = { + D18DCBAA7D5090E10DB497BF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceEnums iOS"; - target = 40BA8E62CF6A12BC186B062C /* IceEnums iOS */; - targetProxy = 99B19BDD1BE8E4BB98BFEF14 /* PBXContainerItemProxy */; + name = "IceInfo iOS"; + target = 37408295372CCC494FCEBBA8 /* IceInfo iOS */; + targetProxy = 155B5E8F6B983054B4400102 /* PBXContainerItemProxy */; }; - D65B5EF352D1F0CBAF5B0063 /* PBXTargetDependency */ = { + D25D0F038697303655718447 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceSlicingExceptions macOS"; - target = 6EC6E8DACC76C7AC05B74358 /* IceSlicingExceptions macOS */; - targetProxy = 5B4F5D060B5482DFF4DD6883 /* PBXContainerItemProxy */; + name = "IceAmi iOS"; + target = 8A3FA701922598C41C1BBEE4 /* IceAmi iOS */; + targetProxy = 9B79811BD843046C416B5777 /* PBXContainerItemProxy */; }; - D7F96E49F65EE7F635F6DCFA /* PBXTargetDependency */ = { + D7E13CB46B3E07FFEC3BF0D3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceRetry iOS"; - target = 0DF1D6DF6CDFD89DE83B4385 /* IceRetry iOS */; - targetProxy = 9BB0EAE61AAA3AA0287ABA55 /* PBXContainerItemProxy */; + name = "IceSlicingExceptions macOS"; + target = 0975E118A71B33DE4A497B03 /* IceSlicingExceptions macOS */; + targetProxy = E643676E3CAADB4A7A5F93F4 /* PBXContainerItemProxy */; }; - D8477FEBAF2F5D902A5FEBEF /* PBXTargetDependency */ = { + DDA06B6D9C8E08DF41A4E7B3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceServantLocatorAMD iOS"; - target = 09A7ACC3072813D6587F016A /* IceServantLocatorAMD iOS */; - targetProxy = F88066A4AFE43A30CCF33B91 /* PBXContainerItemProxy */; + name = "IceServantLocatorAMD macOS"; + target = B5E92BCB208FF469943B4DFF /* IceServantLocatorAMD macOS */; + targetProxy = 56EA4076F86C1649AD1560E7 /* PBXContainerItemProxy */; }; - D9B92016D5C3CC2012AC6830 /* PBXTargetDependency */ = { + E04AF68304921E0F32010AFA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceSlicingExceptionsAMD iOS"; - target = C5E4947620F14F584E06AFF8 /* IceSlicingExceptionsAMD iOS */; - targetProxy = FB76E3AD53B66A9CDA647D58 /* PBXContainerItemProxy */; + name = "IceProxyAMD macOS"; + target = 934A63719322429BCC2F4364 /* IceProxyAMD macOS */; + targetProxy = B39BF4AD4F46407AC26C3F91 /* PBXContainerItemProxy */; }; - DBFEF63950E9AC3A3A22CAA7 /* PBXTargetDependency */ = { + E2F9376895E9696F4A40DC47 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceEnums macOS"; - target = C0FE9B1D7C548C82F450BACF /* IceEnums macOS */; - targetProxy = ABCB28EF745323D62BCCAD41 /* PBXContainerItemProxy */; + name = "Ice iOS"; + target = A646AFF9FBDC190D34BA6C62 /* Ice iOS */; + targetProxy = 5C9E647F3E292D84B5725976 /* PBXContainerItemProxy */; }; - DE164750CA4B6FA8CF73EC2C /* PBXTargetDependency */ = { + E484D740DC7A209D86CB5254 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceServices macOS"; - target = 54F96C53CFCBB2819C27994A /* IceServices macOS */; - targetProxy = BD61685D595708AE337B63DA /* PBXContainerItemProxy */; + name = "IceScope iOS"; + target = 253E456C875414EEA7E3C1F3 /* IceScope iOS */; + targetProxy = 28663B60BCBDAB3A93946B79 /* PBXContainerItemProxy */; }; - E3290EAC228CE4991E8265FD /* PBXTargetDependency */ = { + E4EBBF8FCFD26B61BF91085A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceOptionalAMD iOS"; - target = 8FC25D85C0C9A07D91C94EC6 /* IceOptionalAMD iOS */; - targetProxy = 36C9D6508EAEA08E53E3B903 /* PBXContainerItemProxy */; + name = "IceAdmin iOS"; + target = 53FC973D31BB9F8497ADD9F9 /* IceAdmin iOS */; + targetProxy = 85D6CCD6473909A40127A937 /* PBXContainerItemProxy */; }; - E923E1D868F851FC3ABA3AD9 /* PBXTargetDependency */ = { + E6A1756C39A2DC5C3C3B1B6B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceOperations iOS"; - target = EF3D6E8A40C3D56E8FB97960 /* IceOperations iOS */; - targetProxy = AABA568DD374E370F04FE814 /* PBXContainerItemProxy */; + name = "IceExceptionsAMD macOS"; + target = 3A81ABC1DA6FA8643C82D2CA /* IceExceptionsAMD macOS */; + targetProxy = F457A02FF24335FFB390B390 /* PBXContainerItemProxy */; }; - EA7EDCC1E94AEE1A50B984CB /* PBXTargetDependency */ = { + E710807F4D417EC9BEC9244F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceExceptions macOS"; - target = 7E424F6B8B918AB33BA142F0 /* IceExceptions macOS */; - targetProxy = 692AA5473C40FE8C90BE8B90 /* PBXContainerItemProxy */; + name = "IceTimeout macOS"; + target = 001C5C931BB14CEE44D6A0FA /* IceTimeout macOS */; + targetProxy = 787A4E306C75EDAD14AD3FDA /* PBXContainerItemProxy */; }; - EC8272B7514E24D9AC6F2B7C /* PBXTargetDependency */ = { + E766C61662D6183438ADFB82 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceStream macOS"; - target = D5D1D1FDB9757F1241D3EE07 /* IceStream macOS */; - targetProxy = 78969B78E386AB53EB183152 /* PBXContainerItemProxy */; + name = "IceHold macOS"; + target = 8E6E854AC0764B16C8B5FA86 /* IceHold macOS */; + targetProxy = B58BC4291D6513FFF5B1C2E2 /* PBXContainerItemProxy */; }; - EEDFF0EB2E4BE04637F717D1 /* PBXTargetDependency */ = { + E942461B237CFDFCCDDDDDC2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceInterceptor iOS"; - target = 1A672B1F4E1B53BB18266951 /* IceInterceptor iOS */; - targetProxy = 134AC7EC9CEA07EC5ED414B2 /* PBXContainerItemProxy */; + name = "Ice macOS"; + target = 3F71AF0558905EC8BA9E8008 /* Ice macOS */; + targetProxy = C38852465C2472058F666440 /* PBXContainerItemProxy */; }; - F0D7F60A53896B7710340A46 /* PBXTargetDependency */ = { + EADB6CD5C82DC1481AC33744 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceAcm macOS"; - target = FA6D9194401F7CD789C4DBF5 /* IceAcm macOS */; - targetProxy = 6D894ECEC33EEC456A77E219 /* PBXContainerItemProxy */; + name = "IceOperationsAMD macOS"; + target = 328125D9E95D0F7579F98568 /* IceOperationsAMD macOS */; + targetProxy = A225D056028E0EB466A56BD0 /* PBXContainerItemProxy */; }; - F608B42EF193A4AD6681C10B /* PBXTargetDependency */ = { + ED6FB4100DE756F0566084B3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceServantLocator iOS"; - target = E8A2CCA6E4C5AB47FCCF6C4A /* IceServantLocator iOS */; - targetProxy = 4C52F9C7AEAAF7E4458B1137 /* PBXContainerItemProxy */; + name = "Ice C++11 macOS"; + target = 63A2B593BC830763C2E76C86 /* Ice C++11 macOS */; + targetProxy = E58FEA28343C2C7C126D29FE /* PBXContainerItemProxy */; }; - F78F6E7EB1D7CE0AD4855392 /* PBXTargetDependency */ = { + EDA3C15401047BA57D0DDF63 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Ice C++11 iOS"; - target = 77A005F4E620E2B76249A934 /* Ice C++11 iOS */; - targetProxy = 3D0FD1F4ABAAFAA68CBEF88D /* PBXContainerItemProxy */; + name = "IceInterceptor iOS"; + target = 64BB72EB418808F4179FA3E5 /* IceInterceptor iOS */; + targetProxy = A73D5ACE3ADFDF96BA31ED1D /* PBXContainerItemProxy */; }; - F9C97A03DB4F64BB3D97CA88 /* PBXTargetDependency */ = { + FDF6CDCA57C4D211662F12F5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceOptional iOS"; - target = FAB2357B9FF51C0F2DCF034D /* IceOptional iOS */; - targetProxy = 8DDCAD4878D6D124EB22D468 /* PBXContainerItemProxy */; + name = "IceLocation iOS"; + target = DB44CE6AA4613D16DA367394 /* IceLocation iOS */; + targetProxy = D1E128F8512E00DB7F111C3D /* PBXContainerItemProxy */; }; - FD458FB228AE362B0FFCC3CA /* PBXTargetDependency */ = { + FED75879D302A8CFAA9144A7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "IceTimeout macOS"; - target = 36A4FEB4CC83ADDFC7FA5D20 /* IceTimeout macOS */; - targetProxy = 6E6FF2CE458F0797DE0C273D /* PBXContainerItemProxy */; + name = "IceAdmin macOS"; + target = 35D6F5D42DE5747E46E311CB /* IceAdmin macOS */; + targetProxy = E7C3212794AADE05497FA9B5 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 033C8B4B9A6077C713A3F123 /* Debug */ = { + 002EEEFDC325FABB71A8F7B9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; + CODE_SIGN_IDENTITY = "-"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 3.7.3; + DYLIB_COMPATIBILITY_VERSION = 0; + DYLIB_CURRENT_VERSION = 3.7.3; + ENABLE_BITCODE = NO; + ENABLE_TESTABILITY = NO; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + GCC_SYMBOLS_PRIVATE_EXTERN = YES; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptional; + PRODUCT_NAME = IceOptional; + SDKROOT = macosx; + SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = macosx; + SWIFT_VERSION = 5.0; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 00329FBAA25EAB291759BD32 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + AVAILABLE_PLATFORMS = macosx; + CODE_SIGN_IDENTITY = "-"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 3.7.3; + DYLIB_COMPATIBILITY_VERSION = 0; + DYLIB_CURRENT_VERSION = 3.7.3; + ENABLE_BITCODE = NO; + ENABLE_TESTABILITY = NO; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + GCC_SYMBOLS_PRIVATE_EXTERN = YES; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceHold; + PRODUCT_NAME = IceHold; + SDKROOT = macosx; + SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = macosx; + SWIFT_VERSION = 5.0; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 038793F1E32255EA09BE3C6D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + AVAILABLE_PLATFORMS = macosx; CLANG_ENABLE_OBJC_ARC = NO; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; @@ -13456,11 +13508,13 @@ DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; 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; HEADER_SEARCH_PATHS = ( @@ -13468,18 +13522,40 @@ "$(SYMROOT)/$(PLATFORM_NAME)/include/", "$(SRCROOT)/../cpp/src/", ); + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceDiscovery++11macOS"; + PRODUCT_NAME = "IceDiscovery++11macOS"; + SDKROOT = macosx; + SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = macosx; + }; + name = Release; + }; + 0467E6C730F74FA9E74488B1 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + CODE_SIGN_IDENTITY = "-"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 3.7.3; + DYLIB_COMPATIBILITY_VERSION = 0; + DYLIB_CURRENT_VERSION = 3.7.3; + ENABLE_BITCODE = NO; + ENABLE_TESTABILITY = NO; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + GCC_SYMBOLS_PRIVATE_EXTERN = YES; IPHONEOS_DEPLOYMENT_TARGET = 11.3; - OTHER_LDFLAGS = "-ObjC"; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceSSL++11iOS"; - PRODUCT_NAME = "IceSSL++11iOS"; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceBinding; + PRODUCT_NAME = IceBinding; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - TARGETED_DEVICE_FAMILY = "1,2"; + SWIFT_VERSION = 5.0; + WRAPPER_EXTENSION = bundle; }; name = Debug; }; - 03F43B630491B3C9F46DFA2E /* Release */ = { + 056BBB27B7FDDF19610E12C9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -13494,8 +13570,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceTimeout; - PRODUCT_NAME = IceTimeout; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInterceptor; + PRODUCT_NAME = IceInterceptor; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -13504,32 +13581,31 @@ }; name = Release; }; - 0548D474B74E258179041E5C /* Debug */ = { + 085C6EE308579418EFACD99D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInvoke; - PRODUCT_NAME = IceInvoke; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxyAMD; + PRODUCT_NAME = IceProxyAMD; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; name = Debug; }; - 07CFA5F518531FE6D7A1D25A /* Debug */ = { + 089F1B76773E73C8459B4805 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -13542,17 +13618,76 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjectsAMD; - PRODUCT_NAME = IceSlicingObjectsAMD; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStream; + PRODUCT_NAME = IceStream; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SWIFT_VERSION = 5.0; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 0AC887CE632044FE981831A4 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + CODE_SIGN_IDENTITY = "-"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 3.7.3; + DYLIB_COMPATIBILITY_VERSION = 0; + DYLIB_CURRENT_VERSION = 3.7.3; + ENABLE_BITCODE = NO; + ENABLE_TESTABILITY = NO; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + GCC_SYMBOLS_PRIVATE_EXTERN = YES; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptionalAMD; + PRODUCT_NAME = IceOptionalAMD; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; + name = Release; + }; + 0C32441668FCEEEC2725CF0A /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + AVAILABLE_PLATFORMS = macosx; + CLANG_ENABLE_OBJC_ARC = NO; + CODE_SIGN_IDENTITY = "-"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 3.7.3; + DYLIB_COMPATIBILITY_VERSION = 0; + DYLIB_CURRENT_VERSION = 3.7.3; + 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; + HEADER_SEARCH_PATHS = ( + "$(SRCROOT)/../cpp/include/", + "$(SYMROOT)/$(PLATFORM_NAME)/include/", + "$(SRCROOT)/../cpp/src/", + ); + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceSSL++11macOS"; + PRODUCT_NAME = "IceSSL++11macOS"; + SDKROOT = macosx; + SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = macosx; + }; name = Debug; }; - 093961E630DE73E4A99778AC /* Release */ = { + 0C629CCDD3FC12DD19F0650B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -13567,8 +13702,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServices; - PRODUCT_NAME = IceServices; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptionalAMD; + PRODUCT_NAME = IceOptionalAMD; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -13577,37 +13713,33 @@ }; name = Release; }; - 097B6F991441AF95A34D4A85 /* Debug */ = { + 0D1F69850522EE5F1F4AC3B1 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; - DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INFOPLIST_FILE = src/Ice/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.3; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.Ice; - PRODUCT_NAME = Ice; - SDKROOT = iphoneos; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceRetry; + PRODUCT_NAME = IceRetry; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + WRAPPER_EXTENSION = bundle; }; name = Debug; }; - 0A82AFDA21C3A8708D7E5378 /* Release */ = { + 0D360E40C168571794868008 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -13620,18 +13752,18 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.SliceEscape; - PRODUCT_NAME = SliceEscape; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptional; + PRODUCT_NAME = IceOptional; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - 0B7158FDF6E3EA733BF4FEBF /* Release */ = { + 0DE70A44FEB84A937E9A3DAB /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -13646,17 +13778,42 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdapterDeactivation; - PRODUCT_NAME = IceAdapterDeactivation; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxyAMD; + PRODUCT_NAME = IceProxyAMD; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; + }; + 0DEE59E92850BB8B3140E4CC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + CODE_SIGN_IDENTITY = "-"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 3.7.3; + DYLIB_COMPATIBILITY_VERSION = 0; + DYLIB_CURRENT_VERSION = 3.7.3; + ENABLE_BITCODE = NO; + ENABLE_TESTABILITY = NO; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + GCC_SYMBOLS_PRIVATE_EXTERN = YES; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.SliceEscape; + PRODUCT_NAME = SliceEscape; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SWIFT_VERSION = 5.0; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; }; - 0C82CE070E0C951F8DDDC86A /* Release */ = { + 0E4B52E4CC45676D95A2C2F0 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -13671,8 +13828,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceScope; - PRODUCT_NAME = IceScope; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInfo; + PRODUCT_NAME = IceInfo; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -13681,7 +13839,7 @@ }; name = Release; }; - 0C864DA2B4086CD5E816412C /* Release */ = { + 125AB838C498EA8005A3FC1A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -13694,8 +13852,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceLocation; - PRODUCT_NAME = IceLocation; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperations; + PRODUCT_NAME = IceOperations; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -13705,7 +13864,7 @@ }; name = Release; }; - 0D17895A01DB05810962DDD6 /* Release */ = { + 1342CF02BFDC4CFB9B2F9A53 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -13720,8 +13879,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxyAMD; - PRODUCT_NAME = IceProxyAMD; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceRetry; + PRODUCT_NAME = IceRetry; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -13730,77 +13890,94 @@ }; name = Release; }; - 0E3E336CF71DB54BD329628C /* Release */ = { + 13DAFAE9B2968ADA296D0DAE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultValue; - PRODUCT_NAME = IceDefaultValue; - SDKROOT = iphoneos; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptions; + PRODUCT_NAME = IceSlicingExceptions; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; name = Release; }; - 0F95C78D5E351A59CEEB51C6 /* Debug */ = { + 15ABA637F83AFD19DF8EFBB8 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; + DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; + DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAcm; - PRODUCT_NAME = IceAcm; + INFOPLIST_FILE = test/TestCommon/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.TestCommon; + PRODUCT_NAME = TestCommon; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 0FF4A56E9112F3D7419037AF /* Debug */ = { + 19CAB3DC905A7FC32C24ED4F /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; + DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; + DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptions; - PRODUCT_NAME = IceExceptions; + INFOPLIST_FILE = src/IceStorm/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + 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_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 108630B8FEA81CDF544898E4 /* Release */ = { + 1AC707D992EA3276B48B3BED /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -13813,8 +13990,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceFacets; - PRODUCT_NAME = IceFacets; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptionsAMD; + PRODUCT_NAME = IceSlicingExceptionsAMD; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -13824,30 +14002,59 @@ }; name = Release; }; - 12D785A8B89354D4ECDF3A09 /* Debug */ = { + 1CC630C70F1D81ABA489C92C /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceBinding; - PRODUCT_NAME = IceBinding; + INFOPLIST_FILE = test/TestDriver/iOS/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Swift-Test-Controller"; + PRODUCT_NAME = TestDriver; SDKROOT = iphoneos; - SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 1D8441AA3742AC297E33B29C /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + AVAILABLE_PLATFORMS = macosx; + CODE_SIGN_IDENTITY = "-"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 3.7.3; + DYLIB_COMPATIBILITY_VERSION = 0; + DYLIB_CURRENT_VERSION = 3.7.3; + ENABLE_BITCODE = NO; + ENABLE_TESTABILITY = NO; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + GCC_SYMBOLS_PRIVATE_EXTERN = YES; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInterceptor; + PRODUCT_NAME = IceInterceptor; + SDKROOT = macosx; + SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = macosx; + SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; name = Debug; }; - 138E3C2EEFCB0A63DEF6B564 /* Release */ = { + 1F04AB2909341D093F6DF0B4 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -13880,52 +14087,58 @@ 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; + 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 = NO; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; }; - name = Release; + name = Debug; }; - 14210E820805B4941CB657C9 /* Debug */ = { + 1FBA5AFA7B7BBCF25C427D09 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptions; - PRODUCT_NAME = IceExceptions; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptionalAMD; + PRODUCT_NAME = IceOptionalAMD; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; name = Debug; }; - 1436A6C16D20C611C871228C /* Release */ = { + 201072698B9F11A6A41C5A66 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -13940,6 +14153,7 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocatorAMD; PRODUCT_NAME = IceServantLocatorAMD; SDKROOT = macosx; @@ -13948,71 +14162,23 @@ SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Release; - }; - 1A934A675F6472A0A3F8FDAB /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CODE_SIGN_IDENTITY = "-"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3.7.3; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStream; - PRODUCT_NAME = IceStream; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 1C6659E976D250A8C011C7B7 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CODE_SIGN_IDENTITY = "-"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3.7.3; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceScope; - PRODUCT_NAME = IceScope; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; - }; name = Debug; }; - 1C75C8C679D536C332806237 /* Debug */ = { + 22AC72F737783E03BDCBC88C /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; + CLANG_ENABLE_OBJC_ARC = NO; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; - DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; - FRAMEWORK_VERSION = A; + EXECUTABLE_PREFIX = lib; GCC_PREPROCESSOR_DEFINITIONS = ( ICE_CPP11_MAPPING, + ICE_BUILDING_SRC, ICE_STATIC_LIBS, ICE_SWIFT, ); @@ -14022,139 +14188,122 @@ "$(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"; - OTHER_LDFLAGS = ( - "-lbz2", - "-liconv", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceImpl; - PRODUCT_NAME = IceImpl; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Ice++11macOS"; + PRODUCT_NAME = "Ice++11macOS"; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 2195DF57B8F40C9AB0EDEE6F /* Release */ = { + 27AB574CAA57173F10DEB9BA /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_ENABLE_OBJC_ARC = NO; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; + 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/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); IPHONEOS_DEPLOYMENT_TARGET = 11.3; - OTHER_LDFLAGS = "-ObjC"; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Ice++11iOS"; - PRODUCT_NAME = "Ice++11iOS"; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceHold; + PRODUCT_NAME = IceHold; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - TARGETED_DEVICE_FAMILY = "1,2"; + SWIFT_VERSION = 5.0; VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; }; name = Release; }; - 22A65F17F9234703D67752D4 /* Debug */ = { + 27AD94F61E5340274222D79D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInterceptor; - PRODUCT_NAME = IceInterceptor; - SDKROOT = iphoneos; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceTimeout; + PRODUCT_NAME = IceTimeout; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - 23E17BE48DB8517D698CA612 /* Release */ = { + 293E7738BB6785C599B3816F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_VERSION = A; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INFOPLIST_FILE = src/Ice/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.3; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.14; PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.Ice; PRODUCT_NAME = Ice; - SDKROOT = iphoneos; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Release; }; - 248AA7602F8FDC59B1825414 /* Release */ = { + 29A8B023946421201EE6715E /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceEnums; - PRODUCT_NAME = IceEnums; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocator; + PRODUCT_NAME = IceServantLocator; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - 24F0E99D585E104F99135E6F /* Release */ = { + 2CBB43EE91D9603A8B11F592 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -14169,8 +14318,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperations; - PRODUCT_NAME = IceOperations; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptionsAMD; + PRODUCT_NAME = IceExceptionsAMD; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -14179,7 +14329,7 @@ }; name = Release; }; - 257289A67E6B5BAAF74DA25A /* Debug */ = { + 36B33C18D44E8EB156C5FDF1 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -14194,17 +14344,18 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInheritance; - PRODUCT_NAME = IceInheritance; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdmin; + PRODUCT_NAME = IceAdmin; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - 262C1800761C96097010B788 /* Release */ = { + 384146C41B3D76201B07EAD3 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -14219,8 +14370,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStream; - PRODUCT_NAME = IceStream; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjectsAMD; + PRODUCT_NAME = IceSlicingObjectsAMD; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -14229,7 +14381,7 @@ }; name = Release; }; - 2C08DA809243A3A8D0FBDB9D /* Debug */ = { + 3DB2C72A87D5953208DFF892 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -14244,8 +14396,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocator; - PRODUCT_NAME = IceServantLocator; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptionalAMD; + PRODUCT_NAME = IceOptionalAMD; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -14254,7 +14407,7 @@ }; name = Debug; }; - 2C6F8A9F62733354FF3777B0 /* Debug */ = { + 3E482D9B5E298ACBFF851958 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -14267,8 +14420,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInvoke; - PRODUCT_NAME = IceInvoke; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceScope; + PRODUCT_NAME = IceScope; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -14277,7 +14431,7 @@ }; name = Debug; }; - 2D041E50F2DE834D35C21014 /* Release */ = { + 3EC12FE10C2C93F2F05CDE2F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -14290,8 +14444,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptions; - PRODUCT_NAME = IceSlicingExceptions; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptional; + PRODUCT_NAME = IceOptional; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -14301,145 +14456,116 @@ }; name = Release; }; - 317D465D5EA4CFD758DA6B83 /* Debug */ = { + 40F82EEFAFCA76741C121028 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; - DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INFOPLIST_FILE = src/IceStorm/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.3; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStorm; - PRODUCT_NAME = IceStorm; - SDKROOT = iphoneos; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAcm; + PRODUCT_NAME = IceAcm; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 3305BF88EE9E08931B5B6E5D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CODE_SIGN_IDENTITY = "-"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3.7.3; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INFOPLIST_FILE = test/TestDriver/iOS/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Swift-Test-Controller"; - PRODUCT_NAME = TestDriver; - SDKROOT = iphoneos; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; }; name = Release; }; - 374E7FDC36BD15E70D6D692A /* Release */ = { + 425F3A00E757F3AB5F6C5558 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_ENABLE_OBJC_ARC = NO; + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; + 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/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - IPHONEOS_DEPLOYMENT_TARGET = 11.3; - OTHER_LDFLAGS = "-ObjC"; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceIAP++11iOS"; - PRODUCT_NAME = "IceIAP++11iOS"; - SDKROOT = iphoneos; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInheritance; + PRODUCT_NAME = IceInheritance; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; + SUPPORTED_PLATFORMS = macosx; + SWIFT_VERSION = 5.0; + WRAPPER_EXTENSION = bundle; }; name = Release; }; - 375145804DD50AB6AD7C1286 /* Debug */ = { + 44C9EBD90D25EEE15967B43E /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServices; - PRODUCT_NAME = IceServices; - SDKROOT = iphoneos; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptionsAMD; + PRODUCT_NAME = IceSlicingExceptionsAMD; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; name = Debug; }; - 385FAC9EBC5387580480539C /* Release */ = { + 45A57FFCB3978EBD23EA2AB5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; + DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; + DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjects; - PRODUCT_NAME = IceSlicingObjects; + INFOPLIST_FILE = src/Ice/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + 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_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Release; }; - 3C3BBA4AE48E548123AFD5F7 /* Release */ = { + 46E23DCE081467783840351A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -14454,17 +14580,18 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjectsAMD; - PRODUCT_NAME = IceSlicingObjectsAMD; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServices; + PRODUCT_NAME = IceServices; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - 3C669CEDA0731B4C0A17504C /* Release */ = { + 46EDC09AE74D463F2ACDACEA /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -14479,8 +14606,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInvoke; - PRODUCT_NAME = IceInvoke; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.SliceEscape; + PRODUCT_NAME = SliceEscape; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -14489,7 +14617,7 @@ }; name = Release; }; - 3D0829E11D23B7A6169B7BD4 /* Debug */ = { + 471000A1E0101D37A49F5752 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -14504,8 +14632,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInterceptor; - PRODUCT_NAME = IceInterceptor; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceTimeout; + PRODUCT_NAME = IceTimeout; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -14514,7 +14643,7 @@ }; name = Debug; }; - 3DB27896A6FA79C4D9595678 /* Debug */ = { + 481588F163D3BAC0955361D3 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -14529,17 +14658,18 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptionsAMD; - PRODUCT_NAME = IceExceptionsAMD; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceBinding; + PRODUCT_NAME = IceBinding; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - 3F21DA83885312F15280EC9A /* Debug */ = { + 48D5AB2A59C884230266EA5F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -14552,123 +14682,125 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptionsAMD; - PRODUCT_NAME = IceExceptionsAMD; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.SliceEscape; + PRODUCT_NAME = SliceEscape; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - 3FAA04F2F4FF761320F55E0A /* Debug */ = { + 491ED6120BC68098AFCD9A4F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; - CLANG_ENABLE_OBJC_ARC = NO; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; + 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/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; MACOSX_DEPLOYMENT_TARGET = 10.14; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Ice++11macOS"; - PRODUCT_NAME = "Ice++11macOS"; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceObjects; + PRODUCT_NAME = IceObjects; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; + SWIFT_VERSION = 5.0; + WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - 42009EDC8AE1E4B5098EC63D /* Debug */ = { + 494AE3EADC1B4EA809878407 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; + DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; + DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptionalAMD; - PRODUCT_NAME = IceOptionalAMD; + INFOPLIST_FILE = src/Glacier2/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + 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_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 439912F8A956D7EBED0E98D2 /* Debug */ = { + 4A235C2DC0F0004C722AB1C9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAcm; - PRODUCT_NAME = IceAcm; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInvoke; + PRODUCT_NAME = IceInvoke; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - 43B1633E584870E420FBEB64 /* Debug */ = { + 4A6117D98C2A912492FFFE51 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceBinding; - PRODUCT_NAME = IceBinding; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAmi; + PRODUCT_NAME = IceAmi; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - 4425F349F85278E67735BF86 /* Release */ = { + 4AA057B39368E4B99C4B527F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -14681,8 +14813,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAcm; - PRODUCT_NAME = IceAcm; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceUdp; + PRODUCT_NAME = IceUdp; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -14692,7 +14825,37 @@ }; name = Release; }; - 4532D5D5EF1A408981C7F110 /* Release */ = { + 4B06DDA32266B29BB97D8D06 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + CODE_SIGN_IDENTITY = "-"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 3.7.3; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 0; + DYLIB_CURRENT_VERSION = 3.7.3; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_TESTABILITY = NO; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + GCC_SYMBOLS_PRIVATE_EXTERN = YES; + INFOPLIST_FILE = src/Ice/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + 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_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 4BBF69562480151474428FD3 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -14705,8 +14868,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptionsAMD; - PRODUCT_NAME = IceSlicingExceptionsAMD; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceScope; + PRODUCT_NAME = IceScope; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -14716,7 +14880,7 @@ }; name = Release; }; - 45DB934314F2838ECBB9986D /* Debug */ = { + 4C10A1265BB8623E27FE1F70 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -14729,8 +14893,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAmi; - PRODUCT_NAME = IceAmi; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocatorAMD; + PRODUCT_NAME = IceServantLocatorAMD; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -14739,7 +14904,7 @@ }; name = Debug; }; - 461CA87D10C1826384610CC7 /* Debug */ = { + 4CB52A7481FA3DA3DC995DB8 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -14747,29 +14912,25 @@ CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; - DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; - FRAMEWORK_VERSION = A; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.TestCommon; - PRODUCT_NAME = TestCommon; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStream; + PRODUCT_NAME = IceStream; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + WRAPPER_EXTENSION = bundle; }; name = Debug; }; - 46A09D5D43B2EB5F1AE371B8 /* Release */ = { + 4CF8166CD8CBC11AA24CCEB0 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -14782,21 +14943,21 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdapterDeactivation; - PRODUCT_NAME = IceAdapterDeactivation; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAmi; + PRODUCT_NAME = IceAmi; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - 486AC561CF8272088E577E3F /* Release */ = { + 4DF55F66ABBB9912F3961854 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CLANG_ENABLE_OBJC_ARC = NO; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; @@ -14804,13 +14965,11 @@ DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; 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; HEADER_SEARCH_PATHS = ( @@ -14818,16 +14977,42 @@ "$(SYMROOT)/$(PLATFORM_NAME)/include/", "$(SRCROOT)/../cpp/src/", ); - MACOSX_DEPLOYMENT_TARGET = 10.14; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceDiscovery++11macOS"; - PRODUCT_NAME = "IceDiscovery++11macOS"; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + OTHER_LDFLAGS = "-ObjC"; + PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceDiscovery++11iOS"; + PRODUCT_NAME = "IceDiscovery++11iOS"; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + TARGETED_DEVICE_FAMILY = "1,2"; }; - name = Release; + name = Debug; + }; + 4F1D022A5245680BDE217F5F /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + CODE_SIGN_IDENTITY = "-"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 3.7.3; + DYLIB_COMPATIBILITY_VERSION = 0; + DYLIB_CURRENT_VERSION = 3.7.3; + ENABLE_BITCODE = NO; + ENABLE_TESTABILITY = NO; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + GCC_SYMBOLS_PRIVATE_EXTERN = YES; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdmin; + PRODUCT_NAME = IceAdmin; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SWIFT_VERSION = 5.0; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; }; - 48E8A4666188C9D2AEB530CC /* Debug */ = { + 5125806C387CD1BA65530A4B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -14842,41 +15027,44 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjectsAMD; - PRODUCT_NAME = IceSlicingObjectsAMD; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptionsAMD; + PRODUCT_NAME = IceSlicingExceptionsAMD; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - 4B5C4B8C0D41947EC9423307 /* Release */ = { + 518AF3FE64E56097067629CE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAmi; - PRODUCT_NAME = IceAmi; - SDKROOT = iphoneos; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStream; + PRODUCT_NAME = IceStream; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; name = Release; }; - 4E7B97445CA8B35556B5F5D3 /* Debug */ = { + 51ACA3467F712612C05B866B /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -14891,8 +15079,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceEnums; - PRODUCT_NAME = IceEnums; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjectsAMD; + PRODUCT_NAME = IceSlicingObjectsAMD; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -14901,7 +15090,7 @@ }; name = Debug; }; - 501F6A64162EBD427EE36C36 /* Debug */ = { + 5385E11F89432F81DFD989AA /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -14914,8 +15103,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptional; - PRODUCT_NAME = IceOptional; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultValue; + PRODUCT_NAME = IceDefaultValue; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -14924,54 +15114,59 @@ }; name = Debug; }; - 50AF3D2EA5160EEA788D4E1E /* Debug */ = { + 544D08E48463D5CDA8375B3E /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceHold; - PRODUCT_NAME = IceHold; - SDKROOT = iphoneos; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultServant; + PRODUCT_NAME = IceDefaultServant; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; name = Debug; }; - 50BC46D3AEC193D058403D52 /* Release */ = { + 54600A232284A39CB2899AFA /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptional; - PRODUCT_NAME = IceOptional; - SDKROOT = iphoneos; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocator; + PRODUCT_NAME = IceServantLocator; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - 51A8F36C28CE24EDD5B4002C /* Release */ = { + 572CF3D79922CB8D4AC3F95A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -14987,12 +15182,12 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; FRAMEWORK_VERSION = A; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INFOPLIST_FILE = src/Ice/Info.plist; + 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 = 10.14; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.Ice; - PRODUCT_NAME = Ice; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.Glacier2; + PRODUCT_NAME = Glacier2; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -15000,38 +15195,60 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; + name = Debug; + }; + 592154E4B78C32846F230D5F /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + AVAILABLE_PLATFORMS = macosx; + CODE_SIGN_IDENTITY = "-"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 3.7.3; + DYLIB_COMPATIBILITY_VERSION = 0; + DYLIB_CURRENT_VERSION = 3.7.3; + ENABLE_BITCODE = NO; + ENABLE_TESTABILITY = NO; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + GCC_SYMBOLS_PRIVATE_EXTERN = YES; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceScope; + PRODUCT_NAME = IceScope; + SDKROOT = macosx; + SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = macosx; + SWIFT_VERSION = 5.0; + WRAPPER_EXTENSION = bundle; + }; name = Release; }; - 51CC45CDBD5C44477DE8FD49 /* Debug */ = { + 6001DA909B9B1BC95349664E /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; - DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.TestCommon; - PRODUCT_NAME = TestCommon; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServices; + PRODUCT_NAME = IceServices; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - 51F0955A34698B0012791FA7 /* Release */ = { + 6041D95FE4B8574F3258F498 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -15046,8 +15263,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdmin; - PRODUCT_NAME = IceAdmin; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceLocation; + PRODUCT_NAME = IceLocation; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -15056,7 +15274,7 @@ }; name = Release; }; - 52B258CDA6587C5D2A83625E /* Release */ = { + 60D6727002D95251A55B6452 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -15071,47 +15289,42 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptionsAMD; - PRODUCT_NAME = IceSlicingExceptionsAMD; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceUdp; + PRODUCT_NAME = IceUdp; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - 533F06732275153E47C3E29B /* Debug */ = { + 63A74B96FE348C98533F3D31 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; - DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INFOPLIST_FILE = src/Glacier2/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 11.3; - 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.IceHold; + PRODUCT_NAME = IceHold; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + WRAPPER_EXTENSION = bundle; }; name = Debug; }; - 558C27A1B31E0CC60157F855 /* Debug */ = { + 657666A08307ED0EF041BACB /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -15124,34 +15337,37 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceRetry; - PRODUCT_NAME = IceRetry; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptions; + PRODUCT_NAME = IceSlicingExceptions; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - 569C6E41AB040E3BDCAD4A01 /* Release */ = { + 65793B80B7BF271411674C32 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; - CLANG_ENABLE_OBJC_ARC = NO; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; + DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; + DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; - EXECUTABLE_PREFIX = lib; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_VERSION = A; GCC_PREPROCESSOR_DEFINITIONS = ( ICE_CPP11_MAPPING, - ICE_BUILDING_SRC, ICE_STATIC_LIBS, ICE_SWIFT, - NDEBUG, ); GCC_SYMBOLS_PRIVATE_EXTERN = YES; HEADER_SEARCH_PATHS = ( @@ -15159,16 +15375,25 @@ "$(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 = 10.14; - 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; }; - 579677E9A8226CDB5D6F8677 /* Debug */ = { + 681E38160EA9C09EACCDCAC5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -15183,8 +15408,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceHold; - PRODUCT_NAME = IceHold; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdapterDeactivation; + PRODUCT_NAME = IceAdapterDeactivation; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -15193,7 +15419,7 @@ }; name = Debug; }; - 5B146F517A55EF68922271BB /* Debug */ = { + 6AEE7FF64918F8991F8786A3 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -15206,8 +15432,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceUdp; - PRODUCT_NAME = IceUdp; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInfo; + PRODUCT_NAME = IceInfo; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -15216,31 +15443,7 @@ }; name = Debug; }; - 5CA028682EB5A32429A67306 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CODE_SIGN_IDENTITY = "-"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3.7.3; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInvoke; - PRODUCT_NAME = IceInvoke; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 5EA303F7A65DFB5D321E2523 /* Debug */ = { + 6CEE3D6F0935DBBDDEBE3852 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -15255,8 +15458,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceTimeout; - PRODUCT_NAME = IceTimeout; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceFacets; + PRODUCT_NAME = IceFacets; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -15265,38 +15469,43 @@ }; name = Debug; }; - 5F2DB3EC5914CCB7A172B288 /* Debug */ = { + 6D7CD7A715FADACD57784C0C /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + CLANG_ENABLE_OBJC_ARC = NO; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; - DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; - FRAMEWORK_VERSION = A; + GCC_PREPROCESSOR_DEFINITIONS = ( + ICE_CPP11_MAPPING, + ICE_BUILDING_SRC, + ICE_STATIC_LIBS, + ICE_SWIFT, + NDEBUG, + ); GCC_SYMBOLS_PRIVATE_EXTERN = 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 = 10.14; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.Glacier2; - PRODUCT_NAME = Glacier2; - SDKROOT = macosx; + HEADER_SEARCH_PATHS = ( + "$(SRCROOT)/../cpp/include/", + "$(SYMROOT)/$(PLATFORM_NAME)/include/", + "$(SRCROOT)/../cpp/src/", + ); + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + OTHER_LDFLAGS = "-ObjC"; + PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceLocatorDiscovery++11iOS"; + PRODUCT_NAME = "IceLocatorDiscovery++11iOS"; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 60CAF90636689FC23AA0618C /* Release */ = { + 6E2E326B05F8E7B427820164 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -15309,8 +15518,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServices; - PRODUCT_NAME = IceServices; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAcm; + PRODUCT_NAME = IceAcm; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -15320,7 +15530,7 @@ }; name = Release; }; - 614E5048628347C44EB18EE5 /* Release */ = { + 6EAFE518FEDBD25B145F14E8 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -15335,8 +15545,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptions; - PRODUCT_NAME = IceExceptions; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceFacets; + PRODUCT_NAME = IceFacets; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -15345,88 +15556,81 @@ }; name = Release; }; - 615076C98FD8DE5926F56F46 /* Release */ = { + 6FD0B1811D33774124E1B2E4 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceBinding; - PRODUCT_NAME = IceBinding; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultServant; + PRODUCT_NAME = IceDefaultServant; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - 6226DE1EA1FB076E05E3F92A /* Debug */ = { + 708ACBF9E17672A15B2D4ABC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperations; - PRODUCT_NAME = IceOperations; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptions; + PRODUCT_NAME = IceExceptions; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; name = Debug; }; - 629E808903E017B0A3942D09 /* Release */ = { + 717FC1A7B83F2A7B7F13B480 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; - DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INFOPLIST_FILE = src/IceGrid/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.3; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceGrid; - PRODUCT_NAME = IceGrid; - SDKROOT = iphoneos; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceUdp; + PRODUCT_NAME = IceUdp; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + WRAPPER_EXTENSION = bundle; }; name = Release; }; - 63CF94AF61E178F82CF43EFE /* Debug */ = { + 72EA34BEA39AF919C4BEB278 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -15439,8 +15643,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdmin; - PRODUCT_NAME = IceAdmin; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjectsAMD; + PRODUCT_NAME = IceSlicingObjectsAMD; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -15449,71 +15654,70 @@ }; name = Debug; }; - 63FE48F3FB3EA72B002791C7 /* Debug */ = { + 73AC266CA7F46CC6EAA36616 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSSLConfiguration; - PRODUCT_NAME = IceSSLConfiguration; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAcm; + PRODUCT_NAME = IceAcm; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; name = Debug; }; - 674B445699A6AF91C5FB1B38 /* Debug */ = { + 7442DA3ABC1E08D85AA10DA6 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultServant; - PRODUCT_NAME = IceDefaultServant; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceFacets; + PRODUCT_NAME = IceFacets; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - 69ADEB6D584EDF021E53BD90 /* Debug */ = { + 75B27FBDF49816EB5B55ADD9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_ENABLE_OBJC_ARC = NO; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; + DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; + DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; - EXECUTABLE_PREFIX = lib; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_PREPROCESSOR_DEFINITIONS = ( ICE_CPP11_MAPPING, - ICE_BUILDING_SRC, ICE_STATIC_LIBS, ICE_SWIFT, ); @@ -15523,16 +15727,51 @@ "$(SYMROOT)/$(PLATFORM_NAME)/include/", "$(SRCROOT)/../cpp/src/", ); - MACOSX_DEPLOYMENT_TARGET = 10.14; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceDiscovery++11macOS"; - PRODUCT_NAME = "IceDiscovery++11macOS"; - SDKROOT = macosx; + INFOPLIST_FILE = src/IceImpl/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + 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 = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 6A53DD0B37A4A7FAFD749014 /* Debug */ = { + 75BE0CB8452A89C3914B0840 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + CODE_SIGN_IDENTITY = "-"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 3.7.3; + DYLIB_COMPATIBILITY_VERSION = 0; + DYLIB_CURRENT_VERSION = 3.7.3; + ENABLE_BITCODE = NO; + ENABLE_TESTABILITY = NO; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + GCC_SYMBOLS_PRIVATE_EXTERN = YES; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocator; + PRODUCT_NAME = IceServantLocator; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 79A51270C803BAAAE225BFA5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -15547,8 +15786,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdmin; - PRODUCT_NAME = IceAdmin; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptionsAMD; + PRODUCT_NAME = IceExceptionsAMD; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -15557,7 +15797,7 @@ }; name = Debug; }; - 6A64ADCEE1C41C65D9088129 /* Debug */ = { + 7A880A8ECEC4015BBE905A3D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -15570,20 +15810,48 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultServant; - PRODUCT_NAME = IceDefaultServant; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceBinding; + PRODUCT_NAME = IceBinding; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - 6B5C8B3647CEB1A92926CAEB /* Release */ = { + 7AA06168455416339A00D05F /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; + CODE_SIGN_IDENTITY = "-"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 3.7.3; + DYLIB_COMPATIBILITY_VERSION = 0; + DYLIB_CURRENT_VERSION = 3.7.3; + ENABLE_BITCODE = NO; + ENABLE_TESTABILITY = NO; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + GCC_SYMBOLS_PRIVATE_EXTERN = YES; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInvoke; + PRODUCT_NAME = IceInvoke; + SDKROOT = macosx; + SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = macosx; + SWIFT_VERSION = 5.0; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 7BB8C6E352923D555F86E5FE /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CLANG_ENABLE_OBJC_ARC = NO; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; @@ -15591,7 +15859,6 @@ DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_TESTABILITY = NO; - EXECUTABLE_PREFIX = lib; GCC_PREPROCESSOR_DEFINITIONS = ( ICE_CPP11_MAPPING, ICE_BUILDING_SRC, @@ -15605,16 +15872,19 @@ "$(SYMROOT)/$(PLATFORM_NAME)/include/", "$(SRCROOT)/../cpp/src/", ); - MACOSX_DEPLOYMENT_TARGET = 10.14; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Ice++11macOS"; - PRODUCT_NAME = "Ice++11macOS"; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + OTHER_LDFLAGS = "-ObjC"; + PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceIAP++11iOS"; + PRODUCT_NAME = "IceIAP++11iOS"; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; name = Release; }; - 6D1ED8F5917242FDB7ADC57D /* Release */ = { + 7BC29E8C1D24819F7710F876 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -15627,8 +15897,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjectsAMD; - PRODUCT_NAME = IceSlicingObjectsAMD; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceRetry; + PRODUCT_NAME = IceRetry; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -15638,31 +15909,32 @@ }; name = Release; }; - 6F8913D4FD2EB4F1260D4924 /* Debug */ = { + 7C14BFF39A47D9E9F72AFCA8 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; + ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INFOPLIST_FILE = test/TestDriver/iOS/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Swift-Test-Controller"; - PRODUCT_NAME = TestDriver; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdmin; + PRODUCT_NAME = IceAdmin; SDKROOT = iphoneos; + SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - 70E2EFBE962247938ADC8284 /* Release */ = { + 7C92E614F164F7B125706687 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -15670,80 +15942,74 @@ CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; - DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; - FRAMEWORK_VERSION = A; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INFOPLIST_FILE = src/IceGrid/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 = 10.14; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceGrid; - PRODUCT_NAME = IceGrid; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAmi; + PRODUCT_NAME = IceAmi; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - 726B3A02BAAA26D6AC12ED42 /* Debug */ = { + 7E076E255A1424C63A423C20 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjects; - PRODUCT_NAME = IceSlicingObjects; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceRetry; + PRODUCT_NAME = IceRetry; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; name = Debug; }; - 73160692617F20D2639D92FB /* Debug */ = { + 7EDC515A554EE8554D05DC3A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceScope; - PRODUCT_NAME = IceScope; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxy; + PRODUCT_NAME = IceProxy; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - 74406844D1C0B8DA9AA8A37A /* Debug */ = { + 7EE97045F7A31C2BDAD3A5FC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -15758,114 +16024,133 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceFacets; - PRODUCT_NAME = IceFacets; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultServant; + PRODUCT_NAME = IceDefaultServant; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - 77B905D3DE0A69F09D73F07B /* Release */ = { + 81E4A4B233095DBAFF926A65 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; + DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; + DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceEnums; - PRODUCT_NAME = IceEnums; + INFOPLIST_FILE = src/IceStorm/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + 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_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Release; }; - 79E23F098206175920218858 /* Debug */ = { + 8322D391991173D519E9E25D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInfo; - PRODUCT_NAME = IceInfo; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceLocation; + PRODUCT_NAME = IceLocation; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - 7B7E62E71941F258DE6D96A3 /* Release */ = { + 849CC4C46471369D0E9B35DF /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; + CLANG_ENABLE_OBJC_ARC = NO; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + EXECUTABLE_PREFIX = lib; + GCC_PREPROCESSOR_DEFINITIONS = ( + ICE_CPP11_MAPPING, + ICE_BUILDING_SRC, + ICE_STATIC_LIBS, + ICE_SWIFT, + ); GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperationsAMD; - PRODUCT_NAME = IceOperationsAMD; + HEADER_SEARCH_PATHS = ( + "$(SRCROOT)/../cpp/include/", + "$(SYMROOT)/$(PLATFORM_NAME)/include/", + "$(SRCROOT)/../cpp/src/", + ); + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceDiscovery++11macOS"; + PRODUCT_NAME = "IceDiscovery++11macOS"; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; - SWIFT_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - 7BD9C4E11947A490F2C7464C /* Debug */ = { + 89E51EB6E196F413C5957EB0 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxy; - PRODUCT_NAME = IceProxy; - SDKROOT = iphoneos; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptions; + PRODUCT_NAME = IceSlicingExceptions; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; name = Debug; }; - 7C8F1094480EA967A81877FF /* Debug */ = { + 8CB596AE6DA563D867BABF34 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -15881,12 +16166,12 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; FRAMEWORK_VERSION = A; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INFOPLIST_FILE = src/Ice/Info.plist; + 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 = 10.14; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.Ice; - PRODUCT_NAME = Ice; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceGrid; + PRODUCT_NAME = IceGrid; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -15896,106 +16181,113 @@ }; name = Debug; }; - 7ED642BD1E12D72596D3605E /* Debug */ = { + 8D3BA12ED1E6F5AB0E59372F /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; + DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; + DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocatorAMD; - PRODUCT_NAME = IceServantLocatorAMD; + INFOPLIST_FILE = src/IceGrid/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceGrid; + PRODUCT_NAME = IceGrid; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 80499D378ADBF8B01E8645A8 /* Debug */ = { + 8D8A16B6FBEB3A5CF1C3A6DE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; - DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_STATIC_LIBS, - ICE_SWIFT, - ); GCC_SYMBOLS_PRIVATE_EXTERN = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - INFOPLIST_FILE = src/IceImpl/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - OTHER_LDFLAGS = ( - "-lbz2", - "-liconv", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceImpl; - PRODUCT_NAME = IceImpl; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceObjects; + PRODUCT_NAME = IceObjects; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 8EEADF1BBDF27214DB58E688 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + AVAILABLE_PLATFORMS = macosx; + CODE_SIGN_IDENTITY = "-"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 3.7.3; + DYLIB_COMPATIBILITY_VERSION = 0; + DYLIB_CURRENT_VERSION = 3.7.3; + ENABLE_BITCODE = NO; + ENABLE_TESTABILITY = NO; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + GCC_SYMBOLS_PRIVATE_EXTERN = YES; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceScope; + PRODUCT_NAME = IceScope; + SDKROOT = macosx; + SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = macosx; + SWIFT_VERSION = 5.0; + WRAPPER_EXTENSION = bundle; }; name = Debug; }; - 82E5ED073FD0F2F881B7E101 /* Debug */ = { + 904A8E8011CC45481524B6B0 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_ENABLE_OBJC_ARC = NO; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; + ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_BUILDING_SRC, - ICE_STATIC_LIBS, - ICE_SWIFT, - ); + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); IPHONEOS_DEPLOYMENT_TARGET = 11.3; - OTHER_LDFLAGS = "-ObjC"; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceLocatorDiscovery++11iOS"; - PRODUCT_NAME = "IceLocatorDiscovery++11iOS"; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInterceptor; + PRODUCT_NAME = IceInterceptor; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - TARGETED_DEVICE_FAMILY = "1,2"; + SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - 848A0AF10B8FD61385E413FB /* Release */ = { + 9089D7AFB59661E0F10978FF /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -16010,17 +16302,18 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocator; - PRODUCT_NAME = IceServantLocator; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdmin; + PRODUCT_NAME = IceAdmin; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - 8559D1C18157A6EE6F7D3928 /* Debug */ = { + 91BBBBA82F99FC43040D51FC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -16033,8 +16326,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptions; - PRODUCT_NAME = IceSlicingExceptions; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceUdp; + PRODUCT_NAME = IceUdp; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -16043,7 +16337,7 @@ }; name = Debug; }; - 868CAE97978D55CD4BB5A362 /* Debug */ = { + 93555D7F15912F1CD734E2EF /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -16056,8 +16350,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProperties; - PRODUCT_NAME = IceProperties; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceLocation; + PRODUCT_NAME = IceLocation; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -16066,80 +16361,150 @@ }; name = Debug; }; - 870A0240D56AF014EA6B6DA4 /* Release */ = { + 937D3E1601C6B44DF166F7CF /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; + CLANG_ENABLE_OBJC_ARC = NO; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + EXECUTABLE_PREFIX = lib; + GCC_PREPROCESSOR_DEFINITIONS = ( + ICE_CPP11_MAPPING, + ICE_BUILDING_SRC, + ICE_STATIC_LIBS, + ICE_SWIFT, + NDEBUG, + ); GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAcm; - PRODUCT_NAME = IceAcm; + HEADER_SEARCH_PATHS = ( + "$(SRCROOT)/../cpp/include/", + "$(SYMROOT)/$(PLATFORM_NAME)/include/", + "$(SRCROOT)/../cpp/src/", + ); + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceSSL++11macOS"; + PRODUCT_NAME = "IceSSL++11macOS"; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; - SWIFT_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; }; name = Release; }; - 8740CBD91A5EBEAC515CFB26 /* Release */ = { + 94C9A663BF854990BA018DC5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxy; - PRODUCT_NAME = IceProxy; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjects; + PRODUCT_NAME = IceSlicingObjects; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; name = Release; }; - 87518537436A718AA8238FCF /* Debug */ = { + 9985F6DAF1D90DC3BF26831D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + 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_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; + }; + name = Release; + }; + 9C05BD5212F33C7F366D98E8 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; + DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; + DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_VERSION = A; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceFacets; - PRODUCT_NAME = IceFacets; - SDKROOT = iphoneos; + 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 = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStorm; + PRODUCT_NAME = IceStorm; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 89974306D979E59C7D3EECB4 /* Release */ = { + 9EF60C66F88542FEBD470A32 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -16147,73 +16512,85 @@ CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; + DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; + DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_VERSION = A; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptionalAMD; - PRODUCT_NAME = IceOptionalAMD; + 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 = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.TestCommon; + PRODUCT_NAME = TestCommon; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 89B1D0AFD1C8A4566D70C038 /* Release */ = { + 9F14401A1DD540924353A031 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; + DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; + DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocator; - PRODUCT_NAME = IceServantLocator; + INFOPLIST_FILE = src/IceGrid/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceGrid; + PRODUCT_NAME = IceGrid; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Release; }; - 8A51C293E373C0367D2AB74E /* Debug */ = { + 9F953D094C5BA36D37B6FF95 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperationsAMD; - PRODUCT_NAME = IceOperationsAMD; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInheritance; + PRODUCT_NAME = IceInheritance; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; name = Debug; }; - 8B9C6087B5D617304C351CD2 /* Debug */ = { + 9FE3917C3FE8355FC87BE093 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -16221,24 +16598,30 @@ CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; + DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; + DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_VERSION = A; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceObjects; - PRODUCT_NAME = IceObjects; + 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 = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.Glacier2; + PRODUCT_NAME = Glacier2; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 8C04BFCD784C304FBC86FD12 /* Release */ = { + A09A8788F29E2C0B23B1E1E8 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -16251,43 +16634,42 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxy; - PRODUCT_NAME = IceProxy; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServices; + PRODUCT_NAME = IceServices; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - 8DAF652DEE9FAB583F685F93 /* Release */ = { + A0D57B41C9F4042748405ACE /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceObjects; - PRODUCT_NAME = IceObjects; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceEnums; + PRODUCT_NAME = IceEnums; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - 8FD9967B52195524CBB21B77 /* Debug */ = { + A0D993ABE2A56A58C7CCCC5E /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -16300,8 +16682,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjects; - PRODUCT_NAME = IceSlicingObjects; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptionsAMD; + PRODUCT_NAME = IceExceptionsAMD; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -16310,31 +16693,40 @@ }; name = Debug; }; - 8FF10115A6CBA600AF3922AD /* Release */ = { + A1DFD921BEB71703FC5AC6A3 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; + CLANG_ENABLE_OBJC_ARC = NO; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + EXECUTABLE_PREFIX = lib; + GCC_PREPROCESSOR_DEFINITIONS = ( + ICE_CPP11_MAPPING, + ICE_BUILDING_SRC, + ICE_STATIC_LIBS, + ICE_SWIFT, + ); GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptionalAMD; - PRODUCT_NAME = IceOptionalAMD; - SDKROOT = iphoneos; + HEADER_SEARCH_PATHS = ( + "$(SRCROOT)/../cpp/include/", + "$(SYMROOT)/$(PLATFORM_NAME)/include/", + "$(SRCROOT)/../cpp/src/", + ); + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceLocatorDiscovery++11macOS"; + PRODUCT_NAME = "IceLocatorDiscovery++11macOS"; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; + SUPPORTED_PLATFORMS = macosx; }; - name = Release; + name = Debug; }; - 90B1D5D57DE67A652E44F95D /* Debug */ = { + A20F54CD8455AC07EA45FF00 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -16350,6 +16742,7 @@ ICE_BUILDING_SRC, ICE_STATIC_LIBS, ICE_SWIFT, + NDEBUG, ); GCC_SYMBOLS_PRIVATE_EXTERN = YES; HEADER_SEARCH_PATHS = ( @@ -16359,16 +16752,17 @@ ); IPHONEOS_DEPLOYMENT_TARGET = 11.3; OTHER_LDFLAGS = "-ObjC"; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceIAP++11iOS"; - PRODUCT_NAME = "IceIAP++11iOS"; + PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceDiscovery++11iOS"; + PRODUCT_NAME = "IceDiscovery++11iOS"; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 91005AF8D8E5032A6587F746 /* Release */ = { + A2E27F1A21491E63EB908FC2 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -16381,8 +16775,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperationsAMD; - PRODUCT_NAME = IceOperationsAMD; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptions; + PRODUCT_NAME = IceExceptions; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -16392,40 +16787,34 @@ }; name = Release; }; - 910DEB977DE18F6E5BF3DF1D /* Release */ = { + A4D0607E5F66C26EDEE7EC67 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; - DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INFOPLIST_FILE = src/Glacier2/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 11.3; - 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.IceSlicingExceptions; + PRODUCT_NAME = IceSlicingExceptions; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - 914CC56BB453F2CB530AA205 /* Release */ = { + A5887E95B009CE6611C14E8D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; @@ -16433,22 +16822,21 @@ CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.SliceEscape; - PRODUCT_NAME = SliceEscape; + INFOPLIST_FILE = test/TestDriver/macOS/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Swift-Test-Controller"; + PRODUCT_NAME = TestDriver; SDKROOT = macosx; - SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; }; name = Release; }; - 914D6F3F345809A7201AE34B /* Release */ = { + A5D59AC8646BE671FD08CC79 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -16456,53 +16844,50 @@ CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; - DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; - FRAMEWORK_VERSION = A; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INFOPLIST_FILE = src/IceStorm/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 = 10.14; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStorm; - PRODUCT_NAME = IceStorm; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceEnums; + PRODUCT_NAME = IceEnums; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + WRAPPER_EXTENSION = bundle; }; name = Release; }; - 924DB042705BFD1A7FC694CB /* Debug */ = { + A78276E2B1E60E4FAFB7337C /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperations; - PRODUCT_NAME = IceOperations; + INFOPLIST_FILE = test/TestDriver/iOS/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Swift-Test-Controller"; + PRODUCT_NAME = TestDriver; SDKROOT = iphoneos; - SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; + TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; - 945016D4C8CC57980603C341 /* Debug */ = { + A8E33BBEDEE9464DDF13A558 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -16517,8 +16902,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAmi; - PRODUCT_NAME = IceAmi; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptions; + PRODUCT_NAME = IceExceptions; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -16527,32 +16913,32 @@ }; name = Debug; }; - 945BB797E194F050E95E6713 /* Release */ = { + A9335899A8EE1BFB7408871F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptional; - PRODUCT_NAME = IceOptional; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdapterDeactivation; + PRODUCT_NAME = IceAdapterDeactivation; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; name = Release; }; - 97A1C09F44325A60F2D021DD /* Release */ = { + AC69137367247256F1975060 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -16567,67 +16953,66 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptionsAMD; - PRODUCT_NAME = IceExceptionsAMD; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperationsAMD; + PRODUCT_NAME = IceOperationsAMD; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - 98FA9AFE2D976D41BC8022AA /* Debug */ = { + ADC4FF7EFBF0427D2E6B2FA2 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultValue; - PRODUCT_NAME = IceDefaultValue; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProperties; + PRODUCT_NAME = IceProperties; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; name = Debug; }; - 99B86AB1C8442FE7D26ACC31 /* Release */ = { + AE52802C7249541CF5D58737 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInheritance; - PRODUCT_NAME = IceInheritance; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdapterDeactivation; + PRODUCT_NAME = IceAdapterDeactivation; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - A015E6FF6F08B6920E003387 /* Debug */ = { + AE9138E5A5DC79A1A08AFDAF /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -16652,8 +17037,8 @@ ); IPHONEOS_DEPLOYMENT_TARGET = 11.3; 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"; @@ -16661,31 +17046,33 @@ }; name = Debug; }; - A06F252F0EB2EF4B09A1AEA2 /* Release */ = { + B02E9B1737C3AAC3D7CE294D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperations; PRODUCT_NAME = IceOperations; - SDKROOT = iphoneos; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - A2911481DB128CBC51BCB68C /* Release */ = { + B187FD86C637D9F3F79B1284 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -16700,40 +17087,18 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProperties; - PRODUCT_NAME = IceProperties; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.SliceEscape; + PRODUCT_NAME = SliceEscape; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Release; - }; - A2B04DAA76B008132A55CDEB /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CODE_SIGN_IDENTITY = "-"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3.7.3; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInfo; - PRODUCT_NAME = IceInfo; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; - }; name = Debug; }; - A3BBDCD58AFECCED6A081ECE /* Release */ = { + B3C4FE749087A94008D01BA2 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -16748,17 +17113,18 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultValue; - PRODUCT_NAME = IceDefaultValue; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjects; + PRODUCT_NAME = IceSlicingObjects; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - A4CD8BD1F9BE24A2D5F00BDB /* Release */ = { + B3F1E0982A13ADBB4D1A5A2F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -16773,8 +17139,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceHold; - PRODUCT_NAME = IceHold; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxy; + PRODUCT_NAME = IceProxy; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -16783,7 +17150,7 @@ }; name = Release; }; - A5B7E6759ABCD53B04ACE5E6 /* Debug */ = { + B473A4847F0D049C85008721 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -16796,17 +17163,19 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultValue; - PRODUCT_NAME = IceDefaultValue; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProperties; + PRODUCT_NAME = IceProperties; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - A72B24C5090E98669B07D799 /* Debug */ = { + B56FD99C87E267B31BD7555B /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -16821,8 +17190,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptional; - PRODUCT_NAME = IceOptional; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceHold; + PRODUCT_NAME = IceHold; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -16831,54 +17201,59 @@ }; name = Debug; }; - A8302CA874C0433875007F39 /* Debug */ = { + B65660B9FCD427A5F6198D07 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceTimeout; - PRODUCT_NAME = IceTimeout; - SDKROOT = iphoneos; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocator; + PRODUCT_NAME = IceServantLocator; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - A861923C42AB63A3ABCDC66F /* Release */ = { + B6A9CD42D6940C137A47E1C7 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInterceptor; - PRODUCT_NAME = IceInterceptor; - SDKROOT = iphoneos; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultValue; + PRODUCT_NAME = IceDefaultValue; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; name = Release; }; - A924377C02E01B829C485543 /* Release */ = { + B6FBDB78A508FBD69039AE9B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -16886,72 +17261,95 @@ CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; + DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; + DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_VERSION = A; + GCC_PREPROCESSOR_DEFINITIONS = ( + ICE_CPP11_MAPPING, + ICE_STATIC_LIBS, + ICE_SWIFT, + NDEBUG, + ); GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceLocation; - PRODUCT_NAME = IceLocation; + HEADER_SEARCH_PATHS = ( + "$(SRCROOT)/../cpp/include/", + "$(SYMROOT)/$(PLATFORM_NAME)/include/", + "$(SRCROOT)/../cpp/src/", + ); + INFOPLIST_FILE = src/IceImpl/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + OTHER_LDFLAGS = ( + "-lbz2", + "-liconv", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceImpl; + PRODUCT_NAME = IceImpl; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; - SWIFT_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Release; }; - AC57E24E4A01EDDD31C5CE37 /* Debug */ = { + B93C31E5A109C6F0369C016A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceEnums; PRODUCT_NAME = IceEnums; - SDKROOT = iphoneos; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; name = Debug; }; - AE1C30D3A7BC7AE3635D2529 /* Debug */ = { + BA06AA76ACAA378BB9995E53 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptionalAMD; - PRODUCT_NAME = IceOptionalAMD; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInheritance; + PRODUCT_NAME = IceInheritance; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - AE76D2FF7793074428C352AE /* Release */ = { + BB73987400F62F932DAE40F6 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -16977,8 +17375,8 @@ ); IPHONEOS_DEPLOYMENT_TARGET = 11.3; OTHER_LDFLAGS = "-ObjC"; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceLocatorDiscovery++11iOS"; - PRODUCT_NAME = "IceLocatorDiscovery++11iOS"; + PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceSSL++11iOS"; + PRODUCT_NAME = "IceSSL++11iOS"; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -16987,7 +17385,7 @@ }; name = Release; }; - AF02A825B0CD2CF34A0E05EB /* Release */ = { + BBD1255798B9E82BE837D3D8 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -17002,8 +17400,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceFacets; - PRODUCT_NAME = IceFacets; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAmi; + PRODUCT_NAME = IceAmi; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -17012,7 +17411,7 @@ }; name = Release; }; - B1292897B8D98FE8E9EC85EC /* Debug */ = { + BE2CBD5371CB70EF2911AE0C /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -17027,17 +17426,18 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProperties; - PRODUCT_NAME = IceProperties; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOptional; + PRODUCT_NAME = IceOptional; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - B15E23AF3019C5C4E3A6BDC4 /* Release */ = { + BEE005DAC9F942B64EB81E98 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -17052,8 +17452,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptions; - PRODUCT_NAME = IceSlicingExceptions; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdapterDeactivation; + PRODUCT_NAME = IceAdapterDeactivation; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -17062,40 +17463,7 @@ }; name = Release; }; - B1BE35E50DDE7FBC6F299770 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_ENABLE_OBJC_ARC = NO; - CODE_SIGN_IDENTITY = "-"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3.7.3; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.3; - 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; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - MACOSX_DEPLOYMENT_TARGET = 10.14; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceSSL++11macOS"; - PRODUCT_NAME = "IceSSL++11macOS"; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - }; - name = Debug; - }; - B3B2465B2E0745A7FC66FF2A /* Debug */ = { + BF88DC921E0E24A849A62BED /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -17103,98 +17471,108 @@ CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; + DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; + DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_VERSION = A; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceUdp; - PRODUCT_NAME = IceUdp; + 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 = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.Ice; + PRODUCT_NAME = Ice; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Debug; }; - B4AB063C3718BB4ABBEED4D2 /* Debug */ = { + C1550C3BD5FC0A7E260CBAA5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocatorAMD; - PRODUCT_NAME = IceServantLocatorAMD; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceFacets; + PRODUCT_NAME = IceFacets; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; name = Debug; }; - B53E6E9DE15D32F8F238DCB3 /* Release */ = { + C1E7177337E382C0B6657353 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; + DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; + DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceTimeout; - PRODUCT_NAME = IceTimeout; + INFOPLIST_FILE = test/TestCommon/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.TestCommon; + PRODUCT_NAME = TestCommon; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - B55E4B485E5F13CD68F1D831 /* Release */ = { + C348232869328654F7729075 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjects; - PRODUCT_NAME = IceSlicingObjects; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInterceptor; + PRODUCT_NAME = IceInterceptor; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - B70424527E78523BAFA0D782 /* Debug */ = { + C3BE156BA2A09C295F2996FD /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -17207,17 +17585,19 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperationsAMD; - PRODUCT_NAME = IceOperationsAMD; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultServant; + PRODUCT_NAME = IceDefaultServant; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - B7D348EE1B8604F28E901A07 /* Debug */ = { + C3BE352586CD873989D479AF /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -17232,8 +17612,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceRetry; - PRODUCT_NAME = IceRetry; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceObjects; + PRODUCT_NAME = IceObjects; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -17242,7 +17623,7 @@ }; name = Debug; }; - B857C08992DF88E1CC1C34B6 /* Release */ = { + C401D39003BAEC757DC3C4CE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -17257,72 +17638,18 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInterceptor; - PRODUCT_NAME = IceInterceptor; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - B8EC6E9578E7972E6938C72F /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CODE_SIGN_IDENTITY = "-"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.3; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.3; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; - FRAMEWORK_VERSION = A; - GCC_SYMBOLS_PRIVATE_EXTERN = 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 = 10.14; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.Glacier2; - PRODUCT_NAME = Glacier2; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServices; + PRODUCT_NAME = IceServices; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - BBED667010ED8E0B0CA8077E /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CODE_SIGN_IDENTITY = "-"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3.7.3; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStream; - PRODUCT_NAME = IceStream; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; name = Release; }; - BC886ECA0D198BB70DC2452E /* Release */ = { + C6ED4D25028C9EDC33AEF913 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -17335,8 +17662,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceRetry; - PRODUCT_NAME = IceRetry; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxyAMD; + PRODUCT_NAME = IceProxyAMD; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -17346,7 +17674,7 @@ }; name = Release; }; - BD59E85C624B94666F61B129 /* Debug */ = { + C77C57A76B2E9F08B450C429 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -17361,8 +17689,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStream; - PRODUCT_NAME = IceStream; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultValue; + PRODUCT_NAME = IceDefaultValue; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -17371,7 +17700,7 @@ }; name = Debug; }; - BDF85C7149339233CFE877BD /* Release */ = { + C82B74A68F355923EAC8C9EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -17384,54 +17713,18 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxyAMD; - PRODUCT_NAME = IceProxyAMD; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInvoke; + PRODUCT_NAME = IceInvoke; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Release; - }; - BF594467875A199ECBF33CD9 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_ENABLE_OBJC_ARC = NO; - CODE_SIGN_IDENTITY = "-"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3.7.3; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_TESTABILITY = NO; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_BUILDING_SRC, - ICE_STATIC_LIBS, - ICE_SWIFT, - NDEBUG, - ); - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - IPHONEOS_DEPLOYMENT_TARGET = 11.3; - OTHER_LDFLAGS = "-ObjC"; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceDiscovery++11iOS"; - PRODUCT_NAME = "IceDiscovery++11iOS"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; + name = Debug; }; - BF75309FE87A8A49B3281A60 /* Debug */ = { + C896D5A19B2DAE0ED505597D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -17446,17 +17739,18 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxy; - PRODUCT_NAME = IceProxy; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInvoke; + PRODUCT_NAME = IceInvoke; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - BF79F51B9D4985902E16CB1B /* Release */ = { + C8B807E3C36CF9661472E0BA /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -17469,8 +17763,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceScope; - PRODUCT_NAME = IceScope; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocatorAMD; + PRODUCT_NAME = IceServantLocatorAMD; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -17480,7 +17775,7 @@ }; name = Release; }; - C03662AF4E7B93372A04C4FE /* Debug */ = { + CA072D292EFB0051A2600511 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -17495,8 +17790,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.SliceEscape; - PRODUCT_NAME = SliceEscape; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInheritance; + PRODUCT_NAME = IceInheritance; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -17505,55 +17801,38 @@ }; name = Debug; }; - C14B15AC1EC52E202DB8F887 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CODE_SIGN_IDENTITY = "-"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3.7.3; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocatorAMD; - PRODUCT_NAME = IceServantLocatorAMD; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - C3A87636E15F195FD1CFDBE0 /* Debug */ = { + CBE8A7388905D7AE6DA6BC6E /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; + DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; + DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_VERSION = A; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INFOPLIST_FILE = test/TestDriver/macOS/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Swift-Test-Controller"; - PRODUCT_NAME = TestDriver; + 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 = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStorm; + PRODUCT_NAME = IceStorm; SDKROOT = macosx; + SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Debug; }; - C591151B9C6E8B495FDCB23C /* Release */ = { + CC7D4081863C587BCE319B27 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -17568,8 +17847,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInfo; - PRODUCT_NAME = IceInfo; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperationsAMD; + PRODUCT_NAME = IceOperationsAMD; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -17578,38 +17858,32 @@ }; name = Release; }; - C8887824AABF05E1D3080C96 /* Release */ = { + CCC79995689F88E30C94890B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; - DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INFOPLIST_FILE = src/IceStorm/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 11.3; - 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.IceSSLConfiguration; + PRODUCT_NAME = IceSSLConfiguration; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + WRAPPER_EXTENSION = bundle; }; name = Release; }; - C985D4108340C0F85BDADD3C /* Release */ = { + CCE3EDD4BBBD102E0A147484 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -17622,30 +17896,17 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_STATIC_LIBS, - ICE_SWIFT, - NDEBUG, - ); GCC_SYMBOLS_PRIVATE_EXTERN = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - INFOPLIST_FILE = src/IceImpl/Info.plist; + INFOPLIST_FILE = src/Glacier2/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; 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.Glacier2; + PRODUCT_NAME = Glacier2; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -17653,7 +17914,7 @@ }; name = Release; }; - C9C0D41129080735EB49D68A /* Release */ = { + CD85DAED14746B46B0454873 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -17666,41 +17927,44 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultServant; - PRODUCT_NAME = IceDefaultServant; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperationsAMD; + PRODUCT_NAME = IceOperationsAMD; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - CB075A787CFC40EE978CCE2E /* Debug */ = { + CEEB44A8ABC8BB9855626F1B /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.SliceEscape; - PRODUCT_NAME = SliceEscape; - SDKROOT = iphoneos; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSSLConfiguration; + PRODUCT_NAME = IceSSLConfiguration; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; name = Debug; }; - CE28FA2925BE8CADC6D81144 /* Release */ = { + CF6708C027B705D28B329414 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -17708,150 +17972,51 @@ CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; - DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; - FRAMEWORK_VERSION = A; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_STATIC_LIBS, - ICE_SWIFT, - NDEBUG, - ); GCC_SYMBOLS_PRIVATE_EXTERN = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - INFOPLIST_FILE = src/IceImpl/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - OTHER_LDFLAGS = ( - "-lbz2", - "-liconv", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceImpl; - PRODUCT_NAME = IceImpl; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInfo; + PRODUCT_NAME = IceInfo; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - CEA15A6B23372F0A457D83D3 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CODE_SIGN_IDENTITY = "-"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3.7.3; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInheritance; - PRODUCT_NAME = IceInheritance; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; name = Debug; }; - CF7358C9725CD22C3D47F3E6 /* Release */ = { + D169B92C1527C0CCFC313471 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceUdp; - PRODUCT_NAME = IceUdp; - SDKROOT = iphoneos; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProperties; + PRODUCT_NAME = IceProperties; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; name = Release; }; - D25BDE12C90DE4F6946FF144 /* 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_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; - }; - name = Debug; - }; - D414601EE5A8F63328A41730 /* Debug */ = { + D2279232D2675FE67E4E3708 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -17859,53 +18024,51 @@ CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; - DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; - FRAMEWORK_VERSION = A; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INFOPLIST_FILE = src/IceGrid/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 = 10.14; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceGrid; - PRODUCT_NAME = IceGrid; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProperties; + PRODUCT_NAME = IceProperties; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + WRAPPER_EXTENSION = bundle; }; name = Debug; }; - D4267124FFC9D4D9352166DA /* Debug */ = { + D2D29375469AEC029F13E3AB /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceLocation; - PRODUCT_NAME = IceLocation; - SDKROOT = iphoneos; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjects; + PRODUCT_NAME = IceSlicingObjects; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - D4D97F16A9EC92D2D8B7588E /* Debug */ = { + D310F98043CC21FB46940A41 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -17921,12 +18084,12 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; FRAMEWORK_VERSION = A; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INFOPLIST_FILE = src/IceStorm/Info.plist; + 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 = 10.14; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStorm; - PRODUCT_NAME = IceStorm; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.TestCommon; + PRODUCT_NAME = TestCommon; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -17934,9 +18097,9 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - D565D5B0ADC263BD54EF2B79 /* Release */ = { + D443B59C36F3388D5726B0DE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -17949,8 +18112,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInfo; - PRODUCT_NAME = IceInfo; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultValue; + PRODUCT_NAME = IceDefaultValue; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -17960,41 +18124,7 @@ }; name = Release; }; - D69FCDADE8A6A4720C33774B /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CLANG_ENABLE_OBJC_ARC = NO; - CODE_SIGN_IDENTITY = "-"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3.7.3; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.3; - 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; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); - MACOSX_DEPLOYMENT_TARGET = 10.14; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceSSL++11macOS"; - PRODUCT_NAME = "IceSSL++11macOS"; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - }; - name = Release; - }; - D7A0F5376ED50A3DCAA82271 /* Release */ = { + D694F4A8DA790E43B887AFED /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -18002,24 +18132,30 @@ CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; + DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; + DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_VERSION = A; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceDefaultServant; - PRODUCT_NAME = IceDefaultServant; + 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 = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceGrid; + PRODUCT_NAME = IceGrid; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Release; }; - D7F8BBDFFB1868A68BD27864 /* Release */ = { + D6C196BD7DB2EB2239A7D2AC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -18034,8 +18170,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAmi; - PRODUCT_NAME = IceAmi; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocatorAMD; + PRODUCT_NAME = IceServantLocatorAMD; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -18044,7 +18181,7 @@ }; name = Release; }; - D8198710C48EEBD0B6669BFB /* Release */ = { + D6F0310173AE79EC0F0BA2E0 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -18059,8 +18196,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceUdp; - PRODUCT_NAME = IceUdp; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxyAMD; + PRODUCT_NAME = IceProxyAMD; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -18069,31 +18207,7 @@ }; name = Release; }; - D8CA3621CB58DC0FDDFB3A8F /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CODE_SIGN_IDENTITY = "-"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3.7.3; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceObjects; - PRODUCT_NAME = IceObjects; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - D92C9A0B82CAC119A2F41A2D /* Release */ = { + D7D9EED3256F963D7C452256 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -18108,17 +18222,18 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceRetry; - PRODUCT_NAME = IceRetry; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAcm; + PRODUCT_NAME = IceAcm; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - DAB405C7673D90956FDF64AE /* Debug */ = { + D92072B110E5BBF4C67C3A9C /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -18133,17 +18248,18 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServices; - PRODUCT_NAME = IceServices; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperations; + PRODUCT_NAME = IceOperations; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - DAF6A5CECFCCA89F9896576E /* Release */ = { + DD046ADF8F697AC078C1CB17 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -18156,18 +18272,18 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProperties; - PRODUCT_NAME = IceProperties; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptionsAMD; + PRODUCT_NAME = IceSlicingExceptionsAMD; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - E03B52CCB2BDAF2354478387 /* Debug */ = { + DEE3BFCC564CD619879F286F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -18180,79 +18296,73 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + GCC_PREPROCESSOR_DEFINITIONS = ( + ICE_CPP11_MAPPING, + ICE_STATIC_LIBS, + ICE_SWIFT, + NDEBUG, + ); GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INFOPLIST_FILE = src/IceGrid/Info.plist; + 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 = 11.3; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceGrid; - PRODUCT_NAME = IceGrid; + OTHER_LDFLAGS = ( + "-lbz2", + "-liconv", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceImpl; + PRODUCT_NAME = IceImpl; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; - }; - E23B22EEE2C22649EF3602EB /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CODE_SIGN_IDENTITY = "-"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.3; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptions; - PRODUCT_NAME = IceSlicingExceptions; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; + name = Release; }; - E3A40B1CD229B5BE6BD71065 /* Release */ = { + E273101AA6326AF14CC7C383 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + CLANG_ENABLE_OBJC_ARC = NO; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; - DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + GCC_PREPROCESSOR_DEFINITIONS = ( + ICE_CPP11_MAPPING, + ICE_BUILDING_SRC, + ICE_STATIC_LIBS, + ICE_SWIFT, + ); GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.TestCommon; - PRODUCT_NAME = TestCommon; + HEADER_SEARCH_PATHS = ( + "$(SRCROOT)/../cpp/include/", + "$(SYMROOT)/$(PLATFORM_NAME)/include/", + "$(SRCROOT)/../cpp/src/", + ); + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + OTHER_LDFLAGS = "-ObjC"; + PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceLocatorDiscovery++11iOS"; + PRODUCT_NAME = "IceLocatorDiscovery++11iOS"; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - E3BCF1CCF3C5FD90E7222084 /* Debug */ = { + E35518EC00AF4445846DDD24 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -18265,8 +18375,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptionsAMD; - PRODUCT_NAME = IceSlicingExceptionsAMD; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjects; + PRODUCT_NAME = IceSlicingObjects; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -18275,7 +18386,7 @@ }; name = Debug; }; - E499F00C45EE29A4CCD0FCF5 /* Release */ = { + E41492F2D6D5C50766EC8F08 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -18291,40 +18402,40 @@ GCC_SYMBOLS_PRIVATE_EXTERN = YES; INFOPLIST_FILE = test/TestDriver/macOS/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.14; PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Swift-Test-Controller"; PRODUCT_NAME = TestDriver; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; }; - name = Release; + name = Debug; }; - E4DA4017FA86F9990D2D702A /* Release */ = { + E4435E7A238C81BD7D6907B1 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = macosx; + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSSLConfiguration; - PRODUCT_NAME = IceSSLConfiguration; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceTimeout; + PRODUCT_NAME = IceTimeout; + SDKROOT = iphoneos; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - E5A156C1735ADF4542EA41DD /* Release */ = { + E44566B339B76E9343AEAFDE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -18337,8 +18448,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInheritance; - PRODUCT_NAME = IceInheritance; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceTimeout; + PRODUCT_NAME = IceTimeout; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -18348,7 +18460,7 @@ }; name = Release; }; - E670CBC039511BF0B9472F4E /* Release */ = { + E7CBCA87BEFCEF42FCAE995D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -18361,139 +18473,128 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSSLConfiguration; - PRODUCT_NAME = IceSSLConfiguration; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxy; + PRODUCT_NAME = IceProxy; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - E88BF69B1F1E29A9D7E0BD0A /* Debug */ = { + E98B05880A24713A7507A9C1 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; - CLANG_ENABLE_OBJC_ARC = NO; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; + ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - GCC_PREPROCESSOR_DEFINITIONS = ( - ICE_CPP11_MAPPING, - ICE_BUILDING_SRC, - ICE_STATIC_LIBS, - ICE_SWIFT, - ); + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); IPHONEOS_DEPLOYMENT_TARGET = 11.3; - OTHER_LDFLAGS = "-ObjC"; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Ice++11iOS"; - PRODUCT_NAME = "Ice++11iOS"; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSSLConfiguration; + PRODUCT_NAME = IceSSLConfiguration; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - TARGETED_DEVICE_FAMILY = "1,2"; + SWIFT_VERSION = 5.0; + WRAPPER_EXTENSION = bundle; }; name = Debug; }; - E9929EC75E367DFDFEF07A15 /* Release */ = { + EB5282E4DA8AA7C268CED1F6 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; + CLANG_ENABLE_OBJC_ARC = NO; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; - DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; - FRAMEWORK_VERSION = A; + EXECUTABLE_PREFIX = lib; + GCC_PREPROCESSOR_DEFINITIONS = ( + ICE_CPP11_MAPPING, + ICE_BUILDING_SRC, + ICE_STATIC_LIBS, + ICE_SWIFT, + NDEBUG, + ); GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INFOPLIST_FILE = test/TestCommon/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.TestCommon; - PRODUCT_NAME = TestCommon; + HEADER_SEARCH_PATHS = ( + "$(SRCROOT)/../cpp/include/", + "$(SYMROOT)/$(PLATFORM_NAME)/include/", + "$(SRCROOT)/../cpp/src/", + ); + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Ice++11macOS"; + PRODUCT_NAME = "Ice++11macOS"; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; }; name = Release; }; - ED5A62E77901CF5422EBFBC4 /* Release */ = { + EBE6522B232CE7E422167294 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + AVAILABLE_PLATFORMS = macosx; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdmin; - PRODUCT_NAME = IceAdmin; - SDKROOT = iphoneos; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxy; + PRODUCT_NAME = IceProxy; + SDKROOT = macosx; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - EEE438C287DC65EBE115A58A /* Debug */ = { + EC271719B9B78F7AE1293DF2 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; - CLANG_ENABLE_OBJC_ARC = NO; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; + 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/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../cpp/include/", - "$(SYMROOT)/$(PLATFORM_NAME)/include/", - "$(SRCROOT)/../cpp/src/", - ); + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; MACOSX_DEPLOYMENT_TARGET = 10.14; - PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceLocatorDiscovery++11macOS"; - PRODUCT_NAME = "IceLocatorDiscovery++11macOS"; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSSLConfiguration; + PRODUCT_NAME = IceSSLConfiguration; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; + SWIFT_VERSION = 5.0; + WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - EF3CEFD3F1314A5AA0FDB3E8 /* Release */ = { + EF3D96A99A85F9C12BCA78AB /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -18506,18 +18607,18 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceBinding; - PRODUCT_NAME = IceBinding; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperations; + PRODUCT_NAME = IceOperations; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - F0BD495522AAD8DB2FE09E9F /* Debug */ = { + F18A3B168539906F7410A19B /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -18530,8 +18631,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSSLConfiguration; - PRODUCT_NAME = IceSSLConfiguration; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceObjects; + PRODUCT_NAME = IceObjects; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -18540,7 +18642,7 @@ }; name = Debug; }; - F46D9D0DC1E1C56946D03774 /* Release */ = { + F2909440DE8478D4C4C57852 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -18553,8 +18655,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptions; - PRODUCT_NAME = IceExceptions; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceStream; + PRODUCT_NAME = IceStream; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -18564,7 +18667,41 @@ }; name = Release; }; - F4C53F4BED0E2E04DB459335 /* Debug */ = { + F3D783DF580976E61841DD28 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + AVAILABLE_PLATFORMS = macosx; + CLANG_ENABLE_OBJC_ARC = NO; + CODE_SIGN_IDENTITY = "-"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 3.7.3; + DYLIB_COMPATIBILITY_VERSION = 0; + DYLIB_CURRENT_VERSION = 3.7.3; + 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; + HEADER_SEARCH_PATHS = ( + "$(SRCROOT)/../cpp/include/", + "$(SYMROOT)/$(PLATFORM_NAME)/include/", + "$(SRCROOT)/../cpp/src/", + ); + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceLocatorDiscovery++11macOS"; + PRODUCT_NAME = "IceLocatorDiscovery++11macOS"; + SDKROOT = macosx; + SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = macosx; + }; + name = Release; + }; + F3FFAF27844EAB721D2B953D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -18577,17 +18714,19 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxyAMD; - PRODUCT_NAME = IceProxyAMD; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceOperationsAMD; + PRODUCT_NAME = IceOperationsAMD; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - F50414C8592FDC4E3BEB84C5 /* Debug */ = { + F54C73041A8ECF3E13D67EAF /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -18600,17 +18739,19 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceObjects; - PRODUCT_NAME = IceObjects; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceInfo; + PRODUCT_NAME = IceInfo; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - F60877B868F5F99DB0F637F2 /* Debug */ = { + F614AE1F3EE46F5F26B86D5E /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -18625,6 +18766,7 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceLocation; PRODUCT_NAME = IceLocation; SDKROOT = macosx; @@ -18635,7 +18777,7 @@ }; name = Debug; }; - F78779CB4D597A75398A7D99 /* Debug */ = { + F6E10562CDDBE537CF7A43CC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -18648,17 +18790,19 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceServantLocator; - PRODUCT_NAME = IceServantLocator; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceEnums; + PRODUCT_NAME = IceEnums; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SWIFT_VERSION = 5.0; + VALIDATE_PRODUCT = YES; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - F9843070431E1436C78C61E1 /* Release */ = { + F70F6BCE56AB16298FBD7DBB /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -18671,8 +18815,9 @@ ENABLE_TESTABILITY = NO; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceHold; - PRODUCT_NAME = IceHold; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingObjectsAMD; + PRODUCT_NAME = IceSlicingObjectsAMD; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -18682,7 +18827,7 @@ }; name = Release; }; - FAD92F6728E170AE1A3921C8 /* Debug */ = { + F807F21B3C225CCA7FFD287C /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -18697,8 +18842,9 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdapterDeactivation; - PRODUCT_NAME = IceAdapterDeactivation; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceBinding; + PRODUCT_NAME = IceBinding; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; @@ -18707,55 +18853,43 @@ }; name = Debug; }; - FB41FA0DBED58F3EDB0DE8BA /* Debug */ = { + F9400419D9AD10C72C35F517 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + CLANG_ENABLE_OBJC_ARC = NO; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + GCC_PREPROCESSOR_DEFINITIONS = ( + ICE_CPP11_MAPPING, + ICE_BUILDING_SRC, + ICE_STATIC_LIBS, + ICE_SWIFT, + NDEBUG, + ); GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceAdapterDeactivation; - PRODUCT_NAME = IceAdapterDeactivation; + HEADER_SEARCH_PATHS = ( + "$(SRCROOT)/../cpp/include/", + "$(SYMROOT)/$(PLATFORM_NAME)/include/", + "$(SRCROOT)/../cpp/src/", + ); + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + OTHER_LDFLAGS = "-ObjC"; + PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.Ice++11iOS"; + PRODUCT_NAME = "Ice++11iOS"; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - FC59E234D8BD02773BFAD8C6 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - AVAILABLE_PLATFORMS = macosx; - CODE_SIGN_IDENTITY = "-"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.7.3; - DYLIB_COMPATIBILITY_VERSION = 0; - DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; - ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; - GCC_SYMBOLS_PRIVATE_EXTERN = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceSlicingExceptionsAMD; - PRODUCT_NAME = IceSlicingExceptionsAMD; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = macosx; - SWIFT_VERSION = 5.0; - WRAPPER_EXTENSION = bundle; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - FCAD0346FB13C1B146A41E4B /* Debug */ = { + FC1082FC3BA7CF31B79BC8DE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = macosx; @@ -18770,41 +18904,52 @@ FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/Mac"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceProxyAMD; - PRODUCT_NAME = IceProxyAMD; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptions; + PRODUCT_NAME = IceExceptions; SDKROOT = macosx; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = macosx; SWIFT_VERSION = 5.0; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - FD303AAECE6F0DEEF2019E68 /* Release */ = { + FE699DE567C17DA1D078D143 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + CLANG_ENABLE_OBJC_ARC = NO; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 3.7.3; DYLIB_COMPATIBILITY_VERSION = 0; DYLIB_CURRENT_VERSION = 3.7.3; - ENABLE_BITCODE = NO; ENABLE_TESTABILITY = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + GCC_PREPROCESSOR_DEFINITIONS = ( + ICE_CPP11_MAPPING, + ICE_BUILDING_SRC, + ICE_STATIC_LIBS, + ICE_SWIFT, + ); GCC_SYMBOLS_PRIVATE_EXTERN = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptionsAMD; - PRODUCT_NAME = IceExceptionsAMD; + HEADER_SEARCH_PATHS = ( + "$(SRCROOT)/../cpp/include/", + "$(SYMROOT)/$(PLATFORM_NAME)/include/", + "$(SRCROOT)/../cpp/src/", + ); + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + OTHER_LDFLAGS = "-ObjC"; + PRODUCT_BUNDLE_IDENTIFIER = "com.zeroc.IceIAP++11iOS"; + PRODUCT_NAME = "IceIAP++11iOS"; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SWIFT_VERSION = 5.0; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; + TARGETED_DEVICE_FAMILY = "1,2"; }; - name = Release; + name = Debug; }; - FDA2CD65727BAAB4AEC7B4C2 /* Release */ = { + FED33DF12DAB5CC8FD3EA631 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; @@ -18820,7 +18965,6 @@ ICE_BUILDING_SRC, ICE_STATIC_LIBS, ICE_SWIFT, - NDEBUG, ); GCC_SYMBOLS_PRIVATE_EXTERN = YES; HEADER_SEARCH_PATHS = ( @@ -18836,932 +18980,956 @@ SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + FF4766ADD646BB5D2809C915 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + AVAILABLE_PLATFORMS = "iphoneos iphonesimulator"; + CODE_SIGN_IDENTITY = "-"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 3.7.3; + DYLIB_COMPATIBILITY_VERSION = 0; + DYLIB_CURRENT_VERSION = 3.7.3; + ENABLE_BITCODE = NO; + ENABLE_TESTABILITY = NO; + FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS"; + GCC_SYMBOLS_PRIVATE_EXTERN = YES; + IPHONEOS_DEPLOYMENT_TARGET = 11.3; + PRODUCT_BUNDLE_IDENTIFIER = com.zeroc.IceExceptionsAMD; + PRODUCT_NAME = IceExceptionsAMD; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SWIFT_VERSION = 5.0; VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 02173777E2A6814E5B338BB5 /* Build configuration list for PBXNativeTarget "Ice iOS" */ = { + 025E5F41BC8F7D962AAF83C3 /* Build configuration list for PBXNativeTarget "IceObjects macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 097B6F991441AF95A34D4A85 /* Debug */, - 23E17BE48DB8517D698CA612 /* Release */, + C3BE352586CD873989D479AF /* Debug */, + 491ED6120BC68098AFCD9A4F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 047C0FC3CFA6E9572DF89592 /* Build configuration list for PBXNativeTarget "IceInterceptor iOS" */ = { + 03540C906A21A72F00D7AC78 /* Build configuration list for PBXNativeTarget "IceInheritance iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 22A65F17F9234703D67752D4 /* Debug */, - A861923C42AB63A3ABCDC66F /* Release */, + 9F953D094C5BA36D37B6FF95 /* Debug */, + BA06AA76ACAA378BB9995E53 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 0608538A7236FE26A206CB3E /* Build configuration list for PBXNativeTarget "IceServantLocatorAMD iOS" */ = { + 037287EDC74D8922C07F3AE0 /* Build configuration list for PBXNativeTarget "IceInterceptor macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7ED642BD1E12D72596D3605E /* Debug */, - C14B15AC1EC52E202DB8F887 /* Release */, + 1D8441AA3742AC297E33B29C /* Debug */, + 056BBB27B7FDDF19610E12C9 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 0852766E5F22738BE010EB3C /* Build configuration list for PBXNativeTarget "IceStream macOS" */ = { + 0442455868388C53166AFDC8 /* Build configuration list for PBXNativeTarget "IceSlicingObjects iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - BD59E85C624B94666F61B129 /* Debug */, - 262C1800761C96097010B788 /* Release */, + E35518EC00AF4445846DDD24 /* Debug */, + 94C9A663BF854990BA018DC5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 08D96F6C6A7D4BAC38FEC434 /* Build configuration list for PBXNativeTarget "IceOperations iOS" */ = { + 048DE0166A94D3380D8A00D4 /* Build configuration list for PBXNativeTarget "IceDefaultValue macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 924DB042705BFD1A7FC694CB /* Debug */, - A06F252F0EB2EF4B09A1AEA2 /* Release */, + C77C57A76B2E9F08B450C429 /* Debug */, + B6A9CD42D6940C137A47E1C7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 0BA513DE703AC36C05436673 /* Build configuration list for PBXNativeTarget "IceRetry iOS" */ = { + 04F4943846C4C6F757B9857F /* Build configuration list for PBXNativeTarget "IceFacets macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 558C27A1B31E0CC60157F855 /* Debug */, - BC886ECA0D198BB70DC2452E /* Release */, + 6CEE3D6F0935DBBDDEBE3852 /* Debug */, + 6EAFE518FEDBD25B145F14E8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 0C26FDFCDA5F375B58C7AC09 /* Build configuration list for PBXNativeTarget "IceAmi iOS" */ = { + 069E4150C5768091E1026CE0 /* Build configuration list for PBXNativeTarget "IceEnums macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 45DB934314F2838ECBB9986D /* Debug */, - 4B5C4B8C0D41947EC9423307 /* Release */, + B93C31E5A109C6F0369C016A /* Debug */, + A5D59AC8646BE671FD08CC79 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1334F2F66059B0A9B309DD8D /* Build configuration list for PBXNativeTarget "IceServantLocator macOS" */ = { + 0882C9EC52F5FFD175BEB553 /* Build configuration list for PBXNativeTarget "IceGrid iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2C08DA809243A3A8D0FBDB9D /* Debug */, - 848A0AF10B8FD61385E413FB /* Release */, + 8D3BA12ED1E6F5AB0E59372F /* Debug */, + 9F14401A1DD540924353A031 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1CBE356C4CF14A044EC30B22 /* Build configuration list for PBXNativeTarget "IceAdapterDeactivation macOS" */ = { + 09D9A2835865F82F6B504C8E /* Build configuration list for PBXNativeTarget "Ice macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - FAD92F6728E170AE1A3921C8 /* Debug */, - 0B7158FDF6E3EA733BF4FEBF /* Release */, + BF88DC921E0E24A849A62BED /* Debug */, + 293E7738BB6785C599B3816F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21FE06D76E36ACC95EF74EE1 /* Build configuration list for PBXNativeTarget "IceIAP C++11 iOS" */ = { + 0DAFD6916B14B3FD35339274 /* Build configuration list for PBXNativeTarget "IceOperations iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 90B1D5D57DE67A652E44F95D /* Debug */, - 374E7FDC36BD15E70D6D692A /* Release */, + EF3D96A99A85F9C12BCA78AB /* Debug */, + 125AB838C498EA8005A3FC1A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 222C3432CB3427F9A3448469 /* Build configuration list for PBXNativeTarget "IceServantLocatorAMD macOS" */ = { + 12A4816141D5F2C951423CD9 /* Build configuration list for PBXNativeTarget "IceRetry iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - B4AB063C3718BB4ABBEED4D2 /* Debug */, - 1436A6C16D20C611C871228C /* Release */, + 7E076E255A1424C63A423C20 /* Debug */, + 7BC29E8C1D24819F7710F876 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 23564E1D75DFDF8C6A8914FE /* Build configuration list for PBXNativeTarget "IceSSLConfiguration iOS" */ = { + 1717A8DE70A31BB7A24AAB8C /* Build configuration list for PBXNativeTarget "IceExceptions iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - F0BD495522AAD8DB2FE09E9F /* Debug */, - E670CBC039511BF0B9472F4E /* Release */, + 708ACBF9E17672A15B2D4ABC /* Debug */, + A2E27F1A21491E63EB908FC2 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 23C03111E7B6D72CCE4362BE /* Build configuration list for PBXNativeTarget "IceOperationsAMD iOS" */ = { + 1756DD2A85150756B16675E0 /* Build configuration list for PBXNativeTarget "IceInheritance macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - B70424527E78523BAFA0D782 /* Debug */, - 91005AF8D8E5032A6587F746 /* Release */, + CA072D292EFB0051A2600511 /* Debug */, + 425F3A00E757F3AB5F6C5558 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 24096F4AAB2519466057383B /* Build configuration list for PBXNativeTarget "IceAcm iOS" */ = { + 1B3CA2642A91F9B54BA484D4 /* Build configuration list for PBXNativeTarget "IceOptional macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0F95C78D5E351A59CEEB51C6 /* Debug */, - 4425F349F85278E67735BF86 /* Release */, + 002EEEFDC325FABB71A8F7B9 /* Debug */, + BE2CBD5371CB70EF2911AE0C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 24A2F1E3A2277ABF7EF5B7F1 /* Build configuration list for PBXNativeTarget "IceLocatorDiscovery C++11 iOS" */ = { + 1B584B4BA0537A987F7EDB9E /* Build configuration list for PBXNativeTarget "IceBinding macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 82E5ED073FD0F2F881B7E101 /* Debug */, - AE76D2FF7793074428C352AE /* Release */, + F807F21B3C225CCA7FFD287C /* Debug */, + 481588F163D3BAC0955361D3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 24AA96FC502A7ED4CFDCABAC /* Build configuration list for PBXNativeTarget "SliceEscape macOS" */ = { + 1F8EEAA11BDD14DA292AE374 /* Build configuration list for PBXNativeTarget "Ice C++11 iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - C03662AF4E7B93372A04C4FE /* Debug */, - 914CC56BB453F2CB530AA205 /* Release */, + AE9138E5A5DC79A1A08AFDAF /* Debug */, + F9400419D9AD10C72C35F517 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 293BFB07444597B08DBC4581 /* Build configuration list for PBXNativeTarget "TestDriver iOS" */ = { + 23955BF8F27BA7C9FA1546C2 /* Build configuration list for PBXNativeTarget "IceServantLocator macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6F8913D4FD2EB4F1260D4924 /* Debug */, - 3305BF88EE9E08931B5B6E5D /* Release */, + 54600A232284A39CB2899AFA /* Debug */, + B65660B9FCD427A5F6198D07 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2952CA43E13EC801E79C023A /* Build configuration list for PBXNativeTarget "IceDefaultValue iOS" */ = { + 2460E839B9572B1EE2B40908 /* Build configuration list for PBXNativeTarget "SliceEscape iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - A5B7E6759ABCD53B04ACE5E6 /* Debug */, - 0E3E336CF71DB54BD329628C /* Release */, + 0DEE59E92850BB8B3140E4CC /* Debug */, + 48D5AB2A59C884230266EA5F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2CA36E2A0EBAC9725D96A131 /* Build configuration list for PBXNativeTarget "IceExceptionsAMD macOS" */ = { + 2762FC36F1F1FD400FF86871 /* Build configuration list for PBXNativeTarget "IceDefaultServant macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 3DB27896A6FA79C4D9595678 /* Debug */, - 97A1C09F44325A60F2D021DD /* Release */, + 544D08E48463D5CDA8375B3E /* Debug */, + 7EE97045F7A31C2BDAD3A5FC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 309CE00B8A7ACF4B3A87E57B /* Build configuration list for PBXNativeTarget "IceSSLConfiguration macOS" */ = { + 2BFD9BFA470C9D0421B4F1F0 /* Build configuration list for PBXNativeTarget "IceHold iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 63FE48F3FB3EA72B002791C7 /* Debug */, - E4DA4017FA86F9990D2D702A /* Release */, + 63A74B96FE348C98533F3D31 /* Debug */, + 27AB574CAA57173F10DEB9BA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3308367A5CE4DC1125D2C49C /* Build configuration list for PBXNativeTarget "IceTimeout iOS" */ = { + 2C184F013F097070D300ACEB /* Build configuration list for PBXNativeTarget "IceTimeout macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - A8302CA874C0433875007F39 /* Debug */, - B53E6E9DE15D32F8F238DCB3 /* Release */, + 471000A1E0101D37A49F5752 /* Debug */, + 27AD94F61E5340274222D79D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3431C4AD8A8BDCC65A9667B6 /* Build configuration list for PBXNativeTarget "IceHold iOS" */ = { + 2F17152D07EFDE33DDECE239 /* Build configuration list for PBXNativeTarget "IceTimeout iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 50AF3D2EA5160EEA788D4E1E /* Debug */, - F9843070431E1436C78C61E1 /* Release */, + E4435E7A238C81BD7D6907B1 /* Debug */, + E44566B339B76E9343AEAFDE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3595FC6D415CEE4187B8306B /* Build configuration list for PBXNativeTarget "IceExceptionsAMD iOS" */ = { + 319FBB0519B20889063CEA76 /* Build configuration list for PBXNativeTarget "IceIAP C++11 iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 3F21DA83885312F15280EC9A /* Debug */, - FD303AAECE6F0DEEF2019E68 /* Release */, + FE699DE567C17DA1D078D143 /* Debug */, + 7BB8C6E352923D555F86E5FE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 36E15C562CE222BFAFA53C9A /* Build configuration list for PBXNativeTarget "IceFacets macOS" */ = { + 32D4B3633294349405B2470C /* Build configuration list for PBXNativeTarget "IceScope iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 74406844D1C0B8DA9AA8A37A /* Debug */, - AF02A825B0CD2CF34A0E05EB /* Release */, + 3E482D9B5E298ACBFF851958 /* Debug */, + 4BBF69562480151474428FD3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 395237885084492DFDD58448 /* Build configuration list for PBXNativeTarget "IceSlicingObjects macOS" */ = { + 3619629FFA63BC6B98F7CBE7 /* Build configuration list for PBXNativeTarget "IceSlicingObjects macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 726B3A02BAAA26D6AC12ED42 /* Debug */, - B55E4B485E5F13CD68F1D831 /* Release */, + B3C4FE749087A94008D01BA2 /* Debug */, + D2D29375469AEC029F13E3AB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3D3BD04726D277295BFD8F24 /* Build configuration list for PBXNativeTarget "IceOptionalAMD macOS" */ = { + 386B1DFC26273C62546755E1 /* Build configuration list for PBXNativeTarget "IceServantLocator iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - AE1C30D3A7BC7AE3635D2529 /* Debug */, - 89974306D979E59C7D3EECB4 /* Release */, + 29A8B023946421201EE6715E /* Debug */, + 75BE0CB8452A89C3914B0840 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3E757CCB33DC7FF313F126BF /* Build configuration list for PBXNativeTarget "IceDefaultServant iOS" */ = { + 3927C169642DD08E3A4EE336 /* Build configuration list for PBXNativeTarget "Glacier2 macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6A64ADCEE1C41C65D9088129 /* Debug */, - C9C0D41129080735EB49D68A /* Release */, + 572CF3D79922CB8D4AC3F95A /* Debug */, + 9FE3917C3FE8355FC87BE093 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 407CD7769C0C9F1576E4B3D6 /* Build configuration list for PBXNativeTarget "IceHold macOS" */ = { + 39F53E8CE24C55AEE93350E7 /* Build configuration list for PBXNativeTarget "IceProxy macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 579677E9A8226CDB5D6F8677 /* Debug */, - A4CD8BD1F9BE24A2D5F00BDB /* Release */, + EBE6522B232CE7E422167294 /* Debug */, + B3F1E0982A13ADBB4D1A5A2F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 40A1E156AAB8A2944A023733 /* Build configuration list for PBXNativeTarget "IceLocation iOS" */ = { + 4233860A79393D4B2103DDBD /* Build configuration list for PBXNativeTarget "Glacier2 iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - D4267124FFC9D4D9352166DA /* Debug */, - 0C864DA2B4086CD5E816412C /* Release */, + 494AE3EADC1B4EA809878407 /* Debug */, + CCE3EDD4BBBD102E0A147484 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 41417B7CD07C9FD46351A859 /* Build configuration list for PBXNativeTarget "IceServices iOS" */ = { + 453BB10B3011E14C652F15C1 /* Build configuration list for PBXNativeTarget "IceDiscovery C++11 macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 375145804DD50AB6AD7C1286 /* Debug */, - 60CAF90636689FC23AA0618C /* Release */, + 849CC4C46471369D0E9B35DF /* Debug */, + 038793F1E32255EA09BE3C6D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 45C88F48E48F891A08063442 /* Build configuration list for PBXNativeTarget "IceDiscovery C++11 iOS" */ = { + 46BED932A64CA3BFF381C9EC /* Build configuration list for PBXNativeTarget "IceAcm iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - A015E6FF6F08B6920E003387 /* Debug */, - BF594467875A199ECBF33CD9 /* Release */, + 73AC266CA7F46CC6EAA36616 /* Debug */, + 6E2E326B05F8E7B427820164 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 47B9B099A2B832DACB53F393 /* Build configuration list for PBXNativeTarget "IceInheritance iOS" */ = { + 4ABCB7EB3D426487C5C8E01D /* Build configuration list for PBXNativeTarget "IceServices macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - CEA15A6B23372F0A457D83D3 /* Debug */, - E5A156C1735ADF4542EA41DD /* Release */, + 46E23DCE081467783840351A /* Debug */, + C401D39003BAEC757DC3C4CE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 48703506A01D1C383F29B360 /* Build configuration list for PBXNativeTarget "IceExceptions macOS" */ = { + 4FCB78E16EA23018C2441EB3 /* Build configuration list for PBXNativeTarget "IceProxyAMD iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 14210E820805B4941CB657C9 /* Debug */, - 614E5048628347C44EB18EE5 /* Release */, + 085C6EE308579418EFACD99D /* Debug */, + C6ED4D25028C9EDC33AEF913 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4B19C890AEBCBAB9E3290F40 /* Build configuration list for PBXNativeTarget "IceImpl iOS" */ = { + 533A53509D26195C47EE3375 /* Build configuration list for PBXNativeTarget "IceAmi macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 80499D378ADBF8B01E8645A8 /* Debug */, - C985D4108340C0F85BDADD3C /* Release */, + 7C92E614F164F7B125706687 /* Debug */, + BBD1255798B9E82BE837D3D8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4EDF060793AC7D5775751A5E /* Build configuration list for PBXNativeTarget "IceDiscovery C++11 macOS" */ = { + 54C6ADE4947BE46676B343E8 /* Build configuration list for PBXNativeTarget "IceImpl iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 69ADEB6D584EDF021E53BD90 /* Debug */, - 486AC561CF8272088E577E3F /* Release */, + 75B27FBDF49816EB5B55ADD9 /* Debug */, + DEE3BFCC564CD619879F286F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 50F1B4DCEC6D32C0E1EE2C51 /* Build configuration list for PBXNativeTarget "IceInvoke iOS" */ = { + 5D7B712B3D45A9413A0B1D3B /* Build configuration list for PBXNativeTarget "IceLocation iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2C6F8A9F62733354FF3777B0 /* Debug */, - 5CA028682EB5A32429A67306 /* Release */, + 93555D7F15912F1CD734E2EF /* Debug */, + 8322D391991173D519E9E25D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 53CA4BCD7598C5CEBABC8A91 /* Build configuration list for PBXNativeTarget "IceGrid iOS" */ = { + 5F3E867ADEFC25892C1859CD /* Build configuration list for PBXNativeTarget "IceInvoke iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - E03B52CCB2BDAF2354478387 /* Debug */, - 629E808903E017B0A3942D09 /* Release */, + C82B74A68F355923EAC8C9EC /* Debug */, + 4A235C2DC0F0004C722AB1C9 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 5DAC58BAEF041EE896FF0E4A /* Build configuration list for PBXNativeTarget "IceImpl macOS" */ = { + 60389E8E9BB3A42762214F23 /* Build configuration list for PBXNativeTarget "IceDefaultValue iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1C75C8C679D536C332806237 /* Debug */, - CE28FA2925BE8CADC6D81144 /* Release */, + 5385E11F89432F81DFD989AA /* Debug */, + D443B59C36F3388D5726B0DE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 61DA7306CA5AE4678163612B /* Build configuration list for PBXNativeTarget "IceEnums macOS" */ = { + 60D1974A873C1670945FBBA1 /* Build configuration list for PBXNativeTarget "IceInvoke macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4E7B97445CA8B35556B5F5D3 /* Debug */, - 248AA7602F8FDC59B1825414 /* Release */, + 7AA06168455416339A00D05F /* Debug */, + C896D5A19B2DAE0ED505597D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 62DDD2EB2AF8D8564130BB66 /* Build configuration list for PBXNativeTarget "IceRetry macOS" */ = { + 66F65B8F3E82CB98854DA344 /* Build configuration list for PBXNativeTarget "IceExceptionsAMD macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - B7D348EE1B8604F28E901A07 /* Debug */, - D92C9A0B82CAC119A2F41A2D /* Release */, + 79A51270C803BAAAE225BFA5 /* Debug */, + 2CBB43EE91D9603A8B11F592 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 63FF02D47746AE2861403E4B /* Build configuration list for PBXNativeTarget "Glacier2 iOS" */ = { + 6D0CBE2063C8FB48CBFB6D30 /* Build configuration list for PBXNativeTarget "SliceEscape macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 533F06732275153E47C3E29B /* Debug */, - 910DEB977DE18F6E5BF3DF1D /* Release */, + B187FD86C637D9F3F79B1284 /* Debug */, + 46EDC09AE74D463F2ACDACEA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6480FDF475DDF29951831F9D /* Build configuration list for PBXNativeTarget "IceSSL C++11 macOS" */ = { + 71C59D92A0C077D59D3E8228 /* Build configuration list for PBXNativeTarget "IceSlicingExceptions macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - B1BE35E50DDE7FBC6F299770 /* Debug */, - D69FCDADE8A6A4720C33774B /* Release */, + 89E51EB6E196F413C5957EB0 /* Debug */, + 13DAFAE9B2968ADA296D0DAE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 65FDF95653D44874BCA9CA49 /* Build configuration list for PBXNativeTarget "IceSlicingObjectsAMD macOS" */ = { + 7255F8A4BF4589BFB4654F0E /* Build configuration list for PBXNativeTarget "IceStream macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 48E8A4666188C9D2AEB530CC /* Debug */, - 3C3BBA4AE48E548123AFD5F7 /* Release */, + 4CB52A7481FA3DA3DC995DB8 /* Debug */, + 518AF3FE64E56097067629CE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6955A6CF7B1F65A122739934 /* Build configuration list for PBXNativeTarget "IceGrid macOS" */ = { + 787AD9E91657E28CEDE1812D /* Build configuration list for PBXNativeTarget "IceEnums iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - D414601EE5A8F63328A41730 /* Debug */, - 70E2EFBE962247938ADC8284 /* Release */, + A0D57B41C9F4042748405ACE /* Debug */, + F6E10562CDDBE537CF7A43CC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 699D639710FE44135EEF8E9D /* Build configuration list for PBXNativeTarget "IceAmi macOS" */ = { + 7A7186FBD00BCBCBCA27BDB5 /* Build configuration list for PBXNativeTarget "IceSSLConfiguration iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 945016D4C8CC57980603C341 /* Debug */, - D7F8BBDFFB1868A68BD27864 /* Release */, + E98B05880A24713A7507A9C1 /* Debug */, + CCC79995689F88E30C94890B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6DDEE9267653EA240870F4A1 /* Build configuration list for PBXNativeTarget "IceSlicingObjects iOS" */ = { + 7AF106C08D950EF127084550 /* Build configuration list for PBXNativeTarget "IceProxy iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8FD9967B52195524CBB21B77 /* Debug */, - 385FAC9EBC5387580480539C /* Release */, + E7CBCA87BEFCEF42FCAE995D /* Debug */, + 7EDC515A554EE8554D05DC3A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6E8EB9D5E4145286152F5070 /* Build configuration list for PBXNativeTarget "IceBinding iOS" */ = { + 7C17A482977F1B80D7BD80EB /* Build configuration list for PBXNativeTarget "IceServantLocatorAMD macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 12D785A8B89354D4ECDF3A09 /* Debug */, - EF3CEFD3F1314A5AA0FDB3E8 /* Release */, + 201072698B9F11A6A41C5A66 /* Debug */, + D6C196BD7DB2EB2239A7D2AC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6EE3BD2743511FFA2BA23331 /* Build configuration list for PBXNativeTarget "IceBinding macOS" */ = { + 7C7993975DA33A22CA706CBE /* Build configuration list for PBXNativeTarget "IceAdapterDeactivation macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 43B1633E584870E420FBEB64 /* Debug */, - 615076C98FD8DE5926F56F46 /* Release */, + 681E38160EA9C09EACCDCAC5 /* Debug */, + BEE005DAC9F942B64EB81E98 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 75BE62F38E1EAC82448D042F /* Build configuration list for PBXNativeTarget "IceSlicingExceptions iOS" */ = { + 7FF1C0E5788D2288DED841E6 /* Build configuration list for PBXNativeTarget "IceAdmin iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8559D1C18157A6EE6F7D3928 /* Debug */, - 2D041E50F2DE834D35C21014 /* Release */, + 4F1D022A5245680BDE217F5F /* Debug */, + 7C14BFF39A47D9E9F72AFCA8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7604E6380A270EF3945C9592 /* Build configuration list for PBXNativeTarget "Ice C++11 macOS" */ = { + 808194D90DED6AA39024D629 /* Build configuration list for PBXNativeTarget "IceBinding iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 3FAA04F2F4FF761320F55E0A /* Debug */, - 6B5C8B3647CEB1A92926CAEB /* Release */, + 0467E6C730F74FA9E74488B1 /* Debug */, + 7A880A8ECEC4015BBE905A3D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 76E5ED5775ECCB0401D9E66A /* Build configuration list for PBXNativeTarget "Ice macOS" */ = { + 80D5CD556A305856C363B821 /* Build configuration list for PBXNativeTarget "IceProperties iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7C8F1094480EA967A81877FF /* Debug */, - 51A8F36C28CE24EDD5B4002C /* Release */, + ADC4FF7EFBF0427D2E6B2FA2 /* Debug */, + B473A4847F0D049C85008721 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7B16135D881FEDC3EF482AED /* Build configuration list for PBXNativeTarget "IceProperties iOS" */ = { + 8145706C0DBE01294C6B14C0 /* Build configuration list for PBXNativeTarget "IceExceptionsAMD iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 868CAE97978D55CD4BB5A362 /* Debug */, - DAF6A5CECFCCA89F9896576E /* Release */, + A0D993ABE2A56A58C7CCCC5E /* Debug */, + FF4766ADD646BB5D2809C915 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7E1574FD3561489C291812AF /* Build configuration list for PBXNativeTarget "IceOptionalAMD iOS" */ = { + 82F527E617AEBC4210CF21D6 /* Build configuration list for PBXNativeTarget "IceImpl macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 42009EDC8AE1E4B5098EC63D /* Debug */, - 8FF10115A6CBA600AF3922AD /* Release */, + 65793B80B7BF271411674C32 /* Debug */, + B6FBDB78A508FBD69039AE9B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 826D205EBBC8B728D55C5285 /* Build configuration list for PBXNativeTarget "IceInfo iOS" */ = { + 83C8D3BEC0B26A7ED1F51EAB /* Build configuration list for PBXNativeTarget "TestCommon macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - A2B04DAA76B008132A55CDEB /* Debug */, - D565D5B0ADC263BD54EF2B79 /* Release */, + 9EF60C66F88542FEBD470A32 /* Debug */, + D310F98043CC21FB46940A41 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 82C9D79506729B94A9D3F904 /* Build configuration list for PBXNativeTarget "Glacier2 macOS" */ = { + 83ED5751A0275661C93FB2CF /* Build configuration list for PBXNativeTarget "IceLocation macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5F2DB3EC5914CCB7A172B288 /* Debug */, - B8EC6E9578E7972E6938C72F /* Release */, + F614AE1F3EE46F5F26B86D5E /* Debug */, + 6041D95FE4B8574F3258F498 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 846CCF7CF20884AAF5B044EF /* Build configuration list for PBXNativeTarget "IceInfo macOS" */ = { + 8608B40D0DD8186158597960 /* Build configuration list for PBXNativeTarget "TestCommon iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 79E23F098206175920218858 /* Debug */, - C591151B9C6E8B495FDCB23C /* Release */, + C1E7177337E382C0B6657353 /* Debug */, + 15ABA637F83AFD19DF8EFBB8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 88B7A6C5853301B049C2A3B3 /* Build configuration list for PBXNativeTarget "IceUdp iOS" */ = { + 894E4E26537A1482ADF16A28 /* Build configuration list for PBXNativeTarget "IceOptional iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5B146F517A55EF68922271BB /* Debug */, - CF7358C9725CD22C3D47F3E6 /* Release */, + 0D360E40C168571794868008 /* Debug */, + 3EC12FE10C2C93F2F05CDE2F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 89061A49C925DD69BAD93321 /* Build configuration list for PBXNativeTarget "IceStorm macOS" */ = { + 904508C31062B684ACBDE6A2 /* Build configuration list for PBXNativeTarget "IceSlicingExceptionsAMD iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - D4D97F16A9EC92D2D8B7588E /* Debug */, - 914D6F3F345809A7201AE34B /* Release */, + DD046ADF8F697AC078C1CB17 /* Debug */, + 1AC707D992EA3276B48B3BED /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8B74200FFB6073665165F536 /* Build configuration list for PBXNativeTarget "IceProxy iOS" */ = { + 9108412E7F5969D7806D703B /* Build configuration list for PBXNativeTarget "IceOptionalAMD macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7BD9C4E11947A490F2C7464C /* Debug */, - 8C04BFCD784C304FBC86FD12 /* Release */, + 3DB2C72A87D5953208DFF892 /* Debug */, + 0C629CCDD3FC12DD19F0650B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8CA2C1ACD53F9801ECD01B27 /* Build configuration list for PBXNativeTarget "IceOptional iOS" */ = { + 93CA2E9627E64B8EB56484AD /* Build configuration list for PBXNativeTarget "IceFacets iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 501F6A64162EBD427EE36C36 /* Debug */, - 50BC46D3AEC193D058403D52 /* Release */, + C1550C3BD5FC0A7E260CBAA5 /* Debug */, + 7442DA3ABC1E08D85AA10DA6 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8ED4B289569149B27263B597 /* Build configuration list for PBXNativeTarget "IceSlicingExceptions macOS" */ = { + 957BC72B06547198211CB4BF /* Build configuration list for PBXNativeTarget "IceInfo iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - E23B22EEE2C22649EF3602EB /* Debug */, - B15E23AF3019C5C4E3A6BDC4 /* Release */, + 6AEE7FF64918F8991F8786A3 /* Debug */, + F54C73041A8ECF3E13D67EAF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 96C6E95642D9D8CD584A2D8A /* Build configuration list for PBXNativeTarget "IceInterceptor macOS" */ = { + 9786965D38F9284EA0C30861 /* Build configuration list for PBXNativeTarget "IceServices iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 3D0829E11D23B7A6169B7BD4 /* Debug */, - B857C08992DF88E1CC1C34B6 /* Release */, + A09A8788F29E2C0B23B1E1E8 /* Debug */, + 6001DA909B9B1BC95349664E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9B6E9AA682B4D4710908F30E /* Build configuration list for PBXNativeTarget "IceEnums iOS" */ = { + 978E7FF3BC2A3506BEFE95B3 /* Build configuration list for PBXProject "ice" */ = { isa = XCConfigurationList; buildConfigurations = ( - AC57E24E4A01EDDD31C5CE37 /* Debug */, - 77B905D3DE0A69F09D73F07B /* Release */, + 1F04AB2909341D093F6DF0B4 /* Debug */, + 9985F6DAF1D90DC3BF26831D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - BBBF83672078A31599224C42 /* Build configuration list for PBXNativeTarget "IceInvoke macOS" */ = { + 97D3E0EE926BA475C393884C /* Build configuration list for PBXNativeTarget "IceInterceptor iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0548D474B74E258179041E5C /* Debug */, - 3C669CEDA0731B4C0A17504C /* Release */, + C348232869328654F7729075 /* Debug */, + 904A8E8011CC45481524B6B0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - BDC76FF9BF5BB943EF427420 /* Build configuration list for PBXNativeTarget "IceAdmin iOS" */ = { + 9A72AB74A498D2662FA23A42 /* Build configuration list for PBXNativeTarget "IceUdp macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 63CF94AF61E178F82CF43EFE /* Debug */, - ED5A62E77901CF5422EBFBC4 /* Release */, + 60D6727002D95251A55B6452 /* Debug */, + 717FC1A7B83F2A7B7F13B480 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C2AD7059158B6098487CF035 /* Build configuration list for PBXNativeTarget "IceInheritance macOS" */ = { + 9AF42E8378192DA13E53E64A /* Build configuration list for PBXNativeTarget "IceOperationsAMD macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 257289A67E6B5BAAF74DA25A /* Debug */, - 99B86AB1C8442FE7D26ACC31 /* Release */, + AC69137367247256F1975060 /* Debug */, + CC7D4081863C587BCE319B27 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C3D4B7DAE09E7D5840CC1E65 /* Build configuration list for PBXNativeTarget "IceSlicingExceptionsAMD iOS" */ = { + 9B0D32C74CD5DC45B695772F /* Build configuration list for PBXNativeTarget "IceOperationsAMD iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - E3BCF1CCF3C5FD90E7222084 /* Debug */, - 4532D5D5EF1A408981C7F110 /* Release */, + CD85DAED14746B46B0454873 /* Debug */, + F3FFAF27844EAB721D2B953D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C3DCBC2ECA0E8B3C892B52F9 /* Build configuration list for PBXNativeTarget "IceSlicingObjectsAMD iOS" */ = { + 9F14C9333CC299ADA6859263 /* Build configuration list for PBXNativeTarget "IceAdmin macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 07CFA5F518531FE6D7A1D25A /* Debug */, - 6D1ED8F5917242FDB7ADC57D /* Release */, + 9089D7AFB59661E0F10978FF /* Debug */, + 36B33C18D44E8EB156C5FDF1 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C5F4A8BEFC2F331C8EE67C01 /* Build configuration list for PBXNativeTarget "IceProxyAMD iOS" */ = { + 9FE88E9D11B959B25FC67FF5 /* Build configuration list for PBXNativeTarget "Ice C++11 macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - F4C53F4BED0E2E04DB459335 /* Debug */, - BDF85C7149339233CFE877BD /* Release */, + 22AC72F737783E03BDCBC88C /* Debug */, + EB5282E4DA8AA7C268CED1F6 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C8C8D700FCA9C193CA0845F8 /* Build configuration list for PBXNativeTarget "IceFacets iOS" */ = { + A0BB574595BFDAF30CACF41C /* Build configuration list for PBXNativeTarget "IceStorm macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 87518537436A718AA8238FCF /* Debug */, - 108630B8FEA81CDF544898E4 /* Release */, + CBE8A7388905D7AE6DA6BC6E /* Debug */, + 9C05BD5212F33C7F366D98E8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C96E628D7A070088CD622432 /* Build configuration list for PBXNativeTarget "IceLocatorDiscovery C++11 macOS" */ = { + A1B2128223E9BB3B72D58C92 /* Build configuration list for PBXNativeTarget "IceDiscovery C++11 iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - EEE438C287DC65EBE115A58A /* Debug */, - 569C6E41AB040E3BDCAD4A01 /* Release */, + 4DF55F66ABBB9912F3961854 /* Debug */, + A20F54CD8455AC07EA45FF00 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - CB52E90E06F464D856992E64 /* Build configuration list for PBXNativeTarget "IceObjects iOS" */ = { + A609D0ECAD6CC93D6E8360B9 /* Build configuration list for PBXNativeTarget "IceInfo macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - F50414C8592FDC4E3BEB84C5 /* Debug */, - D8CA3621CB58DC0FDDFB3A8F /* Release */, + CF6708C027B705D28B329414 /* Debug */, + 0E4B52E4CC45676D95A2C2F0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - CDA62C8F3897D83793EF1800 /* Build configuration list for PBXNativeTarget "IceAdmin macOS" */ = { + ABBC32085DA51F5D8756F5A8 /* Build configuration list for PBXNativeTarget "IceSSL C++11 iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6A53DD0B37A4A7FAFD749014 /* Debug */, - 51F0955A34698B0012791FA7 /* Release */, + FED33DF12DAB5CC8FD3EA631 /* Debug */, + BB73987400F62F932DAE40F6 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D357B371D07CD4B4BF3E2AEA /* Build configuration list for PBXNativeTarget "IceOperations macOS" */ = { + B9ED263707F782E872FD3DA6 /* Build configuration list for PBXNativeTarget "IceProxyAMD macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6226DE1EA1FB076E05E3F92A /* Debug */, - 24F0E99D585E104F99135E6F /* Release */, + 0DE70A44FEB84A937E9A3DAB /* Debug */, + D6F0310173AE79EC0F0BA2E0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D54537A0436921287138131E /* Build configuration list for PBXNativeTarget "IceStorm iOS" */ = { + BFEFCD29CFFD56ABE3B941B3 /* Build configuration list for PBXNativeTarget "IceSlicingObjectsAMD iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 317D465D5EA4CFD758DA6B83 /* Debug */, - C8887824AABF05E1D3080C96 /* Release */, + 72EA34BEA39AF919C4BEB278 /* Debug */, + F70F6BCE56AB16298FBD7DBB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D939965D923D4126F2CE7B75 /* Build configuration list for PBXNativeTarget "IceOptional macOS" */ = { + C09ABC26D3364F74D80E840B /* Build configuration list for PBXNativeTarget "IceServantLocatorAMD iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - A72B24C5090E98669B07D799 /* Debug */, - 945BB797E194F050E95E6713 /* Release */, + 4C10A1265BB8623E27FE1F70 /* Debug */, + C8B807E3C36CF9661472E0BA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DAB50574A7F1D6D45D80E939 /* Build configuration list for PBXNativeTarget "IceAcm macOS" */ = { + C13D950DAD2BF2E0E78E8F0A /* Build configuration list for PBXNativeTarget "IceStream iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 439912F8A956D7EBED0E98D2 /* Debug */, - 870A0240D56AF014EA6B6DA4 /* Release */, + 089F1B76773E73C8459B4805 /* Debug */, + F2909440DE8478D4C4C57852 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DBD2B43B9979207EE54C64F8 /* Build configuration list for PBXNativeTarget "IceScope macOS" */ = { + C6562CB74FF974D731E388A3 /* Build configuration list for PBXNativeTarget "IceLocatorDiscovery C++11 macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 73160692617F20D2639D92FB /* Debug */, - 0C82CE070E0C951F8DDDC86A /* Release */, + A1DFD921BEB71703FC5AC6A3 /* Debug */, + F3D783DF580976E61841DD28 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DD24DEB0EA3DB6559C274AFF /* Build configuration list for PBXNativeTarget "IceDefaultServant macOS" */ = { + C9E5E1D8DE9DCBE19AB139EB /* Build configuration list for PBXNativeTarget "IceStorm iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 674B445699A6AF91C5FB1B38 /* Debug */, - D7A0F5376ED50A3DCAA82271 /* Release */, + 19CAB3DC905A7FC32C24ED4F /* Debug */, + 81E4A4B233095DBAFF926A65 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DEBFDCB26BE48A1B0A3BB189 /* Build configuration list for PBXNativeTarget "IceSSL C++11 iOS" */ = { + CB612942DE71A4441F389F59 /* Build configuration list for PBXNativeTarget "IceProperties macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 033C8B4B9A6077C713A3F123 /* Debug */, - FDA2CD65727BAAB4AEC7B4C2 /* Release */, + D2279232D2675FE67E4E3708 /* Debug */, + D169B92C1527C0CCFC313471 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E11792C3E67410A45BA099AD /* Build configuration list for PBXNativeTarget "IceServices macOS" */ = { + CC80CE5BF475E063AD2DCBDC /* Build configuration list for PBXNativeTarget "IceOptionalAMD iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - DAB405C7673D90956FDF64AE /* Debug */, - 093961E630DE73E4A99778AC /* Release */, + 1FBA5AFA7B7BBCF25C427D09 /* Debug */, + 0AC887CE632044FE981831A4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E275D3C7829FA3AD9BCAAD80 /* Build configuration list for PBXNativeTarget "IceSlicingExceptionsAMD macOS" */ = { + CCE5A6D5CAE82A262E77645C /* Build configuration list for PBXNativeTarget "IceAcm macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - FC59E234D8BD02773BFAD8C6 /* Debug */, - 52B258CDA6587C5D2A83625E /* Release */, + D7D9EED3256F963D7C452256 /* Debug */, + 40F82EEFAFCA76741C121028 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E2ACE4FDDBCF48CAEDC326BA /* Build configuration list for PBXNativeTarget "IceServantLocator iOS" */ = { + CF6557E5AD508CF9A38D0BB4 /* Build configuration list for PBXNativeTarget "IceAdapterDeactivation iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - F78779CB4D597A75398A7D99 /* Debug */, - 89B1D0AFD1C8A4566D70C038 /* Release */, + AE52802C7249541CF5D58737 /* Debug */, + A9335899A8EE1BFB7408871F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E39D94BBE53FDD7D72D0213F /* Build configuration list for PBXNativeTarget "IceProperties macOS" */ = { + D00BD80822C3A431059752DD /* Build configuration list for PBXNativeTarget "IceOperations macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - B1292897B8D98FE8E9EC85EC /* Debug */, - A2911481DB128CBC51BCB68C /* Release */, + B02E9B1737C3AAC3D7CE294D /* Debug */, + D92072B110E5BBF4C67C3A9C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E41B931267F4EFF436E29474 /* Build configuration list for PBXNativeTarget "TestDriver macOS" */ = { + D31F33D0BB1A3347F3061FD6 /* Build configuration list for PBXNativeTarget "IceRetry macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - C3A87636E15F195FD1CFDBE0 /* Debug */, - E499F00C45EE29A4CCD0FCF5 /* Release */, + 0D1F69850522EE5F1F4AC3B1 /* Debug */, + 1342CF02BFDC4CFB9B2F9A53 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E50893640FB14CFB3963B2A7 /* Build configuration list for PBXNativeTarget "IceExceptions iOS" */ = { + DB1799E9668CB062FC878F9B /* Build configuration list for PBXNativeTarget "IceLocatorDiscovery C++11 iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0FF4A56E9112F3D7419037AF /* Debug */, - F46D9D0DC1E1C56946D03774 /* Release */, + E273101AA6326AF14CC7C383 /* Debug */, + 6D7CD7A715FADACD57784C0C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E67DFB3D1FA71F77DC9B287A /* Build configuration list for PBXNativeTarget "IceUdp macOS" */ = { + DB3E3F15F3FDAB4F3E06CC1B /* Build configuration list for PBXNativeTarget "IceUdp iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - B3B2465B2E0745A7FC66FF2A /* Debug */, - D8198710C48EEBD0B6669BFB /* Release */, + 91BBBBA82F99FC43040D51FC /* Debug */, + 4AA057B39368E4B99C4B527F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EA561886C2B18B1ADCE0CED7 /* Build configuration list for PBXNativeTarget "IceTimeout macOS" */ = { + E0E5FB3887AABB4AC99D9B5C /* Build configuration list for PBXNativeTarget "IceSSLConfiguration macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5EA303F7A65DFB5D321E2523 /* Debug */, - 03F43B630491B3C9F46DFA2E /* Release */, + CEEB44A8ABC8BB9855626F1B /* Debug */, + EC271719B9B78F7AE1293DF2 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EACD92FB5F87118FB6A5FC8F /* Build configuration list for PBXNativeTarget "SliceEscape iOS" */ = { + E2AA756BB065F9D9159D324D /* Build configuration list for PBXNativeTarget "IceSSL C++11 macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - CB075A787CFC40EE978CCE2E /* Debug */, - 0A82AFDA21C3A8708D7E5378 /* Release */, + 0C32441668FCEEEC2725CF0A /* Debug */, + 937D3E1601C6B44DF166F7CF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EB18B59D55A6CB9A80A76C93 /* Build configuration list for PBXNativeTarget "TestCommon iOS" */ = { + E3801FEB730C069689D0237D /* Build configuration list for PBXNativeTarget "TestDriver macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 51CC45CDBD5C44477DE8FD49 /* Debug */, - E3A40B1CD229B5BE6BD71065 /* Release */, + E41492F2D6D5C50766EC8F08 /* Debug */, + A5887E95B009CE6611C14E8D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EB551870E756BEDD612BF5A9 /* Build configuration list for PBXNativeTarget "IceDefaultValue macOS" */ = { + E7976E15AEDA25001276A8C6 /* Build configuration list for PBXNativeTarget "Ice iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 98FA9AFE2D976D41BC8022AA /* Debug */, - A3BBDCD58AFECCED6A081ECE /* Release */, + 4B06DDA32266B29BB97D8D06 /* Debug */, + 45A57FFCB3978EBD23EA2AB5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - ED37AAEAC23B9E24150E8384 /* Build configuration list for PBXNativeTarget "TestCommon macOS" */ = { + E89EE86FAFC010B36BAA793E /* Build configuration list for PBXNativeTarget "IceSlicingObjectsAMD macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 461CA87D10C1826384610CC7 /* Debug */, - E9929EC75E367DFDFEF07A15 /* Release */, + 51ACA3467F712612C05B866B /* Debug */, + 384146C41B3D76201B07EAD3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EEEDE0D37F6F2A8FBBC7842F /* Build configuration list for PBXNativeTarget "IceProxy macOS" */ = { + E995216DA6E26551BEDE3082 /* Build configuration list for PBXNativeTarget "TestDriver iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - BF75309FE87A8A49B3281A60 /* Debug */, - 8740CBD91A5EBEAC515CFB26 /* Release */, + A78276E2B1E60E4FAFB7337C /* Debug */, + 1CC630C70F1D81ABA489C92C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F04652581C3DBABEBF42D23F /* Build configuration list for PBXNativeTarget "IceObjects macOS" */ = { + EB48C7011697AAFB362B993D /* Build configuration list for PBXNativeTarget "IceAmi iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8B9C6087B5D617304C351CD2 /* Debug */, - 8DAF652DEE9FAB583F685F93 /* Release */, + 4CF8166CD8CBC11AA24CCEB0 /* Debug */, + 4A6117D98C2A912492FFFE51 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F0BE59702DAF66D7CD53BE69 /* Build configuration list for PBXNativeTarget "IceStream iOS" */ = { + EDD79D91CC650892F77CC38E /* Build configuration list for PBXNativeTarget "IceSlicingExceptions iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1A934A675F6472A0A3F8FDAB /* Debug */, - BBED667010ED8E0B0CA8077E /* Release */, + A4D0607E5F66C26EDEE7EC67 /* Debug */, + 657666A08307ED0EF041BACB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F141291BC5B1D1E36A7A5019 /* Build configuration list for PBXNativeTarget "IceOperationsAMD macOS" */ = { + EF406D5CC28F8F13FF736B1B /* Build configuration list for PBXNativeTarget "IceExceptions macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8A51C293E373C0367D2AB74E /* Debug */, - 7B7E62E71941F258DE6D96A3 /* Release */, + A8E33BBEDEE9464DDF13A558 /* Debug */, + FC1082FC3BA7CF31B79BC8DE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F36877614582EB707A5D05A5 /* Build configuration list for PBXProject "ice" */ = { + F1BD903F00ED1B71321218EB /* Build configuration list for PBXNativeTarget "IceHold macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - D25BDE12C90DE4F6946FF144 /* Debug */, - 138E3C2EEFCB0A63DEF6B564 /* Release */, + B56FD99C87E267B31BD7555B /* Debug */, + 00329FBAA25EAB291759BD32 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F6F86DDFDA98DA152E347479 /* Build configuration list for PBXNativeTarget "Ice C++11 iOS" */ = { + F676563932BDC3677FD4B44D /* Build configuration list for PBXNativeTarget "IceGrid macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - E88BF69B1F1E29A9D7E0BD0A /* Debug */, - 2195DF57B8F40C9AB0EDEE6F /* Release */, + 8CB596AE6DA563D867BABF34 /* Debug */, + D694F4A8DA790E43B887AFED /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F96C608B05391D7A7BBD2DE1 /* Build configuration list for PBXNativeTarget "IceAdapterDeactivation iOS" */ = { + FB30AC73C43987A47E34CBAB /* Build configuration list for PBXNativeTarget "IceDefaultServant iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - FB41FA0DBED58F3EDB0DE8BA /* Debug */, - 46A09D5D43B2EB5F1AE371B8 /* Release */, + 6FD0B1811D33774124E1B2E4 /* Debug */, + C3BE156BA2A09C295F2996FD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - FBDA44A6B9EB27DA4E398E07 /* Build configuration list for PBXNativeTarget "IceLocation macOS" */ = { + FB347DC39974BE6F6A2C4E27 /* Build configuration list for PBXNativeTarget "IceSlicingExceptionsAMD macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - F60877B868F5F99DB0F637F2 /* Debug */, - A924377C02E01B829C485543 /* Release */, + 44C9EBD90D25EEE15967B43E /* Debug */, + 5125806C387CD1BA65530A4B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - FCB540E5610980B9A64DF5D4 /* Build configuration list for PBXNativeTarget "IceProxyAMD macOS" */ = { + FC1A4D351A2532D5497E0BAA /* Build configuration list for PBXNativeTarget "IceObjects iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - FCAD0346FB13C1B146A41E4B /* Debug */, - 0D17895A01DB05810962DDD6 /* Release */, + F18A3B168539906F7410A19B /* Debug */, + 8D8A16B6FBEB3A5CF1C3A6DE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - FD64831416C06297F6FFA9F7 /* Build configuration list for PBXNativeTarget "IceScope iOS" */ = { + FE6BDEC8B08D3DAE7AD3F436 /* Build configuration list for PBXNativeTarget "IceScope macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1C6659E976D250A8C011C7B7 /* Debug */, - BF79F51B9D4985902E16CB1B /* Release */, + 8EEADF1BBDF27214DB58E688 /* Debug */, + 592154E4B78C32846F230D5F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; - rootObject = 518245EB5BB982FC780304C0 /* Project object */; + rootObject = 02D8AA12240C31BD68BD17FA /* Project object */; } diff --git a/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice iOS.xcscheme b/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice iOS.xcscheme index fd33d5e65fe..dc2a3fc94de 100644 --- a/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice iOS.xcscheme +++ b/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice iOS.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> <BuildableReference BuildableIdentifier = "primary" - BlueprintIdentifier = "1AFF5D79D4579613BC9AA1A4" + BlueprintIdentifier = "F4C721811A0D9976F05FC7F4" BuildableName = "IceImpl.framework" BlueprintName = "IceImpl iOS" ReferencedContainer = "container:ice.xcodeproj"> @@ -28,7 +28,7 @@ buildForArchiving = "YES"> <BuildableReference BuildableIdentifier = "primary" - BlueprintIdentifier = "36C5FC458D8BC9519A544A6E" + BlueprintIdentifier = "A646AFF9FBDC190D34BA6C62" BuildableName = "Ice.framework" BlueprintName = "Ice iOS" ReferencedContainer = "container:ice.xcodeproj"> @@ -42,7 +42,7 @@ buildForArchiving = "YES"> <BuildableReference BuildableIdentifier = "primary" - BlueprintIdentifier = "BB3B0D98C22CE00B8ADC4316" + BlueprintIdentifier = "0B355B60CB5058C222A05F0F" BuildableName = "Glacier2.framework" BlueprintName = "Glacier2 iOS" ReferencedContainer = "container:ice.xcodeproj"> @@ -56,7 +56,7 @@ buildForArchiving = "YES"> <BuildableReference BuildableIdentifier = "primary" - BlueprintIdentifier = "68134AFD7AC650515706D6CB" + BlueprintIdentifier = "B38E539C2D2B0FD92D7BB99F" BuildableName = "IceStorm.framework" BlueprintName = "IceStorm iOS" ReferencedContainer = "container:ice.xcodeproj"> @@ -70,7 +70,7 @@ buildForArchiving = "YES"> <BuildableReference BuildableIdentifier = "primary" - BlueprintIdentifier = "0CE818CEFE42E47551109E80" + BlueprintIdentifier = "677C5897540E1392B6EBFA2D" 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 4a6af9b243a..57282d538fe 100644 --- a/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice macOS.xcscheme +++ b/swift/ice.xcodeproj/xcshareddata/xcschemes/Ice macOS.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> <BuildableReference BuildableIdentifier = "primary" - BlueprintIdentifier = "99D53E5E241CC2F7EF40A3AB" + BlueprintIdentifier = "6F65A8F7042E414AB226592A" BuildableName = "IceImpl.framework" BlueprintName = "IceImpl macOS" ReferencedContainer = "container:ice.xcodeproj"> @@ -28,7 +28,7 @@ buildForArchiving = "YES"> <BuildableReference BuildableIdentifier = "primary" - BlueprintIdentifier = "0B1A71B74E72F94006696B5E" + BlueprintIdentifier = "3F71AF0558905EC8BA9E8008" BuildableName = "Ice.framework" BlueprintName = "Ice macOS" ReferencedContainer = "container:ice.xcodeproj"> @@ -42,7 +42,7 @@ buildForArchiving = "YES"> <BuildableReference BuildableIdentifier = "primary" - BlueprintIdentifier = "5ECBAD3BC7D28AFA1020FA55" + BlueprintIdentifier = "A4F2C9E60ADDB2F7EE9BEAEB" BuildableName = "Glacier2.framework" BlueprintName = "Glacier2 macOS" ReferencedContainer = "container:ice.xcodeproj"> @@ -56,7 +56,7 @@ buildForArchiving = "YES"> <BuildableReference BuildableIdentifier = "primary" - BlueprintIdentifier = "6EBC697B595CF2593D552352" + BlueprintIdentifier = "541B90D2556637EFA0F63FD3" BuildableName = "IceStorm.framework" BlueprintName = "IceStorm macOS" ReferencedContainer = "container:ice.xcodeproj"> @@ -70,7 +70,7 @@ buildForArchiving = "YES"> <BuildableReference BuildableIdentifier = "primary" - BlueprintIdentifier = "65401159EA189DE5E0F840B7" + BlueprintIdentifier = "F66E2096DE41DBD9A057FD82" BuildableName = "IceGrid.framework" BlueprintName = "IceGrid macOS" ReferencedContainer = "container:ice.xcodeproj"> |