Fix compile.
[cyberduck.git] / Info.plist.debug
blobea4c63927494993a4419393a55d063ea826a7115
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>en</string>
7 <key>CFBundleDocumentTypes</key>
8 <array>
9 <dict>
10 <key>CFBundleTypeExtensions</key>
11 <array>
12 <string>*</string>
13 </array>
14 <key>CFBundleTypeName</key>
15 <string>NSFilenamesPboardType</string>
16 <key>CFBundleTypeRole</key>
17 <string>None</string>
18 </dict>
19 <dict>
20 <key>CFBundleTypeExtensions</key>
21 <array>
22 <string>duck</string>
23 </array>
24 <key>CFBundleTypeIconFile</key>
25 <string>cyberduck-document.icns</string>
26 <key>CFBundleTypeName</key>
27 <string>Cyberduck Bookmark</string>
28 <key>CFBundleTypeRole</key>
29 <string>Editor</string>
30 <key>LSItemContentTypes</key>
31 <array>
32 <string>ch.sudo.cyberduck.bookmark</string>
33 </array>
34 <key>LSHandlerRank</key>
35 <string>Owner</string>
36 <key>LSTypeIsPackage</key>
37 <false/>
38 </dict>
39 <dict>
40 <key>CFBundleTypeExtensions</key>
41 <array>
42 <string>cyberducklicense</string>
43 </array>
44 <key>CFBundleTypeIconFile</key>
45 <string>cyberduck-document.icns</string>
46 <key>CFBundleTypeName</key>
47 <string>Cyberduck Donation Key</string>
48 <key>CFBundleTypeRole</key>
49 <string>Viewer</string>
50 <key>LSItemContentTypes</key>
51 <array>
52 <string>ch.sudo.cyberduck.license</string>
53 </array>
54 <key>LSHandlerRank</key>
55 <string>Owner</string>
56 <key>LSTypeIsPackage</key>
57 <false/>
58 </dict>
59 <dict>
60 <key>CFBundleTypeExtensions</key>
61 <array>
62 <string>cyberduckreceipt</string>
63 </array>
64 <key>CFBundleTypeIconFile</key>
65 <string>cyberduck-document.icns</string>
66 <key>CFBundleTypeName</key>
67 <string>Cyberduck Receipt</string>
68 <key>CFBundleTypeRole</key>
69 <string>Viewer</string>
70 <key>LSItemContentTypes</key>
71 <array>
72 <string>ch.sudo.cyberduck.receipt</string>
73 </array>
74 <key>LSHandlerRank</key>
75 <string>Owner</string>
76 <key>LSTypeIsPackage</key>
77 <false/>
78 </dict>
79 <dict>
80 <key>CFBundleTypeExtensions</key>
81 <array>
82 <string>cyberduckprofile</string>
83 </array>
84 <key>CFBundleTypeIconFile</key>
85 <string>cyberduck-document.icns</string>
86 <key>CFBundleTypeName</key>
87 <string>Cyberduck Connection Profile</string>
88 <key>CFBundleTypeRole</key>
89 <string>Viewer</string>
90 <key>LSItemContentTypes</key>
91 <array>
92 <string>ch.sudo.cyberduck.profile</string>
93 </array>
94 <key>LSHandlerRank</key>
95 <string>Owner</string>
96 <key>LSTypeIsPackage</key>
97 <false/>
98 </dict>
99 <dict>
100 <key>CFBundleTypeExtensions</key>
101 <array>
102 <string>cyberducktransfer</string>
103 </array>
104 <key>CFBundleTypeIconFile</key>
105 <string>cyberduck-document.icns</string>
106 <key>CFBundleTypeName</key>
107 <string>Cyberduck Transfer</string>
108 <key>CFBundleTypeRole</key>
109 <string>Viewer</string>
110 <key>LSItemContentTypes</key>
111 <array>
112 <string>ch.sudo.cyberduck.transfer</string>
113 </array>
114 <key>LSHandlerRank</key>
115 <string>Owner</string>
116 <key>LSTypeIsPackage</key>
117 <false/>
118 </dict>
119 </array>
120 <key>CFBundleExecutable</key>
121 <string>Cyberduck</string>
122 <key>CFBundleIconFile</key>
123 <string>cyberduck-application.icns</string>
124 <key>CFBundleIdentifier</key>
125 <string>ch.sudo.cyberduck</string>
126 <key>CFBundleInfoDictionaryVersion</key>
127 <string>6.0</string>
128 <key>CFBundleName</key>
129 <string>Cyberduck</string>
130 <key>CFBundlePackageType</key>
131 <string>APPL</string>
132 <key>CFBundleSignature</key>
133 <string>CYCK</string>
134 <key>CFBundleHelpBookFolder</key>
135 <string>Cyberduck Help</string>
136 <key>CFBundleHelpBookName</key>
137 <string>Cyberduck Help</string>
138 <key>CFBundleURLTypes</key>
139 <array>
140 <dict>
141 <key>CFBundleTypeRole</key>
142 <string>Viewer</string>
143 <key>CFBundleURLName</key>
144 <string>SFTP URL</string>
145 <key>CFBundleURLSchemes</key>
146 <array>
147 <string>sftp</string>
148 </array>
149 </dict>
150 <dict>
151 <key>CFBundleTypeRole</key>
152 <string>Viewer</string>
153 <key>CFBundleURLName</key>
154 <string>FTPS URL</string>
155 <key>CFBundleURLSchemes</key>
156 <array>
157 <string>ftps</string>
158 </array>
159 </dict>
160 <dict>
161 <key>CFBundleTypeRole</key>
162 <string>Viewer</string>
163 <key>CFBundleURLName</key>
164 <string>FTP URL</string>
165 <key>CFBundleURLSchemes</key>
166 <array>
167 <string>ftp</string>
168 </array>
169 </dict>
170 <dict>
171 <key>CFBundleTypeRole</key>
172 <string>Viewer</string>
173 <key>CFBundleURLName</key>
174 <string>WebDAV URL</string>
175 <key>CFBundleURLSchemes</key>
176 <array>
177 <string>http</string>
178 </array>
179 </dict>
180 <dict>
181 <key>CFBundleTypeRole</key>
182 <string>Viewer</string>
183 <key>CFBundleURLName</key>
184 <string>S3 URL</string>
185 <key>CFBundleURLSchemes</key>
186 <array>
187 <string>s3</string>
188 </array>
189 </dict>
190 <dict>
191 <key>CFBundleURLName</key>
192 <string>Cyberduck Command URL</string>
193 <key>CFBundleURLSchemes</key>
194 <array>
195 <string>x-cyberduck-action</string>
196 </array>
197 </dict>
198 </array>
199 <key>CFBundleVersion</key>
200 <string>_REVISION_</string>
201 <key>CFBundleShortVersionString</key>
202 <string>_VERSION_</string>
203 <key>LSArchitecturePriority</key>
204 <array>
205 <string>x86_64</string>
206 <string>i386</string>
207 <string>ppc64</string>
208 <string>ppc</string>
209 </array>
210 <key>LSApplicationCategoryType</key>
211 <string>public.app-category.productivity</string>
212 <key>Runtime</key>
213 <dict>
214 <key>Library</key>
215 <string>$APP_PACKAGE/Contents/Resources/Java/Runtime.jre/Contents/Home/lib/jli/libjli.dylib</string>
216 <key>ClassPath</key>
217 <string>rococoa-core-0.6.jar:core.jar:ui.jar:cocoa.jar:log4j-1.2.17.jar:icu4j-module-4.4.1.1.jar:commons-net-3.3-ftp.jar:commons-pool-1.6.jar:commons-collections-3.2.1.jar:commons-logging-1.1.3.jar:commons-codec-1.8.jar:jets3t-0.9.1.jar:swift-2.2.jar:gson-2.2.4.jar:commons-lang3-3.1.jar:commons-io-2.4.jar:java-xmlbuilder-1.0.jar:jna-4.0.1.jar:asm-3.3.1.jar:cglib-2.2.2.jar:slf4j-log4j12-1.7.1.jar:slf4j-api-1.7.1.jar:jul-to-slf4j-1.7.1.jar:dns_sd.jar:mail-1.4.7.jar:httpcore-4.3.2.jar:httpclient-4.3.2.jar:httpmime-4.3.2.jar:signpost-core-1.2.1.2.jar:signpost-commonshttp4-1.2.1.2.jar:bcprov-jdk15-145.jar:bcmail-jdk15-145.jar:sardine-5.1.jar:ganymed-ssh2-262.jar:jackson-core-asl-1.9.13.jar:jackson-mapper-asl-1.9.13.jar:aws-java-sdk-1.6.6.jar:microsoft-windowsazure-api-0.4.6.jar</string>
218 <key>MainClass</key>
219 <string>ch.cyberduck.ui.cocoa.MainApplication</string>
220 <key>JVMVersion</key>
221 <string>1.5+</string>
222 <key>StartOnMainThread</key>
223 <true/>
224 <key>WorkingDirectory</key>
225 <string>$APP_PACKAGE/Contents/Resources/Java</string>
226 <key>VMOptions</key>
227 <string>-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -Xmx512m -Djava.library.path=$APP_PACKAGE/Contents/Resources/Java -Djna.boot.library.path=$APP_PACKAGE/Contents/Resources/Java -Djna.library.path=$APP_PACKAGE/Contents/Resources/Java -Djna.nounpack=true -Djava.awt.headless=false -Dsun.jnu.encoding=utf-8 -Dfile.encoding=utf-8 -Dsun.io.useCanonCaches=false -Xverify:none -XX:-UsePerfData -XX:+ReduceSignalUsage -XX:-OptimizeStringConcat</string>
228 </dict>
229 <key>NSAppleScriptEnabled</key>
230 <false/>
231 <key>SUFeedURL</key>
232 <string>_SPARKLEFEED_</string>
233 <key>SUCheckAtStartup</key>
234 <false/>
235 <key>SUEnableSystemProfiling</key>
236 <false/>
237 <key>SUEnableAutomaticChecks</key>
238 <true/>
239 <key>SUAllowsAutomaticUpdates</key>
240 <false/>
241 <key>SUPublicDSAKeyFile</key>
242 <string>update.pem</string>
243 <key>SUExpectsDSASignature</key>
244 <true/>
245 <key>NSServices</key>
246 <array>
247 <dict>
248 <key>NSMenuItem</key>
249 <dict>
250 <key>default</key>
251 <string>Cyberduck/Upload</string>
252 </dict>
253 <key>NSMessage</key>
254 <string>serviceUploadFileUrl</string>
255 <key>NSPortName</key>
256 <string>Cyberduck</string>
257 <key>NSSendTypes</key>
258 <array>
259 <string>public.file-url</string>
260 </array>
261 <key>NSSendFileTypes</key>
262 <array>
263 <string>public.item</string>
264 </array>
265 <key>NSServiceDescription</key>
266 <string>Upload file with Cyberduck</string>
267 </dict>
268 </array>
269 <key>UTExportedTypeDeclarations</key>
270 <array>
271 <dict>
272 <key>UTTypeConformsTo</key>
273 <array>
274 <string>public.data</string>
275 </array>
276 <key>UTTypeDescription</key>
277 <string>Cyberduck Bookmark</string>
278 <key>UTTypeIdentifier</key>
279 <string>ch.sudo.cyberduck.bookmark</string>
280 <key>UTTypeTagSpecification</key>
281 <dict>
282 <key>public.filename-extension</key>
283 <array>
284 <string>duck</string>
285 </array>
286 </dict>
287 <key>UTTypeIconFile</key>
288 <string>cyberduck-document.icns</string>
289 </dict>
290 <dict>
291 <key>UTTypeConformsTo</key>
292 <array>
293 <string>public.data</string>
294 </array>
295 <key>UTTypeDescription</key>
296 <string>Cyberduck Donation Key</string>
297 <key>UTTypeIdentifier</key>
298 <string>ch.sudo.cyberduck.license</string>
299 <key>UTTypeTagSpecification</key>
300 <dict>
301 <key>public.filename-extension</key>
302 <array>
303 <string>cyberducklicense</string>
304 </array>
305 </dict>
306 <key>UTTypeIconFile</key>
307 <string>cyberduck-document.icns</string>
308 </dict>
309 <dict>
310 <key>UTTypeConformsTo</key>
311 <array>
312 <string>public.data</string>
313 </array>
314 <key>UTTypeDescription</key>
315 <string>Cyberduck Receipt</string>
316 <key>UTTypeIdentifier</key>
317 <string>ch.sudo.cyberduck.receipt</string>
318 <key>UTTypeTagSpecification</key>
319 <dict>
320 <key>public.filename-extension</key>
321 <array>
322 <string>cyberduckreceipt</string>
323 </array>
324 </dict>
325 <key>UTTypeIconFile</key>
326 <string>cyberduck-document.icns</string>
327 </dict>
328 <dict>
329 <key>UTTypeConformsTo</key>
330 <array>
331 <string>public.data</string>
332 </array>
333 <key>UTTypeDescription</key>
334 <string>Cyberduck Connection Profile</string>
335 <key>UTTypeIdentifier</key>
336 <string>ch.sudo.cyberduck.profile</string>
337 <key>UTTypeTagSpecification</key>
338 <dict>
339 <key>public.filename-extension</key>
340 <array>
341 <string>cyberduckprofile</string>
342 </array>
343 </dict>
344 <key>UTTypeIconFile</key>
345 <string>cyberduck-document.icns</string>
346 </dict>
347 <dict>
348 <key>UTTypeConformsTo</key>
349 <array>
350 <string>public.data</string>
351 </array>
352 <key>UTTypeDescription</key>
353 <string>Cyberduck Transfer</string>
354 <key>UTTypeIdentifier</key>
355 <string>ch.sudo.cyberduck.transfer</string>
356 <key>UTTypeTagSpecification</key>
357 <dict>
358 <key>public.filename-extension</key>
359 <array>
360 <string>cyberducktransfer</string>
361 </array>
362 </dict>
363 <key>UTTypeIconFile</key>
364 <string>cyberduck-document.icns</string>
365 </dict>
366 </array>
367 <key>LSMinimumSystemVersion</key>
368 <string>_MINIMUM_SYSTEM_</string>
369 <key>NSHighResolutionCapable</key>
370 <true/>
371 </dict>
372 </plist>