Update PPSSPP-Info.plist

First, we are no longer support armv7
then specific CFBundleDevelopmentRegion key will make
a11ca4cb90/ios/main.mm (L109)
always return en_XX
This commit is contained in:
Halo-Michael 2023-02-28 20:47:26 +08:00 committed by GitHub
parent 23fd9907ed
commit 8f1b4d6740
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,6 @@
<string>Your camera may be used to emulate Go!Cam, a camera accessory</string>
<key>NSMicrophoneUsageDescription</key>
<string>Your microphone may be used to emulate Go!Cam/Talkman, a microphone accessory</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>PPSSPP</string>
<key>CFBundleExecutable</key>
@ -36,7 +34,7 @@
<false/>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
<string>arm64</string>
</array>
<key>UIStatusBarHidden</key>
<true/>