cocoapods-modularization 0.3.0 → 0.3.2

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: d6dae46a5cc174c62cd41d9da33c9347e00de0ee7bb35a3f4aec4ac3788519bf
4
- data.tar.gz: d0aa28534dda70eae9d1429178fbb765c347be715ef98a6eb3ec4e342bd1a991
3
+ metadata.gz: 1ef233aa5cb35dabcfdb1c5d73bfd39873a2426b53c8f43067b998a2696808ec
4
+ data.tar.gz: 63e4b092e68e900beded3b7539ad0cdc0f1d81dfad1b1fbe5661a4699b2ec4f0
5
5
  SHA512:
6
- metadata.gz: ce29a7832c2d148a2be23eca915d5380b63494c00877715e8bc45129822f8c2abbad5886edb7cf045e14a4cbb8a39f53260c3185c0c56b09f9534e91453db1fb
7
- data.tar.gz: 8b0f7ce3c57861a3eb2b143d8b1bf71092c12efccc482315009359072b4311e2b7a4a254c8ee82238b67f9796b26fac2de1a04b7d14f89bb977d9ee6dfa413dc
6
+ metadata.gz: 17ff2f5a7b32612c1c2b9811a6ab6a17433b5412dbd231f2067a5d6f80d24b5c1fc28b612b38fb14e7fa3b24948ea92c5c397cc7fc8d423df13f199fd7b2c96a
7
+ data.tar.gz: 762caf19c7f6e5bb6a0fd148caa99f0d5ce0794cd16e43b9df8f0e6c9618938306917e81b7f560d32f53e73264712c74b601cd1e4a7808a8380c5378c24dcbcf
@@ -86,7 +86,7 @@ module Pod
86
86
  def add_modularization_into_xcode_reference
87
87
  project = Xcodeproj::Project.open('Pods/Pods.xcodeproj')
88
88
 
89
- [Meta::MetaConstants.podfile_local_path, Meta::MetaConstants.meta_path, Meta::MetaConstants.data_path].each do |file|
89
+ [Meta::MetaConstants.podfile_local_path, Meta::MetaConstants.meta_path, Meta::MetaConstants.data_path, Meta::MetaConstants.branch_cache_path].each do |file|
90
90
  next unless File.exists?(file)
91
91
  project.new_file("#{Dir.pwd}/#{file}", :project).tap do |podfile_ref|
92
92
  podfile_ref.xc_language_specification_identifier = 'xcode.lang.yaml'
@@ -47,7 +47,7 @@ module Pod
47
47
  FileUtils.rm_rf("#{Private::PrivateCache.root_path}/Repo")
48
48
  end
49
49
 
50
- system_build("/usr/bin/git clone #{repo_url} #{Private::PrivateCache.root_path}/Repo--single-branch --depth 1")
50
+ system_build("/usr/bin/git clone #{repo_url} #{Private::PrivateCache.root_path}/Repo --single-branch --depth 1")
51
51
 
52
52
  # 遍历文件夹
53
53
  max_version = Dir.glob("#{Private::PrivateCache.root_path}/Repo/#{@name}/*").map { |e| Gem::Version.new(e.match(/\d{1,2}\.\d{1,2}\.\d{1,2}/).to_s) }.max.to_s
@@ -1,3 +1,3 @@
1
1
  module CocoapodsModularization
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-modularization
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - lazy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-11 00:00:00.000000000 Z
11
+ date: 2023-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler