Skip to content

Commit

Permalink
Updated samples
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov committed Nov 17, 2023
1 parent e18a776 commit 04b98a1
Show file tree
Hide file tree
Showing 22 changed files with 667 additions and 203 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
arguments: build -Dsplit_targets
macos-build:
name: Build on macOS
runs-on: macos-11
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion sample/app-darwin-compose/.gitignore

This file was deleted.

87 changes: 0 additions & 87 deletions sample/app-darwin-compose/build.gradle.kts

This file was deleted.

This file was deleted.

18 changes: 18 additions & 0 deletions sample/app-ios-compose/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
DerivedData/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
*.moved-aside
*.xccheckout
*.xcscmblueprint
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
Pods
Loading

0 comments on commit 04b98a1

Please sign in to comment.