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 <TargetConditionals.h>` to the bridging header (`VibratePlugin.h`) to make the macro available to the Swift compiler.
This commit is contained in:
google-labs-jules[bot]
2026-01-21 18:28:09 +00:00
parent 653bbb8c85
commit 1e66b9c378

Diff Content Not Available