Skip to content

Conversation

@ben-whit-ley
Copy link

  • feature

Updated setup.sh script with the following:

  • asks to close Xcode if it's open
  • checks if plugin is already installed; if so, it's deleted
  • open and close Xcode once without plugin installed
  • create (or recreate, if just deleted) plugin directory

To use the plugin on a new version of Xcode:

  • update Xcode
  • run ./setup.sh in this repo's root
  • first time you open new version of Xcode, select "Load Bundle" in the popup

@ben-whit-ley ben-whit-ley requested a review from kpgalligan May 20, 2020 16:09
setup.sh Outdated
###################

if pgrep -xq -- "${service}"; then
echo "Xcode is running. Attempt to shut down?"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably add y/n "Xcode is running. Attempt to shut down? y/n"

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@ben-whit-ley ben-whit-ley merged commit 08fd41b into master May 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants