Comparing version 9.1.1 to 9.2.0
{ | ||
"name": "forceios", | ||
"version": "9.1.1", | ||
"version": "9.2.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.1.1'; | ||
var VERSION= '9.2.0'; | ||
@@ -68,4 +68,4 @@ module.exports = { | ||
platformVersion: { | ||
ios: '6.1.1', | ||
android: '9.0.0' | ||
ios: '6.2.0', | ||
android: '10.1.0' | ||
} | ||
@@ -72,0 +72,0 @@ }, |
@@ -146,3 +146,5 @@ /* | ||
'<key>BuildSystemType</key>\n' + | ||
'<string>Original</string>\n' + | ||
'<string>Original</string>\n' + | ||
'<key>DisableBuildSystemDeprecationDiagnostic</key>\n' + | ||
'<true/>\n' + | ||
'</dict>\n' + | ||
@@ -149,0 +151,0 @@ '</plist>\n'; |
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
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
105276
2374