@rdlabo/capacitor-brotherprint 0.0.5 → 2.0.0-1

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 (309) hide show
  1. package/README.md +9 -8
  2. package/RdlaboCapacitorBrotherprint.podspec +8 -2
  3. package/dist/docs.json +259 -0
  4. package/dist/esm/definitions.d.ts +7 -5
  5. package/dist/esm/definitions.js +1 -0
  6. package/dist/esm/definitions.js.map +1 -1
  7. package/dist/esm/index.d.ts +3 -0
  8. package/dist/esm/index.js +6 -0
  9. package/dist/esm/index.js.map +1 -1
  10. package/dist/esm/web.d.ts +0 -2
  11. package/dist/esm/web.js +6 -25
  12. package/dist/esm/web.js.map +1 -1
  13. package/dist/plugin.cjs.js +43 -0
  14. package/dist/plugin.cjs.js.map +1 -0
  15. package/dist/plugin.js +19 -25
  16. package/dist/plugin.js.map +1 -1
  17. package/ios/Plugin/module.modulemap +9 -0
  18. package/ios/Plugin.xcodeproj/project.pbxproj +7 -7
  19. package/ios/Plugin.xcodeproj/xcuserdata/sakakibara.xcuserdatad/xcschemes/xcschememanagement.plist +14 -1
  20. package/ios/Plugin.xcworkspace/xcuserdata/sakakibara.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  21. package/ios/Podfile +2 -1
  22. package/ios/Podfile.lock +8 -1
  23. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/BRLMPrinterKit +0 -0
  24. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/BluetoothViewController.nib +0 -0
  25. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/CutterViewController.nib +0 -0
  26. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/ExtraFeedViewController.nib +0 -0
  27. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/GenericMobileLabelModelPaperSizeViewController.nib +0 -0
  28. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BMSPrinterDriver.h +0 -0
  29. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BMSPrinterKit.h +0 -0
  30. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRCustomPaperInfoCommand.h +0 -0
  31. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMChannel.h +0 -0
  32. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMCustomPaperSize.h +0 -0
  33. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMError.h +0 -0
  34. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMGetStatusError.h +0 -0
  35. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMMWPrintSettings.h +0 -0
  36. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMOpenChannelError.h +0 -0
  37. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMPJPrintSettings.h +0 -0
  38. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMPJPrintSettingsCustomPaperSize.h +0 -0
  39. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMPJPrintSettingsPaperSize.h +0 -0
  40. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMPTPrintSettings.h +0 -0
  41. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMPrintError.h +0 -0
  42. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMPrintImageSettings.h +0 -0
  43. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMPrintSettingsProtocol.h +0 -0
  44. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMPrinterClassifier.h +0 -0
  45. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMPrinterDefine.h +0 -0
  46. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMPrinterDriver.h +0 -0
  47. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMPrinterDriverGenerator.h +0 -0
  48. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMPrinterKit+BRPtouchPrinterKit+BMSPrinterKit.h +0 -0
  49. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMPrinterKit.h +0 -0
  50. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMPrinterStatus.h +0 -0
  51. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMQLPrintSettings.h +0 -0
  52. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMRJPrintSettings.h +0 -0
  53. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMTDPrintSettings.h +0 -0
  54. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRLMValidatePrintSettings.h +0 -0
  55. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRPtouchBLEManager.h +0 -0
  56. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRPtouchBatteryInfo.h +0 -0
  57. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRPtouchBluetoothManager.h +0 -0
  58. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRPtouchDeviceInfo.h +0 -0
  59. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRPtouchLabelInfoStatus.h +0 -0
  60. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRPtouchLabelParam.h +0 -0
  61. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRPtouchNetworkManager.h +0 -0
  62. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRPtouchPrintInfo.h +0 -0
  63. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRPtouchPrinter.h +0 -0
  64. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRPtouchPrinterData.h +0 -0
  65. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRPtouchPrinterKit.h +0 -0
  66. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRPtouchPrinterStatus.h +0 -0
  67. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/BRPtouchTemplateInfo.h +0 -0
  68. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/GenericMobileLabelModelPrintSettings.h +0 -0
  69. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/GenericMobileLabelModelPrintSettingsViewController.h +0 -0
  70. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/GenericPocketJetPrintSettings.h +0 -0
  71. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/GenericPocketJetPrintSettingsViewController.h +0 -0
  72. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/PJ673PrintSettings.h +0 -0
  73. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/PJ673PrintSettingsViewController.h +0 -0
  74. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/PJ763MFIPrintSettingsViewController.h +0 -0
  75. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/PJ763MFiPrintSettings.h +0 -0
  76. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/PJ773PrintSettings.h +0 -0
  77. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/PJ773PrintSettingsViewController.h +0 -0
  78. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/PrintSettingTableViewController.h +0 -0
  79. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/PrintSettings.h +0 -0
  80. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/PrintSettingsViewController.h +0 -0
  81. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ2050PrintSettings.h +0 -0
  82. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ2050PrintSettingsViewController.h +0 -0
  83. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ2140PrintSettings.h +0 -0
  84. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ2140PrintSettingsViewController.h +0 -0
  85. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ2150PrintSettings.h +0 -0
  86. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ2150PrintSettingsViewController.h +0 -0
  87. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ3050AIPrintSettings.h +0 -0
  88. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ3050AiPrintSettingsViewController.h +0 -0
  89. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ3050PrintSettings.h +0 -0
  90. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ3050PrintSettingsViewController.h +0 -0
  91. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ3150AiPrintSettings.h +0 -0
  92. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ3150AiPrintSettingsViewController.h +0 -0
  93. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ3150PrintSettings.h +0 -0
  94. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ3150PrintSettingsViewController.h +0 -0
  95. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ4030AiPrintSettings.h +0 -0
  96. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ4030AiPrintSettingsViewController.h +0 -0
  97. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ4040PrintSettings.h +0 -0
  98. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ4040PrintSettingsViewController.h +0 -0
  99. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ4230BPrintSettings.h +0 -0
  100. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ4230BPrintSettingsViewController.h +0 -0
  101. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ4250WBPrintSettings.h +0 -0
  102. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/RJ4250WBPrintSettingsViewController.h +0 -0
  103. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/TD2120NPrintSettings.h +0 -0
  104. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/TD2120NPrintSettingsViewController.h +0 -0
  105. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/TD2130NPrintSettings.h +0 -0
  106. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/TD2130NPrintSettingsViewController.h +0 -0
  107. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/TD4550DNWBPrintSettings.h +0 -0
  108. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Headers/TD4550DNWBPrintSettingsViewController.h +0 -0
  109. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/IPAddressHelp.pdf +0 -0
  110. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/IPAddressViewController.nib +0 -0
  111. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/Info.plist +0 -0
  112. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/MarginViewController.nib +0 -0
  113. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/PJCustomPaperViewController.nib +0 -0
  114. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/PrintProgressViewControllerWithFilename_BMSSDK~ipad.nib +0 -0
  115. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/PrintProgressViewControllerWithFilename_BMSSDK~iphone.nib +0 -0
  116. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/PrintProgressViewController_BMSSDK~ipad.nib +0 -0
  117. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/PrintProgressViewController_BMSSDK~iphone.nib +0 -0
  118. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/PrinterList.plist +0 -0
  119. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/ThresholdViewController.nib +0 -0
  120. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bsj673ad.ptd +0 -0
  121. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bspe55ad.ptd +0 -0
  122. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bspp75ad.ptd +0 -0
  123. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bsq71wad.ptd +0 -0
  124. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bsq72wad.ptd +0 -0
  125. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bsr305ad.ptd +0 -0
  126. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bsr315ad.ptd +0 -0
  127. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bsr403ad.txt +0 -0
  128. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bsr403aiad.txt +0 -0
  129. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bsr404ad.ptd +0 -0
  130. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bsr404ad.txt +0 -0
  131. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bsr423ad.txt +0 -0
  132. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bsr425ad.txt +0 -0
  133. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bst212ad.ptd +0 -0
  134. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bst213ad.ptd +0 -0
  135. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bst40ad.txt +0 -0
  136. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bst41nad.txt +0 -0
  137. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bst441ad.txt +0 -0
  138. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bst442ad.txt +0 -0
  139. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bst451ad.txt +0 -0
  140. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bst452ad.txt +0 -0
  141. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/bst455ad.txt +0 -0
  142. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/checkbox_checked.png +0 -0
  143. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/checkbox_unchecked.png +0 -0
  144. package/ios/{BRLMPrinterKit.framework → Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework}/en.lproj/InfoPlist.strings +0 -0
  145. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/modulemap/module.modulemap +9 -0
  146. package/ios/Pods/BRLMPrinterKit/LICENSE +19 -0
  147. package/ios/Pods/BRLMPrinterKit/README.md +34 -0
  148. package/ios/Pods/Manifest.lock +8 -1
  149. package/ios/Pods/Pods.xcodeproj/project.pbxproj +294 -171
  150. package/ios/Pods/Pods.xcodeproj/xcuserdata/sakakibara.xcuserdatad/xcschemes/BRLMPrinterKit.xcscheme +60 -0
  151. package/ios/Pods/Pods.xcodeproj/xcuserdata/sakakibara.xcuserdatad/xcschemes/Capacitor.xcscheme +13 -11
  152. package/ios/Pods/Pods.xcodeproj/xcuserdata/sakakibara.xcuserdatad/xcschemes/CapacitorCordova.xcscheme +1 -1
  153. package/ios/Pods/Pods.xcodeproj/xcuserdata/sakakibara.xcuserdatad/xcschemes/Pods-Plugin.xcscheme +1 -1
  154. package/ios/Pods/Pods.xcodeproj/xcuserdata/sakakibara.xcuserdatad/xcschemes/Pods-PluginTests.xcscheme +1 -1
  155. package/ios/Pods/Pods.xcodeproj/xcuserdata/sakakibara.xcuserdatad/xcschemes/xcschememanagement.plist +11 -4
  156. package/ios/Pods/Target Support Files/BRLMPrinterKit/BRLMPrinterKit.debug.xcconfig +11 -0
  157. package/ios/Pods/Target Support Files/BRLMPrinterKit/BRLMPrinterKit.release.xcconfig +11 -0
  158. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-acknowledgements.markdown +23 -0
  159. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-acknowledgements.plist +29 -0
  160. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.debug.xcconfig +3 -2
  161. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.release.xcconfig +3 -2
  162. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-acknowledgements.markdown +23 -0
  163. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-acknowledgements.plist +29 -0
  164. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-frameworks.sh +2 -0
  165. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.debug.xcconfig +3 -2
  166. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.release.xcconfig +3 -2
  167. package/package.json +29 -16
  168. package/android/.DS_Store +0 -0
  169. package/android/.npmignore +0 -1
  170. package/android/src/main/java/jp/rdlabo/capacitor/plugin/brotherprint/.DS_Store +0 -0
  171. package/ios/.DS_Store +0 -0
  172. package/ios/BRLMPrinterKit.framework/BluetoothViewController.nib +0 -0
  173. package/ios/BRLMPrinterKit.framework/CutterViewController.nib +0 -0
  174. package/ios/BRLMPrinterKit.framework/ExtraFeedViewController.nib +0 -0
  175. package/ios/BRLMPrinterKit.framework/GenericMobileLabelModelPaperSizeViewController.nib +0 -0
  176. package/ios/BRLMPrinterKit.framework/IPAddressHelpViewController.nib +0 -0
  177. package/ios/BRLMPrinterKit.framework/IPAddressViewController.nib +0 -0
  178. package/ios/BRLMPrinterKit.framework/MarginViewController.nib +0 -0
  179. package/ios/BRLMPrinterKit.framework/PJCustomPaperViewController.nib +0 -0
  180. package/ios/BRLMPrinterKit.framework/PrintProgressViewControllerWithFilename_BMSSDK~ipad.nib +0 -0
  181. package/ios/BRLMPrinterKit.framework/PrintProgressViewControllerWithFilename_BMSSDK~iphone.nib +0 -0
  182. package/ios/BRLMPrinterKit.framework/PrintProgressViewController_BMSSDK~ipad.nib +0 -0
  183. package/ios/BRLMPrinterKit.framework/PrintProgressViewController_BMSSDK~iphone.nib +0 -0
  184. package/ios/BRLMPrinterKit.framework/ThresholdViewController.nib +0 -0
  185. package/ios/Plugin/.DS_Store +0 -0
  186. package/ios/Pods/BRLMPrinterKit.framework/BRLMPrinterKit +0 -0
  187. package/ios/Pods/BRLMPrinterKit.framework/BluetoothViewController.nib +0 -0
  188. package/ios/Pods/BRLMPrinterKit.framework/CutterViewController.nib +0 -0
  189. package/ios/Pods/BRLMPrinterKit.framework/ExtraFeedViewController.nib +0 -0
  190. package/ios/Pods/BRLMPrinterKit.framework/GenericMobileLabelModelPaperSizeViewController.nib +0 -0
  191. package/ios/Pods/BRLMPrinterKit.framework/Headers/BMSPrinterDriver.h +0 -727
  192. package/ios/Pods/BRLMPrinterKit.framework/Headers/BMSPrinterKit.h +0 -60
  193. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRCustomPaperInfoCommand.h +0 -107
  194. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMChannel.h +0 -33
  195. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMCustomPaperSize.h +0 -69
  196. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMError.h +0 -25
  197. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMGetStatusError.h +0 -27
  198. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMMWPrintSettings.h +0 -35
  199. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMOpenChannelError.h +0 -27
  200. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettings.h +0 -84
  201. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettingsCustomPaperSize.h +0 -25
  202. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettingsPaperSize.h +0 -35
  203. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMPTPrintSettings.h +0 -53
  204. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMPrintError.h +0 -52
  205. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMPrintImageSettings.h +0 -77
  206. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMPrintSettingsProtocol.h +0 -25
  207. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMPrinterClassifier.h +0 -31
  208. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMPrinterDefine.h +0 -59
  209. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMPrinterDriver.h +0 -54
  210. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMPrinterDriverGenerator.h +0 -34
  211. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMPrinterKit+BRPtouchPrinterKit+BMSPrinterKit.h +0 -18
  212. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMPrinterKit.h +0 -32
  213. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMPrinterStatus.h +0 -55
  214. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMQLPrintSettings.h +0 -64
  215. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMRJPrintSettings.h +0 -48
  216. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMTDPrintSettings.h +0 -47
  217. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRLMValidatePrintSettings.h +0 -42
  218. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRPtouchBLEManager.h +0 -28
  219. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRPtouchBatteryInfo.h +0 -26
  220. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRPtouchBluetoothManager.h +0 -59
  221. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRPtouchDeviceInfo.h +0 -23
  222. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRPtouchLabelInfoStatus.h +0 -119
  223. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRPtouchLabelParam.h +0 -27
  224. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRPtouchNetworkManager.h +0 -44
  225. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRPtouchPrintInfo.h +0 -136
  226. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRPtouchPrinter.h +0 -272
  227. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRPtouchPrinterData.h +0 -16
  228. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRPtouchPrinterKit.h +0 -18
  229. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRPtouchPrinterStatus.h +0 -58
  230. package/ios/Pods/BRLMPrinterKit.framework/Headers/BRPtouchTemplateInfo.h +0 -23
  231. package/ios/Pods/BRLMPrinterKit.framework/Headers/GenericMobileLabelModelPrintSettings.h +0 -211
  232. package/ios/Pods/BRLMPrinterKit.framework/Headers/GenericMobileLabelModelPrintSettingsViewController.h +0 -50
  233. package/ios/Pods/BRLMPrinterKit.framework/Headers/GenericPocketJetPrintSettings.h +0 -99
  234. package/ios/Pods/BRLMPrinterKit.framework/Headers/GenericPocketJetPrintSettingsViewController.h +0 -47
  235. package/ios/Pods/BRLMPrinterKit.framework/Headers/PJ673PrintSettings.h +0 -43
  236. package/ios/Pods/BRLMPrinterKit.framework/Headers/PJ673PrintSettingsViewController.h +0 -40
  237. package/ios/Pods/BRLMPrinterKit.framework/Headers/PJ763MFIPrintSettingsViewController.h +0 -41
  238. package/ios/Pods/BRLMPrinterKit.framework/Headers/PJ763MFiPrintSettings.h +0 -45
  239. package/ios/Pods/BRLMPrinterKit.framework/Headers/PJ773PrintSettings.h +0 -46
  240. package/ios/Pods/BRLMPrinterKit.framework/Headers/PJ773PrintSettingsViewController.h +0 -41
  241. package/ios/Pods/BRLMPrinterKit.framework/Headers/PrintSettingTableViewController.h +0 -51
  242. package/ios/Pods/BRLMPrinterKit.framework/Headers/PrintSettings.h +0 -467
  243. package/ios/Pods/BRLMPrinterKit.framework/Headers/PrintSettingsViewController.h +0 -203
  244. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ2050PrintSettings.h +0 -81
  245. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ2050PrintSettingsViewController.h +0 -42
  246. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ2140PrintSettings.h +0 -81
  247. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ2140PrintSettingsViewController.h +0 -42
  248. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ2150PrintSettings.h +0 -81
  249. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ2150PrintSettingsViewController.h +0 -42
  250. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ3050AIPrintSettings.h +0 -81
  251. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ3050AiPrintSettingsViewController.h +0 -42
  252. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ3050PrintSettings.h +0 -81
  253. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ3050PrintSettingsViewController.h +0 -42
  254. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ3150AiPrintSettings.h +0 -82
  255. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ3150AiPrintSettingsViewController.h +0 -42
  256. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ3150PrintSettings.h +0 -82
  257. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ3150PrintSettingsViewController.h +0 -42
  258. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ4030AiPrintSettings.h +0 -103
  259. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ4030AiPrintSettingsViewController.h +0 -41
  260. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ4040PrintSettings.h +0 -102
  261. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ4040PrintSettingsViewController.h +0 -41
  262. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ4230BPrintSettings.h +0 -107
  263. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ4230BPrintSettingsViewController.h +0 -42
  264. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ4250WBPrintSettings.h +0 -108
  265. package/ios/Pods/BRLMPrinterKit.framework/Headers/RJ4250WBPrintSettingsViewController.h +0 -42
  266. package/ios/Pods/BRLMPrinterKit.framework/Headers/TD2120NPrintSettings.h +0 -83
  267. package/ios/Pods/BRLMPrinterKit.framework/Headers/TD2120NPrintSettingsViewController.h +0 -42
  268. package/ios/Pods/BRLMPrinterKit.framework/Headers/TD2130NPrintSettings.h +0 -82
  269. package/ios/Pods/BRLMPrinterKit.framework/Headers/TD2130NPrintSettingsViewController.h +0 -42
  270. package/ios/Pods/BRLMPrinterKit.framework/Headers/TD4550DNWBPrintSettings.h +0 -76
  271. package/ios/Pods/BRLMPrinterKit.framework/Headers/TD4550DNWBPrintSettingsViewController.h +0 -42
  272. package/ios/Pods/BRLMPrinterKit.framework/IPAddressHelp.pdf +0 -0
  273. package/ios/Pods/BRLMPrinterKit.framework/IPAddressHelpViewController.nib +0 -0
  274. package/ios/Pods/BRLMPrinterKit.framework/IPAddressViewController.nib +0 -0
  275. package/ios/Pods/BRLMPrinterKit.framework/Info.plist +0 -0
  276. package/ios/Pods/BRLMPrinterKit.framework/MarginViewController.nib +0 -0
  277. package/ios/Pods/BRLMPrinterKit.framework/PJCustomPaperViewController.nib +0 -0
  278. package/ios/Pods/BRLMPrinterKit.framework/PrintProgressViewControllerWithFilename_BMSSDK~ipad.nib +0 -0
  279. package/ios/Pods/BRLMPrinterKit.framework/PrintProgressViewControllerWithFilename_BMSSDK~iphone.nib +0 -0
  280. package/ios/Pods/BRLMPrinterKit.framework/PrintProgressViewController_BMSSDK~ipad.nib +0 -0
  281. package/ios/Pods/BRLMPrinterKit.framework/PrintProgressViewController_BMSSDK~iphone.nib +0 -0
  282. package/ios/Pods/BRLMPrinterKit.framework/PrinterList.plist +0 -0
  283. package/ios/Pods/BRLMPrinterKit.framework/ThresholdViewController.nib +0 -0
  284. package/ios/Pods/BRLMPrinterKit.framework/bsj673ad.ptd +0 -0
  285. package/ios/Pods/BRLMPrinterKit.framework/bspe55ad.ptd +0 -0
  286. package/ios/Pods/BRLMPrinterKit.framework/bspp75ad.ptd +0 -0
  287. package/ios/Pods/BRLMPrinterKit.framework/bsq71wad.ptd +0 -0
  288. package/ios/Pods/BRLMPrinterKit.framework/bsq72wad.ptd +0 -0
  289. package/ios/Pods/BRLMPrinterKit.framework/bsr305ad.ptd +0 -0
  290. package/ios/Pods/BRLMPrinterKit.framework/bsr315ad.ptd +0 -0
  291. package/ios/Pods/BRLMPrinterKit.framework/bsr403ad.txt +0 -91
  292. package/ios/Pods/BRLMPrinterKit.framework/bsr403aiad.txt +0 -91
  293. package/ios/Pods/BRLMPrinterKit.framework/bsr404ad.ptd +0 -0
  294. package/ios/Pods/BRLMPrinterKit.framework/bsr404ad.txt +0 -91
  295. package/ios/Pods/BRLMPrinterKit.framework/bsr423ad.txt +0 -666
  296. package/ios/Pods/BRLMPrinterKit.framework/bsr425ad.txt +0 -610
  297. package/ios/Pods/BRLMPrinterKit.framework/bst212ad.ptd +0 -0
  298. package/ios/Pods/BRLMPrinterKit.framework/bst213ad.ptd +0 -0
  299. package/ios/Pods/BRLMPrinterKit.framework/bst40ad.txt +0 -482
  300. package/ios/Pods/BRLMPrinterKit.framework/bst41nad.txt +0 -310
  301. package/ios/Pods/BRLMPrinterKit.framework/bst441ad.txt +0 -495
  302. package/ios/Pods/BRLMPrinterKit.framework/bst442ad.txt +0 -495
  303. package/ios/Pods/BRLMPrinterKit.framework/bst451ad.txt +0 -495
  304. package/ios/Pods/BRLMPrinterKit.framework/bst452ad.txt +0 -495
  305. package/ios/Pods/BRLMPrinterKit.framework/bst455ad.txt +0 -495
  306. package/ios/Pods/BRLMPrinterKit.framework/checkbox_checked.png +0 -0
  307. package/ios/Pods/BRLMPrinterKit.framework/checkbox_unchecked.png +0 -0
  308. package/ios/Pods/BRLMPrinterKit.framework/en.lproj/InfoPlist.strings +0 -0
  309. package/ios/module.modulemap +0 -9
@@ -7,7 +7,20 @@
7
7
  <key>Plugin.xcscheme_^#shared#^_</key>
8
8
  <dict>
9
9
  <key>orderHint</key>
10
- <integer>4</integer>
10
+ <integer>5</integer>
11
+ </dict>
12
+ </dict>
13
+ <key>SuppressBuildableAutocreation</key>
14
+ <dict>
15
+ <key>50ADFF87201F53D600D50D53</key>
16
+ <dict>
17
+ <key>primary</key>
18
+ <true/>
19
+ </dict>
20
+ <key>50ADFF90201F53D600D50D53</key>
21
+ <dict>
22
+ <key>primary</key>
23
+ <true/>
11
24
  </dict>
12
25
  </dict>
13
26
  </dict>
package/ios/Podfile CHANGED
@@ -1,10 +1,11 @@
1
- platform :ios, '11.0'
1
+ platform :ios, '12.0'
2
2
 
3
3
  def capacitor_pods
4
4
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
5
5
  use_frameworks!
6
6
  pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
7
7
  pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'
8
+ pod 'BRLMPrinterKit'
8
9
  end
9
10
 
10
11
  target 'Plugin' do
package/ios/Podfile.lock CHANGED
@@ -1,12 +1,18 @@
1
1
  PODS:
2
+ - BRLMPrinterKit (4.0.2.1)
2
3
  - Capacitor (2.4.0):
3
4
  - CapacitorCordova
4
5
  - CapacitorCordova (2.4.0)
5
6
 
6
7
  DEPENDENCIES:
8
+ - BRLMPrinterKit
7
9
  - "Capacitor (from `../node_modules/@capacitor/ios`)"
8
10
  - "CapacitorCordova (from `../node_modules/@capacitor/ios`)"
9
11
 
12
+ SPEC REPOS:
13
+ trunk:
14
+ - BRLMPrinterKit
15
+
10
16
  EXTERNAL SOURCES:
11
17
  Capacitor:
12
18
  :path: "../node_modules/@capacitor/ios"
@@ -14,9 +20,10 @@ EXTERNAL SOURCES:
14
20
  :path: "../node_modules/@capacitor/ios"
15
21
 
16
22
  SPEC CHECKSUMS:
23
+ BRLMPrinterKit: 79ca593275bdae5309c8ee93674df2e5177a1b52
17
24
  Capacitor: 0bc38985fc7744924a8e1d72a53b11e93f53adb5
18
25
  CapacitorCordova: ffb86bd6630220cf94a63306a72f13c653fb43aa
19
26
 
20
- PODFILE CHECKSUM: e66d6fa04b0daaf06d8498d39637adf77139c716
27
+ PODFILE CHECKSUM: fa7cf258923b2a6686f97cc3c46f09bf67b18201
21
28
 
22
29
  COCOAPODS: 1.9.1
@@ -0,0 +1,9 @@
1
+ module BRLMPrinterKit {
2
+ header "../Headers/BRLMPrinterKit.h"
3
+ link "BRLMPrinterKit"
4
+ }
5
+
6
+ module BRPtouchPrinterKit {
7
+ header "../Headers/BRPtouchPrinterKit.h"
8
+ link "BRPtouchPrinterKit"
9
+ }
@@ -0,0 +1,19 @@
1
+ Copyright (c) 2020 Jonathan VUKOVICH-TRIBOUHARET <jonathan@eivo.fr>
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in
11
+ all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+ THE SOFTWARE.
@@ -0,0 +1,34 @@
1
+ # BRLMPrinterKit
2
+
3
+ [![CI Status](https://img.shields.io/travis/jonathantribouharet/BRLMPrinterKit.svg?style=flat)](https://travis-ci.org/jonathantribouharet/BRLMPrinterKit)
4
+ [![Version](https://img.shields.io/cocoapods/v/BRLMPrinterKit.svg?style=flat)](https://cocoapods.org/pods/BRLMPrinterKit)
5
+ [![License](https://img.shields.io/cocoapods/l/BRLMPrinterKit.svg?style=flat)](https://cocoapods.org/pods/BRLMPrinterKit)
6
+ [![Platform](https://img.shields.io/cocoapods/p/BRLMPrinterKit.svg?style=flat)](https://cocoapods.org/pods/BRLMPrinterKit)
7
+
8
+ This project is only a Pod for the Brother SDK v4.0.2.
9
+
10
+ More information here:
11
+ [https://support.brother.com/g/s/es/htmldoc/mobilesdk/index.html](https://support.brother.com/g/s/es/htmldoc/mobilesdk/index.html)
12
+ [https://www.brother.co.jp/eng/dev/mobilesdk/ios/index.aspx](https://www.brother.co.jp/eng/dev/mobilesdk/ios/index.aspx)
13
+
14
+ ## Requirements
15
+
16
+ - iOS 9.0 or higher
17
+
18
+ ## Installation
19
+
20
+ BRLMPrinterKit is available through [CocoaPods](https://cocoapods.org). To install
21
+ it, simply add the following line to your Podfile:
22
+
23
+ ```ruby
24
+ pod 'BRLMPrinterKit'
25
+ ```
26
+
27
+ ## Author
28
+
29
+ - [Jonathan VUKOVICH TRIBOUHARET](https://github.com/jonathantribouharet) ([@johnvuko](https://twitter.com/johnvuko))
30
+
31
+
32
+ ## License
33
+
34
+ BRLMPrinterKit is available under the MIT license. See the LICENSE file for more info.
@@ -1,12 +1,18 @@
1
1
  PODS:
2
+ - BRLMPrinterKit (4.0.2.1)
2
3
  - Capacitor (2.4.0):
3
4
  - CapacitorCordova
4
5
  - CapacitorCordova (2.4.0)
5
6
 
6
7
  DEPENDENCIES:
8
+ - BRLMPrinterKit
7
9
  - "Capacitor (from `../node_modules/@capacitor/ios`)"
8
10
  - "CapacitorCordova (from `../node_modules/@capacitor/ios`)"
9
11
 
12
+ SPEC REPOS:
13
+ trunk:
14
+ - BRLMPrinterKit
15
+
10
16
  EXTERNAL SOURCES:
11
17
  Capacitor:
12
18
  :path: "../node_modules/@capacitor/ios"
@@ -14,9 +20,10 @@ EXTERNAL SOURCES:
14
20
  :path: "../node_modules/@capacitor/ios"
15
21
 
16
22
  SPEC CHECKSUMS:
23
+ BRLMPrinterKit: 79ca593275bdae5309c8ee93674df2e5177a1b52
17
24
  Capacitor: 0bc38985fc7744924a8e1d72a53b11e93f53adb5
18
25
  CapacitorCordova: ffb86bd6630220cf94a63306a72f13c653fb43aa
19
26
 
20
- PODFILE CHECKSUM: e66d6fa04b0daaf06d8498d39637adf77139c716
27
+ PODFILE CHECKSUM: fa7cf258923b2a6686f97cc3c46f09bf67b18201
21
28
 
22
29
  COCOAPODS: 1.9.1