12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- FILENAMES:
- hybridapp
- simple, short, contiguous, ascii, lowercase name of package / application
- GET IT FROM: FileUtilities::<ctor>::m_infoPlistFileNameNoSpaces
- and lowercase it
- FILE CONTENT SYMBOLS:
- @hybridapp@
- same as FILENAMES::hybridapp
- @HYBRIDAPP@
- same as FILENAMES::hybridapp, but with uppercase
- @hybridappname@
- Short, utf-8 encoded, multiple words application display name
- GET IT FROM: m_generatorData.infoPlistValue(INFO_PLIST_KEY_DISPLAY_NAME)
- SAMPLE: FileUtilities::<ctor>
- @hybridbinary@
- simple, short, contiguous, ascii, lowercase name of binary file
- name, without path
- WILL BE SAME AS: hybridapp
- @hybridauthor@
- First Surname of the package author
- GET IT FROM: GUI settings
- @hybridemail@
- email address of the package author
- GET IT FROM: GUI settings
- @hybriddatetime@
- date+time in form "Fri, 30 Apr 2010 10:24:10 +0300" format
- GET IT FROM: current date + time
- @hybridshortdesc@
- Short (less than 60 chars) description of application.
- GET IT FROM: GUI settings
-
- @hybridlongdesc@
- Slightly more detailed description of application, couple of
- lines, each of which is max 78 chars long.
- GET IT FROM: GUI settings
- @hybridyear@
- Current year, in YYYY format, like "2010".
- GET IT FROM: current date + time
- ALSO: LICENSE TYPE: gpl | lgpl | artistic | bsd
- GET IT FROM: GUI settings
-
- drop down list is initialized from
- template/copyright/<DIRNAME> directory names, and
- actual copyright files are copied over from
- template/copyright/<DIRNAME>/copyright
- SYSTEM WIDE SETTINGS:
- Path to madde ("mad"), like c:\NokiaQtSDK\Maemo\4.6.2\bin\mad
|