mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Set version number in macOS plist
This commit is contained in:
@@ -6,6 +6,10 @@
|
|||||||
<string>swift core</string>
|
<string>swift core</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>swift core</string>
|
<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>
|
<key>CFBundleExecutable</key>
|
||||||
<string>swiftcore</string>
|
<string>swiftcore</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
|
|||||||
@@ -6,6 +6,10 @@
|
|||||||
<string>swift data</string>
|
<string>swift data</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>swift data</string>
|
<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>
|
<key>CFBundleExecutable</key>
|
||||||
<string>swiftdata</string>
|
<string>swiftdata</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
|
|||||||
@@ -6,6 +6,10 @@
|
|||||||
<string>swift gui</string>
|
<string>swift gui</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>swift gui</string>
|
<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>
|
<key>CFBundleExecutable</key>
|
||||||
<string>swiftguistd</string>
|
<string>swiftguistd</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
|
|||||||
@@ -6,6 +6,10 @@
|
|||||||
<string>swift launcher</string>
|
<string>swift launcher</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>swift launcher</string>
|
<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>
|
<key>CFBundleExecutable</key>
|
||||||
<string>swiftlauncher</string>
|
<string>swiftlauncher</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user