diff --git a/doc/plugin-dev.md b/doc/plugin-dev.md index 81e038863..5f0373ffd 100644 --- a/doc/plugin-dev.md +++ b/doc/plugin-dev.md @@ -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 diff --git a/ios/Info.plist b/ios/Info.plist index 9b59d3510..342afc7c2 100644 --- a/ios/Info.plist +++ b/ios/Info.plist @@ -2,18 +2,16 @@ - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName ClassiCube CFBundleExecutable - $(EXECUTABLE_NAME) + ClassiCube CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) + com.classicube.client.ios CFBundleInfoDictionaryVersion 6.0 CFBundleName - $(PRODUCT_NAME) + ClassiCube CFBundlePackageType APPL CFBundleShortVersionString