From 27f8f1e9216dea8decc342e4e0d623cd43346848 Mon Sep 17 00:00:00 2001 From: ryanwisemanmusic <155513131+ryanwisemanmusic@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:43:31 -0800 Subject: [PATCH] Info.plist: VSCode Support for Mac OS Since Xcode autogenerates the required Mac plist file, this is the file that VSCode requires so we can do ./xb premake --- src/xenia/app/Info.plist | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/xenia/app/Info.plist diff --git a/src/xenia/app/Info.plist b/src/xenia/app/Info.plist new file mode 100644 index 000000000..af849017d --- /dev/null +++ b/src/xenia/app/Info.plist @@ -0,0 +1,32 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + xenia + CFBundleIconFile + + CFBundleIdentifier + jp.xenia.emulator + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Xenia + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + LSMinimumSystemVersion + 10.13 + NSHighResolutionCapable + + NSPrincipalClass + NSApplication + NSSupportsAutomaticGraphicsSwitching + + + \ No newline at end of file