Created
July 16, 2023 04:41
-
-
Save robertfsegal/e2b83aa91467232b0a8619b33bcf8387 to your computer and use it in GitHub Desktop.
Unreal 5.2 - info.plist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>CFBundleURLTypes</key> | |
| <array> | |
| <dict> | |
| <key>CFBundleURLName</key> | |
| <string>com.Epic.Unreal</string> | |
| <key>CFBundleURLSchemes</key> | |
| <array> | |
| <string>UnrealGame</string> | |
| </array> | |
| </dict> | |
| </array> | |
| <key>CFBundleInfoDictionaryVersion</key> | |
| <string>6.0</string> | |
| <key>UIStatusBarHidden</key> | |
| <true/> | |
| <key>UIFileSharingEnabled</key> | |
| <false/> | |
| <key>UIRequiresFullScreen</key> | |
| <true/> | |
| <key>UIViewControllerBasedStatusBarAppearance</key> | |
| <false/> | |
| <key>UIRequiredDeviceCapabilities</key> | |
| <array> | |
| <string>arm64</string> | |
| <string>metal</string> | |
| </array> | |
| <key>UILaunchStoryboardName</key> | |
| <string>LaunchScreen</string> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment