SampleStandaloneWatchApp-Watch-App-Info.plist 330 B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>FirebaseAppDelegateProxyEnabled</key>
  6. <false/>
  7. <key>UIBackgroundModes</key>
  8. <array>
  9. <string>remote-notification</string>
  10. </array>
  11. </dict>
  12. </plist>