You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SWBCore/Specs/CoreBuildSystem.xcspec
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3939,11 +3939,11 @@ When this setting is enabled:
3939
3939
Description = "When `GENERATE_INFOPLIST_FILE` is enabled, sets the value of the [NSCalendarsFullAccessUsageDescription](https://developer.apple.com/documentation/bundleresources/information_property_list/nscalendarsfullaccessusagedescription) key in the `Info.plist` file to the value of this build setting.";
3940
3940
},
3941
3941
{
3942
-
Name = INFOPLIST_KEY_NSCalendarsWriteOnlyUsageDescription;
3942
+
Name = INFOPLIST_KEY_NSCalendarsWriteOnlyAccessUsageDescription;
3943
3943
Type = String;
3944
3944
Category = "Info.plist Values";
3945
3945
DisplayName = "Privacy - Calendars Write Only Usage Description";
3946
-
Description = "When `GENERATE_INFOPLIST_FILE` is enabled, sets the value of the [NSCalendarsWriteOnlyUsageDescription](https://developer.apple.com/documentation/bundleresources/information_property_list/nscalendarswriteonlyusagedescription) key in the `Info.plist` file to the value of this build setting.";
3946
+
Description = "When `GENERATE_INFOPLIST_FILE` is enabled, sets the value of the [NSCalendarsWriteOnlyAccessUsageDescription](https://developer.apple.com/documentation/bundleresources/information_property_list/nscalendarswriteonlyaccessusagedescription) key in the `Info.plist` file to the value of this build setting.";
0 commit comments