I have a requirement to develop a Mac OSX application. Dmg file creation should be done dynamically. Each user should be delivered with a unique build/bundle that differs in some means, say a difference in algorithm.
My ultimate aim is to create unique Build(dmg) for each user which must be downloaded from the server. How much feasible it is?
Please help.