From 1e66b9c378895653d1a17ae3c3b46b715261c7ee Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 18:28:09 +0000 Subject: [PATCH] fix(flutter_vibrate): Add missing import for TARGET_OS_SIMULATOR The `TARGET_OS_SIMULATOR` macro was not in scope in `SwiftVibratePlugin.swift`, causing build failures on the iOS simulator. This change adds the necessary `#import ` to the bridging header (`VibratePlugin.h`) to make the macro available to the Swift compiler.