Skip to content

Instantly share code, notes, and snippets.

@robertfsegal
Created July 16, 2023 04:41
Show Gist options
  • Select an option

  • Save robertfsegal/e2b83aa91467232b0a8619b33bcf8387 to your computer and use it in GitHub Desktop.

Select an option

Save robertfsegal/e2b83aa91467232b0a8619b33bcf8387 to your computer and use it in GitHub Desktop.
Unreal 5.2 - info.plist
<?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