From d405ac01c05e642d31fc90cdfa7433913c019d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AD=AA=E8=84=96=E5=AD=90?= Date: Thu, 26 Oct 2023 13:04:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=A8=A1=E6=8B=9F=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/ios/Podfile.lock | 2 +- example/pubspec.lock | 2 +- ios/jc_printer.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 35d6dc9..b0ea644 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -35,7 +35,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 integration_test: 13825b8a9334a850581300559b8839134b124670 - jc_printer: c4a2906ddae176e1e82fbf52f337a6b6dfc95f99 + jc_printer: dd12742e6ed498d581365e45724894ccae418f8f Protobuf: 351e9022fe13a6e2af00e9aefc22077cb88520f8 reactive_ble_mobile: 9ce6723d37ccf701dbffd202d487f23f5de03b4c SwiftProtobuf: bcfd2bc231cf9ae552cdc7c4e877bd3b41fe57b1 diff --git a/example/pubspec.lock b/example/pubspec.lock index 2fda947..c6488cb 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -128,7 +128,7 @@ packages: path: ".." relative: true source: path - version: "0.0.1" + version: "0.0.2" lints: dependency: transitive description: diff --git a/ios/jc_printer.podspec b/ios/jc_printer.podspec index 6cd5afb..c2cb11b 100644 --- a/ios/jc_printer.podspec +++ b/ios/jc_printer.podspec @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' - s.vendored_framework = 'Frameworks/JCPrinterSDK.framework' + s.vendored_framework = 'Frameworks/Simulator/JCPrinterSDK.framework' s.dependency 'Flutter' s.platform = :ios, '11.0'