1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xulrunner/examples/simple/application.ini Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,43 @@ 1.4 +#filter substitution 1.5 +[App] 1.6 +; 1.7 +; This field specifies your organization's name. This field is recommended, 1.8 +; but optional. 1.9 +Vendor=MozillaTest 1.10 +; 1.11 +; This field specifies your application's name. This field is required. 1.12 +Name=Simple 1.13 +; 1.14 +; This field specifies your application's version. This field is required. 1.15 +Version=0.1 1.16 +; 1.17 +; This field specifies your application's build ID (timestamp). This field is 1.18 +; required. 1.19 +BuildID=20070625 1.20 +; 1.21 +; This field specifies a compact copyright notice for your application. This 1.22 +; field is optional. 1.23 +Copyright=Copyright (c) 2004 Mozilla.org 1.24 +; 1.25 +; This ID is just an example. Every XUL app ought to have it's own unique ID. 1.26 +; You can use the microsoft "guidgen" or "uuidgen" tools, or go on 1.27 +; irc.mozilla.org and /msg botbot uuid. This field is optional. 1.28 +ID={3aea3f07-ffe3-4060-bb03-bff3a5365e90} 1.29 + 1.30 +[Gecko] 1.31 +; 1.32 +; This field is required. It specifies the minimum Gecko version that this 1.33 +; application requires. 1.34 +MinVersion=@MOZILLA_VERSION_U@ 1.35 +; 1.36 +; This field is optional. It specifies the maximum Gecko version that this 1.37 +; application requires. It should be specified if your application uses 1.38 +; unfrozen interfaces. 1.39 +MaxVersion=@MOZILLA_VERSION_U@ 1.40 + 1.41 +[Shell] 1.42 +; 1.43 +; This field specifies the location of your application's main icon with file 1.44 +; extension excluded. NOTE: Unix style file separators are required. This 1.45 +; field is optional. 1.46 +Icon=chrome/icons/default/simple