common: win32utils - compile fix
[supercollider.git] / cmake_modules / MacOSXBundleInfo.plist.in
blob7d58e79228338f40c04b1d8357717fa07ade0244
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>*</string>
127 </array>
128 <key>CFBundleTypeName</key>
129 <string>Other</string>
130 <key>CFBundleTypeRole</key>
131 <string>Viewer</string>
132 <key>LSTypeIsPackage</key>
133 <false/>
134 <key>NSDocumentClass</key>
135 <string>MyDocument</string>
136 </dict>
137 </array>
138 <key>CFBundleExecutable</key>
139 <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
140 <key>CFBundleIconFile</key>
141 <string>SCcube</string>
142 <key>CFBundleIdentifier</key>
143 <string>net.sourceforge.supercollider</string>
144 <key>CFBundleInfoDictionaryVersion</key>
145 <string>6.0</string>
146 <key>CFBundleName</key>
147 <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
148 <key>CFBundlePackageType</key>
149 <string>APPL</string>
150 <key>CFBundleSignature</key>
151 <string>SCjm</string>
152 <key>CFBundleVersion</key>
153 <string>${PROJECT_VERSION_PATCH}</string>
154 <key>CFBundleShortVersionString</key>
155 <string>${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}</string>
156 <key>NSHumanReadableCopyright</key>
157 <string>(C) 2001-2012 James McCartney et al.</string>
158 <key>NSMainNibFile</key>
159 <string>MainMenu</string>
160 <key>NSPrincipalClass</key>
161 <string>NSApplication</string>
162 <key>NSServices</key>
163 <array>
164 <dict>
165 <key>NSKeyEquivalent</key>
166 <dict>
167 <key>default</key>
168 <string>^</string>
169 </dict>
170 <key>NSMenuItem</key>
171 <dict>
172 <key>default</key>
173 <string>${MACOSX_BUNDLE_BUNDLE_NAME}: execute</string>
174 </dict>
175 <key>NSMessage</key>
176 <string>doExecuteService</string>
177 <key>NSPortName</key>
178 <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
179 <key>NSSendTypes</key>
180 <array>
181 <string>NSStringPboardType</string>
182 </array>
183 </dict>
184 </array>
185 <key>UTExportedTypeDeclarations</key>
186 <array>
187 <dict>
188 <key>UTTypeConformsTo</key>
189 <array>
190 <string>public.text</string>
191 <string>public.plain-text</string>
192 </array>
193 <key>UTTypeDescription</key>
194 <string>SC3 text file</string>
195 <key>UTTypeIdentifier</key>
196 <string>org.supercollider.sc</string>
197 <key>UTTypeTagSpecification</key>
198 <dict>
199 <key>com.apple.ostype</key>
200 <string>TEXT</string>
201 <key>public.filename-extension</key>
202 <array>
203 <string>sc</string>
204 <string>scd</string>
205 </array>
206 </dict>
207 </dict>
208 </array>
209 </dict>
210 </plist>