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

proposal: x/mobile: add a way to specify IPHONEOS_DEPLOYMENT_TARGET for maccatalyst #61840

Open
fortuna opened this issue Aug 8, 2023 · 1 comment
Labels
mobile Android, iOS, and x/mobile OS-iOS GOOS=ios Proposal
Milestone

Comments

@fortuna
Copy link

fortuna commented Aug 8, 2023

Currently if you specify the flag -iosversion if affects both the ios and maccatalyst frameworks. However, I need target 11.0 for ios and 13.1 for maccatalyst, because maccatalyst requires 13.1, but I don't want to raise the version for ios and lose users.

I need a way to specify different versions for the different platforms.

It may be worth it to provide a way to specify our own build config files. I believe I would be able to set IPHONEOS_DEPLOYMENT_TARGET[sdk=macosx*]=13.1 on a build config, though that doesn't work as an env variable.

@gopherbot gopherbot added this to the Proposal milestone Aug 8, 2023
@bcmills bcmills added mobile Android, iOS, and x/mobile OS-iOS GOOS=ios labels Aug 8, 2023
@bcmills
Copy link
Contributor

bcmills commented Aug 8, 2023

(CC @golang/ios)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mobile Android, iOS, and x/mobile OS-iOS GOOS=ios Proposal
Projects
Status: Incoming
Development

No branches or pull requests

3 participants