Added OneSignal

This commit is contained in:
2025-03-23 16:08:15 +01:00
parent f21cd63367
commit f0550f5233
8 changed files with 381 additions and 11 deletions

View File

@@ -3,7 +3,10 @@ import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'software.federspiel.fedeo',
appName: 'fedeo',
webDir: 'dist'
webDir: 'dist',
ios: {
handleApplicationNotifications: false
}
};
export default config;