alternate-icons icon indicating copy to clipboard operation
alternate-icons copied to clipboard

Xcode 15 beta compatibility

Open ksuther opened this issue 1 year ago • 0 comments

Trying to update the generated Info.plist directly in the built product no longer works reliably with Xcode 15. Instead we now read the input Info.plist, write an updated Info.plist to a temporary location, then use the generated Info.plist as the Info.plist file in the target settings.

Note that this approach won't work if GENERATE_INFOPLIST_FILE is YES (which we don't use in our projects).

Also updates to Swift 5, builds a universal binary, and other cleanup.

ksuther avatar Jul 24 '23 21:07 ksuther