|
27 | 27 | maccatalyst-x64;maccatalyst-arm64 |
28 | 28 | </RuntimeIdentifiers> |
29 | 29 | </PropertyGroup> |
| 30 | + |
| 31 | + <PropertyGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'"> |
| 32 | + <CodesignEntitlements>Platforms\iOS\Entitlements.plist</CodesignEntitlements> |
| 33 | + </PropertyGroup> |
| 34 | + |
| 35 | + <PropertyGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'"> |
| 36 | + <CodesignEntitlements>Platforms\MacCatalyst\Entitlements.plist</CodesignEntitlements> |
| 37 | + </PropertyGroup> |
30 | 38 |
|
31 | 39 | <PropertyGroup Condition="'$(Configuration)' == 'Debug' "> |
32 | 40 | <AndroidUseSharedRuntime>true</AndroidUseSharedRuntime> |
|
35 | 43 | <MtouchLink>None</MtouchLink> |
36 | 44 | <MtouchDebug>true</MtouchDebug> |
37 | 45 | <EnableSGenConc>true</EnableSGenConc> |
| 46 | + <ProvisioningType>manual</ProvisioningType> |
38 | 47 | <CodesignKey>Apple Development</CodesignKey> |
39 | 48 | <AndroidLinkMode>None</AndroidLinkMode> |
40 | 49 | </PropertyGroup> |
|
45 | 54 | <AndroidLinkTool>r8</AndroidLinkTool> |
46 | 55 | <AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent> |
47 | 56 | <MtouchLink>SdkOnly</MtouchLink> |
| 57 | + <ProvisioningType>manual</ProvisioningType> |
48 | 58 | <CodesignKey>Apple Development</CodesignKey> |
| 59 | + <CodesignProvision>GitTrends Development Profile</CodesignProvision> |
49 | 60 | <OptimizePNGs>true</OptimizePNGs> |
50 | 61 | <EnableSGenConc>true</EnableSGenConc> |
51 | 62 | </PropertyGroup> |
|
57 | 68 | <AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType> |
58 | 69 | <AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent> |
59 | 70 | <MtouchLink>SdkOnly</MtouchLink> |
| 71 | + <ProvisioningType>manual</ProvisioningType> |
60 | 72 | <CodesignKey>Apple Development</CodesignKey> |
| 73 | + <CodesignProvision>GitTrends App Store</CodesignProvision> |
61 | 74 | <OptimizePNGs>true</OptimizePNGs> |
62 | 75 | <MtouchUseLlvm>true</MtouchUseLlvm> |
63 | 76 | <EnableSGenConc>true</EnableSGenConc> |
|
0 commit comments