Skip to content

Instantly share code, notes, and snippets.

@mrlnc
Created June 8, 2022 21:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mrlnc/cf7b92ebb502a75694db09f50aac467c to your computer and use it in GitHub Desktop.
Save mrlnc/cf7b92ebb502a75694db09f50aac467c to your computer and use it in GitHub Desktop.
iOS FR-ALERT Configuration
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CellBroadcast</key>
<dict>
<key>AlertTypes</key>
<dict>
<key>SevereAlerts(Level3)</key>
<dict>
<key>NotificationTitle</key>
<string>FR-ALERT : Severe alert</string>
<key>SwitchName</key>
<string>Severe Alerts (Level 3)</string>
<key>SoundIsMutableInDND</key>
<true/>
<key>ShowTimestamp</key>
<true/>
<key>UserConfigurable</key>
<true/>
<key>EnabledByDefault</key>
<true/>
<key>SwitchDescription</key>
<string>Show warning messages for severe threats</string>
<key>SoundAlertDeviceInMute</key>
<false/>
</dict>
<key>GovernmentAlert</key>
<dict>
<key>NotificationTitle</key>
<string>FR-ALERT : Government alert</string>
<key>SwitchName</key>
<string>Government Alert</string>
<key>SoundIsMutableInDND</key>
<false/>
<key>ShowTimestamp</key>
<true/>
<key>UserConfigurable</key>
<false/>
<key>EnabledByDefault</key>
<true/>
<key>SwitchDescription</key>
<string>Show alert messages for Government Alert</string>
<key>SoundAlertDeviceInMute</key>
<true/>
</dict>
<key>KidnappingAlert</key>
<dict>
<key>NotificationTitle</key>
<string>FR-ALERT : Kidnapping Alert</string>
<key>SwitchName</key>
<string>Kidnapping Alert</string>
<key>SoundIsMutableInDND</key>
<true/>
<key>ShowTimestamp</key>
<true/>
<key>UserConfigurable</key>
<true/>
<key>EnabledByDefault</key>
<true/>
<key>SwitchDescription</key>
<string>Show alert messages for child abductions</string>
<key>SoundAlertDeviceInMute</key>
<false/>
</dict>
<key>ExtremeAlerts(Level2)</key>
<dict>
<key>NotificationTitle</key>
<string>FR-ALERT : Extreme alert</string>
<key>SwitchName</key>
<string>Extreme Alerts (Level 2)</string>
<key>SoundIsMutableInDND</key>
<false/>
<key>ShowTimestamp</key>
<true/>
<key>UserConfigurable</key>
<true/>
<key>EnabledByDefault</key>
<true/>
<key>SwitchDescription</key>
<string>Show alert messages for extreme threats</string>
<key>SoundAlertDeviceInMute</key>
<true/>
</dict>
<key>Warning(Level4)</key>
<dict>
<key>NotificationTitle</key>
<string>FR-ALERT : Warning</string>
<key>SwitchName</key>
<string>Warning (Level 4)</string>
<key>SoundIsMutableInDND</key>
<true/>
<key>ShowTimestamp</key>
<true/>
<key>UserConfigurable</key>
<true/>
<key>EnabledByDefault</key>
<true/>
<key>SwitchDescription</key>
<string>Show warning messages</string>
<key>SoundAlertDeviceInMute</key>
<false/>
</dict>
<key>ExerciseAlerts</key>
<dict>
<key>NotificationTitle</key>
<string>Fr-ALERT Exercise</string>
<key>SwitchName</key>
<string>Exercise Alerts</string>
<key>SoundIsMutableInDND</key>
<false/>
<key>ShowTimestamp</key>
<true/>
<key>UserConfigurable</key>
<true/>
<key>EnabledByDefault</key>
<true/>
<key>SwitchDescription</key>
<string>Show exercise messages</string>
<key>SoundAlertDeviceInMute</key>
<true/>
</dict>
<key>TestAlerts</key>
<dict>
<key>NotificationTitle</key>
<string>FR-ALERT test</string>
<key>SwitchName</key>
<string>Test Alerts</string>
<key>SoundIsMutableInDND</key>
<true/>
<key>ShowTimestamp</key>
<true/>
<key>UserConfigurable</key>
<false/>
<key>EnabledByDefault</key>
<false/>
<key>SwitchDescription</key>
<string>Show test messages</string>
<key>SoundAlertDeviceInMute</key>
<false/>
</dict>
</dict>
<key>SwitchGroupTitle</key>
<string>FR-Alert</string>
<key>MinimumDeviceCategorySupported</key>
<integer>10</integer>
<key>AlertConfigurations</key>
<dict>
<key>Configuration_france_silent</key>
<dict>
<key>OverrideDefaultDisplayOrder</key>
<true/>
</dict>
<key>Configuration_france</key>
<dict>
<key>Vibration</key>
<string>cbs_vibe_us.plist</string>
<key>OverrideDefaultDisplayOrder</key>
<true/>
<key>Sound</key>
<string>cbs_alert_us.caf</string>
<key>OverrideAccessibilityVibrationSetting</key>
<true/>
</dict>
</dict>
<key>MessageIDParameters3GPP</key>
<array>
<dict>
<key>FromServiceID</key>
<integer>4393</integer>
<key>AlertType</key>
<string>TestAlerts</string>
<key>AlertConfiguration</key>
<string>Configuration_france</string>
<key>ToServiceID</key>
<integer>4393</integer>
</dict>
<dict>
<key>FromServiceID</key>
<integer>4392</integer>
<key>AlertType</key>
<string>KidnappingAlert</string>
<key>AlertConfiguration</key>
<string>Configuration_france</string>
<key>ToServiceID</key>
<integer>4392</integer>
</dict>
<dict>
<key>FromServiceID</key>
<integer>4388</integer>
<key>AlertType</key>
<string>SevereAlerts(Level3)</string>
<key>AlertConfiguration</key>
<string>Configuration_france_silent</string>
<key>ToServiceID</key>
<integer>4388</integer>
</dict>
<dict>
<key>FromServiceID</key>
<integer>4384</integer>
<key>AlertType</key>
<string>ExtremeAlerts(Level2)</string>
<key>AlertConfiguration</key>
<string>Configuration_france</string>
<key>ToServiceID</key>
<integer>4384</integer>
</dict>
<dict>
<key>FromServiceID</key>
<integer>4370</integer>
<key>AlertType</key>
<string>GovernmentAlert</string>
<key>AlertConfiguration</key>
<string>Configuration_france</string>
<key>ToServiceID</key>
<integer>4370</integer>
</dict>
<dict>
<key>FromServiceID</key>
<integer>4383</integer>
<key>AlertType</key>
<string>GovernmentAlert</string>
<key>AlertConfiguration</key>
<string>Configuration_france</string>
<key>ToServiceID</key>
<integer>4383</integer>
</dict>
<dict>
<key>FromServiceID</key>
<integer>4371</integer>
<key>AlertType</key>
<string>ExtremeAlerts(Level2)</string>
<key>AlertConfiguration</key>
<string>Configuration_france</string>
<key>ToServiceID</key>
<integer>4371</integer>
</dict>
<dict>
<key>FromServiceID</key>
<integer>4375</integer>
<key>AlertType</key>
<string>SevereAlerts(Level3)</string>
<key>AlertConfiguration</key>
<string>Configuration_france_silent</string>
<key>ToServiceID</key>
<integer>4375</integer>
</dict>
<dict>
<key>FromServiceID</key>
<integer>4396</integer>
<key>AlertType</key>
<string>Warning(Level4)</string>
<key>AlertConfiguration</key>
<string>Configuration_france_silent</string>
<key>ToServiceID</key>
<integer>4397</integer>
</dict>
<dict>
<key>FromServiceID</key>
<integer>4379</integer>
<key>AlertType</key>
<string>KidnappingAlert</string>
<key>AlertConfiguration</key>
<string>Configuration_france</string>
<key>ToServiceID</key>
<integer>4379</integer>
</dict>
<dict>
<key>FromServiceID</key>
<integer>4380</integer>
<key>AlertType</key>
<string>TestAlerts</string>
<key>AlertConfiguration</key>
<string>Configuration_france</string>
<key>ToServiceID</key>
<integer>4380</integer>
</dict>
<dict>
<key>FromServiceID</key>
<integer>4381</integer>
<key>AlertType</key>
<string>ExerciseAlerts</string>
<key>AlertConfiguration</key>
<string>Configuration_france</string>
<key>ToServiceID</key>
<integer>4381</integer>
</dict>
<dict>
<key>FromServiceID</key>
<integer>4394</integer>
<key>AlertType</key>
<string>ExerciseAlerts</string>
<key>AlertConfiguration</key>
<string>Configuration_france</string>
<key>ToServiceID</key>
<integer>4394</integer>
</dict>
</array>
</dict>
<key>EmergencyCalling</key>
<dict>
<key>EmergencyNumbers</key>
<array>
<dict>
<key>Number</key>
<string>112</string>
<key>PreferredEmergencyNumber</key>
<true/>
</dict>
<dict>
<key>Number</key>
<string>15</string>
<key>SupportsEmergencySetup</key>
<false/>
</dict>
<dict>
<key>Number</key>
<string>18</string>
<key>SupportsEmergencySetup</key>
<false/>
</dict>
<dict>
<key>SupportsVoice</key>
<false/>
<key>SupportsText</key>
<true/>
<key>Number</key>
<string>114</string>
</dict>
<dict>
<key>Number</key>
<string>191</string>
<key>SupportsEmergencySetup</key>
<false/>
</dict>
<dict>
<key>Number</key>
<string>196</string>
<key>SupportsEmergencySetup</key>
<false/>
</dict>
</array>
</dict>
<key>Location</key>
<dict>
<key>EmergencyLocation</key>
<dict>
<key>AugmentedEmergencyAction</key>
<dict>
<key>AML</key>
<dict>
<key>SMS</key>
<dict>
<key>Destination</key>
<string>+33755544050</string>
</dict>
</dict>
</dict>
</dict>
</dict>
<key>CountryName</key>
<string>France</string>
<key>SupportedCountryIds</key>
<array>
<string>208</string>
<string>com.apple.France</string>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment