Skip to content

Commit f4b5c9a

Browse files
authored
Merge branch 'main' into share_server_selector
2 parents bd88f2a + 6ec077c commit f4b5c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Django Files.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "This lets you save or upload photos to your Django Files";
446446
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
447447
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
448-
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait";
448+
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
449449
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
450450
LD_RUNPATH_SEARCH_PATHS = (
451451
"$(inherited)",
@@ -491,7 +491,7 @@
491491
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "This lets you save or upload photos to your Django Files";
492492
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
493493
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
494-
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait";
494+
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
495495
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
496496
LD_RUNPATH_SEARCH_PATHS = (
497497
"$(inherited)",

0 commit comments

Comments
 (0)