Update starscream for new dep; add spm build
This commit is contained in:
parent
f00af67283
commit
781a9e32ca
@ -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
|
||||||
|
|||||||
@ -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()
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user