OSDN Git Service

Remove \'build xxxxxxxx\' string from the version description.
[molby/Molby.git] / xcode-build / 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>English</string>
7         <key>CFBundleDocumentTypes</key>
8         <array>
9                 <dict>
10                         <key>CFBundleTypeExtensions</key>
11                         <array>
12                                 <string>*</string>
13                         </array>
14                         <key>CFBundleTypeName</key>
15                         <string>MyDocumentType</string>
16                         <key>CFBundleTypeRole</key>
17                         <string>Editor</string>
18                         <key>LSTypeIsPackage</key>
19                         <false/>
20                         <key>NSPersistentStoreTypeKey</key>
21                         <string>XML</string>
22                 </dict>
23         </array>
24         <key>CFBundleExecutable</key>
25         <string>${EXECUTABLE_NAME}</string>
26         <key>CFBundleIconFile</key>
27         <string>molby_icon.icns</string>
28         <key>CFBundleIdentifier</key>
29         <string>com.yourcompany.Molby</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>CFBundleSignature</key>
37         <string>????</string>
38         <key>CFBundleVersion</key>
39         <string>v0.5.6.2</string>
40 </dict>
41 </plist>