cocoapods-project-gen 0.2.4 → 0.2.5

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: d5b73bdbc608cc776cd5ec6eec0e10f99ed8f84e2f8cf12bfddcb6f673db9d09
4
- data.tar.gz: bf9ae26f9b2432d607e7927b328a4027d409303e50aead7f5366592194fc028c
3
+ metadata.gz: 6bf1d0bc3e9d0c39ea59b9086fb2986e37c9f394fc8e3b4fb52447f09886894f
4
+ data.tar.gz: 1e5ccd7fc7ea984e9c814be38646a4474d20b05ff52d155057e119b2a09760b8
5
5
  SHA512:
6
- metadata.gz: ef462a8cee6317ecc73ab5846b03b88ea406cf7e5af5c235df5f11db6151f7317c97b76b458ef785b6c04f0bcb5cc5f86f6d132986fc23ba820b4b619cbdb608
7
- data.tar.gz: 2ca8d8b7ef11ea06e0ec916c92798cac2d0e26bd1e05d9b8d5a1e2850f020def5e4140c5095b66858c6dacbbb95df14c72860afff5bb32f34660c5923aa6ecb6
6
+ metadata.gz: e325aeee5374c482d098cc1c238e33d446b1cf2b3c801e78462a1088d778b685b9b8d84a2b820d6f43eeeb8ea8a6e7d38b0809283f11035c5a1aaacdc1eda184
7
+ data.tar.gz: 5c9ed02575e6fb88e532bed8aa20e3cdcf1a1fe0ba07cbc00e0fd32ce8d39d8e9eef15363366f337da78acb7e72e0f0a604e839e0fd4322180792f893dcf7dc9
@@ -90,12 +90,14 @@ module ProjectGen
90
90
  generator.external_podspecs.uniq!
91
91
  end
92
92
  if generator.include_podspecs.empty? && generator.external_podspecs.empty?
93
- raise Informative, 'Unable to find podspecs in the working. Is local or not local?'
93
+ results = Results.new
94
+ results.error('gen', 'Unable to find podspecs in the working dir. Is local or not local?')
95
+ results.print_results
96
+ else
97
+ generator.configuration = @configuration
98
+ xc_gen = ProjectGen::XcframeworkGen.new(generator)
99
+ xc_gen.generate_xcframework(@output_dir, build: @build, build_library_for_distribution: @build_library_for_distribution)
94
100
  end
95
-
96
- generator.configuration = @configuration
97
- xc_gen = ProjectGen::XcframeworkGen.new(generator)
98
- xc_gen.generate_xcframework(@output_dir, build: @build, build_library_for_distribution: @build_library_for_distribution)
99
101
  end
100
102
 
101
103
  private
@@ -1,3 +1,3 @@
1
1
  module ProjectGen
2
- VERSION = '0.2.4'.freeze
2
+ VERSION = '0.2.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-project-gen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cat1237
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-09 00:00:00.000000000 Z
11
+ date: 2022-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods