bridge-agent 0.8.1 → 0.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bridge-mcp.cjs +232 -227
- package/dist/index.js +53 -51
- package/dist/scripts/install-sim-prereqs.sh +1 -0
- package/package.json +1 -1
|
@@ -155,6 +155,7 @@ for runtime, devices in data.get('devices', {}).items():
|
|
|
155
155
|
if [[ -n "${udid:-}" ]]; then
|
|
156
156
|
xcrun simctl boot "$udid" || true
|
|
157
157
|
log_info "Booted simulator $udid"
|
|
158
|
+
echo "BOOTED_UDID:$udid"
|
|
158
159
|
else
|
|
159
160
|
log_info "No simulator device found to boot. Please create one in Xcode → Window → Devices and Simulators."
|
|
160
161
|
fi
|