Localised app name, TODO: user-customisable course colours

This commit is contained in:
Deniz Duezgoeren
2019-07-17 22:58:15 +02:00
parent 3a03c1be30
commit c2dd4e758e
6 changed files with 156 additions and 4 deletions
+11
View File
@@ -18,5 +18,16 @@
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>