Skip to content

Commit

Permalink
add readme and ios build info
Browse files Browse the repository at this point in the history
  • Loading branch information
shuesken committed Jan 7, 2025
1 parent e004fdd commit 1e0b823
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 3 additions & 2 deletions nr-app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "org.trustroots.nostroots"
},
"android": {
"adaptiveIcon": {
Expand Down Expand Up @@ -53,4 +54,4 @@
},
"owner": "nostroots"
}
}
}
4 changes: 1 addition & 3 deletions nr-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

This is code shared between the other parts of the repo.

To initialise it, or after updates, ensure you have deno installed and then run:

deno task cache
To propagate changes to `nr-app`, you need to run `deno task build` in this directory and `pnpm i` in the `nr-app/` directory.
5 changes: 3 additions & 2 deletions nr-common/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"zod": "npm:zod@^3.23.8"
},
"tasks": {
"cache": "deno cache --node-modules-dir deps.ts"
"cache": "deno cache --node-modules-dir deps.ts",
"build": "deno -A build_npm.ts"
},
"license": "AGPL-3.0-or-later"
}
}

0 comments on commit 1e0b823

Please sign in to comment.