mirror of
https://github.com/appium/appium.git
synced 2026-01-24 03:11:04 -06:00
Add authorize-ios binary
This commit is contained in:
5
bin/appium-doctor.js
Normal file → Executable file
5
bin/appium-doctor.js
Normal file → Executable 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
6
bin/authorize-ios.js
Normal file → Executable 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();
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user