diff --git a/README.md b/README.md index d7d599d..b8e1344 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ keytool -genkeypair -v -storetype PKCS12 \ Add the following to: `.env` and update the placeholders. ```text -KEYSTORE_PATH=/inrupt-wallet-frontend/android/app/wallet.keystore +KEYSTORE_PATH=/inrupt-data-wallet/android/app/wallet.keystore KEYSTORE_PASSWORD= ``` @@ -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. diff --git a/app.config.ts b/app.config.ts index a77eeed..a9d930e 100644 --- a/app.config.ts +++ b/app.config.ts @@ -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", diff --git a/package-lock.json b/package-lock.json index 3393fb0..7bf34d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "inrupt-wallet-frontend", + "name": "inrupt-data-wallet", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "inrupt-wallet-frontend", + "name": "inrupt-data-wallet", "version": "1.0.0", "dependencies": { "@expo/vector-icons": "^14.0.2", diff --git a/package.json b/package.json index a4e290e..4e9857c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "inrupt-wallet-frontend", + "name": "inrupt-data-wallet", "main": "expo-router/entry", "version": "1.0.0", "scripts": {