fix ios info.plist not working with command line build

This commit is contained in:
UnknownShadow200 2022-07-08 07:50:32 +10:00
parent f75050b0c7
commit 202947e4a7
2 changed files with 4 additions and 6 deletions

View File

@ -2,7 +2,7 @@ This document details how to compile a basic plugin in Visual Studio, MinGW, or
To find the functions and variables available for use in plugins, look for CC_API/CC_VAR in the .h files.
[Source code of some actual plugins](https://github.com/UnknownShadow200/ClassiCube-Plugins/tree/master/src)
[Source code of some actual plugins](https://github.com/UnknownShadow200/ClassiCube-Plugins/)
### Setup

View File

@ -2,18 +2,16 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>ClassiCube</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<string>ClassiCube</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<string>com.classicube.client.ios</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<string>ClassiCube</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>