Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
Fix iOS build & run.
Browse files Browse the repository at this point in the history
  • Loading branch information
Berrysoft committed Nov 19, 2021
1 parent 5ad1f65 commit e1df991
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TsinghuaNet.XF/TsinghuaNet.XF.iOS/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ static void Main(string[] args)
{
// if you want to use a different Application Delegate class from "AppDelegate"
// you can specify it here.
UIApplication.Main(args, null, "AppDelegate");
UIApplication.Main(args, null, typeof(AppDelegate));
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
<CodesignKey>Apple Development: [email protected] (MBF6HUAPAZ)</CodesignKey>
<MtouchDebug>true</MtouchDebug>
<MtouchI18n>cjk</MtouchI18n>
<CodesignProvision>iOS Team Provisioning Profile: com.berrysoft.TsinghuaNet.XF</CodesignProvision>
<CodesignExtraArgs />
<CodesignResourceRules />
<MtouchLink>None</MtouchLink>
Expand All @@ -75,6 +74,7 @@
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchFloat32>true</MtouchFloat32>
<MtouchExtraArgs>--linkskip=Xamarin.Forms.Core --linkskip=Xamarin.Forms.Platform --linkskip=Xamarin.Forms.Platform.iOS --linkskip=Xamarin.Forms.Xaml --linkskip=Syncfusion.Core.XForms --linkskip=Syncfusion.SfChart.XForms --linkskip=Syncfusion.SfComboBox.XForms --linkskip=Syncfusion.SfDataGrid.XForms --linkskip=Syncfusion.SfNumericTextBox.XForms --linkskip=Syncfusion.SfPopupLayout.XForms --linkskip=TsinghuaNet --linkskip=TsinghuaNet.XF --linkskip=TsinghuaNet.XF.iOS</MtouchExtraArgs>
<BuildIpa>true</BuildIpa>
</PropertyGroup>
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' ">
<AppExtensionDebugBundleId />
Expand Down
2 changes: 1 addition & 1 deletion TsinghuaNet/TsinghuaNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PackageReference>
<PackageReference Include="Refractored.MvvmHelpers" Version="1.6.2" />
<PackageReference Include="System.Linq.Async" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
Expand Down

0 comments on commit e1df991

Please sign in to comment.