Skip to content

Commit b95f668

Browse files
committed
add properties for iOS code signing to MAUI csproj file
We need to specify the name of the Apple Distribution certificate for SIL
1 parent 70cc6bc commit b95f668

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

backend/FwLite/FwLiteMaui/FwLiteMaui.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
<PropertyGroup>
5353
<TargetPlatform>$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)'))</TargetPlatform>
5454
</PropertyGroup>
55+
<PropertyGroup Condition="'$(TargetPlatform)' == 'ios' and '$(Configuration)' == 'Release'">
56+
<CodesignKey>Apple Distribution: Summer Institute of Linguistics, Inc (SIL) (3YE4W86L3G)</CodesignKey>
57+
<ArchiveOnBuild>true</ArchiveOnBuild>
58+
</PropertyGroup>
5559
<ItemGroup>
5660
<!-- App Icon -->
5761
<!-- background color is required for mac per: https://learn.microsoft.com/en-us/dotnet/maui/user-interface/images/app-icons?view=net-maui-8.0&tabs=windows#recolor-the-background -->

0 commit comments

Comments
 (0)