Commit graph

17 commits

Author SHA1 Message Date
Eberhard Beilharz
b20d7f1eb4
refactor(web): move sentry-manager → web/src/engine/sentry-manager
Move `common/web/sentry-manager` to `web/src/engine/sentry-manager`.

Fixes: #12387
2024-09-11 15:15:01 +02:00
Marc Durdin
cd8121ef65 chore(common): builder scripts now use /resources/build/builder.inc.sh
Note: there is a bit of potential confusion about the difference between
/resources/builder.inc.sh (the full implementation for builder scripts),
and /resources/build/builder.inc.sh (the source script that builder
scripts should always use).

This allows us to make assumptions that will always be true for builder
scripts that may not be true for other scripts, such as setting base
folder.
2024-05-02 15:54:31 +07:00
Marc Durdin
0f390d47cc chore(common): maintenance on build scripts - cd
Fixes #11324.

* Always `cd "$THIS_SCRIPT_PATH"`
* Remove unnecessary `cd` from all build.sh
* Remove unnecessary `set -eu` from all build.sh (and `# set -x`)
* Replace old build-utils.sh incantation in a few build.sh scripts
2024-05-02 15:54:29 +07:00
Joshua A. Horton
5a0a79e93b chore(web): inlines app/webview sourcemap b/c Android WebView inspection reqt 2024-01-17 11:38:02 +07:00
jahorton
0341a4a3d1 chore(ios): minor build-script cleanup 2023-07-06 12:15:04 +07:00
Joshua A. Horton
b65a80f6f9 fix(ios): lots more fixes per PR review 2023-07-03 09:01:23 +07:00
Joshua A. Horton
3619180720 chore(ios): a bit of suggested trim 2023-06-30 12:58:35 +07:00
Joshua A. Horton
79c4fabf93 fix(ios): should not double-absolute a path (again) 2023-06-30 12:57:25 +07:00
Joshua A. Horton
d9bf6c996b fix(ios): should not double-absolute a path 2023-06-30 12:56:59 +07:00
Joshua A. Horton
30cc48f29e chore(ios): skipped one in a file I meant to complete 2023-06-30 12:56:14 +07:00
Joshua A. Horton
ab237cf3fc chore(ios): addresses some PR review concerns 2023-06-30 12:54:22 +07:00
Joshua A. Horton
09ca1492fc change(ios): relative to absolute build folder pathing 2023-06-27 11:54:20 +07:00
Joshua A. Horton
79ccc575ed fix(ios): pathing to xcworkspace from nested folder scripts 2023-06-27 11:33:09 +07:00
Joshua A. Horton
093300aa47 fix(ios): correct dir for carthage use 2023-06-27 11:03:03 +07:00
Joshua A. Horton
ea0cddfd5e chore(ios): forgot to cleanup an in-dev line (sigh) 2023-06-27 10:55:41 +07:00
Joshua A. Horton
489c55d988 fix(ios): forgot to adjust include paths for build-utils.sh 2023-06-27 10:50:14 +07:00
Joshua A. Horton
90a08f1d55 change(ios): mass rework of ios-related scripts 2023-06-27 10:33:37 +07:00
Renamed from ios/kmbuild.sh (Browse further)