comparison resources/MacOSX/BelaPdBuild.app/Contents/Info.plist @ 207:b2e69b701588

Automator script is location independent (and moved to a new location)
author Giulio Moro <giuliomoro@yahoo.it>
date Sun, 07 Feb 2016 17:20:20 +0000
parents resources/MacOS/BelaPdBuild.app/Contents/Info.plist@b5d59cf94c64
children
comparison
equal deleted inserted replaced
206:0ec86af13cd1 207:b2e69b701588
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>AMIsApplet</key>
6 <true/>
7 <key>AMStayOpen</key>
8 <false/>
9 <key>BuildMachineOSBuild</key>
10 <string>15C28</string>
11 <key>CFBundleDevelopmentRegion</key>
12 <string>English</string>
13 <key>CFBundleDocumentTypes</key>
14 <array>
15 <dict>
16 <key>CFBundleTypeExtensions</key>
17 <array>
18 <string>*</string>
19 </array>
20 <key>CFBundleTypeName</key>
21 <string>Automator workflow file</string>
22 <key>CFBundleTypeOSTypes</key>
23 <array>
24 <string>****</string>
25 </array>
26 <key>CFBundleTypeRole</key>
27 <string>Viewer</string>
28 </dict>
29 </array>
30 <key>CFBundleExecutable</key>
31 <string>Application Stub</string>
32 <key>CFBundleIconFile</key>
33 <string>AutomatorApplet</string>
34 <key>CFBundleIdentifier</key>
35 <string>com.apple.automator.BelaPdBuild</string>
36 <key>CFBundleInfoDictionaryVersion</key>
37 <string>6.0</string>
38 <key>CFBundleName</key>
39 <string>BelaPdBuild</string>
40 <key>CFBundlePackageType</key>
41 <string>APPL</string>
42 <key>CFBundleShortVersionString</key>
43 <string>1.2</string>
44 <key>CFBundleSignature</key>
45 <string>????</string>
46 <key>CFBundleSupportedPlatforms</key>
47 <array>
48 <string>MacOSX</string>
49 </array>
50 <key>CFBundleURLTypes</key>
51 <array/>
52 <key>CFBundleVersion</key>
53 <string>419</string>
54 <key>DTCompiler</key>
55 <string>com.apple.compilers.llvm.clang.1_0</string>
56 <key>DTPlatformBuild</key>
57 <string>7C43</string>
58 <key>DTPlatformVersion</key>
59 <string>GM</string>
60 <key>DTSDKBuild</key>
61 <string>15C28</string>
62 <key>DTSDKName</key>
63 <string>macosx10.11internal</string>
64 <key>DTXcode</key>
65 <string>0720</string>
66 <key>DTXcodeBuild</key>
67 <string>7C43</string>
68 <key>LSMinimumSystemVersion</key>
69 <string>10.5</string>
70 <key>LSMinimumSystemVersionByArchitecture</key>
71 <dict>
72 <key>x86_64</key>
73 <string>10.6</string>
74 </dict>
75 <key>LSUIElement</key>
76 <true/>
77 <key>NSAppleScriptEnabled</key>
78 <string>YES</string>
79 <key>NSMainNibFile</key>
80 <string>ApplicationStub</string>
81 <key>NSPrincipalClass</key>
82 <string>NSApplication</string>
83 <key>NSServices</key>
84 <array/>
85 <key>UTExportedTypeDeclarations</key>
86 <array/>
87 <key>UTImportedTypeDeclarations</key>
88 <array/>
89 </dict>
90 </plist>