Update starscream for new dep; add spm build
This commit is contained in:
parent
f00af67283
commit
781a9e32ca
@ -12,4 +12,5 @@ before_install:
|
||||
script:
|
||||
- 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
|
||||
- swift build
|
||||
#script: xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
import Foundation
|
||||
import zlib
|
||||
import CZLib
|
||||
|
||||
class Decompressor {
|
||||
private var strm = z_stream()
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
module zlib [system] {
|
||||
module CZLib [system] {
|
||||
header "include.h"
|
||||
link "z"
|
||||
export *
|
||||
}
|
||||
module CommonCrypto [system] {
|
||||
header "include.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user