summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.iOS
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2016-10-31 09:22:54 -0600
committerRui Marinho <me@ruimarinho.net>2016-10-31 15:22:54 +0000
commit0d6a6c5f17eb4e50ad7b96a7e4ae1e24c6fc3c18 (patch)
tree3fa64327baa9049be6f6f3e1c4260e3a34e4d4ff /Xamarin.Forms.ControlGallery.iOS
parentc9edd1a382298d4de622b186d6ef3af69d5f55ac (diff)
downloadxamarin-forms-0d6a6c5f17eb4e50ad7b96a7e4ae1e24c6fc3c18.tar.gz
xamarin-forms-0d6a6c5f17eb4e50ad7b96a7e4ae1e24c6fc3c18.tar.bz2
xamarin-forms-0d6a6c5f17eb4e50ad7b96a7e4ae1e24c6fc3c18.zip
Attempt to get UI test for 44166 working on iOS (#485)
* Attempt to get UI test for 44166 working on iOS * Another attempt to get this running consistently on iOS * Adding screenshots so I can figure out why this doesn't work when XTC runs it * Maybe there's confusion between the back buttons? * Hey, it works now! Removing the debugging stuff. * Clean up extra build constants
Diffstat (limited to 'Xamarin.Forms.ControlGallery.iOS')
-rw-r--r--Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj10
1 files changed, 6 insertions, 4 deletions
diff --git a/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj b/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
index 471c1d58..b8e3c8dd 100644
--- a/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
+++ b/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
@@ -27,7 +27,8 @@
<MtouchLink>None</MtouchLink>
<MtouchDebug>True</MtouchDebug>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
- <MtouchSdkVersion></MtouchSdkVersion>
+ <MtouchSdkVersion>
+ </MtouchSdkVersion>
<MtouchProfiling>False</MtouchProfiling>
<MtouchFastDev>False</MtouchFastDev>
<MtouchEnableGenericValueTypeSharing>True</MtouchEnableGenericValueTypeSharing>
@@ -60,7 +61,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\iPhone\Debug</OutputPath>
- <DefineConstants>DEBUG</DefineConstants>
+ <DefineConstants>DEBUG;__UNIFIED__;__MOBILE__;__IOS__</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
@@ -69,7 +70,8 @@
<MtouchDebug>True</MtouchDebug>
<CodesignEntitlements>
</CodesignEntitlements>
- <MtouchSdkVersion></MtouchSdkVersion>
+ <MtouchSdkVersion>
+ </MtouchSdkVersion>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchProfiling>False</MtouchProfiling>
<MtouchExtraArgs />
@@ -268,4 +270,4 @@
</XamarinComponentReference>
</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>
+</Project> \ No newline at end of file