Remove iOS Bluetooth dependency

This commit is contained in:
Joshua Granick
2020-09-29 11:04:23 -07:00
parent d918341db0
commit ba6fafeefa
3 changed files with 4 additions and 4 deletions

View File

@@ -91,7 +91,7 @@
<dependency path="dependencies/angle/libglesv2.dll" if="windows angle" unless="static_link" />
<!-- TODO: Move to template or move all template dependencies to XML? -->
<dependency name="CoreBluetooth.framework" if="ios" />
<!-- <dependency name="CoreBluetooth.framework" if="ios" /> -->
<define name="native-trace" if="flash" unless="haxe-trace || haxetrace" />
<define name="fdb" if="flash debug" unless="nofdb" />