update Build Process

This commit is contained in:
PangMo5 2021-07-23 12:04:37 +09:00
parent ba6a62d546
commit dfa41359a6
1 changed files with 4 additions and 1 deletions

View File

@ -43,6 +43,9 @@ $ sudo gem install cocoapods
# install dependencies # install dependencies
$ pod install $ pod install
# open workspace # open workspace and build it
$ open JellyfinPlayer.xcworkspace $ open JellyfinPlayer.xcworkspace
# or build using xcodebuild
$ xcodebuild build -workspace "JellyfinPlayer.xcworkspace" -scheme "JellyfinPlayer"
``` ```