mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 12:16:13 +00:00
fix(ios): restore local signing override wiring
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user