From f74c6846dfef1843fd2c02c9936fac8d0ac0be77 Mon Sep 17 00:00:00 2001 From: Chris King Date: Wed, 24 Jul 2019 14:39:11 -1000 Subject: [PATCH] update .create-stubs.bat for iOS --- .create-stubs.bat | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.create-stubs.bat b/.create-stubs.bat index 7d0606e47..c86d1010a 100644 --- a/.create-stubs.bat +++ b/.create-stubs.bat @@ -45,6 +45,19 @@ mkdir Xamarin.Forms.Platform.iOS\bin\%CONFIG%\zh-Hans mkdir Xamarin.Forms.Platform.iOS\bin\%CONFIG%\zh-Hant mkdir Xamarin.Forms.Platform.iOS\bin\%CONFIG%\zh-HK + + +mkdir Xamarin.Forms.Platform.Android\bin\%CONFIG% +echo foo > Xamarin.Forms.Platform.Android\bin\%CONFIG%\Xamarin.Forms.Platform.Android.dll + +mkdir Xamarin.Forms.Platform.Android.FormsViewGroup\bin\%CONFIG% +echo foo > Xamarin.Forms.Platform.Android.FormsViewGroup\bin\%CONFIG%\FormsViewGroup.dll + +mkdir Stubs\Xamarin.Forms.Platform.Android\bin\%CONFIG% +echo foo > Stubs\Xamarin.Forms.Platform.Android\bin\%CONFIG%\Xamarin.Forms.Platform.dll + + + mkdir Xamarin.Forms.Platform.Android\bin\%CONFIG%\MonoAndroid90 echo foo > Xamarin.Forms.Platform.Android\bin\%CONFIG%\MonoAndroid90\Xamarin.Forms.Platform.Android.dll