Skip to content

Commit

Permalink
fix: iOS objc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Ordway committed Apr 28, 2020
1 parent 1bc9906 commit 3b68354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/Plugin/Plugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Photos
* Please read the Capacitor iOS Plugin Development Guide
* here: https://capacitor.ionicframework.com/docs/plugins/ios
*/
@objc(Permissions)
@objc(AppPermissionsPlugin)
public class AppPermissionsPlugin: CAPPlugin {
private let locationManager = CLLocationManager()

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-permissions",
"version": "0.0.19",
"version": "0.0.20",
"description": "A Capacitor plugin for accessing and requesting app permissions",
"main": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down

0 comments on commit 3b68354

Please sign in to comment.