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

* reworked way swift dependencies are picked up #552

Merged
merged 1 commit into from
Apr 20, 2021

Conversation

dkimitsa
Copy link
Contributor

  • allowing static swift libs to be linked by linker (no need to specify them)
  • fixed pattern to not try to copy swift libs that are part of runtime, only @rpath are being copied now;
  • application binary is being scanned for swift dependencies as well now. As static linking might introduce ones
  • added <swiftSupport> config option. Putting this to robovm.xml will add swift path to linker library search path

- allowing static swift libs to be linked by linker (no need to specify them)
- fixed pattern to not try to copy swift libs that are part of runtime, only @rpath are being copied now;
- application binary is being scanned for swift dependencies as well now. As static linking might introduce ones
- added `<swiftSupport>` config option. Putting this to `robovm.xml` will add swift path to linker library search path
@dkimitsa
Copy link
Contributor Author

more info in long read

@Tom-Ski Tom-Ski merged commit 767e02e into MobiVM:master Apr 20, 2021
dkimitsa added a commit to dkimitsa/robovm-robopods that referenced this pull request Apr 29, 2021
@dkimitsa dkimitsa deleted the fix/swift-dependencies branch October 20, 2021 10:57
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