-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from a11rew/fix/send-notifications-prior-to-act…
…ivation Add support for filtering for events from specific calendars
- Loading branch information
Showing
8 changed files
with
126 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Calendar Focus Sync | ||
|
||
## 0.6 | ||
|
||
- Add support for filtering for events from specific calendars | ||
- Fixes issue with triggering focus in MacOS 14.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
### Internal Release Process | ||
|
||
1. Bump `CURRENT_PROJECT_VERSION` and `MARKETING_VERSION` in `Calendar Focus Sync.xcodeproj/project.pbxproj` to the new version number. | ||
2. Update the `CHANGELOG.md` with the new version number and changes. | ||
3. In XCode, Product > Archive, then Distribute App > App Store Connect > Upload | ||
|
||
## Direct Distribution | ||
|
||
1. In XCode, Product > Archive, then Distribute App > Custom > Copy App | ||
2. Use [create-dmg](https://github.com/sindresorhus/create-dmg) to create a DMG file for distribution | ||
|
||
``` | ||
create-dmg Calendar\ Focus\ Sync.app/ | ||
``` | ||
|
||
3. Upload the DMG file to GitHub Releases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters