You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Tools/BundleLauncher/info.plist

19 lines
595 B
Plaintext

<?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>CFBundleExecutable</key>
<string>O3DE_SDK</string>
<key>CFBundleIdentifier</key>
<string>org.O3DE.O3DE_SDK</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) Contributors to the Open 3D Engine Project.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>