Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modern naming for IOS_DEPLOYMENT_TARGET #2405

Merged
merged 1 commit into from
Apr 24, 2023
Merged

Modern naming for IOS_DEPLOYMENT_TARGET #2405

merged 1 commit into from
Apr 24, 2023

Conversation

Kylmakalle
Copy link
Contributor

@Kylmakalle Kylmakalle commented Apr 17, 2023

This fixes setting the minimum deployable version for tvOS simulator. These changes also utilize modern naming for the min-version parameter. I was able to test it successfully using a customized build.sh

$ otool -l lib/libtdjson_static.a | grep -A3 -B1 "VERSION_MIN"
Load command 1
      cmd LC_VERSION_MIN_IPHONEOS
  cmdsize 16
  version 11.0
      sdk 16.2

Ref: rust-lang/rust#48862

+ fix for tvos-simulator naming
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.

2 participants