* ConsoleLogger.cs (no_colors): Rename to ..
[mcs.git] / tools / macpack / PLIST
blobac5bc24a67e0f4d0b5a97d58afef4efd56eee5fa
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>