iOS now looks in document directory before application directory in preparation for chunked install, DLC, and content patching
COTF and iterative deploy copy data to the /Documents/cacheddata directory
#ios
[CL 2516466 by Peter Sauerbrei in Main branch]
Implemented iterative deploy framework and iOS specific implementation
When utilizing iterative deploy in conjunction with incremental cooking only the changed items are pushed to the device resulting in potentially far faster iteration times.
#ios
#codereview daniel.lamb, marcus.wassmer, chris.babcock, josh.adams
[CL 2386082 by Peter Sauerbrei in Main branch]