-
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
1dcb756
commit 3bb6040
Showing
13 changed files
with
940 additions
and
0 deletions.
There are no files selected for viewing
362 changes: 362 additions & 0 deletions
362
0151-tca-performance/DerivedBehavior/DerivedBehavior.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,362 @@ | ||
// !$*UTF8*$! | ||
{ | ||
archiveVersion = 1; | ||
classes = { | ||
}; | ||
objectVersion = 52; | ||
objects = { | ||
|
||
/* Begin PBXBuildFile section */ | ||
2A32A3EC264C227E0056C23B /* DerivedBehaviorApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A32A3EB264C227E0056C23B /* DerivedBehaviorApp.swift */; }; | ||
2A32A3EE264C227E0056C23B /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A32A3ED264C227E0056C23B /* ContentView.swift */; }; | ||
2A32A3F0264C227E0056C23B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2A32A3EF264C227E0056C23B /* Assets.xcassets */; }; | ||
2A32A3F3264C227E0056C23B /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2A32A3F2264C227E0056C23B /* Preview Assets.xcassets */; }; | ||
4B6429EC264C3801006FB282 /* TcaContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B6429EB264C3801006FB282 /* TcaContentView.swift */; }; | ||
4B6429EF264C386F006FB282 /* ComposableArchitecture in Frameworks */ = {isa = PBXBuildFile; productRef = 4B6429EE264C386F006FB282 /* ComposableArchitecture */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
2A32A3E8264C227E0056C23B /* DerivedBehavior.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DerivedBehavior.app; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
2A32A3EB264C227E0056C23B /* DerivedBehaviorApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DerivedBehaviorApp.swift; sourceTree = "<group>"; }; | ||
2A32A3ED264C227E0056C23B /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; | ||
2A32A3EF264C227E0056C23B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | ||
2A32A3F2264C227E0056C23B /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; | ||
2A32A3F4264C227E0056C23B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | ||
4B6429EB264C3801006FB282 /* TcaContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TcaContentView.swift; sourceTree = "<group>"; }; | ||
/* End PBXFileReference section */ | ||
|
||
/* Begin PBXFrameworksBuildPhase section */ | ||
2A32A3E5264C227E0056C23B /* Frameworks */ = { | ||
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
4B6429EF264C386F006FB282 /* ComposableArchitecture in Frameworks */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXFrameworksBuildPhase section */ | ||
|
||
/* Begin PBXGroup section */ | ||
2A32A3DF264C227E0056C23B = { | ||
isa = PBXGroup; | ||
children = ( | ||
2A32A3EA264C227E0056C23B /* DerivedBehavior */, | ||
2A32A3E9264C227E0056C23B /* Products */, | ||
); | ||
sourceTree = "<group>"; | ||
}; | ||
2A32A3E9264C227E0056C23B /* Products */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
2A32A3E8264C227E0056C23B /* DerivedBehavior.app */, | ||
); | ||
name = Products; | ||
sourceTree = "<group>"; | ||
}; | ||
2A32A3EA264C227E0056C23B /* DerivedBehavior */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
2A32A3EB264C227E0056C23B /* DerivedBehaviorApp.swift */, | ||
2A32A3ED264C227E0056C23B /* ContentView.swift */, | ||
4B6429EB264C3801006FB282 /* TcaContentView.swift */, | ||
2A32A3EF264C227E0056C23B /* Assets.xcassets */, | ||
2A32A3F4264C227E0056C23B /* Info.plist */, | ||
2A32A3F1264C227E0056C23B /* Preview Content */, | ||
); | ||
path = DerivedBehavior; | ||
sourceTree = "<group>"; | ||
}; | ||
2A32A3F1264C227E0056C23B /* Preview Content */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
2A32A3F2264C227E0056C23B /* Preview Assets.xcassets */, | ||
); | ||
path = "Preview Content"; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXGroup section */ | ||
|
||
/* Begin PBXNativeTarget section */ | ||
2A32A3E7264C227E0056C23B /* DerivedBehavior */ = { | ||
isa = PBXNativeTarget; | ||
buildConfigurationList = 2A32A3F7264C227E0056C23B /* Build configuration list for PBXNativeTarget "DerivedBehavior" */; | ||
buildPhases = ( | ||
2A32A3E4264C227E0056C23B /* Sources */, | ||
2A32A3E5264C227E0056C23B /* Frameworks */, | ||
2A32A3E6264C227E0056C23B /* Resources */, | ||
); | ||
buildRules = ( | ||
); | ||
dependencies = ( | ||
); | ||
name = DerivedBehavior; | ||
packageProductDependencies = ( | ||
4B6429EE264C386F006FB282 /* ComposableArchitecture */, | ||
); | ||
productName = DerivedBehavior; | ||
productReference = 2A32A3E8264C227E0056C23B /* DerivedBehavior.app */; | ||
productType = "com.apple.product-type.application"; | ||
}; | ||
/* End PBXNativeTarget section */ | ||
|
||
/* Begin PBXProject section */ | ||
2A32A3E0264C227E0056C23B /* Project object */ = { | ||
isa = PBXProject; | ||
attributes = { | ||
LastSwiftUpdateCheck = 1250; | ||
LastUpgradeCheck = 1250; | ||
TargetAttributes = { | ||
2A32A3E7264C227E0056C23B = { | ||
CreatedOnToolsVersion = 12.5; | ||
}; | ||
}; | ||
}; | ||
buildConfigurationList = 2A32A3E3264C227E0056C23B /* Build configuration list for PBXProject "DerivedBehavior" */; | ||
compatibilityVersion = "Xcode 9.3"; | ||
developmentRegion = en; | ||
hasScannedForEncodings = 0; | ||
knownRegions = ( | ||
en, | ||
Base, | ||
); | ||
mainGroup = 2A32A3DF264C227E0056C23B; | ||
packageReferences = ( | ||
4B6429ED264C386F006FB282 /* XCRemoteSwiftPackageReference "swift-composable-architecture" */, | ||
); | ||
productRefGroup = 2A32A3E9264C227E0056C23B /* Products */; | ||
projectDirPath = ""; | ||
projectRoot = ""; | ||
targets = ( | ||
2A32A3E7264C227E0056C23B /* DerivedBehavior */, | ||
); | ||
}; | ||
/* End PBXProject section */ | ||
|
||
/* Begin PBXResourcesBuildPhase section */ | ||
2A32A3E6264C227E0056C23B /* Resources */ = { | ||
isa = PBXResourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
2A32A3F3264C227E0056C23B /* Preview Assets.xcassets in Resources */, | ||
2A32A3F0264C227E0056C23B /* Assets.xcassets in Resources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXResourcesBuildPhase section */ | ||
|
||
/* Begin PBXSourcesBuildPhase section */ | ||
2A32A3E4264C227E0056C23B /* Sources */ = { | ||
isa = PBXSourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
2A32A3EE264C227E0056C23B /* ContentView.swift in Sources */, | ||
4B6429EC264C3801006FB282 /* TcaContentView.swift in Sources */, | ||
2A32A3EC264C227E0056C23B /* DerivedBehaviorApp.swift in Sources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXSourcesBuildPhase section */ | ||
|
||
/* Begin XCBuildConfiguration section */ | ||
2A32A3F5264C227E0056C23B /* 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; | ||
}; | ||
2A32A3F6264C227E0056C23B /* 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; | ||
}; | ||
2A32A3F8264C227E0056C23B /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; | ||
CODE_SIGN_STYLE = Automatic; | ||
DEVELOPMENT_ASSET_PATHS = "\"DerivedBehavior/Preview Content\""; | ||
ENABLE_PREVIEWS = YES; | ||
INFOPLIST_FILE = DerivedBehavior/Info.plist; | ||
IPHONEOS_DEPLOYMENT_TARGET = 14.0; | ||
LD_RUNPATH_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
"@executable_path/Frameworks", | ||
); | ||
PRODUCT_BUNDLE_IDENTIFIER = co.pointfree.DerivedBehavior; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
SWIFT_VERSION = 5.0; | ||
TARGETED_DEVICE_FAMILY = "1,2"; | ||
}; | ||
name = Debug; | ||
}; | ||
2A32A3F9264C227E0056C23B /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; | ||
CODE_SIGN_STYLE = Automatic; | ||
DEVELOPMENT_ASSET_PATHS = "\"DerivedBehavior/Preview Content\""; | ||
ENABLE_PREVIEWS = YES; | ||
INFOPLIST_FILE = DerivedBehavior/Info.plist; | ||
IPHONEOS_DEPLOYMENT_TARGET = 14.0; | ||
LD_RUNPATH_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
"@executable_path/Frameworks", | ||
); | ||
PRODUCT_BUNDLE_IDENTIFIER = co.pointfree.DerivedBehavior; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
SWIFT_VERSION = 5.0; | ||
TARGETED_DEVICE_FAMILY = "1,2"; | ||
}; | ||
name = Release; | ||
}; | ||
/* End XCBuildConfiguration section */ | ||
|
||
/* Begin XCConfigurationList section */ | ||
2A32A3E3264C227E0056C23B /* Build configuration list for PBXProject "DerivedBehavior" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
2A32A3F5264C227E0056C23B /* Debug */, | ||
2A32A3F6264C227E0056C23B /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
2A32A3F7264C227E0056C23B /* Build configuration list for PBXNativeTarget "DerivedBehavior" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
2A32A3F8264C227E0056C23B /* Debug */, | ||
2A32A3F9264C227E0056C23B /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
/* End XCConfigurationList section */ | ||
|
||
/* Begin XCRemoteSwiftPackageReference section */ | ||
4B6429ED264C386F006FB282 /* XCRemoteSwiftPackageReference "swift-composable-architecture" */ = { | ||
isa = XCRemoteSwiftPackageReference; | ||
repositoryURL = "https://github.com/pointfreeco/swift-composable-architecture"; | ||
requirement = { | ||
kind = upToNextMajorVersion; | ||
minimumVersion = 0.18.0; | ||
}; | ||
}; | ||
/* End XCRemoteSwiftPackageReference section */ | ||
|
||
/* Begin XCSwiftPackageProductDependency section */ | ||
4B6429EE264C386F006FB282 /* ComposableArchitecture */ = { | ||
isa = XCSwiftPackageProductDependency; | ||
package = 4B6429ED264C386F006FB282 /* XCRemoteSwiftPackageReference "swift-composable-architecture" */; | ||
productName = ComposableArchitecture; | ||
}; | ||
/* End XCSwiftPackageProductDependency section */ | ||
}; | ||
rootObject = 2A32A3E0264C227E0056C23B /* Project object */; | ||
} |
7 changes: 7 additions & 0 deletions
7
...ce/DerivedBehavior/DerivedBehavior.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
...avior/DerivedBehavior.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
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,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
11 changes: 11 additions & 0 deletions
11
...rmance/DerivedBehavior/DerivedBehavior/Assets.xcassets/AccentColor.colorset/Contents.json
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,11 @@ | ||
{ | ||
"colors" : [ | ||
{ | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Oops, something went wrong.