summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.iOS
diff options
context:
space:
mode:
authorRui Marinho <me@ruimarinho.net>2016-09-23 14:47:48 +0100
committerGitHub <noreply@github.com>2016-09-23 14:47:48 +0100
commit78047aef5435c4f12815cb5454bbba77c500890e (patch)
tree5407c44a244dba93f22542eab2870304b89bbb5e /Xamarin.Forms.ControlGallery.iOS
parent3ca1fc8eca5c2e60a1c7ea04338be12088b177aa (diff)
downloadxamarin-forms-78047aef5435c4f12815cb5454bbba77c500890e.tar.gz
xamarin-forms-78047aef5435c4f12815cb5454bbba77c500890e.tar.bz2
xamarin-forms-78047aef5435c4f12815cb5454bbba77c500890e.zip
[Controls] Link only SDK so we don't brake the sample (#372)
Diffstat (limited to 'Xamarin.Forms.ControlGallery.iOS')
-rw-r--r--Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj b/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
index 905a1ed6..c1ef6f4c 100644
--- a/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
+++ b/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
@@ -24,7 +24,7 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<MtouchArch>i386, x86_64</MtouchArch>
- <MtouchLink>Full</MtouchLink>
+ <MtouchLink>SdkOnly</MtouchLink>
<MtouchDebug>True</MtouchDebug>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchSdkVersion></MtouchSdkVersion>