<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic If you remove the reference in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997330#M28673</link>
    <description>&lt;P&gt;If you remove the reference to the barcode plugin does the build succeed? Also, are you referencing it using the ID or the github repo address? I notice that it has been converted to the new Cordova CLI 5.x format (see the ID inside the plugin.xml file in the repo) and that might be causing some trouble. It does not appear to have any dependencies, so you should be able to retrieve it successfully from the git repo. Here's the git address you would use to do that:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;&lt;A href="https://github.com/phonegap/phonegap-plugin-barcodescanner.git" target="_blank"&gt;https://github.com/phonegap/phonegap-plugin-barcodescanner.git&lt;/A&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;This will give you the latest version. To specify a specific version from the repo you need a "git ref tag" -- which this one has in spades. In that case, to specifically retrieve version 2.20 you would specify the plugin this way:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;&lt;A href="https://github.com/phonegap/phonegap-plugin-barcodescanner.git#2.20" target="_blank"&gt;https://github.com/phonegap/phonegap-plugin-barcodescanner.git#2.20&lt;/A&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;To specify the current latest version, specifically, you would do this:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;&lt;A href="https://github.com/phonegap/phonegap-plugin-barcodescanner.git#v3.1.2" target="_blank"&gt;https://github.com/phonegap/phonegap-plugin-barcodescanner.git#v3.1.2&lt;/A&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Note that the format of the git ref tag depends on the repo tags, it can be anything. See the "Tags" list under the "branch: master" pulldown in the upper left of the repo file list.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jul 2015 22:39:35 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2015-07-07T22:39:35Z</dc:date>
    <item>
      <title>QR Code Scan</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997316#M28659</link>
      <description>&lt;P&gt;When I try to scan a QRCode with Android devices&amp;nbsp;QR code screen automatically flips to horizontal, any help to keep the screen in portrait orientation and rotate only if I rotate the phone.&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; document.addEventListener("intel.xdk.device.barcode.scan", barcodeScanned, false);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; try{&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; intel.xdk.device.scanBarcode();&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; catch(error){&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert(error.message);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 16:08:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997316#M28659</guid>
      <dc:creator>Alexander_F_</dc:creator>
      <dc:date>2015-07-02T16:08:26Z</dc:date>
    </item>
    <item>
      <title>If you are using Cordova* 3.X</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997317#M28660</link>
      <description>&lt;P style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;If you are using Cordova* 3.X build options (Crosswalk* for Android*, Android*, iOS*, etc.), you can set the orientation under the Projects panel &amp;gt; Select your project &amp;gt; Cordova* 3.X Hybrid Mobile App Settings - Build Settings. Under the Build Settings, you can set the Orientation for your desired mobile platform.&amp;nbsp;&amp;nbsp;&lt;/P&gt;

&lt;P style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;If you are using the Legacy Hybrid Mobile App Platform build options (Android*, iOS* Ad Hoc, etc.), you can set the orientation under the Build tab &amp;gt; Legacy Hybrid Mobile App Platforms Category- &amp;lt;desired_mobile_platform&amp;gt; - Step 2 Assets tab.&amp;nbsp;&lt;/P&gt;

&lt;P style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;[iPad] Create a plugin (directory with one file) that only has a config xml that includes the following:&amp;nbsp;&lt;/P&gt;

&lt;DIV class="syntaxhighlighter  " id="highlighter_526933" style="box-sizing: border-box; width: 648.4375px; font-size: 14px; color: rgb(102, 102, 102);"&gt;
	&lt;DIV class="lines" style="box-sizing: border-box; width: 1939.3125px;"&gt;
		&lt;DIV class="line alt1" style="box-sizing: border-box;"&gt;
			&lt;PRE class="brush:jscript;"&gt;
&amp;lt;config-file target="*-Info.plist" parent="UISupportedInterfaceOrientations~ipad" overwrite="true"&amp;gt;

        &amp;lt;string&amp;gt;&amp;lt;/string&amp;gt;

&amp;lt;/config-file&amp;gt;       

&amp;lt;config-file target="*-Info.plist" parent="UISupportedInterfaceOrientations~ipad" overwrite="true"&amp;gt;

   &amp;lt;array&amp;gt;

&amp;lt;string&amp;gt;UIInterfaceOrientationPortrait&amp;lt;/string&amp;gt;
    &amp;lt;/array&amp;gt;

&amp;lt;/config-file&amp;gt;
&lt;/PRE&gt;

			&lt;P&gt;&amp;nbsp;&lt;/P&gt;
		&lt;/DIV&gt;
	&lt;/DIV&gt;
&lt;/DIV&gt;

&lt;P style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;Add the plugin on the build settings page.&amp;nbsp;&lt;/P&gt;

&lt;P style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;Alternatively, you can use this plugin:&amp;nbsp;&lt;A href="https://github.com/yoik/cordova-yoik-screenorientation" style="box-sizing: border-box; color: rgb(0, 113, 197);" target="_blank"&gt;https://github.com/yoik/cordova-yoik-screenorientation&lt;/A&gt;. You can import it as a&amp;nbsp;&lt;A href="http://plugins.cordova.io/#/package/net.yoik.cordova.plugins.screenorientation" style="box-sizing: border-box; color: rgb(0, 113, 197);" target="blank"&gt;third-party Cordova* plugin&lt;/A&gt;&amp;nbsp;using the Cordova* registry notation:&lt;/P&gt;

&lt;UL style="box-sizing: border-box; margin-top: 1.6em; margin-bottom: 20px; margin-left: 0px; padding-left: 30px; list-style-position: outside; overflow: hidden; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px; line-height: 21px;"&gt;
	&lt;LI style="box-sizing: border-box; margin-bottom: 10px; padding-left: 10px;"&gt;net.yoik.cordova.plugins.screenorientation (includes latest version at the time of the build)&lt;/LI&gt;
	&lt;LI style="box-sizing: border-box; margin-bottom: 10px; padding-left: 10px;"&gt;net.yoik.cordova.plugins.screenorientation@1.3.2&amp;nbsp;(specifies a version)&lt;/LI&gt;
&lt;/UL&gt;

&lt;P style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;Or, you can reference it directly from the GitHub repo:&amp;nbsp;&lt;/P&gt;

&lt;UL style="box-sizing: border-box; margin-top: 1.6em; margin-bottom: 20px; margin-left: 0px; padding-left: 30px; list-style-position: outside; overflow: hidden; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px; line-height: 21px;"&gt;
	&lt;LI style="box-sizing: border-box; margin-bottom: 10px; padding-left: 10px;"&gt;&lt;A href="http://github.com/yoik/cordova-yoik-screenorientation.git" style="box-sizing: border-box; color: rgb(0, 113, 197);" target="_blank"&gt;github.com/yoik/cordova-yoik-screenorientation&lt;/A&gt;.git&lt;/LI&gt;
	&lt;LI style="box-sizing: border-box; margin-bottom: 10px; padding-left: 10px;"&gt;&lt;A href="http://github.com/yoik/cordova-yoik-screenorientation.git#06b93e6" style="box-sizing: border-box; color: rgb(0, 113, 197);" target="_blank"&gt;github.com/yoik/cordova-yoik-screenorientation.git#06b93e6&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;The second reference provides the git commit referenced&amp;nbsp;&lt;A href="https://build.phonegap.com/plugins/1282" style="box-sizing: border-box; color: rgb(0, 113, 197);" target="_blank"&gt;here&lt;/A&gt;&amp;nbsp;(we do not support pulling from the PhoneGap registry).&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 17:51:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997317#M28660</guid>
      <dc:creator>Amrita_C_Intel</dc:creator>
      <dc:date>2015-07-02T17:51:00Z</dc:date>
    </item>
    <item>
      <title>Hi Alexander,</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997318#M28661</link>
      <description>&lt;P&gt;Hi Alexander,&lt;/P&gt;

&lt;P&gt;I am positive the Intel XDK plugin does not supports device orientation changes. I would like to prompt you to use the Cordova plugin but I see that you have already been advised to do so in previous posts.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Intel XDK plugins are no longer maintained. So you will benefit from switching over.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 18:06:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997318#M28661</guid>
      <dc:creator>Anusha_M_Intel1</dc:creator>
      <dc:date>2015-07-02T18:06:29Z</dc:date>
    </item>
    <item>
      <title>Can you provide me an example</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997319#M28662</link>
      <description>&lt;P&gt;Can you provide me an example of Cordova Plugin Scan because I tested all the examples I found and doesn't work for me.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 18:24:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997319#M28662</guid>
      <dc:creator>Alexander_F_</dc:creator>
      <dc:date>2015-07-02T18:24:05Z</dc:date>
    </item>
    <item>
      <title>You can see an APP working</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997320#M28663</link>
      <description>&lt;P&gt;You can see an APP working with it, build with Cordova Android.&lt;/P&gt;

&lt;P&gt;Install&amp;nbsp;https://play.google.com/store/apps/details?id=com.hamiltonhtsnet.com.br.confirmakiPro&lt;/P&gt;

&lt;P&gt;After, tap "Fazer download de novo evento", tap the icon of a QR Code and scan the image attached. It works good!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 20:09:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997320#M28663</guid>
      <dc:creator>Hamilton_Tenório_da_</dc:creator>
      <dc:date>2015-07-02T20:09:01Z</dc:date>
    </item>
    <item>
      <title>@Hamilton. Is this with</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997321#M28664</link>
      <description>&lt;P&gt;@Hamilton. Is this with Cordova or Intel XDK Plugin?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 20:12:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997321#M28664</guid>
      <dc:creator>Anusha_M_Intel1</dc:creator>
      <dc:date>2015-07-02T20:12:18Z</dc:date>
    </item>
    <item>
      <title>I made this APP using Intel</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997322#M28665</link>
      <description>&lt;P&gt;I made this APP using Intel XDK and build with Cordova Android. In the past, it was only Android. In the last month I publish a new version (Cordova) with the same plugin (QR Code).&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 20:17:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997322#M28665</guid>
      <dc:creator>Hamilton_Tenório_da_</dc:creator>
      <dc:date>2015-07-02T20:17:38Z</dc:date>
    </item>
    <item>
      <title>I am using Intel XDK Scan</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997323#M28666</link>
      <description>&lt;P&gt;I am using Intel XDK Scan Plugin&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 20:18:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997323#M28666</guid>
      <dc:creator>Alexander_F_</dc:creator>
      <dc:date>2015-07-02T20:18:03Z</dc:date>
    </item>
    <item>
      <title>ah, i forgot, the plugin is</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997324#M28667</link>
      <description>&lt;P&gt;ah, i forgot, the plugin is&amp;nbsp;https://github.com/wildabeast/BarcodeScanner&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 20:22:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997324#M28667</guid>
      <dc:creator>Hamilton_Tenório_da_</dc:creator>
      <dc:date>2015-07-02T20:22:15Z</dc:date>
    </item>
    <item>
      <title>Do you use this one or this</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997325#M28668</link>
      <description>&lt;P&gt;Do you use this one or this one&lt;/P&gt;

&lt;P&gt;&lt;A href="http://github.com/phonegap/phonegap-plugin-barcodescanner" target="_blank"&gt;http://github.com/phonegap/phonegap-plugin-barcodescanner&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 20:24:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997325#M28668</guid>
      <dc:creator>Alexander_F_</dc:creator>
      <dc:date>2015-07-02T20:24:57Z</dc:date>
    </item>
    <item>
      <title>@Alexander&gt; This one I didn´t</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997326#M28669</link>
      <description>&lt;P&gt;@Alexander&amp;gt; This one I didn´t use/test yet.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 20:37:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997326#M28669</guid>
      <dc:creator>Hamilton_Tenório_da_</dc:creator>
      <dc:date>2015-07-02T20:37:40Z</dc:date>
    </item>
    <item>
      <title>Here is the problem when I</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997327#M28670</link>
      <description>&lt;P&gt;Here is the problem when I added third party plugin to my project I get this message and the build process is interrupted&lt;/P&gt;

&lt;DIV align="left" class="builddescription-vw" id="divErrorStatus" style="width: 990px; color: rgb(155, 204, 68); padding: 15px 0px; font-size: 24px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: rgb(152, 152, 152); font-family: arial; line-height: 26px; widows: auto; float: left !important; background-color: rgb(0, 0, 0);"&gt;&lt;SPAN id="ctl00_buildDetails_lblErrorStatus"&gt;The build failed.&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV id="ctl00_buildDetails_divErrorMessage" style="color: white; font-family: arial; line-height: 26px; widows: auto; float: left; width: 940.5px; font-size: 12px; padding-bottom: 30px; background-color: rgb(0, 0, 0);"&gt;An error occurred while building the application. Verify your build assets are correct and try again.&lt;/DIV&gt;

&lt;DIV id="ctl00_buildDetails_divErrorLog" style="color: white; font-family: arial; line-height: 26px; widows: auto; float: left; width: 940.5px; font-size: 12px; padding-bottom: 20px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: rgb(152, 152, 152); border-top-width: 1px; border-top-style: dotted; border-top-color: rgb(152, 152, 152); background-color: rgb(0, 0, 0);"&gt;
	&lt;DIV style="font-size: 18px;"&gt;Build Log:&lt;/DIV&gt;

	&lt;UL style="line-height: 1.6em;"&gt;
		&lt;LI&gt;Building a Cordova 4.1.2 application.&lt;/LI&gt;
		&lt;LI&gt;The application name is "Biipit"&lt;/LI&gt;
		&lt;LI&gt;The package name is "com.alexanderfleites.biipit"&lt;/LI&gt;
		&lt;LI&gt;Plugin "org.apache.cordova.device" (0.2.13) installed.&lt;/LI&gt;
		&lt;LI&gt;Plugin "org.apache.cordova.dialogs" (0.2.11) installed.&lt;/LI&gt;
		&lt;LI&gt;Plugin "com.phonegap.plugins.facebookconnect" (0.10.1) installed.&lt;/LI&gt;
		&lt;LI&gt;Plugin "nl.x-services.plugins.socialsharing" (4.3.19-dev) installed.&lt;/LI&gt;
		&lt;LI&gt;Plugin "com.intel.xdk.device" (1.0.7) installed.&lt;/LI&gt;
		&lt;LI&gt;Plugin "org.apache.cordova.splashscreen" (0.3.5) installed.&lt;/LI&gt;
	&lt;/UL&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 02 Jul 2015 20:46:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997327#M28670</guid>
      <dc:creator>Alexander_F_</dc:creator>
      <dc:date>2015-07-02T20:46:34Z</dc:date>
    </item>
    <item>
      <title>Which plugin are you using</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997328#M28671</link>
      <description>&lt;P&gt;Which plugin are you using out of these two?&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/wildabeast/BarcodeScanner" style="font-size: 12px; line-height: 18px;"&gt;https://github.com/wildabeast/BarcodeScanner&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://github.com/phonegap/phonegap-plugin-barcodescanner" style="font-size: 12px; line-height: 18px;"&gt;http://github.com/phonegap/phonegap-plugin-barcodescanner&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 21:34:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997328#M28671</guid>
      <dc:creator>Amrita_C_Intel</dc:creator>
      <dc:date>2015-07-06T21:34:59Z</dc:date>
    </item>
    <item>
      <title>The second one</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997329#M28672</link>
      <description>&lt;P&gt;The second one, because hen you enter in the first one said that this plugin is deprecated and you need to use the other.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 20:00:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997329#M28672</guid>
      <dc:creator>Alexander_F_</dc:creator>
      <dc:date>2015-07-07T20:00:00Z</dc:date>
    </item>
    <item>
      <title>If you remove the reference</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997330#M28673</link>
      <description>&lt;P&gt;If you remove the reference to the barcode plugin does the build succeed? Also, are you referencing it using the ID or the github repo address? I notice that it has been converted to the new Cordova CLI 5.x format (see the ID inside the plugin.xml file in the repo) and that might be causing some trouble. It does not appear to have any dependencies, so you should be able to retrieve it successfully from the git repo. Here's the git address you would use to do that:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;&lt;A href="https://github.com/phonegap/phonegap-plugin-barcodescanner.git" target="_blank"&gt;https://github.com/phonegap/phonegap-plugin-barcodescanner.git&lt;/A&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;This will give you the latest version. To specify a specific version from the repo you need a "git ref tag" -- which this one has in spades. In that case, to specifically retrieve version 2.20 you would specify the plugin this way:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;&lt;A href="https://github.com/phonegap/phonegap-plugin-barcodescanner.git#2.20" target="_blank"&gt;https://github.com/phonegap/phonegap-plugin-barcodescanner.git#2.20&lt;/A&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;To specify the current latest version, specifically, you would do this:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;&lt;A href="https://github.com/phonegap/phonegap-plugin-barcodescanner.git#v3.1.2" target="_blank"&gt;https://github.com/phonegap/phonegap-plugin-barcodescanner.git#v3.1.2&lt;/A&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Note that the format of the git ref tag depends on the repo tags, it can be anything. See the "Tags" list under the "branch: master" pulldown in the upper left of the repo file list.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 22:39:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997330#M28673</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-07-07T22:39:35Z</dc:date>
    </item>
    <item>
      <title>Hello</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997331#M28674</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;Someone have a QR example that run and I can download to add in a new proyect. I need read QR and barcode in IOS and Android app.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 03:20:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997331#M28674</guid>
      <dc:creator>John_R_5</dc:creator>
      <dc:date>2015-09-03T03:20:48Z</dc:date>
    </item>
    <item>
      <title>I am using https://github.com</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997332#M28675</link>
      <description>&lt;P&gt;I am using&amp;nbsp;https://github.com/wildabeast/BarcodeScanner.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 11:12:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Code-Scan/m-p/997332#M28675</guid>
      <dc:creator>Hamilton_Tenório_da_</dc:creator>
      <dc:date>2015-09-03T11:12:39Z</dc:date>
    </item>
  </channel>
</rss>

