.github
android
api
assets
debian
drift_schemas
ios
Flutter
Runner
Runner.xcodeproj
Runner.xcworkspace
RunnerTests
SolarNotifyService
Info.plist
NotificationService.swift
SolarNotifyService.entitlements
SolarShare
SolarWidget
.gitignore
Podfile
Podfile.lock
SolarWidgetExtension.entitlements
lib
linux
macos
snap
test
web
windows
.gitignore
.metadata
.roadsignrc
README.md
analysis_options.yaml
build.yaml
devtools_options.yaml
firebase.json
pubspec.lock
pubspec.yaml
roadsign.toml
11 lines
298 B
XML
11 lines
298 B
XML
<?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>com.apple.security.application-groups</key>
|
|
<array>
|
|
<string>group.solsynth.solian</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|