chore(): remove unused files

This commit is contained in:
Daniel Sogl
2021-09-29 14:38:45 +02:00
parent 5884ecbac3
commit 5a3a264eb1
218 changed files with 704 additions and 459 deletions
+4 -3
View File
@@ -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