wolfposd / avatarsync

AvatarSync
GNU General Public License v2.0
6 stars 0 forks source link

AvatarSync

AvatarSync provides capabilities to synchronize profile pictures from various sources, like WhatsApp or Facebook. The functionalities used require a jailbroken iOS device (7.0-8.2) and a compiled version can be found on TheBigBoss-repository.

Implementing further functionality

For implementing further matching modes two options are possible:

Multiple Matching

One can add further matching capabilities by implementing MatchingDelegate.h. The implementing class needs to be added to the MultipleBaseTableViewController.m in its viewDidLoad-method

Single Matching

For adding a singlematcher there are multiple custom ways to do this. See ImageApplyOptions.m#156 for examples.