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/07/27 02:09:12 UTC

ios commit: [CB-4409] Remove build artifact folder on cordova/clean

Updated Branches:
  refs/heads/master 96557e3dc -> 5faf43056


[CB-4409] Remove build artifact folder on cordova/clean


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

Branch: refs/heads/master
Commit: 5faf43056f3cd5bace2f51f8dde6c7903c87999b
Parents: 96557e3
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Jul 26 17:09:03 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Jul 26 17:09:03 2013 -0700

----------------------------------------------------------------------
 bin/templates/project/cordova/clean | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/5faf4305/bin/templates/project/cordova/clean
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/clean b/bin/templates/project/cordova/clean
index 22a4e40..af8143c 100755
--- a/bin/templates/project/cordova/clean
+++ b/bin/templates/project/cordova/clean
@@ -42,3 +42,5 @@ cd "$PROJECT_PATH"
 
 xcodebuild -project "$PROJECT_NAME.xcodeproj" -configuration Debug -alltargets clean
 xcodebuild -project "$PROJECT_NAME.xcodeproj" -configuration Release -alltargets clean
+
+rm -rf "build"
\ No newline at end of file