* 'swift-2' of https://github.com/socketio/socket.io-client-swift:
  test
  use xcodebuild
  running tests
  next signing tests
  turn of code signing
  code signing
  correct scheme
  travis support
This commit is contained in:
Erik 2015-09-02 12:03:19 -04:00
commit e91f1031d6
2 changed files with 7 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: objective-c
xcode_project: Socket.IO-Client-Swift.xcodeproj # path to your xcodeproj folder
xcode_scheme: SocketIO-iOS
osx_image: xcode7
script: xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-iOS -sdk iphonesimulator build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO

View File

@ -535,6 +535,7 @@
572EF2121B51F12F00EEBB58 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "Developer ID Application";
GCC_OPTIMIZATION_LEVEL = 0;
PRODUCT_NAME = SocketIO;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@ -544,6 +545,7 @@
572EF2131B51F12F00EEBB58 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "Developer ID Application";
PRODUCT_NAME = SocketIO;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
};