comparison cmake/MacOSXBundleInfo.plist.in @ 93:ef35abf8be35

Fix MacOSXBundleInfo.plist.in
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 06 Oct 2016 17:19:35 +0200
parents 7204024777b4
children
comparison
equal deleted inserted replaced
92:7204024777b4 93:ef35abf8be35
30 <true/> 30 <true/>
31 <key>LSRequiresCarbon</key> 31 <key>LSRequiresCarbon</key>
32 <true/> 32 <true/>
33 <key>NSHumanReadableCopyright</key> 33 <key>NSHumanReadableCopyright</key>
34 <string>${MACOSX_BUNDLE_COPYRIGHT}</string> 34 <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
35 <key>CFBundleDocumentTypes</key> 35 <key>CFBundleDocumentTypes</key>
36 <array> 36 <array>
37 <dict> 37 <dict>
38 <key>CFBundleTypeExtensions</key> 38 <key>CFBundleTypeExtensions</key>
39 <array> 39 <array>
40 <string>edu</string> 40 <string>edu</string>
41 </array> 41 </array>
42 <key>CFBundleTypeIconFile</key> 42 <key>CFBundleTypeIconFile</key>
43 <string>icon.icns</string> 43 <string>icon.icns</string>
44 <key>CFBundleTypeMIMETypes</key> 44 <key>CFBundleTypeMIMETypes</key>
45 <array> 45 <array>
46 <string>application/edu-app</string> 46 <string>application/edu-app</string>
47 </array> 47 </array>
48 <key>CFBundleTypeName</key> 48 <key>CFBundleTypeName</key>
49 <string>EduApp Export</string> 49 <string>EduApp Export</string>
50 <key>CFBundleTypeRole</key> 50 <key>CFBundleTypeRole</key>
51 <string>Editor</string> 51 <string>Editor</string>
52 <key>LSTypeIsPackage</key> 52 <key>LSTypeIsPackage</key>
53 <false/> 53 <false/>
54 </dict> 54 </dict>
55 </array> 55 </array>
56 <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
57 </dict> 56 </dict>
58 </plist> 57 </plist>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)