-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
185 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,5 +54,5 @@ app.*.map.json | |
**/*.keystore | ||
|
||
# Run scripts | ||
*.sh | ||
run_tests_all.sh | ||
*.env.secret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## 0.0.1 | ||
## 1.0.0 | ||
|
||
* TODO: Describe initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,5 +54,5 @@ app.*.map.json | |
**/*.keystore | ||
|
||
# Run scripts | ||
*.sh | ||
run_tests.sh | ||
*.env.secret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## 0.0.1 | ||
## 1.0.0 | ||
|
||
Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,5 +55,5 @@ app.*.map.json | |
**/*.keystore | ||
|
||
# Run scripts | ||
*.sh | ||
run_tests.sh | ||
*.env.secret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,5 +55,5 @@ app.*.map.json | |
**/*.keystore | ||
|
||
# Run scripts | ||
*.sh | ||
run_tests.sh | ||
*.env.secret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
#!/bin/bash | ||
|
||
flutter clean | ||
flutter pub get | ||
dart run build_runner build --delete-conflicting-outputs | ||
# dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides | ||
dart format . | ||
dart run dependency_validator | ||
|
||
cd example/base | ||
|
||
echo "******* GENERATING APPKIT BASE EXAMPLE *******" | ||
|
||
flutter clean | ||
flutter pub get | ||
dart run build_runner build --delete-conflicting-outputs | ||
# dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides | ||
dart format . | ||
dart run dependency_validator | ||
|
||
cd ios | ||
|
||
pod deintegrate | ||
pod cache clean -all | ||
pod install | ||
|
||
cd .. | ||
|
||
cd .. | ||
cd .. | ||
|
||
cd example/modal | ||
|
||
echo "******* GENERATING APPKIT MODAL EXAMPLE *******" | ||
|
||
flutter clean | ||
flutter pub get | ||
dart run build_runner build --delete-conflicting-outputs | ||
# dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides | ||
dart format . | ||
dart run dependency_validator | ||
|
||
cd ios | ||
|
||
pod deintegrate | ||
pod cache clean -all | ||
pod install | ||
|
||
cd .. | ||
|
||
cd .. | ||
cd .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,5 +54,5 @@ app.*.map.json | |
**/*.keystore | ||
|
||
# Run scripts | ||
*.sh | ||
run_tests.sh | ||
*.env.secret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## 0.0.1 | ||
## 1.0.0 | ||
|
||
Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
|
||
flutter clean | ||
flutter pub get | ||
dart run build_runner build --delete-conflicting-outputs | ||
# dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides | ||
dart format . | ||
|
||
dart run dependency_validator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,5 +54,5 @@ app.*.map.json | |
**/*.keystore | ||
|
||
# Run scripts | ||
*.sh | ||
run_tests.sh | ||
*.env.secret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## 0.0.1 | ||
## 1.0.0 | ||
|
||
Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
|
||
flutter clean | ||
flutter pub get | ||
dart run build_runner build --delete-conflicting-outputs | ||
# dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides | ||
dart format . | ||
|
||
dart run dependency_validator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,5 +54,5 @@ app.*.map.json | |
**/*.keystore | ||
|
||
# Run scripts | ||
*.sh | ||
run_tests.sh | ||
*.env.secret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## 0.0.1 | ||
## 1.0.0 | ||
|
||
Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,5 +54,5 @@ app.*.map.json | |
**/*.keystore | ||
|
||
# Run scripts | ||
*.sh | ||
run_tests.sh | ||
*.env.secret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,5 +54,5 @@ app.*.map.json | |
**/*.keystore | ||
|
||
# Run scripts | ||
*.sh | ||
run_tests.sh | ||
*.env.secret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#!/bin/bash | ||
|
||
flutter clean | ||
flutter pub get | ||
dart run build_runner build --delete-conflicting-outputs | ||
# dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides | ||
dart format . | ||
dart run dependency_validator | ||
|
||
cd example | ||
|
||
echo "******* GENERATING WALLETKIT EXAMPLE *******" | ||
|
||
flutter clean | ||
flutter pub get | ||
dart run build_runner build --delete-conflicting-outputs | ||
# dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides | ||
dart format . | ||
dart run dependency_validator | ||
|
||
cd ios | ||
|
||
pod deintegrate | ||
pod cache clean -all | ||
pod install | ||
|
||
cd .. | ||
cd .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
#!/bin/bash | ||
|
||
echo "******* CLEAN ROOT *******" | ||
|
||
flutter clean | ||
|
||
echo "******* CLEAN CORE *******" | ||
|
||
cd packages/reown_core/ | ||
|
||
flutter clean | ||
|
||
cd .. | ||
cd .. | ||
|
||
echo "******* CLEAN SIGN *******" | ||
|
||
cd packages/reown_sign/ | ||
|
||
flutter clean | ||
|
||
cd .. | ||
cd .. | ||
|
||
echo "******* CLEAN WALLETKIT *******" | ||
|
||
cd packages/reown_walletkit/ | ||
|
||
flutter clean | ||
|
||
cd .. | ||
cd .. | ||
|
||
echo "******* CLEAN APPKIT *******" | ||
|
||
cd packages/reown_appkit/ | ||
|
||
flutter clean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
#!/bin/bash | ||
|
||
echo "******* GENERATING ROOT *******" | ||
|
||
flutter clean | ||
flutter pub get | ||
|
||
echo "******* GENERATING CORE *******" | ||
|
||
cd packages/reown_core/ | ||
sh generate_files.sh | ||
|
||
cd .. | ||
cd .. | ||
|
||
echo "******* GENERATING SIGN *******" | ||
|
||
cd packages/reown_sign/ | ||
sh generate_files.sh | ||
|
||
cd .. | ||
cd .. | ||
|
||
echo "******* GENERATING WALLETKIT *******" | ||
|
||
cd packages/reown_walletkit/ | ||
sh generate_files.sh | ||
|
||
cd .. | ||
cd .. | ||
|
||
echo "******* GENERATING APPKIT *******" | ||
|
||
cd packages/reown_appkit/ | ||
sh generate_files.sh |