Very few - the only manual things I do are;
- clicking the distribute button to push the bundle to the App Store
- filling in the compliance survey and App Store listing content
- linking some components together e.g. for creating a VPN installer and tunnel i had to click some things in the Xcode UI
I automate as much as possible;
-“create 12 app icons for this in SVG and present them to me in a HTML page so I can choose one and then use that for the app icon and splash screen”
- “create a demo mode toggle in settings and populate the app with fake data and then open up simulators for the correct image dimensions for the App Store listing so I can crate screenshots”
- sometimes it tell me I have to other things like set up the entitlements to which is say “no - you do it and don’t forget to fill in the description that gets shown to the user so the feature actually works”
I knew very little about Swift or Xcode profile to this and TBH I still don’t know that much about it, but I’m experienced enough to know when I’m being fed something that doesn’t look or feel right programmatically or architecturally.