cocoapods-project-gen 0.2.4 → 0.2.5
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6bf1d0bc3e9d0c39ea59b9086fb2986e37c9f394fc8e3b4fb52447f09886894f
|
4
|
+
data.tar.gz: 1e5ccd7fc7ea984e9c814be38646a4474d20b05ff52d155057e119b2a09760b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|
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
|
+
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-
|
11
|
+
date: 2022-08-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cocoapods
|