Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #560 from iseebi/feature/remove_unused_fonts
Browse files Browse the repository at this point in the history
[iOS] Remove unused font resources
  • Loading branch information
kazumihirose committed Sep 2, 2020
2 parents 0a9e620 + f00191f commit 7fc3b23
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 17 deletions.
8 changes: 0 additions & 8 deletions Covid19Radar/Covid19Radar.iOS/Covid19Radar.iOS.csproj
Expand Up @@ -1305,14 +1305,6 @@
<ItemGroup>
<BundleResource Include="Resources\IconHamburger%403x.png" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="fa-brands-400.otf" />
<EmbeddedResource Include="fa-regular-400.otf" />
<EmbeddedResource Include="fa-solid-900.otf" />
<EmbeddedResource Include="NotoSansCJKjp-Medium.otf" />
<EmbeddedResource Include="NotoSansCJKjp-Regular.otf" />
<EmbeddedResource Include="Roboto-Regular.ttf" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
Expand Down
9 changes: 0 additions & 9 deletions Covid19Radar/Covid19Radar.iOS/Info.plist
Expand Up @@ -55,15 +55,6 @@
<array>
<string>APP_PACKAGE_NAME.exposure-notification</string>
</array>
<key>UIAppFonts</key>
<array>
<string>fa-brands-400.otf</string>
<string>fa-regular-400.otf</string>
<string>fa-solid-900.otf</string>
<string>NotoSansCJKjp-Medium.otf</string>
<string>NotoSansCJKjp-Regular.otf</string>
<string>Roboto-Regular.ttf</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIBackgroundModes</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed Covid19Radar/Covid19Radar.iOS/Roboto-Regular.ttf
Binary file not shown.
Binary file removed Covid19Radar/Covid19Radar.iOS/fa-brands-400.otf
Binary file not shown.
Binary file removed Covid19Radar/Covid19Radar.iOS/fa-regular-400.otf
Binary file not shown.
Binary file removed Covid19Radar/Covid19Radar.iOS/fa-solid-900.otf
Binary file not shown.

0 comments on commit 7fc3b23

Please sign in to comment.