Skip to content

Latest commit

 

History

History
49 lines (23 loc) · 2.25 KB

BUILD.md

File metadata and controls

49 lines (23 loc) · 2.25 KB

Building the Application

1. Clone the main repository

Method 1: Click Download ZIP

Screenshot 2022-11-28 at 11 34 08 AM

Method 2: using git clone https://github.com/Kentakoong/MusicBar.git

2. Locate the folder

Usually, the default download Location will be at /Users/<your_name>/Downloads

3. Opening the Xcode Project

When you did locate the Folder, open it and open MusicBar.xcodeproj

Screenshot 2022-11-28 at 11 50 34 AM

If you see the prompt: “MusicBar” is a project downloaded from the Internet. Are you sure you want to open it?

Click Trust and Open to open the Project

Screenshot 2022-11-28 at 11 54 25 AM

4. Build!

When the Project is opened, wait for Xcode to index files, and download the Dependencies

Screenshot 2022-11-28 at 11 57 58 AM

Wait until it finishes and showing MusicBar: Ready on the Status Bar, click the Play button, or using Command + R

Screenshot 2022-11-28 at 11 59 20 AM

Now Xcode is building the Application, wait for it and MusicBar will show on the Status Bar!

Screenshot 2022-11-28 at 12 02 21 PM

🎉 You did it!

You've built MusicBar Successfully!

Screenshot 2022-11-28 at 12 05 26 PM