pod-pipeline 0.4.0 → 0.4.2

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: f26ec379eb648b1c5291f1883d15b500ed5794abb443d709c6c0f96501749c4f
4
- data.tar.gz: c426b102ac667783c857255adbf9235839bbe074c8aa0ff1445da8b2654287bd
3
+ metadata.gz: 5e064b08fce2d112de7f132815ddd4bb6aa8f46e77dd08e2668a55ed32457a44
4
+ data.tar.gz: ba58fd7869e913eccc0bb462b61ed6506f7618ba83ba15c7a715c7ff422943ba
5
5
  SHA512:
6
- metadata.gz: ed686660941c086f9622da44f144da24aa7dfee458b9e2b9d51d2aee0c60b9d6453c0b03035f2577b132071a3300caaf4383d5012914944c2cb01b8af1afda49
7
- data.tar.gz: fac91fc7862ad920a32304a0727cc6c03c5290dbac2f9752e0c4fff2de3c41bb8ac918886fc7cb12c38a32888b557d6980ddacd354350924278a63d456485261
6
+ metadata.gz: cdd6848d40920cc67c19496eb506badf5a30dd1ae1ba4f70ad7a11cbb9640c5f8c42d7eaa974ccb23dfc89d71a607498f45bdccd2c2cb6b07770b9fcfba43e55
7
+ data.tar.gz: c7755c0b4070ba5d3b5cbf49ed32b156a13e8b0616e0fbd651000877c6a2b88c0031ccb0602dc3b5a17523ff71499b50ac66b0d596e390e980766afcc6b10cf2
@@ -49,7 +49,7 @@ module PPL
49
49
  puts "Pod: #{@podspec}"
50
50
  puts "Workspace: #{@workspace.path}"
51
51
 
52
- if ! @configuration || !@archs
52
+ if !@archs
53
53
  puts "无需构建"
54
54
  return
55
55
  end
@@ -80,10 +80,6 @@ module PPL
80
80
  puts "\n[合并的资源包内容 到 #{@bundle_merge}.bundle]"
81
81
  merge_bundles
82
82
  end
83
-
84
- #拷贝构建内容到Pod目录
85
- puts "\n[拷贝内容到Pod目录]"
86
- copy_pod
87
83
  end
88
84
 
89
85
  def reset_dir
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pod-pipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - 郑贤达
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-14 00:00:00.000000000 Z
11
+ date: 2022-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods-core