mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-07 22:34:43 -04:00
fix ios info.plist not working with command line build
This commit is contained in:
parent
f75050b0c7
commit
202947e4a7
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user