Skip to content

Commit

Permalink
fuse-ios migration
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Oct 6, 2024
1 parent 7bf3ae1 commit 15c8395
Show file tree
Hide file tree
Showing 128 changed files with 8,804 additions and 10 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/ios17.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

name: iOS 17

on:
push:
paths:
- 'ios/**'
pull_request:
paths:
- 'ios/**'

jobs:
build:
name: Test iOS 17
runs-on: macos-14

steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.4
- name: Checkout
uses: actions/checkout@v4
with:
submodules: True
- name: Install CocoaPods
run: gem install cocoapods -v 1.15.2
- name: Pod Install
run: pod install --repo-update
- name: Build
run: ./build.sh
- name: Test iOS 17.5
run: ./test.sh "Fuse iOS 17.5" "17.5" "iPhone 15"
32 changes: 32 additions & 0 deletions .github/workflows/ios18.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

name: iOS 18

on:
push:
paths:
- 'ios/**'
pull_request:
paths:
- 'ios/**'

jobs:
build:
name: Test iOS 18
runs-on: macos-14

steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.0'
- name: Checkout
uses: actions/checkout@v4
with:
submodules: True
- name: Install CocoaPods
run: gem install cocoapods -v 1.15.2
- name: Pod Install
run: pod install --repo-update
- name: Build
run: ./build.sh
- name: Test iOS 18.0
run: ./test.sh "Fuse iOS 18.0" "18.0" "iPhone 15"
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
.DS_Store
/fuse-*
*.docc-build
*.profraw
xcuserdata
.gradle
8 changes: 8 additions & 0 deletions echo/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
tsconfig.json
jest.config.ts
*.tgz
spec
src
/android
/ios
/dist
Loading

0 comments on commit 15c8395

Please sign in to comment.