mirror of
https://github.com/sparkle-project/Sparkle.git
synced 2025-11-01 15:34:38 +00:00
This changes the way we authorize & execute commands, and how we wait for their completion. In order to obtain the correct child to wait (instead of another one terminating intermediately), we use a wrapper tool (fileop) to output its pid onto the communication pipe that we read from the other end.
6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
// Fileop tool only
|
|
|
|
PRODUCT_NAME = $(SPARKLE_FILEOP_TOOL_NAME)
|
|
SKIP_INSTALL = YES
|
|
CLANG_ENABLE_MODULES = NO
|