.github
android
assets
ios
Flutter
Runner
Runner.xcodeproj
Runner.xcworkspace
RunnerTests
SolarNotifyService
Info.plist
NotificationService.swift
SolarNotifyService.entitlements
SolarWidget
.gitignore
Podfile
Podfile.lock
SolarWidgetExtension.entitlements
lib
linux
macos
snap
web
windows
.fvmrc
.gitignore
.metadata
.roadsignrc
README.md
analysis_options.yaml
build.yaml
devtools_options.yaml
firebase.json
pubspec.lock
pubspec.yaml
roadsign.toml
19 lines
552 B
Plaintext
19 lines
552 B
Plaintext
<?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>NSUserActivityTypes</key>
|
|
<array>
|
|
<string>INStartCallIntent</string>
|
|
<string>INSendMessageIntent</string>
|
|
</array>
|
|
<key>NSExtension</key>
|
|
<dict>
|
|
<key>NSExtensionPointIdentifier</key>
|
|
<string>com.apple.usernotifications.service</string>
|
|
<key>NSExtensionPrincipalClass</key>
|
|
<string>$(PRODUCT_MODULE_NAME).NotificationService</string>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|