2540
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
|
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleExecutable</key>
|
|
8 <string>${EXECUTABLE_NAME}</string>
|
|
9 <key>CFBundleIdentifier</key>
|
|
10 <string>com.yourcompany.testwm2</string>
|
|
11 <key>CFBundleInfoDictionaryVersion</key>
|
|
12 <string>6.0</string>
|
|
13 <key>CFBundlePackageType</key>
|
|
14 <string>APPL</string>
|
|
15 <key>CFBundleSignature</key>
|
|
16 <string>????</string>
|
|
17 <key>CFBundleVersion</key>
|
|
18 <string>1.0</string>
|
|
19 <key>NSMainNibFile</key>
|
|
20 <string>MainMenu</string>
|
|
21 <key>NSPrincipalClass</key>
|
|
22 <string>NSApplication</string>
|
|
23 </dict>
|
|
24 </plist>
|
|
25 <?xml version="1.0" encoding="UTF-8"?>
|
|
26 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
27 <plist version="1.0">
|
|
28 <dict>
|
|
29 <key>CFBundleDevelopmentRegion</key>
|
|
30 <string>English</string>
|
|
31 <key>CFBundleExecutable</key>
|
|
32 <string>${EXECUTABLE_NAME}</string>
|
|
33 <key>CFBundleIdentifier</key>
|
|
34 <string>com.yourcompany.testwm2</string>
|
|
35 <key>CFBundleInfoDictionaryVersion</key>
|
|
36 <string>6.0</string>
|
|
37 <key>CFBundlePackageType</key>
|
|
38 <string>APPL</string>
|
|
39 <key>CFBundleSignature</key>
|
|
40 <string>????</string>
|
|
41 <key>CFBundleVersion</key>
|
|
42 <string>1.0</string>
|
|
43 <key>NSMainNibFile</key>
|
|
44 <string>MainMenu</string>
|
|
45 <key>NSPrincipalClass</key>
|
|
46 <string>NSApplication</string>
|
|
47 </dict>
|
|
48 </plist>
|