You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2013/09/13 00:49:06 UTC

ios commit: CordovaTests project was missing the CordovaLib dependency

Updated Branches:
  refs/heads/master 7a8c659ad -> 5733521b4


CordovaTests project was missing the CordovaLib dependency


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

Branch: refs/heads/master
Commit: 5733521b46040defeab14625bdff9c3ed7a9ed5b
Parents: 7a8c659
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Sep 12 15:48:58 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Sep 12 15:48:58 2013 -0700

----------------------------------------------------------------------
 CordovaLibTests/CordovaTests.xcodeproj/project.pbxproj | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/5733521b/CordovaLibTests/CordovaTests.xcodeproj/project.pbxproj
----------------------------------------------------------------------
diff --git a/CordovaLibTests/CordovaTests.xcodeproj/project.pbxproj b/CordovaLibTests/CordovaTests.xcodeproj/project.pbxproj
index b61a0df..54f4df1 100644
--- a/CordovaLibTests/CordovaTests.xcodeproj/project.pbxproj
+++ b/CordovaLibTests/CordovaTests.xcodeproj/project.pbxproj
@@ -60,6 +60,13 @@
 			remoteGlobalIDString = 303A4067152124BB00182201;
 			remoteInfo = CordovaLibApp;
 		};
+		7E73351317E27B4E00AB7A3F /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = EB37018115D18B2D00BEBC43 /* CordovaLib.xcodeproj */;
+			proxyType = 1;
+			remoteGlobalIDString = D2AAC07D0554694100DB518D;
+			remoteInfo = CordovaLib;
+		};
 		EB3B34E5161B5454003DBE7D /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			containerPortal = EB37018115D18B2D00BEBC43 /* CordovaLib.xcodeproj */;
@@ -298,6 +305,7 @@
 			buildRules = (
 			);
 			dependencies = (
+				7E73351417E27B4E00AB7A3F /* PBXTargetDependency */,
 				30F8AE3315212F07006625B3 /* PBXTargetDependency */,
 			);
 			name = CordovaLibTests;
@@ -440,6 +448,11 @@
 			target = 303A4067152124BB00182201 /* CordovaLibApp */;
 			targetProxy = 30F8AE3215212F07006625B3 /* PBXContainerItemProxy */;
 		};
+		7E73351417E27B4E00AB7A3F /* PBXTargetDependency */ = {
+			isa = PBXTargetDependency;
+			name = CordovaLib;
+			targetProxy = 7E73351317E27B4E00AB7A3F /* PBXContainerItemProxy */;
+		};
 		EB3B34E8161B552E003DBE7D /* PBXTargetDependency */ = {
 			isa = PBXTargetDependency;
 			name = CordovaLib;