@capacitor-community/app-icon
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -13,3 +13,1 @@ import { WebPlugin } from '@capacitor/core'; | ||
} | ||
declare const AppIcon: AppIconWeb; | ||
export { AppIcon }; |
import { WebPlugin } from '@capacitor/core'; | ||
export class AppIconWeb extends WebPlugin { | ||
isSupported() { | ||
throw this.unimplemented('isSupported not available'); | ||
throw this.unimplemented('isSupported not available on web'); | ||
} | ||
getName() { | ||
throw this.unimplemented('getName not available'); | ||
throw this.unimplemented('getName not available on web'); | ||
} | ||
change() { | ||
throw this.unimplemented('change not available'); | ||
throw this.unimplemented('change not available on web'); | ||
} | ||
reset() { | ||
throw this.unimplemented('reset not available'); | ||
throw this.unimplemented('reset not available on web'); | ||
} | ||
} | ||
const AppIcon = new AppIconWeb(); | ||
export { AppIcon }; | ||
import { registerWebPlugin } from '@capacitor/core'; | ||
registerWebPlugin(AppIcon); | ||
//# sourceMappingURL=web.js.map |
@@ -13,21 +13,18 @@ 'use strict'; | ||
isSupported() { | ||
throw this.unimplemented('isSupported not available'); | ||
throw this.unimplemented('isSupported not available on web'); | ||
} | ||
getName() { | ||
throw this.unimplemented('getName not available'); | ||
throw this.unimplemented('getName not available on web'); | ||
} | ||
change() { | ||
throw this.unimplemented('change not available'); | ||
throw this.unimplemented('change not available on web'); | ||
} | ||
reset() { | ||
throw this.unimplemented('reset not available'); | ||
throw this.unimplemented('reset not available on web'); | ||
} | ||
} | ||
const AppIcon$1 = new AppIconWeb(); | ||
core.registerWebPlugin(AppIcon$1); | ||
var web = /*#__PURE__*/Object.freeze({ | ||
__proto__: null, | ||
AppIconWeb: AppIconWeb, | ||
AppIcon: AppIcon$1 | ||
AppIconWeb: AppIconWeb | ||
}); | ||
@@ -34,0 +31,0 @@ |
@@ -10,21 +10,18 @@ var capacitorAppCenter = (function (exports, core) { | ||
isSupported() { | ||
throw this.unimplemented('isSupported not available'); | ||
throw this.unimplemented('isSupported not available on web'); | ||
} | ||
getName() { | ||
throw this.unimplemented('getName not available'); | ||
throw this.unimplemented('getName not available on web'); | ||
} | ||
change() { | ||
throw this.unimplemented('change not available'); | ||
throw this.unimplemented('change not available on web'); | ||
} | ||
reset() { | ||
throw this.unimplemented('reset not available'); | ||
throw this.unimplemented('reset not available on web'); | ||
} | ||
} | ||
const AppIcon$1 = new AppIconWeb(); | ||
core.registerWebPlugin(AppIcon$1); | ||
var web = /*#__PURE__*/Object.freeze({ | ||
__proto__: null, | ||
AppIconWeb: AppIconWeb, | ||
AppIcon: AppIcon$1 | ||
AppIconWeb: AppIconWeb | ||
}); | ||
@@ -31,0 +28,0 @@ |
{ | ||
"name": "@capacitor-community/app-icon", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Capacitor community plugin for changing an iOS app icon.", | ||
@@ -33,5 +33,5 @@ "main": "dist/plugin.cjs.js", | ||
"devDependencies": { | ||
"@capacitor/core": "3.0.0-rc.0", | ||
"@capacitor/core": "3.0.1", | ||
"@capacitor/docgen": "^0.0.10", | ||
"@capacitor/ios": "^3.0.0-rc.0", | ||
"@capacitor/ios": "^3.0.1", | ||
"@ionic/eslint-config": "^0.3.0", | ||
@@ -49,3 +49,3 @@ "@ionic/prettier-config": "^1.0.1", | ||
"peerDependencies": { | ||
"@capacitor/core": "^3.0.0-rc.0" | ||
"@capacitor/core": "^3.0.1" | ||
}, | ||
@@ -52,0 +52,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23
26467
263