@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
@@ -6,6 +6,18 @@
6
6
  objectVersion = 48;
7
7
  objects = {
8
8
 
9
+ /* Begin PBXAggregateTarget section */
10
+ 4CC1C84505DC66B7576B2DF6763D4DA2 /* BRLMPrinterKit */ = {
11
+ isa = PBXAggregateTarget;
12
+ buildConfigurationList = 2C009D86CA18BC8AF67E7C13DA2B3E7E /* Build configuration list for PBXAggregateTarget "BRLMPrinterKit" */;
13
+ buildPhases = (
14
+ );
15
+ dependencies = (
16
+ );
17
+ name = BRLMPrinterKit;
18
+ };
19
+ /* End PBXAggregateTarget section */
20
+
9
21
  /* Begin PBXBuildFile section */
10
22
  0262902D85D21F7A868B78F28DE969F3 /* JS.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC098B79EFCBB8890F63C1524AA84857 /* JS.swift */; };
11
23
  0370498819790DECC0024A3EA448BFE2 /* WebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C25B693CB3013E7FF88F5A068C9474A /* WebView.swift */; };
@@ -19,12 +31,15 @@
19
31
  1B33A25E4C0C0AB10DA81E14FE68E83A /* Capacitor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B5A2F8A2B8511076A44B3EB4425E9C7 /* Capacitor-dummy.m */; };
20
32
  1C6F327FC09D2D40C10D4583C1943816 /* Clipboard.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5A985C8ED4454DF20CA73DB0792A5CD /* Clipboard.swift */; };
21
33
  20A72AA420CAF1DFDC29BF62CE33CC7C /* Keyboard.m in Sources */ = {isa = PBXBuildFile; fileRef = EB33B00F34D75226347C1BF79DFDDD61 /* Keyboard.m */; };
34
+ 225EBBC790E80998C353D00099BA939F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 99CDB574913802A61C677992132A7F95 /* Foundation.framework */; };
22
35
  2425165E145FE69DD644A6C55ABC163B /* Modals.swift in Sources */ = {isa = PBXBuildFile; fileRef = A36EDCE251BA12D15088D13B7E3A9EEF /* Modals.swift */; };
23
36
  25D36D8E638AA60E4BD6631EC43DBFEB /* CAPBridgeDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F0656B7905B6D290353A5B3D6D28121 /* CAPBridgeDelegate.swift */; };
24
37
  32145B35FFD08262E14B5C61A19561F1 /* CAPBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4728C5ECBEF90CBD09CCC4D3400C46E8 /* CAPBridge.swift */; };
25
38
  3379D2D080238FE80FCEC9B7059BB598 /* AppDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F30AF7A48C24668E730563EECFFC7CFC /* AppDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
26
39
  348551CDB11C1FCD857A764AA8DEE9EB /* Cordova.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 351CAFB01AE1CE21F3443E3CD9E750E4 /* Cordova.framework */; };
40
+ 34CD7B5632AC84937C03FB55831BD5E1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 99CDB574913802A61C677992132A7F95 /* Foundation.framework */; };
27
41
  36EBFBA9FE06065BAA8489AD46406ABF /* CDVInvokedUrlCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 5471FD02F4B41B7A7DBE3513ADC5B2BA /* CDVInvokedUrlCommand.h */; settings = {ATTRIBUTES = (Public, ); }; };
42
+ 370164A75837DB2592E705A86B3A147A /* Pods-PluginTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E74390F09A29D254E98C5610DDD5A28 /* Pods-PluginTests-dummy.m */; };
28
43
  3A67C40E5CB2E502243C2017E69C229F /* CDV.h in Headers */ = {isa = PBXBuildFile; fileRef = 891D51CB880CA337F80F5E5D93640559 /* CDV.h */; settings = {ATTRIBUTES = (Public, ); }; };
29
44
  3B0E64DA957FEC736F42F3C3030494EA /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 52729EB29CF6C7735F6134DC34921276 /* AppDelegate.m */; };
30
45
  3B99FD2F0517635A0FD911A0D1C802F5 /* CDVCommandDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A8E1DBA62E799DB53552535608F661E4 /* CDVCommandDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -32,7 +47,6 @@
32
47
  40A45BBD0E3BDC0D2C5D65AA08C9369E /* UILabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCCA925A1DEF72B61BF5D00CE550EDA /* UILabel.swift */; };
33
48
  46243F431A9303B2F46C1D9489B4AB21 /* CAPUNUserNotificationCenterDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3016251A55ED1AF394F7034C11423E2 /* CAPUNUserNotificationCenterDelegate.swift */; };
34
49
  4664F3BE691B71647C32F873C0D8FA16 /* NSDictionary+CordovaPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DF31A82E005BC5F99E0230E211E3ED1 /* NSDictionary+CordovaPreferences.m */; };
35
- 4899C59C231DC8FBD543210D422ABE84 /* Pods-PluginTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FBD93D36D06B546B5015A4716941DCBB /* Pods-PluginTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
36
50
  4CB82AF600B8EC5862C14DFCF556E651 /* CDVPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 46E5140E152982A52A5D160CD756F9CF /* CDVPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; };
37
51
  4D11A02FB5D70951CAE59DD840DFC2D7 /* CDVViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 90E427531BEF15D7A1572F5DF06A20C4 /* CDVViewController.m */; };
38
52
  4F52A085ECDDE207B966F2DB8A8C1E10 /* CDVUIWebViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EF4AD71F1CC87B4BF3B7D833EF34125 /* CDVUIWebViewDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -49,16 +63,14 @@
49
63
  6851B3572E68F78394AA8FAF5BD09458 /* DocLinks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BA38AEBB09B361D36A27D6ED3002C63 /* DocLinks.swift */; };
50
64
  6A2E7AE919F0AE3031088A3B0FC4981B /* TmpViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 932075D27A5667D3EA9D4E0E1D1D3BD2 /* TmpViewController.swift */; };
51
65
  6B96C9328BBA19B2B2FFB7E867541AA2 /* CDVViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8B683F7BB163CE165DD635FE1CFBEA /* CDVViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
52
- 6D35302D53D51A0F965D2CA805F84036 /* Pods-Plugin-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B5A2BC9A9C63563BFD519AB3CE4D5D9D /* Pods-Plugin-dummy.m */; };
53
66
  6E0E7011C53428850FFB28F7D7A4EF2A /* CDVUIWebViewDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E6089BF4BDCB82C64A45ED33E326ACA7 /* CDVUIWebViewDelegate.m */; };
67
+ 6EC3625C741211AED9FF23DDD85DC62E /* Pods-Plugin-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B5A2BC9A9C63563BFD519AB3CE4D5D9D /* Pods-Plugin-dummy.m */; };
54
68
  704364CB296AF00C48EDC3306F647EA5 /* Browser.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE4AC503F908454BF5D3A698F436390E /* Browser.swift */; };
55
- 7748D589BDF0A3621603CDDB2719EF2A /* Pods-Plugin-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EFD241FB11A4273E5C38133FF35CF7D /* Pods-Plugin-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
56
69
  7BBF60A1972067EB5EEA4E6AC75208AC /* Keyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = AB085CBBD0A20A6FB7DA06B40ED74813 /* Keyboard.h */; settings = {ATTRIBUTES = (Public, ); }; };
57
70
  7E9007AAF1D8C223E1839C3D43DB237D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 99CDB574913802A61C677992132A7F95 /* Foundation.framework */; };
58
71
  816A69C0FCE40B6E4CB308C4CC9FA22E /* CAPPluginCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 66049A93F9E217EE596F1EAC95F6C65B /* CAPPluginCall.h */; settings = {ATTRIBUTES = (Public, ); }; };
59
72
  8523A5E7258354E796F262B28A8CB81B /* CAPPluginCall.m in Sources */ = {isa = PBXBuildFile; fileRef = 92548E73B223840C2A2CE851D9FC26E8 /* CAPPluginCall.m */; };
60
73
  86EF446027CDADFF8875B763629C1FD9 /* CAPAssetHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F2AB2C995819892A5C7DE5B38268BFA /* CAPAssetHandler.swift */; };
61
- 8991C5D19D5BBDCBFAF573A02FD863B6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 99CDB574913802A61C677992132A7F95 /* Foundation.framework */; };
62
74
  8C1C5B2437D981A85F1E2FE3C3E027B5 /* Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F2E2AE00E09DEBCB083085A6D0A4233 /* Network.swift */; };
63
75
  8EE06717126C1F79B8CB9936391C8782 /* Share.swift in Sources */ = {isa = PBXBuildFile; fileRef = 394A911ECAFF24D3A4055E4AD750114A /* Share.swift */; };
64
76
  927FFC11ECF8B6D9A0E2106BC052149A /* CAPConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B45886F31EB4897FEADC2D11A0C0F18 /* CAPConfig.swift */; };
@@ -92,11 +104,11 @@
92
104
  DD70A3C2EB4D8377DF8E58A9E52F3037 /* CAPPluginMethod.m in Sources */ = {isa = PBXBuildFile; fileRef = 635035A389E9FFF168A9DE6316CA097F /* CAPPluginMethod.m */; };
93
105
  E038E4A555EF1A0472A75B797168EF11 /* JSExport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 618808EF76EC9DAC910D3DA4DEEE2E50 /* JSExport.swift */; };
94
106
  E06D35AF23C90031EE5645A4356A2D18 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02D983ADD0DA9C04F1D54AB35453AF0D /* WebKit.framework */; };
107
+ E13C8F7DBA061ACFD1B294AAC712E85D /* Pods-PluginTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FBD93D36D06B546B5015A4716941DCBB /* Pods-PluginTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
95
108
  E2F5A05687B61C0807832D0DDCC02086 /* CAPFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE6C9CC615109B7FE10802C5EFEB7B1 /* CAPFile.swift */; };
96
109
  E5075E9C7154125FCAE580B873F83A2F /* Geolocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58F63D0DD1ADF7C5E4BF2F8912B6E82D /* Geolocation.swift */; };
97
110
  E7E7308E87E16E536FB47BE16FA2D935 /* CDVInvokedUrlCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = EFCF98E81B87E9BF0F238D6DFB7C33D0 /* CDVInvokedUrlCommand.m */; };
98
- E9716479F6B8424D69D65B3FBDE458A5 /* Pods-PluginTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E74390F09A29D254E98C5610DDD5A28 /* Pods-PluginTests-dummy.m */; };
99
- EC6A8EFCE0333A957A2B4AFE9643A148 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 99CDB574913802A61C677992132A7F95 /* Foundation.framework */; };
111
+ E8387A93A3E961F4B575EFE89D5EF294 /* Pods-Plugin-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EFD241FB11A4273E5C38133FF35CF7D /* Pods-Plugin-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
100
112
  EE0DE457D7145E0BFF7863948BC98260 /* CDVPluginManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FB2445593479E556D2C54E1FF0B6A702 /* CDVPluginManager.m */; };
101
113
  F155E4AE2E52359EA03D774D238BA550 /* Capacitor-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 44484C907C005C9D4AC9CBCF5B952997 /* Capacitor-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
102
114
  F23D79170AFC70075D915D329163B219 /* CDVUserAgentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 58266517B2131FCCC72F98C08156D98D /* CDVUserAgentUtil.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -108,35 +120,49 @@
108
120
  /* End PBXBuildFile section */
109
121
 
110
122
  /* Begin PBXContainerItemProxy section */
111
- 1C6DFF8559D66FCE5655F99723078DC3 /* PBXContainerItemProxy */ = {
123
+ 7523F17C93CF6F75F56E669EEF859694 /* PBXContainerItemProxy */ = {
112
124
  isa = PBXContainerItemProxy;
113
125
  containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
114
126
  proxyType = 1;
115
- remoteGlobalIDString = 400AE44335852A2D8D746557E21E8EB0;
116
- remoteInfo = CapacitorCordova;
127
+ remoteGlobalIDString = 4CC1C84505DC66B7576B2DF6763D4DA2;
128
+ remoteInfo = BRLMPrinterKit;
117
129
  };
118
- 752160B9E217B990996A8817222E370E /* PBXContainerItemProxy */ = {
130
+ 92F830C01FE8CE3E14962673C1A96E64 /* PBXContainerItemProxy */ = {
119
131
  isa = PBXContainerItemProxy;
120
132
  containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
121
133
  proxyType = 1;
122
134
  remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371;
123
135
  remoteInfo = Capacitor;
124
136
  };
125
- A1354707E0EDC3D2153733F7C62677E9 /* PBXContainerItemProxy */ = {
137
+ AFFFB66E2CEA5202D820091812BDB7B8 /* PBXContainerItemProxy */ = {
138
+ isa = PBXContainerItemProxy;
139
+ containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
140
+ proxyType = 1;
141
+ remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371;
142
+ remoteInfo = Capacitor;
143
+ };
144
+ C654906C524DB524B8E04EE0D76B5288 /* PBXContainerItemProxy */ = {
126
145
  isa = PBXContainerItemProxy;
127
146
  containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
128
147
  proxyType = 1;
129
148
  remoteGlobalIDString = 400AE44335852A2D8D746557E21E8EB0;
130
149
  remoteInfo = CapacitorCordova;
131
150
  };
132
- BAC73F9700C1E9F4E5B0630727811E0F /* PBXContainerItemProxy */ = {
151
+ E297C7E8B3A035ADA67E97C73F34A314 /* PBXContainerItemProxy */ = {
133
152
  isa = PBXContainerItemProxy;
134
153
  containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
135
154
  proxyType = 1;
136
- remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371;
137
- remoteInfo = Capacitor;
155
+ remoteGlobalIDString = 400AE44335852A2D8D746557E21E8EB0;
156
+ remoteInfo = CapacitorCordova;
138
157
  };
139
- C654906C524DB524B8E04EE0D76B5288 /* PBXContainerItemProxy */ = {
158
+ EEDAEFD88EC5E5D302BB7174E7219CC8 /* PBXContainerItemProxy */ = {
159
+ isa = PBXContainerItemProxy;
160
+ containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
161
+ proxyType = 1;
162
+ remoteGlobalIDString = 4CC1C84505DC66B7576B2DF6763D4DA2;
163
+ remoteInfo = BRLMPrinterKit;
164
+ };
165
+ F126413B1AD6D48CF325AFD1EABB1DE8 /* PBXContainerItemProxy */ = {
140
166
  isa = PBXContainerItemProxy;
141
167
  containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
142
168
  proxyType = 1;
@@ -153,8 +179,8 @@
153
179
  0F0656B7905B6D290353A5B3D6D28121 /* CAPBridgeDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPBridgeDelegate.swift; path = Capacitor/Capacitor/CAPBridgeDelegate.swift; sourceTree = "<group>"; };
154
180
  1121F702ED69106CF9CC769232F4CC4C /* Permissions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Permissions.swift; sourceTree = "<group>"; };
155
181
  11DF9CA040CEBA3928A7F34FB4928E2C /* Pods-Plugin-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Plugin-Info.plist"; sourceTree = "<group>"; };
156
- 1A792533D659175362411A68C1515E23 /* Capacitor.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = Capacitor.podspec; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
157
- 1ABFDA3391AEBA42EFB0FEBF824A6E34 /* Cordova.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Cordova.framework; sourceTree = BUILT_PRODUCTS_DIR; };
182
+ 1A792533D659175362411A68C1515E23 /* Capacitor.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Capacitor.podspec; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
183
+ 1ABFDA3391AEBA42EFB0FEBF824A6E34 /* Cordova.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Cordova.framework; path = CapacitorCordova.framework; sourceTree = BUILT_PRODUCTS_DIR; };
158
184
  1D5BEFCD7DE181071F1AD2DFB64FF16D /* CAPPluginCall.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPPluginCall.swift; path = Capacitor/Capacitor/CAPPluginCall.swift; sourceTree = "<group>"; };
159
185
  21BBADDE656D2EE454E7479A61A3E6D9 /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = App.swift; sourceTree = "<group>"; };
160
186
  27DB6798A14D070679AEE1B25A0E878D /* UIStatusBarManager+CAPHandleTapAction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIStatusBarManager+CAPHandleTapAction.m"; path = "Capacitor/Capacitor/UIStatusBarManager+CAPHandleTapAction.m"; sourceTree = "<group>"; };
@@ -165,15 +191,17 @@
165
191
  2E6F579017D01FDB40A710CD43045A03 /* Capacitor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Capacitor.debug.xcconfig; sourceTree = "<group>"; };
166
192
  3177123549105B5C4654FC59B8EC93B2 /* Device.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Device.swift; sourceTree = "<group>"; };
167
193
  351CAFB01AE1CE21F3443E3CD9E750E4 /* Cordova.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Cordova.framework; sourceTree = BUILT_PRODUCTS_DIR; };
168
- 37E362017CFD08F0B852CA7F5A63F756 /* CapacitorCordova.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = CapacitorCordova.podspec; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
194
+ 366F13CDD62AE0724C4F64996803C6F7 /* BRLMPrinterKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRLMPrinterKit.debug.xcconfig; sourceTree = "<group>"; };
195
+ 37E362017CFD08F0B852CA7F5A63F756 /* CapacitorCordova.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorCordova.podspec; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
169
196
  394A911ECAFF24D3A4055E4AD750114A /* Share.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Share.swift; sourceTree = "<group>"; };
170
197
  3A1FFA447AC513DE02971EB57CD67668 /* CapacitorCordova.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CapacitorCordova.h; path = CapacitorCordova/CapacitorCordova/CapacitorCordova.h; sourceTree = "<group>"; };
171
198
  3DCCA925A1DEF72B61BF5D00CE550EDA /* UILabel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UILabel.swift; path = Capacitor/Capacitor/UILabel.swift; sourceTree = "<group>"; };
172
199
  3F2AB2C995819892A5C7DE5B38268BFA /* CAPAssetHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPAssetHandler.swift; path = Capacitor/Capacitor/CAPAssetHandler.swift; sourceTree = "<group>"; };
173
200
  401B4870616B3D09347BE1F13F95D477 /* Pods-Plugin.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-Plugin.modulemap"; sourceTree = "<group>"; };
201
+ 42DBFF5235FFD38A1B7F9E05069231F8 /* BRLMPrinterKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRLMPrinterKit.release.xcconfig; sourceTree = "<group>"; };
174
202
  44484C907C005C9D4AC9CBCF5B952997 /* Capacitor-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Capacitor-umbrella.h"; sourceTree = "<group>"; };
175
203
  44C87AAF707A44926074C0DBF9FC592B /* CAPNotifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPNotifications.swift; path = Capacitor/Capacitor/CAPNotifications.swift; sourceTree = "<group>"; };
176
- 44D6062E8C618EC2B8F1D7229E8AD501 /* Capacitor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Capacitor.framework; sourceTree = BUILT_PRODUCTS_DIR; };
204
+ 44D6062E8C618EC2B8F1D7229E8AD501 /* Capacitor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Capacitor.framework; path = Capacitor.framework; sourceTree = BUILT_PRODUCTS_DIR; };
177
205
  452A85CE60A22EB02D3A99DD6FEF2BE8 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Storage.swift; sourceTree = "<group>"; };
178
206
  45AEE2D3BD43D61882B01AAE2B8F11E4 /* Pods-PluginTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PluginTests-acknowledgements.plist"; sourceTree = "<group>"; };
179
207
  46E5140E152982A52A5D160CD756F9CF /* CDVPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVPlugin.h; sourceTree = "<group>"; };
@@ -181,14 +209,14 @@
181
209
  4728C5ECBEF90CBD09CCC4D3400C46E8 /* CAPBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPBridge.swift; path = Capacitor/Capacitor/CAPBridge.swift; sourceTree = "<group>"; };
182
210
  47F881CAB117FE10E92963EF6CC91861 /* Pods-PluginTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PluginTests.debug.xcconfig"; sourceTree = "<group>"; };
183
211
  4B5A2F8A2B8511076A44B3EB4425E9C7 /* Capacitor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Capacitor-dummy.m"; sourceTree = "<group>"; };
184
- 4B7B23985828F9D35ECCA1361A486792 /* Pods_Plugin.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Plugin.framework; sourceTree = BUILT_PRODUCTS_DIR; };
212
+ 4B7B23985828F9D35ECCA1361A486792 /* Pods_Plugin.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_Plugin.framework; path = "Pods-Plugin.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
185
213
  4E99DA6A834C014E2E88058A13F6AB21 /* Capacitor.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Capacitor.modulemap; sourceTree = "<group>"; };
186
214
  525ACCE8CC31F50BB82D6891F2812A74 /* Capacitor.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Capacitor.release.xcconfig; sourceTree = "<group>"; };
187
215
  52729EB29CF6C7735F6134DC34921276 /* AppDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
188
216
  535AEEBA96B786E87F23F75310B8CB74 /* Pods-Plugin-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Plugin-acknowledgements.plist"; sourceTree = "<group>"; };
189
217
  5471FD02F4B41B7A7DBE3513ADC5B2BA /* CDVInvokedUrlCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVInvokedUrlCommand.h; sourceTree = "<group>"; };
190
218
  58266517B2131FCCC72F98C08156D98D /* CDVUserAgentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVUserAgentUtil.h; sourceTree = "<group>"; };
191
- 58DEAF78291AAC1E83073B9084B45542 /* Pods_PluginTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PluginTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
219
+ 58DEAF78291AAC1E83073B9084B45542 /* Pods_PluginTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_PluginTests.framework; path = "Pods-PluginTests.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
192
220
  58F63D0DD1ADF7C5E4BF2F8912B6E82D /* Geolocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Geolocation.swift; sourceTree = "<group>"; };
193
221
  5B235AE1199D588B6FEFECB8C013C27C /* CDVAvailability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVAvailability.h; sourceTree = "<group>"; };
194
222
  5D765ABC8F86C11B2133D45FD94AEC08 /* SplashScreen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = SplashScreen.swift; sourceTree = "<group>"; };
@@ -220,13 +248,14 @@
220
248
  92548E73B223840C2A2CE851D9FC26E8 /* CAPPluginCall.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPPluginCall.m; path = Capacitor/Capacitor/CAPPluginCall.m; sourceTree = "<group>"; };
221
249
  932075D27A5667D3EA9D4E0E1D1D3BD2 /* TmpViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TmpViewController.swift; path = Capacitor/Capacitor/TmpViewController.swift; sourceTree = "<group>"; };
222
250
  939147BBA617256FB279F110F9DD2227 /* Pods-PluginTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PluginTests-Info.plist"; sourceTree = "<group>"; };
251
+ 9980D92716B1117FACE92B25AD2CB6B7 /* BRLMPrinterKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = BRLMPrinterKit.framework; path = BRLMPrinterKit/BRLMPrinterKit.framework; sourceTree = "<group>"; };
223
252
  99CDB574913802A61C677992132A7F95 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
224
253
  99E3389627BA4B6830B6EB9390C115BA /* CDVConfigParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVConfigParser.h; sourceTree = "<group>"; };
225
254
  9A29325703CFDC5ED2922912C9BB64D1 /* CDVUserAgentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = CDVUserAgentUtil.m; sourceTree = "<group>"; };
226
255
  9A9443E7CFDDC3A96B6B7D66E59F4227 /* CapacitorCordova.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorCordova.modulemap; sourceTree = "<group>"; };
227
256
  9B45886F31EB4897FEADC2D11A0C0F18 /* CAPConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPConfig.swift; path = Capacitor/Capacitor/CAPConfig.swift; sourceTree = "<group>"; };
228
257
  9BA38AEBB09B361D36A27D6ED3002C63 /* DocLinks.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DocLinks.swift; path = Capacitor/Capacitor/DocLinks.swift; sourceTree = "<group>"; };
229
- 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
258
+ 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
230
259
  A1E5822FC61F9421CF2456D453B75418 /* Pods-PluginTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-PluginTests-acknowledgements.markdown"; sourceTree = "<group>"; };
231
260
  A36EDCE251BA12D15088D13B7E3A9EEF /* Modals.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Modals.swift; sourceTree = "<group>"; };
232
261
  A8E1DBA62E799DB53552535608F661E4 /* CDVCommandDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVCommandDelegate.h; sourceTree = "<group>"; };
@@ -274,43 +303,71 @@
274
303
  /* End PBXFileReference section */
275
304
 
276
305
  /* Begin PBXFrameworksBuildPhase section */
277
- 556C3E8430BC3AA1397D6E5735BA289D /* Frameworks */ = {
306
+ 8AADEA415C46814B9F2BE6A675F4ECA2 /* Frameworks */ = {
278
307
  isa = PBXFrameworksBuildPhase;
279
308
  buildActionMask = 2147483647;
280
309
  files = (
281
- EC6A8EFCE0333A957A2B4AFE9643A148 /* Foundation.framework in Frameworks */,
310
+ 348551CDB11C1FCD857A764AA8DEE9EB /* Cordova.framework in Frameworks */,
311
+ 7E9007AAF1D8C223E1839C3D43DB237D /* Foundation.framework in Frameworks */,
282
312
  );
283
313
  runOnlyForDeploymentPostprocessing = 0;
284
314
  };
285
- 8AADEA415C46814B9F2BE6A675F4ECA2 /* Frameworks */ = {
315
+ CE1104579B276B5925C2DD9F0A010C96 /* Frameworks */ = {
286
316
  isa = PBXFrameworksBuildPhase;
287
317
  buildActionMask = 2147483647;
288
318
  files = (
289
- 348551CDB11C1FCD857A764AA8DEE9EB /* Cordova.framework in Frameworks */,
290
- 7E9007AAF1D8C223E1839C3D43DB237D /* Foundation.framework in Frameworks */,
319
+ 169C7612FE11483B7864F50BD7CD26F7 /* Foundation.framework in Frameworks */,
320
+ E06D35AF23C90031EE5645A4356A2D18 /* WebKit.framework in Frameworks */,
291
321
  );
292
322
  runOnlyForDeploymentPostprocessing = 0;
293
323
  };
294
- 921C45421F263252B2C09216E1C2CCF0 /* Frameworks */ = {
324
+ E8AD03A5C213EA09929DCF75B529BA8F /* Frameworks */ = {
295
325
  isa = PBXFrameworksBuildPhase;
296
326
  buildActionMask = 2147483647;
297
327
  files = (
298
- 8991C5D19D5BBDCBFAF573A02FD863B6 /* Foundation.framework in Frameworks */,
328
+ 34CD7B5632AC84937C03FB55831BD5E1 /* Foundation.framework in Frameworks */,
299
329
  );
300
330
  runOnlyForDeploymentPostprocessing = 0;
301
331
  };
302
- CE1104579B276B5925C2DD9F0A010C96 /* Frameworks */ = {
332
+ EFF59944752D8620CBAAFF38FAF952BF /* Frameworks */ = {
303
333
  isa = PBXFrameworksBuildPhase;
304
334
  buildActionMask = 2147483647;
305
335
  files = (
306
- 169C7612FE11483B7864F50BD7CD26F7 /* Foundation.framework in Frameworks */,
307
- E06D35AF23C90031EE5645A4356A2D18 /* WebKit.framework in Frameworks */,
336
+ 225EBBC790E80998C353D00099BA939F /* Foundation.framework in Frameworks */,
308
337
  );
309
338
  runOnlyForDeploymentPostprocessing = 0;
310
339
  };
311
340
  /* End PBXFrameworksBuildPhase section */
312
341
 
313
342
  /* Begin PBXGroup section */
343
+ 1CD562D9068825337470FAEC9E9156C8 /* Support Files */ = {
344
+ isa = PBXGroup;
345
+ children = (
346
+ 366F13CDD62AE0724C4F64996803C6F7 /* BRLMPrinterKit.debug.xcconfig */,
347
+ 42DBFF5235FFD38A1B7F9E05069231F8 /* BRLMPrinterKit.release.xcconfig */,
348
+ );
349
+ name = "Support Files";
350
+ path = "../Target Support Files/BRLMPrinterKit";
351
+ sourceTree = "<group>";
352
+ };
353
+ 2BC8F0644F472E80EEFDB9E7041B308A /* Pods */ = {
354
+ isa = PBXGroup;
355
+ children = (
356
+ 3603876545AE1E2EB3CD95670386F25B /* BRLMPrinterKit */,
357
+ );
358
+ name = Pods;
359
+ sourceTree = "<group>";
360
+ };
361
+ 3603876545AE1E2EB3CD95670386F25B /* BRLMPrinterKit */ = {
362
+ isa = PBXGroup;
363
+ children = (
364
+ B0186DCC381F4535C6B584E72256E85D /* Frameworks */,
365
+ 1CD562D9068825337470FAEC9E9156C8 /* Support Files */,
366
+ );
367
+ name = BRLMPrinterKit;
368
+ path = BRLMPrinterKit;
369
+ sourceTree = "<group>";
370
+ };
314
371
  3D8ADFFED137F9830608C77DB17FF5B4 /* Classes */ = {
315
372
  isa = PBXGroup;
316
373
  children = (
@@ -384,6 +441,7 @@
384
441
  8F2E2AE00E09DEBCB083085A6D0A4233 /* Network.swift */,
385
442
  ADFD99D09BCAF72C1373F004B0446A75 /* Reachability.swift */,
386
443
  );
444
+ name = Network;
387
445
  path = Network;
388
446
  sourceTree = "<group>";
389
447
  };
@@ -449,6 +507,14 @@
449
507
  name = Products;
450
508
  sourceTree = "<group>";
451
509
  };
510
+ B0186DCC381F4535C6B584E72256E85D /* Frameworks */ = {
511
+ isa = PBXGroup;
512
+ children = (
513
+ 9980D92716B1117FACE92B25AD2CB6B7 /* BRLMPrinterKit.framework */,
514
+ );
515
+ name = Frameworks;
516
+ sourceTree = "<group>";
517
+ };
452
518
  BB65DD33D836293A7DFF35FE9B2F8EB7 /* Support Files */ = {
453
519
  isa = PBXGroup;
454
520
  children = (
@@ -514,6 +580,7 @@
514
580
  9D940727FF8FB9C785EB98E56350EF41 /* Podfile */,
515
581
  4C3C7899773225C367EA5F9645782C13 /* Development Pods */,
516
582
  5751801D79E9B5E4730ADC54EEA299E5 /* Frameworks */,
583
+ 2BC8F0644F472E80EEFDB9E7041B308A /* Pods */,
517
584
  919EFE202983ACA4B33E57FD8A2220D2 /* Products */,
518
585
  740E12C899D56C459793F8D89BE2D003 /* Targets Support Files */,
519
586
  );
@@ -539,6 +606,7 @@
539
606
  children = (
540
607
  69DC7ECA0F0267C4AAB487A7582B0B8C /* Photos.swift */,
541
608
  );
609
+ name = Photos;
542
610
  path = Photos;
543
611
  sourceTree = "<group>";
544
612
  };
@@ -574,6 +642,7 @@
574
642
  28A02776BC34EEA5EA42033EE9892B63 /* NSDictionary+CordovaPreferences.h */,
575
643
  7DF31A82E005BC5F99E0230E211E3ED1 /* NSDictionary+CordovaPreferences.m */,
576
644
  );
645
+ name = Public;
577
646
  path = Public;
578
647
  sourceTree = "<group>";
579
648
  };
@@ -597,14 +666,6 @@
597
666
  /* End PBXGroup section */
598
667
 
599
668
  /* Begin PBXHeadersBuildPhase section */
600
- 3C19B0395581052F11B93610CC97F00F /* Headers */ = {
601
- isa = PBXHeadersBuildPhase;
602
- buildActionMask = 2147483647;
603
- files = (
604
- 4899C59C231DC8FBD543210D422ABE84 /* Pods-PluginTests-umbrella.h in Headers */,
605
- );
606
- runOnlyForDeploymentPostprocessing = 0;
607
- };
608
669
  5BD0E79AADD8E1414C6BA9BD6D31AA02 /* Headers */ = {
609
670
  isa = PBXHeadersBuildPhase;
610
671
  buildActionMask = 2147483647;
@@ -645,11 +706,19 @@
645
706
  );
646
707
  runOnlyForDeploymentPostprocessing = 0;
647
708
  };
648
- DB9F64D27B5165FDB3CF646A42070DF3 /* Headers */ = {
709
+ CEF2F6510A3C2298BC1778F6DBECF27F /* Headers */ = {
649
710
  isa = PBXHeadersBuildPhase;
650
711
  buildActionMask = 2147483647;
651
712
  files = (
652
- 7748D589BDF0A3621603CDDB2719EF2A /* Pods-Plugin-umbrella.h in Headers */,
713
+ E8387A93A3E961F4B575EFE89D5EF294 /* Pods-Plugin-umbrella.h in Headers */,
714
+ );
715
+ runOnlyForDeploymentPostprocessing = 0;
716
+ };
717
+ DED659A3804C069AEE06FD740ADB9FE2 /* Headers */ = {
718
+ isa = PBXHeadersBuildPhase;
719
+ buildActionMask = 2147483647;
720
+ files = (
721
+ E13C8F7DBA061ACFD1B294AAC712E85D /* Pods-PluginTests-umbrella.h in Headers */,
653
722
  );
654
723
  runOnlyForDeploymentPostprocessing = 0;
655
724
  };
@@ -677,18 +746,19 @@
677
746
  };
678
747
  10467BF5021453A5297325418ACC4E64 /* Pods-Plugin */ = {
679
748
  isa = PBXNativeTarget;
680
- buildConfigurationList = 0934C656C7180B9B02D7D935921D1E8A /* Build configuration list for PBXNativeTarget "Pods-Plugin" */;
749
+ buildConfigurationList = DDFB4F85F061F5D6F707C0251593B275 /* Build configuration list for PBXNativeTarget "Pods-Plugin" */;
681
750
  buildPhases = (
682
- DB9F64D27B5165FDB3CF646A42070DF3 /* Headers */,
683
- 07CF4FB7EF7E49DDA234DF98D62FF2FF /* Sources */,
684
- 556C3E8430BC3AA1397D6E5735BA289D /* Frameworks */,
685
- 9170E65509986150835DB24C17C596DC /* Resources */,
751
+ CEF2F6510A3C2298BC1778F6DBECF27F /* Headers */,
752
+ CF3D34946E905B715C1FE69A52CE7202 /* Sources */,
753
+ EFF59944752D8620CBAAFF38FAF952BF /* Frameworks */,
754
+ 276ADAFEB11B8C3B7C78368216F93A45 /* Resources */,
686
755
  );
687
756
  buildRules = (
688
757
  );
689
758
  dependencies = (
690
- 01651F972FB8927B83865589148CEF58 /* PBXTargetDependency */,
691
- CE1BA0075B879DDE76D3967C3A0E5703 /* PBXTargetDependency */,
759
+ 07FEA7D4DD4AD1D6C8BE20A796129635 /* PBXTargetDependency */,
760
+ 46BF1D01FAF2E5C857B295F0A6B8F568 /* PBXTargetDependency */,
761
+ DA2C38BB24FC5013779C55DA83E81510 /* PBXTargetDependency */,
692
762
  );
693
763
  name = "Pods-Plugin";
694
764
  productName = "Pods-Plugin";
@@ -715,18 +785,19 @@
715
785
  };
716
786
  401C34F4B17A319A7086C93431C92B42 /* Pods-PluginTests */ = {
717
787
  isa = PBXNativeTarget;
718
- buildConfigurationList = 0B5B4D9093D2C07F80DC012DF23ACB59 /* Build configuration list for PBXNativeTarget "Pods-PluginTests" */;
788
+ buildConfigurationList = 879774E5C09EA4237591FAC1AE0273CB /* Build configuration list for PBXNativeTarget "Pods-PluginTests" */;
719
789
  buildPhases = (
720
- 3C19B0395581052F11B93610CC97F00F /* Headers */,
721
- CDEFC7CF06C26294DD81C1E88A3EA5C9 /* Sources */,
722
- 921C45421F263252B2C09216E1C2CCF0 /* Frameworks */,
723
- 9CD44530B0FF945CF008369FBBB22C3D /* Resources */,
790
+ DED659A3804C069AEE06FD740ADB9FE2 /* Headers */,
791
+ 5EBC1DE7435D044410CFC089FA443450 /* Sources */,
792
+ E8AD03A5C213EA09929DCF75B529BA8F /* Frameworks */,
793
+ B6886BCC239EF33CC1242B0E83B0A842 /* Resources */,
724
794
  );
725
795
  buildRules = (
726
796
  );
727
797
  dependencies = (
728
- 10CC587C088C57D83ACD0E93ADEF8A84 /* PBXTargetDependency */,
729
- C7F485018127F70554E5C710878352C7 /* PBXTargetDependency */,
798
+ 693B532FC962B3CEA9A0A6BC0F230D7D /* PBXTargetDependency */,
799
+ 8D69AC7138C4E74868D11704BAABE553 /* PBXTargetDependency */,
800
+ 728DB41BED0E9370FC2740782116D6F3 /* PBXTargetDependency */,
730
801
  );
731
802
  name = "Pods-PluginTests";
732
803
  productName = "Pods-PluginTests";
@@ -740,7 +811,7 @@
740
811
  isa = PBXProject;
741
812
  attributes = {
742
813
  LastSwiftUpdateCheck = 1100;
743
- LastUpgradeCheck = 1160;
814
+ LastUpgradeCheck = 1100;
744
815
  };
745
816
  buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */;
746
817
  compatibilityVersion = "Xcode 8.0";
@@ -755,6 +826,7 @@
755
826
  projectDirPath = "";
756
827
  projectRoot = "";
757
828
  targets = (
829
+ 4CC1C84505DC66B7576B2DF6763D4DA2 /* BRLMPrinterKit */,
758
830
  0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */,
759
831
  400AE44335852A2D8D746557E21E8EB0 /* CapacitorCordova */,
760
832
  10467BF5021453A5297325418ACC4E64 /* Pods-Plugin */,
@@ -764,21 +836,21 @@
764
836
  /* End PBXProject section */
765
837
 
766
838
  /* Begin PBXResourcesBuildPhase section */
767
- 764B6DC42DB11361E22C91971464B565 /* Resources */ = {
839
+ 276ADAFEB11B8C3B7C78368216F93A45 /* Resources */ = {
768
840
  isa = PBXResourcesBuildPhase;
769
841
  buildActionMask = 2147483647;
770
842
  files = (
771
843
  );
772
844
  runOnlyForDeploymentPostprocessing = 0;
773
845
  };
774
- 9170E65509986150835DB24C17C596DC /* Resources */ = {
846
+ 764B6DC42DB11361E22C91971464B565 /* Resources */ = {
775
847
  isa = PBXResourcesBuildPhase;
776
848
  buildActionMask = 2147483647;
777
849
  files = (
778
850
  );
779
851
  runOnlyForDeploymentPostprocessing = 0;
780
852
  };
781
- 9CD44530B0FF945CF008369FBBB22C3D /* Resources */ = {
853
+ B6886BCC239EF33CC1242B0E83B0A842 /* Resources */ = {
782
854
  isa = PBXResourcesBuildPhase;
783
855
  buildActionMask = 2147483647;
784
856
  files = (
@@ -795,14 +867,6 @@
795
867
  /* End PBXResourcesBuildPhase section */
796
868
 
797
869
  /* Begin PBXSourcesBuildPhase section */
798
- 07CF4FB7EF7E49DDA234DF98D62FF2FF /* Sources */ = {
799
- isa = PBXSourcesBuildPhase;
800
- buildActionMask = 2147483647;
801
- files = (
802
- 6D35302D53D51A0F965D2CA805F84036 /* Pods-Plugin-dummy.m in Sources */,
803
- );
804
- runOnlyForDeploymentPostprocessing = 0;
805
- };
806
870
  4BB86FBB5F5CA388CDA919682F6E0FC2 /* Sources */ = {
807
871
  isa = PBXSourcesBuildPhase;
808
872
  buildActionMask = 2147483647;
@@ -859,6 +923,14 @@
859
923
  );
860
924
  runOnlyForDeploymentPostprocessing = 0;
861
925
  };
926
+ 5EBC1DE7435D044410CFC089FA443450 /* Sources */ = {
927
+ isa = PBXSourcesBuildPhase;
928
+ buildActionMask = 2147483647;
929
+ files = (
930
+ 370164A75837DB2592E705A86B3A147A /* Pods-PluginTests-dummy.m in Sources */,
931
+ );
932
+ runOnlyForDeploymentPostprocessing = 0;
933
+ };
862
934
  876B104EE54EEE847D26A0952F93DD9A /* Sources */ = {
863
935
  isa = PBXSourcesBuildPhase;
864
936
  buildActionMask = 2147483647;
@@ -879,50 +951,113 @@
879
951
  );
880
952
  runOnlyForDeploymentPostprocessing = 0;
881
953
  };
882
- CDEFC7CF06C26294DD81C1E88A3EA5C9 /* Sources */ = {
954
+ CF3D34946E905B715C1FE69A52CE7202 /* Sources */ = {
883
955
  isa = PBXSourcesBuildPhase;
884
956
  buildActionMask = 2147483647;
885
957
  files = (
886
- E9716479F6B8424D69D65B3FBDE458A5 /* Pods-PluginTests-dummy.m in Sources */,
958
+ 6EC3625C741211AED9FF23DDD85DC62E /* Pods-Plugin-dummy.m in Sources */,
887
959
  );
888
960
  runOnlyForDeploymentPostprocessing = 0;
889
961
  };
890
962
  /* End PBXSourcesBuildPhase section */
891
963
 
892
964
  /* Begin PBXTargetDependency section */
893
- 01651F972FB8927B83865589148CEF58 /* PBXTargetDependency */ = {
965
+ 07FEA7D4DD4AD1D6C8BE20A796129635 /* PBXTargetDependency */ = {
894
966
  isa = PBXTargetDependency;
895
- name = Capacitor;
896
- target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */;
897
- targetProxy = 752160B9E217B990996A8817222E370E /* PBXContainerItemProxy */;
967
+ name = BRLMPrinterKit;
968
+ target = 4CC1C84505DC66B7576B2DF6763D4DA2 /* BRLMPrinterKit */;
969
+ targetProxy = 7523F17C93CF6F75F56E669EEF859694 /* PBXContainerItemProxy */;
898
970
  };
899
- 10CC587C088C57D83ACD0E93ADEF8A84 /* PBXTargetDependency */ = {
971
+ 46BF1D01FAF2E5C857B295F0A6B8F568 /* PBXTargetDependency */ = {
900
972
  isa = PBXTargetDependency;
901
973
  name = Capacitor;
902
974
  target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */;
903
- targetProxy = BAC73F9700C1E9F4E5B0630727811E0F /* PBXContainerItemProxy */;
975
+ targetProxy = AFFFB66E2CEA5202D820091812BDB7B8 /* PBXContainerItemProxy */;
904
976
  };
905
- 9DB7E64B35F68463C092FFE462AEFABD /* PBXTargetDependency */ = {
977
+ 693B532FC962B3CEA9A0A6BC0F230D7D /* PBXTargetDependency */ = {
978
+ isa = PBXTargetDependency;
979
+ name = BRLMPrinterKit;
980
+ target = 4CC1C84505DC66B7576B2DF6763D4DA2 /* BRLMPrinterKit */;
981
+ targetProxy = EEDAEFD88EC5E5D302BB7174E7219CC8 /* PBXContainerItemProxy */;
982
+ };
983
+ 728DB41BED0E9370FC2740782116D6F3 /* PBXTargetDependency */ = {
906
984
  isa = PBXTargetDependency;
907
985
  name = CapacitorCordova;
908
986
  target = 400AE44335852A2D8D746557E21E8EB0 /* CapacitorCordova */;
909
- targetProxy = C654906C524DB524B8E04EE0D76B5288 /* PBXContainerItemProxy */;
987
+ targetProxy = E297C7E8B3A035ADA67E97C73F34A314 /* PBXContainerItemProxy */;
988
+ };
989
+ 8D69AC7138C4E74868D11704BAABE553 /* PBXTargetDependency */ = {
990
+ isa = PBXTargetDependency;
991
+ name = Capacitor;
992
+ target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */;
993
+ targetProxy = 92F830C01FE8CE3E14962673C1A96E64 /* PBXContainerItemProxy */;
910
994
  };
911
- C7F485018127F70554E5C710878352C7 /* PBXTargetDependency */ = {
995
+ 9DB7E64B35F68463C092FFE462AEFABD /* PBXTargetDependency */ = {
912
996
  isa = PBXTargetDependency;
913
997
  name = CapacitorCordova;
914
998
  target = 400AE44335852A2D8D746557E21E8EB0 /* CapacitorCordova */;
915
- targetProxy = 1C6DFF8559D66FCE5655F99723078DC3 /* PBXContainerItemProxy */;
999
+ targetProxy = C654906C524DB524B8E04EE0D76B5288 /* PBXContainerItemProxy */;
916
1000
  };
917
- CE1BA0075B879DDE76D3967C3A0E5703 /* PBXTargetDependency */ = {
1001
+ DA2C38BB24FC5013779C55DA83E81510 /* PBXTargetDependency */ = {
918
1002
  isa = PBXTargetDependency;
919
1003
  name = CapacitorCordova;
920
1004
  target = 400AE44335852A2D8D746557E21E8EB0 /* CapacitorCordova */;
921
- targetProxy = A1354707E0EDC3D2153733F7C62677E9 /* PBXContainerItemProxy */;
1005
+ targetProxy = F126413B1AD6D48CF325AFD1EABB1DE8 /* PBXContainerItemProxy */;
922
1006
  };
923
1007
  /* End PBXTargetDependency section */
924
1008
 
925
1009
  /* Begin XCBuildConfiguration section */
1010
+ 1256ABDDAF76E20421C2EF55D051C0CB /* Release */ = {
1011
+ isa = XCBuildConfiguration;
1012
+ baseConfigurationReference = 6F1715C2DEF7461A3964E29A0FCB6D3D /* Pods-Plugin.release.xcconfig */;
1013
+ buildSettings = {
1014
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
1015
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1016
+ CLANG_ENABLE_OBJC_WEAK = NO;
1017
+ CODE_SIGN_IDENTITY = "";
1018
+ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
1019
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1020
+ "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
1021
+ CURRENT_PROJECT_VERSION = 1;
1022
+ DEFINES_MODULE = YES;
1023
+ DYLIB_COMPATIBILITY_VERSION = 1;
1024
+ DYLIB_CURRENT_VERSION = 1;
1025
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
1026
+ INFOPLIST_FILE = "Target Support Files/Pods-Plugin/Pods-Plugin-Info.plist";
1027
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1028
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1029
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1030
+ MACH_O_TYPE = staticlib;
1031
+ MODULEMAP_FILE = "Target Support Files/Pods-Plugin/Pods-Plugin.modulemap";
1032
+ OTHER_LDFLAGS = "";
1033
+ OTHER_LIBTOOLFLAGS = "";
1034
+ PODS_ROOT = "$(SRCROOT)";
1035
+ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
1036
+ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1037
+ SDKROOT = iphoneos;
1038
+ SKIP_INSTALL = YES;
1039
+ TARGETED_DEVICE_FAMILY = "1,2";
1040
+ VALIDATE_PRODUCT = YES;
1041
+ VERSIONING_SYSTEM = "apple-generic";
1042
+ VERSION_INFO_PREFIX = "";
1043
+ };
1044
+ name = Release;
1045
+ };
1046
+ 215EF019B997491932F8A6E85B986D92 /* Release */ = {
1047
+ isa = XCBuildConfiguration;
1048
+ baseConfigurationReference = 42DBFF5235FFD38A1B7F9E05069231F8 /* BRLMPrinterKit.release.xcconfig */;
1049
+ buildSettings = {
1050
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1051
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1052
+ CODE_SIGN_IDENTITY = "iPhone Developer";
1053
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1054
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1055
+ SDKROOT = iphoneos;
1056
+ TARGETED_DEVICE_FAMILY = "1,2";
1057
+ VALIDATE_PRODUCT = YES;
1058
+ };
1059
+ name = Release;
1060
+ };
926
1061
  257497152829C177993B5EC99C1D227A /* Release */ = {
927
1062
  isa = XCBuildConfiguration;
928
1063
  buildSettings = {
@@ -976,16 +1111,53 @@
976
1111
  MTL_FAST_MATH = YES;
977
1112
  PRODUCT_NAME = "$(TARGET_NAME)";
978
1113
  STRIP_INSTALLED_PRODUCT = NO;
979
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1114
+ SWIFT_COMPILATION_MODE = wholemodule;
1115
+ SWIFT_OPTIMIZATION_LEVEL = "-O";
980
1116
  SWIFT_VERSION = 5.0;
981
1117
  SYMROOT = "${SRCROOT}/../build";
982
1118
  };
983
1119
  name = Release;
984
1120
  };
1121
+ 2DCBFD72EC0E52DDA3643D4D0988EAAE /* Debug */ = {
1122
+ isa = XCBuildConfiguration;
1123
+ baseConfigurationReference = DAA5DBF72380C5466DCBC107B7747A60 /* Pods-Plugin.debug.xcconfig */;
1124
+ buildSettings = {
1125
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
1126
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1127
+ CLANG_ENABLE_OBJC_WEAK = NO;
1128
+ CODE_SIGN_IDENTITY = "";
1129
+ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
1130
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1131
+ "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
1132
+ CURRENT_PROJECT_VERSION = 1;
1133
+ DEFINES_MODULE = YES;
1134
+ DYLIB_COMPATIBILITY_VERSION = 1;
1135
+ DYLIB_CURRENT_VERSION = 1;
1136
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
1137
+ INFOPLIST_FILE = "Target Support Files/Pods-Plugin/Pods-Plugin-Info.plist";
1138
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1139
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1140
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1141
+ MACH_O_TYPE = staticlib;
1142
+ MODULEMAP_FILE = "Target Support Files/Pods-Plugin/Pods-Plugin.modulemap";
1143
+ OTHER_LDFLAGS = "";
1144
+ OTHER_LIBTOOLFLAGS = "";
1145
+ PODS_ROOT = "$(SRCROOT)";
1146
+ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
1147
+ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1148
+ SDKROOT = iphoneos;
1149
+ SKIP_INSTALL = YES;
1150
+ TARGETED_DEVICE_FAMILY = "1,2";
1151
+ VERSIONING_SYSTEM = "apple-generic";
1152
+ VERSION_INFO_PREFIX = "";
1153
+ };
1154
+ name = Debug;
1155
+ };
985
1156
  3E1BD40EFAE6C782863AB60555E8224E /* Release */ = {
986
1157
  isa = XCBuildConfiguration;
987
1158
  baseConfigurationReference = AED68A9E7EB0A6BC6D6CDD33A8E8159A /* CapacitorCordova.release.xcconfig */;
988
1159
  buildSettings = {
1160
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
989
1161
  CLANG_ENABLE_OBJC_WEAK = NO;
990
1162
  CODE_SIGN_IDENTITY = "";
991
1163
  "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -1019,6 +1191,7 @@
1019
1191
  isa = XCBuildConfiguration;
1020
1192
  baseConfigurationReference = 525ACCE8CC31F50BB82D6891F2812A74 /* Capacitor.release.xcconfig */;
1021
1193
  buildSettings = {
1194
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1022
1195
  CLANG_ENABLE_OBJC_WEAK = NO;
1023
1196
  CODE_SIGN_IDENTITY = "";
1024
1197
  "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -1029,10 +1202,6 @@
1029
1202
  DYLIB_COMPATIBILITY_VERSION = 1;
1030
1203
  DYLIB_CURRENT_VERSION = 1;
1031
1204
  DYLIB_INSTALL_NAME_BASE = "@rpath";
1032
- FRAMEWORK_SEARCH_PATHS = (
1033
- "$(inherited)",
1034
- "$(PROJECT_DIR)",
1035
- );
1036
1205
  GCC_PREFIX_HEADER = "Target Support Files/Capacitor/Capacitor-prefix.pch";
1037
1206
  INFOPLIST_FILE = "Target Support Files/Capacitor/Capacitor-Info.plist";
1038
1207
  INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -1052,45 +1221,26 @@
1052
1221
  };
1053
1222
  name = Release;
1054
1223
  };
1055
- 75C2C8E95159F51CD680E90DA24961E7 /* Debug */ = {
1224
+ 664EDDD8BD77A69479E3B36EA1A34C9A /* Debug */ = {
1056
1225
  isa = XCBuildConfiguration;
1057
- baseConfigurationReference = DAA5DBF72380C5466DCBC107B7747A60 /* Pods-Plugin.debug.xcconfig */;
1226
+ baseConfigurationReference = 366F13CDD62AE0724C4F64996803C6F7 /* BRLMPrinterKit.debug.xcconfig */;
1058
1227
  buildSettings = {
1059
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
1060
- CLANG_ENABLE_OBJC_WEAK = NO;
1061
- CODE_SIGN_IDENTITY = "";
1062
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
1063
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1064
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
1065
- CURRENT_PROJECT_VERSION = 1;
1066
- DEFINES_MODULE = YES;
1067
- DYLIB_COMPATIBILITY_VERSION = 1;
1068
- DYLIB_CURRENT_VERSION = 1;
1069
- DYLIB_INSTALL_NAME_BASE = "@rpath";
1070
- INFOPLIST_FILE = "Target Support Files/Pods-Plugin/Pods-Plugin-Info.plist";
1071
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1072
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1073
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1074
- MACH_O_TYPE = staticlib;
1075
- MODULEMAP_FILE = "Target Support Files/Pods-Plugin/Pods-Plugin.modulemap";
1076
- OTHER_LDFLAGS = "";
1077
- OTHER_LIBTOOLFLAGS = "";
1078
- PODS_ROOT = "$(SRCROOT)";
1079
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
1080
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1228
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1229
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1230
+ CODE_SIGN_IDENTITY = "iPhone Developer";
1231
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1232
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1081
1233
  SDKROOT = iphoneos;
1082
- SKIP_INSTALL = YES;
1083
1234
  TARGETED_DEVICE_FAMILY = "1,2";
1084
- VERSIONING_SYSTEM = "apple-generic";
1085
- VERSION_INFO_PREFIX = "";
1086
1235
  };
1087
1236
  name = Debug;
1088
1237
  };
1089
- 795DCD1FE8E328C9C136EC72920A0A07 /* Release */ = {
1238
+ 90B5034827E517F9F9431AF1A1B4709B /* Debug */ = {
1090
1239
  isa = XCBuildConfiguration;
1091
- baseConfigurationReference = 6F1715C2DEF7461A3964E29A0FCB6D3D /* Pods-Plugin.release.xcconfig */;
1240
+ baseConfigurationReference = 47F881CAB117FE10E92963EF6CC91861 /* Pods-PluginTests.debug.xcconfig */;
1092
1241
  buildSettings = {
1093
1242
  ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
1243
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1094
1244
  CLANG_ENABLE_OBJC_WEAK = NO;
1095
1245
  CODE_SIGN_IDENTITY = "";
1096
1246
  "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -1101,12 +1251,12 @@
1101
1251
  DYLIB_COMPATIBILITY_VERSION = 1;
1102
1252
  DYLIB_CURRENT_VERSION = 1;
1103
1253
  DYLIB_INSTALL_NAME_BASE = "@rpath";
1104
- INFOPLIST_FILE = "Target Support Files/Pods-Plugin/Pods-Plugin-Info.plist";
1254
+ INFOPLIST_FILE = "Target Support Files/Pods-PluginTests/Pods-PluginTests-Info.plist";
1105
1255
  INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1106
1256
  IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1107
1257
  LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1108
1258
  MACH_O_TYPE = staticlib;
1109
- MODULEMAP_FILE = "Target Support Files/Pods-Plugin/Pods-Plugin.modulemap";
1259
+ MODULEMAP_FILE = "Target Support Files/Pods-PluginTests/Pods-PluginTests.modulemap";
1110
1260
  OTHER_LDFLAGS = "";
1111
1261
  OTHER_LIBTOOLFLAGS = "";
1112
1262
  PODS_ROOT = "$(SRCROOT)";
@@ -1115,17 +1265,17 @@
1115
1265
  SDKROOT = iphoneos;
1116
1266
  SKIP_INSTALL = YES;
1117
1267
  TARGETED_DEVICE_FAMILY = "1,2";
1118
- VALIDATE_PRODUCT = YES;
1119
1268
  VERSIONING_SYSTEM = "apple-generic";
1120
1269
  VERSION_INFO_PREFIX = "";
1121
1270
  };
1122
- name = Release;
1271
+ name = Debug;
1123
1272
  };
1124
- ACAF71990A1D944036348884F80F7EC2 /* Release */ = {
1273
+ D30C252C47351E2F1C1D720B2544DB65 /* Release */ = {
1125
1274
  isa = XCBuildConfiguration;
1126
1275
  baseConfigurationReference = 7D967D566F7C3FD1B78180239E63BC92 /* Pods-PluginTests.release.xcconfig */;
1127
1276
  buildSettings = {
1128
1277
  ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
1278
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1129
1279
  CLANG_ENABLE_OBJC_WEAK = NO;
1130
1280
  CODE_SIGN_IDENTITY = "";
1131
1281
  "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -1160,6 +1310,7 @@
1160
1310
  isa = XCBuildConfiguration;
1161
1311
  baseConfigurationReference = CC5DDDFBBF3A788622C6D0F69E51FEDD /* CapacitorCordova.debug.xcconfig */;
1162
1312
  buildSettings = {
1313
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1163
1314
  CLANG_ENABLE_OBJC_WEAK = NO;
1164
1315
  CODE_SIGN_IDENTITY = "";
1165
1316
  "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -1188,40 +1339,6 @@
1188
1339
  };
1189
1340
  name = Debug;
1190
1341
  };
1191
- D9062C343088BE0860A33292C90BD68A /* Debug */ = {
1192
- isa = XCBuildConfiguration;
1193
- baseConfigurationReference = 47F881CAB117FE10E92963EF6CC91861 /* Pods-PluginTests.debug.xcconfig */;
1194
- buildSettings = {
1195
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
1196
- CLANG_ENABLE_OBJC_WEAK = NO;
1197
- CODE_SIGN_IDENTITY = "";
1198
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
1199
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1200
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
1201
- CURRENT_PROJECT_VERSION = 1;
1202
- DEFINES_MODULE = YES;
1203
- DYLIB_COMPATIBILITY_VERSION = 1;
1204
- DYLIB_CURRENT_VERSION = 1;
1205
- DYLIB_INSTALL_NAME_BASE = "@rpath";
1206
- INFOPLIST_FILE = "Target Support Files/Pods-PluginTests/Pods-PluginTests-Info.plist";
1207
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1208
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1209
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1210
- MACH_O_TYPE = staticlib;
1211
- MODULEMAP_FILE = "Target Support Files/Pods-PluginTests/Pods-PluginTests.modulemap";
1212
- OTHER_LDFLAGS = "";
1213
- OTHER_LIBTOOLFLAGS = "";
1214
- PODS_ROOT = "$(SRCROOT)";
1215
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
1216
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1217
- SDKROOT = iphoneos;
1218
- SKIP_INSTALL = YES;
1219
- TARGETED_DEVICE_FAMILY = "1,2";
1220
- VERSIONING_SYSTEM = "apple-generic";
1221
- VERSION_INFO_PREFIX = "";
1222
- };
1223
- name = Debug;
1224
- };
1225
1342
  DD8F832993327D1DD8046C3CBCBD97CD /* Debug */ = {
1226
1343
  isa = XCBuildConfiguration;
1227
1344
  buildSettings = {
@@ -1290,6 +1407,7 @@
1290
1407
  isa = XCBuildConfiguration;
1291
1408
  baseConfigurationReference = 2E6F579017D01FDB40A710CD43045A03 /* Capacitor.debug.xcconfig */;
1292
1409
  buildSettings = {
1410
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1293
1411
  CLANG_ENABLE_OBJC_WEAK = NO;
1294
1412
  CODE_SIGN_IDENTITY = "";
1295
1413
  "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -1300,10 +1418,6 @@
1300
1418
  DYLIB_COMPATIBILITY_VERSION = 1;
1301
1419
  DYLIB_CURRENT_VERSION = 1;
1302
1420
  DYLIB_INSTALL_NAME_BASE = "@rpath";
1303
- FRAMEWORK_SEARCH_PATHS = (
1304
- "$(inherited)",
1305
- "$(PROJECT_DIR)",
1306
- );
1307
1421
  GCC_PREFIX_HEADER = "Target Support Files/Capacitor/Capacitor-prefix.pch";
1308
1422
  INFOPLIST_FILE = "Target Support Files/Capacitor/Capacitor-Info.plist";
1309
1423
  INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -1325,38 +1439,47 @@
1325
1439
  /* End XCBuildConfiguration section */
1326
1440
 
1327
1441
  /* Begin XCConfigurationList section */
1328
- 0934C656C7180B9B02D7D935921D1E8A /* Build configuration list for PBXNativeTarget "Pods-Plugin" */ = {
1442
+ 0C86CBC809406FCF56F0782C88D661DA /* Build configuration list for PBXNativeTarget "Capacitor" */ = {
1443
+ isa = XCConfigurationList;
1444
+ buildConfigurations = (
1445
+ E143A292603F9A8DBBCC729DAA251828 /* Debug */,
1446
+ 4CC19EAEAA5A945A65321D2686BE9ACF /* Release */,
1447
+ );
1448
+ defaultConfigurationIsVisible = 0;
1449
+ defaultConfigurationName = Release;
1450
+ };
1451
+ 2C009D86CA18BC8AF67E7C13DA2B3E7E /* Build configuration list for PBXAggregateTarget "BRLMPrinterKit" */ = {
1329
1452
  isa = XCConfigurationList;
1330
1453
  buildConfigurations = (
1331
- 75C2C8E95159F51CD680E90DA24961E7 /* Debug */,
1332
- 795DCD1FE8E328C9C136EC72920A0A07 /* Release */,
1454
+ 664EDDD8BD77A69479E3B36EA1A34C9A /* Debug */,
1455
+ 215EF019B997491932F8A6E85B986D92 /* Release */,
1333
1456
  );
1334
1457
  defaultConfigurationIsVisible = 0;
1335
1458
  defaultConfigurationName = Release;
1336
1459
  };
1337
- 0B5B4D9093D2C07F80DC012DF23ACB59 /* Build configuration list for PBXNativeTarget "Pods-PluginTests" */ = {
1460
+ 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = {
1338
1461
  isa = XCConfigurationList;
1339
1462
  buildConfigurations = (
1340
- D9062C343088BE0860A33292C90BD68A /* Debug */,
1341
- ACAF71990A1D944036348884F80F7EC2 /* Release */,
1463
+ DD8F832993327D1DD8046C3CBCBD97CD /* Debug */,
1464
+ 257497152829C177993B5EC99C1D227A /* Release */,
1342
1465
  );
1343
1466
  defaultConfigurationIsVisible = 0;
1344
1467
  defaultConfigurationName = Release;
1345
1468
  };
1346
- 0C86CBC809406FCF56F0782C88D661DA /* Build configuration list for PBXNativeTarget "Capacitor" */ = {
1469
+ 879774E5C09EA4237591FAC1AE0273CB /* Build configuration list for PBXNativeTarget "Pods-PluginTests" */ = {
1347
1470
  isa = XCConfigurationList;
1348
1471
  buildConfigurations = (
1349
- E143A292603F9A8DBBCC729DAA251828 /* Debug */,
1350
- 4CC19EAEAA5A945A65321D2686BE9ACF /* Release */,
1472
+ 90B5034827E517F9F9431AF1A1B4709B /* Debug */,
1473
+ D30C252C47351E2F1C1D720B2544DB65 /* Release */,
1351
1474
  );
1352
1475
  defaultConfigurationIsVisible = 0;
1353
1476
  defaultConfigurationName = Release;
1354
1477
  };
1355
- 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = {
1478
+ DDFB4F85F061F5D6F707C0251593B275 /* Build configuration list for PBXNativeTarget "Pods-Plugin" */ = {
1356
1479
  isa = XCConfigurationList;
1357
1480
  buildConfigurations = (
1358
- DD8F832993327D1DD8046C3CBCBD97CD /* Debug */,
1359
- 257497152829C177993B5EC99C1D227A /* Release */,
1481
+ 2DCBFD72EC0E52DDA3643D4D0988EAAE /* Debug */,
1482
+ 1256ABDDAF76E20421C2EF55D051C0CB /* Release */,
1360
1483
  );
1361
1484
  defaultConfigurationIsVisible = 0;
1362
1485
  defaultConfigurationName = Release;