-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Build for macOS and visionOS (#9)
* Update .spi.yml * build for macOS and visionOS * improve * improve image check * fix slider behavior * fix DigitalCrownView * Update to latest CareKit * allow action to throw * nit * more nits * set initialValue before value in viewModel * set initial value as double * Add additional DigitalCrownView init * Update README.md * add badges * Update README.md * Create release.yml * Create generate-documentation * Create update-gh-pages-documentation-site * nits * add additional OS's * fix digital crown initial value * make scripts executable * more fixes to digital crown * compare integers for disabling
- Loading branch information
Showing
28 changed files
with
819 additions
and
305 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
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,17 @@ | ||
name: release | ||
on: | ||
release: | ||
types: [published] | ||
env: | ||
CI_XCODE: '/Applications/Xcode_15.4.app/Contents/Developer' | ||
|
||
jobs: | ||
docs: | ||
runs-on: macos-14 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Build and Deploy Docs | ||
run: set -o pipefail && env NSUnbufferedIO=YES Scripts/update-gh-pages-documentation-site | ||
env: | ||
CURRENT_BRANCH_NAME: release | ||
DEVELOPER_DIR: ${{ env.CI_XCODE }} |
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
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
Oops, something went wrong.