xcframework_converter 0.3.0 → 0.3.1
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 +4 -4
- data/lib/xcframework_converter/version.rb +1 -1
- data/lib/xcframework_converter.rb +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2df06815d507bcbbd8d8ea83882fe3c55463dcc9532063d4566f8d196e378ada
|
|
4
|
+
data.tar.gz: f49c4301fb89b90b1e30e77cbee37e175ea1d432a1c104f62131d689857d0a58
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bdcc77aeb67f7eb84dbb8c469186e27a730616f9fa2c51a9e6a7e9ca91f800b4563858c18fd3c93a91298b911241aad577f9e0ba8086ba198f19932368868701
|
|
7
|
+
data.tar.gz: ea641b22490269b45530b719ca48435092055ed5515b8cce8fe7b9ddc866567a418bdb16d6b463b3482319c664cabd49253f963864a16bfa705fa5dd6ab4faf6
|
|
@@ -19,6 +19,8 @@ module XCFrameworkConverter
|
|
|
19
19
|
class << self
|
|
20
20
|
def convert_frameworks_to_xcframeworks!(installer)
|
|
21
21
|
installer.analysis_result.specifications.each do |spec|
|
|
22
|
+
next if spec.source && spec.local?
|
|
23
|
+
|
|
22
24
|
pod_path = installer.sandbox.pod_dir(Pod::Specification.root_name(spec.name))
|
|
23
25
|
|
|
24
26
|
xcframeworks_to_patch = spec.available_platforms.map do |platform|
|