Mercurial > clickerconvert
diff 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 |
line wrap: on
line diff
--- a/cmake/MacOSXBundleInfo.plist.in Thu Oct 06 17:05:14 2016 +0200 +++ b/cmake/MacOSXBundleInfo.plist.in Thu Oct 06 17:19:35 2016 +0200 @@ -32,27 +32,26 @@ <true/> <key>NSHumanReadableCopyright</key> <string>${MACOSX_BUNDLE_COPYRIGHT}</string> - <key>CFBundleDocumentTypes</key> - <array> - <dict> - <key>CFBundleTypeExtensions</key> - <array> - <string>edu</string> - </array> - <key>CFBundleTypeIconFile</key> - <string>icon.icns</string> - <key>CFBundleTypeMIMETypes</key> - <array> - <string>application/edu-app</string> - </array> - <key>CFBundleTypeName</key> - <string>EduApp Export</string> - <key>CFBundleTypeRole</key> - <string>Editor</string> - <key>LSTypeIsPackage</key> - <false/> - </dict> - </array> - <string>${MACOSX_BUNDLE_COPYRIGHT}</string> + <key>CFBundleDocumentTypes</key> + <array> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>edu</string> + </array> + <key>CFBundleTypeIconFile</key> + <string>icon.icns</string> + <key>CFBundleTypeMIMETypes</key> + <array> + <string>application/edu-app</string> + </array> + <key>CFBundleTypeName</key> + <string>EduApp Export</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> + <key>LSTypeIsPackage</key> + <false/> + </dict> + </array> </dict> </plist>