]>
Commit | Line | Data |
---|---|---|
b1ab9ed8 A |
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 | <key>CFBundleExecutable</key> | |
10 | <string>${EXECUTABLE_NAME}</string> | |
11 | <key>CFBundleIconFile</key> | |
12 | <string></string> | |
13 | <key>CFBundleIdentifier</key> | |
14 | <string>com.apple.security.${PRODUCT_NAME:rfc1034identifier}</string> | |
15 | <key>CFBundleInfoDictionaryVersion</key> | |
16 | <string>6.0</string> | |
17 | <key>CFBundleName</key> | |
18 | <string>${PRODUCT_NAME}</string> | |
19 | <key>CFBundlePackageType</key> | |
20 | <string>XPC!</string> | |
21 | <key>CFBundleShortVersionString</key> | |
22 | <string>1.0</string> | |
23 | <key>CFBundleSignature</key> | |
24 | <string>????</string> | |
25 | <key>CFBundleURLTypes</key> | |
26 | <array/> | |
27 | <key>CFBundleVersion</key> | |
28 | <string>50001</string> | |
29 | <key>LSMinimumSystemVersion</key> | |
30 | <string>${MACOSX_DEPLOYMENT_TARGET}</string> | |
31 | <key>NSMainNibFile</key> | |
32 | <string>MainMenu</string> | |
33 | <key>NSPrincipalClass</key> | |
34 | <string>NSApplication</string> | |
35 | <key>NSServices</key> | |
36 | <array/> | |
37 | <key>UTExportedTypeDeclarations</key> | |
38 | <array/> | |
39 | <key>UTImportedTypeDeclarations</key> | |
40 | <array/> | |
41 | <key>XPCService</key> | |
42 | <dict> | |
43 | <key>EnvironmentVariables</key> | |
44 | <dict> | |
45 | <key>WAIT4DEBUGGER</key> | |
46 | <string>NO</string> | |
47 | </dict> | |
48 | <key>RunLoopType</key> | |
49 | <string>dispatch_main</string> | |
50 | <key>ServiceType</key> | |
51 | <string>User</string> | |
52 | </dict> | |
53 | </dict> | |
54 | </plist> |