https://github.com/onflow/frw-ios
https://github.com/onflow/frw-ios
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/onflow/frw-ios
- Owner: onflow
- License: apache-2.0
- Created: 2024-02-09T23:21:11.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-03T22:35:21.000Z (about 1 year ago)
- Last Synced: 2025-02-23T19:50:46.425Z (9 months ago)
- Language: Swift
- Size: 70.1 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FLOW Reference Wallet-iOS
## How to build
1. Checkout code.
2. ```git lfs fetch``` to fetch large frameworks file.
3. Install dependencies using ```Swift Package Manager```
4. Add a new file ```LocalEnv``` in ```/Lilico/App/Env/``` with these contents below
```
{
"WalletConnectProjectID": "",
"BackupAESKey": "",
"AESIV": "",
"TranslizedProjectID": "",
"TranslizedOTAToken": ""
}
```
5. Add the necessary files in the following locations
- For ```FRW``` target:
```
/FRW/App/Env/Prod/GoogleOAuth2.plist
/FRW/App/Env/Prod/GoogleService-Info.plist
```
- For ```FRW-dev``` target:
```
/FRW/App/Env/Dev/GoogleOAuth2.plist
/FRW/App/Env/Dev/GoogleService-Info.plist
```
6. Make iCloud and Widget work:
- For ```FRW``` target: search and replace ```com.flowfoundation.wallet```
- For ```FRW-dev``` target: search and replace ```com.flowfoundation.wallet```