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 2012/08/25 02:59:42 UTC

[3/3] ios commit: Removed setting of Xcode variable CORDOVALIB (the CordovaLib sub-project in the template uses an absolute file reference now)

Removed setting of Xcode variable CORDOVALIB (the CordovaLib sub-project in the template uses an absolute file reference now)


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

Branch: refs/heads/master
Commit: a8641997f0d59c66bae9a4ca14a8a6dc412f486e
Parents: 0c8eda9
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Aug 24 17:58:59 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Aug 24 17:58:59 2012 -0700

----------------------------------------------------------------------
 Makefile |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/a8641997/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index c0e625d..e445d87 100644
--- a/Makefile
+++ b/Makefile
@@ -69,15 +69,11 @@ check-utils:
 		fi
 
 install: check-utils clean update-template
-		@defaults write org.apache.cordovalib InstallLocation "$(CORDOVA_LIB)"
-		@defaults write com.apple.dt.Xcode IDEApplicationwideBuildSettings -dict-add CORDOVALIB "$(CORDOVA_LIB)"
-		@defaults write com.apple.dt.Xcode IDESourceTreeDisplayNames -dict-add CORDOVALIB ""
 		@# rename the existing Xcode 4 template
 		@if [ -d $(EXISTING_XCODE4_TEMPLATE) ]; then \
 				mv $(EXISTING_XCODE4_TEMPLATE) $(RENAMED_XCODE4_TEMPLATE) ; \
 		fi
 		@make clean
-		@echo -e "CordovaLib installed at: \033[33m$(CORDOVA_LIB)\033[m";
 
 uninstall:
 		@# uninstall previous Cordova versions < 2.0.0