Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 572 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 572 Bytes

ios-scripts

Various scripts for helping debug iOS applications


contents

  1. findcoredatadb - locates the Core Data sqlite database most recently modified by the iOS simulator. opening this sqlite database may help debug any database issues

  2. iosctrl - performs a lot of operations on Xcode .xcodeproj projects including clean, build, and export .ipa executables, create iOS simulator instances, un/install projects to simulators using arbitrary SDKs/runtimes, and control apps running under simulation