2025-12-12 21:18:54 +00: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>
|
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
|
|
|
<key>CFBundleDisplayName</key>
|
2026-01-30 03:15:10 +01:00
|
|
|
<string>OpenClaw</string>
|
2025-12-12 21:18:54 +00:00
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
2025-12-14 02:05:44 +00:00
|
|
|
<key>CFBundleIconName</key>
|
|
|
|
|
<string>AppIcon</string>
|
2025-12-12 21:18:54 +00:00
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
|
<string>6.0</string>
|
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
|
<string>$(PRODUCT_NAME)</string>
|
|
|
|
|
<key>CFBundlePackageType</key>
|
2026-02-11 11:27:19 +01:00
|
|
|
<string>APPL</string>
|
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2026-02-12 18:20:26 +01:00
|
|
|
<string>2026.2.12</string>
|
2026-02-11 11:27:19 +01:00
|
|
|
<key>CFBundleVersion</key>
|
2026-02-12 18:20:26 +01:00
|
|
|
<string>20260212</string>
|
2026-02-11 11:27:19 +01:00
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
|
<dict>
|
2025-12-21 01:47:52 +01:00
|
|
|
<key>NSAllowsArbitraryLoadsInWebContent</key>
|
|
|
|
|
<true/>
|
|
|
|
|
</dict>
|
2025-12-12 21:18:54 +00:00
|
|
|
<key>NSBonjourServices</key>
|
|
|
|
|
<array>
|
2026-01-30 03:15:10 +01:00
|
|
|
<string>_openclaw-gw._tcp</string>
|
2025-12-12 21:18:54 +00:00
|
|
|
</array>
|
2025-12-14 00:48:58 +00:00
|
|
|
<key>NSCameraUsageDescription</key>
|
2026-01-30 03:15:10 +01:00
|
|
|
<string>OpenClaw can capture photos or short video clips when requested via the gateway.</string>
|
2025-12-14 02:05:44 +00:00
|
|
|
<key>NSLocalNetworkUsageDescription</key>
|
2026-01-30 03:15:10 +01:00
|
|
|
<string>OpenClaw discovers and connects to your OpenClaw gateway on the local network.</string>
|
2026-01-04 00:54:44 +01:00
|
|
|
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
2026-01-30 03:15:10 +01:00
|
|
|
<string>OpenClaw can share your location in the background when you enable Always.</string>
|
2026-01-10 16:03:38 +00:00
|
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
2026-01-30 03:15:10 +01:00
|
|
|
<string>OpenClaw uses your location when you allow location sharing.</string>
|
2025-12-12 21:18:54 +00:00
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
2026-01-30 03:15:10 +01:00
|
|
|
<string>OpenClaw needs microphone access for voice wake.</string>
|
2025-12-12 21:18:54 +00:00
|
|
|
<key>NSSpeechRecognitionUsageDescription</key>
|
2026-01-30 03:15:10 +01:00
|
|
|
<string>OpenClaw uses on-device speech recognition for voice wake.</string>
|
2025-12-12 21:18:54 +00:00
|
|
|
<key>UIApplicationSceneManifest</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>UIApplicationSupportsMultipleScenes</key>
|
|
|
|
|
<false/>
|
|
|
|
|
</dict>
|
|
|
|
|
<key>UIBackgroundModes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>audio</string>
|
|
|
|
|
</array>
|
|
|
|
|
<key>UILaunchScreen</key>
|
|
|
|
|
<dict/>
|
2025-12-26 18:01:48 +01:00
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</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>
|
2025-12-12 21:18:54 +00:00
|
|
|
</dict>
|
|
|
|
|
</plist>
|