mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
chore(): remove unused files
This commit is contained in:
@@ -20,13 +20,11 @@ Please view the official [OneSignal Ionic SDK Installation](https://documentatio
|
||||
for more information.
|
||||
|
||||
#### Icons
|
||||
|
||||
If you want to use generated icons with command `ionic cordova resources`:
|
||||
|
||||
1. Add a file to your `hooks` directory called `copy_android_notification_icons.js`
|
||||
|
||||
2. Configure the hook in your config.xml
|
||||
|
||||
```
|
||||
<platform name="android">
|
||||
<hook type="after_prepare" src="hooks/copy_android_notification_icons.js" />
|
||||
@@ -81,7 +79,7 @@ module.exports = function(context) {
|
||||
```
|
||||
|
||||
3. From the root of your project make the file executable:
|
||||
`$ chmod +x hooks/copy_android_notification_icons.js`
|
||||
`$ chmod +x hooks/copy_android_notification_icons.js`
|
||||
|
||||
## Supported platforms
|
||||
|
||||
@@ -89,3 +87,6 @@ module.exports = function(context) {
|
||||
- Android
|
||||
- iOS
|
||||
- Windows
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user