Skip to content

Commit 42a1c60

Browse files
authored
Move all source files in ios/ into ios/src/ (#5)
This way we have `ios/lib` and `ios/src` to cleaner separate third party deps from our actual code. Also this fixes the C++lint CI
1 parent d0f033c commit 42a1c60

File tree

10 files changed

+3
-3
lines changed

10 files changed

+3
-3
lines changed

.github/workflows/validate-cpp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ on:
88
- '.github/workflows/validate-cpp.yml'
99
- 'package/cpp/**'
1010
- 'package/android/src/main/cpp/**'
11-
- 'package/ios/**'
11+
- 'package/ios/src/**'
1212
pull_request:
1313
paths:
1414
- '.github/workflows/validate-cpp.yml'
1515
- 'package/cpp/**'
1616
- 'package/android/src/main/cpp/**'
17-
- 'package/ios/**'
17+
- 'package/ios/src/**'
1818

1919
jobs:
2020
lint:
@@ -25,7 +25,7 @@ jobs:
2525
path:
2626
- 'package/cpp'
2727
- 'package/android/src/main/cpp'
28-
- 'package/ios'
28+
- 'package/ios/src'
2929
steps:
3030
- uses: actions/checkout@v4
3131
- name: Run clang-format style check
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)