Comparing version 9.2.1 to 10.0.0
{ | ||
"name": "forceios", | ||
"version": "9.2.1", | ||
"version": "10.0.0", | ||
"description": "Utilities for creating mobile apps based on the Salesforce Mobile SDK for iOS", | ||
@@ -5,0 +5,0 @@ "keywords": [ "mobilesdk", "ios", "salesforce", "mobile", "sdk" ], |
@@ -31,3 +31,3 @@ /* | ||
var VERSION= '9.2.1'; | ||
var VERSION= '10.0.0'; | ||
@@ -44,3 +44,3 @@ module.exports = { | ||
checkCmd: 'node --version', | ||
minVersion: '6.9' | ||
minVersion: '12.0' | ||
}, | ||
@@ -66,7 +66,7 @@ npm: { | ||
// pluginRepoUri: 'https://github.com/forcedotcom/SalesforceMobileSDK-CordovaPlugin#dev', // dev | ||
minVersion: '10.0.0', | ||
minVersion: '11.0.0', | ||
pluginRepoUri: 'https://github.com/forcedotcom/SalesforceMobileSDK-CordovaPlugin#v' + VERSION, // GA | ||
platformVersion: { | ||
ios: '6.2.0', | ||
android: '10.1.0' | ||
android: '10.1.1' | ||
} | ||
@@ -73,0 +73,0 @@ }, |
@@ -70,3 +70,3 @@ /* | ||
utils.runProcessThrowError('cordova create "' + config.projectDir + '" ' + config.packagename + ' ' + config.appname); | ||
utils.runProcessThrowError('npm install shelljs@0.7.0', config.projectDir); | ||
utils.runProcessThrowError('npm install shelljs@0.8.4', config.projectDir); | ||
@@ -73,0 +73,0 @@ for (var platform of config.platform.split(',')) { |
105279