podfileDep 1.1.3 → 1.1.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/CHANGELOG.md +5 -1
- data/lib/podfileDep/version.rb +1 -1
- data/lib/podfileDep.rb +3 -3
- 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: f24323c1a1518c6ad19c0728d2c2d0dcd7bfcfe1fbbfebda26f732b1e42d2705
|
|
4
|
+
data.tar.gz: 77a8681970626fef5fac4695883eb05ad1c909ab119bb3d8fb72667a431adaf7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a57f95164c72dce0137114a4e41745b796588990f0b4e41f08ae376862490dbda23d83b53281712d9081ee9066846a3129a1b6a93c8b9766ce037aac181ecf5
|
|
7
|
+
data.tar.gz: 36932bc857bed09de1980b33f3deacfb9a66632c4c78bbd436d99f1da2579b823bfa2abbe6fc70e15dc7a349f6c54a29ce7ceac0bf6439ad29384b1fa9fd7db5
|
data/CHANGELOG.md
CHANGED
data/lib/podfileDep/version.rb
CHANGED
data/lib/podfileDep.rb
CHANGED
|
@@ -808,14 +808,14 @@ module SpecialDeal
|
|
|
808
808
|
|
|
809
809
|
newStr = "#import <objc/runtime.h>
|
|
810
810
|
#import <malloc/malloc.h>"
|
|
811
|
-
PathUtil.replaceStr("/
|
|
811
|
+
PathUtil.replaceStr("Pods/FBRetainCycleDetector/FBRetainCycleDetector/Graph/FBObjectiveCGraphElement.mm", "#import <objc/runtime.h>", newStr)
|
|
812
812
|
|
|
813
813
|
newStr = "malloc_zone_t *zone = malloc_zone_from_ptr((__bridge void *)object); if (zone) { Class aCls=object_getClass(object);"
|
|
814
|
-
PathUtil.replaceStr("/
|
|
814
|
+
PathUtil.replaceStr("Pods/FBRetainCycleDetector/FBRetainCycleDetector/Graph/FBObjectiveCGraphElement.mm", "Class aCls = object_getClass(object);", newStr)
|
|
815
815
|
|
|
816
816
|
newStr = "}
|
|
817
817
|
# endif"
|
|
818
|
-
PathUtil.replaceStr("/
|
|
818
|
+
PathUtil.replaceStr("Pods/FBRetainCycleDetector/FBRetainCycleDetector/Graph/FBObjectiveCGraphElement.mm", "#endif", newStr)
|
|
819
819
|
|
|
820
820
|
end
|
|
821
821
|
end
|