From dfa41359a68ae388f7614b1e33f2ad8d40740d37 Mon Sep 17 00:00:00 2001 From: PangMo5 Date: Fri, 23 Jul 2021 12:04:37 +0900 Subject: [PATCH] update Build Process --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a507fd71..ddf2d85d 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ $ sudo gem install cocoapods # install dependencies $ pod install -# open workspace +# open workspace and build it $ open JellyfinPlayer.xcworkspace + +# or build using xcodebuild +$ xcodebuild build -workspace "JellyfinPlayer.xcworkspace" -scheme "JellyfinPlayer" ``` \ No newline at end of file