https://github.com/onflow/frw-ios
Flow Reference Wallet - iOS Client
https://github.com/onflow/frw-ios
Last synced: 17 days ago
JSON representation
Flow Reference Wallet - iOS Client
- Host: GitHub
- URL: https://github.com/onflow/frw-ios
- Owner: onflow
- License: apache-2.0
- Created: 2023-09-20T03:24:24.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2026-02-27T01:27:54.000Z (3 months ago)
- Last Synced: 2026-04-04T19:45:16.812Z (about 2 months ago)
- Language: Swift
- Homepage: https://apps.apple.com/ca/app/flow-wallet-nfts-and-crypto/id6478996750
- Size: 103 MB
- Stars: 7
- Watchers: 10
- Forks: 7
- Open Issues: 1,397
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Lilico-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 ```Lilico``` target:
```
/Lilico/App/Env/Prod/GoogleOAuth2.plist
/Lilico/App/Env/Prod/GoogleService-Info.plist
```
- For ```Lilico-dev``` target:
```
/Lilico/App/Env/Dev/GoogleOAuth2.plist
/Lilico/App/Env/Dev/GoogleService-Info.plist
```
6. Make iCloud and Widget work:
- For ```Lilico``` target: search and replace ```io.outblock.lilico```
- For ```Lilico-dev``` target: search and replace ```io.outblock.lilico.dev```