Remove YogaKit
Summary: We deprecated this as part of the Yoga 2.0 release. The last version is still present as part of the release-v2.0 branch, and was still published, but we are not carrying the code forward. This removes it. Reviewed By: mdvacca Differential Revision: D47136781 fbshipit-source-id: ac60939efb2372db04e33ed26456bad2f3b5852b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
660edcec20
commit
7097b12b92
@@ -28,10 +28,9 @@ with open("javascript/package.json", "r+") as f:
|
||||
f.seek(0)
|
||||
f.write(new_contents)
|
||||
|
||||
for podspec in ["Yoga.podspec", "YogaKit.podspec"]:
|
||||
with open(podspec, "r+") as f:
|
||||
new_contents = re.sub(
|
||||
r"spec\.version = '.*'", f"spec.version = '{version}'", f.read()
|
||||
)
|
||||
f.seek(0)
|
||||
f.write(new_contents)
|
||||
with open("Yoga.podspec", "r+") as f:
|
||||
new_contents = re.sub(
|
||||
r"spec\.version = '.*'", f"spec.version = '{version}'", f.read()
|
||||
)
|
||||
f.seek(0)
|
||||
f.write(new_contents)
|
||||
|
Reference in New Issue
Block a user