Skip to content

Commit

Permalink
iOS Workflow
Browse files Browse the repository at this point in the history
Updated iOS workflow
Updated React Native
Cleaned up some code
  • Loading branch information
Alex Risch authored and Alex Risch committed Jan 29, 2024
1 parent 3361d0b commit 5276fa2
Show file tree
Hide file tree
Showing 6 changed files with 344 additions and 362 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Xcode
uses: actions/setup-xcode@v1
with:
xcode-version: '15.0.1'
- uses: actions/setup-node@v3
- run: yarn
- run: yarn ios
- name: Build iOS App
run: yarn ios --no-packager --mode Release
Loading

0 comments on commit 5276fa2

Please sign in to comment.