You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
514 lines
18 KiB
514 lines
18 KiB
// !$*UTF8*$! |
|
{ |
|
archiveVersion = 1; |
|
classes = { |
|
}; |
|
objectVersion = 54; |
|
objects = { |
|
|
|
/* Begin PBXBuildFile section */ |
|
9928B7FF2D32CD78006277AD /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9928B7FE2D32CD75006277AD /* main.swift */; }; |
|
9928B8042D330AB6006277AD /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9928B8032D330AB6006277AD /* IOKit.framework */; }; |
|
9928B82C2D3422C1006277AD /* Launcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9928B82B2D3422C1006277AD /* Launcher.swift */; }; |
|
/* End PBXBuildFile section */ |
|
|
|
/* Begin PBXContainerItemProxy section */ |
|
997DFD082B18E5DC000B56B5 /* PBXContainerItemProxy */ = { |
|
isa = PBXContainerItemProxy; |
|
containerPortal = 9975AAC12AEABB5600AF155F /* Project object */; |
|
proxyType = 1; |
|
remoteGlobalIDString = 997DFCF92B18E5D3000B56B5; |
|
remoteInfo = CMPUIKitUtilsTestApp; |
|
}; |
|
/* End PBXContainerItemProxy section */ |
|
|
|
/* Begin PBXFileReference section */ |
|
9928B7FE2D32CD75006277AD /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; }; |
|
9928B8032D330AB6006277AD /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/IOKit.framework; sourceTree = DEVELOPER_DIR; }; |
|
9928B82B2D3422C1006277AD /* Launcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Launcher.swift; sourceTree = "<group>"; }; |
|
997DFCE32B18D99E000B56B5 /* Launcher.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Launcher.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
997DFCFA2B18E5D3000B56B5 /* LauncherHost.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LauncherHost.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
99BE84D22C3467B100E43826 /* Launcher.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = Launcher.xctestplan; sourceTree = "<group>"; }; |
|
/* End PBXFileReference section */ |
|
|
|
/* Begin PBXFrameworksBuildPhase section */ |
|
997DFCE02B18D99E000B56B5 /* Frameworks */ = { |
|
isa = PBXFrameworksBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
9928B8042D330AB6006277AD /* IOKit.framework in Frameworks */, |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
}; |
|
997DFCF72B18E5D3000B56B5 /* Frameworks */ = { |
|
isa = PBXFrameworksBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
}; |
|
/* End PBXFrameworksBuildPhase section */ |
|
|
|
/* Begin PBXGroup section */ |
|
9928B8002D330AAA006277AD /* Frameworks */ = { |
|
isa = PBXGroup; |
|
children = ( |
|
9928B8032D330AB6006277AD /* IOKit.framework */, |
|
); |
|
name = Frameworks; |
|
sourceTree = "<group>"; |
|
}; |
|
9975AAC02AEABB5600AF155F = { |
|
isa = PBXGroup; |
|
children = ( |
|
99BE84D22C3467B100E43826 /* Launcher.xctestplan */, |
|
997DFCE42B18D99E000B56B5 /* Launcher */, |
|
997DFCFB2B18E5D3000B56B5 /* LauncherHost */, |
|
9928B8002D330AAA006277AD /* Frameworks */, |
|
9975AACB2AEABB5600AF155F /* Products */, |
|
); |
|
sourceTree = "<group>"; |
|
}; |
|
9975AACB2AEABB5600AF155F /* Products */ = { |
|
isa = PBXGroup; |
|
children = ( |
|
997DFCE32B18D99E000B56B5 /* Launcher.xctest */, |
|
997DFCFA2B18E5D3000B56B5 /* LauncherHost.app */, |
|
); |
|
name = Products; |
|
sourceTree = "<group>"; |
|
}; |
|
997DFCE42B18D99E000B56B5 /* Launcher */ = { |
|
isa = PBXGroup; |
|
children = ( |
|
9928B82B2D3422C1006277AD /* Launcher.swift */, |
|
); |
|
path = Launcher; |
|
sourceTree = "<group>"; |
|
}; |
|
997DFCFB2B18E5D3000B56B5 /* LauncherHost */ = { |
|
isa = PBXGroup; |
|
children = ( |
|
9928B7FE2D32CD75006277AD /* main.swift */, |
|
); |
|
path = LauncherHost; |
|
sourceTree = "<group>"; |
|
}; |
|
/* End PBXGroup section */ |
|
|
|
/* Begin PBXNativeTarget section */ |
|
997DFCE22B18D99E000B56B5 /* Launcher */ = { |
|
isa = PBXNativeTarget; |
|
buildConfigurationList = 997DFCEC2B18D99E000B56B5 /* Build configuration list for PBXNativeTarget "Launcher" */; |
|
buildPhases = ( |
|
9928B7EB2D326BB1006277AD /* Build Tests */, |
|
997DFCDF2B18D99E000B56B5 /* Sources */, |
|
997DFCE02B18D99E000B56B5 /* Frameworks */, |
|
997DFCE12B18D99E000B56B5 /* Resources */, |
|
); |
|
buildRules = ( |
|
); |
|
dependencies = ( |
|
997DFD092B18E5DC000B56B5 /* PBXTargetDependency */, |
|
); |
|
name = Launcher; |
|
productName = CMPUIKitUtilsTests; |
|
productReference = 997DFCE32B18D99E000B56B5 /* Launcher.xctest */; |
|
productType = "com.apple.product-type.bundle.unit-test"; |
|
}; |
|
997DFCF92B18E5D3000B56B5 /* LauncherHost */ = { |
|
isa = PBXNativeTarget; |
|
buildConfigurationList = 997DFD052B18E5D4000B56B5 /* Build configuration list for PBXNativeTarget "LauncherHost" */; |
|
buildPhases = ( |
|
997DFCF62B18E5D3000B56B5 /* Sources */, |
|
997DFCF72B18E5D3000B56B5 /* Frameworks */, |
|
997DFCF82B18E5D3000B56B5 /* Resources */, |
|
); |
|
buildRules = ( |
|
); |
|
dependencies = ( |
|
); |
|
name = LauncherHost; |
|
productName = CMPUIKitUtilsTestApp; |
|
productReference = 997DFCFA2B18E5D3000B56B5 /* LauncherHost.app */; |
|
productType = "com.apple.product-type.application"; |
|
}; |
|
/* End PBXNativeTarget section */ |
|
|
|
/* Begin PBXProject section */ |
|
9975AAC12AEABB5600AF155F /* Project object */ = { |
|
isa = PBXProject; |
|
attributes = { |
|
BuildIndependentTargetsInParallel = 1; |
|
LastSwiftUpdateCheck = 1500; |
|
LastUpgradeCheck = 1520; |
|
TargetAttributes = { |
|
997DFCE22B18D99E000B56B5 = { |
|
CreatedOnToolsVersion = 15.0; |
|
LastSwiftMigration = 1610; |
|
TestTargetID = 997DFCF92B18E5D3000B56B5; |
|
}; |
|
997DFCF92B18E5D3000B56B5 = { |
|
CreatedOnToolsVersion = 15.0; |
|
LastSwiftMigration = 1610; |
|
}; |
|
}; |
|
}; |
|
buildConfigurationList = 9975AAC42AEABB5600AF155F /* Build configuration list for PBXProject "Launcher" */; |
|
compatibilityVersion = "Xcode 12.0"; |
|
developmentRegion = en; |
|
hasScannedForEncodings = 0; |
|
knownRegions = ( |
|
en, |
|
Base, |
|
); |
|
mainGroup = 9975AAC02AEABB5600AF155F; |
|
productRefGroup = 9975AACB2AEABB5600AF155F /* Products */; |
|
projectDirPath = ""; |
|
projectRoot = ""; |
|
targets = ( |
|
997DFCE22B18D99E000B56B5 /* Launcher */, |
|
997DFCF92B18E5D3000B56B5 /* LauncherHost */, |
|
); |
|
}; |
|
/* End PBXProject section */ |
|
|
|
/* Begin PBXResourcesBuildPhase section */ |
|
997DFCE12B18D99E000B56B5 /* Resources */ = { |
|
isa = PBXResourcesBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
}; |
|
997DFCF82B18E5D3000B56B5 /* Resources */ = { |
|
isa = PBXResourcesBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
}; |
|
/* End PBXResourcesBuildPhase section */ |
|
|
|
/* Begin PBXShellScriptBuildPhase section */ |
|
9928B7EB2D326BB1006277AD /* Build Tests */ = { |
|
isa = PBXShellScriptBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
); |
|
inputFileListPaths = ( |
|
); |
|
inputPaths = ( |
|
); |
|
name = "Build Tests"; |
|
outputFileListPaths = ( |
|
); |
|
outputPaths = ( |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
shellPath = /bin/sh; |
|
shellScript = "if [ \"YES\" = \"$OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED\" ]; then\n echo \"Skipping Gradle build task invocation due to OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED environment variable set to \\\"YES\\\"\"\n exit 0\nfi\ncd \"$SRCROOT/..\"\n./gradlew :ui-instrumented-test:embedAndSignAppleFrameworkForXcode\n"; |
|
}; |
|
/* End PBXShellScriptBuildPhase section */ |
|
|
|
/* Begin PBXSourcesBuildPhase section */ |
|
997DFCDF2B18D99E000B56B5 /* Sources */ = { |
|
isa = PBXSourcesBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
9928B82C2D3422C1006277AD /* Launcher.swift in Sources */, |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
}; |
|
997DFCF62B18E5D3000B56B5 /* Sources */ = { |
|
isa = PBXSourcesBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
9928B7FF2D32CD78006277AD /* main.swift in Sources */, |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
}; |
|
/* End PBXSourcesBuildPhase section */ |
|
|
|
/* Begin PBXTargetDependency section */ |
|
997DFD092B18E5DC000B56B5 /* PBXTargetDependency */ = { |
|
isa = PBXTargetDependency; |
|
target = 997DFCF92B18E5D3000B56B5 /* LauncherHost */; |
|
targetProxy = 997DFD082B18E5DC000B56B5 /* PBXContainerItemProxy */; |
|
}; |
|
/* End PBXTargetDependency section */ |
|
|
|
/* Begin XCBuildConfiguration section */ |
|
9975AADA2AEABB5600AF155F /* Debug */ = { |
|
isa = XCBuildConfiguration; |
|
buildSettings = { |
|
ALWAYS_SEARCH_USER_PATHS = NO; |
|
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
|
CLANG_ANALYZER_NONNULL = YES; |
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
|
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; |
|
CURRENT_PROJECT_VERSION = 1; |
|
DEBUG_INFORMATION_FORMAT = dwarf; |
|
ENABLE_STRICT_OBJC_MSGSEND = YES; |
|
ENABLE_TESTABILITY = YES; |
|
ENABLE_USER_SCRIPT_SANDBOXING = NO; |
|
GCC_C_LANGUAGE_STANDARD = gnu17; |
|
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; |
|
INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
|
INFOPLIST_KEY_UIRequiresFullScreen = NO; |
|
IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
|
LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
|
MTL_FAST_MATH = YES; |
|
ONLY_ACTIVE_ARCH = YES; |
|
SDKROOT = iphoneos; |
|
VERSIONING_SYSTEM = "apple-generic"; |
|
VERSION_INFO_PREFIX = ""; |
|
}; |
|
name = Debug; |
|
}; |
|
9975AADB2AEABB5600AF155F /* Release */ = { |
|
isa = XCBuildConfiguration; |
|
buildSettings = { |
|
ALWAYS_SEARCH_USER_PATHS = NO; |
|
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
|
CLANG_ANALYZER_NONNULL = YES; |
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
|
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; |
|
CURRENT_PROJECT_VERSION = 1; |
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
|
ENABLE_NS_ASSERTIONS = NO; |
|
ENABLE_STRICT_OBJC_MSGSEND = YES; |
|
ENABLE_USER_SCRIPT_SANDBOXING = NO; |
|
GCC_C_LANGUAGE_STANDARD = gnu17; |
|
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; |
|
INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
|
INFOPLIST_KEY_UIRequiresFullScreen = NO; |
|
IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
|
LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
|
MTL_ENABLE_DEBUG_INFO = NO; |
|
MTL_FAST_MATH = YES; |
|
SDKROOT = iphoneos; |
|
SWIFT_COMPILATION_MODE = wholemodule; |
|
VALIDATE_PRODUCT = YES; |
|
VERSIONING_SYSTEM = "apple-generic"; |
|
VERSION_INFO_PREFIX = ""; |
|
}; |
|
name = Release; |
|
}; |
|
997DFCEA2B18D99E000B56B5 /* Debug */ = { |
|
isa = XCBuildConfiguration; |
|
buildSettings = { |
|
CLANG_ENABLE_MODULES = YES; |
|
CODE_SIGN_STYLE = Automatic; |
|
CURRENT_PROJECT_VERSION = 1; |
|
GENERATE_INFOPLIST_FILE = YES; |
|
HEADER_SEARCH_PATHS = ( |
|
"$(inderited)", |
|
"CMPUIKitUtils/**", |
|
); |
|
MARKETING_VERSION = 1.0; |
|
OTHER_LDFLAGS = ( |
|
"-L$SRCROOT/../ui-instrumented-test/build/objc/iphonesimulator.xcarchive/Products/usr/local/lib", |
|
"-lCMPTestUtils", |
|
"-ObjC", |
|
); |
|
PRODUCT_BUNDLE_IDENTIFIER = JetBrains.CMPUIKitUtilsTests; |
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; |
|
SWIFT_EMIT_LOC_STRINGS = NO; |
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
|
SWIFT_VERSION = 5.0; |
|
TARGETED_DEVICE_FAMILY = "1,2"; |
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LauncherHost.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/LauncherHost"; |
|
}; |
|
name = Debug; |
|
}; |
|
997DFCEB2B18D99E000B56B5 /* Release */ = { |
|
isa = XCBuildConfiguration; |
|
buildSettings = { |
|
CLANG_ENABLE_MODULES = YES; |
|
CODE_SIGN_STYLE = Automatic; |
|
CURRENT_PROJECT_VERSION = 1; |
|
GENERATE_INFOPLIST_FILE = YES; |
|
HEADER_SEARCH_PATHS = ( |
|
"$(inderited)", |
|
"CMPUIKitUtils/**", |
|
); |
|
MARKETING_VERSION = 1.0; |
|
OTHER_LDFLAGS = ( |
|
"-L$SRCROOT/../ui-instrumented-test/build/objc/iphonesimulator.xcarchive/Products/usr/local/lib", |
|
"-lCMPTestUtils", |
|
"-ObjC", |
|
); |
|
PRODUCT_BUNDLE_IDENTIFIER = JetBrains.CMPUIKitUtilsTests; |
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
SWIFT_COMPILATION_MODE = wholemodule; |
|
SWIFT_EMIT_LOC_STRINGS = NO; |
|
SWIFT_VERSION = 5.0; |
|
TARGETED_DEVICE_FAMILY = "1,2"; |
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LauncherHost.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/LauncherHost"; |
|
}; |
|
name = Release; |
|
}; |
|
997DFD062B18E5D4000B56B5 /* Debug */ = { |
|
isa = XCBuildConfiguration; |
|
buildSettings = { |
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
|
CLANG_ENABLE_MODULES = YES; |
|
CODE_SIGN_STYLE = Automatic; |
|
CURRENT_PROJECT_VERSION = 1; |
|
DEVELOPMENT_TEAM = 45226JTYHN; |
|
ENABLE_PREVIEWS = YES; |
|
GENERATE_INFOPLIST_FILE = YES; |
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
|
LD_RUNPATH_SEARCH_PATHS = ( |
|
"$(inherited)", |
|
"@executable_path/Frameworks", |
|
); |
|
MARKETING_VERSION = 1.0; |
|
PRODUCT_BUNDLE_IDENTIFIER = JetBrains.CMPUIKitUtilsTestApp; |
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; |
|
SWIFT_EMIT_LOC_STRINGS = YES; |
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
|
SWIFT_VERSION = 5.0; |
|
TARGETED_DEVICE_FAMILY = "1,2"; |
|
}; |
|
name = Debug; |
|
}; |
|
997DFD072B18E5D4000B56B5 /* Release */ = { |
|
isa = XCBuildConfiguration; |
|
buildSettings = { |
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
|
CLANG_ENABLE_MODULES = YES; |
|
CODE_SIGN_STYLE = Automatic; |
|
CURRENT_PROJECT_VERSION = 1; |
|
DEVELOPMENT_TEAM = 45226JTYHN; |
|
ENABLE_PREVIEWS = YES; |
|
GENERATE_INFOPLIST_FILE = YES; |
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
|
LD_RUNPATH_SEARCH_PATHS = ( |
|
"$(inherited)", |
|
"@executable_path/Frameworks", |
|
); |
|
MARKETING_VERSION = 1.0; |
|
PRODUCT_BUNDLE_IDENTIFIER = JetBrains.CMPUIKitUtilsTestApp; |
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
SWIFT_COMPILATION_MODE = wholemodule; |
|
SWIFT_EMIT_LOC_STRINGS = YES; |
|
SWIFT_VERSION = 5.0; |
|
TARGETED_DEVICE_FAMILY = "1,2"; |
|
}; |
|
name = Release; |
|
}; |
|
/* End XCBuildConfiguration section */ |
|
|
|
/* Begin XCConfigurationList section */ |
|
9975AAC42AEABB5600AF155F /* Build configuration list for PBXProject "Launcher" */ = { |
|
isa = XCConfigurationList; |
|
buildConfigurations = ( |
|
9975AADA2AEABB5600AF155F /* Debug */, |
|
9975AADB2AEABB5600AF155F /* Release */, |
|
); |
|
defaultConfigurationIsVisible = 0; |
|
defaultConfigurationName = Release; |
|
}; |
|
997DFCEC2B18D99E000B56B5 /* Build configuration list for PBXNativeTarget "Launcher" */ = { |
|
isa = XCConfigurationList; |
|
buildConfigurations = ( |
|
997DFCEA2B18D99E000B56B5 /* Debug */, |
|
997DFCEB2B18D99E000B56B5 /* Release */, |
|
); |
|
defaultConfigurationIsVisible = 0; |
|
defaultConfigurationName = Release; |
|
}; |
|
997DFD052B18E5D4000B56B5 /* Build configuration list for PBXNativeTarget "LauncherHost" */ = { |
|
isa = XCConfigurationList; |
|
buildConfigurations = ( |
|
997DFD062B18E5D4000B56B5 /* Debug */, |
|
997DFD072B18E5D4000B56B5 /* Release */, |
|
); |
|
defaultConfigurationIsVisible = 0; |
|
defaultConfigurationName = Release; |
|
}; |
|
/* End XCConfigurationList section */ |
|
}; |
|
rootObject = 9975AAC12AEABB5600AF155F /* Project object */; |
|
}
|
|
|