Draft
Conversation
Adds a new iOS + Mac Catalyst app for framing photos to standard print (4×6, 5×7, 8×10, 11×14) and social media (1:1, 4:5, 16:9, 9:16) sizes. Supports importing from the photo library, file picker, and drag-and-drop. Two framing modes: crop-to-fill and fit-with-mat with configurable border color. Includes a mobileApp() Tuist helper and unit tests for the framing service, models, and file export. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Restores mobileDestinations/mobileDeployment that were removed by 02f564d, and makes framework() build for all destinations (mobile + mac) using .multiplatform() deployment targets so frameworks can be consumed by both mobileApp() and macApp() targets. Also fixes .accent → Color.accentColor in PhotoImportView. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
Project.swift,Tuist.swift), mise-pinned Tuist 4.40.0,idedev script, GitHub Actions CI, andAGENTS.mdmobileApp(),macApp(), andframework()target helpers toProject.swiftTest plan
./ide— Tuist generates without errorstuist test— all unit tests pass (FrameSize, FramingService, FramingConfiguration, PhotoExporter)🤖 Generated with Claude Code