Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / tools / macpack / 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>CFBundleIdentifier</key>
6         <string>%APPNAME%</string>
7         <key>CFBundleExecutable</key>
8         <string>%APPNAME%</string>
9         <key>CFBundleIconFile</key>
10         <string>%ICONFILE%</string>
11 </dict>
12 </plist>