-
Notifications
You must be signed in to change notification settings - Fork 24
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
902a68a
commit 311ad56
Showing
31 changed files
with
1,991 additions
and
62 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,386 @@ | ||
// !$*UTF8*$! | ||
{ | ||
archiveVersion = 1; | ||
classes = { | ||
}; | ||
objectVersion = 56; | ||
objects = { | ||
|
||
/* Begin PBXBuildFile section */ | ||
38DC6EA9293FD48F006276F8 /* ExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38DC6EA8293FD48F006276F8 /* ExampleApp.swift */; }; | ||
38DC6EAB293FD48F006276F8 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38DC6EAA293FD48F006276F8 /* ContentView.swift */; }; | ||
38DC6EAD293FD490006276F8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 38DC6EAC293FD490006276F8 /* Assets.xcassets */; }; | ||
38DC6EB0293FD490006276F8 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 38DC6EAF293FD490006276F8 /* Preview Assets.xcassets */; }; | ||
38DC6EBA293FD4DD006276F8 /* Transmission in Frameworks */ = {isa = PBXBuildFile; productRef = 38DC6EB9293FD4DD006276F8 /* Transmission */; }; | ||
38DC6EBE293FD8B3006276F8 /* FullscreenSheetTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38DC6EBD293FD8B3006276F8 /* FullscreenSheetTransition.swift */; }; | ||
38DC6EC0293FDA39006276F8 /* HeroMoveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38DC6EBF293FDA39006276F8 /* HeroMoveTransition.swift */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
38DC6EA5293FD48F006276F8 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
38DC6EA8293FD48F006276F8 /* ExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleApp.swift; sourceTree = "<group>"; }; | ||
38DC6EAA293FD48F006276F8 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; | ||
38DC6EAC293FD490006276F8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | ||
38DC6EAF293FD490006276F8 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; | ||
38DC6EB7293FD4A4006276F8 /* Transmission */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Transmission; path = ..; sourceTree = "<group>"; }; | ||
38DC6EBD293FD8B3006276F8 /* FullscreenSheetTransition.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FullscreenSheetTransition.swift; sourceTree = "<group>"; }; | ||
38DC6EBF293FDA39006276F8 /* HeroMoveTransition.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HeroMoveTransition.swift; sourceTree = "<group>"; }; | ||
38DC6EC1293FF784006276F8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; | ||
/* End PBXFileReference section */ | ||
|
||
/* Begin PBXFrameworksBuildPhase section */ | ||
38DC6EA2293FD48F006276F8 /* Frameworks */ = { | ||
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
38DC6EBA293FD4DD006276F8 /* Transmission in Frameworks */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXFrameworksBuildPhase section */ | ||
|
||
/* Begin PBXGroup section */ | ||
38DC6E9C293FD48F006276F8 = { | ||
isa = PBXGroup; | ||
children = ( | ||
38DC6EB6293FD4A4006276F8 /* Packages */, | ||
38DC6EA7293FD48F006276F8 /* Example */, | ||
38DC6EA6293FD48F006276F8 /* Products */, | ||
38DC6EB8293FD4DD006276F8 /* Frameworks */, | ||
); | ||
sourceTree = "<group>"; | ||
}; | ||
38DC6EA6293FD48F006276F8 /* Products */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
38DC6EA5293FD48F006276F8 /* Example.app */, | ||
); | ||
name = Products; | ||
sourceTree = "<group>"; | ||
}; | ||
38DC6EA7293FD48F006276F8 /* Example */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
38DC6EC1293FF784006276F8 /* Info.plist */, | ||
38DC6EA8293FD48F006276F8 /* ExampleApp.swift */, | ||
38DC6EAA293FD48F006276F8 /* ContentView.swift */, | ||
38DC6EBD293FD8B3006276F8 /* FullscreenSheetTransition.swift */, | ||
38DC6EBF293FDA39006276F8 /* HeroMoveTransition.swift */, | ||
38DC6EAC293FD490006276F8 /* Assets.xcassets */, | ||
38DC6EAE293FD490006276F8 /* Preview Content */, | ||
); | ||
path = Example; | ||
sourceTree = "<group>"; | ||
}; | ||
38DC6EAE293FD490006276F8 /* Preview Content */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
38DC6EAF293FD490006276F8 /* Preview Assets.xcassets */, | ||
); | ||
path = "Preview Content"; | ||
sourceTree = "<group>"; | ||
}; | ||
38DC6EB6293FD4A4006276F8 /* Packages */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
38DC6EB7293FD4A4006276F8 /* Transmission */, | ||
); | ||
name = Packages; | ||
sourceTree = "<group>"; | ||
}; | ||
38DC6EB8293FD4DD006276F8 /* Frameworks */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
); | ||
name = Frameworks; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXGroup section */ | ||
|
||
/* Begin PBXNativeTarget section */ | ||
38DC6EA4293FD48F006276F8 /* Example */ = { | ||
isa = PBXNativeTarget; | ||
buildConfigurationList = 38DC6EB3293FD490006276F8 /* Build configuration list for PBXNativeTarget "Example" */; | ||
buildPhases = ( | ||
38DC6EA1293FD48F006276F8 /* Sources */, | ||
38DC6EA2293FD48F006276F8 /* Frameworks */, | ||
38DC6EA3293FD48F006276F8 /* Resources */, | ||
); | ||
buildRules = ( | ||
); | ||
dependencies = ( | ||
); | ||
name = Example; | ||
packageProductDependencies = ( | ||
38DC6EB9293FD4DD006276F8 /* Transmission */, | ||
); | ||
productName = Example; | ||
productReference = 38DC6EA5293FD48F006276F8 /* Example.app */; | ||
productType = "com.apple.product-type.application"; | ||
}; | ||
/* End PBXNativeTarget section */ | ||
|
||
/* Begin PBXProject section */ | ||
38DC6E9D293FD48F006276F8 /* Project object */ = { | ||
isa = PBXProject; | ||
attributes = { | ||
BuildIndependentTargetsInParallel = 1; | ||
LastSwiftUpdateCheck = 1410; | ||
LastUpgradeCheck = 1410; | ||
TargetAttributes = { | ||
38DC6EA4293FD48F006276F8 = { | ||
CreatedOnToolsVersion = 14.1; | ||
}; | ||
}; | ||
}; | ||
buildConfigurationList = 38DC6EA0293FD48F006276F8 /* Build configuration list for PBXProject "Example" */; | ||
compatibilityVersion = "Xcode 14.0"; | ||
developmentRegion = en; | ||
hasScannedForEncodings = 0; | ||
knownRegions = ( | ||
en, | ||
Base, | ||
); | ||
mainGroup = 38DC6E9C293FD48F006276F8; | ||
productRefGroup = 38DC6EA6293FD48F006276F8 /* Products */; | ||
projectDirPath = ""; | ||
projectRoot = ""; | ||
targets = ( | ||
38DC6EA4293FD48F006276F8 /* Example */, | ||
); | ||
}; | ||
/* End PBXProject section */ | ||
|
||
/* Begin PBXResourcesBuildPhase section */ | ||
38DC6EA3293FD48F006276F8 /* Resources */ = { | ||
isa = PBXResourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
38DC6EB0293FD490006276F8 /* Preview Assets.xcassets in Resources */, | ||
38DC6EAD293FD490006276F8 /* Assets.xcassets in Resources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXResourcesBuildPhase section */ | ||
|
||
/* Begin PBXSourcesBuildPhase section */ | ||
38DC6EA1293FD48F006276F8 /* Sources */ = { | ||
isa = PBXSourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
38DC6EBE293FD8B3006276F8 /* FullscreenSheetTransition.swift in Sources */, | ||
38DC6EAB293FD48F006276F8 /* ContentView.swift in Sources */, | ||
38DC6EA9293FD48F006276F8 /* ExampleApp.swift in Sources */, | ||
38DC6EC0293FDA39006276F8 /* HeroMoveTransition.swift in Sources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXSourcesBuildPhase section */ | ||
|
||
/* Begin XCBuildConfiguration section */ | ||
38DC6EB1293FD490006276F8 /* 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.1; | ||
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; | ||
}; | ||
38DC6EB2293FD490006276F8 /* 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.1; | ||
MTL_ENABLE_DEBUG_INFO = NO; | ||
MTL_FAST_MATH = YES; | ||
SDKROOT = iphoneos; | ||
SWIFT_COMPILATION_MODE = wholemodule; | ||
SWIFT_OPTIMIZATION_LEVEL = "-O"; | ||
VALIDATE_PRODUCT = YES; | ||
}; | ||
name = Release; | ||
}; | ||
38DC6EB4293FD490006276F8 /* 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 = "\"Example/Preview Content\""; | ||
DEVELOPMENT_TEAM = JH5XJ55XGZ; | ||
ENABLE_PREVIEWS = YES; | ||
GENERATE_INFOPLIST_FILE = YES; | ||
INFOPLIST_FILE = Example/Info.plist; | ||
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.nathantannar.Example; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
SWIFT_EMIT_LOC_STRINGS = YES; | ||
SWIFT_VERSION = 5.0; | ||
TARGETED_DEVICE_FAMILY = "1,2"; | ||
}; | ||
name = Debug; | ||
}; | ||
38DC6EB5293FD490006276F8 /* 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 = "\"Example/Preview Content\""; | ||
DEVELOPMENT_TEAM = JH5XJ55XGZ; | ||
ENABLE_PREVIEWS = YES; | ||
GENERATE_INFOPLIST_FILE = YES; | ||
INFOPLIST_FILE = Example/Info.plist; | ||
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.nathantannar.Example; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
SWIFT_EMIT_LOC_STRINGS = YES; | ||
SWIFT_VERSION = 5.0; | ||
TARGETED_DEVICE_FAMILY = "1,2"; | ||
}; | ||
name = Release; | ||
}; | ||
/* End XCBuildConfiguration section */ | ||
|
||
/* Begin XCConfigurationList section */ | ||
38DC6EA0293FD48F006276F8 /* Build configuration list for PBXProject "Example" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
38DC6EB1293FD490006276F8 /* Debug */, | ||
38DC6EB2293FD490006276F8 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
38DC6EB3293FD490006276F8 /* Build configuration list for PBXNativeTarget "Example" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
38DC6EB4293FD490006276F8 /* Debug */, | ||
38DC6EB5293FD490006276F8 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
/* End XCConfigurationList section */ | ||
|
||
/* Begin XCSwiftPackageProductDependency section */ | ||
38DC6EB9293FD4DD006276F8 /* Transmission */ = { | ||
isa = XCSwiftPackageProductDependency; | ||
productName = Transmission; | ||
}; | ||
/* End XCSwiftPackageProductDependency section */ | ||
}; | ||
rootObject = 38DC6E9D293FD48F006276F8 /* Project object */; | ||
} |
7 changes: 7 additions & 0 deletions
7
Example/Example.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.
Oops, something went wrong.