Skip to content

Conversation

@ksuther
Copy link

@ksuther ksuther commented Jul 24, 2023

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 added 4 commits July 24, 2023 16:33
…t to output files

Xcode 15 no longer always writes Info.plist before shell scripts run, so it's safer to write a completely separate Info.plist to another location and then have Xcode use the generated Info.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant