29 lines
1 KiB
Text
29 lines
1 KiB
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||
|
<plist version="1.0">
|
||
|
<dict>
|
||
|
<key>CFBundleDevelopmentRegion</key>
|
||
|
<string>English</string>
|
||
|
<key>CFBundleExecutable</key>
|
||
|
<string>Taisei</string>
|
||
|
<key>CFBundleIconFile</key>
|
||
|
<string>Taisei</string>
|
||
|
<key>CFBundleIdentifier</key>
|
||
|
<string>org.taisei-project.taisei</string>
|
||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||
|
<string>6.0</string>
|
||
|
<key>CFBundleName</key>
|
||
|
<string>Taisei</string>
|
||
|
<key>CFBundlePackageType</key>
|
||
|
<string>APPL</string>
|
||
|
<key>CFBundleShortVersionString</key>
|
||
|
<string>${TAISEI_VERSION}</string>
|
||
|
<key>CFBundleSignature</key>
|
||
|
<string>????</string>
|
||
|
<key>CFBundleVersion</key>
|
||
|
<string>${TAISEI_VERSION_MAJOR}.${TAISEI_VERSION_MINOR}.${TAISEI_VERSION_PATCH}.${TAISEI_VERSION_TWEAK}</string>
|
||
|
<key>NSHumanReadableCopyright</key>
|
||
|
<string>© 2011-2017, Taisei Project</string>
|
||
|
</dict>
|
||
|
</plist>
|