Skip to content

Commit 84c033e

Browse files
authored
Merge pull request #22 from WalletConnect/feature/sample-upgrade
Sample upgrade
2 parents 775d237 + 11b988f commit 84c033e

256 files changed

Lines changed: 15280 additions & 4562 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/main.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Build Sample Project
22

3-
on: [push, pull_request, workflow_dispatch]
3+
on:
4+
pull_request:
5+
types: [opened, reopened, synchronize]
6+
workflow_dispatch:
47

58
jobs:
69
buildForAllSupportedPlatforms:
@@ -12,16 +15,15 @@ jobs:
1215
projectPath:
1316
- 'Samples/AppKit Sample'
1417
targetPlatform:
15-
- StandaloneOSX # Build a macOS standalone (Intel 64-bit).
18+
# - StandaloneOSX # Build a macOS standalone (Intel 64-bit).
1619
# - StandaloneWindows # Build a Windows standalone.
17-
# - StandaloneWindows64 # Build a Windows 64-bit standalone.
20+
- StandaloneWindows64 # Build a Windows 64-bit standalone.
1821
# - StandaloneLinux64 # Build a Linux 64-bit standalone.
1922
# - iOS # Build an iOS player.
2023
- Android # Build an Android .apk standalone app.
2124
- WebGL # WebGL.
2225
steps:
23-
- if: matrix.targetPlatform == 'Android' || matrix.targetPlatform == 'WebGL'
24-
uses: jlumbroso/free-disk-space@v1.3.1
26+
- uses: jlumbroso/free-disk-space@v1.3.1
2527
- uses: actions/checkout@v4
2628
with:
2729
fetch-depth: 0
@@ -39,7 +41,8 @@ jobs:
3941
buildsPath: Build
4042
projectPath: ${{ matrix.projectPath }}
4143
targetPlatform: ${{ matrix.targetPlatform }}
42-
customParameters: -Development
44+
customParameters: -Development -mixpanelToken ${{ secrets.MIXPANEL_TOKEN }} -sentryToken ${{ secrets.SENTRY_TOKEN }}
45+
buildMethod: UnityBuilderAction.Builder.BuildProject
4346
- uses: actions/upload-artifact@v3
4447
with:
4548
name: Build-${{ matrix.targetPlatform }}
@@ -49,6 +52,8 @@ jobs:
4952
name: Deploy to Vercel
5053
runs-on: ubuntu-latest
5154
needs: buildForAllSupportedPlatforms
55+
permissions:
56+
pull-requests: write
5257
steps:
5358
- uses: actions/checkout@v4
5459
with:
@@ -64,4 +69,6 @@ jobs:
6469
vercel-token: ${{ secrets.VERCEL_TOKEN }}
6570
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
6671
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
67-
working-directory: Build/WebGL/
72+
github-token: ${{ secrets.GITHUB_TOKEN }}
73+
github-comment: true
74+
working-directory: Build/WebGL/WebGL

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

Lines changed: 197 additions & 16 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Samples/AppKit Sample/.idea/.idea.AppKit Sample/.idea/.gitignore

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Samples/W3M Basic Sample/.idea/.idea.W3M Basic Sample/.idea/encodings.xml renamed to Samples/AppKit Sample/.idea/.idea.AppKit Sample/.idea/encodings.xml

File renamed without changes.

Samples/W3M Basic Sample/.idea/.idea.W3M Basic Sample/.idea/indexLayout.xml renamed to Samples/AppKit Sample/.idea/.idea.AppKit Sample/.idea/indexLayout.xml

File renamed without changes.

Samples/W3M Basic Sample/.idea/.idea.W3M Basic Sample/.idea/vcs.xml renamed to Samples/AppKit Sample/.idea/.idea.AppKit Sample/.idea/vcs.xml

File renamed without changes.

Samples/W3M Basic Sample/.idea/.idea.W3M Basic Sample/.idea/.gitignore renamed to Samples/AppKit Sample/.idea/.idea.W3M Basic Sample/.idea/.gitignore

File renamed without changes.

Samples/AppKit Sample/.idea/.idea.W3M Basic Sample/.idea/encodings.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)