Repository: cordova-ios Updated Branches: refs/heads/master e7ed5b9f4 -> 39160bde6
CB-12673 - ios platform does not build on Xcode 8.3.2 This closes #307 Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/39160bde Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/39160bde Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/39160bde Branch: refs/heads/master Commit: 39160bde6fb4a951f94c6eb525c2a44e4f09102e Parents: e7ed5b9 Author: Shazron Abdullah <[email protected]> Authored: Wed Apr 19 14:41:23 2017 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Wed Apr 19 17:13:34 2017 -0700 ---------------------------------------------------------------------- .travis.yml | 1 - bin/templates/project/__TEMP__.xcodeproj/project.pbxproj | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/39160bde/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 732323f..47a164d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ sudo: false before_install: - npm cache clean -f - npm install -g n - - n stable - node --version install: - npm install http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/39160bde/bin/templates/project/__TEMP__.xcodeproj/project.pbxproj ---------------------------------------------------------------------- diff --git a/bin/templates/project/__TEMP__.xcodeproj/project.pbxproj b/bin/templates/project/__TEMP__.xcodeproj/project.pbxproj index a2b9790..46462f4 100755 --- a/bin/templates/project/__TEMP__.xcodeproj/project.pbxproj +++ b/bin/templates/project/__TEMP__.xcodeproj/project.pbxproj @@ -42,7 +42,7 @@ 1D3623250D0F684500981E51 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; 1D6058910D05DD3D006BFB54 /* __PROJECT_NAME__.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "__PROJECT_NAME__.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; - 301BF52D109A57CC0062928A /* CordovaLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CordovaLib.xcodeproj; sourceTree = CORDOVALIB; }; + 301BF52D109A57CC0062928A /* CordovaLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CordovaLib/CordovaLib.xcodeproj; sourceTree = "<group>"; }; 301BF56E109A69640062928A /* www */ = {isa = PBXFileReference; lastKnownFileType = folder; path = www; sourceTree = SOURCE_ROOT; }; 302D95EE14D2391D003F00A1 /* MainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainViewController.h; sourceTree = "<group>"; }; 302D95EF14D2391D003F00A1 /* MainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainViewController.m; sourceTree = "<group>"; }; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
