From 213f2c5a4a53ddc3bd518bed89c43e2bc6083ee4 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Wed, 12 Aug 2020 07:59:48 +1000 Subject: Use groups without folders as groups with folders caused trouble for new clones. --- lexilla/src/Lexilla/Info.plist | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 lexilla/src/Lexilla/Info.plist (limited to 'lexilla/src/Lexilla/Info.plist') diff --git a/lexilla/src/Lexilla/Info.plist b/lexilla/src/Lexilla/Info.plist new file mode 100644 index 000000000..5effc6307 --- /dev/null +++ b/lexilla/src/Lexilla/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + $(PRODUCT_BUNDLE_PACKAGE_TYPE) + CFBundleShortVersionString + 4.4.4 + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSHumanReadableCopyright + Copyright © 2020 Neil Hodgson. All rights reserved. + + -- cgit v1.2.3