You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2015/10/30 11:50:27 UTC

[3/7] ios commit: CB-9656 - Xcode can't find CDVViewController.h when archiving in Xcode 7.1 beta

CB-9656 - Xcode can't find CDVViewController.h when archiving in Xcode 7.1 beta


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/9cab8496
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/9cab8496
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/9cab8496

Branch: refs/heads/3.9.x
Commit: 9cab8496c6e45047c0a9cb01a33bf29fa1adab3f
Parents: 6f771f9
Author: sgrebnov <v-...@microsoft.com>
Authored: Mon Oct 26 15:23:09 2015 +0300
Committer: sgrebnov <v-...@microsoft.com>
Committed: Mon Oct 26 15:23:09 2015 +0300

----------------------------------------------------------------------
 bin/templates/project/__CLI__.xcodeproj/project.pbxproj     | 1 +
 bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9cab8496/bin/templates/project/__CLI__.xcodeproj/project.pbxproj
----------------------------------------------------------------------
diff --git a/bin/templates/project/__CLI__.xcodeproj/project.pbxproj b/bin/templates/project/__CLI__.xcodeproj/project.pbxproj
index 56b22de..2e5af18 100755
--- a/bin/templates/project/__CLI__.xcodeproj/project.pbxproj
+++ b/bin/templates/project/__CLI__.xcodeproj/project.pbxproj
@@ -528,6 +528,7 @@
 					"\"$(TARGET_BUILD_DIR)/usr/local/lib/include\"",
 					"\"$(OBJROOT)/UninstalledProducts/include\"",
 					"\"$(BUILT_PRODUCTS_DIR)\"",
+					"\"$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include\"",
 				);
 				IPHONEOS_DEPLOYMENT_TARGET = 6.0;
 				OTHER_LDFLAGS = (

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9cab8496/bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj
----------------------------------------------------------------------
diff --git a/bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj b/bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj
index 70fe26d..c5f11d6 100755
--- a/bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj
+++ b/bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj
@@ -512,6 +512,7 @@
 					"\"$(TARGET_BUILD_DIR)/usr/local/lib/include\"",
 					"\"$(OBJROOT)/UninstalledProducts/include\"",
 					"\"$(BUILT_PRODUCTS_DIR)\"",
+					"\"$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include\"",
 				);
 				IPHONEOS_DEPLOYMENT_TARGET = 6.0;
 				OTHER_LDFLAGS = (


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org