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