-
Checkout code.
-
git lfs fetch
to fetch large frameworks file. -
Install dependencies using
Swift Package Manager
-
Add a new file
LocalEnv
in/Lilico/App/Env/
with these contents below{ "WalletConnectProjectID": "", "BackupAESKey": "", "AESIV": "", "TranslizedProjectID": "", "TranslizedOTAToken": "" }
-
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
- For
-
Make iCloud and Widget work:
- For
Lilico
target: search and replaceio.outblock.lilico
- For
Lilico-dev
target: search and replaceio.outblock.lilico.dev
- For