commits
No warnings in src/frameworks and src/private-frameworks now.
-Werror has been turned on there to keep it that way.
Add note to use CFBundle instead of reading Info.plist directly
Uses the proper launchd way, spawn_via_launchd
launchd fails due to unimplemented syscall.
Unimplemented syscall (428)
- Basic open executable that invokes LaunchServices on it's parameter
- LaunchServices sees that it's a file URL and ends in .app so
it gets the main executable in it's Info.plist
Current state: prints out the path to the main executable.
Next step: get that to launch (can't just be a fork,
owned by launchd on macOS??)
Remove all Objective-C syntax usages
The option was inspected without considering the protocol level.
This could lead to a false assumption
of the size of the passed in buffer.
Fixes #303
* add 3 frameworks: AVKit MultipeerConnectivity CoreGraphics
* add CoreGraphics
* remove new CoreGraphics
* move AVKit MultipeerConnectivity to frameworks
* move AVKit MultipeerConnectivity to frameworks
* move AVKit MultipeerConnectivity to frameworks
Prevents ssh from hanging. Now it asks for password then segfaults.
darlinghq/darling#303
- Basic open executable that invokes LaunchServices on it's parameter
- LaunchServices sees that it's a file URL and ends in .app so
it gets the main executable in it's Info.plist
Current state: prints out the path to the main executable.
Next step: get that to launch (can't just be a fork,
owned by launchd on macOS??)