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

Use iOS target for iOS-simulator #358

Merged
merged 1 commit into from
Sep 20, 2021
Merged

Conversation

jperedadnr
Copy link
Contributor

Fixes #357

return new DefaultArtifact(d.getGroupId(), d.getArtifactId(),
target, d.getType(), d.getVersion());
utilTarget, d.getType(), d.getVersion());
Copy link
Contributor

@johanvos johanvos Aug 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This means the same target is used for ios aarch64 and ios x86_64, but the native code is built for a different architecture. Or do we assume lipo is used to create multi-arch libraries?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We use lipo indeed.

@jperedadnr jperedadnr merged commit 314aa29 into gluonhq:master Sep 20, 2021
@jperedadnr jperedadnr deleted the 357-iossim branch September 20, 2021 08:24
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.

ios-sim target requires ios classifier for Attach Util
2 participants