remove @ marks around app_version

This commit is contained in:
scott%scott-macgregor.org 2004-01-27 17:37:15 +00:00
Родитель 1676a87223
Коммит 183a28e92f
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?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>
@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>@APP_VERSION@</string>
<string>APP_VERSION</string>
<key>CFBundleSignature</key>
<string>MOZM</string>
<key>CFBundleVersion</key>
<string>@APP_VERSION@</string>
<string>APP_VERSION</string>
<key>NSAppleScriptEnabled</key>
<true/>
</dict>