Hacker News new | ask | show | jobs
by andrekandre 18 days ago

  > set up your entire app as a swift package, and then the Xcode project with a single main source file that calls some `app_main()`
this is basically how i do all apps nowadays (at home and at $work), all settings for the ios side of things is in a xcconfig file and keeps things simple and working with multiple people is much more a breeze this way