cocoapods-byte-panglem-beta 0.0.3 → 0.0.4
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: 658b12bc01628bd8ef91d797289ee07a3b3cd7bd9240d62a10128aded2e4ab40
|
|
4
|
+
data.tar.gz: 91209a64732e85f7191c60983beae2592fe0ada808f983b9a6919b10d9f209ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd0134b6f1df3c9be3a683b0b9b25841f2917de7185236853ed6e2725fd59e8320a222653668eac4025780ba94bc6f29ce702700a836eac8d122652dac14c1cc
|
|
7
|
+
data.tar.gz: 97af9f0e1710f285da2f27aa7f5ea5c0e38459764aaee7121663f0c0cf8900c7661c4a236a103b7faa7553e4a7d657cab028066461b15e4c949b0d1d7335233f
|
data/Gemfile
CHANGED
|
@@ -95,9 +95,9 @@ module PM
|
|
|
95
95
|
} if pm_spec
|
|
96
96
|
end
|
|
97
97
|
specs.map do |spec|
|
|
98
|
-
if PM::MapRelations.is_sdk?(spec.spec.name)
|
|
98
|
+
if PM::MapRelations.is_sdk?(Pod::Specification.root_name(spec.spec.name))
|
|
99
99
|
sdk_spec = spec
|
|
100
|
-
elsif PM::MapRelations.is_adapter?(spec.spec.name)
|
|
100
|
+
elsif PM::MapRelations.is_adapter?(Pod::Specification.root_name(spec.spec.name))
|
|
101
101
|
map = {}
|
|
102
102
|
map["adapter"] = PM::MapRelations.get_adapter_from_adn_abbreviation(spec.spec.name)
|
|
103
103
|
map["adapter_version"] = spec.spec.version.version
|
|
@@ -78,7 +78,6 @@ class Pod::Installer::Analyzer
|
|
|
78
78
|
# PM::Analyzer.delete_invalid_adapters target, specs
|
|
79
79
|
# end if PM::Recorder.instance.get_global_note.auto_load
|
|
80
80
|
|
|
81
|
-
|
|
82
81
|
if PM::Recorder.instance.is_release
|
|
83
82
|
Pod::UserInterface.section "[cocoapods-byte-panglem-beta][info] start trying to update the sdk version (when is_release is yes) " do
|
|
84
83
|
PM::Analyzer.resolve_release_target target, specs
|
|
@@ -436,7 +436,7 @@ module PM
|
|
|
436
436
|
Pod::Specification.root_name(spec.name) == sdk_name && spec.version.version == target_sdk_version
|
|
437
437
|
end
|
|
438
438
|
if target_sdk_root_spec == nil
|
|
439
|
-
raise "[cocoapods-byte-panglem][error] pangle sdk version:#{target_sdk_version} not found, please try use `pod install --repo-update`"
|
|
439
|
+
raise "[cocoapods-byte-panglem-beta][error] pangle sdk(beta) version:#{target_sdk_version} not found, please try use `pod install --repo-update`"
|
|
440
440
|
end
|
|
441
441
|
if target_sdk_root_spec.version.version != original_sdk_spec.spec.version.version
|
|
442
442
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-byte-panglem-beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- zhangtianhao.1230@bytedance.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-04-
|
|
11
|
+
date: 2024-04-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cocoapods
|