Skip to content

Commit 94e3d04

Browse files
committed
rdar://137934414 (Add register app groups build setting for group prefixed groups, when capability is enabled)
1 parent 1aece47 commit 94e3d04

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Sources/SWBApplePlatform/Specs/macOSCoreBuildSystem.xcspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
DefaultValue = "";
3131
Category = "Deployment";
3232
},
33+
{ Name = "REGISTER_APP_GROUPS";
34+
Type = Boolean;
35+
DefaultValue = NO;
36+
Category = "Code Signing";
37+
Description = "Register app groups in profiles.";
38+
},
3339
);
3440
},
3541

Sources/SWBApplePlatform/Specs/macOSNativeBuildSystem.xcspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
Category = "Deployment";
3232
Description = "Path to a file specifying additional requirements for a product archive.";
3333
},
34+
{ Name = "REGISTER_APP_GROUPS";
35+
Type = Boolean;
36+
DefaultValue = NO;
37+
Category = "Code Signing";
38+
Description = "Register app groups in profiles.";
39+
},
3440
);
3541
}
3642
)

0 commit comments

Comments
 (0)