ultisuite-client/mobile/native/apple/GoogleService-Info.plist.example
R3D347HR4Y d6d18f911b
Some checks failed
E2E / Playwright e2e (push) Has been cancelled
Lots of stuff and mobile app
2026-06-17 00:13:28 +02:00

17 lines
826 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- PLACEHOLDER. Download from Firebase console (iOS app) OR skip if using
APNs directly. Copy (without .example) into gen/apple/ after
`pnpm tauri ios init`. DO NOT COMMIT the real file (gitignored). -->
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>API_KEY</key> <string>REPLACE_IOS_API_KEY</string>
<key>GCM_SENDER_ID</key> <string>REPLACE_SENDER_ID</string>
<key>BUNDLE_ID</key> <string>space.ulti.mail</string>
<key>PROJECT_ID</key> <string>REPLACE_FIREBASE_PROJECT_ID</string>
<key>GOOGLE_APP_ID</key> <string>REPLACE_APP_ID</string>
<key>IS_GCM_ENABLED</key> <true/>
<key>IS_APNS_ENABLED</key> <true/>
</dict>
</plist>