You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added instructions for integration with Xcode projects (#3)
Added instructions for integration with Xcode projects, which is a couple steps more complex than normal framework/library inclusion requiring setting up Library Search Paths & Runpath Search Paths. This matches the resulting `ld` flags of `-L«toolchain-dir»/usr/lib` and `-Xlinker -rpath -Xlinker «toolchain-dir»/usr/lib` as is done in swift-index-store's own Package.swift.
0 commit comments