mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 23:48:26 -04:00
* rename everything to "full" telemetry and re-word onboarding * impl the `ping` event every 4.5 mins, or on path change * fix debug popover * update mobile * remove callback (and cargo lock update?) * add to mobile, remove eslint ignore, remove console log --------- Co-authored-by: Utku <74243531+utkubakir@users.noreply.github.com>
- Make sure to run
pnpm iif you make any change to thepackagemobile uses likeassets. - If iOS build fails with
node not founderror, runecho "export NODE_BINARY=$(command -v node)" >> .xcode.env.localonmobile/ios/directory. - If XCode can't find node, run
ln -s "$(which node)" /usr/local/bin/node