Add authorize-ios binary

This commit is contained in:
Isaac Murchie
2015-09-18 15:39:10 -07:00
parent 00995fb49f
commit 38bfba0acd
3 changed files with 13 additions and 5 deletions

5
bin/appium-doctor.js Normal file → Executable file
View File

@@ -1,4 +1,7 @@
#!/usr/bin/env node
"use strict";
'use strict';
// TODO: figure out how to use appium doctor now
// var doctor = require('appium-doctor');
throw new Error("Appium doctor has not been ported yet");

6
bin/authorize-ios.js Normal file → Executable file
View File

@@ -1,4 +1,6 @@
#!/usr/bin/env node
"use strict";
'use strict';
throw new Error("iOS Authorization has not been ported yet");
var authorize = require('authorize-ios');
authorize();

View File

@@ -28,7 +28,8 @@
"bin": {
"appium": "./build/lib/main.js",
"appium-doctor": "./bin/appium-doctor.js",
"authorize_ios": "./bin/authorize-ios.js"
"authorize_ios": "./bin/authorize-ios.js",
"authorize-ios": "./bin/authorize-ios.js"
},
"directories": {
"lib": "./lib",
@@ -37,13 +38,15 @@
"dependencies": {
"appium-android-driver": "latest",
"appium-base-driver": "latest",
"appium-doctor": "0.0.6",
"appium-express": "latest",
"appium-fake-driver": "latest",
"appium-ios-driver": "latest",
"appium-logger": "latest",
"argparse": "^1.0.2",
"asyncbox": "^2.0.2",
"babel-runtime": "=5.8.20",
"authorize-ios": "^1.0.3",
"babel-runtime": "=5.8.24",
"bluebird": "^2.9.25",
"date-utils": "^1.2.17",
"lodash": "^3.9.1",