-
-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run Script can also be placed at at Project Build Phases #78
Comments
Thanks, it works fine and I think it is better than running at |
If it's removed, script will work, too. I think you can try this:(Xcode9) if [ $CONFIGURATION = "Debug" ]; then
/usr/local/bin/license-plist --output-path $PRODUCT_NAME/Settings.bundle --github-token YOUR_GITHUB_TOKEN
fi |
Thanks, |
The text was updated successfully, but these errors were encountered: