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/05/08 20:53:27 UTC

ios commit: Fixed CB-669 - verify.sh file in a new Cordova-based application project should not be included in the .app bundle

Updated Branches:
  refs/heads/master 91c771b99 -> c18663f27


Fixed CB-669 - verify.sh file in a new Cordova-based application project should not be included in the .app bundle


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/c18663f2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/c18663f2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/c18663f2

Branch: refs/heads/master
Commit: c18663f275d9d83f4fcb30ac5762376f82b2d267
Parents: 91c771b
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue May 8 11:49:51 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue May 8 11:50:31 2012 -0700

----------------------------------------------------------------------
 .../TemplateInfo.plist                             |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/c18663f2/Cordova-based Application.xctemplate/TemplateInfo.plist
----------------------------------------------------------------------
diff --git a/Cordova-based Application.xctemplate/TemplateInfo.plist b/Cordova-based Application.xctemplate/TemplateInfo.plist
index 32338ab..44ca333 100644
--- a/Cordova-based Application.xctemplate/TemplateInfo.plist	
+++ b/Cordova-based Application.xctemplate/TemplateInfo.plist	
@@ -285,6 +285,8 @@
 			<string>./verify.sh</string>
 			<key>PathType</key>
 			<string>Group</string>
+			<key>TargetIndices</key>
+			<array/>
 		</dict>
 	</dict>
 	<key>Description</key>