add preliminary support for Xcode
[texmacs.git] / src / misc / bundle / Info-Xcode.plist
blobe0de52e6f5191500b316abfe248192c7cfd70150
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>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleDocumentTypes</key>
8 <array>
9 <dict>
10 <key>CFBundleTypeExtensions</key>
11 <array>
12 <string>tm</string>
13 </array>
14 <key>CFBundleTypeIconFile</key>
15 <string>TeXmacs-document.icns</string>
16 <key>CFBundleTypeMIMETypes</key>
17 <string>text/x-texmacs</string>
18 <key>CFBundleTypeName</key>
19 <string>TeXmacs Document</string>
20 <key>CFBundleTypeRole</key>
21 <string>Editor</string>
22 <key>LSIsAppleDefaultForType</key>
23 <true/>
24 </dict>
25 </array>
26 <key>CFBundleExecutable</key>
27 <string>${EXECUTABLE_NAME}</string>
28 <key>CFBundleIconFile</key>
29 <string>TeXmacs</string>
30 <key>CFBundleIdentifier</key>
31 <string>org.texmacs.TeXmacs</string>
32 <key>CFBundleInfoDictionaryVersion</key>
33 <string>6.0</string>
34 <key>CFBundleName</key>
35 <string>${PRODUCT_NAME}</string>
36 <key>CFBundlePackageType</key>
37 <string>APPL</string>
38 <key>CFBundleShortVersionString</key>
39 <string>1.0</string>
40 <key>CFBundleSignature</key>
41 <string>MGUB</string>
42 <key>NSMainNibFile</key>
43 <string>MainMenu</string>
44 <key>NSPrincipalClass</key>
45 <string>NSApplication</string>
46 </dict>
47 </plist>