Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

Commit

Permalink
CB-11937 - Travis CI build failing
Browse files Browse the repository at this point in the history
 This closes #28
  • Loading branch information
shazron committed Jan 26, 2017
1 parent 6112fd4 commit 618380f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,11 +1,12 @@
osx_image: xcode7.3
osx_image: xcode8
language: objective-c
sudo: false
before_install:
- npm cache clean -f
- npm install -g n
- n stable
- node --version
- xcodebuild -version
install:
- npm install
script:
Expand Down
Expand Up @@ -18,6 +18,13 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
3050280F1E2973F700CF9F12 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 7E9F518B19DA0F8300DA31AC /* CordovaLib.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = D2AAC07D0554694100DB518D;
remoteInfo = CordovaLib;
};
7E9F518F19DA0F8300DA31AC /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 7E9F518B19DA0F8300DA31AC /* CordovaLib.xcodeproj */;
Expand Down Expand Up @@ -163,6 +170,7 @@
buildRules = (
);
dependencies = (
305028101E2973F700CF9F12 /* PBXTargetDependency */,
);
name = CDVWKWebViewEngineLib;
productName = CDVWKWebViewEngineLib;
Expand Down Expand Up @@ -269,6 +277,11 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
305028101E2973F700CF9F12 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = CordovaLib;
targetProxy = 3050280F1E2973F700CF9F12 /* PBXContainerItemProxy */;
};
7E9F51AD19DA10DE00DA31AC /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 7E9F519419DA102000DA31AC /* CDVWKWebViewEngineLib */;
Expand Down
2 changes: 1 addition & 1 deletion tests/ios/package.json
Expand Up @@ -8,6 +8,6 @@
"cordova-ios": "*"
},
"scripts": {
"test": "xcodebuild test -workspace CDVWKWebViewEngineTest.xcworkspace -scheme CDVWKWebViewEngineLibTests -destination \"platform=iOS Simulator,name=iPhone 5\""
"test": "xcodebuild test -workspace CDVWKWebViewEngineTest.xcworkspace -scheme CDVWKWebViewEngineLibTests -destination 'platform=iOS Simulator,name=iPhone 5' -xcconfig test.xcconfig"
}
}
1 change: 1 addition & 0 deletions tests/ios/test.xcconfig
@@ -0,0 +1 @@
HEADER_SEARCH_PATHS = $(TARGET_BUILD_DIR)/include

0 comments on commit 618380f

Please sign in to comment.