Skip to content

Add macos CI build and test #3

Add macos CI build and test

Add macos CI build and test #3

Workflow file for this run

name: macos
on: [pull_request]
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- run: |
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
say hello
say hello
say hello
say hello
log show --process ATDriverGenericService | tail -n 10