Xcode stuff

This commit is contained in:
Violet Caulfield
2025-01-12 07:48:24 -06:00
parent 9063ba44ba
commit 421f4b8804
2 changed files with 6 additions and 0 deletions

View File

@@ -624,6 +624,7 @@
DEVELOPMENT_TEAM = WAH9CZ8BPG;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Jellify/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
@@ -654,6 +655,7 @@
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = WAH9CZ8BPG;
INFOPLIST_FILE = Jellify/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",

View File

@@ -81,8 +81,12 @@
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>