From cd0ad7fe27dce26f890709e3d565f41adce88a5c Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Sun, 9 Apr 2023 20:15:55 +0200 Subject: [PATCH] Removed the Main storyboard from the Locations target. --- .../Contents.json | 18 -------------- .../Resources/Base.lproj/Main.storyboard | 24 ------------------- Apps/Locations/Resources/Info.plist | 2 -- DeepLinking.xcodeproj/project.pbxproj | 14 ----------- 4 files changed, 58 deletions(-) delete mode 100644 Apps/Locations/Resources/Base.lproj/Main.storyboard diff --git a/Apps/Locations/Resources/Assets.xcassets/Launch/LaunchBackgroundColor.colorset/Contents.json b/Apps/Locations/Resources/Assets.xcassets/Launch/LaunchBackgroundColor.colorset/Contents.json index 02c56bc..60650a6 100644 --- a/Apps/Locations/Resources/Assets.xcassets/Launch/LaunchBackgroundColor.colorset/Contents.json +++ b/Apps/Locations/Resources/Assets.xcassets/Launch/LaunchBackgroundColor.colorset/Contents.json @@ -11,24 +11,6 @@ } }, "idiom" : "universal" - }, - { - "appearances" : [ - { - "appearance" : "luminosity", - "value" : "dark" - } - ], - "color" : { - "color-space" : "srgb", - "components" : { - "alpha" : "1.000", - "blue" : "0", - "green" : "0", - "red" : "0" - } - }, - "idiom" : "universal" } ], "info" : { diff --git a/Apps/Locations/Resources/Base.lproj/Main.storyboard b/Apps/Locations/Resources/Base.lproj/Main.storyboard deleted file mode 100644 index 25a7638..0000000 --- a/Apps/Locations/Resources/Base.lproj/Main.storyboard +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Apps/Locations/Resources/Info.plist b/Apps/Locations/Resources/Info.plist index dd3c9af..0eb786d 100644 --- a/Apps/Locations/Resources/Info.plist +++ b/Apps/Locations/Resources/Info.plist @@ -15,8 +15,6 @@ Default Configuration UISceneDelegateClassName $(PRODUCT_MODULE_NAME).SceneDelegate - UISceneStoryboardFile - Main diff --git a/DeepLinking.xcodeproj/project.pbxproj b/DeepLinking.xcodeproj/project.pbxproj index 4d9ccd2..b324f86 100644 --- a/DeepLinking.xcodeproj/project.pbxproj +++ b/DeepLinking.xcodeproj/project.pbxproj @@ -10,7 +10,6 @@ 46EB331B29E1CE04001D5EAF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46EB331A29E1CE04001D5EAF /* AppDelegate.swift */; }; 46EB331D29E1CE04001D5EAF /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46EB331C29E1CE04001D5EAF /* SceneDelegate.swift */; }; 46EB331F29E1CE04001D5EAF /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46EB331E29E1CE04001D5EAF /* ViewController.swift */; }; - 46EB332229E1CE04001D5EAF /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 46EB332029E1CE04001D5EAF /* Main.storyboard */; }; 46EB332529E1CE04001D5EAF /* Locations.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 46EB332329E1CE04001D5EAF /* Locations.xcdatamodeld */; }; 46EB332729E1CE05001D5EAF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 46EB332629E1CE05001D5EAF /* Assets.xcassets */; }; 46EB332A29E1CE05001D5EAF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 46EB332829E1CE05001D5EAF /* LaunchScreen.storyboard */; }; @@ -118,7 +117,6 @@ 46EB331A29E1CE04001D5EAF /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 46EB331C29E1CE04001D5EAF /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; 46EB331E29E1CE04001D5EAF /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; - 46EB332129E1CE04001D5EAF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 46EB332429E1CE04001D5EAF /* Locations.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Locations.xcdatamodel; sourceTree = ""; }; 46EB332629E1CE05001D5EAF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 46EB332929E1CE05001D5EAF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; @@ -215,7 +213,6 @@ children = ( 46EB332629E1CE05001D5EAF /* Assets.xcassets */, 46EB332B29E1CE05001D5EAF /* Info.plist */, - 46EB332029E1CE04001D5EAF /* Main.storyboard */, 46EB332829E1CE05001D5EAF /* LaunchScreen.storyboard */, 46EB332329E1CE04001D5EAF /* Locations.xcdatamodeld */, ); @@ -403,7 +400,6 @@ files = ( 46EB332A29E1CE05001D5EAF /* LaunchScreen.storyboard in Resources */, 46EB332729E1CE05001D5EAF /* Assets.xcassets in Resources */, - 46EB332229E1CE04001D5EAF /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -424,14 +420,6 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXVariantGroup section */ - 46EB332029E1CE04001D5EAF /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 46EB332129E1CE04001D5EAF /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; 46EB332829E1CE05001D5EAF /* LaunchScreen.storyboard */ = { isa = PBXVariantGroup; children = ( @@ -517,7 +505,6 @@ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard; - INFOPLIST_KEY_UIMainStoryboardFile = Main; INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; IPHONEOS_DEPLOYMENT_TARGET = 16.0; @@ -599,7 +586,6 @@ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard; - INFOPLIST_KEY_UIMainStoryboardFile = Main; INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; IPHONEOS_DEPLOYMENT_TARGET = 16.0;