mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
eliminate a redundant #define
This commit is contained in:
@@ -46,9 +46,9 @@
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>VERSION_STRING_INFOPLIST</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>BUNDLE_VERSION_INFOPLIST</string>
|
||||
<string>SVN_REVISION_NUM</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>VERSION_STRING_INFOPLIST (BUNDLE_VERSION_INFOPLIST)</string>
|
||||
<string>VERSION_STRING_INFOPLIST (SVN_REVISION_NUM)</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.5.0</string>
|
||||
<key>NSAppleScriptEnabled</key>
|
||||
|
||||
@@ -36,7 +36,6 @@ cat > libtransmission/version.h.new << EOF
|
||||
#define LONG_VERSION_STRING "$USERAGENT_PREFIX ($SVN_REVISION)"
|
||||
|
||||
#define VERSION_STRING_INFOPLIST $USERAGENT_PREFIX
|
||||
#define BUNDLE_VERSION_INFOPLIST $SVN_REVISION
|
||||
EOF
|
||||
|
||||
# Add a release definition
|
||||
|
||||
Reference in New Issue
Block a user