cocoapods-vemars 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 +4 -4
- data/.gitignore +3 -1
- data/Gemfile.lock +15 -8
- data/lib/cocoapods-vemars/command/project.rb +10 -1
- data/lib/cocoapods-vemars/gem_version.rb +1 -1
- data/lib/cocoapods-vemars/hook/podfile_template.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ea36ccb5da9226ceef1f978efd520bc78c6770f854b88d5429c54103bfbb935
|
4
|
+
data.tar.gz: 41841a5a35ae6dfb2bc7c69afca607f4b7ce74a3fc89aaf56ba7f813d0e6fe53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 225984860fadd5d010475d77be742bfe67516e3bb7f507da032678547226a319ec50a5a464b5d9c38e83c735203b971eccc358c3c32a42b15b64843913de5500
|
7
|
+
data.tar.gz: fe9cc48afdb2c702357510da6275e311a2fcd0bbc9fd10d22131afd4daa00791ac117e097f8362f35fa3fd184dda419db32b4520ad1039cd60cf679ecbb31081
|
data/.gitignore
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
cocoapods-vemars (0.0.
|
4
|
+
cocoapods-vemars (0.0.4)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
@@ -12,7 +12,7 @@ GEM
|
|
12
12
|
i18n (>= 0.7, < 2)
|
13
13
|
minitest (~> 5.1)
|
14
14
|
tzinfo (~> 1.1)
|
15
|
-
addressable (2.
|
15
|
+
addressable (2.7.0)
|
16
16
|
public_suffix (>= 2.0.2, < 5.0)
|
17
17
|
algoliasearch (1.27.5)
|
18
18
|
httpclient (~> 2.8, >= 2.8.3)
|
@@ -57,11 +57,14 @@ GEM
|
|
57
57
|
netrc (~> 0.11)
|
58
58
|
cocoapods-try (1.2.0)
|
59
59
|
colored2 (3.1.2)
|
60
|
-
concurrent-ruby (1.1.
|
60
|
+
concurrent-ruby (1.1.8)
|
61
|
+
debase (0.2.5.beta2)
|
62
|
+
debase-ruby_core_source (>= 0.10.12)
|
63
|
+
debase-ruby_core_source (0.10.12)
|
61
64
|
escape (0.0.4)
|
62
65
|
ethon (0.14.0)
|
63
66
|
ffi (>= 1.15.0)
|
64
|
-
ffi (1.15.
|
67
|
+
ffi (1.15.1)
|
65
68
|
fourflusher (2.3.1)
|
66
69
|
fuzzy_match (2.0.4)
|
67
70
|
gh_inspector (1.1.3)
|
@@ -76,35 +79,39 @@ GEM
|
|
76
79
|
netrc (0.11.0)
|
77
80
|
plist (3.6.0)
|
78
81
|
public_suffix (4.0.6)
|
79
|
-
rake (13.0.
|
82
|
+
rake (13.0.3)
|
80
83
|
rexml (3.2.5)
|
84
|
+
ruby-debug-ide (0.7.2)
|
85
|
+
rake (>= 0.8.1)
|
81
86
|
ruby-macho (1.4.0)
|
82
87
|
thread_safe (0.3.6)
|
83
88
|
typhoeus (1.4.0)
|
84
89
|
ethon (>= 0.9.0)
|
85
90
|
tzinfo (1.2.9)
|
86
91
|
thread_safe (~> 0.1)
|
87
|
-
xcodeproj (1.
|
92
|
+
xcodeproj (1.19.0)
|
88
93
|
CFPropertyList (>= 2.3.3, < 4.0)
|
89
94
|
atomos (~> 0.1.3)
|
90
95
|
claide (>= 1.0.2, < 2.0)
|
91
96
|
colored2 (~> 3.1)
|
92
97
|
nanaimo (~> 0.3.0)
|
93
|
-
rexml (~> 3.2.4)
|
94
98
|
|
95
99
|
PLATFORMS
|
96
100
|
x86_64-darwin-19
|
101
|
+
x86_64-darwin-20
|
97
102
|
|
98
103
|
DEPENDENCIES
|
99
104
|
bundler (~> 2.2.15)
|
100
105
|
cocoapods
|
101
106
|
cocoapods-vemars!
|
102
107
|
concurrent-ruby
|
108
|
+
debase (= 0.2.5.beta2)
|
103
109
|
json
|
104
110
|
plist (~> 3.2)
|
105
111
|
rake
|
106
112
|
rexml
|
113
|
+
ruby-debug-ide
|
107
114
|
xcodeproj
|
108
115
|
|
109
116
|
BUNDLED WITH
|
110
|
-
2.2.
|
117
|
+
2.2.25
|
@@ -4,7 +4,6 @@ require_relative '../services/tailor'
|
|
4
4
|
require_relative 'basicInfo'
|
5
5
|
require_relative '../services/renamer'
|
6
6
|
require 'json'
|
7
|
-
|
8
7
|
module Pod
|
9
8
|
|
10
9
|
class VemarsProject
|
@@ -105,6 +104,16 @@ module Pod
|
|
105
104
|
|
106
105
|
def construct_plist
|
107
106
|
json = JSON.load_file @config_json
|
107
|
+
json["project_info"]["app_id"] = json["project_info"]["app_id"].to_s
|
108
|
+
services = Hash.new
|
109
|
+
if @selected_components.include? "BDHotfix"
|
110
|
+
services["bdhotfix"] = { "dist_area" => "cn", "domain_name" => "", "debug" => true}
|
111
|
+
end
|
112
|
+
if @selected_components.include? "VEH5Kit"
|
113
|
+
services["jsbridge_services"] = { "auth_domain" => "", "auth_enable" => false}
|
114
|
+
services["gecko_services"] = { "platform_domain" => "", "pattern" => "", "gecko_channels" => [], "gecko_access_key" => ""}
|
115
|
+
end
|
116
|
+
json["services"] = services
|
108
117
|
File.open(Dir.pwd + "/onekit-config.plist", 'w') { |file|
|
109
118
|
file.puts json.to_plist
|
110
119
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-vemars
|
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
|
- huangbomao@bytedance.com
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-08-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|