@munchi_oy/react-native-label-printer 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (465) hide show
  1. package/README.md +0 -0
  2. package/dist/__tests__/__mocks__/react-native.d.ts +17 -0
  3. package/dist/__tests__/index.test.d.ts +1 -0
  4. package/dist/index.d.ts +9 -0
  5. package/dist/index.js +68 -0
  6. package/dist/index.mjs +39 -0
  7. package/dist/types.d.ts +23 -0
  8. package/ios/BrotherPrinterModule.h +4 -0
  9. package/ios/BrotherPrinterModule.mm +603 -0
  10. package/ios/vendor/BRLMPrinterKit.xcframework/Info.plist +44 -0
  11. package/ios/vendor/BRLMPrinterKit.xcframework/_CodeSignature/CodeDirectory +0 -0
  12. package/ios/vendor/BRLMPrinterKit.xcframework/_CodeSignature/CodeRequirements +0 -0
  13. package/ios/vendor/BRLMPrinterKit.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
  14. package/ios/vendor/BRLMPrinterKit.xcframework/_CodeSignature/CodeResources +6817 -0
  15. package/ios/vendor/BRLMPrinterKit.xcframework/_CodeSignature/CodeSignature +0 -0
  16. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/AdvancedRJTDPaperSizeViewController.nib +0 -0
  17. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/BRLMPrinterKit +0 -0
  18. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/BluetoothViewController.nib +0 -0
  19. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/CutterViewController.nib +0 -0
  20. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/ExtraFeedViewController.nib +0 -0
  21. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/GenericMobileLabelModelPaperSizeViewController.nib +0 -0
  22. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BMSPrinterDriver.h +742 -0
  23. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BMSPrinterKit.h +88 -0
  24. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRCustomPaperInfoCommand.h +141 -0
  25. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMBLESearchOption.h +18 -0
  26. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMBatteryInfo.h +29 -0
  27. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMChannel.h +44 -0
  28. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMChannelCredential.h +29 -0
  29. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMCustomPaperSize.h +90 -0
  30. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMError.h +25 -0
  31. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMFileAnalyzeError.h +27 -0
  32. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMFileAnalyzeResult.h +18 -0
  33. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMFileAnalyzer.h +16 -0
  34. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMGetStatusError.h +27 -0
  35. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMLog.h +27 -0
  36. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMMWPrintSettings.h +32 -0
  37. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMMWTemplatePrintSettings.h +21 -0
  38. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMNetworkSearchOption.h +20 -0
  39. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMOpenChannelError.h +27 -0
  40. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettings.h +98 -0
  41. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettingsCustomPaperSize.h +24 -0
  42. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettingsPaperSize.h +36 -0
  43. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPJTemplatePrintSettings.h +21 -0
  44. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPTPrintSettings.h +60 -0
  45. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPTTemplatePrintSettings.h +21 -0
  46. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrintError.h +59 -0
  47. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrintImageSettings.h +85 -0
  48. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrintSettingsProtocol.h +25 -0
  49. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterClassifier.h +31 -0
  50. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterConfig.h +104 -0
  51. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterConfigEnums.h +36 -0
  52. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterConfigRequestOrder.h +26 -0
  53. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterConfigRequestResult.h +48 -0
  54. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterConfigUpdateOrder.h +27 -0
  55. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterConfigUpdateResult.h +38 -0
  56. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterDefine.h +108 -0
  57. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterDriver.h +106 -0
  58. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterDriverGenerator.h +36 -0
  59. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterKit+BRPtouchPrinterKit+BMSPrinterKit.h +21 -0
  60. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterKit-Swift.h +316 -0
  61. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterKit.h +43 -0
  62. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterModelSpec.h +32 -0
  63. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterSearchError.h +27 -0
  64. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterSearchResult.h +27 -0
  65. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterSearcher.h +33 -0
  66. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterStatus.h +191 -0
  67. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPtouchDeviceDependedDataHeader.h +34 -0
  68. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPtouchTemplateInfo.h +24 -0
  69. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMQLPrintSettings.h +82 -0
  70. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMQLTemplatePrintSettings.h +21 -0
  71. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMRJPrintSettings.h +46 -0
  72. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMRJTemplatePrintSettings.h +21 -0
  73. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMRemoveTemplateResult.h +43 -0
  74. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMRequestPrinterInfoError.h +26 -0
  75. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMRequestPrinterInfoResult.h +20 -0
  76. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMTDPrintSettings.h +49 -0
  77. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMTDTemplatePrintSettings.h +22 -0
  78. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMTemplateObjectReplacer.h +27 -0
  79. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMTemplatePrintSettingsProtocol.h +26 -0
  80. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMTransferResult.h +48 -0
  81. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMValidatePrintSettings.h +42 -0
  82. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchBLEManager.h +28 -0
  83. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchBatteryInfo.h +26 -0
  84. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchBluetoothManager.h +59 -0
  85. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchDeviceInfo.h +26 -0
  86. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchLabelInfoStatus.h +123 -0
  87. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchLabelParam.h +27 -0
  88. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchNetworkManager.h +44 -0
  89. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchPrintInfo.h +152 -0
  90. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchPrinter.h +320 -0
  91. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchPrinterData.h +16 -0
  92. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchPrinterKit.h +18 -0
  93. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchPrinterStatus.h +58 -0
  94. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchTemplateInfo.h +23 -0
  95. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/GenericMobileLabelModelPrintSettings.h +235 -0
  96. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/GenericMobileLabelModelPrintSettingsViewController.h +50 -0
  97. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/GenericPocketJetPrintSettings.h +99 -0
  98. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/GenericPocketJetPrintSettingsViewController.h +47 -0
  99. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/ImageCreationBlock.h +17 -0
  100. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ673PrintSettings.h +43 -0
  101. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ673PrintSettingsViewController.h +40 -0
  102. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ763MFiPrintSettings.h +45 -0
  103. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ763MFiPrintSettingsViewController.h +41 -0
  104. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ773PrintSettings.h +46 -0
  105. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ773PrintSettingsViewController.h +41 -0
  106. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ862PrintSettings.h +47 -0
  107. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ862PrintSettingsViewController.h +41 -0
  108. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ863PrintSettings.h +46 -0
  109. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ863PrintSettingsViewController.h +41 -0
  110. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ883PrintSettings.h +46 -0
  111. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ883PrintSettingsViewController.h +42 -0
  112. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PrintSettingTableViewController.h +51 -0
  113. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PrintSettings.h +543 -0
  114. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PrintSettingsViewController.h +206 -0
  115. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ2050PrintSettings.h +81 -0
  116. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ2050PrintSettingsViewController.h +42 -0
  117. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ2140PrintSettings.h +81 -0
  118. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ2140PrintSettingsViewController.h +42 -0
  119. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ2150PrintSettings.h +81 -0
  120. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ2150PrintSettingsViewController.h +42 -0
  121. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3050AiPrintSettings.h +81 -0
  122. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3050AiPrintSettingsViewController.h +42 -0
  123. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3050PrintSettings.h +81 -0
  124. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3050PrintSettingsViewController.h +42 -0
  125. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3150AiPrintSettings.h +82 -0
  126. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3150AiPrintSettingsViewController.h +42 -0
  127. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3150PrintSettings.h +82 -0
  128. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3150PrintSettingsViewController.h +42 -0
  129. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3230BPrintSettings.h +83 -0
  130. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3230BPrintSettingsViewController.h +42 -0
  131. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3250WBPrintSettings.h +83 -0
  132. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3250WBPrintSettingsViewController.h +42 -0
  133. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ4030AiPrintSettings.h +103 -0
  134. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ4030AiPrintSettingsViewController.h +41 -0
  135. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ4040PrintSettings.h +102 -0
  136. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ4040PrintSettingsViewController.h +41 -0
  137. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ4230BPrintSettings.h +107 -0
  138. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ4230BPrintSettingsViewController.h +42 -0
  139. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ4250WBPrintSettings.h +108 -0
  140. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ4250WBPrintSettingsViewController.h +42 -0
  141. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2120NPrintSettings.h +83 -0
  142. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2120NPrintSettingsViewController.h +42 -0
  143. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2125NPrintSettings.h +83 -0
  144. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2125NPrintSettingsViewController.h +42 -0
  145. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2125NWBPrintSettings.h +83 -0
  146. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2125NWBPrintSettingsViewController.h +42 -0
  147. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2130NPrintSettings.h +82 -0
  148. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2130NPrintSettingsViewController.h +42 -0
  149. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2135NPrintSettings.h +82 -0
  150. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2135NPrintSettingsViewController.h +42 -0
  151. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2135NWBPrintSettings.h +82 -0
  152. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2135NWBPrintSettingsViewController.h +42 -0
  153. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2320DFPrintSettings.h +47 -0
  154. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2320DFPrintSettingsViewController.h +43 -0
  155. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2320DPrintSettings.h +47 -0
  156. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2320DPrintSettingsViewController.h +42 -0
  157. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2350DFPrintSettings.h +48 -0
  158. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2350DFPrintSettingsViewController.h +42 -0
  159. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2350DPrintSettings.h +47 -0
  160. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2350DPrintSettingsViewController.h +43 -0
  161. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2350DSAPrintSettings.h +48 -0
  162. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2350DSAPrintSettingsViewController.h +42 -0
  163. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD4550DNWBPrintSettings.h +76 -0
  164. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD4550DNWBPrintSettingsViewController.h +42 -0
  165. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/IPAddressHelp.pdf +0 -0
  166. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/IPAddressViewController.nib +0 -0
  167. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Info.plist +0 -0
  168. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/MarginViewController.nib +0 -0
  169. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/arm64-apple-ios.abi.json +168 -0
  170. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/arm64-apple-ios.private.swiftinterface +13 -0
  171. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  172. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/arm64-apple-ios.swiftinterface +13 -0
  173. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Modules/module.modulemap +11 -0
  174. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/PJCustomPaperViewController.nib +0 -0
  175. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/PrintProgressViewControllerWithFilename_BMSSDK~ipad.nib +0 -0
  176. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/PrintProgressViewControllerWithFilename_BMSSDK~iphone.nib +0 -0
  177. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/PrintProgressViewController_BMSSDK~ipad.nib +0 -0
  178. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/PrintProgressViewController_BMSSDK~iphone.nib +0 -0
  179. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/PrinterList.plist +0 -0
  180. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/PrivacyInfo.xcprivacy +24 -0
  181. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/ResolutionViewController.nib +0 -0
  182. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/ThresholdViewController.nib +0 -0
  183. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsj673ad.ptd +0 -0
  184. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bspe55ad.ptd +0 -0
  185. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bspp75ad.ptd +0 -0
  186. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsq71wad.ptd +0 -0
  187. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsq72wad.ptd +0 -0
  188. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr305ad.ptd +0 -0
  189. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr315ad.ptd +0 -0
  190. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr3235ad.txt +550 -0
  191. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr323ad.txt +550 -0
  192. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr3255ad.txt +550 -0
  193. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr325ad.txt +550 -0
  194. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr403ad.txt +91 -0
  195. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr403aiad.txt +91 -0
  196. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr404ad.ptd +0 -0
  197. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr404ad.txt +91 -0
  198. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr4235ad.txt +610 -0
  199. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr423ad.txt +666 -0
  200. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr4255ad.txt +610 -0
  201. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr425ad.txt +610 -0
  202. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst212ad.ptd +0 -0
  203. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst213ad.ptd +0 -0
  204. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst2312ad.txt +496 -0
  205. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst2313ad.txt +496 -0
  206. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst2322ad.txt +496 -0
  207. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst2323ad.txt +496 -0
  208. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst232f2ad.txt +496 -0
  209. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst232f3ad.txt +496 -0
  210. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst232s2ad.txt +496 -0
  211. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst232s3ad.txt +496 -0
  212. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst2352ad.txt +496 -0
  213. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst2353ad.txt +496 -0
  214. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst235f2ad.txt +496 -0
  215. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst235f3ad.txt +496 -0
  216. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst235fs2ad.txt +496 -0
  217. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst235fs3ad.txt +496 -0
  218. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst235s2ad.txt +496 -0
  219. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst235s3ad.txt +496 -0
  220. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst40ad.txt +482 -0
  221. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst41nad.txt +310 -0
  222. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst4415ad.txt +1223 -0
  223. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst441ad.txt +495 -0
  224. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst4425ad.txt +1223 -0
  225. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst4425fad.txt +271 -0
  226. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst442ad.txt +495 -0
  227. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst4455ad.txt +1223 -0
  228. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst451ad.txt +495 -0
  229. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst4525ad.txt +1279 -0
  230. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst452ad.txt +495 -0
  231. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst4555ad.txt +1279 -0
  232. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst4555fad.txt +271 -0
  233. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst455ad.txt +495 -0
  234. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/checkbox_checked.png +0 -0
  235. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/checkbox_unchecked.png +0 -0
  236. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/en.lproj/InfoPlist.strings +0 -0
  237. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/AdvancedRJTDPaperSizeViewController.nib +0 -0
  238. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/BRLMPrinterKit +0 -0
  239. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/BluetoothViewController.nib +0 -0
  240. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/CutterViewController.nib +0 -0
  241. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/ExtraFeedViewController.nib +0 -0
  242. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/GenericMobileLabelModelPaperSizeViewController.nib +0 -0
  243. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BMSPrinterDriver.h +742 -0
  244. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BMSPrinterKit.h +88 -0
  245. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRCustomPaperInfoCommand.h +141 -0
  246. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMBLESearchOption.h +18 -0
  247. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMBatteryInfo.h +29 -0
  248. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMChannel.h +44 -0
  249. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMChannelCredential.h +29 -0
  250. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMCustomPaperSize.h +90 -0
  251. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMError.h +25 -0
  252. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMFileAnalyzeError.h +27 -0
  253. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMFileAnalyzeResult.h +18 -0
  254. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMFileAnalyzer.h +16 -0
  255. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMGetStatusError.h +27 -0
  256. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMLog.h +27 -0
  257. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMMWPrintSettings.h +32 -0
  258. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMMWTemplatePrintSettings.h +21 -0
  259. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMNetworkSearchOption.h +20 -0
  260. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMOpenChannelError.h +27 -0
  261. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettings.h +98 -0
  262. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettingsCustomPaperSize.h +24 -0
  263. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettingsPaperSize.h +36 -0
  264. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPJTemplatePrintSettings.h +21 -0
  265. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPTPrintSettings.h +60 -0
  266. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPTTemplatePrintSettings.h +21 -0
  267. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrintError.h +59 -0
  268. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrintImageSettings.h +85 -0
  269. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrintSettingsProtocol.h +25 -0
  270. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterClassifier.h +31 -0
  271. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterConfig.h +104 -0
  272. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterConfigEnums.h +36 -0
  273. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterConfigRequestOrder.h +26 -0
  274. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterConfigRequestResult.h +48 -0
  275. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterConfigUpdateOrder.h +27 -0
  276. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterConfigUpdateResult.h +38 -0
  277. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterDefine.h +108 -0
  278. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterDriver.h +106 -0
  279. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterDriverGenerator.h +36 -0
  280. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterKit+BRPtouchPrinterKit+BMSPrinterKit.h +21 -0
  281. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterKit-Swift.h +628 -0
  282. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterKit.h +43 -0
  283. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterModelSpec.h +32 -0
  284. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterSearchError.h +27 -0
  285. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterSearchResult.h +27 -0
  286. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterSearcher.h +33 -0
  287. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterStatus.h +191 -0
  288. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPtouchDeviceDependedDataHeader.h +34 -0
  289. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPtouchTemplateInfo.h +24 -0
  290. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMQLPrintSettings.h +82 -0
  291. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMQLTemplatePrintSettings.h +21 -0
  292. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMRJPrintSettings.h +46 -0
  293. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMRJTemplatePrintSettings.h +21 -0
  294. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMRemoveTemplateResult.h +43 -0
  295. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMRequestPrinterInfoError.h +26 -0
  296. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMRequestPrinterInfoResult.h +20 -0
  297. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMTDPrintSettings.h +49 -0
  298. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMTDTemplatePrintSettings.h +22 -0
  299. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMTemplateObjectReplacer.h +27 -0
  300. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMTemplatePrintSettingsProtocol.h +26 -0
  301. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMTransferResult.h +48 -0
  302. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMValidatePrintSettings.h +42 -0
  303. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchBLEManager.h +28 -0
  304. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchBatteryInfo.h +26 -0
  305. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchBluetoothManager.h +59 -0
  306. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchDeviceInfo.h +26 -0
  307. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchLabelInfoStatus.h +123 -0
  308. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchLabelParam.h +27 -0
  309. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchNetworkManager.h +44 -0
  310. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchPrintInfo.h +152 -0
  311. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchPrinter.h +320 -0
  312. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchPrinterData.h +16 -0
  313. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchPrinterKit.h +18 -0
  314. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchPrinterStatus.h +58 -0
  315. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchTemplateInfo.h +23 -0
  316. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/GenericMobileLabelModelPrintSettings.h +235 -0
  317. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/GenericMobileLabelModelPrintSettingsViewController.h +50 -0
  318. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/GenericPocketJetPrintSettings.h +99 -0
  319. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/GenericPocketJetPrintSettingsViewController.h +47 -0
  320. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/ImageCreationBlock.h +17 -0
  321. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ673PrintSettings.h +43 -0
  322. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ673PrintSettingsViewController.h +40 -0
  323. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ763MFiPrintSettings.h +45 -0
  324. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ763MFiPrintSettingsViewController.h +41 -0
  325. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ773PrintSettings.h +46 -0
  326. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ773PrintSettingsViewController.h +41 -0
  327. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ862PrintSettings.h +47 -0
  328. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ862PrintSettingsViewController.h +41 -0
  329. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ863PrintSettings.h +46 -0
  330. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ863PrintSettingsViewController.h +41 -0
  331. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ883PrintSettings.h +46 -0
  332. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ883PrintSettingsViewController.h +42 -0
  333. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PrintSettingTableViewController.h +51 -0
  334. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PrintSettings.h +543 -0
  335. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PrintSettingsViewController.h +206 -0
  336. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ2050PrintSettings.h +81 -0
  337. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ2050PrintSettingsViewController.h +42 -0
  338. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ2140PrintSettings.h +81 -0
  339. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ2140PrintSettingsViewController.h +42 -0
  340. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ2150PrintSettings.h +81 -0
  341. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ2150PrintSettingsViewController.h +42 -0
  342. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3050AiPrintSettings.h +81 -0
  343. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3050AiPrintSettingsViewController.h +42 -0
  344. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3050PrintSettings.h +81 -0
  345. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3050PrintSettingsViewController.h +42 -0
  346. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3150AiPrintSettings.h +82 -0
  347. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3150AiPrintSettingsViewController.h +42 -0
  348. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3150PrintSettings.h +82 -0
  349. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3150PrintSettingsViewController.h +42 -0
  350. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3230BPrintSettings.h +83 -0
  351. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3230BPrintSettingsViewController.h +42 -0
  352. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3250WBPrintSettings.h +83 -0
  353. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3250WBPrintSettingsViewController.h +42 -0
  354. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ4030AiPrintSettings.h +103 -0
  355. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ4030AiPrintSettingsViewController.h +41 -0
  356. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ4040PrintSettings.h +102 -0
  357. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ4040PrintSettingsViewController.h +41 -0
  358. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ4230BPrintSettings.h +107 -0
  359. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ4230BPrintSettingsViewController.h +42 -0
  360. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ4250WBPrintSettings.h +108 -0
  361. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ4250WBPrintSettingsViewController.h +42 -0
  362. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2120NPrintSettings.h +83 -0
  363. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2120NPrintSettingsViewController.h +42 -0
  364. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2125NPrintSettings.h +83 -0
  365. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2125NPrintSettingsViewController.h +42 -0
  366. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2125NWBPrintSettings.h +83 -0
  367. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2125NWBPrintSettingsViewController.h +42 -0
  368. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2130NPrintSettings.h +82 -0
  369. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2130NPrintSettingsViewController.h +42 -0
  370. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2135NPrintSettings.h +82 -0
  371. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2135NPrintSettingsViewController.h +42 -0
  372. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2135NWBPrintSettings.h +82 -0
  373. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2135NWBPrintSettingsViewController.h +42 -0
  374. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2320DFPrintSettings.h +47 -0
  375. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2320DFPrintSettingsViewController.h +43 -0
  376. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2320DPrintSettings.h +47 -0
  377. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2320DPrintSettingsViewController.h +42 -0
  378. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2350DFPrintSettings.h +48 -0
  379. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2350DFPrintSettingsViewController.h +42 -0
  380. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2350DPrintSettings.h +47 -0
  381. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2350DPrintSettingsViewController.h +43 -0
  382. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2350DSAPrintSettings.h +48 -0
  383. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2350DSAPrintSettingsViewController.h +42 -0
  384. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD4550DNWBPrintSettings.h +76 -0
  385. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD4550DNWBPrintSettingsViewController.h +42 -0
  386. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/IPAddressHelp.pdf +0 -0
  387. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/IPAddressViewController.nib +0 -0
  388. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Info.plist +0 -0
  389. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/MarginViewController.nib +0 -0
  390. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/arm64-apple-ios-simulator.abi.json +168 -0
  391. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +13 -0
  392. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  393. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface +13 -0
  394. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/x86_64-apple-ios-simulator.abi.json +168 -0
  395. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +13 -0
  396. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  397. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +13 -0
  398. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Modules/module.modulemap +11 -0
  399. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/PJCustomPaperViewController.nib +0 -0
  400. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/PrintProgressViewControllerWithFilename_BMSSDK~ipad.nib +0 -0
  401. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/PrintProgressViewControllerWithFilename_BMSSDK~iphone.nib +0 -0
  402. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/PrintProgressViewController_BMSSDK~ipad.nib +0 -0
  403. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/PrintProgressViewController_BMSSDK~iphone.nib +0 -0
  404. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/PrinterList.plist +0 -0
  405. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/PrivacyInfo.xcprivacy +24 -0
  406. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/ResolutionViewController.nib +0 -0
  407. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/ThresholdViewController.nib +0 -0
  408. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/_CodeSignature/CodeResources +2584 -0
  409. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsj673ad.ptd +0 -0
  410. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bspe55ad.ptd +0 -0
  411. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bspp75ad.ptd +0 -0
  412. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsq71wad.ptd +0 -0
  413. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsq72wad.ptd +0 -0
  414. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr305ad.ptd +0 -0
  415. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr315ad.ptd +0 -0
  416. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr3235ad.txt +550 -0
  417. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr323ad.txt +550 -0
  418. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr3255ad.txt +550 -0
  419. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr325ad.txt +550 -0
  420. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr403ad.txt +91 -0
  421. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr403aiad.txt +91 -0
  422. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr404ad.ptd +0 -0
  423. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr404ad.txt +91 -0
  424. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr4235ad.txt +610 -0
  425. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr423ad.txt +666 -0
  426. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr4255ad.txt +610 -0
  427. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr425ad.txt +610 -0
  428. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst212ad.ptd +0 -0
  429. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst213ad.ptd +0 -0
  430. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst2312ad.txt +496 -0
  431. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst2313ad.txt +496 -0
  432. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst2322ad.txt +496 -0
  433. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst2323ad.txt +496 -0
  434. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst232f2ad.txt +496 -0
  435. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst232f3ad.txt +496 -0
  436. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst232s2ad.txt +496 -0
  437. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst232s3ad.txt +496 -0
  438. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst2352ad.txt +496 -0
  439. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst2353ad.txt +496 -0
  440. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst235f2ad.txt +496 -0
  441. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst235f3ad.txt +496 -0
  442. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst235fs2ad.txt +496 -0
  443. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst235fs3ad.txt +496 -0
  444. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst235s2ad.txt +496 -0
  445. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst235s3ad.txt +496 -0
  446. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst40ad.txt +482 -0
  447. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst41nad.txt +310 -0
  448. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst4415ad.txt +1223 -0
  449. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst441ad.txt +495 -0
  450. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst4425ad.txt +1223 -0
  451. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst4425fad.txt +271 -0
  452. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst442ad.txt +495 -0
  453. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst4455ad.txt +1223 -0
  454. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst451ad.txt +495 -0
  455. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst4525ad.txt +1279 -0
  456. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst452ad.txt +495 -0
  457. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst4555ad.txt +1279 -0
  458. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst4555fad.txt +271 -0
  459. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst455ad.txt +495 -0
  460. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/checkbox_checked.png +0 -0
  461. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/checkbox_unchecked.png +0 -0
  462. package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/en.lproj/InfoPlist.strings +0 -0
  463. package/munchi-label-printer.podspec +23 -0
  464. package/package.json +65 -0
  465. package/react-native.config.js +8 -0
@@ -0,0 +1,42 @@
1
+ //
2
+ // RJ3250WBPrintSettingsViewController.h
3
+ // BMSPrinterKit
4
+ //
5
+ // Created by BMS on 8/5/21.
6
+ // Copyright (c) 2013-21 Brother Mobile Solutions. All rights reserved.
7
+ //
8
+
9
+ #import <BRLMPrinterKit/GenericMobileLabelModelPrintSettingsViewController.h>
10
+ #import <BRLMPrinterKit/RJ3250WBPrintSettings.h>
11
+
12
+ // This is the DEFAULT popup contentSize for RJ3250WBPrintSettingsViewController.
13
+ //
14
+ // You can override this by setting the "popoverSize" property (defined in the
15
+ // PrintSettingsViewController superclass) to something different
16
+ // before showing the ViewController.
17
+ //
18
+ // The popoverSize setting will be propagated to all of the "child" ViewControllers
19
+ // of the main ViewController so all of the detail views will be the SAME size as each other.
20
+ //
21
+ // NOTE: iPad1 and iPad2 size = 1024 x 768, iPad3 = 2048 x 1536
22
+ //#define RJ3250WBPOPUPCONTENTSIZE CGSizeMake(400,480)
23
+ #define RJ3250WBPOPUPCONTENTSIZE CGSizeMake(400,548)
24
+ #define RJ3250WBPOPUPCONTENTSIZE_IOS7 CGSizeMake(400,588)
25
+
26
+
27
+ /*
28
+ This class is a subclass of GenericMobileLabelModelPrintSettingsViewController,
29
+ which implements all the major functionality.
30
+
31
+ *** SDK Users:
32
+ DO NOT INSTANTIATE an instance of GenericMobileLabelModelPrintSettingsViewController.
33
+ Always instantiate a model-specific class, e.g. RJ3250WBPrintSettingsViewController
34
+ */
35
+
36
+ @interface RJ3250WBPrintSettingsViewController : GenericMobileLabelModelPrintSettingsViewController
37
+ {
38
+ }
39
+
40
+ @end
41
+
42
+
@@ -0,0 +1,103 @@
1
+ //
2
+ // RJ4030AiPrintSettings.h
3
+ // BMSPrinterKit
4
+ //
5
+ // Created by BMS on 2/9/16.
6
+ // Copyright (c) 2012 Brother Mobile Solutions. All rights reserved.
7
+ //
8
+
9
+ #import <BRLMPrinterKit/GenericMobileLabelModelPrintSettings.h>
10
+
11
+
12
+ @interface RJ4030AiPrintSettings : GenericMobileLabelModelPrintSettings <PrintSettingsDelegate>
13
+
14
+ // These definitions are provided for information only. DO NOT MODIFY!
15
+ // spec section 2.3.1 Resolution
16
+ #define RJ4030Ai_RESOLUTION_HORZ 203
17
+ #define RJ4030Ai_RESOLUTION_VERT 203
18
+ // spec section 2.3.5 Raster Line
19
+ #define RJ4030Ai_HEADSIZEDOTS 832
20
+ // spec section "Select compression mode" command
21
+ // NOTE: This should be same as HEADSIZEDOTS/8. And, it should be same as the # of decompressed bytes.
22
+ // NOTE: Previously, this was 162. But, it appears to be an error in the English Command Ref Guide.
23
+ #define RJ4030Ai_MAX_COMPRESS_LENGTH 104
24
+
25
+ //////////////////////////////////////////////
26
+ // MIN/MAX PAPERWIDTH values are not in spec.
27
+ // Used Windows Printer Driver as reference (which allows 0.47" min and 4.09" max).
28
+ //
29
+ // v1.1.1 UPDATE: According to Ann, MAX_PAPERWIDTH can actually be 4.64" instead of 4.09".
30
+ // However, the printable width can not exceed 832 dots, so setting the paperWidthDots larger than 4.09"
31
+ // will result in the marginWidthDots being increased automatically, but subsequently reducing paperWidthDots
32
+ // will not automatically result in marginWidthDots being decreased back to its previous value.
33
+ // This can be demonstrated using the PrintSettingsViewController.
34
+ //
35
+ // If someone actually has paper that is 4.64" wide, the printed result will NOT BE ANY DIFFERENT whether
36
+ // we allow 4.09" or 4.64" here, because in either case we can't use more than 832 dots, and this will be
37
+ // centered automatically on the wider paper. So, there is no reason to allow 4.64" wide here, since doing so
38
+ // potentially introduces the issue related to marginWidthDots mentioned above.
39
+ // So, let's leave MAX_PAPERWIDTHDOTS at 832 rather than change to (4.64F * RJ4030Ai_RESOLUTION_HORZ)
40
+ //
41
+ // UPDATE2: According to Ann, MIN_PAPERWIDTH is actually 2.00" rather than 0.47".
42
+ // However, in case for some reason someone actually has narrower paper, let's not force this 2" restriction.
43
+ // So, we will keep this value the same as before as well.
44
+ //
45
+ // NOTE: MAXPAPERWIDTH does NOT exceed HEADSIZEDOTS!! (refer to v1.1.1 UPDATE discussion above. This comment
46
+ // here is only relevant in comparison to RJ3 and TD2 models, which are still allowing paper width to EXCEED
47
+ // the headsize, though perhaps we shouldn't allow this for the other models either.)
48
+ #define RJ4030Ai_MIN_PAPERWIDTHDOTS (0.47F * RJ4030Ai_RESOLUTION_HORZ) // 95, was using 203 in 0.9 SDK
49
+ #define RJ4030Ai_MAX_PAPERWIDTHDOTS 832 // NOTE: WinDriver allows 4.09", which is ~832.
50
+ //////////////////////////////////////////////
51
+
52
+ // spec section 2.3.4 Maximum and Minimum Lengths
53
+ #define RJ4030Ai_MIN_PAPERLENGTHDOTS 203 // NOTE: spec says 204 dots, but 203 seems OK.
54
+ #define RJ4030Ai_MAX_PAPERLENGTHDOTS 24094
55
+ // spec section 2.3.3 Feed Amount
56
+ #ifdef OLD
57
+ // IMPORTANT NOTE: For LABEL papertype ONLY, we allow the MIN marginlengthdots to be set to 0.
58
+ // That is, this MIN value here is ignored when papertype = label is specified.
59
+ // Consider the case of a 1.0x0.5" label. A min margin of 0.12" will take up half of the printable length!!
60
+ // This is why we will allow the margin to be set to 0 in this case.
61
+ // Beware that some labels might clip the top if this is set to 0. But, other settings can be tweaked to
62
+ // make it work (such as by setting a larger paperlength and setting the top margin to non-zero.)
63
+ #define RJ4030Ai_MIN_MARGINLENGTHDOTS 24
64
+
65
+ #else
66
+ // Allow 0 now for continuous roll too, as the Esc iUw command generated from this can affect AirPrint.
67
+ // (Of course, AirPrint is N/A for the Bluetooth model. But, I am changing this so it behaves consistently.)
68
+ // However, if this is 0, then the Esc id command will send 0 too. And, the printer may not eject the page
69
+ // enough at the end. So, I am introducing the MIN_PAGEFEEDDOTS definition now, so that if current marginLengthDots
70
+ // is LESS than MIN_PAGEFEEDDOTS, we will send Esc id command using the MIN_PAGEFEEDDOTS value instead.
71
+ // Otherwise, the Esc id command will use the marginLengthDots value as it has in the past.
72
+ //
73
+ // NOTE: If this occurs, the final paper length after tear off will be up to 1/4" longer than the
74
+ // specified paperLengthDots, because the print data will be (up to) the entire paper length, and then the
75
+ // PAGEFEEDDOTS will be added to the final paper length. If you need a specific paperlength, then make sure
76
+ // that marginLengthDots is >= MIN_PAGEFEEDDOTS.
77
+
78
+ #define RJ4030Ai_MIN_MARGINLENGTHDOTS 0
79
+ // v2.3.0 UPDATE: Instead of forcing this MIN_PAGEFEEDDOTS value on EVERY page, which essentially PREVENTS a "no gap"
80
+ // solution if the FW actually supports it, now we only force it on the LAST page, allowing a 0-margin between pages
81
+ // in case the FW allows it. But, we will force this on the LAST page, to assure the FW will eject the page to tear off
82
+ // in case it doesn't automatically behave that way.
83
+ #define RJ4030Ai_MIN_PAGEFEEDDOTS_LASTPAGE 24
84
+
85
+ #endif
86
+
87
+ #define RJ4030Ai_MAX_MARGINLENGTHDOTS 1020 // NOTE: was using 1015 in 0.9 SDK
88
+ // Arbitrarily restrict extraFeed to 11" at 203 dpi. There is no reason to be larger.
89
+ #define RJ4030Ai_MAX_EXTRAFEEDDOTS (11*RJ4030Ai_RESOLUTION_VERT)
90
+
91
+ //*** IMPORTANT ***
92
+ // SDK Users:
93
+ // You should NEVER instantiate an object of the GenericMobileLabelModelPrintSettings class.
94
+ // Instead, you should instantiate one of the model-specific subclasses (i.e. RJ4030AiPrintSettings).
95
+ //
96
+ // For a list of important properties in the settings that your application needs to set,
97
+ // refer to the GenericMobileLabelModelPrintSettings superclass.
98
+
99
+ // SDK Designers:
100
+ // The GenericMobileLabelModelPrintSettings class handles all the important work.
101
+ // This subclass only needs to provide the model-specific data to the generic class.
102
+
103
+ @end
@@ -0,0 +1,41 @@
1
+ //
2
+ // RJ4030AiPrintSettingsViewController.h
3
+ // BMSPrinterKit
4
+ //
5
+ // Created by BMS on 2/9/16.
6
+ // Copyright (c) 2013 Brother Mobile Solutions. All rights reserved.
7
+ //
8
+
9
+ #import <BRLMPrinterKit/GenericMobileLabelModelPrintSettingsViewController.h>
10
+ #import <BRLMPrinterKit/RJ4030AiPrintSettings.h>
11
+
12
+ // This is the DEFAULT popup contentSize for RJ4030AiPrintSettingsViewController.
13
+ //
14
+ // You can override this by setting the "popoverSize" property (defined in the
15
+ // PrintSettingsViewController superclass) to something different
16
+ // before showing the ViewController.
17
+ //
18
+ // The popoverSize setting will be propagated to all of the "child" ViewControllers
19
+ // of the main ViewController so all of the detail views will be the SAME size as each other.
20
+ //
21
+ // NOTE: iPad1 and iPad2 size = 1024 x 768, iPad3 = 2048 x 1536
22
+ #define RJ4030AiPOPUPCONTENTSIZE CGSizeMake(400,480)
23
+ #define RJ4030AiPOPUPCONTENTSIZE_IOS7 CGSizeMake(400,588)
24
+
25
+
26
+ /*
27
+ This class is a subclass of GenericMobileLabelModelPrintSettingsViewController,
28
+ which implements all the major functionality.
29
+
30
+ *** SDK Users:
31
+ DO NOT INSTANTIATE an instance of GenericMobileLabelModelPrintSettingsViewController.
32
+ Always instantiate a model-specific class, e.g. RJ4030AiPrintSettingsViewController
33
+ */
34
+
35
+ @interface RJ4030AiPrintSettingsViewController : GenericMobileLabelModelPrintSettingsViewController
36
+ {
37
+ }
38
+
39
+ @end
40
+
41
+
@@ -0,0 +1,102 @@
1
+ //
2
+ // RJ4040PrintSettings.h
3
+ // BMSPrinterKit
4
+ //
5
+ // Created by BMS on 9/12/12.
6
+ // Copyright (c) 2012 Brother Mobile Solutions. All rights reserved.
7
+ //
8
+
9
+ #import <BRLMPrinterKit/GenericMobileLabelModelPrintSettings.h>
10
+
11
+
12
+ @interface RJ4040PrintSettings : GenericMobileLabelModelPrintSettings <PrintSettingsDelegate>
13
+
14
+ // These definitions are provided for information only. DO NOT MODIFY!
15
+ // spec section 2.3.1 Resolution
16
+ #define RJ4040_RESOLUTION_HORZ 203
17
+ #define RJ4040_RESOLUTION_VERT 203
18
+ // spec section 2.3.5 Raster Line
19
+ #define RJ4040_HEADSIZEDOTS 832
20
+ // spec section "Select compression mode" command
21
+ // NOTE: This should be same as HEADSIZEDOTS/8. And, it should be same as the # of decompressed bytes.
22
+ // NOTE: Previously, this was 162. But, it appears to be an error in the English Command Ref Guide.
23
+ #define RJ4040_MAX_COMPRESS_LENGTH 104
24
+
25
+ //////////////////////////////////////////////
26
+ // MIN/MAX PAPERWIDTH values are not in spec.
27
+ // Used Windows Printer Driver as reference (which allows 0.47" min and 4.09" max).
28
+ //
29
+ // v1.1.1 UPDATE: According to Ann, MAX_PAPERWIDTH can actually be 4.64" instead of 4.09".
30
+ // However, the printable width can not exceed 832 dots, so setting the paperWidthDots larger than 4.09"
31
+ // will result in the marginWidthDots being increased automatically, but subsequently reducing paperWidthDots
32
+ // will not automatically result in marginWidthDots being decreased back to its previous value.
33
+ // This can be demonstrated using the PrintSettingsViewController.
34
+ //
35
+ // If someone actually has paper that is 4.64" wide, the printed result will NOT BE ANY DIFFERENT whether
36
+ // we allow 4.09" or 4.64" here, because in either case we can't use more than 832 dots, and this will be
37
+ // centered automatically on the wider paper. So, there is no reason to allow 4.64" wide here, since doing so
38
+ // potentially introduces the issue related to marginWidthDots mentioned above.
39
+ // So, let's leave MAX_PAPERWIDTHDOTS at 832 rather than change to (4.64F * RJ4040_RESOLUTION_HORZ)
40
+ //
41
+ // UPDATE2: According to Ann, MIN_PAPERWIDTH is actually 2.00" rather than 0.47".
42
+ // However, in case for some reason someone actually has narrower paper, let's not force this 2" restriction.
43
+ // So, we will keep this value the same as before as well.
44
+ //
45
+ // NOTE: MAXPAPERWIDTH does NOT exceed HEADSIZEDOTS!! (refer to v1.1.1 UPDATE discussion above. This comment
46
+ // here is only relevant in comparison to RJ3 and TD2 models, which are still allowing paper width to EXCEED
47
+ // the headsize, though perhaps we shouldn't allow this for the other models either.)
48
+ #define RJ4040_MIN_PAPERWIDTHDOTS (0.47F * RJ4040_RESOLUTION_HORZ) // 95, was using 203 in 0.9 SDK
49
+ #define RJ4040_MAX_PAPERWIDTHDOTS 832 // NOTE: WinDriver allows 4.09", which is ~832.
50
+ //////////////////////////////////////////////
51
+
52
+ // spec section 2.3.4 Maximum and Minimum Lengths
53
+ #define RJ4040_MIN_PAPERLENGTHDOTS 203 // NOTE: spec says 204 dots, but 203 seems OK.
54
+ #define RJ4040_MAX_PAPERLENGTHDOTS 24094
55
+ // spec section 2.3.3 Feed Amount
56
+ #ifdef OLD
57
+ // IMPORTANT NOTE: For LABEL papertype ONLY, we allow the MIN marginlengthdots to be set to 0.
58
+ // That is, this MIN value here is ignored when papertype = label is specified.
59
+ // Consider the case of a 1.0x0.5" label. A min margin of 0.12" will take up half of the printable length!!
60
+ // This is why we will allow the margin to be set to 0 in this case.
61
+ // Beware that some labels might clip the top if this is set to 0. But, other settings can be tweaked to
62
+ // make it work (such as by setting a larger paperlength and setting the top margin to non-zero.)
63
+ #define RJ4040_MIN_MARGINLENGTHDOTS 24
64
+
65
+ #else
66
+ // Allow 0 now for continuous roll too, as the Esc iUw command generated from this can affect AirPrint.
67
+ // However, if this is 0, then the Esc id command will send 0 too. And, the printer may not eject the page
68
+ // enough at the end. So, I am introducing the MIN_PAGEFEEDDOTS definition now, so that if current marginLengthDots
69
+ // is LESS than MIN_PAGEFEEDDOTS, we will send Esc id command using the MIN_PAGEFEEDDOTS value instead.
70
+ // Otherwise, the Esc id command will use the marginLengthDots value as it has in the past.
71
+ //
72
+ // NOTE: If this occurs, the final paper length after tear off will be up to 1/4" longer than the
73
+ // specified paperLengthDots, because the print data will be (up to) the entire paper length, and then the
74
+ // PAGEFEEDDOTS will be added to the final paper length. If you need a specific paperlength, then make sure
75
+ // that marginLengthDots is >= MIN_PAGEFEEDDOTS.
76
+
77
+ #define RJ4040_MIN_MARGINLENGTHDOTS 0
78
+ // v2.3.0 UPDATE: Instead of forcing this MIN_PAGEFEEDDOTS value on EVERY page, which essentially PREVENTS a "no gap"
79
+ // solution if the FW actually supports it, now we only force it on the LAST page, allowing a 0-margin between pages
80
+ // in case the FW allows it. But, we will force this on the LAST page, to assure the FW will eject the page to tear off
81
+ // in case it doesn't automatically behave that way.
82
+ #define RJ4040_MIN_PAGEFEEDDOTS_LASTPAGE 24
83
+
84
+ #endif
85
+
86
+ #define RJ4040_MAX_MARGINLENGTHDOTS 1020 // NOTE: was using 1015 in 0.9 SDK
87
+ // Arbitrarily restrict extraFeed to 11" at 203 dpi. There is no reason to be larger.
88
+ #define RJ4040_MAX_EXTRAFEEDDOTS (11*RJ4040_RESOLUTION_VERT)
89
+
90
+ //*** IMPORTANT ***
91
+ // SDK Users:
92
+ // You should NEVER instantiate an object of the GenericMobileLabelModelPrintSettings class.
93
+ // Instead, you should instantiate one of the model-specific subclasses (i.e. RJ4040PrintSettings).
94
+ //
95
+ // For a list of important properties in the settings that your application needs to set,
96
+ // refer to the GenericMobileLabelModelPrintSettings superclass.
97
+
98
+ // SDK Designers:
99
+ // The GenericMobileLabelModelPrintSettings class handles all the important work.
100
+ // This subclass only needs to provide the model-specific data to the generic class.
101
+
102
+ @end
@@ -0,0 +1,41 @@
1
+ //
2
+ // RJ4040PrintSettingsViewController.h
3
+ // BMSPrinterKit
4
+ //
5
+ // Created by BMS on 1/30/13.
6
+ // Copyright (c) 2013 Brother Mobile Solutions. All rights reserved.
7
+ //
8
+
9
+ #import <BRLMPrinterKit/GenericMobileLabelModelPrintSettingsViewController.h>
10
+ #import <BRLMPrinterKit/RJ4040PrintSettings.h>
11
+
12
+ // This is the DEFAULT popup contentSize for RJ4040PrintSettingsViewController.
13
+ //
14
+ // You can override this by setting the "popoverSize" property (defined in the
15
+ // PrintSettingsViewController superclass) to something different
16
+ // before showing the ViewController.
17
+ //
18
+ // The popoverSize setting will be propagated to all of the "child" ViewControllers
19
+ // of the main ViewController so all of the detail views will be the SAME size as each other.
20
+ //
21
+ // NOTE: iPad1 and iPad2 size = 1024 x 768, iPad3 = 2048 x 1536
22
+ #define RJ4040POPUPCONTENTSIZE CGSizeMake(400,480)
23
+ #define RJ4040POPUPCONTENTSIZE_IOS7 CGSizeMake(400,588)
24
+
25
+
26
+ /*
27
+ This class is a subclass of GenericMobileLabelModelPrintSettingsViewController,
28
+ which implements all the major functionality.
29
+
30
+ *** SDK Users:
31
+ DO NOT INSTANTIATE an instance of GenericMobileLabelModelPrintSettingsViewController.
32
+ Always instantiate a model-specific class, e.g. RJ4040PrintSettingsViewController
33
+ */
34
+
35
+ @interface RJ4040PrintSettingsViewController : GenericMobileLabelModelPrintSettingsViewController
36
+ {
37
+ }
38
+
39
+ @end
40
+
41
+
@@ -0,0 +1,107 @@
1
+ //
2
+ // RJ4230BPrintSettings.h
3
+ // BMSPrinterKit
4
+ //
5
+ // Created by BMS on 1/19/18.
6
+ // Copyright (c) 2018 Brother Mobile Solutions. All rights reserved.
7
+ //
8
+
9
+ #import <BRLMPrinterKit/GenericMobileLabelModelPrintSettings.h>
10
+
11
+
12
+ @interface RJ4230BPrintSettings : GenericMobileLabelModelPrintSettings <PrintSettingsDelegate>
13
+
14
+ // These definitions are provided for information only. DO NOT MODIFY!
15
+ // spec section 2.3.1 Resolution
16
+ #define RJ4230B_RESOLUTION_HORZ 203
17
+ #define RJ4230B_RESOLUTION_VERT 203
18
+ // spec section 2.3.5 Raster Line
19
+ #define RJ4230B_HEADSIZEDOTS 832
20
+ // spec section "Select compression mode" command
21
+ // NOTE: This should be same as HEADSIZEDOTS/8. And, it should be same as the # of decompressed bytes.
22
+ // NOTE: Previously, this was 162. But, it appears to be an error in the English Command Ref Guide.
23
+ #define RJ4230B_MAX_COMPRESS_LENGTH 104
24
+
25
+ //////////////////////////////////////////////
26
+ // MIN/MAX PAPERWIDTH values are not in spec.
27
+ // Used Windows Printer Driver as reference (which allows 0.47" min and 4.09" max).
28
+ //
29
+ // v1.1.1 UPDATE: According to Ann, MAX_PAPERWIDTH can actually be 4.64" instead of 4.09".
30
+ // However, the printable width can not exceed 832 dots, so setting the paperWidthDots larger than 4.09"
31
+ // will result in the marginWidthDots being increased automatically, but subsequently reducing paperWidthDots
32
+ // will not automatically result in marginWidthDots being decreased back to its previous value.
33
+ // This can be demonstrated using the PrintSettingsViewController.
34
+ //
35
+ // If someone actually has paper that is 4.64" wide, the printed result will NOT BE ANY DIFFERENT whether
36
+ // we allow 4.09" or 4.64" here, because in either case we can't use more than 832 dots, and this will be
37
+ // centered automatically on the wider paper. So, there is no reason to allow 4.64" wide here, since doing so
38
+ // potentially introduces the issue related to marginWidthDots mentioned above.
39
+ // So, let's leave MAX_PAPERWIDTHDOTS at 832 rather than change to (4.64F * RJ4230B_RESOLUTION_HORZ)
40
+ //
41
+ // UPDATE2: According to Ann, MIN_PAPERWIDTH is actually 2.00" rather than 0.47".
42
+ // However, in case for some reason someone actually has narrower paper, let's not force this 2" restriction.
43
+ // So, we will keep this value the same as before as well.
44
+ //
45
+ // NOTE: MAXPAPERWIDTH does NOT exceed HEADSIZEDOTS!! (refer to v1.1.1 UPDATE discussion above. This comment
46
+ // here is only relevant in comparison to RJ3 and TD2 models, which are still allowing paper width to EXCEED
47
+ // the headsize, though perhaps we shouldn't allow this for the other models either.)
48
+ #define RJ4230B_MIN_PAPERWIDTHDOTS (0.47F * RJ4230B_RESOLUTION_HORZ) // 95, was using 203 in 0.9 SDK
49
+ #define RJ4230B_MAX_PAPERWIDTHDOTS 912 // NOTE: WinDriver allows 4.49", which is ~912.
50
+ //////////////////////////////////////////////
51
+
52
+ // spec section 2.3.4 Maximum and Minimum Lengths
53
+ #define RJ4230B_MIN_PAPERLENGTHDOTS 203 // NOTE: spec says 204 dots, but 203 seems OK.
54
+ #define RJ4230B_MAX_PAPERLENGTHDOTS 23977 // Spec 1.04 says this instead of 24094
55
+
56
+ // spec section 2.3.3 Feed Amount
57
+ #ifdef OLD
58
+ // IMPORTANT NOTE: For LABEL papertype ONLY, we allow the MIN marginlengthdots to be set to 0.
59
+ // That is, this MIN value here is ignored when papertype = label is specified.
60
+ // Consider the case of a 1.0x0.5" label. A min margin of 0.12" will take up half of the printable length!!
61
+ // This is why we will allow the margin to be set to 0 in this case.
62
+ // Beware that some labels might clip the top if this is set to 0. But, other settings can be tweaked to
63
+ // make it work (such as by setting a larger paperlength and setting the top margin to non-zero.)
64
+ #define RJ4230B_MIN_MARGINLENGTHDOTS 24
65
+
66
+ #else
67
+ // Allow 0 now for continuous roll too, as the Esc iUw command generated from this can affect AirPrint.
68
+ // (Of course, AirPrint is N/A for the Bluetooth model. But, I am changing this so it behaves consistently.)
69
+ // However, if this is 0, then the Esc id command will send 0 too. And, the printer may not eject the page
70
+ // enough at the end. So, I am introducing the MIN_PAGEFEEDDOTS definition now, so that if current marginLengthDots
71
+ // is LESS than MIN_PAGEFEEDDOTS, we will send Esc id command using the MIN_PAGEFEEDDOTS value instead.
72
+ // Otherwise, the Esc id command will use the marginLengthDots value as it has in the past.
73
+ //
74
+ // NOTE: If this occurs, the final paper length after tear off will be up to 1/4" longer than the
75
+ // specified paperLengthDots, because the print data will be (up to) the entire paper length, and then the
76
+ // PAGEFEEDDOTS will be added to the final paper length. If you need a specific paperlength, then make sure
77
+ // that marginLengthDots is >= MIN_PAGEFEEDDOTS.
78
+
79
+ #define RJ4230B_MIN_MARGINLENGTHDOTS 0
80
+ // v2.3.0 UPDATE: Instead of forcing this MIN_PAGEFEEDDOTS value on EVERY page, which essentially PREVENTS a "no gap"
81
+ // solution if the FW actually supports it, now we only force it on the LAST page, allowing a 0-margin between pages
82
+ // in case the FW allows it. But, we will force this on the LAST page, to assure the FW will eject the page to tear off
83
+ // in case it doesn't automatically behave that way.
84
+ #define RJ4230B_MIN_PAGEFEEDDOTS_LASTPAGE 24
85
+
86
+ #endif
87
+
88
+ #define RJ4230B_MAX_MARGINLENGTHDOTS 1020
89
+ // Arbitrarily restrict extraFeed to 11" at 203 dpi. There is no reason to be larger.
90
+ #define RJ4230B_MAX_EXTRAFEEDDOTS (11*RJ4230B_RESOLUTION_VERT)
91
+
92
+ //*** IMPORTANT ***
93
+ // SDK Users:
94
+ // You should NEVER instantiate an object of the GenericMobileLabelModelPrintSettings class.
95
+ // Instead, you should instantiate one of the model-specific subclasses (i.e. RJ4230BPrintSettings).
96
+ //
97
+ // For a list of important properties in the settings that your application needs to set,
98
+ // refer to the GenericMobileLabelModelPrintSettings superclass.
99
+
100
+ // SDK Designers:
101
+ // The GenericMobileLabelModelPrintSettings class handles all the important work.
102
+ // This subclass only needs to provide the model-specific data to the generic class.
103
+
104
+ //*** ADDITIONAL PROPERTIES not handled by GenericMobileLabelModelPrintSettings
105
+ @property (nonatomic, assign) BOOL invert180degrees;
106
+
107
+ @end
@@ -0,0 +1,42 @@
1
+ //
2
+ // RJ4230BPrintSettingsViewController.h
3
+ // BMSPrinterKit
4
+ //
5
+ // Created by BMS on 1/19/18.
6
+ // Copyright (c) 2018 Brother Mobile Solutions. All rights reserved.
7
+ //
8
+
9
+ #import <BRLMPrinterKit/GenericMobileLabelModelPrintSettingsViewController.h>
10
+ #import <BRLMPrinterKit/RJ4230BPrintSettings.h>
11
+ #import <BRLMPrinterKit/PrintSettingTableViewController.h>
12
+
13
+ // This is the DEFAULT popup contentSize for RJ4230BPrintSettingsViewController.
14
+ //
15
+ // You can override this by setting the "popoverSize" property (defined in the
16
+ // PrintSettingsViewController superclass) to something different
17
+ // before showing the ViewController.
18
+ //
19
+ // The popoverSize setting will be propagated to all of the "child" ViewControllers
20
+ // of the main ViewController so all of the detail views will be the SAME size as each other.
21
+ //
22
+ // NOTE: iPad1 and iPad2 size = 1024 x 768, iPad3 = 2048 x 1536
23
+ //#define RJ3050AiPOPUPCONTENTSIZE CGSizeMake(400,480)
24
+ #define RJ4230BPOPUPCONTENTSIZE CGSizeMake(400,548)
25
+ #define RJ4230BPOPUPCONTENTSIZE_IOS7 CGSizeMake(400,588)
26
+
27
+
28
+ /*
29
+ This class is a subclass of GenericMobileLabelModelPrintSettingsViewController,
30
+ which implements all the major functionality.
31
+
32
+ *** SDK Users:
33
+ DO NOT INSTANTIATE an instance of GenericMobileLabelModelPrintSettingsViewController.
34
+ Always instantiate a model-specific class, e.g. RJ4230BPrintSettingsViewController
35
+ */
36
+ @interface RJ4230BPrintSettingsViewController : GenericMobileLabelModelPrintSettingsViewController
37
+ {
38
+ }
39
+
40
+ @end
41
+
42
+
@@ -0,0 +1,108 @@
1
+ //
2
+ // RJ4250WBPrintSettings.h
3
+ // BMSPrinterKit
4
+ //
5
+ // Created by BMS on 9/19/18.
6
+ // Copyright (c) 2018 Brother Mobile Solutions. All rights reserved.
7
+ //
8
+
9
+ #import <BRLMPrinterKit/GenericMobileLabelModelPrintSettings.h>
10
+
11
+
12
+ @interface RJ4250WBPrintSettings : GenericMobileLabelModelPrintSettings <PrintSettingsDelegate>
13
+
14
+ // These definitions are provided for information only. DO NOT MODIFY!
15
+ // spec section 2.3.1 Resolution
16
+ #define RJ4250WB_RESOLUTION_HORZ 203
17
+ #define RJ4250WB_RESOLUTION_VERT 203
18
+ // spec section 2.3.5 Raster Line
19
+ #define RJ4250WB_HEADSIZEDOTS 832
20
+ // spec section "Select compression mode" command
21
+ // NOTE: This should be same as HEADSIZEDOTS/8. And, it should be same as the # of decompressed bytes.
22
+ // NOTE: Previously, this was 162. But, it appears to be an error in the English Command Ref Guide.
23
+ #define RJ4250WB_MAX_COMPRESS_LENGTH 104
24
+
25
+ //////////////////////////////////////////////
26
+ // MIN/MAX PAPERWIDTH values are not in spec.
27
+ // Used Windows Printer Driver as reference (which allows 0.47" min and 4.09" max).
28
+ //
29
+ // v1.1.1 UPDATE: According to Ann, MAX_PAPERWIDTH can actually be 4.64" instead of 4.09".
30
+ // However, the printable width can not exceed 832 dots, so setting the paperWidthDots larger than 4.09"
31
+ // will result in the marginWidthDots being increased automatically, but subsequently reducing paperWidthDots
32
+ // will not automatically result in marginWidthDots being decreased back to its previous value.
33
+ // This can be demonstrated using the PrintSettingsViewController.
34
+ //
35
+ // If someone actually has paper that is 4.64" wide, the printed result will NOT BE ANY DIFFERENT whether
36
+ // we allow 4.09" or 4.64" here, because in either case we can't use more than 832 dots, and this will be
37
+ // centered automatically on the wider paper. So, there is no reason to allow 4.64" wide here, since doing so
38
+ // potentially introduces the issue related to marginWidthDots mentioned above.
39
+ // So, let's leave MAX_PAPERWIDTHDOTS at 832 rather than change to (4.64F * RJ4250WB_RESOLUTION_HORZ)
40
+ //
41
+ // UPDATE2: According to Ann, MIN_PAPERWIDTH is actually 2.00" rather than 0.47".
42
+ // However, in case for some reason someone actually has narrower paper, let's not force this 2" restriction.
43
+ // So, we will keep this value the same as before as well.
44
+ //
45
+ // NOTE: MAXPAPERWIDTH does NOT exceed HEADSIZEDOTS!! (refer to v1.1.1 UPDATE discussion above. This comment
46
+ // here is only relevant in comparison to RJ3 and TD2 models, which are still allowing paper width to EXCEED
47
+ // the headsize, though perhaps we shouldn't allow this for the other models either.)
48
+ #define RJ4250WB_MIN_PAPERWIDTHDOTS (0.47F * RJ4250WB_RESOLUTION_HORZ) // 95, was using 203 in 0.9 SDK
49
+ #define RJ4250WB_MAX_PAPERWIDTHDOTS 912 // NOTE: WinDriver allows 4.49", which is ~912.
50
+ //////////////////////////////////////////////
51
+
52
+ // spec section 2.3.4 Maximum and Minimum Lengths
53
+ #define RJ4250WB_MIN_PAPERLENGTHDOTS 203 // NOTE: spec says 204 dots, but 203 seems OK.
54
+ #define RJ4250WB_MAX_PAPERLENGTHDOTS 23977 // Spec 1.04 says this instead of 24094
55
+
56
+ // spec section 2.3.3 Feed Amount
57
+ #ifdef OLD
58
+ // IMPORTANT NOTE: For LABEL papertype ONLY, we allow the MIN marginlengthdots to be set to 0.
59
+ // That is, this MIN value here is ignored when papertype = label is specified.
60
+ // Consider the case of a 1.0x0.5" label. A min margin of 0.12" will take up half of the printable length!!
61
+ // This is why we will allow the margin to be set to 0 in this case.
62
+ // Beware that some labels might clip the top if this is set to 0. But, other settings can be tweaked to
63
+ // make it work (such as by setting a larger paperlength and setting the top margin to non-zero.)
64
+ #define RJ4250WB_MIN_MARGINLENGTHDOTS 24
65
+
66
+ #else
67
+ // Allow 0 now for continuous roll too, as the Esc iUw command generated from this can affect AirPrint.
68
+ // (Of course, AirPrint is N/A for the Bluetooth model. But, I am changing this so it behaves consistently.)
69
+ // However, if this is 0, then the Esc id command will send 0 too. And, the printer may not eject the page
70
+ // enough at the end. So, I am introducing the MIN_PAGEFEEDDOTS definition now, so that if current marginLengthDots
71
+ // is LESS than MIN_PAGEFEEDDOTS, we will send Esc id command using the MIN_PAGEFEEDDOTS value instead.
72
+ // Otherwise, the Esc id command will use the marginLengthDots value as it has in the past.
73
+ //
74
+ // NOTE: If this occurs, the final paper length after tear off will be up to 1/4" longer than the
75
+ // specified paperLengthDots, because the print data will be (up to) the entire paper length, and then the
76
+ // PAGEFEEDDOTS will be added to the final paper length. If you need a specific paperlength, then make sure
77
+ // that marginLengthDots is >= MIN_PAGEFEEDDOTS.
78
+
79
+ #define RJ4250WB_MIN_MARGINLENGTHDOTS 0
80
+ // v2.3.0 UPDATE: Instead of forcing this MIN_PAGEFEEDDOTS value on EVERY page, which essentially PREVENTS a "no gap"
81
+ // solution if the FW actually supports it, now we only force it on the LAST page, allowing a 0-margin between pages
82
+ // in case the FW allows it. But, we will force this on the LAST page, to assure the FW will eject the page to tear off
83
+ // in case it doesn't automatically behave that way.
84
+ #define RJ4250WB_MIN_PAGEFEEDDOTS_LASTPAGE 24
85
+
86
+ #endif
87
+
88
+ #define RJ4250WB_MAX_MARGINLENGTHDOTS 1020
89
+ // Arbitrarily restrict extraFeed to 11" at 203 dpi. There is no reason to be larger.
90
+ #define RJ4250WB_MAX_EXTRAFEEDDOTS (11*RJ4250WB_RESOLUTION_VERT)
91
+
92
+ //*** IMPORTANT ***
93
+ // SDK Users:
94
+ // You should NEVER instantiate an object of the GenericMobileLabelModelPrintSettings class.
95
+ // Instead, you should instantiate one of the model-specific subclasses (i.e. RJ4250WBPrintSettings).
96
+ //
97
+ // For a list of important properties in the settings that your application needs to set,
98
+ // refer to the GenericMobileLabelModelPrintSettings superclass.
99
+
100
+ // SDK Designers:
101
+ // The GenericMobileLabelModelPrintSettings class handles all the important work.
102
+ // This subclass only needs to provide the model-specific data to the generic class.
103
+
104
+ //*** ADDITIONAL PROPERTIES not handled by GenericMobileLabelModelPrintSettings
105
+ @property (nonatomic, assign) BOOL invert180degrees;
106
+
107
+
108
+ @end
@@ -0,0 +1,42 @@
1
+ //
2
+ // RJ4250WBPrintSettingsViewController.h
3
+ // BMSPrinterKit
4
+ //
5
+ // Created by BMS on 9/19/18.
6
+ // Copyright (c) 2018 Brother Mobile Solutions. All rights reserved.
7
+ //
8
+
9
+ #import <BRLMPrinterKit/GenericMobileLabelModelPrintSettingsViewController.h>
10
+ #import <BRLMPrinterKit/RJ4250WBPrintSettings.h>
11
+ #import <BRLMPrinterKit/PrintSettingTableViewController.h>
12
+
13
+ // This is the DEFAULT popup contentSize for RJ4250WBPrintSettingsViewController.
14
+ //
15
+ // You can override this by setting the "popoverSize" property (defined in the
16
+ // PrintSettingsViewController superclass) to something different
17
+ // before showing the ViewController.
18
+ //
19
+ // The popoverSize setting will be propagated to all of the "child" ViewControllers
20
+ // of the main ViewController so all of the detail views will be the SAME size as each other.
21
+ //
22
+ // NOTE: iPad1 and iPad2 size = 1024 x 768, iPad3 = 2048 x 1536
23
+ //#define RJ3050AiPOPUPCONTENTSIZE CGSizeMake(400,480)
24
+ #define RJ4250WBPOPUPCONTENTSIZE CGSizeMake(400,548)
25
+ #define RJ4250WBPOPUPCONTENTSIZE_IOS7 CGSizeMake(400,588)
26
+
27
+
28
+ /*
29
+ This class is a subclass of GenericMobileLabelModelPrintSettingsViewController,
30
+ which implements all the major functionality.
31
+
32
+ *** SDK Users:
33
+ DO NOT INSTANTIATE an instance of GenericMobileLabelModelPrintSettingsViewController.
34
+ Always instantiate a model-specific class, e.g. RJ4250WBPrintSettingsViewController
35
+ */
36
+ @interface RJ4250WBPrintSettingsViewController : GenericMobileLabelModelPrintSettingsViewController
37
+ {
38
+ }
39
+
40
+ @end
41
+
42
+