Files
spacedrive/apps/mobile
Vítor Vasconcellos 287a809de0 Fix release workflow (#2668)
* Fix frontend bundle upload
 - Update pnpm

* Revert incorrect removal of fontenf packaging job

* Fix tauri not building updater bundles

* Ensure release action is executed when PRs modify the publish-artifacts action

* Fix unused argument for patchTauri function

* Couple for format fixes

* tauri requires building the app bundle to build the updater
2024-08-17 08:29:32 +00:00
..
2024-05-07 19:32:34 +00:00
2024-08-17 08:29:32 +00:00
2022-08-08 20:29:14 -07:00
2024-08-16 20:02:03 +00:00
2024-01-10 09:40:18 +00:00
2024-02-13 18:26:19 +00:00
2024-08-16 20:02:03 +00:00
2023-04-03 08:12:28 +00:00

  • Make sure to run pnpm i if you make any change to the package mobile uses like assets.
  • If iOS build fails with node not found error, run echo "export NODE_BINARY=$(command -v node)" >> .xcode.env.local on mobile/ios/ directory.
  • If XCode can't find node, run ln -s "$(which node)" /usr/local/bin/node
  • To view the logs from the Spacedrive Core API, run xcrun simctl launch --console booted com.spacedrive.app with the app built in debug mode.
  • If Rive Assets have been updated, run pnpm mobile prebuild to import the latest version of the .riv files into the project.