Compare commits

...

3 Commits

Author SHA1 Message Date
Alessio Nossa
a2e25f4a0c
Merge 8fca2eedb2 into 8beb3b2d2d 2024-08-06 18:54:14 +09:00
Mizuo Nagayama
8beb3b2d2d
fix plural in ProjectSpec.md (#1487) 2024-08-06 05:35:27 +09:00
Alessio Nossa
8fca2eedb2
Add LD_RUNPATH_SEARCH_PATHS to extensionkit-extension preset 2022-08-26 12:38:09 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -1039,7 +1039,7 @@ The different actions share some properties:
- [ ] **askForAppToLaunch**: **Bool** - `run` and `profile` actions can define the executable set to ask to launch. This defaults to false.
- [ ] **launchAutomaticallySubstyle**: **String** - `run` action can define the launch automatically substyle ('2' for extensions).
- [ ] **storeKitConfiguration**: **String** - `run` action can specify a storekit configuration. See [Options](#options).
- [ ] **macroExpansion**: **String** - `run` and `test` action can define the macro expansion from other target. This defaults to nil.
- [ ] **macroExpansion**: **String** - `run` and `test` actions can define the macro expansion from other target. This defaults to nil.
### Execution Action

View File

@ -0,0 +1 @@
LD_RUNPATH_SEARCH_PATHS: ["$(inherited)", "@executable_path/Frameworks", "@executable_path/../../Frameworks"]