From 9427e27e24a7135880ee2881c3c44988e174b41a Mon Sep 17 00:00:00 2001 From: Zephyron Date: Tue, 31 Dec 2024 16:19:25 +1000 Subject: chore: update project branding to citron --- src/citron/Info.plist | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 src/citron/Info.plist (limited to 'src/citron/Info.plist') diff --git a/src/citron/Info.plist b/src/citron/Info.plist new file mode 100644 index 000000000..f05f3186c --- /dev/null +++ b/src/citron/Info.plist @@ -0,0 +1,48 @@ + + + + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleGetInfoString + + CFBundleIconFile + yuzu.icns + CFBundleIdentifier + com.yuzu-emu.yuzu + CFBundleInfoDictionaryVersion + 6.0 + CFBundleLongVersionString + + CFBundleName + yuzu + CFBundlePackageType + APPL + CFBundleShortVersionString + + CFBundleSignature + ???? + CFBundleVersion + + CSResourcesFileMapped + + LSApplicationCategoryType + public.app-category.games + LSRequiresCarbon + + NSHumanReadableCopyright + + NSPrincipalClass + NSApplication + NSHighResolutionCapable + True + + -- cgit v1.2.3