We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a26e2b commit f26d6a0Copy full SHA for f26d6a0
repack.py
@@ -5,7 +5,7 @@ def get_package_swift() -> str:
5
text = rf.read()
6
return text
7
8
-with open("Package.swift", "r") as f:
+with open("Package.swift", "w") as f:
9
old = "PythonSwiftLink/PythonCore"
10
new = "KivySwiftLink/PythonCore"
11
package_text = get_package_swift().replace(old, new)
0 commit comments