SCDoc: Use proper static string constants instead of comparing string literals.
[supercollider.git] / cmake_modules / MacOSXBundleInfo.plist.in
blob5c8d53a7c671b7f42b477bf5c42e472ab0c49027
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>rtf</string>
13 </array>
14 <key>CFBundleTypeIconFile</key>
15 <string>rtf</string>
16 <key>CFBundleTypeMIMETypes</key>
17 <array>
18 <string>text/rtf</string>
19 </array>
20 <key>CFBundleTypeName</key>
21 <string>RTF</string>
22 <key>CFBundleTypeOSTypes</key>
23 <array>
24 <string>RTF </string>
25 </array>
26 <key>CFBundleTypeRole</key>
27 <string>Editor</string>
28 <key>LSTypeIsPackage</key>
29 <false/>
30 <key>NSDocumentClass</key>
31 <string>MyDocument</string>
32 </dict>
33 <dict>
34 <key>CFBundleTypeExtensions</key>
35 <array>
36 <string>rtfd</string>
37 </array>
38 <key>CFBundleTypeIconFile</key>
39 <string>rtfd</string>
40 <key>CFBundleTypeName</key>
41 <string>RTF With Attachments</string>
42 <key>CFBundleTypeRole</key>
43 <string>Editor</string>
44 <key>LSTypeIsPackage</key>
45 <true/>
46 <key>NSDocumentClass</key>
47 <string>MyDocument</string>
48 </dict>
49 <dict>
50 <key>CFBundleTypeExtensions</key>
51 <array>
52 <string>scd</string>
53 <string>txt</string>
54 </array>
55 <key>CFBundleTypeIconFile</key>
56 <string>scd</string>
57 <key>CFBundleTypeName</key>
58 <string>Plain Text</string>
59 <key>CFBundleTypeRole</key>
60 <string>Editor</string>
61 <key>LSTypeIsPackage</key>
62 <false/>
63 <key>NSDocumentClass</key>
64 <string>MyDocument</string>
65 </dict>
66 <dict>
67 <key>CFBundleTypeExtensions</key>
68 <array>
69 <string>sc</string>
70 </array>
71 <key>CFBundleTypeIconFile</key>
72 <string>sc</string>
73 <key>CFBundleTypeName</key>
74 <string>Class</string>
75 <key>CFBundleTypeRole</key>
76 <string>Editor</string>
77 <key>LSTypeIsPackage</key>
78 <false/>
79 <key>NSDocumentClass</key>
80 <string>MyDocument</string>
81 </dict>
82 <dict>
83 <key>CFBundleTypeExtensions</key>
84 <array>
85 <string>html</string>
86 <string>htm</string>
87 </array>
88 <key>CFBundleTypeIconFile</key>
89 <string>html</string>
90 <key>CFBundleTypeMIMETypes</key>
91 <array>
92 <string>text/html</string>
93 </array>
94 <key>CFBundleTypeName</key>
95 <string>HTML</string>
96 <key>CFBundleTypeOSTypes</key>
97 <array>
98 <string>HTML</string>
99 </array>
100 <key>CFBundleTypeRole</key>
101 <string>Editor</string>
102 <key>LSTypeIsPackage</key>
103 <false/>
104 <key>NSDocumentClass</key>
105 <string>MyDocument</string>
106 </dict>
107 <dict>
108 <key>CFBundleTypeExtensions</key>
109 <array>
110 <string>quark</string>
111 </array>
112 <key>CFBundleTypeIconFile</key>
113 <string>quark</string>
114 <key>CFBundleTypeName</key>
115 <string>Quark</string>
116 <key>CFBundleTypeRole</key>
117 <string>Editor</string>
118 <key>LSTypeIsPackage</key>
119 <false/>
120 <key>NSDocumentClass</key>
121 <string>MyDocument</string>
122 </dict>
123 <dict>
124 <key>CFBundleTypeExtensions</key>
125 <array>
126 <string>schelp</string>
127 </array>
128 <key>CFBundleTypeName</key>
129 <string>SCDoc help</string>
130 <key>CFBundleTypeMIMETypes</key>
131 <array>
132 <string>text/plain</string>
133 </array>
134 <key>CFBundleTypeRole</key>
135 <string>Editor</string>
136 <key>LSTypeIsPackage</key>
137 <false/>
138 <key>NSDocumentClass</key>
139 <string>MyDocument</string>
140 </dict>
141 </array>
142 <key>CFBundleExecutable</key>
143 <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
144 <key>CFBundleIconFile</key>
145 <string>SCcube</string>
146 <key>CFBundleIdentifier</key>
147 <string>net.sourceforge.supercollider</string>
148 <key>CFBundleInfoDictionaryVersion</key>
149 <string>6.0</string>
150 <key>CFBundleName</key>
151 <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
152 <key>CFBundlePackageType</key>
153 <string>APPL</string>
154 <key>CFBundleSignature</key>
155 <string>SCjm</string>
156 <key>CFBundleVersion</key>
157 <string>${PROJECT_VERSION_PATCH}</string>
158 <key>CFBundleShortVersionString</key>
159 <string>${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}</string>
160 <key>NSHumanReadableCopyright</key>
161 <string>(C) 2001-2012 James McCartney et al.</string>
162 <key>NSMainNibFile</key>
163 <string>MainMenu</string>
164 <key>NSPrincipalClass</key>
165 <string>NSApplication</string>
166 <key>NSServices</key>
167 <array>
168 <dict>
169 <key>NSKeyEquivalent</key>
170 <dict>
171 <key>default</key>
172 <string>^</string>
173 </dict>
174 <key>NSMenuItem</key>
175 <dict>
176 <key>default</key>
177 <string>${MACOSX_BUNDLE_BUNDLE_NAME}: execute</string>
178 </dict>
179 <key>NSMessage</key>
180 <string>doExecuteService</string>
181 <key>NSPortName</key>
182 <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
183 <key>NSSendTypes</key>
184 <array>
185 <string>NSStringPboardType</string>
186 </array>
187 </dict>
188 </array>
189 <key>UTExportedTypeDeclarations</key>
190 <array>
191 <dict>
192 <key>UTTypeConformsTo</key>
193 <array>
194 <string>public.text</string>
195 <string>public.plain-text</string>
196 </array>
197 <key>UTTypeDescription</key>
198 <string>SC3 text file</string>
199 <key>UTTypeIdentifier</key>
200 <string>org.supercollider.sc</string>
201 <key>UTTypeTagSpecification</key>
202 <dict>
203 <key>com.apple.ostype</key>
204 <string>TEXT</string>
205 <key>public.filename-extension</key>
206 <array>
207 <string>sc</string>
208 <string>scd</string>
209 </array>
210 </dict>
211 </dict>
212 </array>
213 </dict>
214 </plist>