Skip to content

Add IDEWorkspaceChecks support#40

Merged
EvanBacon merged 1 commit intomainfrom
@evanbacon/IDEWorkspaceChecks
Feb 27, 2026
Merged

Add IDEWorkspaceChecks support#40
EvanBacon merged 1 commit intomainfrom
@evanbacon/IDEWorkspaceChecks

Conversation

@EvanBacon
Copy link
Owner

@EvanBacon EvanBacon commented Feb 27, 2026

Summary

Add support for parsing and building IDEWorkspaceChecks.plist files.

Introduced in Xcode 9.3, these files store the state of workspace checks to prevent them from being recomputed each time the workspace is opened. The primary use is suppressing the macOS 32-bit deprecation warning via the IDEDidComputeMac32BitWarning flag.

Note: This is NOT related to the "trust this project" security dialog - that's a separate Xcode feature.

Features

  • Low-level API: parseChecks/buildChecks functions for plist manipulation
  • High-level API: IDEWorkspaceChecks class with open/create/save methods
  • XCWorkspace integration: getWorkspaceChecks(), setMac32BitWarningComputed() methods
  • Convenience property: mac32BitWarningComputed getter/setter

References

Test plan

  • Unit tests for parseChecks/buildChecks (10 tests)
  • Integration tests for IDEWorkspaceChecks class (30 tests)
  • XCWorkspace integration tests
  • All 575 tests pass
  • TypeScript compiles successfully

🤖 Generated with Claude Code

@EvanBacon EvanBacon force-pushed the @evanbacon/IDEWorkspaceChecks branch 2 times, most recently from 646d3f6 to 8694aa1 Compare February 27, 2026 20:49
Add support for parsing and building IDEWorkspaceChecks.plist files.
Introduced in Xcode 9.3, these store workspace check states to prevent
recomputation on each open.

Primary use: suppressing the macOS 32-bit deprecation warning via
IDEDidComputeMac32BitWarning flag.

Features:
- Low-level API: parseChecks/buildChecks for plist manipulation
- High-level API: IDEWorkspaceChecks class with open/create/save methods
- XCWorkspace integration: getWorkspaceChecks, setMac32BitWarningComputed
- Convenience property: mac32BitWarningComputed getter/setter

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@EvanBacon EvanBacon force-pushed the @evanbacon/IDEWorkspaceChecks branch from 8694aa1 to 4dfb341 Compare February 27, 2026 20:50
@EvanBacon EvanBacon merged commit d988c06 into main Feb 27, 2026
1 check passed
@EvanBacon EvanBacon deleted the @evanbacon/IDEWorkspaceChecks branch February 27, 2026 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant