Skip to content

Commit c8effc6

Browse files
committed
Update app and appkit init flow
1 parent d6a2ef3 commit c8effc6

21 files changed

Lines changed: 832 additions & 757 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -72,38 +72,3 @@ jobs:
7272
github-token: ${{ secrets.GITHUB_TOKEN }}
7373
github-comment: true
7474
working-directory: Build/WebGL/WebGL
75-
76-
deployAndroid:
77-
name: Deploy Android APK
78-
runs-on: ubuntu-latest
79-
needs: buildForAllSupportedPlatforms
80-
permissions:
81-
pull-requests: write
82-
steps:
83-
- uses: actions/checkout@v4
84-
with:
85-
fetch-depth: 0
86-
- name: Download Android Build Artifact
87-
uses: actions/download-artifact@v3
88-
with:
89-
name: Build-Android
90-
path: Build/Android
91-
- name: Install dotnet-script
92-
run: dotnet tool install -g dotnet-script
93-
- name: Generate QR Code
94-
id: generate_qr
95-
run: |
96-
apk_url=$(gh api -X GET "repos/${{ github.repository }}/actions/artifacts" | jq -r '.artifacts[] | select(.name=="Build-Android") | .archive_download_url')
97-
dotnet-script ./.github/workflows/scripts/generate-qr.csx $apk_url qr_code.png
98-
- name: Upload QR Code
99-
uses: actions/upload-artifact@v3
100-
with:
101-
name: qr-code
102-
path: qr_code.png
103-
- name: Post Comment with APK Link and QR Code
104-
run: |
105-
apk_url=$(gh api -X GET "repos/${{ github.repository }}/actions/artifacts" | jq -r '.artifacts[] | select(.name=="Build-Android") | .archive_download_url')
106-
gh pr comment ${{ github.event.pull_request.number }} --body "APK is available for download [here](${apk_url}). ![QR Code](https://raw.githubusercontent.com/${{ github.repository }}/$(git rev-parse HEAD)/qr_code.png)"
107-
env:
108-
GH_TOKEN: ${{ github.token }}
109-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/scripts/generate-qr.csx

Lines changed: 0 additions & 48 deletions
This file was deleted.

Packages/com.walletconnect.web3modal/Resources/Fonts & Materials/Inter/Inter-Bold SDF.asset

Lines changed: 32 additions & 5 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)