27 lines
781 B
Plaintext
27 lines
781 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>libgdexample.release</string>
|
||
|
<key>CFBundleIdentifier</key>
|
||
|
<string>org.godotengine.libgdexample</string>
|
||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||
|
<string>6.0</string>
|
||
|
<key>CFBundleName</key>
|
||
|
<string>libgdexample.osx.release</string>
|
||
|
<key>CFBundlePackageType</key>
|
||
|
<string>FMWK</string>
|
||
|
<key>CFBundleShortVersionString</key>
|
||
|
<string>1.0.0</string>
|
||
|
<key>CFBundleSupportedPlatforms</key>
|
||
|
<array>
|
||
|
<string>MacOSX</string>
|
||
|
</array>
|
||
|
<key>CFBundleVersion</key>
|
||
|
<string>1.0.0</string>
|
||
|
<key>LSMinimumSystemVersion</key>
|
||
|
<string>10.12</string>
|
||
|
</dict>
|
||
|
</plist>
|