diff --git a/WekoutThotViewer/WekoutThotViewer.xcodeproj/project.pbxproj b/WekoutThotViewer/WekoutThotViewer.xcodeproj/project.pbxproj new file mode 100644 index 0000000..8e4869a --- /dev/null +++ b/WekoutThotViewer/WekoutThotViewer.xcodeproj/project.pbxproj @@ -0,0 +1,455 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 56; + objects = { + +/* Begin PBXBuildFile section */ + 1CC0930F2C21DE760004E1E6 /* WekoutThotViewerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC0930E2C21DE760004E1E6 /* WekoutThotViewerApp.swift */; }; + 1CC093112C21DE760004E1E6 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC093102C21DE760004E1E6 /* ContentView.swift */; }; + 1CC093132C21DE770004E1E6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1CC093122C21DE770004E1E6 /* Assets.xcassets */; }; + 1CC093162C21DE770004E1E6 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1CC093152C21DE770004E1E6 /* Preview Assets.xcassets */; }; + 1CC7CB842C21E18A001614B8 /* UserStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CB832C21E18A001614B8 /* UserStore.swift */; }; + 1CC7CB862C21E19C001614B8 /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CB852C21E19C001614B8 /* LoginView.swift */; }; + 1CC7CB962C21E24A001614B8 /* CompletedWorkout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CB952C21E24A001614B8 /* CompletedWorkout.swift */; }; + 1CC7CB982C21E24C001614B8 /* Equipment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CB972C21E24C001614B8 /* Equipment.swift */; }; + 1CC7CB9A2C21E24E001614B8 /* Exercise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CB992C21E24E001614B8 /* Exercise.swift */; }; + 1CC7CB9C2C21E251001614B8 /* Muscle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CB9B2C21E251001614B8 /* Muscle.swift */; }; + 1CC7CB9E2C21E253001614B8 /* PlannedWorkout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CB9D2C21E253001614B8 /* PlannedWorkout.swift */; }; + 1CC7CBA02C21E255001614B8 /* RegisteredUser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CB9F2C21E255001614B8 /* RegisteredUser.swift */; }; + 1CC7CBA22C21E258001614B8 /* Workout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CBA12C21E258001614B8 /* Workout.swift */; }; + 1CC7CBA42C21E25A001614B8 /* Superset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CBA32C21E25A001614B8 /* Superset.swift */; }; + 1CC7CBA62C21E25E001614B8 /* NSFWVideo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CBA52C21E25E001614B8 /* NSFWVideo.swift */; }; + 1CC7CBA82C21E261001614B8 /* AudioQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CBA72C21E261001614B8 /* AudioQueue.swift */; }; + 1CC7CBAA2C21E26C001614B8 /* BaseURLs.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CBA92C21E26C001614B8 /* BaseURLs.swift */; }; + 1CC7CBAC2C21E27B001614B8 /* Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CBAB2C21E27B001614B8 /* Network.swift */; }; + 1CC7CBAE2C21E27D001614B8 /* Fetchables.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CBAD2C21E27D001614B8 /* Fetchables.swift */; }; + 1CC7CBB02C21E288001614B8 /* Keychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CBAF2C21E288001614B8 /* Keychain.swift */; }; + 1CC7CBB22C21E29F001614B8 /* PreviewData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CBB12C21E29F001614B8 /* PreviewData.swift */; }; + 1CC7CBCF2C21E42C001614B8 /* DataStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CBCE2C21E42C001614B8 /* DataStore.swift */; }; + 1CC7CBD12C21E5FA001614B8 /* PlayerUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CBD02C21E5FA001614B8 /* PlayerUIView.swift */; }; + 1CC7CBD32C21E678001614B8 /* ThotStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CBD22C21E678001614B8 /* ThotStyle.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 1CC0930B2C21DE760004E1E6 /* WekoutThotViewer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WekoutThotViewer.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 1CC0930E2C21DE760004E1E6 /* WekoutThotViewerApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WekoutThotViewerApp.swift; sourceTree = ""; }; + 1CC093102C21DE760004E1E6 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; + 1CC093122C21DE770004E1E6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 1CC093152C21DE770004E1E6 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; + 1CC7CB7B2C21E089001614B8 /* RegisteredUser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegisteredUser.swift; sourceTree = ""; }; + 1CC7CB7E2C21E0CA001614B8 /* Werkout_ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; path = Werkout_ios.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 1CC7CB802C21E0E7001614B8 /* Werkout_ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; path = Werkout_ios.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 1CC7CB822C21E17C001614B8 /* UserStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = UserStore.swift; path = ../iphone/Werkout_ios/UserStore.swift; sourceTree = ""; }; + 1CC7CB832C21E18A001614B8 /* UserStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = UserStore.swift; path = ../iphone/Werkout_ios/UserStore.swift; sourceTree = ""; }; + 1CC7CB852C21E19C001614B8 /* LoginView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = LoginView.swift; path = ../iphone/Werkout_ios/Views/Login/LoginView.swift; sourceTree = ""; }; + 1CC7CB872C21E1C0001614B8 /* PlannedWorkout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = PlannedWorkout.swift; path = ../iphone/Werkout_ios/APIModels/PlannedWorkout.swift; sourceTree = ""; }; + 1CC7CB892C21E1C4001614B8 /* RegisteredUser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = RegisteredUser.swift; path = ../iphone/Werkout_ios/APIModels/RegisteredUser.swift; sourceTree = ""; }; + 1CC7CB8B2C21E1E6001614B8 /* Workout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Workout.swift; path = ../iphone/Werkout_ios/APIModels/Workout.swift; sourceTree = ""; }; + 1CC7CB8D2C21E1F7001614B8 /* CompletedWorkout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = CompletedWorkout.swift; path = ../iphone/Werkout_ios/APIModels/CompletedWorkout.swift; sourceTree = ""; }; + 1CC7CB8F2C21E1FA001614B8 /* Equipment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Equipment.swift; path = ../iphone/Werkout_ios/APIModels/Equipment.swift; sourceTree = ""; }; + 1CC7CB912C21E1FE001614B8 /* Exercise.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Exercise.swift; path = ../iphone/Werkout_ios/APIModels/Exercise.swift; sourceTree = ""; }; + 1CC7CB932C21E224001614B8 /* CompletedWorkout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = CompletedWorkout.swift; path = ../iphone/Werkout_ios/APIModels/CompletedWorkout.swift; sourceTree = ""; }; + 1CC7CB952C21E24A001614B8 /* CompletedWorkout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = CompletedWorkout.swift; path = ../iphone/Werkout_ios/APIModels/CompletedWorkout.swift; sourceTree = ""; }; + 1CC7CB972C21E24C001614B8 /* Equipment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Equipment.swift; path = ../iphone/Werkout_ios/APIModels/Equipment.swift; sourceTree = ""; }; + 1CC7CB992C21E24E001614B8 /* Exercise.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Exercise.swift; path = ../iphone/Werkout_ios/APIModels/Exercise.swift; sourceTree = ""; }; + 1CC7CB9B2C21E251001614B8 /* Muscle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Muscle.swift; path = ../iphone/Werkout_ios/APIModels/Muscle.swift; sourceTree = ""; }; + 1CC7CB9D2C21E253001614B8 /* PlannedWorkout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = PlannedWorkout.swift; path = ../iphone/Werkout_ios/APIModels/PlannedWorkout.swift; sourceTree = ""; }; + 1CC7CB9F2C21E255001614B8 /* RegisteredUser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = RegisteredUser.swift; path = ../iphone/Werkout_ios/APIModels/RegisteredUser.swift; sourceTree = ""; }; + 1CC7CBA12C21E258001614B8 /* Workout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Workout.swift; path = ../iphone/Werkout_ios/APIModels/Workout.swift; sourceTree = ""; }; + 1CC7CBA32C21E25A001614B8 /* Superset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Superset.swift; path = ../iphone/Werkout_ios/APIModels/Superset.swift; sourceTree = ""; }; + 1CC7CBA52C21E25E001614B8 /* NSFWVideo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = NSFWVideo.swift; path = ../iphone/Werkout_ios/APIModels/NSFWVideo.swift; sourceTree = ""; }; + 1CC7CBA72C21E261001614B8 /* AudioQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AudioQueue.swift; path = ../iphone/Werkout_ios/APIModels/AudioQueue.swift; sourceTree = ""; }; + 1CC7CBA92C21E26C001614B8 /* BaseURLs.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = BaseURLs.swift; path = ../iphone/Werkout_ios/BaseURLs.swift; sourceTree = ""; }; + 1CC7CBAB2C21E27B001614B8 /* Network.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Network.swift; path = ../iphone/Werkout_ios/Network/Network.swift; sourceTree = ""; }; + 1CC7CBAD2C21E27D001614B8 /* Fetchables.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Fetchables.swift; path = ../iphone/Werkout_ios/Network/Fetchables.swift; sourceTree = ""; }; + 1CC7CBAF2C21E288001614B8 /* Keychain.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Keychain.swift; path = ../iphone/Werkout_ios/Keychain.swift; sourceTree = ""; }; + 1CC7CBB12C21E29F001614B8 /* PreviewData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = PreviewData.swift; path = ../iphone/Werkout_ios/JSON/PreviewData.swift; sourceTree = ""; }; + 1CC7CBB32C21E2B0001614B8 /* LoginView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = LoginView.swift; path = ../iphone/Werkout_ios/Views/Login/LoginView.swift; sourceTree = ""; }; + 1CC7CBCE2C21E42C001614B8 /* DataStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = DataStore.swift; path = ../iphone/Werkout_ios/DataStore.swift; sourceTree = ""; }; + 1CC7CBD02C21E5FA001614B8 /* PlayerUIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = PlayerUIView.swift; path = ../iphone/Werkout_ios/subview/PlayerUIView.swift; sourceTree = ""; }; + 1CC7CBD22C21E678001614B8 /* ThotStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ThotStyle.swift; path = ../iphone/Werkout_ios/ThotStyle.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 1CC093082C21DE760004E1E6 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 1CC093022C21DE760004E1E6 = { + isa = PBXGroup; + children = ( + 1CC7CBD22C21E678001614B8 /* ThotStyle.swift */, + 1CC7CBD02C21E5FA001614B8 /* PlayerUIView.swift */, + 1CC7CBCE2C21E42C001614B8 /* DataStore.swift */, + 1CC7CBB32C21E2B0001614B8 /* LoginView.swift */, + 1CC7CBB12C21E29F001614B8 /* PreviewData.swift */, + 1CC7CBAF2C21E288001614B8 /* Keychain.swift */, + 1CC7CBAD2C21E27D001614B8 /* Fetchables.swift */, + 1CC7CBAB2C21E27B001614B8 /* Network.swift */, + 1CC7CBA92C21E26C001614B8 /* BaseURLs.swift */, + 1CC7CBA72C21E261001614B8 /* AudioQueue.swift */, + 1CC7CBA52C21E25E001614B8 /* NSFWVideo.swift */, + 1CC7CBA32C21E25A001614B8 /* Superset.swift */, + 1CC7CBA12C21E258001614B8 /* Workout.swift */, + 1CC7CB9F2C21E255001614B8 /* RegisteredUser.swift */, + 1CC7CB9D2C21E253001614B8 /* PlannedWorkout.swift */, + 1CC7CB9B2C21E251001614B8 /* Muscle.swift */, + 1CC7CB992C21E24E001614B8 /* Exercise.swift */, + 1CC7CB972C21E24C001614B8 /* Equipment.swift */, + 1CC7CB932C21E224001614B8 /* CompletedWorkout.swift */, + 1CC7CB952C21E24A001614B8 /* CompletedWorkout.swift */, + 1CC7CB912C21E1FE001614B8 /* Exercise.swift */, + 1CC7CB8F2C21E1FA001614B8 /* Equipment.swift */, + 1CC7CB8D2C21E1F7001614B8 /* CompletedWorkout.swift */, + 1CC7CB8B2C21E1E6001614B8 /* Workout.swift */, + 1CC7CB892C21E1C4001614B8 /* RegisteredUser.swift */, + 1CC7CB872C21E1C0001614B8 /* PlannedWorkout.swift */, + 1CC7CB852C21E19C001614B8 /* LoginView.swift */, + 1CC7CB832C21E18A001614B8 /* UserStore.swift */, + 1CC0930D2C21DE760004E1E6 /* WekoutThotViewer */, + 1CC0930C2C21DE760004E1E6 /* Products */, + 1CC7CB7D2C21E0CA001614B8 /* Frameworks */, + ); + sourceTree = ""; + }; + 1CC0930C2C21DE760004E1E6 /* Products */ = { + isa = PBXGroup; + children = ( + 1CC0930B2C21DE760004E1E6 /* WekoutThotViewer.app */, + ); + name = Products; + sourceTree = ""; + }; + 1CC0930D2C21DE760004E1E6 /* WekoutThotViewer */ = { + isa = PBXGroup; + children = ( + 1CC0930E2C21DE760004E1E6 /* WekoutThotViewerApp.swift */, + 1CC7CB7B2C21E089001614B8 /* RegisteredUser.swift */, + 1CC093102C21DE760004E1E6 /* ContentView.swift */, + 1CC093122C21DE770004E1E6 /* Assets.xcassets */, + 1CC093142C21DE770004E1E6 /* Preview Content */, + ); + path = WekoutThotViewer; + sourceTree = ""; + }; + 1CC093142C21DE770004E1E6 /* Preview Content */ = { + isa = PBXGroup; + children = ( + 1CC093152C21DE770004E1E6 /* Preview Assets.xcassets */, + ); + path = "Preview Content"; + sourceTree = ""; + }; + 1CC7CB7D2C21E0CA001614B8 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 1CC7CB822C21E17C001614B8 /* UserStore.swift */, + 1CC7CB802C21E0E7001614B8 /* Werkout_ios.app */, + 1CC7CB7E2C21E0CA001614B8 /* Werkout_ios.app */, + ); + name = Frameworks; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 1CC0930A2C21DE760004E1E6 /* WekoutThotViewer */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1CC093192C21DE770004E1E6 /* Build configuration list for PBXNativeTarget "WekoutThotViewer" */; + buildPhases = ( + 1CC093072C21DE760004E1E6 /* Sources */, + 1CC093082C21DE760004E1E6 /* Frameworks */, + 1CC093092C21DE760004E1E6 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = WekoutThotViewer; + productName = WekoutThotViewer; + productReference = 1CC0930B2C21DE760004E1E6 /* WekoutThotViewer.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 1CC093032C21DE760004E1E6 /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 1530; + LastUpgradeCheck = 1530; + TargetAttributes = { + 1CC0930A2C21DE760004E1E6 = { + CreatedOnToolsVersion = 15.3; + }; + }; + }; + buildConfigurationList = 1CC093062C21DE760004E1E6 /* Build configuration list for PBXProject "WekoutThotViewer" */; + compatibilityVersion = "Xcode 14.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 1CC093022C21DE760004E1E6; + productRefGroup = 1CC0930C2C21DE760004E1E6 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 1CC0930A2C21DE760004E1E6 /* WekoutThotViewer */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 1CC093092C21DE760004E1E6 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1CC093162C21DE770004E1E6 /* Preview Assets.xcassets in Resources */, + 1CC093132C21DE770004E1E6 /* Assets.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 1CC093072C21DE760004E1E6 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1CC7CBD32C21E678001614B8 /* ThotStyle.swift in Sources */, + 1CC7CBD12C21E5FA001614B8 /* PlayerUIView.swift in Sources */, + 1CC7CBCF2C21E42C001614B8 /* DataStore.swift in Sources */, + 1CC7CB862C21E19C001614B8 /* LoginView.swift in Sources */, + 1CC7CBB22C21E29F001614B8 /* PreviewData.swift in Sources */, + 1CC7CBB02C21E288001614B8 /* Keychain.swift in Sources */, + 1CC7CBAC2C21E27B001614B8 /* Network.swift in Sources */, + 1CC7CBAE2C21E27D001614B8 /* Fetchables.swift in Sources */, + 1CC7CBAA2C21E26C001614B8 /* BaseURLs.swift in Sources */, + 1CC7CB962C21E24A001614B8 /* CompletedWorkout.swift in Sources */, + 1CC7CB982C21E24C001614B8 /* Equipment.swift in Sources */, + 1CC7CB9A2C21E24E001614B8 /* Exercise.swift in Sources */, + 1CC7CB9C2C21E251001614B8 /* Muscle.swift in Sources */, + 1CC7CB9E2C21E253001614B8 /* PlannedWorkout.swift in Sources */, + 1CC7CBA02C21E255001614B8 /* RegisteredUser.swift in Sources */, + 1CC7CBA22C21E258001614B8 /* Workout.swift in Sources */, + 1CC7CBA42C21E25A001614B8 /* Superset.swift in Sources */, + 1CC7CBA62C21E25E001614B8 /* NSFWVideo.swift in Sources */, + 1CC7CBA82C21E261001614B8 /* AudioQueue.swift in Sources */, + 1CC093112C21DE760004E1E6 /* ContentView.swift in Sources */, + 1CC7CB842C21E18A001614B8 /* UserStore.swift in Sources */, + 1CC0930F2C21DE760004E1E6 /* WekoutThotViewerApp.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 1CC093172C21DE770004E1E6 /* 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; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = appletvos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TVOS_DEPLOYMENT_TARGET = 17.4; + }; + name = Debug; + }; + 1CC093182C21DE770004E1E6 /* 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; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = appletvos; + SWIFT_COMPILATION_MODE = wholemodule; + TVOS_DEPLOYMENT_TARGET = 17.4; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 1CC0931A2C21DE770004E1E6 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_ASSET_PATHS = "\"WekoutThotViewer/Preview Content\""; + DEVELOPMENT_TEAM = V3PF3M6B6U; + ENABLE_PREVIEWS = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_UILaunchScreen_Generation = YES; + INFOPLIST_KEY_UIUserInterfaceStyle = Automatic; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "com.t-t.WekoutThotViewer"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = 3; + }; + name = Debug; + }; + 1CC0931B2C21DE770004E1E6 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_ASSET_PATHS = "\"WekoutThotViewer/Preview Content\""; + DEVELOPMENT_TEAM = V3PF3M6B6U; + ENABLE_PREVIEWS = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_UILaunchScreen_Generation = YES; + INFOPLIST_KEY_UIUserInterfaceStyle = Automatic; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "com.t-t.WekoutThotViewer"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = 3; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 1CC093062C21DE760004E1E6 /* Build configuration list for PBXProject "WekoutThotViewer" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1CC093172C21DE770004E1E6 /* Debug */, + 1CC093182C21DE770004E1E6 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1CC093192C21DE770004E1E6 /* Build configuration list for PBXNativeTarget "WekoutThotViewer" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1CC0931A2C21DE770004E1E6 /* Debug */, + 1CC0931B2C21DE770004E1E6 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 1CC093032C21DE760004E1E6 /* Project object */; +} diff --git a/Werkout_ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/WekoutThotViewer/WekoutThotViewer.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from Werkout_ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to WekoutThotViewer/WekoutThotViewer.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/Werkout_ios.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/WekoutThotViewer/WekoutThotViewer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from Werkout_ios.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to WekoutThotViewer/WekoutThotViewer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/Werkout_ios/Assets.xcassets/AccentColor.colorset/Contents.json b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/AccentColor.colorset/Contents.json similarity index 100% rename from Werkout_ios/Assets.xcassets/AccentColor.colorset/Contents.json rename to WekoutThotViewer/WekoutThotViewer/Assets.xcassets/AccentColor.colorset/Contents.json diff --git a/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/Contents.json b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..2e00335 --- /dev/null +++ b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,11 @@ +{ + "images" : [ + { + "idiom" : "tv" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Werkout_ios/Assets.xcassets/Contents.json b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Contents.json similarity index 100% rename from Werkout_ios/Assets.xcassets/Contents.json rename to WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Contents.json diff --git a/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Contents.json b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Contents.json new file mode 100644 index 0000000..de59d88 --- /dev/null +++ b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Contents.json @@ -0,0 +1,17 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "layers" : [ + { + "filename" : "Front.imagestacklayer" + }, + { + "filename" : "Middle.imagestacklayer" + }, + { + "filename" : "Back.imagestacklayer" + } + ] +} diff --git a/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/Contents.json b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..2e00335 --- /dev/null +++ b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,11 @@ +{ + "images" : [ + { + "idiom" : "tv" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Werkout_ios/Preview Content/Preview Assets.xcassets/Contents.json b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Contents.json similarity index 100% rename from Werkout_ios/Preview Content/Preview Assets.xcassets/Contents.json rename to WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Contents.json diff --git a/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..2e00335 --- /dev/null +++ b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,11 @@ +{ + "images" : [ + { + "idiom" : "tv" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Werkout_watch Watch App/Assets.xcassets/Contents.json b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Contents.json similarity index 100% rename from Werkout_watch Watch App/Assets.xcassets/Contents.json rename to WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Contents.json diff --git a/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/Contents.json b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..795cce1 --- /dev/null +++ b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "idiom" : "tv", + "scale" : "1x" + }, + { + "idiom" : "tv", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Werkout_watch Watch App/Preview Content/Preview Assets.xcassets/Contents.json b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Contents.json similarity index 100% rename from Werkout_watch Watch App/Preview Content/Preview Assets.xcassets/Contents.json rename to WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Contents.json diff --git a/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Contents.json b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Contents.json new file mode 100644 index 0000000..de59d88 --- /dev/null +++ b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Contents.json @@ -0,0 +1,17 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "layers" : [ + { + "filename" : "Front.imagestacklayer" + }, + { + "filename" : "Middle.imagestacklayer" + }, + { + "filename" : "Back.imagestacklayer" + } + ] +} diff --git a/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/Contents.json b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..795cce1 --- /dev/null +++ b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "idiom" : "tv", + "scale" : "1x" + }, + { + "idiom" : "tv", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Contents.json b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..795cce1 --- /dev/null +++ b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "idiom" : "tv", + "scale" : "1x" + }, + { + "idiom" : "tv", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Contents.json b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json new file mode 100644 index 0000000..f47ba43 --- /dev/null +++ b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json @@ -0,0 +1,32 @@ +{ + "assets" : [ + { + "filename" : "App Icon - App Store.imagestack", + "idiom" : "tv", + "role" : "primary-app-icon", + "size" : "1280x768" + }, + { + "filename" : "App Icon.imagestack", + "idiom" : "tv", + "role" : "primary-app-icon", + "size" : "400x240" + }, + { + "filename" : "Top Shelf Image Wide.imageset", + "idiom" : "tv", + "role" : "top-shelf-image-wide", + "size" : "2320x720" + }, + { + "filename" : "Top Shelf Image.imageset", + "idiom" : "tv", + "role" : "top-shelf-image", + "size" : "1920x720" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json new file mode 100644 index 0000000..795cce1 --- /dev/null +++ b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "idiom" : "tv", + "scale" : "1x" + }, + { + "idiom" : "tv", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json new file mode 100644 index 0000000..795cce1 --- /dev/null +++ b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "idiom" : "tv", + "scale" : "1x" + }, + { + "idiom" : "tv", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/Contents.json b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/WekoutThotViewer/WekoutThotViewer/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/WekoutThotViewer/WekoutThotViewer/ContentView.swift b/WekoutThotViewer/WekoutThotViewer/ContentView.swift new file mode 100644 index 0000000..fd02e37 --- /dev/null +++ b/WekoutThotViewer/WekoutThotViewer/ContentView.swift @@ -0,0 +1,85 @@ +// +// ContentView.swift +// WekoutThotViewer +// +// Created by Trey Tartt on 6/18/24. +// + +import SwiftUI +import AVKit +import Combine + +struct ContentView: View { + @State public var needsUpdating: Bool = true + @State var isUpdating = false + @ObservedObject var dataStore = DataStore.shared + @State var nsfwVideos: [NSFWVideo]? + @State var avPlayer = AVPlayer(url: URL(string: "https://dev.werkout.fitness/media/exercise_videos/2_Dumbbell_Lateral_Lunges.mp4")!) + + let videoEnded = NotificationCenter.default.publisher(for: NSNotification.Name.AVPlayerItemDidPlayToEndTime) + + var body: some View { + VStack { + if isUpdating { + if isUpdating { + ProgressView() + .progressViewStyle(.circular) + } + } else { + PlayerView(player: $avPlayer) + .onAppear{ + avPlayer.play() + } + .onReceive(videoEnded){ _ in + playRandomVideo() + } + } + } + .onAppear(perform: { + maybeUpdateShit() + }) + } + + func playRandomVideo() { + if let video = nsfwVideos?.randomElement() { + playVideo(url: video.videoFile) + } + } + + func playVideo(url: String) { + let url = URL(string: BaseURLs.currentBaseURL + url) + avPlayer = AVPlayer(url: url!) + avPlayer.play() + } + + func maybeUpdateShit() { + UserStore.shared.setTreyDevRegisterdUser() + + if UserStore.shared.token != nil{ + if UserStore.shared.plannedWorkouts.isEmpty { + UserStore.shared.fetchPlannedWorkouts() + } + + if needsUpdating { + self.isUpdating = true + dataStore.fetchAllData(completion: { + DispatchQueue.main.async { + guard let allNSFWVideos = dataStore.allNSFWVideos else { + return + } + self.nsfwVideos = allNSFWVideos + self.isUpdating = false + + playRandomVideo() + } + + self.isUpdating = false + }) + } + } + } +} + +#Preview { + ContentView() +} diff --git a/WekoutThotViewer/WekoutThotViewer/Preview Content/Preview Assets.xcassets/Contents.json b/WekoutThotViewer/WekoutThotViewer/Preview Content/Preview Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/WekoutThotViewer/WekoutThotViewer/Preview Content/Preview Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/WekoutThotViewer/WekoutThotViewer/RegisteredUser.swift b/WekoutThotViewer/WekoutThotViewer/RegisteredUser.swift new file mode 100644 index 0000000..1f8e0d8 --- /dev/null +++ b/WekoutThotViewer/WekoutThotViewer/RegisteredUser.swift @@ -0,0 +1,31 @@ +// +// RegisteredUser.swift +// WekoutThotViewer +// +// Created by Trey Tartt on 6/18/24. +// + +import Foundation + +struct RegisteredUser: Codable, Hashable { + let id: Int + let firstName, lastName, image: String? + let nickName: String? + let token: String? + let email: String? + let hasNSFWToggle: Bool? + + enum CodingKeys: String, CodingKey { + case id + case firstName = "first_name" + case lastName = "last_name" + case image, token + case email = "email_address" + case nickName = "nick_name" + case hasNSFWToggle = "has_nsfw_toggle" + } + + var NSFWValue: Bool { + return hasNSFWToggle ?? false + } +} diff --git a/WekoutThotViewer/WekoutThotViewer/WekoutThotViewerApp.swift b/WekoutThotViewer/WekoutThotViewer/WekoutThotViewerApp.swift new file mode 100644 index 0000000..969ae1d --- /dev/null +++ b/WekoutThotViewer/WekoutThotViewer/WekoutThotViewerApp.swift @@ -0,0 +1,17 @@ +// +// WekoutThotViewerApp.swift +// WekoutThotViewer +// +// Created by Trey Tartt on 6/18/24. +// + +import SwiftUI + +@main +struct WekoutThotViewerApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +} diff --git a/Werkout.xcworkspace/contents.xcworkspacedata b/Werkout.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..55454b1 --- /dev/null +++ b/Werkout.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/Werkout.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Werkout.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/Werkout.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Werkout_ios.xcodeproj/xcuserdata/treyt.xcuserdatad/xcschemes/xcschememanagement.plist b/Werkout_ios.xcodeproj/xcuserdata/treyt.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index 78dfc75..0000000 --- a/Werkout_ios.xcodeproj/xcuserdata/treyt.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - SchemeUserState - - Werkout_ios.xcscheme_^#shared#^_ - - orderHint - 1 - - Werkout_watch Watch App.xcscheme_^#shared#^_ - - orderHint - 0 - - - SuppressBuildableAutocreation - - 1CF65A212A3972840042FFBD - - primary - - - 1CF65A922A452D270042FFBD - - primary - - - - - diff --git a/LaunchScreen.storyboard b/iphone/LaunchScreen.storyboard similarity index 100% rename from LaunchScreen.storyboard rename to iphone/LaunchScreen.storyboard diff --git a/Werkout-ios-Info.plist b/iphone/Werkout-ios-Info.plist similarity index 100% rename from Werkout-ios-Info.plist rename to iphone/Werkout-ios-Info.plist diff --git a/Werkout-watch-Watch-App-Info.plist b/iphone/Werkout-watch-Watch-App-Info.plist similarity index 100% rename from Werkout-watch-Watch-App-Info.plist rename to iphone/Werkout-watch-Watch-App-Info.plist diff --git a/Werkout_ios.xcodeproj/project.pbxproj b/iphone/Werkout_ios.xcodeproj/project.pbxproj similarity index 100% rename from Werkout_ios.xcodeproj/project.pbxproj rename to iphone/Werkout_ios.xcodeproj/project.pbxproj diff --git a/iphone/Werkout_ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/iphone/Werkout_ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/iphone/Werkout_ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/iphone/Werkout_ios.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/iphone/Werkout_ios.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/iphone/Werkout_ios.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Werkout_ios.xcodeproj/xcshareddata/xcschemes/Werkout_ios.xcscheme b/iphone/Werkout_ios.xcodeproj/xcshareddata/xcschemes/Werkout_ios.xcscheme similarity index 100% rename from Werkout_ios.xcodeproj/xcshareddata/xcschemes/Werkout_ios.xcscheme rename to iphone/Werkout_ios.xcodeproj/xcshareddata/xcschemes/Werkout_ios.xcscheme diff --git a/Werkout_ios.xcodeproj/xcshareddata/xcschemes/Werkout_watch Watch App.xcscheme b/iphone/Werkout_ios.xcodeproj/xcshareddata/xcschemes/Werkout_watch Watch App.xcscheme similarity index 100% rename from Werkout_ios.xcodeproj/xcshareddata/xcschemes/Werkout_watch Watch App.xcscheme rename to iphone/Werkout_ios.xcodeproj/xcshareddata/xcschemes/Werkout_watch Watch App.xcscheme diff --git a/Werkout_ios/APIModels/AudioQueue.swift b/iphone/Werkout_ios/APIModels/AudioQueue.swift similarity index 100% rename from Werkout_ios/APIModels/AudioQueue.swift rename to iphone/Werkout_ios/APIModels/AudioQueue.swift diff --git a/Werkout_ios/APIModels/CompletedWorkout.swift b/iphone/Werkout_ios/APIModels/CompletedWorkout.swift similarity index 100% rename from Werkout_ios/APIModels/CompletedWorkout.swift rename to iphone/Werkout_ios/APIModels/CompletedWorkout.swift diff --git a/Werkout_ios/APIModels/Equipment.swift b/iphone/Werkout_ios/APIModels/Equipment.swift similarity index 100% rename from Werkout_ios/APIModels/Equipment.swift rename to iphone/Werkout_ios/APIModels/Equipment.swift diff --git a/Werkout_ios/APIModels/Exercise.swift b/iphone/Werkout_ios/APIModels/Exercise.swift similarity index 100% rename from Werkout_ios/APIModels/Exercise.swift rename to iphone/Werkout_ios/APIModels/Exercise.swift diff --git a/Werkout_ios/APIModels/Muscle.swift b/iphone/Werkout_ios/APIModels/Muscle.swift similarity index 100% rename from Werkout_ios/APIModels/Muscle.swift rename to iphone/Werkout_ios/APIModels/Muscle.swift diff --git a/Werkout_ios/APIModels/NSFWVideo.swift b/iphone/Werkout_ios/APIModels/NSFWVideo.swift similarity index 100% rename from Werkout_ios/APIModels/NSFWVideo.swift rename to iphone/Werkout_ios/APIModels/NSFWVideo.swift diff --git a/Werkout_ios/APIModels/PlannedWorkout.swift b/iphone/Werkout_ios/APIModels/PlannedWorkout.swift similarity index 100% rename from Werkout_ios/APIModels/PlannedWorkout.swift rename to iphone/Werkout_ios/APIModels/PlannedWorkout.swift diff --git a/Werkout_ios/APIModels/RegisteredUser.swift b/iphone/Werkout_ios/APIModels/RegisteredUser.swift similarity index 100% rename from Werkout_ios/APIModels/RegisteredUser.swift rename to iphone/Werkout_ios/APIModels/RegisteredUser.swift diff --git a/Werkout_ios/APIModels/Superset.swift b/iphone/Werkout_ios/APIModels/Superset.swift similarity index 100% rename from Werkout_ios/APIModels/Superset.swift rename to iphone/Werkout_ios/APIModels/Superset.swift diff --git a/Werkout_ios/APIModels/Workout.swift b/iphone/Werkout_ios/APIModels/Workout.swift similarity index 100% rename from Werkout_ios/APIModels/Workout.swift rename to iphone/Werkout_ios/APIModels/Workout.swift diff --git a/Werkout_watch Watch App/Assets.xcassets/AccentColor.colorset/Contents.json b/iphone/Werkout_ios/Assets.xcassets/AccentColor.colorset/Contents.json similarity index 100% rename from Werkout_watch Watch App/Assets.xcassets/AccentColor.colorset/Contents.json rename to iphone/Werkout_ios/Assets.xcassets/AccentColor.colorset/Contents.json diff --git a/Werkout_ios/Assets.xcassets/AppIcon.appiconset/Contents.json b/iphone/Werkout_ios/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from Werkout_ios/Assets.xcassets/AppIcon.appiconset/Contents.json rename to iphone/Werkout_ios/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/Werkout_ios/Assets.xcassets/AppIcon.appiconset/icon 1.png b/iphone/Werkout_ios/Assets.xcassets/AppIcon.appiconset/icon 1.png similarity index 100% rename from Werkout_ios/Assets.xcassets/AppIcon.appiconset/icon 1.png rename to iphone/Werkout_ios/Assets.xcassets/AppIcon.appiconset/icon 1.png diff --git a/Werkout_ios/Assets.xcassets/AppIcon.appiconset/icon.png b/iphone/Werkout_ios/Assets.xcassets/AppIcon.appiconset/icon.png similarity index 100% rename from Werkout_ios/Assets.xcassets/AppIcon.appiconset/icon.png rename to iphone/Werkout_ios/Assets.xcassets/AppIcon.appiconset/icon.png diff --git a/iphone/Werkout_ios/Assets.xcassets/Contents.json b/iphone/Werkout_ios/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/iphone/Werkout_ios/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Werkout_ios/Assets.xcassets/appColor.colorset/Contents.json b/iphone/Werkout_ios/Assets.xcassets/appColor.colorset/Contents.json similarity index 100% rename from Werkout_ios/Assets.xcassets/appColor.colorset/Contents.json rename to iphone/Werkout_ios/Assets.xcassets/appColor.colorset/Contents.json diff --git a/Werkout_ios/Assets.xcassets/icon.imageset/Contents.json b/iphone/Werkout_ios/Assets.xcassets/icon.imageset/Contents.json similarity index 100% rename from Werkout_ios/Assets.xcassets/icon.imageset/Contents.json rename to iphone/Werkout_ios/Assets.xcassets/icon.imageset/Contents.json diff --git a/Werkout_ios/Assets.xcassets/icon.imageset/icon.pdf b/iphone/Werkout_ios/Assets.xcassets/icon.imageset/icon.pdf similarity index 100% rename from Werkout_ios/Assets.xcassets/icon.imageset/icon.pdf rename to iphone/Werkout_ios/Assets.xcassets/icon.imageset/icon.pdf diff --git a/Werkout_ios/BaseURLs.swift b/iphone/Werkout_ios/BaseURLs.swift similarity index 87% rename from Werkout_ios/BaseURLs.swift rename to iphone/Werkout_ios/BaseURLs.swift index 537f209..c43c8e6 100644 --- a/Werkout_ios/BaseURLs.swift +++ b/iphone/Werkout_ios/BaseURLs.swift @@ -12,6 +12,6 @@ enum BaseURLs: String { case dev = "https://dev.werkout.fitness" static var currentBaseURL: String { - return BaseURLs.local.rawValue + return BaseURLs.dev.rawValue } } diff --git a/Werkout_ios/BridgeModule.swift b/iphone/Werkout_ios/BridgeModule.swift similarity index 100% rename from Werkout_ios/BridgeModule.swift rename to iphone/Werkout_ios/BridgeModule.swift diff --git a/Werkout_ios/CurrentWorkoutInfo.swift b/iphone/Werkout_ios/CurrentWorkoutInfo.swift similarity index 100% rename from Werkout_ios/CurrentWorkoutInfo.swift rename to iphone/Werkout_ios/CurrentWorkoutInfo.swift diff --git a/Werkout_ios/DataStore.swift b/iphone/Werkout_ios/DataStore.swift similarity index 100% rename from Werkout_ios/DataStore.swift rename to iphone/Werkout_ios/DataStore.swift diff --git a/Werkout_ios/Extensions.swift b/iphone/Werkout_ios/Extensions.swift similarity index 100% rename from Werkout_ios/Extensions.swift rename to iphone/Werkout_ios/Extensions.swift diff --git a/Werkout_ios/HealthKitHelper.swift b/iphone/Werkout_ios/HealthKitHelper.swift similarity index 100% rename from Werkout_ios/HealthKitHelper.swift rename to iphone/Werkout_ios/HealthKitHelper.swift diff --git a/Werkout_ios/JSON/AllMuscles.json b/iphone/Werkout_ios/JSON/AllMuscles.json similarity index 100% rename from Werkout_ios/JSON/AllMuscles.json rename to iphone/Werkout_ios/JSON/AllMuscles.json diff --git a/Werkout_ios/JSON/AllWorkouts.json b/iphone/Werkout_ios/JSON/AllWorkouts.json similarity index 100% rename from Werkout_ios/JSON/AllWorkouts.json rename to iphone/Werkout_ios/JSON/AllWorkouts.json diff --git a/Werkout_ios/JSON/CompletedWorkouts.json b/iphone/Werkout_ios/JSON/CompletedWorkouts.json similarity index 100% rename from Werkout_ios/JSON/CompletedWorkouts.json rename to iphone/Werkout_ios/JSON/CompletedWorkouts.json diff --git a/Werkout_ios/JSON/Equipment.json b/iphone/Werkout_ios/JSON/Equipment.json similarity index 100% rename from Werkout_ios/JSON/Equipment.json rename to iphone/Werkout_ios/JSON/Equipment.json diff --git a/Werkout_ios/JSON/Exercises.json b/iphone/Werkout_ios/JSON/Exercises.json similarity index 100% rename from Werkout_ios/JSON/Exercises.json rename to iphone/Werkout_ios/JSON/Exercises.json diff --git a/Werkout_ios/JSON/PlannedWorkouts.json b/iphone/Werkout_ios/JSON/PlannedWorkouts.json similarity index 100% rename from Werkout_ios/JSON/PlannedWorkouts.json rename to iphone/Werkout_ios/JSON/PlannedWorkouts.json diff --git a/Werkout_ios/JSON/PreviewData.swift b/iphone/Werkout_ios/JSON/PreviewData.swift similarity index 100% rename from Werkout_ios/JSON/PreviewData.swift rename to iphone/Werkout_ios/JSON/PreviewData.swift diff --git a/Werkout_ios/JSON/RegisteredUser.json b/iphone/Werkout_ios/JSON/RegisteredUser.json similarity index 100% rename from Werkout_ios/JSON/RegisteredUser.json rename to iphone/Werkout_ios/JSON/RegisteredUser.json diff --git a/Werkout_ios/JSON/WorkoutDetail.json b/iphone/Werkout_ios/JSON/WorkoutDetail.json similarity index 100% rename from Werkout_ios/JSON/WorkoutDetail.json rename to iphone/Werkout_ios/JSON/WorkoutDetail.json diff --git a/Werkout_ios/Keychain.swift b/iphone/Werkout_ios/Keychain.swift similarity index 100% rename from Werkout_ios/Keychain.swift rename to iphone/Werkout_ios/Keychain.swift diff --git a/Werkout_ios/Network/Fetchables.swift b/iphone/Werkout_ios/Network/Fetchables.swift similarity index 100% rename from Werkout_ios/Network/Fetchables.swift rename to iphone/Werkout_ios/Network/Fetchables.swift diff --git a/Werkout_ios/Network/Network.swift b/iphone/Werkout_ios/Network/Network.swift similarity index 100% rename from Werkout_ios/Network/Network.swift rename to iphone/Werkout_ios/Network/Network.swift diff --git a/Werkout_ios/Persistence.swift b/iphone/Werkout_ios/Persistence.swift similarity index 100% rename from Werkout_ios/Persistence.swift rename to iphone/Werkout_ios/Persistence.swift diff --git a/iphone/Werkout_ios/Preview Content/Preview Assets.xcassets/Contents.json b/iphone/Werkout_ios/Preview Content/Preview Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/iphone/Werkout_ios/Preview Content/Preview Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Werkout_ios/Preview Content/Straight_Leg_Sit_Up.mp4 b/iphone/Werkout_ios/Preview Content/Straight_Leg_Sit_Up.mp4 similarity index 100% rename from Werkout_ios/Preview Content/Straight_Leg_Sit_Up.mp4 rename to iphone/Werkout_ios/Preview Content/Straight_Leg_Sit_Up.mp4 diff --git a/Werkout_ios/ThotStyle.swift b/iphone/Werkout_ios/ThotStyle.swift similarity index 100% rename from Werkout_ios/ThotStyle.swift rename to iphone/Werkout_ios/ThotStyle.swift diff --git a/Werkout_ios/ToDo b/iphone/Werkout_ios/ToDo similarity index 100% rename from Werkout_ios/ToDo rename to iphone/Werkout_ios/ToDo diff --git a/Werkout_ios/UserStore.swift b/iphone/Werkout_ios/UserStore.swift similarity index 94% rename from Werkout_ios/UserStore.swift rename to iphone/Werkout_ios/UserStore.swift index 66cb951..38ece0d 100644 --- a/Werkout_ios/UserStore.swift +++ b/iphone/Werkout_ios/UserStore.swift @@ -109,4 +109,8 @@ class UserStore: ObservableObject { } return nil } + + func setTreyDevRegisterdUser() { + self.registeredUser = RegisteredUser(id: 1, firstName: "t", lastName: "t", image: nil, nickName: "t", token: "15d7565cde9e8c904ae934f8235f68f6a24b4a03", email: nil, hasNSFWToggle: nil) + } } diff --git a/Werkout_ios/Views/AccountView/AccountView.swift b/iphone/Werkout_ios/Views/AccountView/AccountView.swift similarity index 100% rename from Werkout_ios/Views/AccountView/AccountView.swift rename to iphone/Werkout_ios/Views/AccountView/AccountView.swift diff --git a/Werkout_ios/Views/AddExercise/AddExerciseView.swift b/iphone/Werkout_ios/Views/AddExercise/AddExerciseView.swift similarity index 100% rename from Werkout_ios/Views/AddExercise/AddExerciseView.swift rename to iphone/Werkout_ios/Views/AddExercise/AddExerciseView.swift diff --git a/Werkout_ios/Views/AllWorkouts/AllWorkoutsListView.swift b/iphone/Werkout_ios/Views/AllWorkouts/AllWorkoutsListView.swift similarity index 100% rename from Werkout_ios/Views/AllWorkouts/AllWorkoutsListView.swift rename to iphone/Werkout_ios/Views/AllWorkouts/AllWorkoutsListView.swift diff --git a/Werkout_ios/Views/AllWorkouts/AllWorkoutsView.swift b/iphone/Werkout_ios/Views/AllWorkouts/AllWorkoutsView.swift similarity index 100% rename from Werkout_ios/Views/AllWorkouts/AllWorkoutsView.swift rename to iphone/Werkout_ios/Views/AllWorkouts/AllWorkoutsView.swift diff --git a/Werkout_ios/Views/CompletedWorkout/CompletedWorkoutView.swift b/iphone/Werkout_ios/Views/CompletedWorkout/CompletedWorkoutView.swift similarity index 100% rename from Werkout_ios/Views/CompletedWorkout/CompletedWorkoutView.swift rename to iphone/Werkout_ios/Views/CompletedWorkout/CompletedWorkoutView.swift diff --git a/Werkout_ios/Views/CreateWorkout/CreateExerciseActionsView.swift b/iphone/Werkout_ios/Views/CreateWorkout/CreateExerciseActionsView.swift similarity index 100% rename from Werkout_ios/Views/CreateWorkout/CreateExerciseActionsView.swift rename to iphone/Werkout_ios/Views/CreateWorkout/CreateExerciseActionsView.swift diff --git a/Werkout_ios/Views/CreateWorkout/CreateViewModels.swift b/iphone/Werkout_ios/Views/CreateWorkout/CreateViewModels.swift similarity index 100% rename from Werkout_ios/Views/CreateWorkout/CreateViewModels.swift rename to iphone/Werkout_ios/Views/CreateWorkout/CreateViewModels.swift diff --git a/Werkout_ios/Views/CreateWorkout/CreateWorkoutItemPickerView.swift b/iphone/Werkout_ios/Views/CreateWorkout/CreateWorkoutItemPickerView.swift similarity index 100% rename from Werkout_ios/Views/CreateWorkout/CreateWorkoutItemPickerView.swift rename to iphone/Werkout_ios/Views/CreateWorkout/CreateWorkoutItemPickerView.swift diff --git a/Werkout_ios/Views/CreateWorkout/CreateWorkoutMainView.swift b/iphone/Werkout_ios/Views/CreateWorkout/CreateWorkoutMainView.swift similarity index 100% rename from Werkout_ios/Views/CreateWorkout/CreateWorkoutMainView.swift rename to iphone/Werkout_ios/Views/CreateWorkout/CreateWorkoutMainView.swift diff --git a/Werkout_ios/Views/CreateWorkout/CreateWorkoutSupersetActionsView.swift b/iphone/Werkout_ios/Views/CreateWorkout/CreateWorkoutSupersetActionsView.swift similarity index 100% rename from Werkout_ios/Views/CreateWorkout/CreateWorkoutSupersetActionsView.swift rename to iphone/Werkout_ios/Views/CreateWorkout/CreateWorkoutSupersetActionsView.swift diff --git a/Werkout_ios/Views/ExternalWorkoutDetailView.swift b/iphone/Werkout_ios/Views/ExternalWorkoutDetailView.swift similarity index 100% rename from Werkout_ios/Views/ExternalWorkoutDetailView.swift rename to iphone/Werkout_ios/Views/ExternalWorkoutDetailView.swift diff --git a/Werkout_ios/Views/Login/LoginView.swift b/iphone/Werkout_ios/Views/Login/LoginView.swift similarity index 97% rename from Werkout_ios/Views/Login/LoginView.swift rename to iphone/Werkout_ios/Views/Login/LoginView.swift index 6f65bdd..3327a65 100644 --- a/Werkout_ios/Views/Login/LoginView.swift +++ b/iphone/Werkout_ios/Views/Login/LoginView.swift @@ -1,8 +1,8 @@ // // LoginView.swift -// Werkout_ios +// WekoutThotViewer // -// Created by Trey Tartt on 6/25/23. +// Created by Trey Tartt on 6/18/24. // import SwiftUI @@ -25,7 +25,7 @@ struct LoginView: View { .overlay(RoundedRectangle(cornerRadius: 16).stroke(Color(uiColor: .clear))).background(Color(uiColor: .init(red: 255/255, green: 255/255, blue: 255/255, alpha: 1))) .cornerRadius(8) .padding(.top, 25) - + SecureField("Password", text: $password) .textContentType(.password) @@ -35,7 +35,7 @@ struct LoginView: View { .padding([.horizontal], 4) .overlay(RoundedRectangle(cornerRadius: 16).stroke(Color(uiColor: .clear))).background(Color(uiColor: .init(red: 255/255, green: 255/255, blue: 255/255, alpha: 1))) .cornerRadius(8) - + if doingNetworkShit { ProgressView("Logging In") .padding() @@ -90,3 +90,4 @@ struct LoginView_Previews: PreviewProvider { }) } } + diff --git a/Werkout_ios/Views/MainView.swift b/iphone/Werkout_ios/Views/MainView.swift similarity index 100% rename from Werkout_ios/Views/MainView.swift rename to iphone/Werkout_ios/Views/MainView.swift diff --git a/Werkout_ios/Views/PlanWorkoutView.swift b/iphone/Werkout_ios/Views/PlanWorkoutView.swift similarity index 100% rename from Werkout_ios/Views/PlanWorkoutView.swift rename to iphone/Werkout_ios/Views/PlanWorkoutView.swift diff --git a/Werkout_ios/Views/WorkoutDetail/CurrentWorkoutElapsedTimeView.swift b/iphone/Werkout_ios/Views/WorkoutDetail/CurrentWorkoutElapsedTimeView.swift similarity index 100% rename from Werkout_ios/Views/WorkoutDetail/CurrentWorkoutElapsedTimeView.swift rename to iphone/Werkout_ios/Views/WorkoutDetail/CurrentWorkoutElapsedTimeView.swift diff --git a/Werkout_ios/Views/WorkoutDetail/ExerciseListView.swift b/iphone/Werkout_ios/Views/WorkoutDetail/ExerciseListView.swift similarity index 100% rename from Werkout_ios/Views/WorkoutDetail/ExerciseListView.swift rename to iphone/Werkout_ios/Views/WorkoutDetail/ExerciseListView.swift diff --git a/Werkout_ios/Views/WorkoutDetail/WorkoutDetailView.swift b/iphone/Werkout_ios/Views/WorkoutDetail/WorkoutDetailView.swift similarity index 100% rename from Werkout_ios/Views/WorkoutDetail/WorkoutDetailView.swift rename to iphone/Werkout_ios/Views/WorkoutDetail/WorkoutDetailView.swift diff --git a/Werkout_ios/Views/WorkoutDetail/WorkoutDetailViewModel.swift b/iphone/Werkout_ios/Views/WorkoutDetail/WorkoutDetailViewModel.swift similarity index 100% rename from Werkout_ios/Views/WorkoutDetail/WorkoutDetailViewModel.swift rename to iphone/Werkout_ios/Views/WorkoutDetail/WorkoutDetailViewModel.swift diff --git a/Werkout_ios/Views/WorkoutHistoryView.swift b/iphone/Werkout_ios/Views/WorkoutHistoryView.swift similarity index 100% rename from Werkout_ios/Views/WorkoutHistoryView.swift rename to iphone/Werkout_ios/Views/WorkoutHistoryView.swift diff --git a/Werkout_ios/WatchPackageModel.swift b/iphone/Werkout_ios/WatchPackageModel.swift similarity index 100% rename from Werkout_ios/WatchPackageModel.swift rename to iphone/Werkout_ios/WatchPackageModel.swift diff --git a/Werkout_ios/Werkout_ios.entitlements b/iphone/Werkout_ios/Werkout_ios.entitlements similarity index 100% rename from Werkout_ios/Werkout_ios.entitlements rename to iphone/Werkout_ios/Werkout_ios.entitlements diff --git a/Werkout_ios/Werkout_ios.xcdatamodeld/.xccurrentversion b/iphone/Werkout_ios/Werkout_ios.xcdatamodeld/.xccurrentversion similarity index 100% rename from Werkout_ios/Werkout_ios.xcdatamodeld/.xccurrentversion rename to iphone/Werkout_ios/Werkout_ios.xcdatamodeld/.xccurrentversion diff --git a/Werkout_ios/Werkout_ios.xcdatamodeld/Werkout_ios.xcdatamodel/contents b/iphone/Werkout_ios/Werkout_ios.xcdatamodeld/Werkout_ios.xcdatamodel/contents similarity index 100% rename from Werkout_ios/Werkout_ios.xcdatamodeld/Werkout_ios.xcdatamodel/contents rename to iphone/Werkout_ios/Werkout_ios.xcdatamodeld/Werkout_ios.xcdatamodel/contents diff --git a/Werkout_ios/Werkout_iosApp.swift b/iphone/Werkout_ios/Werkout_iosApp.swift similarity index 100% rename from Werkout_ios/Werkout_iosApp.swift rename to iphone/Werkout_ios/Werkout_iosApp.swift diff --git a/Werkout_ios/long_beep.m4a b/iphone/Werkout_ios/long_beep.m4a similarity index 100% rename from Werkout_ios/long_beep.m4a rename to iphone/Werkout_ios/long_beep.m4a diff --git a/Werkout_ios/short_beep.m4a b/iphone/Werkout_ios/short_beep.m4a similarity index 100% rename from Werkout_ios/short_beep.m4a rename to iphone/Werkout_ios/short_beep.m4a diff --git a/Werkout_ios/subview/ActionsView.swift b/iphone/Werkout_ios/subview/ActionsView.swift similarity index 100% rename from Werkout_ios/subview/ActionsView.swift rename to iphone/Werkout_ios/subview/ActionsView.swift diff --git a/Werkout_ios/subview/AllEquipmentView.swift b/iphone/Werkout_ios/subview/AllEquipmentView.swift similarity index 100% rename from Werkout_ios/subview/AllEquipmentView.swift rename to iphone/Werkout_ios/subview/AllEquipmentView.swift diff --git a/Werkout_ios/subview/AllExerciseView.swift b/iphone/Werkout_ios/subview/AllExerciseView.swift similarity index 100% rename from Werkout_ios/subview/AllExerciseView.swift rename to iphone/Werkout_ios/subview/AllExerciseView.swift diff --git a/Werkout_ios/subview/AllMusclesView.swift b/iphone/Werkout_ios/subview/AllMusclesView.swift similarity index 100% rename from Werkout_ios/subview/AllMusclesView.swift rename to iphone/Werkout_ios/subview/AllMusclesView.swift diff --git a/Werkout_ios/subview/AllWorkoutPickerView.swift b/iphone/Werkout_ios/subview/AllWorkoutPickerView.swift similarity index 100% rename from Werkout_ios/subview/AllWorkoutPickerView.swift rename to iphone/Werkout_ios/subview/AllWorkoutPickerView.swift diff --git a/Werkout_ios/subview/CompletedWorkoutsView.swift b/iphone/Werkout_ios/subview/CompletedWorkoutsView.swift similarity index 100% rename from Werkout_ios/subview/CompletedWorkoutsView.swift rename to iphone/Werkout_ios/subview/CompletedWorkoutsView.swift diff --git a/Werkout_ios/subview/CountdownView.swift b/iphone/Werkout_ios/subview/CountdownView.swift similarity index 100% rename from Werkout_ios/subview/CountdownView.swift rename to iphone/Werkout_ios/subview/CountdownView.swift diff --git a/Werkout_ios/subview/ExtCountdownView.swift b/iphone/Werkout_ios/subview/ExtCountdownView.swift similarity index 100% rename from Werkout_ios/subview/ExtCountdownView.swift rename to iphone/Werkout_ios/subview/ExtCountdownView.swift diff --git a/Werkout_ios/subview/ExtExerciseList.swift b/iphone/Werkout_ios/subview/ExtExerciseList.swift similarity index 100% rename from Werkout_ios/subview/ExtExerciseList.swift rename to iphone/Werkout_ios/subview/ExtExerciseList.swift diff --git a/Werkout_ios/subview/InfoView.swift b/iphone/Werkout_ios/subview/InfoView.swift similarity index 100% rename from Werkout_ios/subview/InfoView.swift rename to iphone/Werkout_ios/subview/InfoView.swift diff --git a/Werkout_ios/subview/Logoutview.swift b/iphone/Werkout_ios/subview/Logoutview.swift similarity index 100% rename from Werkout_ios/subview/Logoutview.swift rename to iphone/Werkout_ios/subview/Logoutview.swift diff --git a/Werkout_ios/subview/NameView.swift b/iphone/Werkout_ios/subview/NameView.swift similarity index 100% rename from Werkout_ios/subview/NameView.swift rename to iphone/Werkout_ios/subview/NameView.swift diff --git a/Werkout_ios/subview/OvalTextFieldStyle.swift b/iphone/Werkout_ios/subview/OvalTextFieldStyle.swift similarity index 100% rename from Werkout_ios/subview/OvalTextFieldStyle.swift rename to iphone/Werkout_ios/subview/OvalTextFieldStyle.swift diff --git a/Werkout_ios/subview/PlayerUIView.swift b/iphone/Werkout_ios/subview/PlayerUIView.swift similarity index 100% rename from Werkout_ios/subview/PlayerUIView.swift rename to iphone/Werkout_ios/subview/PlayerUIView.swift diff --git a/Werkout_ios/subview/ShowNextUpView.swift b/iphone/Werkout_ios/subview/ShowNextUpView.swift similarity index 100% rename from Werkout_ios/subview/ShowNextUpView.swift rename to iphone/Werkout_ios/subview/ShowNextUpView.swift diff --git a/Werkout_ios/subview/ThotPreferenceView.swift b/iphone/Werkout_ios/subview/ThotPreferenceView.swift similarity index 100% rename from Werkout_ios/subview/ThotPreferenceView.swift rename to iphone/Werkout_ios/subview/ThotPreferenceView.swift diff --git a/Werkout_ios/subview/TitleView.swift b/iphone/Werkout_ios/subview/TitleView.swift similarity index 100% rename from Werkout_ios/subview/TitleView.swift rename to iphone/Werkout_ios/subview/TitleView.swift diff --git a/Werkout_ios/subview/WorkoutOverviewView.swift b/iphone/Werkout_ios/subview/WorkoutOverviewView.swift similarity index 100% rename from Werkout_ios/subview/WorkoutOverviewView.swift rename to iphone/Werkout_ios/subview/WorkoutOverviewView.swift diff --git a/iphone/Werkout_watch Watch App/Assets.xcassets/AccentColor.colorset/Contents.json b/iphone/Werkout_watch Watch App/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/iphone/Werkout_watch Watch App/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Werkout_watch Watch App/Assets.xcassets/AppIcon.appiconset/Contents.json b/iphone/Werkout_watch Watch App/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from Werkout_watch Watch App/Assets.xcassets/AppIcon.appiconset/Contents.json rename to iphone/Werkout_watch Watch App/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/Werkout_watch Watch App/Assets.xcassets/AppIcon.appiconset/logo_2.png b/iphone/Werkout_watch Watch App/Assets.xcassets/AppIcon.appiconset/logo_2.png similarity index 100% rename from Werkout_watch Watch App/Assets.xcassets/AppIcon.appiconset/logo_2.png rename to iphone/Werkout_watch Watch App/Assets.xcassets/AppIcon.appiconset/logo_2.png diff --git a/iphone/Werkout_watch Watch App/Assets.xcassets/Contents.json b/iphone/Werkout_watch Watch App/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/iphone/Werkout_watch Watch App/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Werkout_watch Watch App/ContentView.swift b/iphone/Werkout_watch Watch App/ContentView.swift similarity index 100% rename from Werkout_watch Watch App/ContentView.swift rename to iphone/Werkout_watch Watch App/ContentView.swift diff --git a/Werkout_watch Watch App/MainWatchView.swift b/iphone/Werkout_watch Watch App/MainWatchView.swift similarity index 100% rename from Werkout_watch Watch App/MainWatchView.swift rename to iphone/Werkout_watch Watch App/MainWatchView.swift diff --git a/iphone/Werkout_watch Watch App/Preview Content/Preview Assets.xcassets/Contents.json b/iphone/Werkout_watch Watch App/Preview Content/Preview Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/iphone/Werkout_watch Watch App/Preview Content/Preview Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Werkout_watch Watch App/WatchControlView.swift b/iphone/Werkout_watch Watch App/WatchControlView.swift similarity index 100% rename from Werkout_watch Watch App/WatchControlView.swift rename to iphone/Werkout_watch Watch App/WatchControlView.swift diff --git a/Werkout_watch Watch App/WatchMainViewModel.swift b/iphone/Werkout_watch Watch App/WatchMainViewModel.swift similarity index 100% rename from Werkout_watch Watch App/WatchMainViewModel.swift rename to iphone/Werkout_watch Watch App/WatchMainViewModel.swift diff --git a/Werkout_watch Watch App/Werkout_watch Watch App.entitlements b/iphone/Werkout_watch Watch App/Werkout_watch Watch App.entitlements similarity index 100% rename from Werkout_watch Watch App/Werkout_watch Watch App.entitlements rename to iphone/Werkout_watch Watch App/Werkout_watch Watch App.entitlements diff --git a/Werkout_watch Watch App/Werkout_watchApp.swift b/iphone/Werkout_watch Watch App/Werkout_watchApp.swift similarity index 100% rename from Werkout_watch Watch App/Werkout_watchApp.swift rename to iphone/Werkout_watch Watch App/Werkout_watchApp.swift