trcr/ios/Runner/Info.plist

85 lines
3.3 KiB
Text
Raw Normal View History

2025-05-04 17:47:47 -07:00
<?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>
2025-05-09 21:30:51 -07:00
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>com.transistorsoft.fetch</string>
</array>
2025-05-08 21:17:28 -07:00
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
2025-05-04 17:47:47 -07:00
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Traccar Client</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>traccar_client</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(FLUTTER_BUILD_NAME)</string>
<key>CFBundleSignature</key>
<string>????</string>
2025-08-30 06:26:56 -07:00
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>org.traccar.client</string>
</array>
</dict>
</array>
2025-08-31 17:58:17 -07:00
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
2025-05-04 17:47:47 -07:00
<key>LSRequiresIPhoneOS</key>
<true/>
2025-06-20 20:57:02 -07:00
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
2025-08-31 17:58:17 -07:00
<key>NSCameraUsageDescription</key>
<string>Camera access is required to scan QR codes</string>
2025-05-09 21:30:51 -07:00
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Location required in background</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Location required when app is in use</string>
<key>NSMotionUsageDescription</key>
<string>Motion permission helps detect when device in in-motion</string>
2025-05-08 21:17:28 -07:00
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>UIBackgroundModes</key>
<array>
<string>location</string>
<string>fetch</string>
2025-06-20 20:57:02 -07:00
<string>processing</string>
2025-08-31 17:58:17 -07:00
<string>remote-notification</string>
2025-05-08 21:17:28 -07:00
</array>
2025-05-04 17:47:47 -07:00
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
2026-01-15 21:24:40 -08:00
<key>TSLocationManagerLicense</key>
<string>eyJhbGciOiJFZERTQSIsImtpZCI6ImVkMjU1MTktbWFpbi12MSJ9.eyJvcyI6ImlvcyIsImFwcF9pZCI6Im9yZy50cmFjY2FyLmNsaWVudC5UcmFjY2FyQ2xpZW50Iiwib3JkZXJfbnVtYmVyIjoxNDA4MywicmVuZXdhbF91cmwiOiJodHRwczovL3Nob3AudHJhbnNpc3RvcnNvZnQuY29tL2NhcnQvMzE4NzQzNTYwNTIwNzE6MT9ub3RlPTk0NjEiLCJjdXN0b21lcl9pZCI6ODYxNSwicHJvZHVjdCI6ImZsdXR0ZXItYmFja2dyb3VuZC1nZW9sb2NhdGlvbiIsImtleV92ZXJzaW9uIjoxLCJhbGxvd2VkX3N1ZmZpeGVzIjpbIi5kZXYiLCIuZGV2ZWxvcG1lbnQiLCIuc3RhZ2luZyIsIi5zdGFnZSIsIi5xYSIsIi51YXQiLCIudGVzdCIsIi5kZWJ1ZyJdLCJtYXhfYnVpbGRfc3RhbXAiOjIwMjYwNzA2LCJncmFjZV9idWlsZHMiOjAsImVudGl0bGVtZW50cyI6WyJjb3JlIl0sImlhdCI6MTc2NTY0MjcyNn0.cEhARJcl1RalSEWvHV06e1KDhmn6gXd6f16nQhOQTDa0t7IEUkzdndzOyShJkzh2sRj8cPT5sm2p4nJiQGx1DA</string>
2025-05-04 17:47:47 -07:00
</dict>
</plist>