Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 510 Bytes

GUIDELINE.md

File metadata and controls

25 lines (15 loc) · 510 Bytes

Guideline

Build Guideline

  1. Pull the code from GitHub.

  2. Use command line tool to go to download directory.

    cd music-player
    
  3. Update all pods.

    pod update
    
  4. Click music-player.xcworkspace to open the workspace on Xcode.

  5. Build the app through Xcode on Simulator or local device.

  6. The app support 🌞 Light mode and 🌚 Dark mode. Please feel free to change the display mode and see the different.

  7. Enjoy 🍻.