cordova-plugin-device-descriptor
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "cordova-plugin-device-descriptor", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Cordova plugin to get the device's descriptor based on model (brand, name)", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -58,2 +58,3 @@ # cordova-plugin-device-descriptor | ||
{ | ||
brand: "Apple", | ||
name: 'iPhone 5c', | ||
@@ -60,0 +61,0 @@ model: 'iPhone5,3', |
@@ -52,2 +52,3 @@ var apple_tv = cordova.require('cordova-plugin-device-descriptor.apple_tv-json'); | ||
descriptor = d; | ||
descriptor.brand = 'Apple'; | ||
} | ||
@@ -54,0 +55,0 @@ }); |
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
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
12049
135
75