├── README.md ├── bin ├── Instruments_parser_70 ├── Instruments_parser_71 ├── appinfo.sh ├── automation.sh ├── iOSRecorder.app │ └── Contents │ │ ├── Info.plist │ │ ├── MacOS │ │ └── iOSRecorder │ │ ├── PkgInfo │ │ └── Resources │ │ ├── TcpSocket.sh │ │ ├── client.js │ │ ├── en.lproj │ │ └── MainMenu.nib │ │ ├── getAppList.sh │ │ ├── install.sh │ │ ├── instruments.sh │ │ ├── iosutil │ │ ├── kill.sh │ │ ├── nsqa2014.log │ │ └── template.js ├── instruments_parser ├── instruments_parser_63 ├── iosutil └── resign.sh ├── plugins ├── analyzeCrash │ ├── bd_symbolicatecrash │ ├── main.sh │ └── plcrashutil └── report │ ├── js │ ├── highcharts-custom-jquery.js │ └── jquery-1.11.1.min.js │ ├── main.py │ └── template.html ├── scripts ├── IosTraversal.js ├── IosTraversal_shell.js └── UIAutoMonkey.js ├── smallapple.sh └── templates ├── Automation_Monitor.tracetemplate ├── Automation_Monitor_CoreAnimation_Energy_Network.tracetemplate └── Automation_Monitor_Energy_Network.tracetemplate /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/README.md -------------------------------------------------------------------------------- /bin/Instruments_parser_70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/bin/Instruments_parser_70 -------------------------------------------------------------------------------- /bin/Instruments_parser_71: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/bin/Instruments_parser_71 -------------------------------------------------------------------------------- /bin/appinfo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/bin/appinfo.sh -------------------------------------------------------------------------------- /bin/automation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/bin/automation.sh -------------------------------------------------------------------------------- /bin/iOSRecorder.app/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/bin/iOSRecorder.app/Contents/Info.plist -------------------------------------------------------------------------------- /bin/iOSRecorder.app/Contents/MacOS/iOSRecorder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/bin/iOSRecorder.app/Contents/MacOS/iOSRecorder -------------------------------------------------------------------------------- /bin/iOSRecorder.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? -------------------------------------------------------------------------------- /bin/iOSRecorder.app/Contents/Resources/TcpSocket.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/bin/iOSRecorder.app/Contents/Resources/TcpSocket.sh -------------------------------------------------------------------------------- /bin/iOSRecorder.app/Contents/Resources/client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/bin/iOSRecorder.app/Contents/Resources/client.js -------------------------------------------------------------------------------- /bin/iOSRecorder.app/Contents/Resources/en.lproj/MainMenu.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/bin/iOSRecorder.app/Contents/Resources/en.lproj/MainMenu.nib -------------------------------------------------------------------------------- /bin/iOSRecorder.app/Contents/Resources/getAppList.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/bin/iOSRecorder.app/Contents/Resources/getAppList.sh -------------------------------------------------------------------------------- /bin/iOSRecorder.app/Contents/Resources/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/bin/iOSRecorder.app/Contents/Resources/install.sh -------------------------------------------------------------------------------- /bin/iOSRecorder.app/Contents/Resources/instruments.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/bin/iOSRecorder.app/Contents/Resources/instruments.sh -------------------------------------------------------------------------------- /bin/iOSRecorder.app/Contents/Resources/iosutil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/bin/iOSRecorder.app/Contents/Resources/iosutil -------------------------------------------------------------------------------- /bin/iOSRecorder.app/Contents/Resources/kill.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/bin/iOSRecorder.app/Contents/Resources/kill.sh -------------------------------------------------------------------------------- /bin/iOSRecorder.app/Contents/Resources/nsqa2014.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/bin/iOSRecorder.app/Contents/Resources/nsqa2014.log -------------------------------------------------------------------------------- /bin/iOSRecorder.app/Contents/Resources/template.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/bin/iOSRecorder.app/Contents/Resources/template.js -------------------------------------------------------------------------------- /bin/instruments_parser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/bin/instruments_parser -------------------------------------------------------------------------------- /bin/instruments_parser_63: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/bin/instruments_parser_63 -------------------------------------------------------------------------------- /bin/iosutil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/bin/iosutil -------------------------------------------------------------------------------- /bin/resign.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/bin/resign.sh -------------------------------------------------------------------------------- /plugins/analyzeCrash/bd_symbolicatecrash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/plugins/analyzeCrash/bd_symbolicatecrash -------------------------------------------------------------------------------- /plugins/analyzeCrash/main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/plugins/analyzeCrash/main.sh -------------------------------------------------------------------------------- /plugins/analyzeCrash/plcrashutil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/plugins/analyzeCrash/plcrashutil -------------------------------------------------------------------------------- /plugins/report/js/highcharts-custom-jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/plugins/report/js/highcharts-custom-jquery.js -------------------------------------------------------------------------------- /plugins/report/js/jquery-1.11.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/plugins/report/js/jquery-1.11.1.min.js -------------------------------------------------------------------------------- /plugins/report/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/plugins/report/main.py -------------------------------------------------------------------------------- /plugins/report/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/plugins/report/template.html -------------------------------------------------------------------------------- /scripts/IosTraversal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/scripts/IosTraversal.js -------------------------------------------------------------------------------- /scripts/IosTraversal_shell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/scripts/IosTraversal_shell.js -------------------------------------------------------------------------------- /scripts/UIAutoMonkey.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/scripts/UIAutoMonkey.js -------------------------------------------------------------------------------- /smallapple.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/smallapple.sh -------------------------------------------------------------------------------- /templates/Automation_Monitor.tracetemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/templates/Automation_Monitor.tracetemplate -------------------------------------------------------------------------------- /templates/Automation_Monitor_CoreAnimation_Energy_Network.tracetemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/templates/Automation_Monitor_CoreAnimation_Energy_Network.tracetemplate -------------------------------------------------------------------------------- /templates/Automation_Monitor_Energy_Network.tracetemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyxbiao/smallapple/HEAD/templates/Automation_Monitor_Energy_Network.tracetemplate --------------------------------------------------------------------------------