author | Eugene Ostroukhov <eugeneo@symbian.org> |
Thu, 04 Nov 2010 13:43:25 -0700 | |
changeset 3 | b43377c07b0c |
parent 0 | 0b6daedcf7e1 |
permissions | -rw-r--r-- |
0
0b6daedcf7e1
Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
0b6daedcf7e1
Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
2 |
<!DOCTYPE plist PUBLIC "-//Nokia//DTD PLIST 1.0//EN" "http://www.nokia.com/DTDs/plist-1.0.dtd"> |
0b6daedcf7e1
Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
3 |
<plist version="1.0"> |
0b6daedcf7e1
Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
4 |
<dict> |
0b6daedcf7e1
Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
5 |
<key>DisplayName</key> |
0b6daedcf7e1
Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
6 |
<string>Eggtimer</string> |
0b6daedcf7e1
Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
7 |
<key>Identifier</key> |
0b6daedcf7e1
Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
8 |
<string>org.symbian.eggtimer</string> |
0b6daedcf7e1
Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
9 |
<key>Version</key> |
0b6daedcf7e1
Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
10 |
<string>1.0</string> |
0b6daedcf7e1
Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
11 |
<key>AllowNetworkAccess</key> |
0b6daedcf7e1
Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
12 |
<true/> |
0b6daedcf7e1
Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
13 |
<key>MainHTML</key> |
0b6daedcf7e1
Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
14 |
<string>index.html</string> |
0b6daedcf7e1
Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
15 |
<key>MiniViewEnabled</key> |
0b6daedcf7e1
Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
16 |
<false/> |
0b6daedcf7e1
Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
17 |
</dict> |
0b6daedcf7e1
Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
18 |
</plist> |