
Remove uneeded message Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md update readme and also ios build to be with .framework as well Co-Authored-By: Patrick Exner (FlameLizard) <patrick.exner1@web.de>
33 lines
1,004 B
Plaintext
33 lines
1,004 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>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>libEXTENSION-NAME.macos.template_release</string>
|
|
<key>CFBundleName</key>
|
|
<string>Godot Template Cpp</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>Godot Template Cpp</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.godot.godot-template-cpp</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Unlicensed</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0.0</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0.0</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>FMWK</string>
|
|
<key>CSResourcesFileMapped</key>
|
|
<true/>
|
|
<key>DTPlatformName</key>
|
|
<string>iphoneos</string>
|
|
<key>MinimumOSVersion</key>
|
|
<string>12.0</string>
|
|
</dict>
|
|
</plist>
|