mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Replace deprecated CFBundleGetInfoString key
See https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<string>${SWIFT_VERSION_MAJOR}.${SWIFT_VERSION_MINOR}.${SWIFT_VERSION_REVISION}</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>swiftcore</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>swift project - free and open source pilot client</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>swiftcore.icns</string>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<string>${SWIFT_VERSION_MAJOR}.${SWIFT_VERSION_MINOR}.${SWIFT_VERSION_REVISION}</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>swiftdata</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>swift project - free and open source pilot client</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>swiftdata.icns</string>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<string>${SWIFT_VERSION_MAJOR}.${SWIFT_VERSION_MINOR}.${SWIFT_VERSION_REVISION}</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>swiftguistd</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>swift project - free and open source pilot client</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>swift.icns</string>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<string>${SWIFT_VERSION_MAJOR}.${SWIFT_VERSION_MINOR}.${SWIFT_VERSION_REVISION}</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>swiftlauncher</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>swift project - free and open source pilot client</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>swiftlauncher.icns</string>
|
||||
|
||||
Reference in New Issue
Block a user