Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

Commit 8fc38ff

Browse files
committed
Rename Factory -> Factories
1 parent f26ca7f commit 8fc38ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CodeHub.iOS/CodeHub.iOS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
<DependentUpon>EnablePushNotificationsViewController.cs</DependentUpon>
222222
</Compile>
223223
<InterfaceDefinition Include="Views\App\EnablePushNotificationsViewController.xib" />
224-
<Compile Include="Factory\FeatureFactory.cs" />
224+
<Compile Include="Factories\FeatureFactory.cs" />
225225
</ItemGroup>
226226
<ItemGroup>
227227
<ProjectReference Include="..\lib\CodeFramework\CodeFramework.Core\CodeFramework.Core.iOS.csproj">
@@ -445,6 +445,6 @@
445445
<ItemGroup>
446446
<Folder Include="ViewControllers\" />
447447
<Folder Include="Images\MarkdownComposer\" />
448-
<Folder Include="Factory\" />
448+
<Folder Include="Factories\" />
449449
</ItemGroup>
450450
</Project>

0 commit comments

Comments
 (0)