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):
3030def initial ():
3131 return (wrapper (
3232"""
33+ keep_source_code_for_prebuilt_frameworks!
34+
3335pod "Masonry"
3436""" ),
3537"""
@@ -39,6 +41,8 @@ def initial():
3941def addSwiftPod ():
4042 return (wrapper (
4143"""
44+ keep_source_code_for_prebuilt_frameworks!
45+
4246pod "RxCocoa", :binary => true
4347pod "Literal", :binary => true
4448""" ),
@@ -50,6 +54,8 @@ def addSwiftPod():
5054def revertToSourceCode ():
5155 return (wrapper (
5256"""
57+ keep_source_code_for_prebuilt_frameworks!
58+
5359pod "RxCocoa", :binary => true
5460pod "Literal"
5561""" ),
@@ -132,5 +138,5 @@ def universalFlag():
132138
133139if __name__ == "__main__" :
134140 arg = sys .argv [1 ]
135- print ("change Podfile to: " + arg )
141+ print ("=================== \n change Podfile to: " + arg + " \n " )
136142 save_to_podfile (globals ()[arg ]())
You can’t perform that action at this time.
0 commit comments