Skip to content

Conversation

@kastiglione
Copy link
Contributor

This creates a new target in the Xcode project: Chisel-macOS. No code changes were required.

LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.13;
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.Chisel-macOS";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Copy link
Contributor Author

@kastiglione kastiglione Jul 17, 2018

Choose a reason for hiding this comment

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

This results in a framework named Chisel_macOS. Ideally there would only be one framework, but a fat binary can't have both a simulator x86_64 slice and also a macOS x86_64 slice.

@kastiglione kastiglione merged commit 7a81a3c into master Jul 17, 2018
@kastiglione kastiglione deleted the macos-runtime branch July 17, 2018 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants