this repo has no description
at fixPythonPipStalling 74 lines 2.7 kB view raw
1project(IOBluetoothUI) 2 3remove_sdk_framework(IOBluetoothUI) 4 5set(DYLIB_COMPAT_VERSION "1.0.0") 6set(DYLIB_CURRENT_VERSION "1.0.0") 7 8set(FRAMEWORK_VERSION "A") 9 10generate_sdk_framework(IOBluetoothUI 11 VERSION ${FRAMEWORK_VERSION} 12 HEADER "include/IOBluetoothUI" 13) 14 15add_framework(IOBluetoothUI 16 FAT 17 CURRENT_VERSION 18 VERSION ${FRAMEWORK_VERSION} 19 20 SOURCES 21 src/IOBluetoothUI.m 22 src/AudioOptionsViewInEarDetection.m 23 src/AudioOptionsViewMicSwitching.m 24 src/AudioOptionsViewListeningMode.m 25 src/IOBluetooth_HIDNameFormatter.m 26 src/IOBluetoothUI_BatteryControl.m 27 src/IOBluetoothUICollectionView.m 28 src/IOBluetoothUIDisableProgressBar.m 29 src/AudioOptionsViewController.m 30 src/IOBluetoothPairingController.m 31 src/AudioOptionsViewDoubleTapExtended.m 32 src/IOBluetoothServiceBrowserController.m 33 src/IOBluetoothDeviceSelectorController.m 34 src/IOBluetoothConcreteDeviceSelectorController.m 35 src/IOBluetoothConcretePairingController.m 36 src/AudioOptionsViewDoubleTap.m 37 src/AudioOptions.m 38 src/IOBluetoothConcreteServiceBrowserController.m 39 src/OBEXObjectReceiveWindowController.m 40 src/OBEXObjectReceiveConcreteWindowController.m 41 src/TerminateEnabledModalPanel.m 42 src/IOBluetoothConcreteDeviceController.m 43 src/IOBluetoothTransferProgressUI.m 44 src/IOBluetoothConcreteObjectPush.m 45 src/IOBluetoothObjectPushUIController.m 46 src/IOBluetoothHardwareValidation.m 47 src/IOBluetoothDeviceInquiryTableView.m 48 src/ObjectTableDataSource.m 49 src/AssetHelper.m 50 src/PlainFormatter.m 51 src/IOBluetoothPasskeyDisplayNibOwner.m 52 src/IOBluetoothPasskeyDisplay.m 53 src/IOBluetoothAccessibilityIgnoredTextFieldCell.m 54 src/IOBluetoothAccessibilityIgnoredImageCell.m 55 src/IOBluetoothDeviceImageVault.m 56 src/FauxUIElement.m 57 src/IOBluetoothUIPairedColorTransformer.m 58 src/IOBluetoothUIBool2BWColorTransformer.m 59 src/IOBluetoothUIPaired2ActionTitle.m 60 src/IOBluetoothUIBackgroundStyle2GrayColorTransformer.m 61 src/IOBluetoothUIBackgroundStyle2RemoveButton.m 62 src/IOBluetoothUIBackgroundStyle2AlternateRemoveButton.m 63 src/IOBluetoothUIConnected2ImageIndicatorTransformer.m 64 src/IOBluetoothUIConnected2StatusTransformer.m 65 src/AudioOptionsViewClick.m 66 src/IOBluetoothDevicePairViewControllerExpansion.m 67 src/IOBluetoothDevicePairViewController.m 68 src/IOBluetoothUISortedArrayController.m 69 70 DEPENDENCIES 71 system 72 objc 73 Foundation 74)