Skip to content

Commit 73cb6fc

Browse files
committed
chore: move app to mobile
1 parent 2253dfd commit 73cb6fc

File tree

74 files changed

+6
-19
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+6
-19
lines changed

.github/workflows/app-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020

2121
- name: Setup Xcode
2222
run: |
23-
cd ./app
23+
cd ./apps/mobile
2424
# xcodebuild -downloadAllPlatforms
2525

2626
- name: Build
2727
run: |
28-
cd ./app
28+
cd ./apps/mobile
2929
# xcodebuild build -scheme metro-now -project metro-now.xcodeproj -destination 'platform=iOS Simulator,name=iPhone ${{ matrix.device }},OS=${{ matrix.iOS }}' | xcpretty && exit ${PIPESTATUS[0]}
3030

3131
- name: Test
3232
run: |
33-
cd ./app
33+
cd ./apps/mobile
3434
# xcodebuild test -scheme metro-now -project metro-now.xcodeproj -destination 'platform=iOS Simulator,name=iPhone ${{ matrix.device }},OS=${{ matrix.iOS }}' | xcpretty && exit ${PIPESTATUS[0]}

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# app is formatted with swiftformat
2-
./app
2+
./apps/mobile
33

44
node_modules
55
.next

CONTRIBUTING.md

Lines changed: 2 additions & 15 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)