SublimeTextSwiftAutocomplete icon indicating copy to clipboard operation
SublimeTextSwiftAutocomplete copied to clipboard

Work out how to make it compatible with imported Frameworks

Open Dan2552 opened this issue 8 years ago • 1 comments

Dan2552 avatar Dec 20 '16 22:12 Dan2552

The following works after carthage update --platform macOS on branch:

cd /Users/dan2552/projects/branch/src && sourcekitten complete --text 'import Foundation
import Swiftline

let bold = "hello".style.Bold' --offset 61 -- \
-sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk \
-target x86_64-apple-macosx10.10 \
-F /Users/dan2552/projects/branch/Carthage/Build/Mac

Dan2552 avatar Dec 24 '16 19:12 Dan2552