Skip to content

Commit

Permalink
Merge pull request wakatime#89 from wakatime/major/stop-notarizing-co…
Browse files Browse the repository at this point in the history
…ncurrency

Stop notarizing concurrency framework
  • Loading branch information
alanhamlett authored Jun 13, 2023
2 parents 745b9fc + c67004e commit 68a203e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@ jobs:
ditto -c -k --keepParent "build/Release/WakaTime.app/Contents/Library/LoginItems/WakaTime Helper.app" helper.zip
xcrun notarytool submit helper.zip --keychain-profile "notarytool-profile" --wait
xcrun stapler staple "build/Release/WakaTime.app/Contents/Library/LoginItems/WakaTime Helper.app"
-
name: Notarize libswift_Concurrency.dylib
run: |
ditto -c -k --keepParent build/Release/WakaTime.app/Contents/Frameworks/libswift_Concurrency.dylib concurrency.zip
xcrun notarytool submit concurrency.zip --keychain-profile "notarytool-profile" --wait
xcrun stapler staple build/Release/WakaTime.app/Contents/Frameworks/libswift_Concurrency.dylib
-
name: Notarize App
run: |
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ To fix linter warning(s), run `swiftlint --fix`.

Pull requests and issues are welcome!
See [Contributing][contributing] for more details.
The main thing to know is we require specific branch name prefixes for PRs:

- `^major/.+` - `major`
- `^feature/.+` - `minor`
- `^bugfix/.+` - `patch`
- `^docs?/.+` - `build`
- `^misc/.+` - `build`

Many thanks to all [contributors][authors]!

Expand Down

0 comments on commit 68a203e

Please sign in to comment.