clean-links icon indicating copy to clipboard operation
clean-links copied to clipboard

Update project to be able to build with Xcode 15

Open faisal opened this issue 1 year ago • 1 comments

A number of changes in support of being able to build with the current Xcode:

  • Set all targets' build version, marketing version, and swift version to inherit from the project. With the minimum deployment target of 10.15 and use of Swift 5, Xcode no longer bundles Swift libraries in the built app for backwards compatibility, which cuts the resulting app size by ~90%.
  • Stopped manually embedding the Clean_Links entitlement

faisal avatar Oct 26 '23 23:10 faisal

This is largely ready, but it builds on https://github.com/Sh1d0w/clean-links/pull/28 and we should wait for that to land before landing this one.

faisal avatar Oct 26 '23 23:10 faisal