shortcut-template.plist
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>CFBundleDevelopmentRegion</key> 6 <string>English</string> 7 <key>CFBundleExecutable</key> 8 <string>{0}</string> 9 <key>CFBundleGetInfoString</key> 10 <string>{1}</string> 11 <key>CFBundleIconFile</key> 12 <string>{2}</string> 13 <key>CFBundleInfoDictionaryVersion</key> 14 <string>6.0</string> 15 <key>CFBundleVersion</key> 16 <string>1.0</string> 17 <key>NSHighResolutionCapable</key> 18 <true/> 19 <key>CSResourcesFileMapped</key> 20 <true/> 21 <key>NSHumanReadableCopyright</key> 22 <string>Copyright © 2018 - 2023 Ryujinx Team and Contributors.</string> 23 <key>LSApplicationCategoryType</key> 24 <string>public.app-category.games</string> 25 <key>LSMinimumSystemVersion</key> 26 <string>11.0</string> 27 <key>UIPrerenderedIcon</key> 28 <true/> 29 <key>LSEnvironment</key> 30 <dict> 31 <key>DOTNET_DefaultStackSize</key> 32 <string>200000</string> 33 </dict> 34 </dict> 35 </plist>