fix(ios): restore local signing override wiring

This commit is contained in:
Nimrod Gutman
2026-02-18 13:24:43 +02:00
parent d833dcd731
commit a1d90f9121
4 changed files with 19 additions and 1 deletions

View File

@@ -18,6 +18,19 @@
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2026.2.18</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>ai.openclaw.ios</string>
<key>CFBundleURLSchemes</key>
<array>
<string>openclaw</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>20260218</string>
<key>NSAppTransportSecurity</key>