
📝 Scaffold iOS Project

   Name: SnapshotTestApp
   Path: <TMPDIR>/ios
   Platform: iOS

✅ Project scaffolded successfully
  └ <TMPDIR>/ios

Next steps:
1. Important: Before working on the project make sure to read the README.md file in the workspace root directory.
2. Build for simulator: xcodebuildmcp simulator build --workspace-path <TMPDIR>/ios/SnapshotTestApp.xcworkspace --scheme SnapshotTestApp --simulator-name 'iPhone 17'
3. Build and run on simulator: xcodebuildmcp simulator build-and-run --workspace-path <TMPDIR>/ios/SnapshotTestApp.xcworkspace --scheme SnapshotTestApp --simulator-name 'iPhone 17'
