From 202947e4a7bcdd3f43540f9ed98148f29285c61c Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Fri, 8 Jul 2022 07:50:32 +1000 Subject: [PATCH] fix ios info.plist not working with command line build --- doc/plugin-dev.md | 2 +- ios/Info.plist | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) 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