psychs / limechat

IRC Client for Mac
http://limechat.net/mac/
1.55k stars 266 forks source link

Please Include Instructions on How to Build From Source #336

Open patientplatypus6 opened 1 year ago

patientplatypus6 commented 1 year ago

For frustrating reasons I am locked out of my Apple account (I forgot my password and I changed my phone number). So until that gets resolved I want to use LimeChat, but I don't know how to build the program from source as there are no instructions. Can you include some please so I can use this client? Thanks.

ghost commented 1 year ago

I got it to build by going into Xcode and signing the app with my Apple ID Then I went and changed the Minimum Deployment and Deployment Target to 13.0 After that I cd'd into the project, opened up a Terminal and ran xcodebuild

The built LimeChat.app should be in the Releases folder after you run xcodebuild