Set version number in macOS plist

This commit is contained in:
Lars Toenning
2023-11-23 16:05:30 +01:00
parent 538e28a488
commit cf11f3f2b7
4 changed files with 16 additions and 0 deletions

View File

@@ -6,6 +6,10 @@
<string>swift core</string>
<key>CFBundleDisplayName</key>
<string>swift core</string>
<key>CFBundleVersion</key>
<string>${SWIFT_VERSION_MAJOR}.${SWIFT_VERSION_MINOR}.${SWIFT_VERSION_REVISION}</string>
<key>CFBundleShortVersionString</key>
<string>${SWIFT_VERSION_MAJOR}.${SWIFT_VERSION_MINOR}.${SWIFT_VERSION_REVISION}</string>
<key>CFBundleExecutable</key>
<string>swiftcore</string>
<key>CFBundleGetInfoString</key>

View File

@@ -6,6 +6,10 @@
<string>swift data</string>
<key>CFBundleDisplayName</key>
<string>swift data</string>
<key>CFBundleVersion</key>
<string>${SWIFT_VERSION_MAJOR}.${SWIFT_VERSION_MINOR}.${SWIFT_VERSION_REVISION}</string>
<key>CFBundleShortVersionString</key>
<string>${SWIFT_VERSION_MAJOR}.${SWIFT_VERSION_MINOR}.${SWIFT_VERSION_REVISION}</string>
<key>CFBundleExecutable</key>
<string>swiftdata</string>
<key>CFBundleGetInfoString</key>

View File

@@ -6,6 +6,10 @@
<string>swift gui</string>
<key>CFBundleDisplayName</key>
<string>swift gui</string>
<key>CFBundleVersion</key>
<string>${SWIFT_VERSION_MAJOR}.${SWIFT_VERSION_MINOR}.${SWIFT_VERSION_REVISION}</string>
<key>CFBundleShortVersionString</key>
<string>${SWIFT_VERSION_MAJOR}.${SWIFT_VERSION_MINOR}.${SWIFT_VERSION_REVISION}</string>
<key>CFBundleExecutable</key>
<string>swiftguistd</string>
<key>CFBundleGetInfoString</key>

View File

@@ -6,6 +6,10 @@
<string>swift launcher</string>
<key>CFBundleDisplayName</key>
<string>swift launcher</string>
<key>CFBundleVersion</key>
<string>${SWIFT_VERSION_MAJOR}.${SWIFT_VERSION_MINOR}.${SWIFT_VERSION_REVISION}</string>
<key>CFBundleShortVersionString</key>
<string>${SWIFT_VERSION_MAJOR}.${SWIFT_VERSION_MINOR}.${SWIFT_VERSION_REVISION}</string>
<key>CFBundleExecutable</key>
<string>swiftlauncher</string>
<key>CFBundleGetInfoString</key>