jpsim / SourceKitten Public
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
Added the Yaml and SWXMLHash frameworks to address issue #232. #233
Conversation
Hi @owensd, I'm very very sorry for the long delay in getting back to you on this. Due to packaging changes in #215, If I download
whereas if I run
I'll accept this patch because you're right that things are currently broken and this helps, but I'd love to hear if @norio-nomura, who did #215, has better ideas.
I guess I'm confused why you're expecting to see a |
Sorry, I didn't think about binary distribution of SourceKittenFramework at all. |
I think
➜ 22:10:18 echo 'github "jpsim/SourceKitten"'>Cartfile
➜ 22:12:40 DEVELOPER_DIR=/Applications/Xcode.app carthage bootstrap
*** Checking out SWXMLHash at "2.5.0"
*** Downloading SourceKitten.framework binary at "0.13.0: FormatKitten"
*** Checking out YamlSwift at "eecbc9108c297f3faf946504b648b0a7368b0f4d"
*** xcodebuild output can be found in /var/folders/kt/2mwy9b_56_7993x190pl_1fh0000gn/T/carthage-xcodebuild.8lPZVc.log
*** Building scheme "SWXMLHash watchOS" in SWXMLHash.xcworkspace
*** Building scheme "SWXMLHash iOS" in SWXMLHash.xcworkspace
*** Building scheme "SWXMLHash tvOS" in SWXMLHash.xcworkspace
*** Building scheme "SWXMLHash OSX" in SWXMLHash.xcworkspace
*** Building scheme "Yaml tvOS" in Yaml.xcodeproj
*** Building scheme "Yaml iOS" in Yaml.xcodeproj
*** Building scheme "Yaml OSX" in Yaml.xcodeproj Containing |
This might have been just my misreading of |
This partially addresses issue #232.
I'm a little confused though as I'm not seeing a
Carthage.zip
file being produced. I do see aSourceKittenFramework.framework.zip
file though.