Skip to content

Commit

Permalink
Update to Babylon Native master and fix many issues (#608)
Browse files Browse the repository at this point in the history
- Update BN submodule
- Fix various issues
- See associated PR for details :)
  • Loading branch information
ryantrem authored Oct 3, 2023
1 parent 6dc5352 commit f87a9e9
Show file tree
Hide file tree
Showing 40 changed files with 33,806 additions and 20,302 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
platform: [x86, x64, ARM64]
config: [Debug, Release]
steps:
- name: Support longpaths
run: git config --system core.longpaths true
- name: Checkout Repo
uses: actions/[email protected]
with:
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ IDEWorkspaceChecks.plist
WorkspaceSettings.xcsettings

# npm
node_modules
node_modules

# Build output, largely Babylon Native
Build
4 changes: 2 additions & 2 deletions Apps/PackageTest/0.69.0/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby '2.7.5'
ruby '>= 2.6.10'

gem 'cocoapods', '~> 1.11', '>= 1.11.2'
gem 'cocoapods', '>= 1.11.2'
Loading

0 comments on commit f87a9e9

Please sign in to comment.