Skip to content

Commit

Permalink
Project renamed to inrupt-data-wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
jholleran committed Sep 11, 2024
1 parent f93815a commit c8ba3d9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ keytool -genkeypair -v -storetype PKCS12 \

Add the following to: `.env` and update the placeholders.
```text
KEYSTORE_PATH=<path>/inrupt-wallet-frontend/android/app/wallet.keystore
KEYSTORE_PATH=<path>/inrupt-data-wallet/android/app/wallet.keystore
KEYSTORE_PASSWORD=<keystore password>
```

Expand Down Expand Up @@ -133,7 +133,7 @@ xcodebuild -workspace ios/inruptwalletfrontend.xcworkspace -scheme inruptwalletf
After completion, the iOS binary should be located at:

```bash
inrupt-wallet-frontend/ios/build/Build/Products/inruptwalletfrontend.app
inrupt-data-wallet/ios/build/Build/Products/inruptwalletfrontend.app
```

You can share the .app file with others who need to run the Detox tests without building the iOS app locally.
Expand Down
4 changes: 2 additions & 2 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import type { ExpoConfig, ConfigContext } from "expo/config";

export default ({ config }: ConfigContext): ExpoConfig => ({
...config,
name: "inrupt-wallet-frontend",
slug: "inrupt-wallet-frontend",
name: "inrupt-data-wallet",
slug: "inrupt-data-wallet",
version: "1.0.0",
orientation: "portrait",
icon: "./assets/images/logo.png",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "inrupt-wallet-frontend",
"name": "inrupt-data-wallet",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
Expand Down

0 comments on commit c8ba3d9

Please sign in to comment.