summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
diff options
context:
space:
mode:
authorRui Marinho <me@ruimarinho.net>2017-08-10 09:50:25 +0100
committerGitHub <noreply@github.com>2017-08-10 09:50:25 +0100
commitec10a37ff125fd920616649ec9ffde2f51d77a37 (patch)
tree95a540aaffc49830f811ae293b3cae052883dc83 /Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
parent31e17cc1e1122f2327e97095d2eccf1f65f6f7b6 (diff)
downloadxamarin-forms-ec10a37ff125fd920616649ec9ffde2f51d77a37.tar.gz
xamarin-forms-ec10a37ff125fd920616649ec9ffde2f51d77a37.tar.bz2
xamarin-forms-ec10a37ff125fd920616649ec9ffde2f51d77a37.zip
Use Xamarin.Forms.Build (#1092)
* Use Xamarin.Forms.Build * Automatic
Diffstat (limited to 'Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj')
-rw-r--r--Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj8
1 files changed, 2 insertions, 6 deletions
diff --git a/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj b/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
index 9ed9b17b..17d31780 100644
--- a/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
+++ b/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
@@ -34,8 +34,6 @@
<MtouchEnableGenericValueTypeSharing>True</MtouchEnableGenericValueTypeSharing>
<MtouchUseLlvm>False</MtouchUseLlvm>
<MtouchUseThumb>False</MtouchUseThumb>
- <MtouchUseSGen>False</MtouchUseSGen>
- <MtouchUseRefCounting>False</MtouchUseRefCounting>
<MtouchOptimizePNGs>False</MtouchOptimizePNGs>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<MtouchEnableBitcode>False</MtouchEnableBitcode>
@@ -79,14 +77,12 @@
<MtouchEnableGenericValueTypeSharing>True</MtouchEnableGenericValueTypeSharing>
<MtouchUseLlvm>False</MtouchUseLlvm>
<MtouchUseThumb>False</MtouchUseThumb>
- <MtouchUseSGen>False</MtouchUseSGen>
- <MtouchUseRefCounting>False</MtouchUseRefCounting>
<MtouchOptimizePNGs>True</MtouchOptimizePNGs>
<MtouchI18n />
<BuildIpa>True</BuildIpa>
<IpaMetadata />
<IpaPackageName />
- <CodesignProvision />
+ <CodesignProvision>Automatic</CodesignProvision>
<CodesignResourceRules />
<CodesignExtraArgs />
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
@@ -327,4 +323,4 @@
</Target>
<ItemGroup />
<Import Project="..\packages\Xamarin.Insights.1.12.3\build\Xamarin.iOS10\Xamarin.Insights.targets" Condition="Exists('..\packages\Xamarin.Insights.1.12.3\build\Xamarin.iOS10\Xamarin.Insights.targets')" />
-</Project> \ No newline at end of file
+</Project>