Skip to content

Commit

Permalink
Correct IOS detection definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
hmphu committed May 24, 2023
1 parent 4a54f86 commit 6fe71b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ios/Plugin/CapacitorJailbreakRootDetectionPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
// each method the plugin supports using the CAP_PLUGIN_METHOD macro.
CAP_PLUGIN(CapacitorJailbreakRootDetectionPlugin, "CapacitorJailbreakRootDetection",
CAP_PLUGIN_METHOD(isJailbrokenOrRooted, CAPPluginReturnPromise);
CAP_PLUGIN_METHOD(isSimulator, CAPPluginReturnPromise);
CAP_PLUGIN_METHOD(isDebuggedMode, CAPPluginReturnPromise);
)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evehr/capacitor-jailbreak-root-detection",
"version": "4.0.0",
"version": "4.0.1",
"description": "Jailbreak Root detection plugin for capacitor.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 6fe71b3

Please sign in to comment.