You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/06/11 02:51:26 UTC

[12/36] ios commit: Re-apply [CB-3507] (was clobbered)

Re-apply [CB-3507] (was clobbered)


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

Branch: refs/heads/3.0.0
Commit: a49be10f64b835accf027672ea891ae69e5f36f5
Parents: 4670246
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue May 28 14:05:13 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue May 28 14:05:13 2013 -0700

----------------------------------------------------------------------
 bin/templates/project/__TESTING__.xcodeproj/project.pbxproj | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/a49be10f/bin/templates/project/__TESTING__.xcodeproj/project.pbxproj
----------------------------------------------------------------------
diff --git a/bin/templates/project/__TESTING__.xcodeproj/project.pbxproj b/bin/templates/project/__TESTING__.xcodeproj/project.pbxproj
index 885089f..f0f80bb 100755
--- a/bin/templates/project/__TESTING__.xcodeproj/project.pbxproj
+++ b/bin/templates/project/__TESTING__.xcodeproj/project.pbxproj
@@ -546,7 +546,7 @@
 					"-weak-lSystem",
           "-force_load",
           "${TARGET_BUILD_DIR}/libCordova.a",
-					"-Obj-C",
+					"-ObjC",
 				);
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = NO;
@@ -587,7 +587,7 @@
 					"-weak-lSystem",
           "-force_load",
           "${TARGET_BUILD_DIR}/libCordova.a",
-					"-Obj-C",
+					"-ObjC",
 				);
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = NO;