mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-03 12:54:21 -04:00
* all tags screen, visual improvements, and bug fix * More sync support for file paths + saved searches (#2067) more sync support for file paths + saved searches * mobile overview screen * cleanup * Update BrowseLocations.tsx * Update StatCard.tsx * only show new card when locations empty * disable pods cache for now * eslint * fix cocoapods version * cleanup * Update Categories.tsx * ScreenContainer component instead of repeating code --------- Co-authored-by: Brendan Allan <brendonovich@outlook.com> Co-authored-by: Utku Bakir <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 - To view the logs from the Spacedrive Core API, run
xcrun simctl launch --console booted com.spacedrive.appwith the app built in debug mode. - If Rive Assets have been updated, run
pnpm mobile prebuildto import the latest version of the.rivfiles into the project.