cocoapods-binary-flutter 0.0.6 → 0.0.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56711746f3dae006843c13fac105cee635f8a239260a4434480f82cc84c00a08
4
- data.tar.gz: 190ad47229df9a14faaeb557e475728b2f8cfbff3fe28c8c196ade71a2be1c4b
3
+ metadata.gz: 15079d2ba18397db9c04df0dd76f746d920a11c2c571dee2c64f449c47cfb2fb
4
+ data.tar.gz: 38e67c4071f83b33d12918bd2a5570f0b2bf74cc0dcf6f8756260ac3aef9035d
5
5
  SHA512:
6
- metadata.gz: af6e879e3bdce903f9b142bc4406c166c2b7c6a85285fb8364cd9e0a8797a32a5dcd777cb24ea7ba8e2cd6c5a4ac4b01b2d655a21ad28e28e92f570ac108e153
7
- data.tar.gz: 1750e1764f6adb294f2842de882ea2611f377b0f976da8fb0cd8e23154a442cacab4a3605fe8103bcb64a21894a1290de3e630f4a7cbba6fcb48ba58447ff5fa
6
+ metadata.gz: 6cc46089996eb6cd00f618a89bb9bda1bad47fa7e2537ec6e39ba26d9f22f12c414f1e315e8eca8ed1fcf0ae5b880fcf9652e7e30bfbf4a761c4ff78a3f25ea3
7
+ data.tar.gz: ac09453efdd50926fed1c4a8454661373fe65a69513751dc6defaf1b920241f02b0ca1f3520568e161f0dd04cd253c55e54d7bcc933bc01a7e0e16841eeea56f
@@ -1,3 +1,3 @@
1
1
  module CocoapodsBinaryFlutter
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -81,9 +81,9 @@ module Pod
81
81
  flutter_post_install(installer)
82
82
  end
83
83
  POSTINSTALL
84
- raise 'DELETE `flutter_post_install(installer)` in Podfile `post_install` block
84
+ puts "\\e[33mDELETE `flutter_post_install(installer)` in Podfile `post_install` block
85
85
  Flutter产物依赖不需要flutter_post_install(installer)
86
- '
86
+ \e[0m"
87
87
  end
88
88
 
89
89
  install_lzflutter_engine_pod(flutter_binary_path)
@@ -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.8
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-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler