diff --git a/add_to_app/ios_fullscreen/IOSFullScreen.xcodeproj/project.pbxproj b/add_to_app/ios_fullscreen/IOSFullScreen.xcodeproj/project.pbxproj index 389464615..a1ba5a0c1 100644 --- a/add_to_app/ios_fullscreen/IOSFullScreen.xcodeproj/project.pbxproj +++ b/add_to_app/ios_fullscreen/IOSFullScreen.xcodeproj/project.pbxproj @@ -44,7 +44,7 @@ 26DF66DC233136460076ACA6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 26DF66DE233136470076ACA6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 26DF66E1233136470076ACA6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - 26DF66E3233136470076ACA6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 26DF66E3233136470076ACA6 /* Info-Debug.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-Debug.plist"; sourceTree = ""; }; 26DF66E8233136470076ACA6 /* IOSFullScreenTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = IOSFullScreenTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 26DF66EC233136470076ACA6 /* IOSFullScreenTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IOSFullScreenTests.swift; sourceTree = ""; }; 26DF66EE233136470076ACA6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -59,6 +59,7 @@ 937908EB34261AC01440B337 /* Pods_IOSFullScreenTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_IOSFullScreenTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; AEC2707B63771A7B5BCBA3BA /* Pods-IOSFullScreenTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-IOSFullScreenTests.debug.xcconfig"; path = "Target Support Files/Pods-IOSFullScreenTests/Pods-IOSFullScreenTests.debug.xcconfig"; sourceTree = ""; }; F3E00AFDA1215B19C1529F65 /* Pods-IOSFullScreen.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-IOSFullScreen.debug.xcconfig"; path = "Target Support Files/Pods-IOSFullScreen/Pods-IOSFullScreen.debug.xcconfig"; sourceTree = ""; }; + F7C79901251EF65800650C20 /* Info-Release.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-Release.plist"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -119,7 +120,8 @@ 26DF66DB233136460076ACA6 /* Main.storyboard */, 26DF66DE233136470076ACA6 /* Assets.xcassets */, 26DF66E0233136470076ACA6 /* LaunchScreen.storyboard */, - 26DF66E3233136470076ACA6 /* Info.plist */, + 26DF66E3233136470076ACA6 /* Info-Debug.plist */, + F7C79901251EF65800650C20 /* Info-Release.plist */, ); path = IOSFullScreen; sourceTree = ""; @@ -581,7 +583,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; - INFOPLIST_FILE = IOSFullScreen/Info.plist; + INFOPLIST_FILE = "IOSFullScreen/Info-$(CONFIGURATION).plist"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -599,7 +601,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; - INFOPLIST_FILE = IOSFullScreen/Info.plist; + INFOPLIST_FILE = "IOSFullScreen/Info-$(CONFIGURATION).plist"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/add_to_app/ios_fullscreen/IOSFullScreen.xcodeproj/xcshareddata/xcschemes/IOSFullScreen.xcscheme b/add_to_app/ios_fullscreen/IOSFullScreen.xcodeproj/xcshareddata/xcschemes/IOSFullScreen.xcscheme new file mode 100644 index 000000000..252da4981 --- /dev/null +++ b/add_to_app/ios_fullscreen/IOSFullScreen.xcodeproj/xcshareddata/xcschemes/IOSFullScreen.xcscheme @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/add_to_app/ios_fullscreen/IOSFullScreen/Info-Debug.plist b/add_to_app/ios_fullscreen/IOSFullScreen/Info-Debug.plist new file mode 100644 index 000000000..72b874acd --- /dev/null +++ b/add_to_app/ios_fullscreen/IOSFullScreen/Info-Debug.plist @@ -0,0 +1,51 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + NSBonjourServices + + _dartobservatory._tcp + + NSLocalNetworkUsageDescription + Allow Flutter tools on your computer to connect and debug your application. This prompt will not appear on release builds. + + diff --git a/add_to_app/ios_fullscreen/IOSFullScreen/Info.plist b/add_to_app/ios_fullscreen/IOSFullScreen/Info-Release.plist similarity index 100% rename from add_to_app/ios_fullscreen/IOSFullScreen/Info.plist rename to add_to_app/ios_fullscreen/IOSFullScreen/Info-Release.plist diff --git a/add_to_app/ios_using_plugin/IOSUsingPlugin.xcodeproj/project.pbxproj b/add_to_app/ios_using_plugin/IOSUsingPlugin.xcodeproj/project.pbxproj index fbe1f20a0..ca267fc1b 100644 --- a/add_to_app/ios_using_plugin/IOSUsingPlugin.xcodeproj/project.pbxproj +++ b/add_to_app/ios_using_plugin/IOSUsingPlugin.xcodeproj/project.pbxproj @@ -45,7 +45,7 @@ 261836602353DC9600E2709C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 261836622353DC9700E2709C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 261836652353DC9700E2709C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - 261836672353DC9700E2709C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 261836672353DC9700E2709C /* Info-Debug.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-Debug.plist"; sourceTree = ""; }; 2618366C2353DC9700E2709C /* IOSUsingPluginTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = IOSUsingPluginTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 261836702353DC9700E2709C /* IOSUsingPluginTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IOSUsingPluginTests.swift; sourceTree = ""; }; 261836722353DC9700E2709C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -59,6 +59,7 @@ 9EF4D3F69A8A2DAF318D5D8F /* Pods-IOSUsingPlugin.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-IOSUsingPlugin.release.xcconfig"; path = "Target Support Files/Pods-IOSUsingPlugin/Pods-IOSUsingPlugin.release.xcconfig"; sourceTree = ""; }; BF8095192EC0A98CBABFC968 /* Pods-IOSUsingPluginUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-IOSUsingPluginUITests.debug.xcconfig"; path = "Target Support Files/Pods-IOSUsingPluginUITests/Pods-IOSUsingPluginUITests.debug.xcconfig"; sourceTree = ""; }; D2BE8518A3FAC05A3EF43C4A /* Pods-IOSUsingPlugin.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-IOSUsingPlugin.debug.xcconfig"; path = "Target Support Files/Pods-IOSUsingPlugin/Pods-IOSUsingPlugin.debug.xcconfig"; sourceTree = ""; }; + F7C79933251EF79100650C20 /* Info-Release.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-Release.plist"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -119,7 +120,8 @@ 2618365F2353DC9600E2709C /* Main.storyboard */, 261836622353DC9700E2709C /* Assets.xcassets */, 261836642353DC9700E2709C /* LaunchScreen.storyboard */, - 261836672353DC9700E2709C /* Info.plist */, + 261836672353DC9700E2709C /* Info-Debug.plist */, + F7C79933251EF79100650C20 /* Info-Release.plist */, ); path = IOSUsingPlugin; sourceTree = ""; @@ -581,7 +583,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; - INFOPLIST_FILE = IOSUsingPlugin/Info.plist; + INFOPLIST_FILE = "IOSUsingPlugin/Info-$(CONFIGURATION).plist"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -599,7 +601,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; - INFOPLIST_FILE = IOSUsingPlugin/Info.plist; + INFOPLIST_FILE = "IOSUsingPlugin/Info-$(CONFIGURATION).plist"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/add_to_app/ios_using_plugin/IOSUsingPlugin/Info-Debug.plist b/add_to_app/ios_using_plugin/IOSUsingPlugin/Info-Debug.plist new file mode 100644 index 000000000..72b874acd --- /dev/null +++ b/add_to_app/ios_using_plugin/IOSUsingPlugin/Info-Debug.plist @@ -0,0 +1,51 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + NSBonjourServices + + _dartobservatory._tcp + + NSLocalNetworkUsageDescription + Allow Flutter tools on your computer to connect and debug your application. This prompt will not appear on release builds. + + diff --git a/add_to_app/ios_using_plugin/IOSUsingPlugin/Info.plist b/add_to_app/ios_using_plugin/IOSUsingPlugin/Info-Release.plist similarity index 100% rename from add_to_app/ios_using_plugin/IOSUsingPlugin/Info.plist rename to add_to_app/ios_using_plugin/IOSUsingPlugin/Info-Release.plist diff --git a/add_to_app/ios_using_prebuilt_module/IOSUsingPrebuiltModule.xcodeproj/project.pbxproj b/add_to_app/ios_using_prebuilt_module/IOSUsingPrebuiltModule.xcodeproj/project.pbxproj index 5693facc8..1a4df679e 100644 --- a/add_to_app/ios_using_prebuilt_module/IOSUsingPrebuiltModule.xcodeproj/project.pbxproj +++ b/add_to_app/ios_using_prebuilt_module/IOSUsingPrebuiltModule.xcodeproj/project.pbxproj @@ -42,7 +42,8 @@ 26DC0F702398363A00D41B08 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 26DC0F722398363B00D41B08 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 26DC0F752398363B00D41B08 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - 26DC0F772398363B00D41B08 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 26DC0F772398363B00D41B08 /* Info-Debug.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-Debug.plist"; sourceTree = ""; }; + F7C7993B251EF8C000650C20 /* Info-Release.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-Release.plist"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -92,7 +93,8 @@ 26DC0F6F2398363A00D41B08 /* Main.storyboard */, 26DC0F722398363B00D41B08 /* Assets.xcassets */, 26DC0F742398363B00D41B08 /* LaunchScreen.storyboard */, - 26DC0F772398363B00D41B08 /* Info.plist */, + 26DC0F772398363B00D41B08 /* Info-Debug.plist */, + F7C7993B251EF8C000650C20 /* Info-Release.plist */, ); path = IOSUsingPrebuiltModule; sourceTree = ""; @@ -321,7 +323,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter/$(CONFIGURATION)", ); - INFOPLIST_FILE = IOSUsingPrebuiltModule/Info.plist; + INFOPLIST_FILE = "IOSUsingPrebuiltModule/Info-$(CONFIGURATION).plist"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -342,7 +344,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter/$(CONFIGURATION)", ); - INFOPLIST_FILE = IOSUsingPrebuiltModule/Info.plist; + INFOPLIST_FILE = "IOSUsingPrebuiltModule/Info-$(CONFIGURATION).plist"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/add_to_app/ios_using_prebuilt_module/IOSUsingPrebuiltModule/Info-Debug.plist b/add_to_app/ios_using_prebuilt_module/IOSUsingPrebuiltModule/Info-Debug.plist new file mode 100644 index 000000000..72b874acd --- /dev/null +++ b/add_to_app/ios_using_prebuilt_module/IOSUsingPrebuiltModule/Info-Debug.plist @@ -0,0 +1,51 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + NSBonjourServices + + _dartobservatory._tcp + + NSLocalNetworkUsageDescription + Allow Flutter tools on your computer to connect and debug your application. This prompt will not appear on release builds. + + diff --git a/add_to_app/ios_using_prebuilt_module/IOSUsingPrebuiltModule/Info.plist b/add_to_app/ios_using_prebuilt_module/IOSUsingPrebuiltModule/Info-Release.plist similarity index 100% rename from add_to_app/ios_using_prebuilt_module/IOSUsingPrebuiltModule/Info.plist rename to add_to_app/ios_using_prebuilt_module/IOSUsingPrebuiltModule/Info-Release.plist