-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f25636f
commit bc82eae
Showing
30 changed files
with
2,998 additions
and
0 deletions.
There are no files selected for viewing
478 changes: 478 additions & 0 deletions
478
...asics-equatable-pt3/BackToBasicsEquatable/BackToBasicsEquatable.playground/Contents.swift
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
...quatable-pt3/BackToBasicsEquatable/BackToBasicsEquatable.playground/contents.xcplayground
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='7.0' target-platform='ios' swift-version='6' buildActiveScheme='true' importAppTypes='true'/> |
389 changes: 389 additions & 0 deletions
389
...asics-equatable-pt3/BackToBasicsEquatable/BackToBasicsEquatable.xcodeproj/project.pbxproj
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,389 @@ | ||
// !$*UTF8*$! | ||
{ | ||
archiveVersion = 1; | ||
classes = { | ||
}; | ||
objectVersion = 77; | ||
objects = { | ||
|
||
/* Begin PBXCopyFilesBuildPhase section */ | ||
4B7FD74B2CAB1B8100205C7D /* CopyFiles */ = { | ||
isa = PBXCopyFilesBuildPhase; | ||
buildActionMask = 2147483647; | ||
dstPath = /usr/share/man/man1/; | ||
dstSubfolderSpec = 0; | ||
files = ( | ||
); | ||
runOnlyForDeploymentPostprocessing = 1; | ||
}; | ||
/* End PBXCopyFilesBuildPhase section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
2A2B2E8E2CAC6AA1001A982B /* BackToBasicsEquatableTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BackToBasicsEquatableTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
2A2B2E952CAC6C10001A982B /* BackToBasicsEquatable.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = BackToBasicsEquatable.xctestplan; path = BackToBasicsEquatableTests/BackToBasicsEquatable.xctestplan; sourceTree = "<group>"; }; | ||
4B7FD74D2CAB1B8100205C7D /* BackToBasicsEquatable */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = BackToBasicsEquatable; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
4B7FD7572CAB1B9000205C7D /* BackToBasicsEquatable.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = BackToBasicsEquatable.playground; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; | ||
/* End PBXFileReference section */ | ||
|
||
/* Begin PBXFileSystemSynchronizedRootGroup section */ | ||
2A2B2E8F2CAC6AA1001A982B /* BackToBasicsEquatableTests */ = { | ||
isa = PBXFileSystemSynchronizedRootGroup; | ||
path = BackToBasicsEquatableTests; | ||
sourceTree = "<group>"; | ||
}; | ||
4B7FD74F2CAB1B8100205C7D /* BackToBasicsEquatable */ = { | ||
isa = PBXFileSystemSynchronizedRootGroup; | ||
path = BackToBasicsEquatable; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXFileSystemSynchronizedRootGroup section */ | ||
|
||
/* Begin PBXFrameworksBuildPhase section */ | ||
2A2B2E8B2CAC6AA1001A982B /* Frameworks */ = { | ||
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
4B7FD74A2CAB1B8100205C7D /* Frameworks */ = { | ||
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXFrameworksBuildPhase section */ | ||
|
||
/* Begin PBXGroup section */ | ||
4B7FD7442CAB1B8100205C7D = { | ||
isa = PBXGroup; | ||
children = ( | ||
2A2B2E952CAC6C10001A982B /* BackToBasicsEquatable.xctestplan */, | ||
4B7FD7572CAB1B9000205C7D /* BackToBasicsEquatable.playground */, | ||
4B7FD74F2CAB1B8100205C7D /* BackToBasicsEquatable */, | ||
2A2B2E8F2CAC6AA1001A982B /* BackToBasicsEquatableTests */, | ||
4B7FD74E2CAB1B8100205C7D /* Products */, | ||
); | ||
sourceTree = "<group>"; | ||
}; | ||
4B7FD74E2CAB1B8100205C7D /* Products */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
4B7FD74D2CAB1B8100205C7D /* BackToBasicsEquatable */, | ||
2A2B2E8E2CAC6AA1001A982B /* BackToBasicsEquatableTests.xctest */, | ||
); | ||
name = Products; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXGroup section */ | ||
|
||
/* Begin PBXNativeTarget section */ | ||
2A2B2E8D2CAC6AA1001A982B /* BackToBasicsEquatableTests */ = { | ||
isa = PBXNativeTarget; | ||
buildConfigurationList = 2A2B2E942CAC6AA1001A982B /* Build configuration list for PBXNativeTarget "BackToBasicsEquatableTests" */; | ||
buildPhases = ( | ||
2A2B2E8A2CAC6AA1001A982B /* Sources */, | ||
2A2B2E8B2CAC6AA1001A982B /* Frameworks */, | ||
2A2B2E8C2CAC6AA1001A982B /* Resources */, | ||
); | ||
buildRules = ( | ||
); | ||
dependencies = ( | ||
); | ||
fileSystemSynchronizedGroups = ( | ||
2A2B2E8F2CAC6AA1001A982B /* BackToBasicsEquatableTests */, | ||
); | ||
name = BackToBasicsEquatableTests; | ||
packageProductDependencies = ( | ||
); | ||
productName = BackToBasicsEquatableTests; | ||
productReference = 2A2B2E8E2CAC6AA1001A982B /* BackToBasicsEquatableTests.xctest */; | ||
productType = "com.apple.product-type.bundle.unit-test"; | ||
}; | ||
4B7FD74C2CAB1B8100205C7D /* BackToBasicsEquatable */ = { | ||
isa = PBXNativeTarget; | ||
buildConfigurationList = 4B7FD7542CAB1B8100205C7D /* Build configuration list for PBXNativeTarget "BackToBasicsEquatable" */; | ||
buildPhases = ( | ||
4B7FD7492CAB1B8100205C7D /* Sources */, | ||
4B7FD74A2CAB1B8100205C7D /* Frameworks */, | ||
4B7FD74B2CAB1B8100205C7D /* CopyFiles */, | ||
); | ||
buildRules = ( | ||
); | ||
dependencies = ( | ||
); | ||
fileSystemSynchronizedGroups = ( | ||
4B7FD74F2CAB1B8100205C7D /* BackToBasicsEquatable */, | ||
); | ||
name = BackToBasicsEquatable; | ||
packageProductDependencies = ( | ||
); | ||
productName = BackToBasicsEquatable; | ||
productReference = 4B7FD74D2CAB1B8100205C7D /* BackToBasicsEquatable */; | ||
productType = "com.apple.product-type.tool"; | ||
}; | ||
/* End PBXNativeTarget section */ | ||
|
||
/* Begin PBXProject section */ | ||
4B7FD7452CAB1B8100205C7D /* Project object */ = { | ||
isa = PBXProject; | ||
attributes = { | ||
BuildIndependentTargetsInParallel = 1; | ||
LastSwiftUpdateCheck = 1600; | ||
LastUpgradeCheck = 1600; | ||
TargetAttributes = { | ||
2A2B2E8D2CAC6AA1001A982B = { | ||
CreatedOnToolsVersion = 16.0; | ||
}; | ||
4B7FD74C2CAB1B8100205C7D = { | ||
CreatedOnToolsVersion = 16.0; | ||
}; | ||
}; | ||
}; | ||
buildConfigurationList = 4B7FD7482CAB1B8100205C7D /* Build configuration list for PBXProject "BackToBasicsEquatable" */; | ||
developmentRegion = en; | ||
hasScannedForEncodings = 0; | ||
knownRegions = ( | ||
en, | ||
Base, | ||
); | ||
mainGroup = 4B7FD7442CAB1B8100205C7D; | ||
minimizedProjectReferenceProxies = 1; | ||
preferredProjectObjectVersion = 77; | ||
productRefGroup = 4B7FD74E2CAB1B8100205C7D /* Products */; | ||
projectDirPath = ""; | ||
projectRoot = ""; | ||
targets = ( | ||
4B7FD74C2CAB1B8100205C7D /* BackToBasicsEquatable */, | ||
2A2B2E8D2CAC6AA1001A982B /* BackToBasicsEquatableTests */, | ||
); | ||
}; | ||
/* End PBXProject section */ | ||
|
||
/* Begin PBXResourcesBuildPhase section */ | ||
2A2B2E8C2CAC6AA1001A982B /* Resources */ = { | ||
isa = PBXResourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXResourcesBuildPhase section */ | ||
|
||
/* Begin PBXSourcesBuildPhase section */ | ||
2A2B2E8A2CAC6AA1001A982B /* Sources */ = { | ||
isa = PBXSourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
4B7FD7492CAB1B8100205C7D /* Sources */ = { | ||
isa = PBXSourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXSourcesBuildPhase section */ | ||
|
||
/* Begin XCBuildConfiguration section */ | ||
2A2B2E922CAC6AA1001A982B /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
CODE_SIGN_STYLE = Automatic; | ||
CURRENT_PROJECT_VERSION = 1; | ||
GENERATE_INFOPLIST_FILE = YES; | ||
MARKETING_VERSION = 1.0; | ||
PRODUCT_BUNDLE_IDENTIFIER = co.pointfree.BackToBasicsEquatableTests; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
SWIFT_EMIT_LOC_STRINGS = NO; | ||
SWIFT_VERSION = 5.0; | ||
}; | ||
name = Debug; | ||
}; | ||
2A2B2E932CAC6AA1001A982B /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
CODE_SIGN_STYLE = Automatic; | ||
CURRENT_PROJECT_VERSION = 1; | ||
GENERATE_INFOPLIST_FILE = YES; | ||
MARKETING_VERSION = 1.0; | ||
PRODUCT_BUNDLE_IDENTIFIER = co.pointfree.BackToBasicsEquatableTests; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
SWIFT_EMIT_LOC_STRINGS = NO; | ||
SWIFT_VERSION = 5.0; | ||
}; | ||
name = Release; | ||
}; | ||
4B7FD7522CAB1B8100205C7D /* 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; | ||
MACOSX_DEPLOYMENT_TARGET = 15.0; | ||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; | ||
MTL_FAST_MATH = YES; | ||
ONLY_ACTIVE_ARCH = YES; | ||
SDKROOT = macosx; | ||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; | ||
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | ||
}; | ||
name = Debug; | ||
}; | ||
4B7FD7532CAB1B8100205C7D /* 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; | ||
MACOSX_DEPLOYMENT_TARGET = 15.0; | ||
MTL_ENABLE_DEBUG_INFO = NO; | ||
MTL_FAST_MATH = YES; | ||
SDKROOT = macosx; | ||
SWIFT_COMPILATION_MODE = wholemodule; | ||
}; | ||
name = Release; | ||
}; | ||
4B7FD7552CAB1B8100205C7D /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
CODE_SIGN_STYLE = Automatic; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
SWIFT_VERSION = 5.0; | ||
}; | ||
name = Debug; | ||
}; | ||
4B7FD7562CAB1B8100205C7D /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
CODE_SIGN_STYLE = Automatic; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
SWIFT_VERSION = 5.0; | ||
}; | ||
name = Release; | ||
}; | ||
/* End XCBuildConfiguration section */ | ||
|
||
/* Begin XCConfigurationList section */ | ||
2A2B2E942CAC6AA1001A982B /* Build configuration list for PBXNativeTarget "BackToBasicsEquatableTests" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
2A2B2E922CAC6AA1001A982B /* Debug */, | ||
2A2B2E932CAC6AA1001A982B /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
4B7FD7482CAB1B8100205C7D /* Build configuration list for PBXProject "BackToBasicsEquatable" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
4B7FD7522CAB1B8100205C7D /* Debug */, | ||
4B7FD7532CAB1B8100205C7D /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
4B7FD7542CAB1B8100205C7D /* Build configuration list for PBXNativeTarget "BackToBasicsEquatable" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
4B7FD7552CAB1B8100205C7D /* Debug */, | ||
4B7FD7562CAB1B8100205C7D /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
/* End XCConfigurationList section */ | ||
}; | ||
rootObject = 4B7FD7452CAB1B8100205C7D /* Project object */; | ||
} |
Oops, something went wrong.