Skip to content

Commit

Permalink
fixup! add github workflow to build mac and test with say
Browse files Browse the repository at this point in the history
  • Loading branch information
mzgoddard committed Jan 12, 2024
1 parent d066b02 commit 989d1d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
cd src/macos/ATDriverGenericMacOS
xcodebuild
- run: |
xattr -r -d com.apple.quarantine ATDriverGenericMacOS.app
/System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/LaunchServices.framework/Versions/Current/Support/lsregister -f -R -trusted ATDriverGenericMacOS.app
pluginkit -e use -i com.bocoup.ATDriverGenericMacOS.ATDriverGenericMacOSExtension
defaults write com.apple.Accessibility SpeechVoiceIdentifierForLanguage '{2 = {en = "com.bocoup.ATDriverGenericMacOS.ATDriverGenericMacOSExtension.ATDriverGenericMacOSExtension";};}'
say hello
Expand Down

0 comments on commit 989d1d3

Please sign in to comment.