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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4432,6 +4432,16 @@ When this setting is enabled:
4432
4432
DisplayName = "AppKit Main Storyboard File Base Name";
4433
4433
Description = "When `GENERATE_INFOPLIST_FILE` is enabled, sets the value of the [NSMainStoryboardFile](https://developer.apple.com/documentation/bundleresources/information-property-list/nsmainstoryboardfile) key in the `Info.plist` file to the value of this build setting.";
4434
4434
},
4435
+
{
4436
+
Name = INFOPLIST_KEY_NSViewGestureRecognizerIsExclusive;
4437
+
Type = Boolean;
4438
+
Category = "Info.plist Values";
4439
+
ConditionFlavors = (
4440
+
sdk,
4441
+
);
4442
+
DisplayName = "View Gesture Recognizer Is Exclusive";
4443
+
Description = "When `GENERATE_INFOPLIST_FILE` is enabled, sets the value of the [NSViewGestureRecognizerIsExclusive](https://developer.apple.com/documentation/bundleresources/information-property-list/nsviewgesturerecognizerisexclusive) key in the `Info.plist` file to the value of this build setting.";
0 commit comments