Commit Graph

301 Commits

Author SHA1 Message Date
Shazron Abdullah
79a2a3bf95 Fixes #250 - Can't pass in command line args to the iOS application
Thanks to https://github.com/dot-asm
2016-09-16 02:52:18 -07:00
Shazron Abdullah
8741d74623 Add iPad Pro friendly names
This closes #252
2016-09-16 02:46:35 -07:00
Shazron Abdullah
009089254c Added iPhone 7 and 7 Plus friendly names
This closes #251
2016-09-16 02:40:01 -07:00
Shazron Abdullah
e72626a832 Added new iPhone SE friendly name 2016-09-16 02:36:08 -07:00
Shazron Abdullah
100c8a3cbc Added tvOS Apple TV 4G friendly name
This closes #248

Thanks to https://github.com/gusc
2016-09-16 02:34:33 -07:00
Shazron Abdullah
71e14bed95 Merge pull request #228 from Vrixyz/master
Added support for AppleTV OS
2016-09-16 02:20:07 -07:00
Shazron Abdullah
022fd2865a Fixes #240 - IndexError: list index out of range
Thanks to https://github.com/gusc (Gusts Kaksis) for the patch.
2016-09-14 02:11:59 -07:00
Shazron Abdullah
7a808cb6b4 Merge pull request #243 from trigger-corp/master
Add missing iPad Air and iPad Mini models, and fixes #244 - ios-deploy will exit when the detection timeout ends even if the device has been detected
2016-08-08 19:52:55 -07:00
Antoine van Gelder
25588767f2 Fixed: ios-deploy will exit when the detection timeout ends even if the device has been detected 2016-08-02 15:32:37 +02:00
Antoine van Gelder
babe79f391 Add missing iPad Air and iPad Mini models 2016-08-02 15:27:48 +02:00
Shazron Abdullah
26f981e51c Merge pull request #232 from jakepetroules/codes
Bring list of error messages up-to-date.
2016-05-26 14:39:10 -07:00
Jake Petroules
07de7505cc Bring list of error messages up-to-date.
Automatically generated using MobileDevice.framework private APIs.
Xcode 7.3.1 and OS X 10.11.5.
2016-05-26 14:25:52 -07:00
Thierry Berger
978b1bb139 added support for AppleTV OS ; simplified find_path() to avoid quoting root_path (some paths weren't working) 2016-05-13 20:46:09 +02:00
Alexis Kofman
76e8d08e43 Fixes #219 - iOS 9.3 app hangs on splash screen
Fixes cases where process is not yet running.

Signed-off-by: Shazron Abdullah <shazron@apache.org>
2016-04-11 14:06:07 -07:00
Shazron Abdullah
3ef9dfefcf Merge pull request #222 from akofman/tweaks
Tweaks
2016-04-08 11:06:41 -07:00
Alexis Kofman
888323b76e rm autogenerated files from the repo 2016-04-08 19:48:36 +02:00
Alexis Kofman
908a2d56ab replace remaining tabs by spaces 2016-04-08 19:47:48 +02:00
Shazron Abdullah
77654faabd Added travis ci badge 2016-03-23 12:21:54 -07:00
Shazron Abdullah
81b52cd69d Added travis ci config 2016-03-23 12:20:43 -07:00
Shazron Abdullah
d30f6bd379 Merge pull request #217 from stevemoser/patch-1
Update for iPhone SE
2016-03-22 13:16:15 -07:00
Steve Moser
17d0841ab8 Update for iPhone SE
https://twitter.com/panzer/status/712330579291668480
2016-03-22 13:50:13 -04:00
Shazron Abdullah
2461665ea4 Updated Github issue template. 2016-02-25 16:04:11 -08:00
Shazron Abdullah
e8f90b0d2c Added Github issue template. 2016-02-25 16:02:58 -08:00
Shazron Abdullah
1f1725a33b Fixed npm run test 2016-02-04 10:13:39 -08:00
Shazron Abdullah
8757ca562f Added warning text to the check_reqs.js log when running under OS X 10.11 El Capitan 2016-02-04 09:32:07 -08:00
Shazron Abdullah
411f054b0c Merge pull request #205 from stevenkramer/recursive_uploads
Added support for recursive directory uploads
2016-01-19 17:04:53 -08:00
Steven Kramer
4dd9d740aa Added support for recursive directory uploads 2016-01-19 10:08:38 +01:00
Shazron Abdullah
9a9c648cdc Updated version to 2.0.0 2016-01-16 10:35:03 -08:00
Shazron Abdullah
2fceef2c75 Updated README to reflect 1.x branch and master (dev) branch expectations. 2016-01-16 10:33:11 -08:00
Shazron Abdullah
0159cfc194 Added Testing section in the README 2016-01-12 17:52:11 -08:00
Shazron Abdullah
cbba8a4328 Added npm scripts: test, pycompile 2016-01-12 17:49:32 -08:00
Shazron Abdullah
3a57b33e8f Exported lib-ios-deploy header 2016-01-12 17:42:10 -08:00
Shazron Abdullah
fd12c317b7 Restructured folders into src/ 2016-01-12 17:35:59 -08:00
Shazron Abdullah
ecb228aad4 Added libios-deploy target stub, and XCTests stub. ios-deploy dependent on lib-ios-deploy target 2016-01-12 17:19:51 -08:00
Shazron Abdullah
3555b1222c Typo in Run Script that resulted in appending contents to lldb.py.h 2016-01-05 17:42:36 -08:00
Shazron Abdullah
3fef0a5600 Externalized LLDB_FRUITSTRAP_MODULE python commands into external file (source in src/scripts/lldb.py) 2016-01-05 17:33:53 -08:00
Shazron Abdullah
ca29173c80 Externalize version string into a header file (version must be in double quotes) 2016-01-05 16:21:19 -08:00
Shazron Abdullah
e57a4da108 Fixes #194 - Segmentation fault: 11 (related) 2016-01-05 16:04:22 -08:00
Shazron Abdullah
a9e96416a8 Fixes #194 - Segmentation fault: 11 2016-01-05 16:00:12 -08:00
Shazron Abdullah
922f8483a7 Updated version to 1.8.4 2016-01-05 13:19:20 -08:00
Shazron Abdullah
f0ae11a93f Add a note in CONTRIBUTING.md to check out the El Capitan section of the README. Closes #201 2016-01-05 10:52:36 -08:00
Shazron Abdullah
c0988f07e5 Fix README - El Capitan section. Closes #200 2016-01-05 10:50:53 -08:00
Shazron Abdullah
a36b169782 Added --allow-root to El-Capitan notes, and =true to --unsafe-perm 2016-01-04 17:40:06 -08:00
Shazron Abdullah
551cdc5804 Added docs for --no-wifi option 2015-11-23 17:27:52 -08:00
Shazron Abdullah
94d56d74c4 Updated demo Makefile for Xcode 7.1 (iOS 9.1) 2015-11-23 17:27:39 -08:00
Shazron Abdullah
f17fd4c73a Updated version to 1.8.3 2015-11-23 17:22:07 -08:00
Shazron Abdullah
28ceb4733f Merge pull request #192 from jcworsley/master
Added no-wifi option to explicitly skip wifi connectivity.
2015-11-23 17:12:18 -08:00
John C. Worsley
6a8ad1e899 Added no-wifi option to explicitly skip wifi connectivity. 2015-11-09 16:26:19 -08:00
Shazron Abdullah
3ee31bc677 Typo: had two "scripts" sections in package.son 2015-10-12 17:02:05 -07:00
Shazron Abdullah
fccfde865a Increment version to 1.8.2 2015-10-12 16:56:13 -07:00