From 513483f8d59912fc4be6eb8f4765348bbfc17f9f Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Fri, 11 Sep 2015 22:06:19 +0200 Subject: citra-qt: Use custom Info.plist for Mac builds Instead of letting CMake re-generate an automatic Info.plist file on every build, use our own. This allows greater control on the application bundle settings. --- src/citra_qt/Info.plist | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/citra_qt/Info.plist (limited to 'src/citra_qt/Info.plist') diff --git a/src/citra_qt/Info.plist b/src/citra_qt/Info.plist new file mode 100644 index 000000000..0e5f092e5 --- /dev/null +++ b/src/citra_qt/Info.plist @@ -0,0 +1,36 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleGetInfoString + + CFBundleIconFile + citra.icns + CFBundleIdentifier + com.citra-emu.citra + CFBundleInfoDictionaryVersion + 6.0 + CFBundleLongVersionString + + CFBundleName + Citra + CFBundlePackageType + APPL + CFBundleShortVersionString + + CFBundleSignature + ???? + CFBundleVersion + + CSResourcesFileMapped + + LSRequiresCarbon + + NSHumanReadableCopyright + + + -- cgit v1.2.3