.github
android
assets
ios
Flutter
Runner
Assets.xcassets
Base.lproj
AppDelegate.swift
GoogleService-Info.plist
Info.plist
Runner-Bridging-Header.h
Runner.entitlements
Runner.xcodeproj
Runner.xcworkspace
RunnerTests
.gitignore
Podfile
Podfile.lock
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
11 lines
319 B
XML
11 lines
319 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>aps-environment</key>
|
|
<string>development</string>
|
|
<key>com.apple.developer.usernotifications.communication</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|