Ticket #46157: Info.plist

File Info.plist, 999 bytes (added by Schamschula (Marius Schamschula), 9 years ago)
Line 
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>NSUIElement</key>
6        <string>1</string>
7        <key>CFBundleDevelopmentRegion</key>
8        <string>English</string>
9        <key>CFBundleExecutable</key>
10        <string>FreeCAD</string>
11        <key>CFBundleIconFile</key>
12        <string>FreeCAD.icns</string>
13        <key>CFBundleDocumentTypes</key>
14        <array>
15                <dict>
16                        <key>CFBundleTypeExtensions</key>
17                        <array>
18                                <string>m</string>
19                        </array>
20                        <key>CFBundleTypeRole</key>
21                        <string>Editor</string>
22                        <key>CFBundleTypeOSTypes</key>
23                        <string>Mfile</string>
24                </dict>
25        </array>
26        <key>CFBundleIdentifier</key>
27        <string>org.freecadweb.FreeCAD</string>
28        <key>CFBundleInfoDictionaryVersion</key>
29        <string>6.0</string>
30        <key>CFBundleSignature</key>
31        <string>FreeCAD</string>
32        <key>CFBundleVersion</key>
33        <string>@@VERSION@@</string>
34        <key>CFBundleShortVersion</key>
35        <string>@@VERSION@@</string>
36</dict>
37</plist>