Search found 9 matches

by larsman
Mon Jan 08, 2024 8:04 am
Forum: iPhone Port
Topic: Supported Device list
Replies: 3
Views: 4253

Re: Supported Device list

Apple removed support for armv7/armv7s devices in Xcode 15. Unfortunately Xcode 15 is required to sign the apps before uploading them to AppStore. So only arm64 devices, which means all devices with arm64 cpu on this list https://www.innerfence.com/howto/apple-ios-devices-dates-versions-instruction-...
by larsman
Thu Aug 03, 2023 9:17 pm
Forum: iPhone Port
Topic: GLSL Shaders in iOS
Replies: 9
Views: 8242

Re: GLSL Shaders in iOS

Great. Happy to help.
by larsman
Mon Jul 17, 2023 2:27 pm
Forum: iPhone Port
Topic: GLSL Shaders in iOS
Replies: 9
Views: 8242

Re: GLSL Shaders in iOS

You should be able to follow this
1. Create a folder called Payload
2. Place the .app folder inside of that
3. Zip up the Payload folder using normal compression
4. Then rename the file with a .ipa extension
https://gist.github.com/bananita/8039021
by larsman
Fri Jul 07, 2023 9:22 pm
Forum: iPhone Port
Topic: GLSL Shaders in iOS
Replies: 9
Views: 8242

Re: GLSL Shaders in iOS

Try out the latest master
by larsman
Fri Jul 07, 2023 9:21 pm
Forum: iPhone Port
Topic: Ultima IV iPad not working
Replies: 1
Views: 5277

Re: Ultima IV iPad not working

Have you tried with latest master?
by larsman
Wed May 24, 2023 10:14 am
Forum: iPhone Port
Topic: GLSL Shaders in iOS
Replies: 9
Views: 8242

Re: GLSL Shaders in iOS

I'm currently implementing to use the OpenGLManager, which is used by other backends, in the iOS port so hopefully shaders will be supported in a near future.
by larsman
Wed May 24, 2023 10:12 am
Forum: iPhone Port
Topic: Broken Sword 2.5 IOS Unsupported color mode
Replies: 3
Views: 13721

Re: Broken Sword 2.5 IOS Unsupported color mode

Hi

Thanks for testing and verifying BS 2.5 in ScummVM 2.7.0.
by larsman
Sat Apr 22, 2023 8:53 pm
Forum: iPhone Port
Topic: Broken Sword 2.5 on IOS
Replies: 5
Views: 6306

Re: Broken Sword 2.5 on IOS

We actually got it working in the 2.7.0 release.
So feel free to start playing BS 2.5 (or 11th hour) on 2.7.0 with support for mouses and game controllers
by larsman
Thu Jul 14, 2022 7:47 am
Forum: iPhone Port
Topic: Mouse Support iPadOS 13
Replies: 2
Views: 10486

Re: Mouse Support iPadOS 13

Late answer here but real mouse support is added in iOS 14 using the GameController library.
There’s a PR waiting to be merged
https://github.com/scummvm/scummvm/pull/4032