Skip to content

Commit

Permalink
feat: force dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Jul 19, 2021
1 parent ba22801 commit a5c9d4e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions firstfm/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LastFMAPIKey</key>
<string>$(LAST_FM_KEY)</string>
<key>LastFMSharedSecret</key>
<string>$(LAST_FM_SHARED_SECRET)</string>
<key>SpotifyAPIToken</key>
<string>$(SPOTIFY_API_TOKEN)</string>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
Expand All @@ -46,11 +52,7 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>LastFMAPIKey</key>
<string>$(LAST_FM_KEY)</string>
<key>SpotifyAPIToken</key>
<string>$(SPOTIFY_API_TOKEN)</string>
<key>LastFMSharedSecret</key>
<string>$(LAST_FM_SHARED_SECRET)</string>
<key>UIUserInterfaceStyle</key>
<string>Dark</string>
</dict>
</plist>

0 comments on commit a5c9d4e

Please sign in to comment.