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 22:53:10 UTC

ios commit: [CB-3507] Wrong Linker Flag for project template

Updated Branches:
  refs/heads/master 3a887de7b -> c6f22ff99


[CB-3507] Wrong Linker Flag for project template


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

Branch: refs/heads/master
Commit: c6f22ff993aad6868038327660794c1626d0db90
Parents: 3a887de
Author: Song Zheng <co...@gmail.com>
Authored: Fri May 24 12:59:51 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue May 28 13:52:44 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/c6f22ff9/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 6b81e10..bb0ec86 100755
--- a/bin/templates/project/__TESTING__.xcodeproj/project.pbxproj
+++ b/bin/templates/project/__TESTING__.xcodeproj/project.pbxproj
@@ -545,7 +545,7 @@
 					CoreMedia,
 					"-weak-lSystem",
 					"-all_load",
-					"-Obj-C",
+					"-ObjC",
 				);
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = NO;
@@ -585,7 +585,7 @@
 					CoreMedia,
 					"-weak-lSystem",
 					"-all_load",
-					"-Obj-C",
+					"-ObjC",
 				);
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = NO;