Skip to content

Commit

Permalink
Ensure ios supports italian
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow committed Dec 17, 2024
1 parent 0a5c197 commit 565069a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions LiftLog.Maui/Platforms/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,12 @@
<string>Assets.xcassets/appicon.appiconset</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>CFBundleLocalizations</key>
<array>
<string>it</string>
</array>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
</dict>

</plist>
File renamed without changes.

0 comments on commit 565069a

Please sign in to comment.