-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[K/N] Pick minimal iOS/tvOS depending on the Xcode version
ld from Xcode 15 beta 5 incorrectly parses dylib version if it was built with version < 12.0. In the master branch we simply solved the problem by bumping minOsVersion to 12.0. However, in 1.9.10 we have to support both Xcode 14 as well as Xcode 15. Thus, we a added a bit of logic that checks Xcode version and sets minOsVersion depending on it. ^KT-60758
- Loading branch information
1 parent
b1aa582
commit 955598c
Showing
2 changed files
with
43 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters