bitcrowd / tickety-tick

A browser extension that helps you name branches and write better commit messages
MIT License
57 stars 10 forks source link

[#275] Publish for new Safari #276

Closed pmeinhardt closed 3 years ago

pmeinhardt commented 3 years ago

To install Tickety-Tick in Safari (requires Xcode to be installed): ๐Ÿง‘โ€๐Ÿš€

  1. Open Safari
  2. Enable "Developer > Allow Unsigned Extensions" (is reset when quitting Safari)
  3. Build via yarn build:safari
  4. Open dist/safari/tickety-tick.app

The Xcode project references files in the dist/chrome directory. :v:

Closes #275.

pmeinhardt commented 3 years ago

Darren built the extension from this branch.

We should document some extra steps we figured out together:

What youโ€™ll need is a signing certificate.

I think the easiest way to create one might be this:

  1. Open Xcode
  2. Go to Preferences > Accounts
  3. Add an account of type โ€œApple IDโ€

Thanks a lot @planktonic ๐Ÿ’š