Skip to content

Commit

Permalink
Mes 8421 shake to undo (#947)
Browse files Browse the repository at this point in the history
* added cordova-plugin-ios-disableshaketoedit

* added cordova-plugin-ios-disableshaketoedit

* added cordova-plugin-ios-disableshaketoedit

* Reformat lock using npm6

Co-authored-by: Matthew Bell <[email protected]>
  • Loading branch information
andrewsetterfield and matthew2564 authored Nov 14, 2022
1 parent 8cc4462 commit 61963bb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ios/App/App/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
<param name="ios-package" value="Insomnia"/>
</feature>

<feature name="DisableShakeToEdit">
<param name="ios-package" value="DisableShakeToEdit"/>
<param name="onload" value="true"/>
</feature>

<feature name="IsDebug">
<param name="ios-package" value="IsDebug"/>
</feature>
Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"cordova-plugin-emm-app-config": "^1.0.2",
"cordova-plugin-google-analytics": "^1.9.0",
"cordova-plugin-insomnia": "^4.3.0",
"cordova-plugin-ios-disableshaketoedit": "^1.0.0",
"cordova-plugin-is-debug": "^1.0.0",
"cordova-plugin-network-information": "^2.0.2",
"cordova-plugin-screen-orientation": "^3.0.2",
Expand Down

0 comments on commit 61963bb

Please sign in to comment.