avh4 / time-tracker-for-mac

Mac OS X 10.4+ application for tracking time spent on projects and tasks.

This URL has Read+Write access

avh4 (author)
Sun Aug 10 23:51:45 -0700 2008
commit  363ceb8f3f09b8b8ccec989e72bc7014175e0e13
tree    eab84c5a560a976d1f7349d98f536c05ea820c56
parent  5f53cf39d1fb83a84fbd4c32aa7d1ca3b18804a5 parent  5977e3bbc626dfa1923674865326c8680ca6b03d
time-tracker-for-mac / Info.plist
100644 29 lines (28 sloc) 0.874 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>Time Tracker</string>
<key>CFBundleIconFile</key>
<string>Icon</string>
<key>CFBundleIdentifier</key>
<string>com.slooz.timetracker-debug</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.2.3.1</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>SUFeedURL</key>
<string>http://www.avh4.net/appcast/timetracker-stable.xml</string>
</dict>
</plist>