Skip to content

Commit

Permalink
Fix FTMs for Xamarin.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcb committed Nov 11, 2015
1 parent 1649adb commit 6675fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Sprache.proj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<Delete Files="@(FilesToDelete)" />

<Copy SourceFiles="@(FilesToCopy)" DestinationFolder="$(Package)\lib\portable-net4+netcore45+win8+wp8+sl5+MonoAndroid1+MonoTouch1" />
<Copy SourceFiles="@(FilesToCopy)" DestinationFolder="$(Package)\lib\portable-net4+netcore45+win8+wp8+sl5+MonoAndroid+Xamarin.iOS10+MonoTouch" />

<GetAssemblyIdentity AssemblyFiles="$(OutputDir)\Sprache.dll">
<Output TaskParameter="Assemblies" ItemName="AsmInfo" />
Expand Down

0 comments on commit 6675fd7

Please sign in to comment.