From 0df387ae97d7c26b0a03e6c8449d445ff5c575df Mon Sep 17 00:00:00 2001 From: Rudrank Riyam Date: Sun, 13 Oct 2024 20:00:22 +0530 Subject: [PATCH] Update development path for Shipin demo --- Shipin/Runvey.xcodeproj/project.pbxproj | 12 ++++++------ .../AccentColor.colorset/Contents.json | 0 .../Assets.xcassets/AppIcon.appiconset/Contents.json | 0 .../{Runvey => Shipin}/Assets.xcassets/Contents.json | 0 Shipin/{Runvey => Shipin}/ContentView.swift | 0 .../Preview Assets.xcassets/Contents.json | 0 .../RunveyApp.swift => Shipin/ShipinApp.swift} | 0 7 files changed, 6 insertions(+), 6 deletions(-) rename Shipin/{Runvey => Shipin}/Assets.xcassets/AccentColor.colorset/Contents.json (100%) rename Shipin/{Runvey => Shipin}/Assets.xcassets/AppIcon.appiconset/Contents.json (100%) rename Shipin/{Runvey => Shipin}/Assets.xcassets/Contents.json (100%) rename Shipin/{Runvey => Shipin}/ContentView.swift (100%) rename Shipin/{Runvey => Shipin}/Preview Content/Preview Assets.xcassets/Contents.json (100%) rename Shipin/{Runvey/RunveyApp.swift => Shipin/ShipinApp.swift} (100%) diff --git a/Shipin/Runvey.xcodeproj/project.pbxproj b/Shipin/Runvey.xcodeproj/project.pbxproj index a91ef5a..3a1512e 100644 --- a/Shipin/Runvey.xcodeproj/project.pbxproj +++ b/Shipin/Runvey.xcodeproj/project.pbxproj @@ -15,9 +15,9 @@ /* End PBXFileReference section */ /* Begin PBXFileSystemSynchronizedRootGroup section */ - 0AC98B822CB3B21700C9CA79 /* Runvey */ = { + 0AC98B822CB3B21700C9CA79 /* Shipin */ = { isa = PBXFileSystemSynchronizedRootGroup; - path = Runvey; + path = Shipin; sourceTree = ""; }; /* End PBXFileSystemSynchronizedRootGroup section */ @@ -37,7 +37,7 @@ 0AC98B772CB3B21700C9CA79 = { isa = PBXGroup; children = ( - 0AC98B822CB3B21700C9CA79 /* Runvey */, + 0AC98B822CB3B21700C9CA79 /* Shipin */, 0AC98B812CB3B21700C9CA79 /* Products */, ); sourceTree = ""; @@ -66,7 +66,7 @@ dependencies = ( ); fileSystemSynchronizedGroups = ( - 0AC98B822CB3B21700C9CA79 /* Runvey */, + 0AC98B822CB3B21700C9CA79 /* Shipin */, ); name = Shipin; packageProductDependencies = ( @@ -262,7 +262,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_ASSET_PATHS = "\"Runvey/Preview Content\""; + DEVELOPMENT_ASSET_PATHS = "\"Shipin/Preview Content\""; DEVELOPMENT_TEAM = YQZQG7N4WG; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; @@ -293,7 +293,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_ASSET_PATHS = "\"Runvey/Preview Content\""; + DEVELOPMENT_ASSET_PATHS = "\"Shipin/Preview Content\""; DEVELOPMENT_TEAM = YQZQG7N4WG; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; diff --git a/Shipin/Runvey/Assets.xcassets/AccentColor.colorset/Contents.json b/Shipin/Shipin/Assets.xcassets/AccentColor.colorset/Contents.json similarity index 100% rename from Shipin/Runvey/Assets.xcassets/AccentColor.colorset/Contents.json rename to Shipin/Shipin/Assets.xcassets/AccentColor.colorset/Contents.json diff --git a/Shipin/Runvey/Assets.xcassets/AppIcon.appiconset/Contents.json b/Shipin/Shipin/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from Shipin/Runvey/Assets.xcassets/AppIcon.appiconset/Contents.json rename to Shipin/Shipin/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/Shipin/Runvey/Assets.xcassets/Contents.json b/Shipin/Shipin/Assets.xcassets/Contents.json similarity index 100% rename from Shipin/Runvey/Assets.xcassets/Contents.json rename to Shipin/Shipin/Assets.xcassets/Contents.json diff --git a/Shipin/Runvey/ContentView.swift b/Shipin/Shipin/ContentView.swift similarity index 100% rename from Shipin/Runvey/ContentView.swift rename to Shipin/Shipin/ContentView.swift diff --git a/Shipin/Runvey/Preview Content/Preview Assets.xcassets/Contents.json b/Shipin/Shipin/Preview Content/Preview Assets.xcassets/Contents.json similarity index 100% rename from Shipin/Runvey/Preview Content/Preview Assets.xcassets/Contents.json rename to Shipin/Shipin/Preview Content/Preview Assets.xcassets/Contents.json diff --git a/Shipin/Runvey/RunveyApp.swift b/Shipin/Shipin/ShipinApp.swift similarity index 100% rename from Shipin/Runvey/RunveyApp.swift rename to Shipin/Shipin/ShipinApp.swift