-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update android sign * Change appName to SparX Wallet * Change app id * pubspec.yaml update description * money2_fixer * Add main.dart * Update deploy workflow * Update deploy workflow if sections * utils.dart remove unnecessary import * Rename ios and android workflows * Use fastlane provision * DEPLOY_TARGET: ${{ inputs.deploy_target }} * mesos deploy target * echo "DEPLOY_TARGET is set to: $DEPLOY_TARGET" * Update ios codesign * Left only iPhone destination * Add push notifications iOS * Update ios displayed name * FLAVOR_APP_NAME fix quotes * firebase_app_distribution update app values * Fastlane ipa_path change to SparX Wallet.ipa * Add log ipa name in store build script * Remove flag DEPLOY_TARGET * fix analyze result * After merge
- Loading branch information
1 parent
3c5e87c
commit 598413f
Showing
35 changed files
with
12,189 additions
and
11,835 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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
...kotlin/com/broxus/crystal/MainActivity.kt → ...n/kotlin/com/broxus/sparx/MainActivity.kt
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
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
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,2 +1,2 @@ | ||
json_key_file("fastlane/GooglePlayServiceAccount.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one | ||
package_name("com.broxus.crystal.app") # e.g. com.krausefx.app | ||
package_name("com.broxus.sparx.app") # e.g. com.krausefx.app |
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
Oops, something went wrong.