File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ def save_to_podfile(text):
30
30
def initial ():
31
31
return (wrapper (
32
32
"""
33
+ keep_source_code_for_prebuilt_frameworks!
34
+
33
35
pod "Masonry"
34
36
""" ),
35
37
"""
@@ -39,6 +41,8 @@ def initial():
39
41
def addSwiftPod ():
40
42
return (wrapper (
41
43
"""
44
+ keep_source_code_for_prebuilt_frameworks!
45
+
42
46
pod "RxCocoa", :binary => true
43
47
pod "Literal", :binary => true
44
48
""" ),
@@ -50,6 +54,8 @@ def addSwiftPod():
50
54
def revertToSourceCode ():
51
55
return (wrapper (
52
56
"""
57
+ keep_source_code_for_prebuilt_frameworks!
58
+
53
59
pod "RxCocoa", :binary => true
54
60
pod "Literal"
55
61
""" ),
@@ -132,5 +138,5 @@ def universalFlag():
132
138
133
139
if __name__ == "__main__" :
134
140
arg = sys .argv [1 ]
135
- print ("change Podfile to: " + arg )
141
+ print ("=================== \n change Podfile to: " + arg + " \n " )
136
142
save_to_podfile (globals ()[arg ]())
You can’t perform that action at this time.
0 commit comments