mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
WIP configure_duo.sh script
This commit is contained in:
parent
2019f95c72
commit
5fd54240bc
1 changed files with 14 additions and 0 deletions
14
scripts/configure_duo.sh
Executable file
14
scripts/configure_duo.sh
Executable file
|
@ -0,0 +1,14 @@
|
||||||
|
# Configure files for Duo.
|
||||||
|
sed -i 's/Wallet/Duo/g' ../lib/app_config.dart
|
||||||
|
sed -i 's/com.cypherstack.stackwallet/com.cypherstack.stackduo/g' ../android/app/build.gradle
|
||||||
|
sed -i 's/com.cypherstack.stackwallet/com.cypherstack.stackduo/g' ../android/app/src/debug/AndroidManifest.xml
|
||||||
|
sed -i 's/com.cypherstack.stackwallet/com.cypherstack.stackduo/g' ../android/app/src/main/AndroidManifest.xml
|
||||||
|
sed -i 's/com.cypherstack.stackwallet/com.cypherstack.stackduo/g' ../android/app/src/main/kotlin/com/cypherstack/stackwallet/MainActivity.kt
|
||||||
|
sed -i 's/com.cypherstack.stackwallet/com.cypherstack.stackduo/g' ../android/app/src/main/profile/AndroidManifest.xml
|
||||||
|
sed -i 's/com.cypherstack.stackwallet/com.cypherstack.stackduo/g' ../android/app/src/profile/AndroidManifest.xml
|
||||||
|
sed -i 's/Stack Wallet/Stack Duo/g' ../ios/Runner/Info.plist
|
||||||
|
sed -i 's/com.cypherstack.stackwallet/com.cypherstack.stackduo/g' ../ios/Runner.xcodeproj/project.pbxproj
|
||||||
|
sed -i 's/com.cypherstack.stackwallet/com.cypherstack.stackduo/g' ../linux/CMakeLists.txt
|
||||||
|
sed -i 's/Stack Wallet/Stack Duo/g' ../linux/my_application.cc
|
||||||
|
sed -i 's/com.cypherstack.stackWallet/com.cypherstack.stackDuo/g' ../macos/Runner.xcodeproj/project.pbxproj
|
||||||
|
sed -i 's/Stack Wallet/Stack Duo/g' ../windows/runner/Runner.rc
|
Loading…
Reference in a new issue