podfileDep 1.1.2 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -1
- data/lib/podfileDep/version.rb +1 -1
- data/lib/podfileDep.rb +12 -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: f7d5a0259d484c24d84171ba5ee9b51c7faa24335af4c16f204fe33aa7f3d96f
|
4
|
+
data.tar.gz: 5c3b7edeb4fa8725f0a17227c54f76bd6c25841d03898f465a3917ba8629c8e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd7a0836542b53fdbd68797bbb34a24339267a90c82bb631ecaad31d90d070472b93596a0da2ab3400d137c73b70e1ee03d2839d24a7515dcd677522894095b2
|
7
|
+
data.tar.gz: ef4d3b1fab36b8d876295f30f04b95504e4f7067a6a5e860e76466974f8992d30e95e7469e8df39fa861731ff9a1da6feac0114b4b934837449921cc6df283da
|
data/CHANGELOG.md
CHANGED
data/lib/podfileDep/version.rb
CHANGED
data/lib/podfileDep.rb
CHANGED
@@ -805,6 +805,18 @@ module SpecialDeal
|
|
805
805
|
def SpecialDeal.FBRetainCycleDetector()
|
806
806
|
PathUtil.replaceStr("Pods/FBRetainCycleDetector/FBRetainCycleDetector/Layout/Classes/FBClassStrongLayout.mm", "layoutCache[currentClass] = ivars;", "layoutCache[(id<NSCopying>)currentClass] = ivars;")
|
807
807
|
PathUtil.replaceStr("Pods/FBRetainCycleDetector/fishhook/fishhook.c", "indirect_symbol_bindings[i] = cur->rebindings[j].replacement;", "if(i < (sizeof(indirect_symbol_bindings) /sizeof(indirect_symbol_bindings[0]))) {indirect_symbol_bindings[i]=cur->rebindings[j].replacement;}")
|
808
|
+
|
809
|
+
newStr = "#import <objc/runtime.h>
|
810
|
+
#import <malloc/malloc.h>"
|
811
|
+
PathUtil.replaceStr("/Users/wangshuaipeng/BSCode/CreateFrameworkJob/TempCode/SourceCode/FBRetainCycleDetector/Graph/FBObjectiveCGraphElement.mm", "#import <objc/runtime.h>", newStr)
|
812
|
+
|
813
|
+
newStr = "malloc_zone_t *zone = malloc_zone_from_ptr((__bridge void *)object); if (zone) { Class aCls=object_getClass(object);"
|
814
|
+
PathUtil.replaceStr("/Users/wangshuaipeng/BSCode/CreateFrameworkJob/TempCode/SourceCode/FBRetainCycleDetector/Graph/FBObjectiveCGraphElement.mm", "Class aCls = object_getClass(object);", newStr)
|
815
|
+
|
816
|
+
newStr = "}
|
817
|
+
# endif"
|
818
|
+
PathUtil.replaceStr("/Users/wangshuaipeng/BSCode/CreateFrameworkJob/TempCode/SourceCode/FBRetainCycleDetector/Graph/FBObjectiveCGraphElement.mm", "#endif", newStr)
|
819
|
+
|
808
820
|
end
|
809
821
|
end
|
810
822
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: podfileDep
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- WANGSHUAIPENG
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03-
|
11
|
+
date: 2023-03-08 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: iOS 端Podfile文件托管
|
14
14
|
email:
|