Skip to content

Commit

Permalink
Included LanguageService in IOC.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcclive committed Apr 18, 2020
1 parent c038c4c commit 93769d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tricycle.UI.macOS/AppDelegate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
using StructureMap;
using Tricycle.Diagnostics;
using Tricycle.Diagnostics.Utilities;
using Tricycle.Globalization;
using Tricycle.IO;
using Tricycle.IO.macOS;
using Tricycle.Media;
Expand Down Expand Up @@ -145,6 +146,7 @@ public override void DidFinishLaunching(NSNotification notification)
ffmpegConfigManager,
ffmpegArgumentGenerator,
fileSystem));
_.For<ILanguageService>().Use<LanguageService>();
});
AppState.DefaultDestinationDirectory = Path.Combine(userPath, "Movies");

Expand Down
4 changes: 4 additions & 0 deletions Tricycle.UI.macOS/Tricycle.UI.macOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@
<Project>{0ED0381E-0215-4814-8B3E-DCE3EDC555A6}</Project>
<Name>Tricycle.Utilities</Name>
</ProjectReference>
<ProjectReference Include="..\Tricycle.Globalization\Tricycle.Globalization.csproj">
<Project>{D3D4FED4-BE82-4144-81DA-605110421742}</Project>
<Name>Tricycle.Globalization</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\Images\folder-browse.png" />
Expand Down

0 comments on commit 93769d6

Please sign in to comment.