Skip to content

Commit 62e352e

Browse files
FatmeFatme
Fatme
authored and
Fatme
committed
Merge pull request #1093 from NativeScript/fatme/ios-sim-xcode7
Move sdk option to common lib
2 parents a70b704 + f01f03f commit 62e352e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

lib/common

lib/options.ts

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export class Options extends commonOptionsLibPath.OptionsBase {
2828
keyStorePassword: { type: OptionType.String,},
2929
keyStoreAlias: { type: OptionType.String },
3030
keyStoreAliasPassword: { type: OptionType.String },
31-
sdk: { type: OptionType.String },
3231
ignoreScripts: {type: OptionType.Boolean },
3332
tnsModulesVersion: { type: OptionType.String },
3433
staticBindings: {type: OptionType.Boolean},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"gulp": "3.9.0",
4242
"iconv-lite": "0.4.11",
4343
"inquirer": "0.9.0",
44-
"ios-sim-portable": "1.0.10-beta",
44+
"ios-sim-portable": "1.0.11-beta",
4545
"lockfile": "1.0.1",
4646
"lodash": "3.10.0",
4747
"log4js": "0.6.26",

0 commit comments

Comments
 (0)