Update package name
This commit is contained in:
parent
60bbbf1832
commit
cd81041582
4 changed files with 5 additions and 5 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
<key>PLIST_VERSION</key>
|
<key>PLIST_VERSION</key>
|
||||||
<string>1</string>
|
<string>1</string>
|
||||||
<key>BUNDLE_ID</key>
|
<key>BUNDLE_ID</key>
|
||||||
<string>com.bitcoin.wallet</string>
|
<string>com.bitcoin.mwallet</string>
|
||||||
<key>PROJECT_ID</key>
|
<key>PROJECT_ID</key>
|
||||||
<string>bitcoin-com-wallet</string>
|
<string>bitcoin-com-wallet</string>
|
||||||
<key>STORAGE_BUCKET</key>
|
<key>STORAGE_BUCKET</key>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"packageName": "bitcoin.com",
|
"packageName": "bitcoin.com",
|
||||||
"packageDescription": "Bitcoin.com",
|
"packageDescription": "Bitcoin.com",
|
||||||
"packageNameId": "com.bitcoin.wallet",
|
"packageNameId": "com.bitcoin.mwallet",
|
||||||
"userVisibleName": "Bitcoin.com",
|
"userVisibleName": "Bitcoin.com",
|
||||||
"purposeLine": "Bitcoin.com Wallet",
|
"purposeLine": "Bitcoin.com Wallet",
|
||||||
"bundleName": "bitcoincom",
|
"bundleName": "bitcoincom",
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"client_info": {
|
"client_info": {
|
||||||
"mobilesdk_app_id": "1:432300239540:android:3be699f352c30a45",
|
"mobilesdk_app_id": "1:432300239540:android:3be699f352c30a45",
|
||||||
"android_client_info": {
|
"android_client_info": {
|
||||||
"package_name": "com.bitcoin.wallet"
|
"package_name": "com.bitcoin.mwallet"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"oauth_client": [
|
"oauth_client": [
|
||||||
|
|
@ -39,4 +39,4 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"configuration_version": "1"
|
"configuration_version": "1"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<widget id="com.bitcoin.wallet"
|
<widget id="com.bitcoin.mwallet"
|
||||||
version="*VERSION*"
|
version="*VERSION*"
|
||||||
android-versionCode="*ANDROIDVERSION*"
|
android-versionCode="*ANDROIDVERSION*"
|
||||||
ios-CFBundleVersion="*VERSION*">
|
ios-CFBundleVersion="*VERSION*">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue