Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
update .create-stubs.bat for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kingces95 committed Jul 25, 2019
1 parent c79595a commit f74c684
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .create-stubs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f74c684

Please sign in to comment.