]> Pileus Git - ~andy/aweather-pkg/blob - mac/aweather.plist
Update mac build files for Gtk 3
[~andy/aweather-pkg] / mac / aweather.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4         <dict>
5                 <key>CFBundleDevelopmentRegion</key>
6                 <string>English</string>
7
8                 <key>CFBundleExecutable</key>
9                 <string>AWeather</string>
10
11                 <key>CFBundleGetInfoString</key>
12                 <string>0.8, (C) 2012 Andy Spencer</string>
13
14                 <key>CFBundleIconFile</key>
15                 <string>aweather.icns</string>
16
17                 <key>CFBundleIdentifier</key>
18                 <string>edu.rose-hulman.lug.aweather</string>
19
20                 <key>CFBundleInfoDictionaryVersion</key>
21                 <string>6.0</string>
22
23                 <key>CFBundlePackageType</key>
24                 <string>APPL</string>
25
26                 <key>CFBundleShortVersionString</key>
27                 <string>0.8</string>
28
29                 <key>CFBundleSignature</key>
30                 <string>????</string>
31
32                 <key>CFBundleVersion</key>
33                 <string>0.8</string>
34
35                 <key>NSHumanReadableCopyright</key>
36                 <string>Copyright 2012 Andy Spencer, GNU General Public License.</string>
37
38                 <key>LSMinimumSystemVersion</key>
39                 <string>10.4</string>
40         </dict>
41 </plist>