Using xcodebuild instead of broken xctools

This commit is contained in:
michael starke
2017-05-24 23:42:30 +02:00
parent 5babb0146c
commit ef26b6739e

View File

@@ -3,4 +3,5 @@ language: objective-c
before_install:
- carthage bootstrap --platform Mac
xcode_project: MacPass.xcodeproj
xcode_scheme: MacPass
xcode_scheme: MacPass
script: xcodebuild clean && xcodebuild build -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO