mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 17:11:12 +02:00
Use git-describe in versions
Reference-to: https://github.com/tenacityteam/tenacity/pull/396 Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
This commit is contained in:
committed by
GitHub
parent
4f1d9f6f63
commit
56c953a14d
@@ -206,7 +206,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>Wrapper</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Audacity version ${AUDACITY_INFO_VERSION}</string>
|
||||
<string>Audacity version ${GIT_DESCRIBE}</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>Audacity.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@@ -214,17 +214,17 @@
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleLongVersionString</key>
|
||||
<string>Version ${AUDACITY_INFO_VERSION}</string>
|
||||
<string>Version ${GIT_DESCRIBE}</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Audacity</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>${AUDACITY_INFO_VERSION}</string>
|
||||
<string>${GIT_DESCRIBE}</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>auDy</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${AUDACITY_INFO_VERSION}</string>
|
||||
<string>${GIT_DESCRIBE}</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.music</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
@@ -232,7 +232,7 @@
|
||||
<key>NSRequiresAquaSystemAppearance</key>
|
||||
<true/>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Audacity version ${AUDACITY_INFO_VERSION}</string>
|
||||
<string>Audacity version ${GIT_DESCRIBE}</string>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>Audacity requires access to the microphone only if you intend to record from it.</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
Reference in New Issue
Block a user