spacebox/src/test/Info.plist

19 lines
572 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleName</key>
<string>SPACE🪐BOX Test Program</string>
<key>CFBundleExecutable</key>
<string>SPACEBOX_test</string>
<key>CFBundleIdentifier</key>
<string>game.dank.spacebox</string>
<key>CFBundleVersion</key>
<string>0.0.1</string>
<key>CFBundleIconFile</key>
<string>icon.png</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
</dict>
</plist>