mirror of
https://github.com/neon443/MineSwift.git
synced 2026-03-11 07:09:12 +00:00
635 lines
26 KiB
Plaintext
635 lines
26 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 56;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
A920C2CF2D24060E00E4F9B1 /* MineSwiftApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A920C2CE2D24060E00E4F9B1 /* MineSwiftApp.swift */; };
|
|
A920C2D12D24060E00E4F9B1 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A920C2D02D24060E00E4F9B1 /* ContentView.swift */; };
|
|
A920C2D32D24060E00E4F9B1 /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = A920C2D22D24060E00E4F9B1 /* Item.swift */; };
|
|
A920C2D52D24061300E4F9B1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A920C2D42D24061300E4F9B1 /* Assets.xcassets */; };
|
|
A920C2D92D24061300E4F9B1 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A920C2D82D24061300E4F9B1 /* Preview Assets.xcassets */; };
|
|
A920C2E32D24061400E4F9B1 /* MineSwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A920C2E22D24061400E4F9B1 /* MineSwiftTests.swift */; };
|
|
A920C2ED2D24061400E4F9B1 /* MineSwiftUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A920C2EC2D24061400E4F9B1 /* MineSwiftUITests.swift */; };
|
|
A920C2EF2D24061400E4F9B1 /* MineSwiftUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A920C2EE2D24061400E4F9B1 /* MineSwiftUITestsLaunchTests.swift */; };
|
|
A920C3012D2406B500E4F9B1 /* MinesweeperView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A920C2FF2D2406B400E4F9B1 /* MinesweeperView.swift */; };
|
|
A920C3022D2406B600E4F9B1 /* MinesweeperGame.swift in Sources */ = {isa = PBXBuildFile; fileRef = A920C3002D2406B500E4F9B1 /* MinesweeperGame.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
A920C2DF2D24061400E4F9B1 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = A920C2C32D24060E00E4F9B1 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = A920C2CA2D24060E00E4F9B1;
|
|
remoteInfo = MineSwift;
|
|
};
|
|
A920C2E92D24061400E4F9B1 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = A920C2C32D24060E00E4F9B1 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = A920C2CA2D24060E00E4F9B1;
|
|
remoteInfo = MineSwift;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
A920C2CB2D24060E00E4F9B1 /* MineSwift.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MineSwift.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
A920C2CE2D24060E00E4F9B1 /* MineSwiftApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MineSwiftApp.swift; sourceTree = "<group>"; };
|
|
A920C2D02D24060E00E4F9B1 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
A920C2D22D24060E00E4F9B1 /* Item.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Item.swift; sourceTree = "<group>"; };
|
|
A920C2D42D24061300E4F9B1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
A920C2D62D24061300E4F9B1 /* MineSwift.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = MineSwift.entitlements; sourceTree = "<group>"; };
|
|
A920C2D82D24061300E4F9B1 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
|
A920C2DE2D24061400E4F9B1 /* MineSwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MineSwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
A920C2E22D24061400E4F9B1 /* MineSwiftTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MineSwiftTests.swift; sourceTree = "<group>"; };
|
|
A920C2E82D24061400E4F9B1 /* MineSwiftUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MineSwiftUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
A920C2EC2D24061400E4F9B1 /* MineSwiftUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MineSwiftUITests.swift; sourceTree = "<group>"; };
|
|
A920C2EE2D24061400E4F9B1 /* MineSwiftUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MineSwiftUITestsLaunchTests.swift; sourceTree = "<group>"; };
|
|
A920C2FF2D2406B400E4F9B1 /* MinesweeperView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MinesweeperView.swift; sourceTree = "<group>"; };
|
|
A920C3002D2406B500E4F9B1 /* MinesweeperGame.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MinesweeperGame.swift; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
A920C2C82D24060E00E4F9B1 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
A920C2DB2D24061400E4F9B1 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
A920C2E52D24061400E4F9B1 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
A920C2C22D24060E00E4F9B1 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A920C2CD2D24060E00E4F9B1 /* MineSwift */,
|
|
A920C2E12D24061400E4F9B1 /* MineSwiftTests */,
|
|
A920C2EB2D24061400E4F9B1 /* MineSwiftUITests */,
|
|
A920C2CC2D24060E00E4F9B1 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
A920C2CC2D24060E00E4F9B1 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A920C2CB2D24060E00E4F9B1 /* MineSwift.app */,
|
|
A920C2DE2D24061400E4F9B1 /* MineSwiftTests.xctest */,
|
|
A920C2E82D24061400E4F9B1 /* MineSwiftUITests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
A920C2CD2D24060E00E4F9B1 /* MineSwift */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A920C2CE2D24060E00E4F9B1 /* MineSwiftApp.swift */,
|
|
A920C2D02D24060E00E4F9B1 /* ContentView.swift */,
|
|
A920C3002D2406B500E4F9B1 /* MinesweeperGame.swift */,
|
|
A920C2FF2D2406B400E4F9B1 /* MinesweeperView.swift */,
|
|
A920C2D22D24060E00E4F9B1 /* Item.swift */,
|
|
A920C2D42D24061300E4F9B1 /* Assets.xcassets */,
|
|
A920C2D62D24061300E4F9B1 /* MineSwift.entitlements */,
|
|
A920C2D72D24061300E4F9B1 /* Preview Content */,
|
|
);
|
|
path = MineSwift;
|
|
sourceTree = "<group>";
|
|
};
|
|
A920C2D72D24061300E4F9B1 /* Preview Content */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A920C2D82D24061300E4F9B1 /* Preview Assets.xcassets */,
|
|
);
|
|
path = "Preview Content";
|
|
sourceTree = "<group>";
|
|
};
|
|
A920C2E12D24061400E4F9B1 /* MineSwiftTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A920C2E22D24061400E4F9B1 /* MineSwiftTests.swift */,
|
|
);
|
|
path = MineSwiftTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
A920C2EB2D24061400E4F9B1 /* MineSwiftUITests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A920C2EC2D24061400E4F9B1 /* MineSwiftUITests.swift */,
|
|
A920C2EE2D24061400E4F9B1 /* MineSwiftUITestsLaunchTests.swift */,
|
|
);
|
|
path = MineSwiftUITests;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
A920C2CA2D24060E00E4F9B1 /* MineSwift */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = A920C2F22D24061400E4F9B1 /* Build configuration list for PBXNativeTarget "MineSwift" */;
|
|
buildPhases = (
|
|
A920C2C72D24060E00E4F9B1 /* Sources */,
|
|
A920C2C82D24060E00E4F9B1 /* Frameworks */,
|
|
A920C2C92D24060E00E4F9B1 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = MineSwift;
|
|
productName = MineSwift;
|
|
productReference = A920C2CB2D24060E00E4F9B1 /* MineSwift.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
A920C2DD2D24061400E4F9B1 /* MineSwiftTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = A920C2F52D24061400E4F9B1 /* Build configuration list for PBXNativeTarget "MineSwiftTests" */;
|
|
buildPhases = (
|
|
A920C2DA2D24061400E4F9B1 /* Sources */,
|
|
A920C2DB2D24061400E4F9B1 /* Frameworks */,
|
|
A920C2DC2D24061400E4F9B1 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
A920C2E02D24061400E4F9B1 /* PBXTargetDependency */,
|
|
);
|
|
name = MineSwiftTests;
|
|
productName = MineSwiftTests;
|
|
productReference = A920C2DE2D24061400E4F9B1 /* MineSwiftTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
A920C2E72D24061400E4F9B1 /* MineSwiftUITests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = A920C2F82D24061400E4F9B1 /* Build configuration list for PBXNativeTarget "MineSwiftUITests" */;
|
|
buildPhases = (
|
|
A920C2E42D24061400E4F9B1 /* Sources */,
|
|
A920C2E52D24061400E4F9B1 /* Frameworks */,
|
|
A920C2E62D24061400E4F9B1 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
A920C2EA2D24061400E4F9B1 /* PBXTargetDependency */,
|
|
);
|
|
name = MineSwiftUITests;
|
|
productName = MineSwiftUITests;
|
|
productReference = A920C2E82D24061400E4F9B1 /* MineSwiftUITests.xctest */;
|
|
productType = "com.apple.product-type.bundle.ui-testing";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
A920C2C32D24060E00E4F9B1 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
BuildIndependentTargetsInParallel = 1;
|
|
LastSwiftUpdateCheck = 1540;
|
|
LastUpgradeCheck = 1540;
|
|
TargetAttributes = {
|
|
A920C2CA2D24060E00E4F9B1 = {
|
|
CreatedOnToolsVersion = 15.4;
|
|
};
|
|
A920C2DD2D24061400E4F9B1 = {
|
|
CreatedOnToolsVersion = 15.4;
|
|
TestTargetID = A920C2CA2D24060E00E4F9B1;
|
|
};
|
|
A920C2E72D24061400E4F9B1 = {
|
|
CreatedOnToolsVersion = 15.4;
|
|
TestTargetID = A920C2CA2D24060E00E4F9B1;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = A920C2C62D24060E00E4F9B1 /* Build configuration list for PBXProject "MineSwift" */;
|
|
compatibilityVersion = "Xcode 14.0";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = A920C2C22D24060E00E4F9B1;
|
|
productRefGroup = A920C2CC2D24060E00E4F9B1 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
A920C2CA2D24060E00E4F9B1 /* MineSwift */,
|
|
A920C2DD2D24061400E4F9B1 /* MineSwiftTests */,
|
|
A920C2E72D24061400E4F9B1 /* MineSwiftUITests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
A920C2C92D24060E00E4F9B1 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
A920C2D92D24061300E4F9B1 /* Preview Assets.xcassets in Resources */,
|
|
A920C2D52D24061300E4F9B1 /* Assets.xcassets in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
A920C2DC2D24061400E4F9B1 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
A920C2E62D24061400E4F9B1 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
A920C2C72D24060E00E4F9B1 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
A920C2D12D24060E00E4F9B1 /* ContentView.swift in Sources */,
|
|
A920C2D32D24060E00E4F9B1 /* Item.swift in Sources */,
|
|
A920C2CF2D24060E00E4F9B1 /* MineSwiftApp.swift in Sources */,
|
|
A920C3012D2406B500E4F9B1 /* MinesweeperView.swift in Sources */,
|
|
A920C3022D2406B600E4F9B1 /* MinesweeperGame.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
A920C2DA2D24061400E4F9B1 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
A920C2E32D24061400E4F9B1 /* MineSwiftTests.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
A920C2E42D24061400E4F9B1 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
A920C2ED2D24061400E4F9B1 /* MineSwiftUITests.swift in Sources */,
|
|
A920C2EF2D24061400E4F9B1 /* MineSwiftUITestsLaunchTests.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
A920C2E02D24061400E4F9B1 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = A920C2CA2D24060E00E4F9B1 /* MineSwift */;
|
|
targetProxy = A920C2DF2D24061400E4F9B1 /* PBXContainerItemProxy */;
|
|
};
|
|
A920C2EA2D24061400E4F9B1 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = A920C2CA2D24060E00E4F9B1 /* MineSwift */;
|
|
targetProxy = A920C2E92D24061400E4F9B1 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
A920C2F02D24061400E4F9B1 /* 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;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
|
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;
|
|
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
};
|
|
name = Debug;
|
|
};
|
|
A920C2F12D24061400E4F9B1 /* 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;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
|
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;
|
|
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
};
|
|
name = Release;
|
|
};
|
|
A920C2F32D24061400E4F9B1 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
CODE_SIGN_ENTITLEMENTS = MineSwift/MineSwift.entitlements;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_ASSET_PATHS = "\"MineSwift/Preview Content\"";
|
|
DEVELOPMENT_TEAM = P6PV2R9443;
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
ENABLE_PREVIEWS = YES;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
|
|
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
|
|
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
|
|
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES;
|
|
"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES;
|
|
"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES;
|
|
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault;
|
|
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
|
|
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
|
|
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
|
|
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = dev.neon443.MineSwift;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = auto;
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
A920C2F42D24061400E4F9B1 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
CODE_SIGN_ENTITLEMENTS = MineSwift/MineSwift.entitlements;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_ASSET_PATHS = "\"MineSwift/Preview Content\"";
|
|
DEVELOPMENT_TEAM = P6PV2R9443;
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
ENABLE_PREVIEWS = YES;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
|
|
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
|
|
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
|
|
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES;
|
|
"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES;
|
|
"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES;
|
|
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault;
|
|
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
|
|
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
|
|
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
|
|
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = dev.neon443.MineSwift;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = auto;
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Release;
|
|
};
|
|
A920C2F62D24061400E4F9B1 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = P6PV2R9443;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
|
|
MACOSX_DEPLOYMENT_TARGET = 14.5;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = dev.neon443.MineSwiftTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = auto;
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MineSwift.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/MineSwift";
|
|
};
|
|
name = Debug;
|
|
};
|
|
A920C2F72D24061400E4F9B1 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = P6PV2R9443;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
|
|
MACOSX_DEPLOYMENT_TARGET = 14.5;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = dev.neon443.MineSwiftTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = auto;
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MineSwift.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/MineSwift";
|
|
};
|
|
name = Release;
|
|
};
|
|
A920C2F92D24061400E4F9B1 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = P6PV2R9443;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
|
|
MACOSX_DEPLOYMENT_TARGET = 14.5;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = dev.neon443.MineSwiftUITests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = auto;
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_TARGET_NAME = MineSwift;
|
|
};
|
|
name = Debug;
|
|
};
|
|
A920C2FA2D24061400E4F9B1 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = P6PV2R9443;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
|
|
MACOSX_DEPLOYMENT_TARGET = 14.5;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = dev.neon443.MineSwiftUITests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = auto;
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_TARGET_NAME = MineSwift;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
A920C2C62D24060E00E4F9B1 /* Build configuration list for PBXProject "MineSwift" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
A920C2F02D24061400E4F9B1 /* Debug */,
|
|
A920C2F12D24061400E4F9B1 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
A920C2F22D24061400E4F9B1 /* Build configuration list for PBXNativeTarget "MineSwift" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
A920C2F32D24061400E4F9B1 /* Debug */,
|
|
A920C2F42D24061400E4F9B1 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
A920C2F52D24061400E4F9B1 /* Build configuration list for PBXNativeTarget "MineSwiftTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
A920C2F62D24061400E4F9B1 /* Debug */,
|
|
A920C2F72D24061400E4F9B1 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
A920C2F82D24061400E4F9B1 /* Build configuration list for PBXNativeTarget "MineSwiftUITests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
A920C2F92D24061400E4F9B1 /* Debug */,
|
|
A920C2FA2D24061400E4F9B1 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = A920C2C32D24060E00E4F9B1 /* Project object */;
|
|
}
|