From a189bb5f80cf5e283d915431482f83f9743e7a6b Mon Sep 17 00:00:00 2001 From: Thomas A Date: Wed, 12 Apr 2023 08:52:39 -0700 Subject: [PATCH] Upload README.md and UPDATE_SOURCE.md --- README.md | 9 +++++++++ darling/notes/UPDATE_SOURCE.md | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 README.md create mode 100644 darling/notes/UPDATE_SOURCE.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..850c31c --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# darling-JavaScriptCore + +## Upstream URL + +https://github.com/apple-oss-distributions/JavaScriptCore/tree/JavaScriptCore-7611.3.10.1.3 + +## Updating Source + +When updating the source code, make sure to refer to the [`Updating Sources`](https://docs.darlinghq.org/contributing/updating-sources/index.html#updating-sources) section from the Darling Docs website. Additional details (if any) can be found in [`darling/notes/UPDATE_SOURCE.md`](darling/notes/UPDATE_SOURCE.md). \ No newline at end of file diff --git a/darling/notes/UPDATE_SOURCE.md b/darling/notes/UPDATE_SOURCE.md new file mode 100644 index 0000000..523291e --- /dev/null +++ b/darling/notes/UPDATE_SOURCE.md @@ -0,0 +1,5 @@ +# Notes + +* When uploading the sources to GitHub, make sure to not include the generated `.pyc` files. +* Make sure to execute `generate-derived-sources.sh` and `generate-unified-sources.sh` first before you execute `generate-offlineasm.sh` +* Make sure to check/update the `generate-offlineasm.sh` script first before you execute it. \ No newline at end of file