From f3f777e7eae3dc7ee93a49f387fbdd8ff0034648 Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Thu, 23 Nov 2023 16:05:56 +0100 Subject: [PATCH] Replace deprecated CFBundleGetInfoString key See https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html --- src/swiftcore/Info.plist | 2 +- src/swiftdata/Info.plist | 2 +- src/swiftguistandard/Info.plist | 2 +- src/swiftlauncher/Info.plist | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/swiftcore/Info.plist b/src/swiftcore/Info.plist index cbe522755..68d5578ca 100644 --- a/src/swiftcore/Info.plist +++ b/src/swiftcore/Info.plist @@ -12,7 +12,7 @@ ${SWIFT_VERSION_MAJOR}.${SWIFT_VERSION_MINOR}.${SWIFT_VERSION_REVISION} CFBundleExecutable swiftcore - CFBundleGetInfoString + NSHumanReadableCopyright swift project - free and open source pilot client CFBundleIconFile swiftcore.icns diff --git a/src/swiftdata/Info.plist b/src/swiftdata/Info.plist index ed2004b77..b15a48269 100644 --- a/src/swiftdata/Info.plist +++ b/src/swiftdata/Info.plist @@ -12,7 +12,7 @@ ${SWIFT_VERSION_MAJOR}.${SWIFT_VERSION_MINOR}.${SWIFT_VERSION_REVISION} CFBundleExecutable swiftdata - CFBundleGetInfoString + NSHumanReadableCopyright swift project - free and open source pilot client CFBundleIconFile swiftdata.icns diff --git a/src/swiftguistandard/Info.plist b/src/swiftguistandard/Info.plist index f79c9d03d..325866b73 100644 --- a/src/swiftguistandard/Info.plist +++ b/src/swiftguistandard/Info.plist @@ -12,7 +12,7 @@ ${SWIFT_VERSION_MAJOR}.${SWIFT_VERSION_MINOR}.${SWIFT_VERSION_REVISION} CFBundleExecutable swiftguistd - CFBundleGetInfoString + NSHumanReadableCopyright swift project - free and open source pilot client CFBundleIconFile swift.icns diff --git a/src/swiftlauncher/Info.plist b/src/swiftlauncher/Info.plist index 42b67153d..5097574e7 100644 --- a/src/swiftlauncher/Info.plist +++ b/src/swiftlauncher/Info.plist @@ -12,7 +12,7 @@ ${SWIFT_VERSION_MAJOR}.${SWIFT_VERSION_MINOR}.${SWIFT_VERSION_REVISION} CFBundleExecutable swiftlauncher - CFBundleGetInfoString + NSHumanReadableCopyright swift project - free and open source pilot client CFBundleIconFile swiftlauncher.icns