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 <[email protected]> Authored: Tue May 28 14:05:13 2013 -0700 Committer: Shazron Abdullah <[email protected]> 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;
