Heiko Behrens
Heiko Behrens
I often review code using `git review -N ` or with this newly discovered plugin (THANK YOU SO MUCH @uwolfer!) by using "Cherry-Pick (No Commit" so that I can use...
Thanks for the reply, @uwolfer – I upvoted that ticket but looking at its history makes me sad… The closest feature I can think of is "Open on GitHub" from...
Yes, I was also wondering: "How do you rebuild `MCSketchConstraints.bundle`?" – do you plan to release its source and share your build process for it?
Two quick ideas regarding the size of the dataset: 1. some apps implement several schemes (currently 12297 schemes and 10736 apps) so it might be feasable to leave out some...
I've implemented two scripts earlier this day to 1. collect data from IPAs (incl. information about the version since schemes change over time, so they can be used to determine...
Another option to shrink the size would be to separate between `schemeApps-ipad.json` and `schemeApps-iPhone.json`.
When combining with a phase at build-time you could omit the values that are not needed.
Again, we are thinking of different sets of use cases. For an "app scanner" you are right and its perfectly fine to detect apps that run in compatibility mode. In...
I will publish a repo with the set of Python scripts I created the recent additions with (as soon as I will find time). After I have puslished those we...
Hey Daniel, you can find the script I was talking about at https://github.com/HBehrens/collectIPAMetaData