From 8fbe4c70bf58c00dfc9b015541abb947dbc266ee Mon Sep 17 00:00:00 2001 From: Daniel Browne Date: Thu, 15 Oct 2020 18:56:34 +0100 Subject: [PATCH] Manually remove watchOS from supported platforms. --- NWWebSocket.xcodeproj/project.pbxproj | 1112 ++++++++++++------------- 1 file changed, 511 insertions(+), 601 deletions(-) diff --git a/NWWebSocket.xcodeproj/project.pbxproj b/NWWebSocket.xcodeproj/project.pbxproj index ff1b3d0..bc4f3e2 100644 --- a/NWWebSocket.xcodeproj/project.pbxproj +++ b/NWWebSocket.xcodeproj/project.pbxproj @@ -1,604 +1,514 @@ // !$*UTF8*$! { - archiveVersion = "1"; - objectVersion = "46"; - objects = { - "NWWebSocket::NWWebSocket" = { - isa = "PBXNativeTarget"; - buildConfigurationList = "OBJ_23"; - buildPhases = ( - "OBJ_26", - "OBJ_29" - ); - dependencies = ( - ); - name = "NWWebSocket"; - productName = "NWWebSocket"; - productReference = "NWWebSocket::NWWebSocket::Product"; - productType = "com.apple.product-type.framework"; - }; - "NWWebSocket::NWWebSocket::Product" = { - isa = "PBXFileReference"; - path = "NWWebSocket.framework"; - sourceTree = "BUILT_PRODUCTS_DIR"; - }; - "NWWebSocket::NWWebSocketPackageTests::ProductTarget" = { - isa = "PBXAggregateTarget"; - buildConfigurationList = "OBJ_37"; - buildPhases = ( - ); - dependencies = ( - "OBJ_40" - ); - name = "NWWebSocketPackageTests"; - productName = "NWWebSocketPackageTests"; - }; - "NWWebSocket::NWWebSocketTests" = { - isa = "PBXNativeTarget"; - buildConfigurationList = "OBJ_42"; - buildPhases = ( - "OBJ_45", - "OBJ_48" - ); - dependencies = ( - "OBJ_50" - ); - name = "NWWebSocketTests"; - productName = "NWWebSocketTests"; - productReference = "NWWebSocket::NWWebSocketTests::Product"; - productType = "com.apple.product-type.bundle.unit-test"; - }; - "NWWebSocket::NWWebSocketTests::Product" = { - isa = "PBXFileReference"; - path = "NWWebSocketTests.xctest"; - sourceTree = "BUILT_PRODUCTS_DIR"; - }; - "NWWebSocket::SwiftPMPackageDescription" = { - isa = "PBXNativeTarget"; - buildConfigurationList = "OBJ_31"; - buildPhases = ( - "OBJ_34" - ); - dependencies = ( - ); - name = "NWWebSocketPackageDescription"; - productName = "NWWebSocketPackageDescription"; - productType = "com.apple.product-type.framework"; - }; - "OBJ_1" = { - isa = "PBXProject"; - attributes = { - LastSwiftMigration = "9999"; - LastUpgradeCheck = "9999"; - }; - buildConfigurationList = "OBJ_2"; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = "en"; - hasScannedForEncodings = "0"; - knownRegions = ( - "en" - ); - mainGroup = "OBJ_5"; - productRefGroup = "OBJ_17"; - projectDirPath = "."; - targets = ( - "NWWebSocket::NWWebSocket", - "NWWebSocket::SwiftPMPackageDescription", - "NWWebSocket::NWWebSocketPackageTests::ProductTarget", - "NWWebSocket::NWWebSocketTests" - ); - }; - "OBJ_10" = { - isa = "PBXFileReference"; - path = "NWWebSocket.swift"; - sourceTree = ""; - }; - "OBJ_11" = { - isa = "PBXGroup"; - children = ( - "OBJ_12" - ); - name = "Protocol"; - path = "Protocol"; - sourceTree = ""; - }; - "OBJ_12" = { - isa = "PBXFileReference"; - path = "WebSocketConnection.swift"; - sourceTree = ""; - }; - "OBJ_13" = { - isa = "PBXGroup"; - children = ( - "OBJ_14" - ); - name = "Tests"; - path = ""; - sourceTree = "SOURCE_ROOT"; - }; - "OBJ_14" = { - isa = "PBXGroup"; - children = ( - "OBJ_15", - "OBJ_16" - ); - name = "NWWebSocketTests"; - path = "Tests/NWWebSocketTests"; - sourceTree = "SOURCE_ROOT"; - }; - "OBJ_15" = { - isa = "PBXFileReference"; - path = "NWWebSocketTests.swift"; - sourceTree = ""; - }; - "OBJ_16" = { - isa = "PBXFileReference"; - path = "XCTestManifests.swift"; - sourceTree = ""; - }; - "OBJ_17" = { - isa = "PBXGroup"; - children = ( - "NWWebSocket::NWWebSocketTests::Product", - "NWWebSocket::NWWebSocket::Product" - ); - name = "Products"; - path = ""; - sourceTree = "BUILT_PRODUCTS_DIR"; - }; - "OBJ_2" = { - isa = "XCConfigurationList"; - buildConfigurations = ( - "OBJ_3", - "OBJ_4" - ); - defaultConfigurationIsVisible = "0"; - defaultConfigurationName = "Release"; - }; - "OBJ_20" = { - isa = "PBXFileReference"; - path = "LICENSE.md"; - sourceTree = ""; - }; - "OBJ_21" = { - isa = "PBXFileReference"; - path = "README.md"; - sourceTree = ""; - }; - "OBJ_23" = { - isa = "XCConfigurationList"; - buildConfigurations = ( - "OBJ_24", - "OBJ_25" - ); - defaultConfigurationIsVisible = "0"; - defaultConfigurationName = "Release"; - }; - "OBJ_24" = { - isa = "XCBuildConfiguration"; - buildSettings = { - ENABLE_TESTABILITY = "YES"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks" - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)" - ); - INFOPLIST_FILE = "NWWebSocket.xcodeproj/NWWebSocket_Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = "13.0"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx" - ); - MACOSX_DEPLOYMENT_TARGET = "10.15"; - OTHER_CFLAGS = ( - "$(inherited)" - ); - OTHER_LDFLAGS = ( - "$(inherited)" - ); - OTHER_SWIFT_FLAGS = ( - "$(inherited)" - ); - PRODUCT_BUNDLE_IDENTIFIER = "NWWebSocket"; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = "YES"; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = ( - "$(inherited)" - ); - SWIFT_VERSION = "5.0"; - TARGET_NAME = "NWWebSocket"; - TVOS_DEPLOYMENT_TARGET = "13.0"; - WATCHOS_DEPLOYMENT_TARGET = "2.0"; - }; - name = "Debug"; - }; - "OBJ_25" = { - isa = "XCBuildConfiguration"; - buildSettings = { - ENABLE_TESTABILITY = "YES"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks" - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)" - ); - INFOPLIST_FILE = "NWWebSocket.xcodeproj/NWWebSocket_Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = "13.0"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx" - ); - MACOSX_DEPLOYMENT_TARGET = "10.15"; - OTHER_CFLAGS = ( - "$(inherited)" - ); - OTHER_LDFLAGS = ( - "$(inherited)" - ); - OTHER_SWIFT_FLAGS = ( - "$(inherited)" - ); - PRODUCT_BUNDLE_IDENTIFIER = "NWWebSocket"; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = "YES"; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = ( - "$(inherited)" - ); - SWIFT_VERSION = "5.0"; - TARGET_NAME = "NWWebSocket"; - TVOS_DEPLOYMENT_TARGET = "13.0"; - WATCHOS_DEPLOYMENT_TARGET = "2.0"; - }; - name = "Release"; - }; - "OBJ_26" = { - isa = "PBXSourcesBuildPhase"; - files = ( - "OBJ_27", - "OBJ_28" - ); - }; - "OBJ_27" = { - isa = "PBXBuildFile"; - fileRef = "OBJ_10"; - }; - "OBJ_28" = { - isa = "PBXBuildFile"; - fileRef = "OBJ_12"; - }; - "OBJ_29" = { - isa = "PBXFrameworksBuildPhase"; - files = ( - ); - }; - "OBJ_3" = { - isa = "XCBuildConfiguration"; - buildSettings = { - CLANG_ENABLE_OBJC_ARC = "YES"; - COMBINE_HIDPI_IMAGES = "YES"; - COPY_PHASE_STRIP = "NO"; - DEBUG_INFORMATION_FORMAT = "dwarf"; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_NS_ASSERTIONS = "YES"; - GCC_OPTIMIZATION_LEVEL = "0"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(inherited)", - "SWIFT_PACKAGE=1", - "DEBUG=1" - ); - MACOSX_DEPLOYMENT_TARGET = "10.10"; - ONLY_ACTIVE_ARCH = "YES"; - OTHER_SWIFT_FLAGS = ( - "$(inherited)", - "-DXcode" - ); - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = "macosx"; - SUPPORTED_PLATFORMS = ( - "macosx", - "iphoneos", - "iphonesimulator", - "appletvos", - "appletvsimulator", - "watchos", - "watchsimulator" - ); - SWIFT_ACTIVE_COMPILATION_CONDITIONS = ( - "$(inherited)", - "SWIFT_PACKAGE", - "DEBUG" - ); - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - USE_HEADERMAP = "NO"; - }; - name = "Debug"; - }; - "OBJ_31" = { - isa = "XCConfigurationList"; - buildConfigurations = ( - "OBJ_32", - "OBJ_33" - ); - defaultConfigurationIsVisible = "0"; - defaultConfigurationName = "Release"; - }; - "OBJ_32" = { - isa = "XCBuildConfiguration"; - buildSettings = { - LD = "/usr/bin/true"; - OTHER_SWIFT_FLAGS = ( - "-swift-version", - "5", - "-I", - "$(TOOLCHAIN_DIR)/usr/lib/swift/pm/4_2", - "-sdk", - "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk", - "-package-description-version", - "5.0.0" - ); - SWIFT_VERSION = "5.0"; - }; - name = "Debug"; - }; - "OBJ_33" = { - isa = "XCBuildConfiguration"; - buildSettings = { - LD = "/usr/bin/true"; - OTHER_SWIFT_FLAGS = ( - "-swift-version", - "5", - "-I", - "$(TOOLCHAIN_DIR)/usr/lib/swift/pm/4_2", - "-sdk", - "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk", - "-package-description-version", - "5.0.0" - ); - SWIFT_VERSION = "5.0"; - }; - name = "Release"; - }; - "OBJ_34" = { - isa = "PBXSourcesBuildPhase"; - files = ( - "OBJ_35" - ); - }; - "OBJ_35" = { - isa = "PBXBuildFile"; - fileRef = "OBJ_6"; - }; - "OBJ_37" = { - isa = "XCConfigurationList"; - buildConfigurations = ( - "OBJ_38", - "OBJ_39" - ); - defaultConfigurationIsVisible = "0"; - defaultConfigurationName = "Release"; - }; - "OBJ_38" = { - isa = "XCBuildConfiguration"; - buildSettings = { - }; - name = "Debug"; - }; - "OBJ_39" = { - isa = "XCBuildConfiguration"; - buildSettings = { - }; - name = "Release"; - }; - "OBJ_4" = { - isa = "XCBuildConfiguration"; - buildSettings = { - CLANG_ENABLE_OBJC_ARC = "YES"; - COMBINE_HIDPI_IMAGES = "YES"; - COPY_PHASE_STRIP = "YES"; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_OPTIMIZATION_LEVEL = "s"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(inherited)", - "SWIFT_PACKAGE=1" - ); - MACOSX_DEPLOYMENT_TARGET = "10.10"; - OTHER_SWIFT_FLAGS = ( - "$(inherited)", - "-DXcode" - ); - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = "macosx"; - SUPPORTED_PLATFORMS = ( - "macosx", - "iphoneos", - "iphonesimulator", - "appletvos", - "appletvsimulator", - "watchos", - "watchsimulator" - ); - SWIFT_ACTIVE_COMPILATION_CONDITIONS = ( - "$(inherited)", - "SWIFT_PACKAGE" - ); - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - USE_HEADERMAP = "NO"; - }; - name = "Release"; - }; - "OBJ_40" = { - isa = "PBXTargetDependency"; - target = "NWWebSocket::NWWebSocketTests"; - }; - "OBJ_42" = { - isa = "XCConfigurationList"; - buildConfigurations = ( - "OBJ_43", - "OBJ_44" - ); - defaultConfigurationIsVisible = "0"; - defaultConfigurationName = "Release"; - }; - "OBJ_43" = { - isa = "XCBuildConfiguration"; - buildSettings = { - CLANG_ENABLE_MODULES = "YES"; - EMBEDDED_CONTENT_CONTAINS_SWIFT = "YES"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks" - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)" - ); - INFOPLIST_FILE = "NWWebSocket.xcodeproj/NWWebSocketTests_Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = "14.0"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@loader_path/../Frameworks", - "@loader_path/Frameworks" - ); - MACOSX_DEPLOYMENT_TARGET = "10.15"; - OTHER_CFLAGS = ( - "$(inherited)" - ); - OTHER_LDFLAGS = ( - "$(inherited)" - ); - OTHER_SWIFT_FLAGS = ( - "$(inherited)" - ); - SWIFT_ACTIVE_COMPILATION_CONDITIONS = ( - "$(inherited)" - ); - SWIFT_VERSION = "5.0"; - TARGET_NAME = "NWWebSocketTests"; - TVOS_DEPLOYMENT_TARGET = "13.0"; - WATCHOS_DEPLOYMENT_TARGET = "2.0"; - }; - name = "Debug"; - }; - "OBJ_44" = { - isa = "XCBuildConfiguration"; - buildSettings = { - CLANG_ENABLE_MODULES = "YES"; - EMBEDDED_CONTENT_CONTAINS_SWIFT = "YES"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks" - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)" - ); - INFOPLIST_FILE = "NWWebSocket.xcodeproj/NWWebSocketTests_Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = "14.0"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@loader_path/../Frameworks", - "@loader_path/Frameworks" - ); - MACOSX_DEPLOYMENT_TARGET = "10.15"; - OTHER_CFLAGS = ( - "$(inherited)" - ); - OTHER_LDFLAGS = ( - "$(inherited)" - ); - OTHER_SWIFT_FLAGS = ( - "$(inherited)" - ); - SWIFT_ACTIVE_COMPILATION_CONDITIONS = ( - "$(inherited)" - ); - SWIFT_VERSION = "5.0"; - TARGET_NAME = "NWWebSocketTests"; - TVOS_DEPLOYMENT_TARGET = "13.0"; - WATCHOS_DEPLOYMENT_TARGET = "2.0"; - }; - name = "Release"; - }; - "OBJ_45" = { - isa = "PBXSourcesBuildPhase"; - files = ( - "OBJ_46", - "OBJ_47" - ); - }; - "OBJ_46" = { - isa = "PBXBuildFile"; - fileRef = "OBJ_15"; - }; - "OBJ_47" = { - isa = "PBXBuildFile"; - fileRef = "OBJ_16"; - }; - "OBJ_48" = { - isa = "PBXFrameworksBuildPhase"; - files = ( - "OBJ_49" - ); - }; - "OBJ_49" = { - isa = "PBXBuildFile"; - fileRef = "NWWebSocket::NWWebSocket::Product"; - }; - "OBJ_5" = { - isa = "PBXGroup"; - children = ( - "OBJ_6", - "OBJ_7", - "OBJ_13", - "OBJ_17", - "OBJ_20", - "OBJ_21" - ); - path = ""; - sourceTree = ""; - }; - "OBJ_50" = { - isa = "PBXTargetDependency"; - target = "NWWebSocket::NWWebSocket"; - }; - "OBJ_6" = { - isa = "PBXFileReference"; - explicitFileType = "sourcecode.swift"; - path = "Package.swift"; - sourceTree = ""; - }; - "OBJ_7" = { - isa = "PBXGroup"; - children = ( - "OBJ_8" - ); - name = "Sources"; - path = ""; - sourceTree = "SOURCE_ROOT"; - }; - "OBJ_8" = { - isa = "PBXGroup"; - children = ( - "OBJ_9", - "OBJ_11" - ); - name = "NWWebSocket"; - path = "Sources/NWWebSocket"; - sourceTree = "SOURCE_ROOT"; - }; - "OBJ_9" = { - isa = "PBXGroup"; - children = ( - "OBJ_10" - ); - name = "Model"; - path = "Model"; - sourceTree = ""; - }; - }; - rootObject = "OBJ_1"; + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXAggregateTarget section */ + "NWWebSocket::NWWebSocketPackageTests::ProductTarget" /* NWWebSocketPackageTests */ = { + isa = PBXAggregateTarget; + buildConfigurationList = OBJ_37 /* Build configuration list for PBXAggregateTarget "NWWebSocketPackageTests" */; + buildPhases = ( + ); + dependencies = ( + OBJ_40 /* PBXTargetDependency */, + ); + name = NWWebSocketPackageTests; + productName = NWWebSocketPackageTests; + }; +/* End PBXAggregateTarget section */ + +/* Begin PBXBuildFile section */ + OBJ_27 /* NWWebSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* NWWebSocket.swift */; }; + OBJ_28 /* WebSocketConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_12 /* WebSocketConnection.swift */; }; + OBJ_35 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_6 /* Package.swift */; }; + OBJ_46 /* NWWebSocketTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_15 /* NWWebSocketTests.swift */; }; + OBJ_47 /* XCTestManifests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_16 /* XCTestManifests.swift */; }; + OBJ_49 /* NWWebSocket.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "NWWebSocket::NWWebSocket::Product" /* NWWebSocket.framework */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 53D1D0332538C49800E4B5BF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = "NWWebSocket::NWWebSocket"; + remoteInfo = NWWebSocket; + }; + 53D1D0362538C49A00E4B5BF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = "NWWebSocket::NWWebSocketTests"; + remoteInfo = NWWebSocketTests; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + "NWWebSocket::NWWebSocket::Product" /* NWWebSocket.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = NWWebSocket.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + "NWWebSocket::NWWebSocketTests::Product" /* NWWebSocketTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; path = NWWebSocketTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_10 /* NWWebSocket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NWWebSocket.swift; sourceTree = ""; }; + OBJ_12 /* WebSocketConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebSocketConnection.swift; sourceTree = ""; }; + OBJ_15 /* NWWebSocketTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NWWebSocketTests.swift; sourceTree = ""; }; + OBJ_16 /* XCTestManifests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCTestManifests.swift; sourceTree = ""; }; + OBJ_20 /* LICENSE.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = ""; }; + OBJ_21 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; + OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + OBJ_29 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_48 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + OBJ_49 /* NWWebSocket.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + OBJ_11 /* Protocol */ = { + isa = PBXGroup; + children = ( + OBJ_12 /* WebSocketConnection.swift */, + ); + path = Protocol; + sourceTree = ""; + }; + OBJ_13 /* Tests */ = { + isa = PBXGroup; + children = ( + OBJ_14 /* NWWebSocketTests */, + ); + name = Tests; + sourceTree = SOURCE_ROOT; + }; + OBJ_14 /* NWWebSocketTests */ = { + isa = PBXGroup; + children = ( + OBJ_15 /* NWWebSocketTests.swift */, + OBJ_16 /* XCTestManifests.swift */, + ); + name = NWWebSocketTests; + path = Tests/NWWebSocketTests; + sourceTree = SOURCE_ROOT; + }; + OBJ_17 /* Products */ = { + isa = PBXGroup; + children = ( + "NWWebSocket::NWWebSocketTests::Product" /* NWWebSocketTests.xctest */, + "NWWebSocket::NWWebSocket::Product" /* NWWebSocket.framework */, + ); + name = Products; + sourceTree = BUILT_PRODUCTS_DIR; + }; + OBJ_5 /* */ = { + isa = PBXGroup; + children = ( + OBJ_6 /* Package.swift */, + OBJ_7 /* Sources */, + OBJ_13 /* Tests */, + OBJ_17 /* Products */, + OBJ_20 /* LICENSE.md */, + OBJ_21 /* README.md */, + ); + name = ""; + sourceTree = ""; + }; + OBJ_7 /* Sources */ = { + isa = PBXGroup; + children = ( + OBJ_8 /* NWWebSocket */, + ); + name = Sources; + sourceTree = SOURCE_ROOT; + }; + OBJ_8 /* NWWebSocket */ = { + isa = PBXGroup; + children = ( + OBJ_9 /* Model */, + OBJ_11 /* Protocol */, + ); + name = NWWebSocket; + path = Sources/NWWebSocket; + sourceTree = SOURCE_ROOT; + }; + OBJ_9 /* Model */ = { + isa = PBXGroup; + children = ( + OBJ_10 /* NWWebSocket.swift */, + ); + path = Model; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + "NWWebSocket::NWWebSocket" /* NWWebSocket */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_23 /* Build configuration list for PBXNativeTarget "NWWebSocket" */; + buildPhases = ( + OBJ_26 /* Sources */, + OBJ_29 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = NWWebSocket; + productName = NWWebSocket; + productReference = "NWWebSocket::NWWebSocket::Product" /* NWWebSocket.framework */; + productType = "com.apple.product-type.framework"; + }; + "NWWebSocket::NWWebSocketTests" /* NWWebSocketTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_42 /* Build configuration list for PBXNativeTarget "NWWebSocketTests" */; + buildPhases = ( + OBJ_45 /* Sources */, + OBJ_48 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + OBJ_50 /* PBXTargetDependency */, + ); + name = NWWebSocketTests; + productName = NWWebSocketTests; + productReference = "NWWebSocket::NWWebSocketTests::Product" /* NWWebSocketTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + "NWWebSocket::SwiftPMPackageDescription" /* NWWebSocketPackageDescription */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_31 /* Build configuration list for PBXNativeTarget "NWWebSocketPackageDescription" */; + buildPhases = ( + OBJ_34 /* Sources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = NWWebSocketPackageDescription; + productName = NWWebSocketPackageDescription; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + OBJ_1 /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftMigration = 9999; + LastUpgradeCheck = 9999; + }; + buildConfigurationList = OBJ_2 /* Build configuration list for PBXProject "NWWebSocket" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = OBJ_5 /* */; + productRefGroup = OBJ_17 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + "NWWebSocket::NWWebSocket" /* NWWebSocket */, + "NWWebSocket::SwiftPMPackageDescription" /* NWWebSocketPackageDescription */, + "NWWebSocket::NWWebSocketPackageTests::ProductTarget" /* NWWebSocketPackageTests */, + "NWWebSocket::NWWebSocketTests" /* NWWebSocketTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + OBJ_26 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_27 /* NWWebSocket.swift in Sources */, + OBJ_28 /* WebSocketConnection.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_34 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_35 /* Package.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_45 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_46 /* NWWebSocketTests.swift in Sources */, + OBJ_47 /* XCTestManifests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + OBJ_40 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = "NWWebSocket::NWWebSocketTests" /* NWWebSocketTests */; + targetProxy = 53D1D0362538C49A00E4B5BF /* PBXContainerItemProxy */; + }; + OBJ_50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = "NWWebSocket::NWWebSocket" /* NWWebSocket */; + targetProxy = 53D1D0332538C49800E4B5BF /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + OBJ_24 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = NWWebSocket.xcodeproj/NWWebSocket_Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + MACOSX_DEPLOYMENT_TARGET = 10.15; + OTHER_CFLAGS = "$(inherited)"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = NWWebSocket; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)"; + SWIFT_VERSION = 5.0; + TARGET_NAME = NWWebSocket; + TVOS_DEPLOYMENT_TARGET = 13.0; + WATCHOS_DEPLOYMENT_TARGET = 2.0; + }; + name = Debug; + }; + OBJ_25 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = NWWebSocket.xcodeproj/NWWebSocket_Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + MACOSX_DEPLOYMENT_TARGET = 10.15; + OTHER_CFLAGS = "$(inherited)"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = NWWebSocket; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)"; + SWIFT_VERSION = 5.0; + TARGET_NAME = NWWebSocket; + TVOS_DEPLOYMENT_TARGET = 13.0; + WATCHOS_DEPLOYMENT_TARGET = 2.0; + }; + name = Release; + }; + OBJ_3 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_OBJC_ARC = YES; + COMBINE_HIDPI_IMAGES = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_NS_ASSERTIONS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "SWIFT_PACKAGE=1", + "DEBUG=1", + ); + MACOSX_DEPLOYMENT_TARGET = 10.10; + ONLY_ACTIVE_ARCH = YES; + OTHER_SWIFT_FLAGS = "$(inherited) -DXcode"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx; + SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) SWIFT_PACKAGE DEBUG"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + USE_HEADERMAP = NO; + }; + name = Debug; + }; + OBJ_32 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + LD = /usr/bin/true; + OTHER_SWIFT_FLAGS = "-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4_2 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -package-description-version 5.0.0"; + SWIFT_VERSION = 5.0; + }; + name = Debug; + }; + OBJ_33 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + LD = /usr/bin/true; + OTHER_SWIFT_FLAGS = "-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4_2 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -package-description-version 5.0.0"; + SWIFT_VERSION = 5.0; + }; + name = Release; + }; + OBJ_38 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + }; + name = Debug; + }; + OBJ_39 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + }; + name = Release; + }; + OBJ_4 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_OBJC_ARC = YES; + COMBINE_HIDPI_IMAGES = YES; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_OPTIMIZATION_LEVEL = s; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "SWIFT_PACKAGE=1", + ); + MACOSX_DEPLOYMENT_TARGET = 10.10; + OTHER_SWIFT_FLAGS = "$(inherited) -DXcode"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx; + SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) SWIFT_PACKAGE"; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + USE_HEADERMAP = NO; + }; + name = Release; + }; + OBJ_43 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_MODULES = YES; + EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = NWWebSocket.xcodeproj/NWWebSocketTests_Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/../Frameworks @loader_path/Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.15; + OTHER_CFLAGS = "$(inherited)"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)"; + SWIFT_VERSION = 5.0; + TARGET_NAME = NWWebSocketTests; + TVOS_DEPLOYMENT_TARGET = 13.0; + WATCHOS_DEPLOYMENT_TARGET = 2.0; + }; + name = Debug; + }; + OBJ_44 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_MODULES = YES; + EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = NWWebSocket.xcodeproj/NWWebSocketTests_Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/../Frameworks @loader_path/Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.15; + OTHER_CFLAGS = "$(inherited)"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)"; + SWIFT_VERSION = 5.0; + TARGET_NAME = NWWebSocketTests; + TVOS_DEPLOYMENT_TARGET = 13.0; + WATCHOS_DEPLOYMENT_TARGET = 2.0; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + OBJ_2 /* Build configuration list for PBXProject "NWWebSocket" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_3 /* Debug */, + OBJ_4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + OBJ_23 /* Build configuration list for PBXNativeTarget "NWWebSocket" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_24 /* Debug */, + OBJ_25 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + OBJ_31 /* Build configuration list for PBXNativeTarget "NWWebSocketPackageDescription" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_32 /* Debug */, + OBJ_33 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + OBJ_37 /* Build configuration list for PBXAggregateTarget "NWWebSocketPackageTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_38 /* Debug */, + OBJ_39 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + OBJ_42 /* Build configuration list for PBXNativeTarget "NWWebSocketTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_43 /* Debug */, + OBJ_44 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = OBJ_1 /* Project object */; }