diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2019-12-03 12:06:54 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2019-12-03 12:06:54 +0200 |
commit | ccf8778e86a508e9d81f132332460c1c1acb8a96 (patch) | |
tree | c74b73fa4dfe5ff97a4db466819210d8e30f128a /misc/dist | |
parent | a74f0fd4cf528b8dfac5e9a642a7feca591c9e84 (diff) |
[iOS] Add export options to control external access to user data.
Diffstat (limited to 'misc/dist')
-rw-r--r-- | misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist b/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist index e7c4f8f340..add2f6c084 100644 --- a/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist +++ b/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist @@ -28,6 +28,10 @@ <string>$version</string> <key>LSRequiresIPhoneOS</key> <true/> + <key>LSSupportsOpeningDocumentsInPlace</key> + $docs_in_place + <key>UIFileSharingEnabled</key> + $docs_sharing <key>UIRequiredDeviceCapabilities</key> <array> $required_device_capabilities |