OpenBluetoothToolbox / SimpleBLE

SimpleBLE - the all-in-one Bluetooth library for MacOS, iOS, Windows, Linux and Android.
https://www.simpleble.org
Other
655 stars 110 forks source link

Rename backends/macos/Utils* to backends/macos/UtilsMacOS #259

Open cwgthornton opened 11 months ago

cwgthornton commented 11 months ago

When using cmake object libraries with the xcode generator, if you have multiple files with the same name in a target xocde can't handle it well and just assigns a name with a hash - this prevents the object library from knowing what the final output file will be called so it can't find the appropriate .o file later.

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.