Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
Is your feature request related to a problem? Please describe.
xcdiff currently leverages xcodebuild -showBuildSettings to obtain the resolved build settings for a specified Xcode project. It then performs some custom parsing on the raw command output to process the results.
Describe the solution you'd like
There is a -json flag available on xcodebuild that can be used to
Is your feature request related to a problem? Please describe.
xcdiffcurrently leveragesxcodebuild -showBuildSettingsto obtain the resolved build settings for a specified Xcode project. It then performs some custom parsing on the raw command output to process the results.Describe the solution you'd like
There is a
-jsonflag available onxcodebuildthat can be used to