From f70cc2bdad427ba96266255335948aaa570ecf33 Mon Sep 17 00:00:00 2001 From: Baris Sencan Date: Tue, 17 Nov 2015 14:41:48 -0800 Subject: [PATCH] [CI] Fix dependency resolution error Fixes #87 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c7f32ca..b189cf4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: objective-c osx_image: xcode7.1 -script: xctool -project MobilePlayer.xcodeproj -scheme MobilePlayer build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO +script: xctool -workspace MobilePlayer.xcworkspace -scheme MobilePlayer build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO