2016-01-27 00:44:22 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleExecutable</key>
|
2017-12-28 03:49:27 +00:00
|
|
|
<string>urde</string>
|
2016-01-27 00:44:22 +00:00
|
|
|
<key>CFBundleGetInfoString</key>
|
2018-01-03 00:25:48 +00:00
|
|
|
<string>@METADATA_VERSION_STRING@</string>
|
2018-01-10 07:40:27 +00:00
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string>@METADATA_VERSION_STRING@</string>
|
2016-01-27 00:44:22 +00:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
2018-01-03 00:25:48 +00:00
|
|
|
<string>2015-2018 Antidote / Jackoalan</string>
|
2016-01-27 00:44:22 +00:00
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>mainicon.icns</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
2017-12-28 03:49:27 +00:00
|
|
|
<string>com.axiodl.URDE</string>
|
2016-01-27 00:44:22 +00:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>URDE</string>
|
|
|
|
<key>CFBundleVersion</key>
|
2018-01-03 00:25:48 +00:00
|
|
|
<string>@METADATA_VERSION_STRING@</string>
|
2016-01-27 00:44:22 +00:00
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
|
|
|
<key>NSHighResolutionCapable</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
|
|
|
</plist>
|