support stage manager for iOS
This commit is contained in:
@@ -51,9 +51,11 @@
|
|||||||
<string>metal</string>
|
<string>metal</string>
|
||||||
</array>
|
</array>
|
||||||
<key>UIRequiresFullScreen</key>
|
<key>UIRequiresFullScreen</key>
|
||||||
<true/>
|
<false/>
|
||||||
<key>UIStatusBarHidden</key>
|
<key>UIStatusBarHidden</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>UIStatusBarStyle</key>
|
||||||
|
<string></string>
|
||||||
<key>UISupportedInterfaceOrientations</key>
|
<key>UISupportedInterfaceOrientations</key>
|
||||||
<array>
|
<array>
|
||||||
<string>UIInterfaceOrientationPortrait</string>
|
<string>UIInterfaceOrientationPortrait</string>
|
||||||
|
|||||||
@@ -6107,12 +6107,15 @@
|
|||||||
GCC_C_LANGUAGE_STANDARD = c17;
|
GCC_C_LANGUAGE_STANDARD = c17;
|
||||||
HEADER_SEARCH_PATHS = "";
|
HEADER_SEARCH_PATHS = "";
|
||||||
INFOPLIST_FILE = "$(SRCROOT)/iOS/Info-iOS.plist";
|
INFOPLIST_FILE = "$(SRCROOT)/iOS/Info-iOS.plist";
|
||||||
|
INFOPLIST_KEY_CFBundleDisplayName = "Yet Another Zelda3 Editor";
|
||||||
|
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
|
||||||
INFOPLIST_KEY_UISupportsDocumentBrowser = YES;
|
INFOPLIST_KEY_UISupportsDocumentBrowser = YES;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
|
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
|
MARKETING_VERSION = 0.2.0;
|
||||||
OTHER_LDFLAGS = "";
|
OTHER_LDFLAGS = "";
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "org.halext.yaze-ios";
|
PRODUCT_BUNDLE_IDENTIFIER = "org.halext.yaze-ios";
|
||||||
PRODUCT_NAME = yaze;
|
PRODUCT_NAME = yaze;
|
||||||
@@ -6145,12 +6148,15 @@
|
|||||||
GCC_C_LANGUAGE_STANDARD = c17;
|
GCC_C_LANGUAGE_STANDARD = c17;
|
||||||
HEADER_SEARCH_PATHS = "";
|
HEADER_SEARCH_PATHS = "";
|
||||||
INFOPLIST_FILE = "$(SRCROOT)/iOS/Info-iOS.plist";
|
INFOPLIST_FILE = "$(SRCROOT)/iOS/Info-iOS.plist";
|
||||||
|
INFOPLIST_KEY_CFBundleDisplayName = "Yet Another Zelda3 Editor";
|
||||||
|
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
|
||||||
INFOPLIST_KEY_UISupportsDocumentBrowser = YES;
|
INFOPLIST_KEY_UISupportsDocumentBrowser = YES;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
|
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
|
MARKETING_VERSION = 0.2.0;
|
||||||
OTHER_LDFLAGS = "";
|
OTHER_LDFLAGS = "";
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "org.halext.yaze-ios";
|
PRODUCT_BUNDLE_IDENTIFIER = "org.halext.yaze-ios";
|
||||||
PRODUCT_NAME = yaze;
|
PRODUCT_NAME = yaze;
|
||||||
@@ -6174,6 +6180,7 @@
|
|||||||
8307E7F420E9F9C900473790 /* Debug */ = {
|
8307E7F420E9F9C900473790 /* Debug */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
|
ASSETCATALOG_COMPILER_APPICON_NAME = yaze;
|
||||||
CODE_SIGN_IDENTITY = "-";
|
CODE_SIGN_IDENTITY = "-";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
COMBINE_HIDPI_IMAGES = YES;
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
@@ -6195,6 +6202,7 @@
|
|||||||
8307E7F520E9F9C900473790 /* Release */ = {
|
8307E7F520E9F9C900473790 /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
|
ASSETCATALOG_COMPILER_APPICON_NAME = yaze;
|
||||||
CODE_SIGN_IDENTITY = "-";
|
CODE_SIGN_IDENTITY = "-";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
COMBINE_HIDPI_IMAGES = YES;
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user