diff --git a/ios/Jellify.xcodeproj/project.pbxproj b/ios/Jellify.xcodeproj/project.pbxproj index c838317d..529e9b58 100644 --- a/ios/Jellify.xcodeproj/project.pbxproj +++ b/ios/Jellify.xcodeproj/project.pbxproj @@ -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", diff --git a/ios/Jellify/Info.plist b/ios/Jellify/Info.plist index 789a55cc..59e3814e 100644 --- a/ios/Jellify/Info.plist +++ b/ios/Jellify/Info.plist @@ -81,8 +81,12 @@ UISupportedInterfaceOrientations UIInterfaceOrientationPortrait + + UISupportedInterfaceOrientations~ipad + UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UIInterfaceOrientationPortrait UIViewControllerBasedStatusBarAppearance