Skip to content

Commit 214f5a8

Browse files
committed
Add all unity examples
0 parents  commit 214f5a8

File tree

976 files changed

+93953
-0
lines changed

Some content is hidden

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

976 files changed

+93953
-0
lines changed

.github/.stale.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Number of days of inactivity before an issue becomes stale
2+
daysUntilStale: 30
3+
# Number of days of inactivity before a stale issue is closed
4+
daysUntilClose: 30
5+
# Issues with these labels will never be considered stale
6+
exemptLabels: false
7+
# Label to use when marking an issue as stale
8+
staleLabel: stale
9+
# Comment to post when marking an issue as stale. Set to `false` to disable
10+
markComment: >
11+
This issue has been automatically marked as stale because it has not had
12+
recent activity. It will be closed if no further activity occurs. Thank you
13+
for your contribution.
14+
# Comment to post when closing a stale issue. Set to `false` to disable
15+
closeComment: >
16+
Closed due to inactivity. Please open a new issue regarding this or ask one of the maintainers to reopen.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
### **Describe the bug**
10+
11+
A clear and concise description of what the bug is.
12+
13+
### **To Reproduce**
14+
15+
Steps to reproduce the behavior:
16+
17+
1. Go to '...'
18+
2. Click on '....'
19+
3. Scroll down to '....'
20+
4. See error
21+
22+
### **Expected behavior**
23+
24+
A clear and concise description of what you expected to happen.
25+
26+
### **Screenshots**
27+
28+
If applicable, add screenshots to help explain your problem.
29+
Screenshots of console logs are welcome
30+
31+
### **Device Info (please complete the following information):**
32+
33+
- Device: [e.g. iPhone6]
34+
- OS: [e.g. iOS]
35+
- Browser [e.g. chrome, safari]
36+
- Version [e.g. 22]
37+
- Web3Auth Version [e.g. 1.0.0]
38+
39+
### **Additional context**
40+
41+
Add any other context about the problem here.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
### **Is your feature request related to a problem? Please describe.**
10+
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
### **Describe the solution you'd like**
14+
15+
A clear and concise description of what you want to happen.
16+
17+
### **Describe alternatives you've considered**
18+
19+
A clear and concise description of any alternative solutions or features you've considered.
20+
21+
### **Additional context**
22+
23+
Add any other context or screenshots about the feature request here.
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
name: Bug fix PR
3+
about: Create a report
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
## **Description**f
10+
11+
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
12+
13+
Fixes # (issue) (Link github issue)
14+
(Add jira ticket link)
15+
16+
## **Type of change**
17+
18+
- [ ] Bug fix (non-breaking change which fixes an issue)
19+
- [ ] Breaking change (fix that would cause existing functionality to not work as expected)
20+
- [ ] This change requires a documentation update
21+
22+
## **Screenshots**
23+
24+
Please add screenshots if applicable
25+
26+
## **Test Configuration**:
27+
28+
### Frontend
29+
30+
**_Device 1_**
31+
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS]
34+
- Browser [e.g. chrome, safari]
35+
- Version [e.g. 22]
36+
37+
**_Device 2_**
38+
39+
- Device: [e.g. iPhone6]
40+
- OS: [e.g. iOS]
41+
- Browser [e.g. chrome, safari]
42+
- Version [e.g. 22]
43+
44+
or
45+
46+
### Backend
47+
48+
Include postman test suite url or steps to run test cases
49+
50+
## **Checklist**
51+
52+
- [ ] My code follows the style guidelines of this project.
53+
- [ ] I've run lint and build scripts
54+
- [ ] I have performed a self-review of my code
55+
- [ ] I have commented my code, particularly in hard-to-understand areas
56+
- [ ] I have made corresponding changes to the documentation
57+
- [ ] My changes generate no new warnings
58+
- [ ] I have added tests that prove that my feature works
59+
- [ ] New and existing unit tests pass locally with my changes
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
name: Feature PR
3+
about: Create a report
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
## Description
10+
11+
Please include a summary of the change. Please also include relevant motivation and context. List any dependencies that are required for this change.
12+
13+
(Add jira ticket link)
14+
15+
## Type of change
16+
17+
- [ ] New feature (non-breaking change which adds functionality)
18+
- [ ] Breaking change (feature that would cause existing functionality to not work as expected)
19+
- [ ] This change requires a documentation update
20+
21+
## How Has This Been Tested?
22+
23+
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
24+
25+
If possible, include the google doc for testing sheet
26+
27+
- [ ] Test A
28+
- [ ] Test B
29+
30+
## **Test Configuration**:
31+
32+
### Frontend
33+
34+
**_Device 1_**
35+
36+
- Device: [e.g. iPhone6]
37+
- OS: [e.g. iOS]
38+
- Browser [e.g. chrome, safari]
39+
- Version [e.g. 22]
40+
41+
**_Device 2_**
42+
43+
- Device: [e.g. iPhone6]
44+
- OS: [e.g. iOS]
45+
- Browser [e.g. chrome, safari]
46+
- Version [e.g. 22]
47+
48+
or
49+
50+
### Backend
51+
52+
Include postman test suite url or steps to run test cases
53+
54+
## Checklist:
55+
56+
- [ ] My code follows the style guidelines of this project
57+
- [ ] I've run lint and build scripts
58+
- [ ] I have performed a self-review of my code
59+
- [ ] I have commented my code, particularly in hard-to-understand areas
60+
- [ ] I have made corresponding changes to the documentation
61+
- [ ] My changes generate no new warnings
62+
- [ ] I have added tests that prove my fix is effective or that my feature works
63+
- [ ] New and existing unit tests pass locally with my changes

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: npm
5+
directory: /
6+
schedule:
7+
interval: monthly
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: Upload Android Playground build on appeitize
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- "android/android-playground/**"
9+
10+
defaults:
11+
run:
12+
working-directory: ./android/android-playground
13+
14+
jobs:
15+
build-and-upload:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Checkout
19+
uses: actions/checkout@v3
20+
21+
- name: Set Up JDK
22+
uses: actions/setup-java@v3
23+
with:
24+
distribution: "zulu"
25+
java-version: "17"
26+
cache: "gradle"
27+
28+
- name: Set execution flag for gradlew
29+
run: chmod +x gradlew
30+
31+
- name: Change wrapper permissions
32+
run: chmod +x ./gradlew
33+
34+
- name: Build apk debug project
35+
run: ./gradlew assembleDebug
36+
37+
- name: Upload to Appeitize
38+
uses: appetizeio/[email protected]
39+
with:
40+
apiToken: ${{ secrets.APPETIZE_SECRET_KEY }}
41+
publicKey: ${{ secrets.ANDROID_PLAYGROUND_PUBLIC_KEY }}
42+
appFile: ./android/android-playground/app/build/outputs/apk/debug/app-debug.apk
43+
platform: "android"
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: Upload Android Quick Start build on appeitize
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- 'android/android-quick-start/**'
9+
10+
defaults:
11+
run:
12+
working-directory: ./android/android-quick-start
13+
14+
jobs:
15+
build-and-upload:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Checkout
19+
uses: actions/checkout@v3
20+
21+
- name: Set Up JDK
22+
uses: actions/setup-java@v3
23+
with:
24+
distribution: "zulu"
25+
java-version: "17"
26+
cache: "gradle"
27+
28+
- name: Set execution flag for gradlew
29+
run: chmod +x gradlew
30+
31+
- name: Change wrapper permissions
32+
run: chmod +x ./gradlew
33+
34+
- name: Build apk debug project
35+
run: ./gradlew assembleDebug
36+
37+
- name: Upload to Appeitize
38+
uses: appetizeio/[email protected]
39+
with:
40+
apiToken: ${{ secrets.APPETIZE_SECRET_KEY }}
41+
publicKey: ${{ secrets.ANDROID_QUICK_START_PUBLIC_KEY }}
42+
appFile: ./android/android-quick-start/app/build/outputs/apk/debug/app-debug.apk
43+
platform: "android"
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
name: Upload Flutter Android & iOS Playground build on appeitize
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- "flutter/flutter-playground/**"
9+
10+
defaults:
11+
run:
12+
working-directory: ./flutter/flutter-playground/
13+
14+
jobs:
15+
build-and-upload:
16+
runs-on: macos-latest
17+
steps:
18+
- name: Checkout
19+
uses: actions/checkout@v4
20+
21+
- name: Set Up JDK
22+
uses: actions/setup-java@v3
23+
with:
24+
distribution: "zulu"
25+
java-version: "17"
26+
cache: "gradle"
27+
28+
- name: Setup Flutter SDK
29+
uses: subosito/flutter-action@v2
30+
with:
31+
channel: stable
32+
33+
- name: Install Dependencies
34+
run: flutter pub get
35+
36+
- name: Build APK
37+
run: flutter build apk --debug
38+
39+
- name: Pod Install
40+
run: |
41+
cd ios
42+
pod install
43+
44+
- name: Build iOS simulator build
45+
run: |
46+
cd ios
47+
xcodebuild -workspace Runner.xcworkspace -scheme Runner -sdk iphonesimulator -derivedDataPath build
48+
49+
- name: Compress iOS build
50+
run: |
51+
cd ios
52+
tar -czf ios_build.tar.gz build/Build/Products/Debug-iphonesimulator
53+
54+
- name: Upload Android build to Appeitize
55+
uses: appetizeio/[email protected]
56+
with:
57+
apiToken: ${{ secrets.APPETIZE_SECRET_KEY }}
58+
publicKey: ${{ secrets.FLUTTER_ANDROID_PLAYGROUND_PUBLIC_KEY }}
59+
appFile: ./flutter/flutter-playground/build/app/outputs/apk/debug/app-debug.apk
60+
platform: "android"
61+
62+
- name: Upload iOS build to Appeitize
63+
uses: appetizeio/[email protected]
64+
with:
65+
apiToken: ${{ secrets.APPETIZE_SECRET_KEY }}
66+
publicKey: ${{ secrets.FLUTTER_IOS_PLAYGROUND_PUBLIC_KEY }}
67+
appFile: ./flutter/flutter-playground/ios/ios_build.tar.gz
68+
platform: "ios"

0 commit comments

Comments
 (0)