mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-21 14:48:55 +00:00
4 lines
192 B
Bash
4 lines
192 B
Bash
|
# Configure iOS for Duo.
|
||
|
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
|