cocoapods-binary-flutter 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56711746f3dae006843c13fac105cee635f8a239260a4434480f82cc84c00a08
4
- data.tar.gz: 190ad47229df9a14faaeb557e475728b2f8cfbff3fe28c8c196ade71a2be1c4b
3
+ metadata.gz: cf5221d75f343fc5b3e1a04fb0dc0fbfe39ccee6686ff716a28c7ed85b6eab58
4
+ data.tar.gz: 8e883c280d7ddd2b2c7a84db8d51b7d71c76c271536024086d3186bc2722c5fa
5
5
  SHA512:
6
- metadata.gz: af6e879e3bdce903f9b142bc4406c166c2b7c6a85285fb8364cd9e0a8797a32a5dcd777cb24ea7ba8e2cd6c5a4ac4b01b2d655a21ad28e28e92f570ac108e153
7
- data.tar.gz: 1750e1764f6adb294f2842de882ea2611f377b0f976da8fb0cd8e23154a442cacab4a3605fe8103bcb64a21894a1290de3e630f4a7cbba6fcb48ba58447ff5fa
6
+ metadata.gz: 2a2e5604059b0ac44535d754c5de950206cd1333207d187153fb46151aebf16e9de5307ffe59e94e22cb8deace676626398b024964efaf8347da364648540731
7
+ data.tar.gz: c8b2c57175cd4d7d6c4172abf91c1aac18e9f8f6f60d5564203ebbb195c7e12a06be531b364103d5758895dee14e8c89f2113cc8cbb4495f407290fc371d1e46
@@ -1,3 +1,3 @@
1
1
  module CocoapodsBinaryFlutter
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
@@ -101,8 +101,10 @@ module Pod
101
101
  # Keep pod path relative so it can be checked into Podfile.lock.
102
102
  # Process will be run from project directory.
103
103
 
104
- #FlutterPluginRegistrant
105
- pod 'FlutterPluginRegistrant', :path => File.join(flutter_binary_path, 'flutter', 'FlutterPluginRegistrant'), :inhibit_warnings => true
104
+ registrantPath = File.join(flutter_binary_path, 'flutter', 'FlutterPluginRegistrant')
105
+ if File.exist?(registrantPath)
106
+ pod 'FlutterPluginRegistrant', :path => registrantPath, :inhibit_warnings => true
107
+ end
106
108
 
107
109
  #插件目录
108
110
  ios_plugins_directory_pathname = File.join(flutter_binary_path, 'plugins')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-binary-flutter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacky
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-21 00:00:00.000000000 Z
11
+ date: 2023-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler