From a12aa0c10d7e35ffe76c5eaac75faaef5b54e065 Mon Sep 17 00:00:00 2001 From: Daniel Chuang Date: Wed, 4 Sep 2024 18:19:16 -0400 Subject: [PATCH] Initial xcode setup --- .DS_Store | Bin 0 -> 6148 bytes notes.txt | 10 + score-ios.xcodeproj/project.pbxproj | 593 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + score-ios/.DS_Store | Bin 0 -> 6148 bytes .../AccentColor.colorset/Contents.json | 11 + .../AppIcon.appiconset/Contents.json | 13 + score-ios/Assets.xcassets/Contents.json | 6 + score-ios/ContentView.swift | 24 + .../Preview Assets.xcassets/Contents.json | 6 + score-ios/score_iosApp.swift | 17 + score-iosTests/score_iosTests.swift | 36 ++ score-iosUITests/score_iosUITests.swift | 41 ++ .../score_iosUITestsLaunchTests.swift | 32 + 15 files changed, 804 insertions(+) create mode 100644 .DS_Store create mode 100644 notes.txt create mode 100644 score-ios.xcodeproj/project.pbxproj create mode 100644 score-ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 score-ios.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 score-ios/.DS_Store create mode 100644 score-ios/Assets.xcassets/AccentColor.colorset/Contents.json create mode 100644 score-ios/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 score-ios/Assets.xcassets/Contents.json create mode 100644 score-ios/ContentView.swift create mode 100644 score-ios/Preview Content/Preview Assets.xcassets/Contents.json create mode 100644 score-ios/score_iosApp.swift create mode 100644 score-iosTests/score_iosTests.swift create mode 100644 score-iosUITests/score_iosUITests.swift create mode 100644 score-iosUITests/score_iosUITestsLaunchTests.swift diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..d635215524bea3de49fa2adec560dff3119b3348 GIT binary patch literal 6148 zcmeHK!Ab)$5PhjdDjw|7Twt*&q23@eW!{!5%aq%^)h0He5xH$?;FhYt5muuCU z_>Bt4-tD2p6a}v7@B3#Nr`*liWZdozZI&;+{su;7lVmWl12P&9&o7Vn$x~_3iRva8k~T8Q-Xj9_}#bx<|;+!Z~EsCF2pZEhOl3tk39-eQM#dWr$^5>TXzL zk+Z7H3X3t@KIh1&=#;${j@+yR$L_E)cg$Ok^e`l2#(7#CeTxssw61#N?r=4yVKp0e zWoiF3R0ULl|E>VfY_Z0!M{QLBRX`P3C?Ma5h%OihtUS6;2OD<g#z=Z{=DOzcrxRX`P3Rbb0^ zn{xgie}4a8C23C;PzC;!0;Znyl0z;joULn%le0FWU(m&*uJX8`FmOjPYvm~3r#oXl Xl7JWotUNM9(;opRgEp$bk1FsAwGwf! literal 0 HcmV?d00001 diff --git a/notes.txt b/notes.txt new file mode 100644 index 0000000..6eb0f72 --- /dev/null +++ b/notes.txt @@ -0,0 +1,10 @@ +Make constants file + +Normal models + +pushpolling much later + +File structure setup: +-Specific flows should have their own folders +-Look at Uplift Swift-UI for ideal setup + diff --git a/score-ios.xcodeproj/project.pbxproj b/score-ios.xcodeproj/project.pbxproj new file mode 100644 index 0000000..4ad4362 --- /dev/null +++ b/score-ios.xcodeproj/project.pbxproj @@ -0,0 +1,593 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 56; + objects = { + +/* Begin PBXBuildFile section */ + CE725D3C2C89120200386943 /* score_iosApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE725D3B2C89120200386943 /* score_iosApp.swift */; }; + CE725D3E2C89120200386943 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE725D3D2C89120200386943 /* ContentView.swift */; }; + CE725D402C89120400386943 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CE725D3F2C89120400386943 /* Assets.xcassets */; }; + CE725D432C89120400386943 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CE725D422C89120400386943 /* Preview Assets.xcassets */; }; + CE725D4D2C89120500386943 /* score_iosTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE725D4C2C89120500386943 /* score_iosTests.swift */; }; + CE725D572C89120500386943 /* score_iosUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE725D562C89120500386943 /* score_iosUITests.swift */; }; + CE725D592C89120500386943 /* score_iosUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE725D582C89120500386943 /* score_iosUITestsLaunchTests.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + CE725D492C89120500386943 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = CE725D302C89120100386943 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CE725D372C89120200386943; + remoteInfo = "score-ios"; + }; + CE725D532C89120500386943 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = CE725D302C89120100386943 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CE725D372C89120200386943; + remoteInfo = "score-ios"; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + CE725D382C89120200386943 /* score-ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "score-ios.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + CE725D3B2C89120200386943 /* score_iosApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = score_iosApp.swift; sourceTree = ""; }; + CE725D3D2C89120200386943 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; + CE725D3F2C89120400386943 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + CE725D422C89120400386943 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; + CE725D482C89120500386943 /* score-iosTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "score-iosTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + CE725D4C2C89120500386943 /* score_iosTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = score_iosTests.swift; sourceTree = ""; }; + CE725D522C89120500386943 /* score-iosUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "score-iosUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + CE725D562C89120500386943 /* score_iosUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = score_iosUITests.swift; sourceTree = ""; }; + CE725D582C89120500386943 /* score_iosUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = score_iosUITestsLaunchTests.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + CE725D352C89120200386943 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CE725D452C89120500386943 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CE725D4F2C89120500386943 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + CE725D2F2C89120100386943 = { + isa = PBXGroup; + children = ( + CE725D3A2C89120200386943 /* score-ios */, + CE725D4B2C89120500386943 /* score-iosTests */, + CE725D552C89120500386943 /* score-iosUITests */, + CE725D392C89120200386943 /* Products */, + ); + sourceTree = ""; + }; + CE725D392C89120200386943 /* Products */ = { + isa = PBXGroup; + children = ( + CE725D382C89120200386943 /* score-ios.app */, + CE725D482C89120500386943 /* score-iosTests.xctest */, + CE725D522C89120500386943 /* score-iosUITests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + CE725D3A2C89120200386943 /* score-ios */ = { + isa = PBXGroup; + children = ( + CE725D3B2C89120200386943 /* score_iosApp.swift */, + CE725D3D2C89120200386943 /* ContentView.swift */, + CE725D3F2C89120400386943 /* Assets.xcassets */, + CE725D412C89120400386943 /* Preview Content */, + ); + path = "score-ios"; + sourceTree = ""; + }; + CE725D412C89120400386943 /* Preview Content */ = { + isa = PBXGroup; + children = ( + CE725D422C89120400386943 /* Preview Assets.xcassets */, + ); + path = "Preview Content"; + sourceTree = ""; + }; + CE725D4B2C89120500386943 /* score-iosTests */ = { + isa = PBXGroup; + children = ( + CE725D4C2C89120500386943 /* score_iosTests.swift */, + ); + path = "score-iosTests"; + sourceTree = ""; + }; + CE725D552C89120500386943 /* score-iosUITests */ = { + isa = PBXGroup; + children = ( + CE725D562C89120500386943 /* score_iosUITests.swift */, + CE725D582C89120500386943 /* score_iosUITestsLaunchTests.swift */, + ); + path = "score-iosUITests"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + CE725D372C89120200386943 /* score-ios */ = { + isa = PBXNativeTarget; + buildConfigurationList = CE725D5C2C89120500386943 /* Build configuration list for PBXNativeTarget "score-ios" */; + buildPhases = ( + CE725D342C89120200386943 /* Sources */, + CE725D352C89120200386943 /* Frameworks */, + CE725D362C89120200386943 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "score-ios"; + productName = "score-ios"; + productReference = CE725D382C89120200386943 /* score-ios.app */; + productType = "com.apple.product-type.application"; + }; + CE725D472C89120500386943 /* score-iosTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = CE725D5F2C89120500386943 /* Build configuration list for PBXNativeTarget "score-iosTests" */; + buildPhases = ( + CE725D442C89120500386943 /* Sources */, + CE725D452C89120500386943 /* Frameworks */, + CE725D462C89120500386943 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + CE725D4A2C89120500386943 /* PBXTargetDependency */, + ); + name = "score-iosTests"; + productName = "score-iosTests"; + productReference = CE725D482C89120500386943 /* score-iosTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + CE725D512C89120500386943 /* score-iosUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = CE725D622C89120500386943 /* Build configuration list for PBXNativeTarget "score-iosUITests" */; + buildPhases = ( + CE725D4E2C89120500386943 /* Sources */, + CE725D4F2C89120500386943 /* Frameworks */, + CE725D502C89120500386943 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + CE725D542C89120500386943 /* PBXTargetDependency */, + ); + name = "score-iosUITests"; + productName = "score-iosUITests"; + productReference = CE725D522C89120500386943 /* score-iosUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + CE725D302C89120100386943 /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 1510; + LastUpgradeCheck = 1510; + TargetAttributes = { + CE725D372C89120200386943 = { + CreatedOnToolsVersion = 15.1; + }; + CE725D472C89120500386943 = { + CreatedOnToolsVersion = 15.1; + TestTargetID = CE725D372C89120200386943; + }; + CE725D512C89120500386943 = { + CreatedOnToolsVersion = 15.1; + TestTargetID = CE725D372C89120200386943; + }; + }; + }; + buildConfigurationList = CE725D332C89120100386943 /* Build configuration list for PBXProject "score-ios" */; + compatibilityVersion = "Xcode 14.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = CE725D2F2C89120100386943; + productRefGroup = CE725D392C89120200386943 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + CE725D372C89120200386943 /* score-ios */, + CE725D472C89120500386943 /* score-iosTests */, + CE725D512C89120500386943 /* score-iosUITests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + CE725D362C89120200386943 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CE725D432C89120400386943 /* Preview Assets.xcassets in Resources */, + CE725D402C89120400386943 /* Assets.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CE725D462C89120500386943 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CE725D502C89120500386943 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + CE725D342C89120200386943 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CE725D3E2C89120200386943 /* ContentView.swift in Sources */, + CE725D3C2C89120200386943 /* score_iosApp.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CE725D442C89120500386943 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CE725D4D2C89120500386943 /* score_iosTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CE725D4E2C89120500386943 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CE725D572C89120500386943 /* score_iosUITests.swift in Sources */, + CE725D592C89120500386943 /* score_iosUITestsLaunchTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + CE725D4A2C89120500386943 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = CE725D372C89120200386943 /* score-ios */; + targetProxy = CE725D492C89120500386943 /* PBXContainerItemProxy */; + }; + CE725D542C89120500386943 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = CE725D372C89120200386943 /* score-ios */; + targetProxy = CE725D532C89120500386943 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + CE725D5A2C89120500386943 /* 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; + IPHONEOS_DEPLOYMENT_TARGET = 17.2; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + CE725D5B2C89120500386943 /* 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; + IPHONEOS_DEPLOYMENT_TARGET = 17.2; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + CE725D5D2C89120500386943 /* 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 = "\"score-ios/Preview Content\""; + DEVELOPMENT_TEAM = 9VB7SD8G8W; + 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 = "daniel-chuang.score-ios"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + CE725D5E2C89120500386943 /* 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 = "\"score-ios/Preview Content\""; + DEVELOPMENT_TEAM = 9VB7SD8G8W; + 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 = "daniel-chuang.score-ios"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + CE725D602C89120500386943 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 9VB7SD8G8W; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 17.2; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "daniel-chuang.score-iosTests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/score-ios.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/score-ios"; + }; + name = Debug; + }; + CE725D612C89120500386943 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 9VB7SD8G8W; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 17.2; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "daniel-chuang.score-iosTests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/score-ios.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/score-ios"; + }; + name = Release; + }; + CE725D632C89120500386943 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 9VB7SD8G8W; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "daniel-chuang.score-iosUITests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = "score-ios"; + }; + name = Debug; + }; + CE725D642C89120500386943 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 9VB7SD8G8W; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "daniel-chuang.score-iosUITests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = "score-ios"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + CE725D332C89120100386943 /* Build configuration list for PBXProject "score-ios" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CE725D5A2C89120500386943 /* Debug */, + CE725D5B2C89120500386943 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + CE725D5C2C89120500386943 /* Build configuration list for PBXNativeTarget "score-ios" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CE725D5D2C89120500386943 /* Debug */, + CE725D5E2C89120500386943 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + CE725D5F2C89120500386943 /* Build configuration list for PBXNativeTarget "score-iosTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CE725D602C89120500386943 /* Debug */, + CE725D612C89120500386943 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + CE725D622C89120500386943 /* Build configuration list for PBXNativeTarget "score-iosUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CE725D632C89120500386943 /* Debug */, + CE725D642C89120500386943 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = CE725D302C89120100386943 /* Project object */; +} diff --git a/score-ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/score-ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/score-ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/score-ios.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/score-ios.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/score-ios.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/score-ios/.DS_Store b/score-ios/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0