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/05/28 23:05:19 UTC

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

Updated Branches:
  refs/heads/master 46702460b -> a49be10f6


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/master
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

----------------------------------------------------------------------
 .../project/__TESTING__.xcodeproj/project.pbxproj  |    4 ++--
 1 files 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;