diff options
Diffstat (limited to 'misc/dist/ios_xcode')
| -rw-r--r-- | misc/dist/ios_xcode/godot_ios.xcodeproj/project.pbxproj | 8 | ||||
| -rw-r--r-- | misc/dist/ios_xcode/godot_ios.xcodeproj/xcshareddata/xcschemes/godot_ios.xcscheme | 10 | 
2 files changed, 9 insertions, 9 deletions
| diff --git a/misc/dist/ios_xcode/godot_ios.xcodeproj/project.pbxproj b/misc/dist/ios_xcode/godot_ios.xcodeproj/project.pbxproj index b9ad431e6e..fd69725a21 100644 --- a/misc/dist/ios_xcode/godot_ios.xcodeproj/project.pbxproj +++ b/misc/dist/ios_xcode/godot_ios.xcodeproj/project.pbxproj @@ -255,7 +255,7 @@  				IPHONEOS_DEPLOYMENT_TARGET = 11.0;  				OTHER_LDFLAGS = "$linker_flags";  				SDKROOT = iphoneos; -				TARGETED_DEVICE_FAMILY = "1,2"; +				TARGETED_DEVICE_FAMILY = "$targeted_device_family";  			};  			name = Debug;  		}; @@ -294,7 +294,7 @@  				IPHONEOS_DEPLOYMENT_TARGET = 11.0;  				OTHER_LDFLAGS = "$linker_flags";  				SDKROOT = iphoneos; -				TARGETED_DEVICE_FAMILY = "1,2"; +				TARGETED_DEVICE_FAMILY = "$targeted_device_family";  				VALIDATE_PRODUCT = YES;  			};  			name = Release; @@ -323,7 +323,7 @@  				PRODUCT_BUNDLE_IDENTIFIER = $bundle_identifier;  				PRODUCT_NAME = "$(TARGET_NAME)";  				PROVISIONING_PROFILE = "$provisioning_profile_uuid_debug"; -				TARGETED_DEVICE_FAMILY = "1,2"; +				TARGETED_DEVICE_FAMILY = "$targeted_device_family";  				VALID_ARCHS = "armv7 armv7s arm64 i386 x86_64";  				WRAPPER_EXTENSION = app;  			}; @@ -353,7 +353,7 @@  				PRODUCT_BUNDLE_IDENTIFIER = $bundle_identifier;  				PRODUCT_NAME = "$(TARGET_NAME)";  				PROVISIONING_PROFILE = "$provisioning_profile_uuid_release"; -				TARGETED_DEVICE_FAMILY = "1,2"; +				TARGETED_DEVICE_FAMILY = "$targeted_device_family";  				VALID_ARCHS = "armv7 armv7s arm64 i386 x86_64";  				WRAPPER_EXTENSION = app;  			}; diff --git a/misc/dist/ios_xcode/godot_ios.xcodeproj/xcshareddata/xcschemes/godot_ios.xcscheme b/misc/dist/ios_xcode/godot_ios.xcodeproj/xcshareddata/xcschemes/godot_ios.xcscheme index b6beeb012f..d61a53d5c2 100644 --- a/misc/dist/ios_xcode/godot_ios.xcodeproj/xcshareddata/xcschemes/godot_ios.xcscheme +++ b/misc/dist/ios_xcode/godot_ios.xcodeproj/xcshareddata/xcschemes/godot_ios.xcscheme @@ -23,7 +23,7 @@        </BuildActionEntries>     </BuildAction>     <TestAction -      buildConfiguration = "Debug" +      buildConfiguration = "$default_build_config"        selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"        selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"        shouldUseLaunchSchemeArgsEnv = "YES"> @@ -42,7 +42,7 @@        </AdditionalOptions>     </TestAction>     <LaunchAction -      buildConfiguration = "Debug" +      buildConfiguration = "$default_build_config"        selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"        selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"        launchStyle = "0" @@ -67,7 +67,7 @@        </AdditionalOptions>     </LaunchAction>     <ProfileAction -      buildConfiguration = "Debug" +      buildConfiguration = "$default_build_config"        shouldUseLaunchSchemeArgsEnv = "YES"        savedToolIdentifier = ""        useCustomWorkingDirectory = "NO" @@ -84,10 +84,10 @@        </BuildableProductRunnable>     </ProfileAction>     <AnalyzeAction -      buildConfiguration = "Debug"> +      buildConfiguration = "$default_build_config">     </AnalyzeAction>     <ArchiveAction -      buildConfiguration = "Debug" +      buildConfiguration = "$default_build_config"        revealArchiveInOrganizer = "YES">     </ArchiveAction>  </Scheme> |