1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3<plist version="1.0"> 4<dict> 5 <key>NSPrincipalClass</key> 6 <string>NSApplication</string> 7 <key>CFBundleIconFile</key> 8 <string>@ICON@</string> 9 <key>CFBundlePackageType</key> 10 <string>APPL</string> 11 <key>CFBundleGetInfoString</key> 12 <string>Created by Qt/QMake</string> 13 <key>CFBundleSignature</key> 14 <string>@TYPEINFO@</string> 15 <key>CFBundleExecutable</key> 16 <string>@EXECUTABLE@</string> 17 <key>CFBundleIdentifier</key> 18 <string>@BUNDLEIDENTIFIER@</string> 19 <key>NOTE</key> 20 <string>This file was generated by Qt/QMake.</string> 21 <key>CFBundleDocumentTypes</key> 22 <array> 23 <dict> 24 <key>CFBundleTypeName</key> 25 <string>Plain Text File</string> 26 <key>CFBundleTypeRole</key> 27 <string>Viewer</string> 28 <key>LSItemContentTypes</key> 29 <array> 30 <string>public.text</string> 31 </array> 32 </dict> 33 </array> 34</dict> 35</plist> 36