File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 445
445
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "This lets you save or upload photos to your Django Files";
446
446
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
447
447
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
448
- INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait" ;
448
+ INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
449
449
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
450
450
LD_RUNPATH_SEARCH_PATHS = (
451
451
"$(inherited)",
491
491
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "This lets you save or upload photos to your Django Files";
492
492
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
493
493
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
494
- INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait" ;
494
+ INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
495
495
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
496
496
LD_RUNPATH_SEARCH_PATHS = (
497
497
"$(inherited)",
You can’t perform that action at this time.
0 commit comments