diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-01-13 20:43:58 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-01-13 20:43:58 -0600 |
commit | 9e2c7e09543cf5288303e59125e897f8731b8a1a (patch) | |
tree | fbca7d8ece927ff7ca4ec901f47cb2a9aaddd446 /LibreEdit.xcodeproj | |
parent | 541737c71ec220d276f0be7bf1092fb879f1b231 (diff) | |
download | libre-edit-9e2c7e09543cf5288303e59125e897f8731b8a1a.tar.gz libre-edit-9e2c7e09543cf5288303e59125e897f8731b8a1a.tar.bz2 libre-edit-9e2c7e09543cf5288303e59125e897f8731b8a1a.zip |
initial commit
Diffstat (limited to 'LibreEdit.xcodeproj')
-rw-r--r-- | LibreEdit.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LibreEdit.xcodeproj/project.pbxproj b/LibreEdit.xcodeproj/project.pbxproj index 1c46ce1..e5b7b6a 100644 --- a/LibreEdit.xcodeproj/project.pbxproj +++ b/LibreEdit.xcodeproj/project.pbxproj @@ -280,6 +280,7 @@ INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UISupportsDocumentBrowser = YES; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -309,6 +310,7 @@ INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UISupportsDocumentBrowser = YES; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", |