Fix typo in package name

This commit is contained in:
Yemel Jardi 2014-07-25 13:43:50 -03:00
parent 0aba7df3ff
commit c844ca4203
4 changed files with 11 additions and 13 deletions

10
.gitignore vendored
View File

@ -56,12 +56,10 @@ android/*.keystore
mobile/*.keystore
mobile/assets/www
mobile/bin
mobile/gen
mobile/CordovaLib/bin
mobile/CordovaLib/gen
mobile/CordovaLib/xwalk_core_library/bin
mobile/CordovaLib/xwalk_core_library/gen
mobile/bin/*
mobile/gen/*
mobile/cordova/*
mobile/CordovaLib/*
coverage/

View File

@ -29,7 +29,7 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<provider android:authorities="com.bipay.copay.plugin.emailcomposer.attachmentprovider" android:name="de.appplant.cordova.plugin.emailcomposer.AttachmentProvider" />
<provider android:authorities="com.bitpay.copay.plugin.emailcomposer.attachmentprovider" android:name="de.appplant.cordova.plugin.emailcomposer.AttachmentProvider" />
</application>
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="19" />
<uses-permission android:name="android.permission.VIBRATE" />

View File

@ -61,7 +61,7 @@
"count": 1
},
{
"xml": "<provider android:authorities=\"com.bipay.copay.plugin.emailcomposer.attachmentprovider\" android:name=\"de.appplant.cordova.plugin.emailcomposer.AttachmentProvider\"></provider>",
"xml": "<provider android:authorities=\"com.bitpay.copay.plugin.emailcomposer.attachmentprovider\" android:name=\"de.appplant.cordova.plugin.emailcomposer.AttachmentProvider\"></provider>",
"count": 1
}
]
@ -553,16 +553,16 @@
},
"installed_plugins": {
"org.apache.cordova.vibration": {
"PACKAGE_NAME": "com.bipay.copay"
"PACKAGE_NAME": "com.bitpay.copay"
},
"com.phonegap.plugins.barcodescanner": {
"PACKAGE_NAME": "com.bipay.copay"
"PACKAGE_NAME": "com.bitpay.copay"
},
"de.appplant.cordova.plugin.email-composer": {
"PACKAGE_NAME": "com.bipay.copay"
"PACKAGE_NAME": "com.bitpay.copay"
},
"org.apache.cordova.splashscreen": {
"PACKAGE_NAME": "com.bipay.copay"
"PACKAGE_NAME": "com.bitpay.copay"
}
},
"dependent_plugins": {}

View File

@ -17,7 +17,7 @@
under the License.
*/
package com.bipay.copay;
package com.bitpay.copay;
import android.os.Bundle;
import org.apache.cordova.*;