Skip to content

Commit

Permalink
Merge pull request #230 from Ryunosuke1114/update/ReadME
Browse files Browse the repository at this point in the history
add: cd $SRCROOT
  • Loading branch information
mono0926 authored Jan 24, 2025
2 parents 75a8eda + 6f30b39 commit e7f3080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ Add a `Run Script Phase` to `Build Phases`:

```sh
if [ $CONFIGURATION = "Debug" ]; then
cd $SRCROOT
/usr/local/bin/license-plist --output-path $PRODUCT_NAME/Settings.bundle --github-token YOUR_GITHUB_TOKEN
fi
```
Expand Down

0 comments on commit e7f3080

Please sign in to comment.