├── .gitignore ├── LICENSE ├── README.md ├── package.json ├── plugin.xml ├── src ├── android │ ├── BasePrint.java │ ├── BrotherPrinter.java │ ├── Common.java │ ├── ImageBitmapPrint.java │ ├── ImageFilePrint.java │ ├── MsgHandle.java │ ├── PrinterInputParameterConstant.java │ └── libs │ │ ├── BrotherPrintLibrary.jar │ │ ├── README │ │ ├── arm64-v8a │ │ └── libcreatedata.so │ │ ├── armeabi-v7a │ │ └── libcreatedata.so │ │ ├── armeabi │ │ └── libcreatedata.so │ │ ├── x86 │ │ └── libcreatedata.so │ │ └── x86_64 │ │ └── libcreatedata.so └── ios │ ├── APPingModule.h │ ├── APPingModule.m │ ├── BRBluetoothPrintOperation.h │ ├── BRBluetoothPrintOperation.m │ ├── BRPingOperation.h │ ├── BRPingOperation.m │ ├── BRUserDefaults.h │ ├── BRWLANPrintOperation.h │ ├── BRWLANPrintOperation.m │ ├── BrotherPrinter.h │ ├── BrotherPrinter.m │ └── libs │ └── BRLMPrinterKit.framework │ ├── BRLMPrinterKit │ ├── BluetoothViewController.nib │ ├── CutterViewController.nib │ ├── ExtraFeedViewController.nib │ ├── GenericMobileLabelModelPaperSizeViewController.nib │ ├── Headers │ ├── BMSPrinterDriver.h │ ├── BMSPrinterKit.h │ ├── BRCustomPaperInfoCommand.h │ ├── BRLMChannel.h │ ├── BRLMCustomPaperSize.h │ ├── BRLMError.h │ ├── BRLMGetStatusError.h │ ├── BRLMMWPrintSettings.h │ ├── BRLMOpenChannelError.h │ ├── BRLMPJPrintSettings.h │ ├── BRLMPJPrintSettingsCustomPaperSize.h │ ├── BRLMPJPrintSettingsPaperSize.h │ ├── BRLMPTPrintSettings.h │ ├── BRLMPrintError.h │ ├── BRLMPrintImageSettings.h │ ├── BRLMPrintSettingsProtocol.h │ ├── BRLMPrinterClassifier.h │ ├── BRLMPrinterDefine.h │ ├── BRLMPrinterDriver.h │ ├── BRLMPrinterDriverGenerator.h │ ├── BRLMPrinterKit+BRPtouchPrinterKit+BMSPrinterKit.h │ ├── BRLMPrinterKit.h │ ├── BRLMPrinterStatus.h │ ├── BRLMQLPrintSettings.h │ ├── BRLMRJPrintSettings.h │ ├── BRLMTDPrintSettings.h │ ├── BRLMValidatePrintSettings.h │ ├── BRPtouchBLEManager.h │ ├── BRPtouchBatteryInfo.h │ ├── BRPtouchBluetoothManager.h │ ├── BRPtouchDeviceInfo.h │ ├── BRPtouchLabelInfoStatus.h │ ├── BRPtouchLabelParam.h │ ├── BRPtouchNetworkManager.h │ ├── BRPtouchPrintInfo.h │ ├── BRPtouchPrinter.h │ ├── BRPtouchPrinterData.h │ ├── BRPtouchPrinterKit.h │ ├── BRPtouchPrinterStatus.h │ ├── BRPtouchTemplateInfo.h │ ├── GenericMobileLabelModelPrintSettings.h │ ├── GenericMobileLabelModelPrintSettingsViewController.h │ ├── GenericPocketJetPrintSettings.h │ ├── GenericPocketJetPrintSettingsViewController.h │ ├── PJ673PrintSettings.h │ ├── PJ673PrintSettingsViewController.h │ ├── PJ763MFIPrintSettingsViewController.h │ ├── PJ763MFiPrintSettings.h │ ├── PJ773PrintSettings.h │ ├── PJ773PrintSettingsViewController.h │ ├── PrintSettingTableViewController.h │ ├── PrintSettings.h │ ├── PrintSettingsViewController.h │ ├── RJ2050PrintSettings.h │ ├── RJ2050PrintSettingsViewController.h │ ├── RJ2140PrintSettings.h │ ├── RJ2140PrintSettingsViewController.h │ ├── RJ2150PrintSettings.h │ ├── RJ2150PrintSettingsViewController.h │ ├── RJ3050AIPrintSettings.h │ ├── RJ3050AiPrintSettingsViewController.h │ ├── RJ3050PrintSettings.h │ ├── RJ3050PrintSettingsViewController.h │ ├── RJ3150AiPrintSettings.h │ ├── RJ3150AiPrintSettingsViewController.h │ ├── RJ3150PrintSettings.h │ ├── RJ3150PrintSettingsViewController.h │ ├── RJ4030AiPrintSettings.h │ ├── RJ4030AiPrintSettingsViewController.h │ ├── RJ4040PrintSettings.h │ ├── RJ4040PrintSettingsViewController.h │ ├── RJ4230BPrintSettings.h │ ├── RJ4230BPrintSettingsViewController.h │ ├── RJ4250WBPrintSettings.h │ ├── RJ4250WBPrintSettingsViewController.h │ ├── TD2120NPrintSettings.h │ ├── TD2120NPrintSettingsViewController.h │ ├── TD2130NPrintSettings.h │ ├── TD2130NPrintSettingsViewController.h │ ├── TD4550DNWBPrintSettings.h │ └── TD4550DNWBPrintSettingsViewController.h │ ├── IPAddressHelp.pdf │ ├── IPAddressViewController.nib │ ├── Info.plist │ ├── MarginViewController.nib │ ├── PJCustomPaperViewController.nib │ ├── PrintProgressViewControllerWithFilename_BMSSDK~ipad.nib │ ├── PrintProgressViewControllerWithFilename_BMSSDK~iphone.nib │ ├── PrintProgressViewController_BMSSDK~ipad.nib │ ├── PrintProgressViewController_BMSSDK~iphone.nib │ ├── PrinterList.plist │ ├── ThresholdViewController.nib │ ├── bsj673ad.ptd │ ├── bspe55ad.ptd │ ├── bspp75ad.ptd │ ├── bsq71wad.ptd │ ├── bsq72wad.ptd │ ├── bsr305ad.ptd │ ├── bsr315ad.ptd │ ├── bsr403ad.txt │ ├── bsr403aiad.txt │ ├── bsr404ad.ptd │ ├── bsr404ad.txt │ ├── bsr423ad.txt │ ├── bsr425ad.txt │ ├── bst212ad.ptd │ ├── bst213ad.ptd │ ├── bst40ad.txt │ ├── bst41nad.txt │ ├── bst441ad.txt │ ├── bst442ad.txt │ ├── bst451ad.txt │ ├── bst452ad.txt │ ├── bst455ad.txt │ ├── checkbox_checked.png │ ├── checkbox_unchecked.png │ └── en.lproj │ └── InfoPlist.strings └── www └── printer.js /.gitignore: -------------------------------------------------------------------------------- 1 | .idea -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/package.json -------------------------------------------------------------------------------- /plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/plugin.xml -------------------------------------------------------------------------------- /src/android/BasePrint.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/android/BasePrint.java -------------------------------------------------------------------------------- /src/android/BrotherPrinter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/android/BrotherPrinter.java -------------------------------------------------------------------------------- /src/android/Common.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/android/Common.java -------------------------------------------------------------------------------- /src/android/ImageBitmapPrint.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/android/ImageBitmapPrint.java -------------------------------------------------------------------------------- /src/android/ImageFilePrint.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/android/ImageFilePrint.java -------------------------------------------------------------------------------- /src/android/MsgHandle.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/android/MsgHandle.java -------------------------------------------------------------------------------- /src/android/PrinterInputParameterConstant.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/android/PrinterInputParameterConstant.java -------------------------------------------------------------------------------- /src/android/libs/BrotherPrintLibrary.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/android/libs/BrotherPrintLibrary.jar -------------------------------------------------------------------------------- /src/android/libs/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/android/libs/README -------------------------------------------------------------------------------- /src/android/libs/arm64-v8a/libcreatedata.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/android/libs/arm64-v8a/libcreatedata.so -------------------------------------------------------------------------------- /src/android/libs/armeabi-v7a/libcreatedata.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/android/libs/armeabi-v7a/libcreatedata.so -------------------------------------------------------------------------------- /src/android/libs/armeabi/libcreatedata.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/android/libs/armeabi/libcreatedata.so -------------------------------------------------------------------------------- /src/android/libs/x86/libcreatedata.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/android/libs/x86/libcreatedata.so -------------------------------------------------------------------------------- /src/android/libs/x86_64/libcreatedata.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/android/libs/x86_64/libcreatedata.so -------------------------------------------------------------------------------- /src/ios/APPingModule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/APPingModule.h -------------------------------------------------------------------------------- /src/ios/APPingModule.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/APPingModule.m -------------------------------------------------------------------------------- /src/ios/BRBluetoothPrintOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/BRBluetoothPrintOperation.h -------------------------------------------------------------------------------- /src/ios/BRBluetoothPrintOperation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/BRBluetoothPrintOperation.m -------------------------------------------------------------------------------- /src/ios/BRPingOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/BRPingOperation.h -------------------------------------------------------------------------------- /src/ios/BRPingOperation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/BRPingOperation.m -------------------------------------------------------------------------------- /src/ios/BRUserDefaults.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/BRUserDefaults.h -------------------------------------------------------------------------------- /src/ios/BRWLANPrintOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/BRWLANPrintOperation.h -------------------------------------------------------------------------------- /src/ios/BRWLANPrintOperation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/BRWLANPrintOperation.m -------------------------------------------------------------------------------- /src/ios/BrotherPrinter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/BrotherPrinter.h -------------------------------------------------------------------------------- /src/ios/BrotherPrinter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/BrotherPrinter.m -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/BRLMPrinterKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/BRLMPrinterKit -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/BluetoothViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/BluetoothViewController.nib -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/CutterViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/CutterViewController.nib -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/ExtraFeedViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/ExtraFeedViewController.nib -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/GenericMobileLabelModelPaperSizeViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/GenericMobileLabelModelPaperSizeViewController.nib -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BMSPrinterDriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BMSPrinterDriver.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BMSPrinterKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BMSPrinterKit.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRCustomPaperInfoCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRCustomPaperInfoCommand.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMChannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMChannel.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMCustomPaperSize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMCustomPaperSize.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMError.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMGetStatusError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMGetStatusError.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMMWPrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMMWPrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMOpenChannelError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMOpenChannelError.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettingsCustomPaperSize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettingsCustomPaperSize.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettingsPaperSize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettingsPaperSize.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPTPrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPTPrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPrintError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPrintError.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPrintImageSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPrintImageSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPrintSettingsProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPrintSettingsProtocol.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPrinterClassifier.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPrinterClassifier.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPrinterDefine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPrinterDefine.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPrinterDriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPrinterDriver.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPrinterDriverGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPrinterDriverGenerator.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPrinterKit+BRPtouchPrinterKit+BMSPrinterKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPrinterKit+BRPtouchPrinterKit+BMSPrinterKit.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPrinterKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPrinterKit.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPrinterStatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMPrinterStatus.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMQLPrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMQLPrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMRJPrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMRJPrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMTDPrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMTDPrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMValidatePrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRLMValidatePrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchBLEManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchBLEManager.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchBatteryInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchBatteryInfo.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchBluetoothManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchBluetoothManager.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchDeviceInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchDeviceInfo.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchLabelInfoStatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchLabelInfoStatus.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchLabelParam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchLabelParam.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchNetworkManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchNetworkManager.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchPrintInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchPrintInfo.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchPrinter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchPrinter.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchPrinterData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchPrinterData.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchPrinterKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchPrinterKit.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchPrinterStatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchPrinterStatus.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchTemplateInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/BRPtouchTemplateInfo.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/GenericMobileLabelModelPrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/GenericMobileLabelModelPrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/GenericMobileLabelModelPrintSettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/GenericMobileLabelModelPrintSettingsViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/GenericPocketJetPrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/GenericPocketJetPrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/GenericPocketJetPrintSettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/GenericPocketJetPrintSettingsViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/PJ673PrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/PJ673PrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/PJ673PrintSettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/PJ673PrintSettingsViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/PJ763MFIPrintSettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/PJ763MFIPrintSettingsViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/PJ763MFiPrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/PJ763MFiPrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/PJ773PrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/PJ773PrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/PJ773PrintSettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/PJ773PrintSettingsViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/PrintSettingTableViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/PrintSettingTableViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/PrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/PrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/PrintSettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/PrintSettingsViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ2050PrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ2050PrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ2050PrintSettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ2050PrintSettingsViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ2140PrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ2140PrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ2140PrintSettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ2140PrintSettingsViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ2150PrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ2150PrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ2150PrintSettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ2150PrintSettingsViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ3050AIPrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ3050AIPrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ3050AiPrintSettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ3050AiPrintSettingsViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ3050PrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ3050PrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ3050PrintSettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ3050PrintSettingsViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ3150AiPrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ3150AiPrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ3150AiPrintSettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ3150AiPrintSettingsViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ3150PrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ3150PrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ3150PrintSettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ3150PrintSettingsViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ4030AiPrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ4030AiPrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ4030AiPrintSettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ4030AiPrintSettingsViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ4040PrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ4040PrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ4040PrintSettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ4040PrintSettingsViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ4230BPrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ4230BPrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ4230BPrintSettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ4230BPrintSettingsViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ4250WBPrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ4250WBPrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/RJ4250WBPrintSettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/RJ4250WBPrintSettingsViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/TD2120NPrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/TD2120NPrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/TD2120NPrintSettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/TD2120NPrintSettingsViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/TD2130NPrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/TD2130NPrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/TD2130NPrintSettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/TD2130NPrintSettingsViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/TD4550DNWBPrintSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/TD4550DNWBPrintSettings.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Headers/TD4550DNWBPrintSettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Headers/TD4550DNWBPrintSettingsViewController.h -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/IPAddressHelp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/IPAddressHelp.pdf -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/IPAddressViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/IPAddressViewController.nib -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/Info.plist -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/MarginViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/MarginViewController.nib -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/PJCustomPaperViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/PJCustomPaperViewController.nib -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/PrintProgressViewControllerWithFilename_BMSSDK~ipad.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/PrintProgressViewControllerWithFilename_BMSSDK~ipad.nib -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/PrintProgressViewControllerWithFilename_BMSSDK~iphone.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/PrintProgressViewControllerWithFilename_BMSSDK~iphone.nib -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/PrintProgressViewController_BMSSDK~ipad.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/PrintProgressViewController_BMSSDK~ipad.nib -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/PrintProgressViewController_BMSSDK~iphone.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/PrintProgressViewController_BMSSDK~iphone.nib -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/PrinterList.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/PrinterList.plist -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/ThresholdViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/ThresholdViewController.nib -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bsj673ad.ptd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bsj673ad.ptd -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bspe55ad.ptd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bspe55ad.ptd -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bspp75ad.ptd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bspp75ad.ptd -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bsq71wad.ptd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bsq71wad.ptd -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bsq72wad.ptd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bsq72wad.ptd -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bsr305ad.ptd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bsr305ad.ptd -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bsr315ad.ptd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bsr315ad.ptd -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bsr403ad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bsr403ad.txt -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bsr403aiad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bsr403aiad.txt -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bsr404ad.ptd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bsr404ad.ptd -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bsr404ad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bsr404ad.txt -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bsr423ad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bsr423ad.txt -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bsr425ad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bsr425ad.txt -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bst212ad.ptd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bst212ad.ptd -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bst213ad.ptd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bst213ad.ptd -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bst40ad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bst40ad.txt -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bst41nad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bst41nad.txt -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bst441ad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bst441ad.txt -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bst442ad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bst442ad.txt -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bst451ad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bst451ad.txt -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bst452ad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bst452ad.txt -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/bst455ad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/bst455ad.txt -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/checkbox_checked.png -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/checkbox_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/checkbox_unchecked.png -------------------------------------------------------------------------------- /src/ios/libs/BRLMPrinterKit.framework/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/src/ios/libs/BRLMPrinterKit.framework/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /www/printer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbobosSoftware/cordova-plugin-brother-label-printer/HEAD/www/printer.js --------------------------------------------------------------------------------