OSDN Git Service

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