Commit Graph
34 Commits
Author SHA1 Message Date
Henrik Rydgård 5bed490cfb Trying another approach 2026-02-16 09:04:21 +01:00
Henrik Rydgård baa28d1a8e Try to make the app validation happy. 2026-02-16 09:04:21 +01:00
Henrik Rydgård df9c575a22 iOS: Show the status bar (overlay style) in portrait mode. 2025-10-28 11:54:07 +01:00
Henrik Rydgård 1c49ad7b29 Support screen rotation on iOS (unrestricted) 2025-10-22 15:13:21 +02:00
Henrik Rydgård 2f06100b43 iOS: Initial attempt at switching to SceneDelegate (UIScene)
Fixes #20884
2025-10-17 15:58:23 +02:00
Henrik Rydgård 03dcd95d69 iOS: Simplify gold icon setup. Change name of the icon. 2025-06-03 16:06:37 +02:00
Henrik Rydgård cd21f6a526 Add a gold icon to alternate icons. NOTE: It must not be named AppIconGold! 2025-05-25 11:22:05 +02:00
Henrik Rydgård c3ed94b721 More icon work 2025-05-25 11:22:05 +02:00
Henrik Rydgård 6035ef0652 Implement image file picker on iOS, various buildfixes 2025-05-19 20:41:16 +02:00
Henrik Rydgård d76fd6d836 iOS: Unify style for entitlement messages 2024-09-04 12:57:37 +02:00
Henrik Rydgård 95a886cffb Typo fix 2024-06-13 00:00:33 +02:00
Henrik Rydgård 87f066ef14 Set GCSupportsGameMode in info.plist files for iOS and Mac
See https://youtu.be/SgshkDg1QN8?t=519

This seems to be the way to do it.
2024-06-11 18:13:40 +02:00
Henrik Rydgård d8120f9f2e Set the games category in plists for Mac and iOS. 2024-06-11 11:46:55 +02:00
Henrik Rydgård dca67bb5ce Add a message for network usage
See #19246
2024-06-05 13:34:28 +02:00
Halo-Michael 32d38627ad Uniform icon style & clean up 2024-05-27 00:57:36 +08:00
Halo-MichaelandGitHub 8f1b4d6740 Update PPSSPP-Info.plist
First, we are no longer support armv7
then specific CFBundleDevelopmentRegion key will make
https://github.com/hrydgard/ppsspp/blob/a11ca4cb9010b6c6ca33d5ec46b369045a43f6f3/ios/main.mm#L109
always return en_XX
2023-02-28 20:47:26 +08:00
Unknown W. Brackets b77d47e357 iOS: Undo app ID change. 2021-02-20 07:03:39 -08:00
Henrik Rydgård 224bd05b4c iOS: Fix multitouch tracking.
Patterned on #9602.

Fixes #5099.

Note that the iPhone supports max 5 touches and will cancel all on the 6th touch.
That's platform behavior that can't be changed. We interpret touch cancellation
as touch up.
2021-02-20 13:16:09 +01:00
Florin9doi 4bebdb30c6 iOS : File association 2020-04-29 11:02:59 +03:00
Florin9doi 5fbf2d7713 Add camera/location support for iOS
Add front camera support for Android
Allow to change the active camera in-game
2020-01-25 16:54:45 +02:00
Xie Yi 597e61c0c9 add support for File app on iOS 11 2018-04-15 22:54:04 +08:00
Kentucky Compass 6ea4924ee9 require iOS 8, add a launch screen 2018-01-04 09:56:49 -08:00
mgaver 0fc2e9a77b Update PPSSPP-Info.plist
Relocate a launch image
2015-10-08 13:44:42 +09:00
TwistedUmbrella 3f3e464dae Revert "iOS: Add launch xib name to info.plist"
This reverts commit b7db78362d.
2014-10-08 15:59:18 -04:00
rock88 b7db78362d iOS: Add launch xib name to info.plist 2014-10-03 17:50:12 +07:00
Henrik Rydgård 5a0a182a82 Revert "Set NSPrincipalClass to get retina widget rendering on OS X" 2014-09-09 17:42:27 +02:00
Daniel Nagel 1c74f95018 Set NSPrincipalClass to get retina widget rendering on OS X 2014-09-04 12:05:21 +02:00
Karen Tsai b3b83b33cb Modified bundle ID to be consistent with other platforms. 2014-05-22 02:22:45 -04:00
W.MS/王京 55fdac7529 remove stupid iOS7 status bar 2014-01-22 13:12:36 +08:00
Unknown W. Brackets cce038b009 iOS: Update Info.plist for iPad support (thanks @bsauvage1.)
Reportedly fixes #1015, reportedly fixes #1067.
2013-03-31 00:44:01 -07:00
Vladislav Korotnev 84efdc903c Enable iTunes file sharing (for those who install with Xcode and aren't jailbroken) 2013-03-18 21:10:40 +06:00
rock88andUnknown W. Brackets 05bdc2cd2f IOS: iPhone/iPod 5 screen support 2013-03-16 12:53:30 -07:00
Sacha 0b8706684a Add iOS icons to project (from rock88). 2013-02-24 13:32:23 +10:00
Sacha 8ba2769d5e iOS Objective-C code dump.
ViewController courtesy of rock88.
Made modifications for simplification and code-style.
Still missing some files (eg. images). Also, CMake is not set up correctly yet.
2013-02-18 00:05:16 +10:00