Skip to content

Commit 82d16ae

Browse files
authored
[ci] Use new macOS signing certs (#6982)
Move to the new macOS signing certs which use a newer version of Xcode. There should also be more machine capacity available for processing signing requests using these certs.
1 parent bca381f commit 82d16ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-tools/installers/sign-content.proj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ ourself (using an empty signing identity) before passing these files to ESRP.
3434
<Exec Command="codesign -vvvv -f -s - -o runtime --entitlements &quot;%(_MSBuildFilesUnixSignAndHarden.EntitlementsPath)&quot; &quot;%(_MSBuildFilesUnixSignAndHarden.Identity)&quot;" />
3535
<ItemGroup>
3636
<FilesToSign Include="@(_MSBuildFilesUnixSign)">
37-
<Authenticode>MacDeveloper</Authenticode>
37+
<Authenticode>MacDeveloperVNext</Authenticode>
3838
<Zip>true</Zip>
3939
</FilesToSign>
4040
<FilesToSign Include="@(_MSBuildFilesUnixSignAndHarden)">
41-
<Authenticode>MacDeveloperHarden</Authenticode>
41+
<Authenticode>MacDeveloperVNextHarden</Authenticode>
4242
<Zip>true</Zip>
4343
</FilesToSign>
4444
</ItemGroup>
@@ -93,7 +93,7 @@ ourself (using an empty signing identity) before passing these files to ESRP.
9393
<Target Name="SignPkg" >
9494
<ItemGroup>
9595
<FilesToSign Include="$(OutDir)\xamarin.android-*.pkg">
96-
<Authenticode>MacDeveloper</Authenticode>
96+
<Authenticode>MacDeveloperVNext</Authenticode>
9797
<Zip>true</Zip>
9898
</FilesToSign>
9999
</ItemGroup>

0 commit comments

Comments
 (0)