Created
May 27, 2021 00:51
-
-
Save arthuralee/8d89207f63bb3e5ba4c4758ede733904 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// !$*UTF8*$! | |
{ | |
archiveVersion = 1; | |
classes = { | |
}; | |
objectVersion = 50; | |
objects = { | |
/* Begin PBXBuildFile section */ | |
9572EC82265F22AF002CBCAF /* TestProjectApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9572EC81265F22AF002CBCAF /* TestProjectApp.swift */; }; | |
9572EC84265F22AF002CBCAF /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9572EC83265F22AF002CBCAF /* ContentView.swift */; }; | |
9572EC86265F22B1002CBCAF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9572EC85265F22B1002CBCAF /* Assets.xcassets */; }; | |
9572EC89265F22B1002CBCAF /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9572EC88265F22B1002CBCAF /* Preview Assets.xcassets */; }; | |
9572EC94265F22B1002CBCAF /* TestProjectTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9572EC93265F22B1002CBCAF /* TestProjectTests.swift */; }; | |
9572EC9F265F22B1002CBCAF /* TestProjectUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9572EC9E265F22B1002CBCAF /* TestProjectUITests.swift */; }; | |
/* End PBXBuildFile section */ | |
/* Begin PBXContainerItemProxy section */ | |
9572EC90265F22B1002CBCAF /* PBXContainerItemProxy */ = { | |
isa = PBXContainerItemProxy; | |
containerPortal = 9572EC76265F22AF002CBCAF /* Project object */; | |
proxyType = 1; | |
remoteGlobalIDString = 9572EC7D265F22AF002CBCAF; | |
remoteInfo = TestProject; | |
}; | |
9572EC9B265F22B1002CBCAF /* PBXContainerItemProxy */ = { | |
isa = PBXContainerItemProxy; | |
containerPortal = 9572EC76265F22AF002CBCAF /* Project object */; | |
proxyType = 1; | |
remoteGlobalIDString = 9572EC7D265F22AF002CBCAF; | |
remoteInfo = TestProject; | |
}; | |
/* End PBXContainerItemProxy section */ | |
/* Begin PBXFileReference section */ | |
9572EC7E265F22AF002CBCAF /* TestProject.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestProject.app; sourceTree = BUILT_PRODUCTS_DIR; }; | |
9572EC81265F22AF002CBCAF /* TestProjectApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestProjectApp.swift; sourceTree = "<group>"; }; | |
9572EC83265F22AF002CBCAF /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; | |
9572EC85265F22B1002CBCAF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | |
9572EC88265F22B1002CBCAF /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; | |
9572EC8A265F22B1002CBCAF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | |
9572EC8F265F22B1002CBCAF /* TestProjectTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TestProjectTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | |
9572EC93265F22B1002CBCAF /* TestProjectTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestProjectTests.swift; sourceTree = "<group>"; }; | |
9572EC95265F22B1002CBCAF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | |
9572EC9A265F22B1002CBCAF /* TestProjectUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TestProjectUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | |
9572EC9E265F22B1002CBCAF /* TestProjectUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestProjectUITests.swift; sourceTree = "<group>"; }; | |
9572ECA0265F22B1002CBCAF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | |
/* End PBXFileReference section */ | |
/* Begin PBXFrameworksBuildPhase section */ | |
9572EC7B265F22AF002CBCAF /* Frameworks */ = { | |
isa = PBXFrameworksBuildPhase; | |
buildActionMask = 2147483647; | |
files = ( | |
); | |
runOnlyForDeploymentPostprocessing = 0; | |
}; | |
9572EC8C265F22B1002CBCAF /* Frameworks */ = { | |
isa = PBXFrameworksBuildPhase; | |
buildActionMask = 2147483647; | |
files = ( | |
); | |
runOnlyForDeploymentPostprocessing = 0; | |
}; | |
9572EC97265F22B1002CBCAF /* Frameworks */ = { | |
isa = PBXFrameworksBuildPhase; | |
buildActionMask = 2147483647; | |
files = ( | |
); | |
runOnlyForDeploymentPostprocessing = 0; | |
}; | |
/* End PBXFrameworksBuildPhase section */ | |
/* Begin PBXGroup section */ | |
9572EC75265F22AF002CBCAF = { | |
isa = PBXGroup; | |
children = ( | |
9572EC80265F22AF002CBCAF /* TestProject */, | |
9572EC92265F22B1002CBCAF /* TestProjectTests */, | |
9572EC9D265F22B1002CBCAF /* TestProjectUITests */, | |
9572EC7F265F22AF002CBCAF /* Products */, | |
); | |
sourceTree = "<group>"; | |
}; | |
9572EC7F265F22AF002CBCAF /* Products */ = { | |
isa = PBXGroup; | |
children = ( | |
9572EC7E265F22AF002CBCAF /* TestProject.app */, | |
9572EC8F265F22B1002CBCAF /* TestProjectTests.xctest */, | |
9572EC9A265F22B1002CBCAF /* TestProjectUITests.xctest */, | |
); | |
name = Products; | |
sourceTree = "<group>"; | |
}; | |
9572EC80265F22AF002CBCAF /* TestProject */ = { | |
isa = PBXGroup; | |
children = ( | |
9572EC81265F22AF002CBCAF /* TestProjectApp.swift */, | |
9572EC83265F22AF002CBCAF /* ContentView.swift */, | |
9572EC85265F22B1002CBCAF /* Assets.xcassets */, | |
9572EC8A265F22B1002CBCAF /* Info.plist */, | |
9572EC87265F22B1002CBCAF /* Preview Content */, | |
); | |
path = TestProject; | |
sourceTree = "<group>"; | |
}; | |
9572EC87265F22B1002CBCAF /* Preview Content */ = { | |
isa = PBXGroup; | |
children = ( | |
9572EC88265F22B1002CBCAF /* Preview Assets.xcassets */, | |
); | |
path = "Preview Content"; | |
sourceTree = "<group>"; | |
}; | |
9572EC92265F22B1002CBCAF /* TestProjectTests */ = { | |
isa = PBXGroup; | |
children = ( | |
9572EC93265F22B1002CBCAF /* TestProjectTests.swift */, | |
9572EC95265F22B1002CBCAF /* Info.plist */, | |
); | |
path = TestProjectTests; | |
sourceTree = "<group>"; | |
}; | |
9572EC9D265F22B1002CBCAF /* TestProjectUITests */ = { | |
isa = PBXGroup; | |
children = ( | |
9572EC9E265F22B1002CBCAF /* TestProjectUITests.swift */, | |
9572ECA0265F22B1002CBCAF /* Info.plist */, | |
); | |
path = TestProjectUITests; | |
sourceTree = "<group>"; | |
}; | |
/* End PBXGroup section */ | |
/* Begin PBXNativeTarget section */ | |
9572EC7D265F22AF002CBCAF /* TestProject */ = { | |
isa = PBXNativeTarget; | |
buildConfigurationList = 9572ECA3265F22B1002CBCAF /* Build configuration list for PBXNativeTarget "TestProject" */; | |
buildPhases = ( | |
9572EC7A265F22AF002CBCAF /* Sources */, | |
9572EC7B265F22AF002CBCAF /* Frameworks */, | |
9572EC7C265F22AF002CBCAF /* Resources */, | |
); | |
buildRules = ( | |
); | |
dependencies = ( | |
); | |
name = TestProject; | |
productName = TestProject; | |
productReference = 9572EC7E265F22AF002CBCAF /* TestProject.app */; | |
productType = "com.apple.product-type.application"; | |
}; | |
9572EC8E265F22B1002CBCAF /* TestProjectTests */ = { | |
isa = PBXNativeTarget; | |
buildConfigurationList = 9572ECA6265F22B1002CBCAF /* Build configuration list for PBXNativeTarget "TestProjectTests" */; | |
buildPhases = ( | |
9572EC8B265F22B1002CBCAF /* Sources */, | |
9572EC8C265F22B1002CBCAF /* Frameworks */, | |
9572EC8D265F22B1002CBCAF /* Resources */, | |
); | |
buildRules = ( | |
); | |
dependencies = ( | |
9572EC91265F22B1002CBCAF /* PBXTargetDependency */, | |
); | |
name = TestProjectTests; | |
productName = TestProjectTests; | |
productReference = 9572EC8F265F22B1002CBCAF /* TestProjectTests.xctest */; | |
productType = "com.apple.product-type.bundle.unit-test"; | |
}; | |
9572EC99265F22B1002CBCAF /* TestProjectUITests */ = { | |
isa = PBXNativeTarget; | |
buildConfigurationList = 9572ECA9265F22B1002CBCAF /* Build configuration list for PBXNativeTarget "TestProjectUITests" */; | |
buildPhases = ( | |
9572EC96265F22B1002CBCAF /* Sources */, | |
9572EC97265F22B1002CBCAF /* Frameworks */, | |
9572EC98265F22B1002CBCAF /* Resources */, | |
); | |
buildRules = ( | |
); | |
dependencies = ( | |
9572EC9C265F22B1002CBCAF /* PBXTargetDependency */, | |
); | |
name = TestProjectUITests; | |
productName = TestProjectUITests; | |
productReference = 9572EC9A265F22B1002CBCAF /* TestProjectUITests.xctest */; | |
productType = "com.apple.product-type.bundle.ui-testing"; | |
}; | |
/* End PBXNativeTarget section */ | |
/* Begin PBXProject section */ | |
9572EC76265F22AF002CBCAF /* Project object */ = { | |
isa = PBXProject; | |
attributes = { | |
LastSwiftUpdateCheck = 1250; | |
LastUpgradeCheck = 1250; | |
TargetAttributes = { | |
9572EC7D265F22AF002CBCAF = { | |
CreatedOnToolsVersion = 12.5; | |
}; | |
9572EC8E265F22B1002CBCAF = { | |
CreatedOnToolsVersion = 12.5; | |
TestTargetID = 9572EC7D265F22AF002CBCAF; | |
}; | |
9572EC99265F22B1002CBCAF = { | |
CreatedOnToolsVersion = 12.5; | |
TestTargetID = 9572EC7D265F22AF002CBCAF; | |
}; | |
}; | |
}; | |
buildConfigurationList = 9572EC79265F22AF002CBCAF /* Build configuration list for PBXProject "TestProject" */; | |
compatibilityVersion = "Xcode 9.3"; | |
developmentRegion = en; | |
hasScannedForEncodings = 0; | |
knownRegions = ( | |
en, | |
Base, | |
); | |
mainGroup = 9572EC75265F22AF002CBCAF; | |
productRefGroup = 9572EC7F265F22AF002CBCAF /* Products */; | |
projectDirPath = ""; | |
projectRoot = ""; | |
targets = ( | |
9572EC7D265F22AF002CBCAF /* TestProject */, | |
9572EC8E265F22B1002CBCAF /* TestProjectTests */, | |
9572EC99265F22B1002CBCAF /* TestProjectUITests */, | |
); | |
}; | |
/* End PBXProject section */ | |
/* Begin PBXResourcesBuildPhase section */ | |
9572EC7C265F22AF002CBCAF /* Resources */ = { | |
isa = PBXResourcesBuildPhase; | |
buildActionMask = 2147483647; | |
files = ( | |
9572EC89265F22B1002CBCAF /* Preview Assets.xcassets in Resources */, | |
9572EC86265F22B1002CBCAF /* Assets.xcassets in Resources */, | |
); | |
runOnlyForDeploymentPostprocessing = 0; | |
}; | |
9572EC8D265F22B1002CBCAF /* Resources */ = { | |
isa = PBXResourcesBuildPhase; | |
buildActionMask = 2147483647; | |
files = ( | |
); | |
runOnlyForDeploymentPostprocessing = 0; | |
}; | |
9572EC98265F22B1002CBCAF /* Resources */ = { | |
isa = PBXResourcesBuildPhase; | |
buildActionMask = 2147483647; | |
files = ( | |
); | |
runOnlyForDeploymentPostprocessing = 0; | |
}; | |
/* End PBXResourcesBuildPhase section */ | |
/* Begin PBXSourcesBuildPhase section */ | |
9572EC7A265F22AF002CBCAF /* Sources */ = { | |
isa = PBXSourcesBuildPhase; | |
buildActionMask = 2147483647; | |
files = ( | |
9572EC84265F22AF002CBCAF /* ContentView.swift in Sources */, | |
9572EC82265F22AF002CBCAF /* TestProjectApp.swift in Sources */, | |
); | |
runOnlyForDeploymentPostprocessing = 0; | |
}; | |
9572EC8B265F22B1002CBCAF /* Sources */ = { | |
isa = PBXSourcesBuildPhase; | |
buildActionMask = 2147483647; | |
files = ( | |
9572EC94265F22B1002CBCAF /* TestProjectTests.swift in Sources */, | |
); | |
runOnlyForDeploymentPostprocessing = 0; | |
}; | |
9572EC96265F22B1002CBCAF /* Sources */ = { | |
isa = PBXSourcesBuildPhase; | |
buildActionMask = 2147483647; | |
files = ( | |
9572EC9F265F22B1002CBCAF /* TestProjectUITests.swift in Sources */, | |
); | |
runOnlyForDeploymentPostprocessing = 0; | |
}; | |
/* End PBXSourcesBuildPhase section */ | |
/* Begin PBXTargetDependency section */ | |
9572EC91265F22B1002CBCAF /* PBXTargetDependency */ = { | |
isa = PBXTargetDependency; | |
target = 9572EC7D265F22AF002CBCAF /* TestProject */; | |
targetProxy = 9572EC90265F22B1002CBCAF /* PBXContainerItemProxy */; | |
}; | |
9572EC9C265F22B1002CBCAF /* PBXTargetDependency */ = { | |
isa = PBXTargetDependency; | |
target = 9572EC7D265F22AF002CBCAF /* TestProject */; | |
targetProxy = 9572EC9B265F22B1002CBCAF /* PBXContainerItemProxy */; | |
}; | |
/* End PBXTargetDependency section */ | |
/* Begin XCBuildConfiguration section */ | |
9572ECA1265F22B1002CBCAF /* Debug */ = { | |
isa = XCBuildConfiguration; | |
buildSettings = { | |
ALWAYS_SEARCH_USER_PATHS = NO; | |
CLANG_ANALYZER_NONNULL = YES; | |
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | |
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; | |
CLANG_CXX_LIBRARY = "libc++"; | |
CLANG_ENABLE_MODULES = YES; | |
CLANG_ENABLE_OBJC_ARC = YES; | |
CLANG_ENABLE_OBJC_WEAK = YES; | |
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |
CLANG_WARN_BOOL_CONVERSION = YES; | |
CLANG_WARN_COMMA = YES; | |
CLANG_WARN_CONSTANT_CONVERSION = YES; | |
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | |
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | |
CLANG_WARN_EMPTY_BODY = YES; | |
CLANG_WARN_ENUM_CONVERSION = YES; | |
CLANG_WARN_INFINITE_RECURSION = YES; | |
CLANG_WARN_INT_CONVERSION = YES; | |
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | |
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | |
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | |
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | |
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | |
CLANG_WARN_STRICT_PROTOTYPES = YES; | |
CLANG_WARN_SUSPICIOUS_MOVE = YES; | |
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | |
CLANG_WARN_UNREACHABLE_CODE = YES; | |
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
COPY_PHASE_STRIP = NO; | |
DEBUG_INFORMATION_FORMAT = dwarf; | |
ENABLE_STRICT_OBJC_MSGSEND = YES; | |
ENABLE_TESTABILITY = YES; | |
GCC_C_LANGUAGE_STANDARD = gnu11; | |
GCC_DYNAMIC_NO_PIC = NO; | |
GCC_NO_COMMON_BLOCKS = YES; | |
GCC_OPTIMIZATION_LEVEL = 0; | |
GCC_PREPROCESSOR_DEFINITIONS = ( | |
"DEBUG=1", | |
"$(inherited)", | |
); | |
GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
GCC_WARN_UNDECLARED_SELECTOR = YES; | |
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
GCC_WARN_UNUSED_FUNCTION = YES; | |
GCC_WARN_UNUSED_VARIABLE = YES; | |
IPHONEOS_DEPLOYMENT_TARGET = 14.5; | |
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; | |
MTL_FAST_MATH = YES; | |
ONLY_ACTIVE_ARCH = YES; | |
SDKROOT = iphoneos; | |
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; | |
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | |
}; | |
name = Debug; | |
}; | |
9572ECA2265F22B1002CBCAF /* Release */ = { | |
isa = XCBuildConfiguration; | |
buildSettings = { | |
ALWAYS_SEARCH_USER_PATHS = NO; | |
CLANG_ANALYZER_NONNULL = YES; | |
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | |
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; | |
CLANG_CXX_LIBRARY = "libc++"; | |
CLANG_ENABLE_MODULES = YES; | |
CLANG_ENABLE_OBJC_ARC = YES; | |
CLANG_ENABLE_OBJC_WEAK = YES; | |
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |
CLANG_WARN_BOOL_CONVERSION = YES; | |
CLANG_WARN_COMMA = YES; | |
CLANG_WARN_CONSTANT_CONVERSION = YES; | |
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | |
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | |
CLANG_WARN_EMPTY_BODY = YES; | |
CLANG_WARN_ENUM_CONVERSION = YES; | |
CLANG_WARN_INFINITE_RECURSION = YES; | |
CLANG_WARN_INT_CONVERSION = YES; | |
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | |
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | |
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | |
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | |
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | |
CLANG_WARN_STRICT_PROTOTYPES = YES; | |
CLANG_WARN_SUSPICIOUS_MOVE = YES; | |
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | |
CLANG_WARN_UNREACHABLE_CODE = YES; | |
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
COPY_PHASE_STRIP = NO; | |
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |
ENABLE_NS_ASSERTIONS = NO; | |
ENABLE_STRICT_OBJC_MSGSEND = YES; | |
GCC_C_LANGUAGE_STANDARD = gnu11; | |
GCC_NO_COMMON_BLOCKS = YES; | |
GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
GCC_WARN_UNDECLARED_SELECTOR = YES; | |
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
GCC_WARN_UNUSED_FUNCTION = YES; | |
GCC_WARN_UNUSED_VARIABLE = YES; | |
IPHONEOS_DEPLOYMENT_TARGET = 14.5; | |
MTL_ENABLE_DEBUG_INFO = NO; | |
MTL_FAST_MATH = YES; | |
SDKROOT = iphoneos; | |
SWIFT_COMPILATION_MODE = wholemodule; | |
SWIFT_OPTIMIZATION_LEVEL = "-O"; | |
VALIDATE_PRODUCT = YES; | |
}; | |
name = Release; | |
}; | |
9572ECA4265F22B1002CBCAF /* Debug */ = { | |
isa = XCBuildConfiguration; | |
buildSettings = { | |
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; | |
CODE_SIGN_STYLE = Automatic; | |
DEVELOPMENT_ASSET_PATHS = "\"TestProject/Preview Content\""; | |
ENABLE_PREVIEWS = YES; | |
FOO = $TEST; | |
FOO2 = TEST$ABC.as/f; | |
INFOPLIST_FILE = TestProject/Info.plist; | |
IPHONEOS_DEPLOYMENT_TARGET = 14.0; | |
LD_RUNPATH_SEARCH_PATHS = ( | |
"$(inherited)", | |
"@executable_path/Frameworks", | |
); | |
PRODUCT_BUNDLE_IDENTIFIER = com.test.TestProject; | |
PRODUCT_NAME = "$(TARGET_NAME)"; | |
SWIFT_VERSION = 5.0; | |
TARGETED_DEVICE_FAMILY = "1,2"; | |
}; | |
name = Debug; | |
}; | |
9572ECA5265F22B1002CBCAF /* Release */ = { | |
isa = XCBuildConfiguration; | |
buildSettings = { | |
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; | |
CODE_SIGN_STYLE = Automatic; | |
DEVELOPMENT_ASSET_PATHS = "\"TestProject/Preview Content\""; | |
ENABLE_PREVIEWS = YES; | |
FOO = $TEST; | |
FOO2 = TEST$ABC.as/f; | |
INFOPLIST_FILE = TestProject/Info.plist; | |
IPHONEOS_DEPLOYMENT_TARGET = 14.0; | |
LD_RUNPATH_SEARCH_PATHS = ( | |
"$(inherited)", | |
"@executable_path/Frameworks", | |
); | |
PRODUCT_BUNDLE_IDENTIFIER = com.test.TestProject; | |
PRODUCT_NAME = "$(TARGET_NAME)"; | |
SWIFT_VERSION = 5.0; | |
TARGETED_DEVICE_FAMILY = "1,2"; | |
}; | |
name = Release; | |
}; | |
9572ECA7265F22B1002CBCAF /* Debug */ = { | |
isa = XCBuildConfiguration; | |
buildSettings = { | |
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; | |
BUNDLE_LOADER = "$(TEST_HOST)"; | |
CODE_SIGN_STYLE = Automatic; | |
INFOPLIST_FILE = TestProjectTests/Info.plist; | |
IPHONEOS_DEPLOYMENT_TARGET = 14.0; | |
LD_RUNPATH_SEARCH_PATHS = ( | |
"$(inherited)", | |
"@executable_path/Frameworks", | |
"@loader_path/Frameworks", | |
); | |
PRODUCT_BUNDLE_IDENTIFIER = com.test.TestProjectTests; | |
PRODUCT_NAME = "$(TARGET_NAME)"; | |
SWIFT_VERSION = 5.0; | |
TARGETED_DEVICE_FAMILY = "1,2"; | |
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TestProject.app/TestProject"; | |
}; | |
name = Debug; | |
}; | |
9572ECA8265F22B1002CBCAF /* Release */ = { | |
isa = XCBuildConfiguration; | |
buildSettings = { | |
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; | |
BUNDLE_LOADER = "$(TEST_HOST)"; | |
CODE_SIGN_STYLE = Automatic; | |
INFOPLIST_FILE = TestProjectTests/Info.plist; | |
IPHONEOS_DEPLOYMENT_TARGET = 14.0; | |
LD_RUNPATH_SEARCH_PATHS = ( | |
"$(inherited)", | |
"@executable_path/Frameworks", | |
"@loader_path/Frameworks", | |
); | |
PRODUCT_BUNDLE_IDENTIFIER = com.test.TestProjectTests; | |
PRODUCT_NAME = "$(TARGET_NAME)"; | |
SWIFT_VERSION = 5.0; | |
TARGETED_DEVICE_FAMILY = "1,2"; | |
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TestProject.app/TestProject"; | |
}; | |
name = Release; | |
}; | |
9572ECAA265F22B1002CBCAF /* Debug */ = { | |
isa = XCBuildConfiguration; | |
buildSettings = { | |
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; | |
CODE_SIGN_STYLE = Automatic; | |
INFOPLIST_FILE = TestProjectUITests/Info.plist; | |
LD_RUNPATH_SEARCH_PATHS = ( | |
"$(inherited)", | |
"@executable_path/Frameworks", | |
"@loader_path/Frameworks", | |
); | |
PRODUCT_BUNDLE_IDENTIFIER = com.test.TestProjectUITests; | |
PRODUCT_NAME = "$(TARGET_NAME)"; | |
SWIFT_VERSION = 5.0; | |
TARGETED_DEVICE_FAMILY = "1,2"; | |
TEST_TARGET_NAME = TestProject; | |
}; | |
name = Debug; | |
}; | |
9572ECAB265F22B1002CBCAF /* Release */ = { | |
isa = XCBuildConfiguration; | |
buildSettings = { | |
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; | |
CODE_SIGN_STYLE = Automatic; | |
INFOPLIST_FILE = TestProjectUITests/Info.plist; | |
LD_RUNPATH_SEARCH_PATHS = ( | |
"$(inherited)", | |
"@executable_path/Frameworks", | |
"@loader_path/Frameworks", | |
); | |
PRODUCT_BUNDLE_IDENTIFIER = com.test.TestProjectUITests; | |
PRODUCT_NAME = "$(TARGET_NAME)"; | |
SWIFT_VERSION = 5.0; | |
TARGETED_DEVICE_FAMILY = "1,2"; | |
TEST_TARGET_NAME = TestProject; | |
}; | |
name = Release; | |
}; | |
/* End XCBuildConfiguration section */ | |
/* Begin XCConfigurationList section */ | |
9572EC79265F22AF002CBCAF /* Build configuration list for PBXProject "TestProject" */ = { | |
isa = XCConfigurationList; | |
buildConfigurations = ( | |
9572ECA1265F22B1002CBCAF /* Debug */, | |
9572ECA2265F22B1002CBCAF /* Release */, | |
); | |
defaultConfigurationIsVisible = 0; | |
defaultConfigurationName = Release; | |
}; | |
9572ECA3265F22B1002CBCAF /* Build configuration list for PBXNativeTarget "TestProject" */ = { | |
isa = XCConfigurationList; | |
buildConfigurations = ( | |
9572ECA4265F22B1002CBCAF /* Debug */, | |
9572ECA5265F22B1002CBCAF /* Release */, | |
); | |
defaultConfigurationIsVisible = 0; | |
defaultConfigurationName = Release; | |
}; | |
9572ECA6265F22B1002CBCAF /* Build configuration list for PBXNativeTarget "TestProjectTests" */ = { | |
isa = XCConfigurationList; | |
buildConfigurations = ( | |
9572ECA7265F22B1002CBCAF /* Debug */, | |
9572ECA8265F22B1002CBCAF /* Release */, | |
); | |
defaultConfigurationIsVisible = 0; | |
defaultConfigurationName = Release; | |
}; | |
9572ECA9265F22B1002CBCAF /* Build configuration list for PBXNativeTarget "TestProjectUITests" */ = { | |
isa = XCConfigurationList; | |
buildConfigurations = ( | |
9572ECAA265F22B1002CBCAF /* Debug */, | |
9572ECAB265F22B1002CBCAF /* Release */, | |
); | |
defaultConfigurationIsVisible = 0; | |
defaultConfigurationName = Release; | |
}; | |
/* End XCConfigurationList section */ | |
}; | |
rootObject = 9572EC76265F22AF002CBCAF /* Project object */; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment