// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 48; objects = { /* Begin PBXBuildFile section */ 7495EA251F30B393000EBDF6 /* Encoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FA3B621F2C9096005CE521 /* Encoder.swift */; }; 74A1AE171F2E3E8300B139A3 /* Format.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74A1AE161F2E3E8300B139A3 /* Format.swift */; }; 74E08F571F3360B2008C0F36 /* Reference.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74E08F561F3360B2008C0F36 /* Reference.swift */; }; 74FA3B501F2C9060005CE521 /* MsgPack.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 74FA3B461F2C9060005CE521 /* MsgPack.framework */; }; 74FA3B551F2C9060005CE521 /* MsgPackTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FA3B541F2C9060005CE521 /* MsgPackTests.swift */; }; 74FA3B571F2C9060005CE521 /* MsgPack.h in Headers */ = {isa = PBXBuildFile; fileRef = 74FA3B491F2C9060005CE521 /* MsgPack.h */; settings = {ATTRIBUTES = (Public, ); }; }; 74FA3B611F2C908D005CE521 /* Decoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FA3B601F2C908D005CE521 /* Decoder.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ 74FA3B511F2C9060005CE521 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 74FA3B3D1F2C9060005CE521 /* Project object */; proxyType = 1; remoteGlobalIDString = 74FA3B451F2C9060005CE521; remoteInfo = MsgPack; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ 74A1AE161F2E3E8300B139A3 /* Format.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Format.swift; sourceTree = ""; }; 74A426DB1F30774F001BE9C4 /* JSON.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSON.swift; sourceTree = ""; }; 74E08F561F3360B2008C0F36 /* Reference.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Reference.swift; sourceTree = ""; }; 74FA3B461F2C9060005CE521 /* MsgPack.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MsgPack.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 74FA3B491F2C9060005CE521 /* MsgPack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MsgPack.h; sourceTree = ""; }; 74FA3B4A1F2C9060005CE521 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 74FA3B4F1F2C9060005CE521 /* MsgPackTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MsgPackTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 74FA3B541F2C9060005CE521 /* MsgPackTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MsgPackTests.swift; sourceTree = ""; }; 74FA3B561F2C9060005CE521 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 74FA3B601F2C908D005CE521 /* Decoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Decoder.swift; sourceTree = ""; }; 74FA3B621F2C9096005CE521 /* Encoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Encoder.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 74FA3B421F2C9060005CE521 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; 74FA3B4C1F2C9060005CE521 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 74FA3B501F2C9060005CE521 /* MsgPack.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 74FA3B3C1F2C9060005CE521 = { isa = PBXGroup; children = ( 74FA3B481F2C9060005CE521 /* MsgPack */, 74FA3B531F2C9060005CE521 /* MsgPackTests */, 74FA3B471F2C9060005CE521 /* Products */, ); sourceTree = ""; }; 74FA3B471F2C9060005CE521 /* Products */ = { isa = PBXGroup; children = ( 74FA3B461F2C9060005CE521 /* MsgPack.framework */, 74FA3B4F1F2C9060005CE521 /* MsgPackTests.xctest */, ); name = Products; sourceTree = ""; }; 74FA3B481F2C9060005CE521 /* MsgPack */ = { isa = PBXGroup; children = ( 74FA3B491F2C9060005CE521 /* MsgPack.h */, 74FA3B601F2C908D005CE521 /* Decoder.swift */, 74FA3B621F2C9096005CE521 /* Encoder.swift */, 74A1AE161F2E3E8300B139A3 /* Format.swift */, 74E08F561F3360B2008C0F36 /* Reference.swift */, 74FA3B4A1F2C9060005CE521 /* Info.plist */, 74A426DB1F30774F001BE9C4 /* JSON.swift */, ); path = MsgPack; sourceTree = ""; }; 74FA3B531F2C9060005CE521 /* MsgPackTests */ = { isa = PBXGroup; children = ( 74FA3B541F2C9060005CE521 /* MsgPackTests.swift */, 74FA3B561F2C9060005CE521 /* Info.plist */, ); path = MsgPackTests; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ 74FA3B431F2C9060005CE521 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( 74FA3B571F2C9060005CE521 /* MsgPack.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ 74FA3B451F2C9060005CE521 /* MsgPack */ = { isa = PBXNativeTarget; buildConfigurationList = 74FA3B5A1F2C9060005CE521 /* Build configuration list for PBXNativeTarget "MsgPack" */; buildPhases = ( 74FA3B411F2C9060005CE521 /* Sources */, 74FA3B421F2C9060005CE521 /* Frameworks */, 74FA3B431F2C9060005CE521 /* Headers */, 74FA3B441F2C9060005CE521 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = MsgPack; productName = MsgPack; productReference = 74FA3B461F2C9060005CE521 /* MsgPack.framework */; productType = "com.apple.product-type.framework"; }; 74FA3B4E1F2C9060005CE521 /* MsgPackTests */ = { isa = PBXNativeTarget; buildConfigurationList = 74FA3B5D1F2C9060005CE521 /* Build configuration list for PBXNativeTarget "MsgPackTests" */; buildPhases = ( 74FA3B4B1F2C9060005CE521 /* Sources */, 74FA3B4C1F2C9060005CE521 /* Frameworks */, 74FA3B4D1F2C9060005CE521 /* Resources */, ); buildRules = ( ); dependencies = ( 74FA3B521F2C9060005CE521 /* PBXTargetDependency */, ); name = MsgPackTests; productName = MsgPackTests; productReference = 74FA3B4F1F2C9060005CE521 /* MsgPackTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 74FA3B3D1F2C9060005CE521 /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0900; LastUpgradeCheck = 0900; ORGANIZATIONNAME = dPro; TargetAttributes = { 74FA3B451F2C9060005CE521 = { CreatedOnToolsVersion = 9.0; LastSwiftMigration = 0900; }; 74FA3B4E1F2C9060005CE521 = { CreatedOnToolsVersion = 9.0; }; }; }; buildConfigurationList = 74FA3B401F2C9060005CE521 /* Build configuration list for PBXProject "MsgPack" */; compatibilityVersion = "Xcode 8.0"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, ); mainGroup = 74FA3B3C1F2C9060005CE521; productRefGroup = 74FA3B471F2C9060005CE521 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 74FA3B451F2C9060005CE521 /* MsgPack */, 74FA3B4E1F2C9060005CE521 /* MsgPackTests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 74FA3B441F2C9060005CE521 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; 74FA3B4D1F2C9060005CE521 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 74FA3B411F2C9060005CE521 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 7495EA251F30B393000EBDF6 /* Encoder.swift in Sources */, 74E08F571F3360B2008C0F36 /* Reference.swift in Sources */, 74A1AE171F2E3E8300B139A3 /* Format.swift in Sources */, 74FA3B611F2C908D005CE521 /* Decoder.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 74FA3B4B1F2C9060005CE521 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 74FA3B551F2C9060005CE521 /* MsgPackTests.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ 74FA3B521F2C9060005CE521 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 74FA3B451F2C9060005CE521 /* MsgPack */; targetProxy = 74FA3B511F2C9060005CE521 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 74FA3B581F2C9060005CE521 /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = 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_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; CODE_SIGN_IDENTITY = "Mac Developer"; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; 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; MACOSX_DEPLOYMENT_TARGET = 10.12; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; 74FA3B591F2C9060005CE521 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = 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_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; CODE_SIGN_IDENTITY = "Mac Developer"; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; 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; MACOSX_DEPLOYMENT_TARGET = 10.12; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = macosx; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Release; }; 74FA3B5B1F2C9060005CE521 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = ""; COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = 7TD9A665TC; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_VERSION = A; GCC_OPTIMIZATION_LEVEL = 0; INFOPLIST_FILE = MsgPack/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.devian.MsgPack; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 4.0; }; name = Debug; }; 74FA3B5C1F2C9060005CE521 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = ""; COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = 7TD9A665TC; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_VERSION = A; INFOPLIST_FILE = MsgPack/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.devian.MsgPack; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; SWIFT_VERSION = 4.0; }; name = Release; }; 74FA3B5E1F2C9060005CE521 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; COMBINE_HIDPI_IMAGES = YES; DEVELOPMENT_TEAM = 7TD9A665TC; INFOPLIST_FILE = MsgPackTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.devian.MsgPackTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 4.0; }; name = Debug; }; 74FA3B5F1F2C9060005CE521 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; COMBINE_HIDPI_IMAGES = YES; DEVELOPMENT_TEAM = 7TD9A665TC; INFOPLIST_FILE = MsgPackTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.devian.MsgPackTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 4.0; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 74FA3B401F2C9060005CE521 /* Build configuration list for PBXProject "MsgPack" */ = { isa = XCConfigurationList; buildConfigurations = ( 74FA3B581F2C9060005CE521 /* Debug */, 74FA3B591F2C9060005CE521 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 74FA3B5A1F2C9060005CE521 /* Build configuration list for PBXNativeTarget "MsgPack" */ = { isa = XCConfigurationList; buildConfigurations = ( 74FA3B5B1F2C9060005CE521 /* Debug */, 74FA3B5C1F2C9060005CE521 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 74FA3B5D1F2C9060005CE521 /* Build configuration list for PBXNativeTarget "MsgPackTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 74FA3B5E1F2C9060005CE521 /* Debug */, 74FA3B5F1F2C9060005CE521 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 74FA3B3D1F2C9060005CE521 /* Project object */; }