mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-15 07:26:06 +00:00
* feat(watchos): add direct gateway node * docs: refresh watch node docs map * chore: leave release notes to release workflow * chore(ios): refresh native localization inventory * fix(watchos): keep direct node policy bounded
42 lines
1.4 KiB
Plaintext
42 lines
1.4 KiB
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>CFBundleDevelopmentRegion</key>
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>OpenClaw</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>$(PRODUCT_NAME)</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>$(OPENCLAW_MARKETING_VERSION)</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>$(OPENCLAW_BUILD_VERSION)</string>
|
|
<key>NSLocalNetworkUsageDescription</key>
|
|
<string>OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.</string>
|
|
<key>WKPrefersNetworkUponForeground</key>
|
|
<true/>
|
|
<key>UIAppFonts</key>
|
|
<array>
|
|
<string>RedHatDisplay[wght].ttf</string>
|
|
<string>Inter[opsz,wght].ttf</string>
|
|
<string>Inter-Italic[opsz,wght].ttf</string>
|
|
<string>JetBrainsMono-Regular.ttf</string>
|
|
<string>JetBrainsMono-Medium.ttf</string>
|
|
<string>JetBrainsMono-SemiBold.ttf</string>
|
|
</array>
|
|
<key>WKApplication</key>
|
|
<true/>
|
|
<key>WKCompanionAppBundleIdentifier</key>
|
|
<string>$(OPENCLAW_COMPANION_APP_BUNDLE_ID)</string>
|
|
</dict>
|
|
</plist>
|