Skip to content

Commit

Permalink
modify podfile file script
Browse files Browse the repository at this point in the history
  • Loading branch information
sync2gitee committed Mar 15, 2024
1 parent c07d690 commit c2056f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/modify_podfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def modfiy(path):
elif "pod 'CocoaAsyncSocket" in line:
line = '\t'+"pod 'CocoaAsyncSocket', :git => 'https://gitee.com/shengwang-dependencies/CocoaAsyncSocket.git'" + "\n"
elif 'sh .download_script' in line:
line = line.replace('#system', 'system').replace('# system', 'system').replace('# system', 'system').replace('false', 'true')
line = line.replace('#', '').replace('false', 'true')
contents.append(line)
file.close()

Expand Down

0 comments on commit c2056f0

Please sign in to comment.