ios-sim-portable
Advanced tools
Comparing version 1.0.10-alpha to 1.0.10-beta
#!/usr/bin/env node | ||
require("../lib/ios-sim.js"); |
@@ -0,0 +0,0 @@ //grunt-start |
@@ -0,0 +0,0 @@ ///<reference path="./.d.ts"/> |
@@ -0,0 +0,0 @@ ///<reference path="./.d.ts"/> |
@@ -0,0 +0,0 @@ ///<reference path=".././.d.ts"/> |
@@ -0,0 +0,0 @@ ///<reference path=".././.d.ts"/> |
@@ -0,0 +0,0 @@ ///<reference path=".././.d.ts"/> |
@@ -0,0 +0,0 @@ ///<reference path=".././.d.ts"/> |
@@ -0,0 +0,0 @@ ///<reference path=".././.d.ts"/> |
@@ -0,0 +0,0 @@ ///<reference path=".././.d.ts"/> |
@@ -0,0 +0,0 @@ ///<reference path=".././.d.ts"/> |
@@ -0,0 +0,0 @@ ///<reference path=".././.d.ts"/> |
@@ -0,0 +0,0 @@ ///<reference path=".././.d.ts"/> |
@@ -0,0 +0,0 @@ ///<reference path=".././.d.ts"/> |
///<reference path="./.d.ts"/> | ||
"use strict"; | ||
//# sourceMappingURL=declarations.js.map |
@@ -20,3 +20,3 @@ ///<reference path="./.d.ts"/> | ||
interface IDevice { | ||
device: any; // NodObjC wrapper to device | ||
device: any; // nodobjc wrapper to device | ||
deviceIdentifier: string; | ||
@@ -23,0 +23,0 @@ fullDeviceIdentifier: string; |
@@ -0,0 +0,0 @@ // Type definitions for node-fibers |
@@ -0,0 +0,0 @@ /************************************************ |
@@ -1,2 +0,2 @@ | ||
declare module "NodObjC" { | ||
declare module "nodobjc" { | ||
export function importFramework(frameworkName: string): void; | ||
@@ -3,0 +3,0 @@ export var classDefinition: IClass; |
@@ -0,0 +0,0 @@ ///<reference path="./.d.ts"/> |
@@ -0,0 +0,0 @@ ///<reference path="./.d.ts"/> |
@@ -0,0 +0,0 @@ ///<reference path="./.d.ts"/> |
@@ -0,0 +0,0 @@ ///<reference path="./.d.ts"/> |
///<reference path="./.d.ts"/> | ||
"use strict"; | ||
var options = require("./options"); | ||
var $ = require("NodObjC"); | ||
var $ = require("nodobjc"); | ||
var XCode5Simulator = (function () { | ||
@@ -6,0 +6,0 @@ function XCode5Simulator() { |
@@ -9,3 +9,3 @@ ///<reference path="./.d.ts"/> | ||
var $ = require("NodObjC"); | ||
var $ = require("nodobjc"); | ||
@@ -12,0 +12,0 @@ export class XCode5Simulator implements ISimulator { |
@@ -7,3 +7,3 @@ ///<reference path="./.d.ts"/> | ||
var os = require("os"); | ||
var $ = require("NodObjC"); | ||
var $ = require("nodobjc"); | ||
var XCode6Simulator = (function () { | ||
@@ -10,0 +10,0 @@ function XCode6Simulator() { |
@@ -8,3 +8,3 @@ ///<reference path="./.d.ts"/> | ||
import os = require("os"); | ||
var $ = require("NodObjC"); | ||
var $ = require("nodobjc"); | ||
@@ -11,0 +11,0 @@ export class XCode6Simulator implements ISimulator { |
@@ -14,3 +14,3 @@ ///<reference path="./.d.ts"/> | ||
var xcode5SimulatorLib = require("./iphone-simulator-xcode-5"); | ||
var $ = require("NodObjC"); | ||
var $ = require("nodobjc"); | ||
var iPhoneSimulator = (function () { | ||
@@ -17,0 +17,0 @@ function iPhoneSimulator() { |
@@ -17,3 +17,3 @@ ///<reference path="./.d.ts"/> | ||
var $ = require("NodObjC"); | ||
var $ = require("nodobjc"); | ||
@@ -20,0 +20,0 @@ export class iPhoneSimulator implements IiPhoneSimulator { |
@@ -0,0 +0,0 @@ ///<reference path=".d.ts"/> |
@@ -0,0 +0,0 @@ ///<reference path=".d.ts"/> |
@@ -0,0 +0,0 @@ function stringify(arr, delimiter) { |
@@ -0,0 +0,0 @@ export function stringify(arr: string[], delimiter?: string): string { |
{ | ||
"name": "ios-sim-portable", | ||
"version": "1.0.10-alpha", | ||
"version": "1.0.10-beta", | ||
"description": "", | ||
@@ -29,6 +29,6 @@ "main": "./lib/ios-sim.js", | ||
"dependencies": { | ||
"NodObjC": "https://github.com/telerik/NodObjC/tarball/v1.0.0.0", | ||
"colors": "0.6.2", | ||
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.6.0", | ||
"lodash": "3.2.0", | ||
"nodobjc": "https://github.com/telerik/NodObjC/tarball/v2.0.0.0", | ||
"yargs": "1.2.2" | ||
@@ -35,0 +35,0 @@ }, |
@@ -0,0 +0,0 @@ var fs = require("fs"); |
@@ -0,0 +0,0 @@ ios-sim-portable |
@@ -0,0 +0,0 @@ --[]-- |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
275478