Like if I want to create running functional programs that import stuff like AVFoundation and just don’t have the UI/visual side to worry about, is there a way to do that and on iOS/iPhone cuz that’s all I have rn?
Like if I want to create running functional programs that import stuff like AVFoundation and just don’t have the UI/visual side to worry about, is there a way to do that and on iOS/iPhone cuz that’s all I have rn?
I checked and you can do everything with the command line: https://www.swift.org/getting-started/cli-swiftpm/
It makes sense because servers and CI don’t need Xcode or a screen to build applications, everything is automated somehow.