And the list starts to grow.
theapplottery.com
#iOSDev #BuildInPublic #Swift #IndieDev #AppStore #StartupProjects
And the list starts to grow.
theapplottery.com
#iOSDev #BuildInPublic #Swift #IndieDev #AppStore #StartupProjects
Photo Ranker 1.5 will include shortcuts support! Download it now so you don’t miss the update.
This small Files Review app is actually really cool! I have a build script in Dev Creds now that generates a json file on every build, but will not override the reviewed or hasTests properties. This makes my app code the source of truth. Files are automatically added and deleted as I refactor.
I hacked together a little CLI over the weekend called spm-audit. It scans your project for SwiftPM dependencies (Package.swift or Xcode), checks GitHub for the latest stable releases, and shows a clean table of what’s outdated. It runs checks in parallel and can optionally include all dependencies, not just direct ones. It's in pre-release but feel free to check it out!