mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Set version number in macOS plist
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user