Skip to content

Commit

Permalink
prep for v2.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanb10 committed Nov 5, 2020
1 parent 0ea67b1 commit 26ccc31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>

<div align="center">
<img src="https://img.shields.io/badge/crx%20size-56.4kb-brightgreen" alt="Total file size">
<img src="https://img.shields.io/badge/crx%20size-55.9kb-brightgreen" alt="Total file size">
<a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/snoozz/">
<img src="https://img.shields.io/amo/v/snoozz?color=orange&logo=firefox-browser&label=firefox%20add-on" alt="Mozilla Add-on">
</a>
Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#
# Modify manifest file for safari and build
#

shutil.copy('docs/safari.md', FOLDER)
if 'idle' in data['permissions']: data['permissions'].remove('idle')
if 'notifications' in data['permissions']: data['permissions'].remove('notifications')
data['permissions'] = [p.replace('tabs','activeTab') for p in data['permissions']]
Expand Down
3 changes: 2 additions & 1 deletion docs/safari.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ If you want to build your own version of Snoozz for Safari, here's how you do it
xcrun safari-web-extension-converter . --app-name "snoozz_for_safari" --bundle-identifier com.snoozeman.snoozz --swift --force --no-open
```

2. Go to the created `snoozz_for_safari` directory, then [build and run](https://developer.apple.com/documentation/safariservices/safari_app_extensions/building_a_safari_app_extension#2957926) the xcodeproject.
2. [Build and run](https://developer.apple.com/documentation/safariservices/safari_app_extensions/building_a_safari_app_extension#2957926) the xcodeproject.
```
cd snoozz_for_safari
xcodebuild -scheme snoozz_for_safari build
```

Expand Down

0 comments on commit 26ccc31

Please sign in to comment.