cocoapods-framework-tj 0.0.4 → 0.0.6
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a51f8ecb7f55f016408370b70e382d00e853467708dd7f2e3622058cb5dcde28
|
|
4
|
+
data.tar.gz: 35dea4125ee708c6572a08da22df40f9cdb0c5bcbc7997068c08ef51849aae24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 46d3e98aaaa3c08cfeb6a285d274737d5d77c728f7516c94fe88c33d6f9f98403533e0717808218aecefa22804b1396fce082c08eabe28877cf49094b71aec0e
|
|
7
|
+
data.tar.gz: 0dd20958e1a30a817b306109c5e94e79923da8a2b22a913c814be5ab561acc8fef46099361d6ec4c1dc8a3e2e3dc78252b68add4ca909093ebc5201431804ada
|
|
@@ -72,6 +72,7 @@ module Pod
|
|
|
72
72
|
use_frameworks,
|
|
73
73
|
use_modular_headers
|
|
74
74
|
)
|
|
75
|
+
podfileHash = podfile.to_hash;
|
|
75
76
|
|
|
76
77
|
installer = Installer.new(sandbox, podfile)
|
|
77
78
|
|
|
@@ -83,6 +84,8 @@ module Pod
|
|
|
83
84
|
|
|
84
85
|
|
|
85
86
|
|
|
87
|
+
|
|
88
|
+
|
|
86
89
|
unless installer.nil?
|
|
87
90
|
installer.pods_project.targets.each do |target|
|
|
88
91
|
target.build_configurations.each do |configuration|
|
|
@@ -137,7 +140,7 @@ module Pod
|
|
|
137
140
|
|
|
138
141
|
def podfile_from_spec path, spec, subspecs, sources, use_frameworks = true, use_modular_headers=true
|
|
139
142
|
options = Hash.new
|
|
140
|
-
options[:
|
|
143
|
+
options[:path] = path.to_s
|
|
141
144
|
options[:subspecs] = spec.subspecs.map do |sub|
|
|
142
145
|
sub.base_name
|
|
143
146
|
end
|
|
@@ -129,7 +129,7 @@ module Pod
|
|
|
129
129
|
def build_all_device defines
|
|
130
130
|
# build general first because simulator will exchange SDKROOT to simulat sdk
|
|
131
131
|
build_general_device defines
|
|
132
|
-
|
|
132
|
+
build_simulator_device defines
|
|
133
133
|
end
|
|
134
134
|
|
|
135
135
|
def build_general_device defines
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-framework-tj
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- song
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-04-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cocoapods
|
|
@@ -91,6 +91,8 @@ files:
|
|
|
91
91
|
- lib/cocoapods-framework/xbuilder/xcodeproj_helper.rb
|
|
92
92
|
- lib/cocoapods_plugin.rb
|
|
93
93
|
- pkg/cocoapods-framework-tj-0.0.1.gem
|
|
94
|
+
- pkg/cocoapods-framework-tj-0.0.3.gem
|
|
95
|
+
- pkg/cocoapods-framework-tj-0.0.4.gem
|
|
94
96
|
- spec/command/framework_spec.rb
|
|
95
97
|
- spec/spec_helper.rb
|
|
96
98
|
homepage: https://github.com/songpanfei/cocoapods-framework-tj
|