pod-builder 1.9.0 → 1.9.1

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: 9724d0be2d88cffbc868bd402588a0660ee148fb1f34c86842ecfe66a3f93bce
4
- data.tar.gz: 709c3cd1614316aa56a20484e8c41eea4d98dae9901ad3d8e6de05f70306b2ce
3
+ metadata.gz: 8c37ff5550761bfe18ada4caad8e9c0556dd5093226a913dc7f66225ddb98692
4
+ data.tar.gz: 47800fae66cada29332c3ac28a2ccaac6f51c258779b9d46307918459f0a575c
5
5
  SHA512:
6
- metadata.gz: 9088b416155bdf5a0ebba7c12e6d5d9cfde8e262fa01718da5d792cebba1e54b3ac63253d165f3e6978016a3298d6259ddb56a48b70eb4788990d82d253ccf7f
7
- data.tar.gz: 8d7ccc8cf5f12462dfd6fc1bc08f8ded4560023028c88236e42a2f7464e4ed61d1b675e92de74394c672aa2d7185b3f103f3c091b1b9835fc5e4a7ee9ca7f910
6
+ metadata.gz: 5e07db51795f4ae675c168ecc2fda845aef7feba556c48d1dc4b50d4c4b7328187af73fc83bcb17fbe74075c2ef7cd452c831b120f2b0f99111d2cf6e6225eb1
7
+ data.tar.gz: 86272195b4a0cf17a152517263e449b42d0849d1863e7489fc168df59f961ecf40478cfb4f07597997d06717d64c8a0e2f8c1758a429025e8a1b5b81f9f52f26
@@ -39,8 +39,8 @@ Command:
39
39
  + update Rebuild frameworks that are outdated
40
40
  + restore_all Rebuild all pods declared in the Restore-Podfile
41
41
  + install_sources Install sources of pods to debug into prebuilt frameworks
42
- + update_lldbinit Update ~/.lldbinit-Xcode setting target.source-map to debug prebuilt frameworks
43
- + clear_lldbinit Clear ~/.lldbinit-Xcode setting with PodBuilder's customizations
42
+ + update_lldbinit Generate an lldbinit file with setting target.source-map to debug prebuilt frameworks
43
+ + clear_lldbinit Clear an lldbinit file from PodBuilder's customizations
44
44
  + switch Switch between prebuilt/development/standard pod in the Application-Podfile
45
45
  + clean Remove prebuild frameworks, dSYMs and source files added by `install_sources` command that are no longer in the PodBuilder-Podfile
46
46
  + sync_podfile Update your Application-Podfile with all pods declared in the PodBuilder-Podfile
@@ -33,7 +33,7 @@ module PodBuilder
33
33
  all_podfile_pods = analysis_result.podfile_dependency_cache.podfile_dependencies
34
34
 
35
35
  external_source_pods = all_podfile_pods.select(&:external_source)
36
- checkout_options = external_source_pods.map { |x| [x.name, x.external_source] }.to_h
36
+ checkout_options = external_source_pods.map { |x| [x.name.split("/").first, x.external_source] }.to_h
37
37
 
38
38
  # this adds the :commit which might be missing in checkout_options
39
39
  # will also overwrite :branch with :commit which is desired
@@ -1,4 +1,4 @@
1
1
  module PodBuilder
2
- VERSION = "1.9.0"
2
+ VERSION = "1.9.1"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pod-builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Camin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-14 00:00:00.000000000 Z
11
+ date: 2020-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler