martin-marek / hdr-plus-swift

📸Night mode on any camera. Based on HDR+.
https://burst.photo
GNU General Public License v3.0
208 stars 11 forks source link

Xcode settings changes #33

Closed Alex-Vasile closed 1 year ago

Alex-Vasile commented 1 year ago

The main change here is that it changes signing for debug builds so that you don't need to sign up for an iCloud account. This also greatly simplifies development since it means you're not carrying around an uncommitted change to this setting (which makes certain version control operations really annoying). When creating a release this setting will have to be changed (but not committed) to whichever account is in charge of signing for the App Store.

The other changes are based on XCode recommendations (strip dead code, only build debug builds for the architecture being tested, and build different targets in parallel).