Skip to content

Commit

Permalink
修改
Browse files Browse the repository at this point in the history
  • Loading branch information
maitianyihu committed Nov 29, 2019
1 parent 923ded3 commit 14ef6d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ios/flutter_bt_printer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ A new Flutter plugin.
s.author = { 'Your Company' => '[email protected]' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Header/*.h'
s.vendored_libraries = 'Library/libLPSDK.a'
# include project .a
s.vendored_libraries = '**/*.a'
s.dependency 'Flutter'
s.ios.deployment_target = '8.0'
end
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ environment:
dependencies:
flutter:
sdk: flutter

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit 14ef6d6

Please sign in to comment.