blob: fee8d1cb7f21a944e044221e767ec51685a6cae8 [file] [log] [blame]
{
"name": "CheatCodes",
"version": "0.2.1",
"summary": "UIKeyCommand shortcuts for debugging applications in the simulator",
"description": "CheatCodes is a drop in tool to enable some basic debugging functionality in the simulator by using `UIKeyCommand`.\n\nCurrently, it ships with the following already available:\n\n```\nAvailable Cheat Codes:\n======================\n ⌘ + ⇧ + ^ + ↓: Trigger restorable state preservation\n ⇧ + ^ + d: Print documents directory path\n ⇧ + ^ + e: Re-enable user interaction\n ⌘ + ⌥ + f: Reset all first run screens\n ⇧ + ^ + g: Log in a default user account\n ⇧ + ^ + h: Print the list of available commands\n ⇧ + ^ + i: Print general device info\n ⇧ + ^ + l: Print autolayout backtrace\n ⇧ + ^ + o: Print the current trait collection (for the main window)\n ⇧ + ^ + t: Cycle tintAdjustmentMode\n ⇧ + ^ + u: Print user defaults\n```",
"homepage": "https://github.com/davelyon/CheatCodes",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dave Lyon": "dave@davelyon.net"
},
"source": {
"git": "https://github.com/davelyon/CheatCodes.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/daveisonthego",
"platforms": {
"ios": "8.0"
},
"source_files": "CheatCodes/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "CHEAT_${CONFIGURATION}",
"SWIFT_VERSION": "3.0"
}
}