Update starscream for new dep; add spm build

This commit is contained in:
Erik 2017-07-08 09:40:50 -04:00
parent f00af67283
commit 781a9e32ca
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D
3 changed files with 31 additions and 29 deletions

View File

@ -12,4 +12,5 @@ before_install:
script: script:
- xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build-for-testing -quiet - xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build-for-testing -quiet
- xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac run-tests --parallelize - xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac run-tests --parallelize
- swift build
#script: xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test #script: xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test

View File

@ -25,7 +25,7 @@
// //
////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////
import Foundation import Foundation
import zlib import CZLib
class Decompressor { class Decompressor {
private var strm = z_stream() private var strm = z_stream()

View File

@ -1,6 +1,7 @@
module zlib [system] { module CZLib [system] {
header "include.h" header "include.h"
link "z" link "z"
export *
} }
module CommonCrypto [system] { module CommonCrypto [system] {
header "include.h" header "include.h"