summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar MerryMage2018-01-13 23:11:51 +0000
committerGravatar MerryMage2018-01-13 23:11:51 +0000
commitb3c303539e33d526716d20ae204e5bfe621d8f4d (patch)
tree6dd4f71ae6940131db0dd0a5e99ec437b1aa24d6
parentAdd new icons and fix up the linux paths for install (diff)
downloadyuzu-b3c303539e33d526716d20ae204e5bfe621d8f4d.tar.gz
yuzu-b3c303539e33d526716d20ae204e5bfe621d8f4d.tar.xz
yuzu-b3c303539e33d526716d20ae204e5bfe621d8f4d.zip
macOS: Update Info.plist
Diffstat (limited to '')
-rw-r--r--src/yuzu/Info.plist68
1 files changed, 34 insertions, 34 deletions
diff --git a/src/yuzu/Info.plist b/src/yuzu/Info.plist
index 7d46b39d1..5f1c95d54 100644
--- a/src/yuzu/Info.plist
+++ b/src/yuzu/Info.plist
@@ -2,39 +2,39 @@
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0"> 3<plist version="1.0">
4<dict> 4<dict>
5 <key>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string> 6 <string>English</string>
7 <key>CFBundleExecutable</key> 7 <key>CFBundleExecutable</key>
8 <string>${EXECUTABLE_NAME}</string> 8 <string>${EXECUTABLE_NAME}</string>
9 <key>CFBundleGetInfoString</key> 9 <key>CFBundleGetInfoString</key>
10 <string></string> 10 <string></string>
11 <key>CFBundleIconFile</key> 11 <key>CFBundleIconFile</key>
12 <string>citra.icns</string> 12 <string>yuzu.icns</string>
13 <key>CFBundleIdentifier</key> 13 <key>CFBundleIdentifier</key>
14 <string>com.citra-emu.citra</string> 14 <string>com.yuzu-emu.yuzu</string>
15 <key>CFBundleInfoDictionaryVersion</key> 15 <key>CFBundleInfoDictionaryVersion</key>
16 <string>6.0</string> 16 <string>6.0</string>
17 <key>CFBundleLongVersionString</key> 17 <key>CFBundleLongVersionString</key>
18 <string></string> 18 <string></string>
19 <key>CFBundleName</key> 19 <key>CFBundleName</key>
20 <string>Citra</string> 20 <string>yuzu</string>
21 <key>CFBundlePackageType</key> 21 <key>CFBundlePackageType</key>
22 <string>APPL</string> 22 <string>APPL</string>
23 <key>CFBundleShortVersionString</key> 23 <key>CFBundleShortVersionString</key>
24 <string></string> 24 <string></string>
25 <key>CFBundleSignature</key> 25 <key>CFBundleSignature</key>
26 <string>????</string> 26 <string>????</string>
27 <key>CFBundleVersion</key> 27 <key>CFBundleVersion</key>
28 <string></string> 28 <string></string>
29 <key>CSResourcesFileMapped</key> 29 <key>CSResourcesFileMapped</key>
30 <true/> 30 <true/>
31 <key>LSRequiresCarbon</key> 31 <key>LSRequiresCarbon</key>
32 <true/> 32 <true/>
33 <key>NSHumanReadableCopyright</key> 33 <key>NSHumanReadableCopyright</key>
34 <string></string> 34 <string></string>
35 <key>NSPrincipalClass</key> 35 <key>NSPrincipalClass</key>
36 <string>NSApplication</string> 36 <string>NSApplication</string>
37 <key>NSHighResolutionCapable</key> 37 <key>NSHighResolutionCapable</key>
38 <string>True</string> 38 <string>True</string>
39</dict> 39</dict>
40</plist> 40</plist>