helper: validate external launch agent bridge#2
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (18)
📝 WalkthroughWalkthroughAdds a ChangesAutomation Helper XPC Hardening & Inherited Sandbox Probe
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1166f7be4c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| log "Building SiriousAutomationHelper $CONFIGURATION into $DERIVED_DATA_PATH." | ||
| xcodebuild build \ | ||
| -project "$REPO_ROOT/Sirious.xcodeproj" \ | ||
| -scheme SiriousAutomationHelper \ |
There was a problem hiding this comment.
Build the helper by target or share its scheme
In a fresh checkout, git ls-files 'Sirious.xcodeproj/xcshareddata/xcschemes/*' only shows Sirious.xcscheme, but this new install path asks xcodebuild for a SiriousAutomationHelper scheme. The xcodebuild man page distinguishes -scheme (“Build the scheme specified by schemename”) from -target (“Build the target specified by targetname”), so install/--check-xpc fails before installing the external helper unless the developer has a private local helper scheme. Please either generate/share a helper scheme in project.yml or build with -target SiriousAutomationHelper.
Useful? React with 👍 / 👎.
Summary:
Verification:
Summary by CodeRabbit
Release Notes
New Features
Documentation
Improvements