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.
619 lines
25 KiB
619 lines
25 KiB
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 56;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
C4060DC0297AE73B003FAB80 /* LeCountdownApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4060DBF297AE73B003FAB80 /* LeCountdownApp.swift */; };
|
|
C4060DC2297AE73B003FAB80 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4060DC1297AE73B003FAB80 /* ContentView.swift */; };
|
|
C4060DC4297AE73D003FAB80 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C4060DC3297AE73D003FAB80 /* Assets.xcassets */; };
|
|
C4060DC7297AE73D003FAB80 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C4060DC6297AE73D003FAB80 /* Preview Assets.xcassets */; };
|
|
C4060DC9297AE73D003FAB80 /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4060DC8297AE73D003FAB80 /* Persistence.swift */; };
|
|
C4060DCC297AE73D003FAB80 /* LeCountdown.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = C4060DCA297AE73D003FAB80 /* LeCountdown.xcdatamodeld */; };
|
|
C4060DD7297AE73D003FAB80 /* LeCountdownTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4060DD6297AE73D003FAB80 /* LeCountdownTests.swift */; };
|
|
C4060DE1297AE73D003FAB80 /* LeCountdownUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4060DE0297AE73D003FAB80 /* LeCountdownUITests.swift */; };
|
|
C4060DE3297AE73D003FAB80 /* LeCountdownUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4060DE2297AE73D003FAB80 /* LeCountdownUITestsLaunchTests.swift */; };
|
|
C4060DF5297AE9A7003FAB80 /* TimeInterval+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4060DF4297AE9A7003FAB80 /* TimeInterval+Extensions.swift */; };
|
|
C4060DF7297AFEF2003FAB80 /* NewCountdownView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4060DF6297AFEF2003FAB80 /* NewCountdownView.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
C4060DD3297AE73D003FAB80 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = C4060DB4297AE73B003FAB80 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = C4060DBB297AE73B003FAB80;
|
|
remoteInfo = LeCountdown;
|
|
};
|
|
C4060DDD297AE73D003FAB80 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = C4060DB4297AE73B003FAB80 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = C4060DBB297AE73B003FAB80;
|
|
remoteInfo = LeCountdown;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
C4060DBC297AE73B003FAB80 /* LeCountdown.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LeCountdown.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
C4060DBF297AE73B003FAB80 /* LeCountdownApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LeCountdownApp.swift; sourceTree = "<group>"; };
|
|
C4060DC1297AE73B003FAB80 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
C4060DC3297AE73D003FAB80 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
C4060DC6297AE73D003FAB80 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
|
C4060DC8297AE73D003FAB80 /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; };
|
|
C4060DCB297AE73D003FAB80 /* LeCountdown.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = LeCountdown.xcdatamodel; sourceTree = "<group>"; };
|
|
C4060DCD297AE73D003FAB80 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
C4060DD2297AE73D003FAB80 /* LeCountdownTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LeCountdownTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
C4060DD6297AE73D003FAB80 /* LeCountdownTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LeCountdownTests.swift; sourceTree = "<group>"; };
|
|
C4060DDC297AE73D003FAB80 /* LeCountdownUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LeCountdownUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
C4060DE0297AE73D003FAB80 /* LeCountdownUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LeCountdownUITests.swift; sourceTree = "<group>"; };
|
|
C4060DE2297AE73D003FAB80 /* LeCountdownUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LeCountdownUITestsLaunchTests.swift; sourceTree = "<group>"; };
|
|
C4060DF4297AE9A7003FAB80 /* TimeInterval+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TimeInterval+Extensions.swift"; sourceTree = "<group>"; };
|
|
C4060DF6297AFEF2003FAB80 /* NewCountdownView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewCountdownView.swift; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
C4060DB9297AE73B003FAB80 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
C4060DCF297AE73D003FAB80 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
C4060DD9297AE73D003FAB80 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
C4060DB3297AE73B003FAB80 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C4060DBE297AE73B003FAB80 /* LeCountdown */,
|
|
C4060DD5297AE73D003FAB80 /* LeCountdownTests */,
|
|
C4060DDF297AE73D003FAB80 /* LeCountdownUITests */,
|
|
C4060DBD297AE73B003FAB80 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
C4060DBD297AE73B003FAB80 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C4060DBC297AE73B003FAB80 /* LeCountdown.app */,
|
|
C4060DD2297AE73D003FAB80 /* LeCountdownTests.xctest */,
|
|
C4060DDC297AE73D003FAB80 /* LeCountdownUITests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
C4060DBE297AE73B003FAB80 /* LeCountdown */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C4060DBF297AE73B003FAB80 /* LeCountdownApp.swift */,
|
|
C4060DC1297AE73B003FAB80 /* ContentView.swift */,
|
|
C4060DF6297AFEF2003FAB80 /* NewCountdownView.swift */,
|
|
C4060DC3297AE73D003FAB80 /* Assets.xcassets */,
|
|
C4060DC8297AE73D003FAB80 /* Persistence.swift */,
|
|
C4060DF4297AE9A7003FAB80 /* TimeInterval+Extensions.swift */,
|
|
C4060DCD297AE73D003FAB80 /* Info.plist */,
|
|
C4060DCA297AE73D003FAB80 /* LeCountdown.xcdatamodeld */,
|
|
C4060DC5297AE73D003FAB80 /* Preview Content */,
|
|
);
|
|
path = LeCountdown;
|
|
sourceTree = "<group>";
|
|
};
|
|
C4060DC5297AE73D003FAB80 /* Preview Content */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C4060DC6297AE73D003FAB80 /* Preview Assets.xcassets */,
|
|
);
|
|
path = "Preview Content";
|
|
sourceTree = "<group>";
|
|
};
|
|
C4060DD5297AE73D003FAB80 /* LeCountdownTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C4060DD6297AE73D003FAB80 /* LeCountdownTests.swift */,
|
|
);
|
|
path = LeCountdownTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
C4060DDF297AE73D003FAB80 /* LeCountdownUITests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C4060DE0297AE73D003FAB80 /* LeCountdownUITests.swift */,
|
|
C4060DE2297AE73D003FAB80 /* LeCountdownUITestsLaunchTests.swift */,
|
|
);
|
|
path = LeCountdownUITests;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
C4060DBB297AE73B003FAB80 /* LeCountdown */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = C4060DE6297AE73D003FAB80 /* Build configuration list for PBXNativeTarget "LeCountdown" */;
|
|
buildPhases = (
|
|
C4060DB8297AE73B003FAB80 /* Sources */,
|
|
C4060DB9297AE73B003FAB80 /* Frameworks */,
|
|
C4060DBA297AE73B003FAB80 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = LeCountdown;
|
|
productName = LeCountdown;
|
|
productReference = C4060DBC297AE73B003FAB80 /* LeCountdown.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
C4060DD1297AE73D003FAB80 /* LeCountdownTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = C4060DE9297AE73D003FAB80 /* Build configuration list for PBXNativeTarget "LeCountdownTests" */;
|
|
buildPhases = (
|
|
C4060DCE297AE73D003FAB80 /* Sources */,
|
|
C4060DCF297AE73D003FAB80 /* Frameworks */,
|
|
C4060DD0297AE73D003FAB80 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
C4060DD4297AE73D003FAB80 /* PBXTargetDependency */,
|
|
);
|
|
name = LeCountdownTests;
|
|
productName = LeCountdownTests;
|
|
productReference = C4060DD2297AE73D003FAB80 /* LeCountdownTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
C4060DDB297AE73D003FAB80 /* LeCountdownUITests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = C4060DEC297AE73D003FAB80 /* Build configuration list for PBXNativeTarget "LeCountdownUITests" */;
|
|
buildPhases = (
|
|
C4060DD8297AE73D003FAB80 /* Sources */,
|
|
C4060DD9297AE73D003FAB80 /* Frameworks */,
|
|
C4060DDA297AE73D003FAB80 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
C4060DDE297AE73D003FAB80 /* PBXTargetDependency */,
|
|
);
|
|
name = LeCountdownUITests;
|
|
productName = LeCountdownUITests;
|
|
productReference = C4060DDC297AE73D003FAB80 /* LeCountdownUITests.xctest */;
|
|
productType = "com.apple.product-type.bundle.ui-testing";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
C4060DB4297AE73B003FAB80 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
BuildIndependentTargetsInParallel = 1;
|
|
LastSwiftUpdateCheck = 1420;
|
|
LastUpgradeCheck = 1420;
|
|
TargetAttributes = {
|
|
C4060DBB297AE73B003FAB80 = {
|
|
CreatedOnToolsVersion = 14.2;
|
|
};
|
|
C4060DD1297AE73D003FAB80 = {
|
|
CreatedOnToolsVersion = 14.2;
|
|
TestTargetID = C4060DBB297AE73B003FAB80;
|
|
};
|
|
C4060DDB297AE73D003FAB80 = {
|
|
CreatedOnToolsVersion = 14.2;
|
|
TestTargetID = C4060DBB297AE73B003FAB80;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = C4060DB7297AE73B003FAB80 /* Build configuration list for PBXProject "LeCountdown" */;
|
|
compatibilityVersion = "Xcode 14.0";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = C4060DB3297AE73B003FAB80;
|
|
productRefGroup = C4060DBD297AE73B003FAB80 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
C4060DBB297AE73B003FAB80 /* LeCountdown */,
|
|
C4060DD1297AE73D003FAB80 /* LeCountdownTests */,
|
|
C4060DDB297AE73D003FAB80 /* LeCountdownUITests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
C4060DBA297AE73B003FAB80 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
C4060DC7297AE73D003FAB80 /* Preview Assets.xcassets in Resources */,
|
|
C4060DC4297AE73D003FAB80 /* Assets.xcassets in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
C4060DD0297AE73D003FAB80 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
C4060DDA297AE73D003FAB80 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
C4060DB8297AE73B003FAB80 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
C4060DC9297AE73D003FAB80 /* Persistence.swift in Sources */,
|
|
C4060DC2297AE73B003FAB80 /* ContentView.swift in Sources */,
|
|
C4060DF5297AE9A7003FAB80 /* TimeInterval+Extensions.swift in Sources */,
|
|
C4060DF7297AFEF2003FAB80 /* NewCountdownView.swift in Sources */,
|
|
C4060DCC297AE73D003FAB80 /* LeCountdown.xcdatamodeld in Sources */,
|
|
C4060DC0297AE73B003FAB80 /* LeCountdownApp.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
C4060DCE297AE73D003FAB80 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
C4060DD7297AE73D003FAB80 /* LeCountdownTests.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
C4060DD8297AE73D003FAB80 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
C4060DE1297AE73D003FAB80 /* LeCountdownUITests.swift in Sources */,
|
|
C4060DE3297AE73D003FAB80 /* LeCountdownUITestsLaunchTests.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
C4060DD4297AE73D003FAB80 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = C4060DBB297AE73B003FAB80 /* LeCountdown */;
|
|
targetProxy = C4060DD3297AE73D003FAB80 /* PBXContainerItemProxy */;
|
|
};
|
|
C4060DDE297AE73D003FAB80 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = C4060DBB297AE73B003FAB80 /* LeCountdown */;
|
|
targetProxy = C4060DDD297AE73D003FAB80 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
C4060DE4297AE73D003FAB80 /* 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++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;
|
|
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 = 16.2;
|
|
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;
|
|
};
|
|
C4060DE5297AE73D003FAB80 /* 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++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;
|
|
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 = 16.2;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
C4060DE7297AE73D003FAB80 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_ASSET_PATHS = "\"LeCountdown/Preview Content\"";
|
|
DEVELOPMENT_TEAM = 526E96RFNP;
|
|
ENABLE_PREVIEWS = YES;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
INFOPLIST_KEY_UILaunchScreen_Generation = 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 = com.staxriver.LeCountdown;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
C4060DE8297AE73D003FAB80 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_ASSET_PATHS = "\"LeCountdown/Preview Content\"";
|
|
DEVELOPMENT_TEAM = 526E96RFNP;
|
|
ENABLE_PREVIEWS = YES;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
INFOPLIST_KEY_UILaunchScreen_Generation = 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 = com.staxriver.LeCountdown;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Release;
|
|
};
|
|
C4060DEA297AE73D003FAB80 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = 526E96RFNP;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 16.2;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.staxriver.LeCountdownTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LeCountdown.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/LeCountdown";
|
|
};
|
|
name = Debug;
|
|
};
|
|
C4060DEB297AE73D003FAB80 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = 526E96RFNP;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 16.2;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.staxriver.LeCountdownTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LeCountdown.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/LeCountdown";
|
|
};
|
|
name = Release;
|
|
};
|
|
C4060DED297AE73D003FAB80 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = 526E96RFNP;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.staxriver.LeCountdownUITests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_TARGET_NAME = LeCountdown;
|
|
};
|
|
name = Debug;
|
|
};
|
|
C4060DEE297AE73D003FAB80 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = 526E96RFNP;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.staxriver.LeCountdownUITests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_TARGET_NAME = LeCountdown;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
C4060DB7297AE73B003FAB80 /* Build configuration list for PBXProject "LeCountdown" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C4060DE4297AE73D003FAB80 /* Debug */,
|
|
C4060DE5297AE73D003FAB80 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
C4060DE6297AE73D003FAB80 /* Build configuration list for PBXNativeTarget "LeCountdown" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C4060DE7297AE73D003FAB80 /* Debug */,
|
|
C4060DE8297AE73D003FAB80 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
C4060DE9297AE73D003FAB80 /* Build configuration list for PBXNativeTarget "LeCountdownTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C4060DEA297AE73D003FAB80 /* Debug */,
|
|
C4060DEB297AE73D003FAB80 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
C4060DEC297AE73D003FAB80 /* Build configuration list for PBXNativeTarget "LeCountdownUITests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C4060DED297AE73D003FAB80 /* Debug */,
|
|
C4060DEE297AE73D003FAB80 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
|
|
/* Begin XCVersionGroup section */
|
|
C4060DCA297AE73D003FAB80 /* LeCountdown.xcdatamodeld */ = {
|
|
isa = XCVersionGroup;
|
|
children = (
|
|
C4060DCB297AE73D003FAB80 /* LeCountdown.xcdatamodel */,
|
|
);
|
|
currentVersion = C4060DCB297AE73D003FAB80 /* LeCountdown.xcdatamodel */;
|
|
path = LeCountdown.xcdatamodeld;
|
|
sourceTree = "<group>";
|
|
versionGroupType = wrapper.xcdatamodel;
|
|
};
|
|
/* End XCVersionGroup section */
|
|
};
|
|
rootObject = C4060DB4297AE73B003FAB80 /* Project object */;
|
|
}
|
|
|