Skip to content

Commit

Permalink
Delete cd $SRCROOT from Build Phases Script
Browse files Browse the repository at this point in the history
- Fix #78
  • Loading branch information
mono0926 committed Oct 25, 2017
1 parent e7ef90d commit df04004
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ 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 df04004

Please sign in to comment.