diff --git a/objective-c/route_guide/AppDelegate.h b/objective-c/route_guide/Misc/AppDelegate.h similarity index 100% rename from objective-c/route_guide/AppDelegate.h rename to objective-c/route_guide/Misc/AppDelegate.h diff --git a/objective-c/route_guide/AppDelegate.m b/objective-c/route_guide/Misc/AppDelegate.m similarity index 100% rename from objective-c/route_guide/AppDelegate.m rename to objective-c/route_guide/Misc/AppDelegate.m diff --git a/objective-c/route_guide/Base.lproj/Main.storyboard b/objective-c/route_guide/Misc/Base.lproj/Main.storyboard similarity index 100% rename from objective-c/route_guide/Base.lproj/Main.storyboard rename to objective-c/route_guide/Misc/Base.lproj/Main.storyboard diff --git a/objective-c/route_guide/Images.xcassets/AppIcon.appiconset/Contents.json b/objective-c/route_guide/Misc/Images.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from objective-c/route_guide/Images.xcassets/AppIcon.appiconset/Contents.json rename to objective-c/route_guide/Misc/Images.xcassets/AppIcon.appiconset/Contents.json diff --git a/objective-c/route_guide/Images.xcassets/first.imageset/Contents.json b/objective-c/route_guide/Misc/Images.xcassets/first.imageset/Contents.json similarity index 100% rename from objective-c/route_guide/Images.xcassets/first.imageset/Contents.json rename to objective-c/route_guide/Misc/Images.xcassets/first.imageset/Contents.json diff --git a/objective-c/route_guide/Images.xcassets/first.imageset/first.pdf b/objective-c/route_guide/Misc/Images.xcassets/first.imageset/first.pdf similarity index 100% rename from objective-c/route_guide/Images.xcassets/first.imageset/first.pdf rename to objective-c/route_guide/Misc/Images.xcassets/first.imageset/first.pdf diff --git a/objective-c/route_guide/Images.xcassets/second.imageset/Contents.json b/objective-c/route_guide/Misc/Images.xcassets/second.imageset/Contents.json similarity index 100% rename from objective-c/route_guide/Images.xcassets/second.imageset/Contents.json rename to objective-c/route_guide/Misc/Images.xcassets/second.imageset/Contents.json diff --git a/objective-c/route_guide/Images.xcassets/second.imageset/second.pdf b/objective-c/route_guide/Misc/Images.xcassets/second.imageset/second.pdf similarity index 100% rename from objective-c/route_guide/Images.xcassets/second.imageset/second.pdf rename to objective-c/route_guide/Misc/Images.xcassets/second.imageset/second.pdf diff --git a/objective-c/route_guide/Info.plist b/objective-c/route_guide/Misc/Info.plist similarity index 100% rename from objective-c/route_guide/Info.plist rename to objective-c/route_guide/Misc/Info.plist diff --git a/objective-c/route_guide/main.m b/objective-c/route_guide/Misc/main.m similarity index 100% rename from objective-c/route_guide/main.m rename to objective-c/route_guide/Misc/main.m diff --git a/objective-c/route_guide/RouteGuideClient.xcodeproj/project.pbxproj b/objective-c/route_guide/RouteGuideClient.xcodeproj/project.pbxproj index e09356b9b15..39efb025f09 100644 --- a/objective-c/route_guide/RouteGuideClient.xcodeproj/project.pbxproj +++ b/objective-c/route_guide/RouteGuideClient.xcodeproj/project.pbxproj @@ -50,6 +50,17 @@ name = Pods; sourceTree = ""; }; + 631C63891B1DBC41001295D5 /* Misc */ = { + isa = PBXGroup; + children = ( + 632527841B1D0396003073D9 /* AppDelegate.h */, + 632527851B1D0396003073D9 /* AppDelegate.m */, + 632527901B1D0396003073D9 /* Images.xcassets */, + 632527801B1D0396003073D9 /* Supporting Files */, + ); + path = Misc; + sourceTree = ""; + }; 632527741B1D0395003073D9 = { isa = PBXGroup; children = ( @@ -73,10 +84,7 @@ children = ( 63A6015B1B1DAB5000FA5B86 /* ViewControllers.m */, 6325278D1B1D0396003073D9 /* Main.storyboard */, - 632527841B1D0396003073D9 /* AppDelegate.h */, - 632527851B1D0396003073D9 /* AppDelegate.m */, - 632527901B1D0396003073D9 /* Images.xcassets */, - 632527801B1D0396003073D9 /* Supporting Files */, + 631C63891B1DBC41001295D5 /* Misc */, ); name = RouteGuideClient; sourceTree = SOURCE_ROOT; @@ -217,6 +225,7 @@ 6325278E1B1D0396003073D9 /* Base */, ); name = Main.storyboard; + path = Misc; sourceTree = ""; }; /* End PBXVariantGroup section */ @@ -309,7 +318,7 @@ baseConfigurationReference = ADA4C647BAE906F79AD9A45E /* Pods-RouteGuideClient.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - INFOPLIST_FILE = Info.plist; + INFOPLIST_FILE = Misc/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_NAME = "$(TARGET_NAME)"; }; @@ -320,7 +329,7 @@ baseConfigurationReference = C83C5A54D1A4EA07569F1AED /* Pods-RouteGuideClient.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - INFOPLIST_FILE = Info.plist; + INFOPLIST_FILE = Misc/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_NAME = "$(TARGET_NAME)"; };