OSDN Git Service

バージョンを1.5b24に更新
[kcd/KCD.git] / KCD / KCD-Info.plist
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>ja_JP</string>
7         <key>CFBundleDocumentTypes</key>
8         <array>
9                 <dict>
10                         <key>CFBundleTypeExtensions</key>
11                         <array>
12                                 <string>kcdlocaldata</string>
13                         </array>
14                         <key>CFBundleTypeName</key>
15                         <string>KCD Local Data</string>
16                         <key>CFBundleTypeRole</key>
17                         <string>None</string>
18                         <key>LSTypeIsPackage</key>
19                         <integer>1</integer>
20                 </dict>
21         </array>
22         <key>CFBundleExecutable</key>
23         <string>${EXECUTABLE_NAME}</string>
24         <key>CFBundleIconFile</key>
25         <string></string>
26         <key>CFBundleIdentifier</key>
27         <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
28         <key>CFBundleInfoDictionaryVersion</key>
29         <string>6.0</string>
30         <key>CFBundleName</key>
31         <string>${PRODUCT_NAME}</string>
32         <key>CFBundlePackageType</key>
33         <string>APPL</string>
34         <key>CFBundleShortVersionString</key>
35         <string>1.5b24</string>
36         <key>CFBundleSignature</key>
37         <string>????</string>
38         <key>CFBundleVersion</key>
39         <string>%%%%REVISION%%%%</string>
40         <key>LSHasLocalizedDisplayName</key>
41         <true/>
42         <key>LSMinimumSystemVersion</key>
43         <string>${MACOSX_DEPLOYMENT_TARGET}</string>
44         <key>NSAppTransportSecurity</key>
45         <dict>
46                 <key>NSAllowsArbitraryLoads</key>
47                 <true/>
48         </dict>
49         <key>NSHumanReadableCopyright</key>
50         <string>Copyright © 2013-2014 Hori,Masaki. All rights reserved.</string>
51         <key>NSMainNibFile</key>
52         <string>MainMenu</string>
53         <key>NSPrincipalClass</key>
54         <string>NSApplication</string>
55 </dict>
56 </plist>