Skip to content

Commit

Permalink
Updated plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
niou-ns committed Mar 30, 2016
1 parent fb5b28d commit 03c1af0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<resource-file src="src/ios/BarcodeCamera.bundle"/>
<!-- Use Settings.bundle when you're note using SalesforceSDK -->
<!-- You need those configs, without it you won't have vibration or sound at all -->
<!-- <resource-file src="src/ios/Settings.bundle" /> -->
<resource-file src="src/ios/Settings.bundle" />

<header-file src="src/ios/BarcodeCamera.h" target-dir="BarcodeCamera" />
<source-file src="src/ios/BarcodeCamera.m" target-dir="BarcodeCamera" />
Expand All @@ -41,8 +41,8 @@
<framework src="UIKit.framework" weak="true" />

<!-- Customize hooks if you already have some Settings.bundle -->
<hook type="before_plugin_install" src="scripts/beforeInstall.js" />
<hook type="before_plugin_uninstall" src="scripts/beforeUninstall.js" />
<!-- <hook type="before_plugin_install" src="scripts/beforeInstall.js" />
<hook type="before_plugin_uninstall" src="scripts/beforeUninstall.js" /> -->

</platform>
</plugin>

0 comments on commit 03c1af0

Please sign in to comment.