inseven / opolua

A compiled-OPL interpreter for iOS written in Lua
https://opolua.org
MIT License
12 stars 0 forks source link

Replace Fastlane with `altool` for releases #225

Closed jbmorley closed 1 year ago

jbmorley commented 2 years ago

Fastlane introduces an unnecessary dependency on Ruby and an extra layer of tooling that needs to be updated whenever Apple update their toolchain. Instead, we should use altool directly and drop the dependency on Fastlane. This is good preparatory work for iOS 16 builds.

jbmorley commented 1 year ago

Done.