bloomberg / xcdiff

A tool which helps you diff xcodeproj files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Settings that appear in only one of the projects should inform their current value

natanrolnik opened this issue · comments

When working with Tuist and using xcdiff to get to the "ideal" Project.swift file, xcdiff is very valuable, especially in the Settings section. Not only xcdiff shows which values differ, but also which values are present only in one of them:

XcdiffSettings

It would be even better for the workflow, if xcdiff also printed the current value after the setting key. In the current workflow, I need to open such project, go to the right target, open the settings tab, look for the key, and then copy the value. Xcdiff has this data easily availble and could print it right away 😄

That's a very good idea! :)