Skip to content

Commit

Permalink
Temporarily revert 9980fa0
Browse files Browse the repository at this point in the history
Turns out that it causes regressions for some users (see #1443). I'm going to move this change into a branch for testing and debugging and merge it back in once it's working reliably for everyone.

This change isn't too important for most users of Darling; at the moment, the only significant thing it does is allow xcodebuild to work, but that's not essential at the moment.
  • Loading branch information
facekapow committed Nov 7, 2023
1 parent 141c24a commit 3435165
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 505 deletions.
6 changes: 2 additions & 4 deletions src/shellspawn/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ project(shellspawn)
add_definitions(-nostdinc)

add_darling_executable(shellspawn shellspawn.c duct_signals.c)
add_darling_executable(shellsession shellsession.c)

install(TARGETS shellspawn shellsession DESTINATION libexec/darling/usr/libexec)
install(FILES org.darlinghq.shellsession.plist DESTINATION libexec/darling/System/Library/LaunchDaemons)
install(FILES org.darlinghq.shellspawn.plist DESTINATION libexec/darling/System/Library/LaunchAgents)
install(TARGETS shellspawn DESTINATION libexec/darling/usr/libexec)
install(FILES org.darlinghq.shellspawn.plist DESTINATION libexec/darling/System/Library/LaunchDaemons)

17 changes: 0 additions & 17 deletions src/shellspawn/org.darlinghq.shellsession.plist

This file was deleted.

Loading

0 comments on commit 3435165

Please sign in to comment.