Teameh

Results 64 comments of Teameh

I agree! @albacoretuna would you like PR for `moro help` adding some docs?

Try `moro report --all` 😄 A CSV or JSON output would be nice though!

On my own fork I've merged the upstream master changes in and also updated the documentation index, maybe you could merge these changes in? See https://github.com/teameh/XcodeGen/commits/hide_scheme. @wendyliga Shall I also...

I've submitted a [PR to XcodeProj](https://github.com/tuist/XcodeProj/pull/739) to support `XCUserData` so we can write non shared / user schemes to: *.xcodeproj/xcuserdata/.xcuserdatad/xcschemes. Using that code here makes to possible to fully support...

Nice, thanks! Seems like the [XcodeProj PR](https://github.com/tuist/XcodeProj/pull/739) will take some tweaking before it will get merged. So if we want to move this forward we'll have to drop the `shared:...

> Seems like the https://github.com/tuist/XcodeProj/pull/739 will take some tweaking before it will get merged. 🥳 It's merged! Now lets wait for a release, hehe.

> 🥳 It's merged! Now lets wait for a release, hehe. It's already [released](https://github.com/tuist/XcodeProj/releases/tag/8.9.0)! 😱 I've updated this branch and it all works great! @yonaskolb could you maybe do a...

Awesome! Just updated our production app ymls and could finally hide/sort all the scheme mess. Works great, thanks for merging!

We're facing the same issue with our app. @yonaskolb any thoughts on this?

The [Privacy Report](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests#4239187) only includes the collected data types the app and it's SDK's collect. The descriptions of use of required reason API's and tracking information that is included in...