Skip to content

Commit a2eecd9

Browse files
committed
[project management] add document about :codesign_for_development and :codesign_for_release options
1 parent 9491295 commit a2eecd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guides/project-management/index.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ OS X Options
115115
|+copyright+| The human-readable copyright that will be used in the application's property file, as a +String+. The default value is +"Copyright (c) CURRENT_DATE CURRENT_USER. All Right Reserved."+.
116116
|+embedded_frameworks+| List of 3rd-party frameworks to embed in the application bundle, as an +Array+ of +String+ objects representing filesystem paths. For example, +["../MyFramework/framework"]+. The default value is an empty array.
117117
|+external_frameworks+| List of frameworks to use that are outside of +/System/Library/Frameworks+ and should not be embedded, as an +Array+ of +String+ objects representing filesystem paths. For example, +["/Library/Frameworks/iTunesLibrary.framework"]+. The default value is an empty array.
118+
|+codesign_for_development+| Whether it codesigns the application for development build. If +false+, it skips codesigning. The default value is +false+.
119+
|+codesign_for_release+| Whether it codesigns the application for release build. If +false+, it skips codesigning. The default value is +true+.
118120
|====
119121

120122
Providing Custom Values

0 commit comments

Comments
 (0)