pod-builder 1.5.0 → 1.6.0
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/pod_builder/configuration.rb +1 -0
- data/lib/pod_builder/install.rb +1 -1
- data/lib/pod_builder/version.rb +1 -1
- 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: 6c6275f3a40b0b245434453e3b7a0f65e58e67bd5014cc5e51f6bfb150293bad
|
4
|
+
data.tar.gz: f521cdbb64dbce74c33ffad91b256766c770f1f42ec3a77e1cf1d07c6bdbaa5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df5f8f23b4d9eb6af7d9a9aed757aa0f1ea71414d0b8dcdf872f1b7bcf21d425ac48d242901d90a73a05d2a794c026613af6741f205b3ee01b47c610e7e004a0
|
7
|
+
data.tar.gz: d3688d9b6fa5b0e475f0065017cfcc156e4d888c1ecd7f707c651a7623a025c58b046baae24ee41bf5e7a16e6763d7c1605f06d82eb40122fc207972d733d880
|
data/lib/pod_builder/install.rb
CHANGED
@@ -56,7 +56,7 @@ module PodBuilder
|
|
56
56
|
end
|
57
57
|
|
58
58
|
# It is important that CocoaPods compiles the files under Configuration.build_path in order that DWARF
|
59
|
-
# debug
|
59
|
+
# debug info reference to this path. Doing otherwise breaks the assumptions that make the `update_lldbinit`
|
60
60
|
# command work
|
61
61
|
podfile_content.gsub!(podfile_item.path, destination_path)
|
62
62
|
|
data/lib/pod_builder/version.rb
CHANGED