@rdlabo/capacitor-brotherprint 6.0.0 → 6.0.2

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.
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
13
  s.source_files = ['ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}']
14
14
  s.ios.deployment_target = '13.0'
15
15
  s.dependency 'Capacitor'
16
- s.dependency 'BRLMPrinterKit'
16
+ s.dependency 'BRLMPrinterKit_v4'
17
17
  s.swift_version = '5.1'
18
18
  s.preserve_path = 'ios/Plugin/module.modulemap'
19
19
 
@@ -1,9 +1,9 @@
1
1
  module BRLMPrinterKit {
2
- header "../../../../../ios/App/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMPrinterKit.h"
2
+ header "../../../../../ios/App/Pods/BRLMPrinterKit_v4/BRLMPrinterKit/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterKit.h"
3
3
  link "BRLMPrinterKit"
4
4
  }
5
5
 
6
6
  module BRPtouchPrinterKit {
7
- header "../../../../../ios/App/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRPtouchPrinterKit.h"
7
+ header "../../../../../ios/App/Pods/BRLMPrinterKit_v4/BRLMPrinterKit/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchPrinterKit.h"
8
8
  link "BRPtouchPrinterKit"
9
9
  }
package/ios/Podfile CHANGED
@@ -5,7 +5,7 @@ def capacitor_pods
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
+ pod 'BRLMPrinterKit_v4'
9
9
  end
10
10
 
11
11
  target 'Plugin' do
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdlabo/capacitor-brotherprint",
3
- "version": "6.0.0",
3
+ "version": "6.0.2",
4
4
  "description": "Capacitor plugin for Brother Print SDK",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",