Merged
Conversation
Development
Add Package.resolved for Xcode Cloud builds
Fix App Store compliance issues (ITMS-90242, ITMS-90296)
Fix compiler warnings preventing App Store build
Eliminate remaining compiler warnings for App Store build
Development
Fix App Store Connect submission issues for tibok v1.0.2
Fix App Store Connect build number mismatch for tibok v1.0.2
Fix ITMS-90546: Configure Assets.xcassets as compilable asset catalog
Fix ITMS-90546: Move Assets.xcassets to sources with explicit build p…
Adjust dimmed text opacity based on appearance mode. In dark mode, use 0.5 alpha instead of 0.3 for better visibility of defocused paragraphs. Co-authored-by: kristinaquinones <5562083+kristinaquinones@users.noreply.github.com>
…rk-compatibility Adjust focus mode dimming for dark mode visibility
Development
- Changed Xcode Cloud trigger from version tags to apple-store-distro branch - Updated XCODE_CLOUD_SETUP.md to reflect existing CI/CD configuration - Added Quick Start section for easy reference - Added Quick Reference commands at the end The repository already has Xcode Cloud configured with the apple-store-distro branch triggering App Store builds. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Includes all workspace and git enhancements: - Folder operations (create, rename, delete) - File move/copy with drag & drop - Multi-select and bulk operations - Branch management UI - Diff viewer - Commit history browser - Comprehensive keyboard shortcuts This merge will trigger Xcode Cloud to build and upload to TestFlight. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Fixes Xcode Cloud build errors by registering: - GitModels.swift (Models) - GitHistoryView.swift (Views) - GitDiffView.swift (Views) - WorkspaceMonitor.swift (Services) - KeyboardShortcuts.swift (Extensions) These files existed on disk but weren't in project.pbxproj, causing 'Cannot find ... in scope' compilation errors. Created Extensions group and added all files with proper: - PBXFileReference entries - PBXBuildFile entries - PBXGroup membership - PBXSourcesBuildPhase inclusion Verified with: - plutil syntax check: OK - swift build: successful - Each file appears 4 times in project file 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Includes fix for missing Swift files in Xcode project. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Apple store distro 1.0.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.