Skip to content

Commit

Permalink
feat(issue-40): update configure for pfr-app(xamarin)
Browse files Browse the repository at this point in the history
Merge pull request #106 from live-dev999/live-dev999/issue40
  • Loading branch information
live-dev999 committed Dec 28, 2021
2 parents d2ec585 + 643896a commit 4b423b1
Show file tree
Hide file tree
Showing 2 changed files with 1,282 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/MobileApps/PFRApp/PFRApp.iOS/PFRApp.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<MtouchArch>x86_64</MtouchArch>
<MtouchLink>None</MtouchLink>
<MtouchDebug>true</MtouchDebug>
<CodesignProvision>iOS_provisioning</CodesignProvision>
<CodesignKey>iPhone Developer</CodesignKey>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugType>none</DebugType>
Expand All @@ -46,11 +48,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<MtouchArch>ARM64</MtouchArch>
<CodesignKey>iPhone Developer</CodesignKey>
<CodesignKey>Apple Development: Denis Prokhorchik (T745FS9H5H)</CodesignKey>
<MtouchDebug>true</MtouchDebug>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchLink>None</MtouchLink>
<MtouchInterpreter>-all</MtouchInterpreter>
<CodesignProvision></CodesignProvision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<DebugType>none</DebugType>
Expand All @@ -61,6 +64,7 @@
<MtouchArch>ARM64</MtouchArch>
<CodesignKey>iPhone Developer</CodesignKey>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchLink>SdkOnly</MtouchLink>
</PropertyGroup>
<ItemGroup>
<Compile Include="Main.cs" />
Expand Down
Loading

0 comments on commit 4b423b1

Please sign in to comment.