diff --git a/macos/Ghostty.xcodeproj/project.pbxproj b/macos/Ghostty.xcodeproj/project.pbxproj index 377b80a28..fded20911 100644 --- a/macos/Ghostty.xcodeproj/project.pbxproj +++ b/macos/Ghostty.xcodeproj/project.pbxproj @@ -789,7 +789,7 @@ INFOPLIST_KEY_NSMainNibFile = MainMenu; INFOPLIST_KEY_NSMicrophoneUsageDescription = "A program running within Ghostty would like to use your microphone."; INFOPLIST_KEY_NSMotionUsageDescription = "A program running within Ghostty would like to access motion data."; - INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "A program running within Ghostty would like to use your Photos Library."; + INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "A program running within Ghostty would like to access your Photo Library."; INFOPLIST_KEY_NSRemindersUsageDescription = "A program running within Ghostty would like to access your reminders."; INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "A program running within Ghostty would like to use speech recognition."; INFOPLIST_KEY_NSSystemAdministrationUsageDescription = "A program running within Ghostty requires elevated privileges."; @@ -959,7 +959,7 @@ INFOPLIST_KEY_NSMainNibFile = MainMenu; INFOPLIST_KEY_NSMicrophoneUsageDescription = "A program running within Ghostty would like to use your microphone."; INFOPLIST_KEY_NSMotionUsageDescription = "A program running within Ghostty would like to access motion data."; - INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "A program running within Ghostty would like to use your Photos Library."; + INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "A program running within Ghostty would like to access your Photo Library."; INFOPLIST_KEY_NSRemindersUsageDescription = "A program running within Ghostty would like to access your reminders."; INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "A program running within Ghostty would like to use speech recognition."; INFOPLIST_KEY_NSSystemAdministrationUsageDescription = "A program running within Ghostty requires elevated privileges."; @@ -1013,7 +1013,7 @@ INFOPLIST_KEY_NSMainNibFile = MainMenu; INFOPLIST_KEY_NSMicrophoneUsageDescription = "A program running within Ghostty would like to use your microphone."; INFOPLIST_KEY_NSMotionUsageDescription = "A program running within Ghostty would like to access motion data."; - INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "A program running within Ghostty would like to use your Photos Library."; + INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "A program running within Ghostty would like to access your Photo Library."; INFOPLIST_KEY_NSRemindersUsageDescription = "A program running within Ghostty would like to access your reminders."; INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "A program running within Ghostty would like to use speech recognition."; INFOPLIST_KEY_NSSystemAdministrationUsageDescription = "A program running within Ghostty requires elevated privileges.";