Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 721 Bytes

File metadata and controls

21 lines (15 loc) · 721 Bytes

Last FM Data

This is macOS native app written in SwiftUI, where a Last.fm user can render top albums, switch between share-ready themes, and save the result as a PNG file inside the downloads folder.

  • Built using Xcode Version 26.2 (17C52)

Top Albums Screenshot

How to setup Secrets.xcconfig

  • Create a file called Secrets.xcconfig, File - New - File from Template
  • Inside the Secrets.xcconfig, add your last.fm API key
LASTFM_API_KEY = your_real_key_here
  • In Xcode: Select your project, and then go to Info → Configurations and Assign Secrets.xcconfig to Debug/Release
  • Then, in Info.plist, add the key:
LastFMAPIKey = $(LASTFM_API_KEY)