-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#4 HeadsetDetection.m:9:33: error: no visible @interface for 'CDVPlug…
…inResult' declares the selector 'toSuccessCallbackString #2 plugins.cordova.io will be deprecated in the near future
- Loading branch information
1 parent
4459bdb
commit ace06e3
Showing
4 changed files
with
41 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "cordova-plugin-headsetdetection", | ||
"version": "2.0.0", | ||
"description": "Detect a wired or Bluetooth headset", | ||
"cordova": { | ||
"id": "cordova-plugin-headsetdetection", | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
] | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/EddyVerbruggen/HeadsetDetection-PhoneGap-Plugin.git" | ||
}, | ||
"keywords": [ | ||
"cordova", | ||
"bluetooth", | ||
"headset", | ||
"headset detection", | ||
"ecosystem:cordova", | ||
"cordova-ios", | ||
"cordova-android" | ||
], | ||
"author": "Eddy Verbruggen <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/EddyVerbruggen/HeadsetDetection-PhoneGap-Plugin/issues" | ||
}, | ||
"homepage": "https://github.com/EddyVerbruggen/HeadsetDetection-PhoneGap-Plugin#readme" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters