changeset 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 5d78e980a433
files INSTALL cmake/MacOSXBundleInfo.plist.in
diffstat 2 files changed, 22 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Thu Oct 06 17:05:14 2016 +0200
+++ b/INSTALL	Thu Oct 06 17:19:35 2016 +0200
@@ -184,7 +184,7 @@
 
 You can now create a .dmg image for distribution:
 
-    mv clickerconvert.app EduExportConvert.app
+    mv eduexportconvert.app EduExportConvert.app
     hdiutil create -ov -format UDZO -volname EduExportConvert -srcfolder EduExportConvert.app \
         -o EduExportConvert.dmg -imagekey zlib-level=9
 
--- 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>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)