Skip to content

Commit

Permalink
Chore/fix ios simulators (#1581)
Browse files Browse the repository at this point in the history
* Use universal nodejs binary

* Use correct binary

* Use lfs

* Configuration test

* Use universal classic-level binary
  • Loading branch information
siepra authored Jun 19, 2023
1 parent 66029c8 commit fe872e1
Show file tree
Hide file tree
Showing 185 changed files with 8,494 additions and 1,468 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NodeMobile filter=lfs diff=lfs merge=lfs -text
2 changes: 1 addition & 1 deletion packages/backend/classic_level.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const require = createRequire(import.meta.url)
let bindings = null
let arch = process.arch

if (process.platform === 'darwin') {
if (process.platform === 'darwin' || process.platform === 'ios') {
arch = 'universal'
}

Expand Down
1 change: 1 addition & 0 deletions packages/mobile/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NodeMobile filter=lfs diff=lfs merge=lfs -text
Empty file.
Binary file modified packages/mobile/ios/NodeJsMobile/NodeMobile.framework/Info.plist
Binary file not shown.
Binary file modified packages/mobile/ios/NodeJsMobile/NodeMobile.framework/NodeMobile
Binary file not shown.
Loading

0 comments on commit fe872e1

Please sign in to comment.