Skip to content

Commit

Permalink
2.3.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeast committed Feb 1, 2013
1 parent 142b666 commit 8bf93ce
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.adobe.plugins.GAPlugin"
version="1.0.0">
version="1.0.1">

<name>GAPlugin</name>

Expand All @@ -20,11 +20,16 @@
target-dir="libs" />
</platform>


<!-- ios -->
<platform name="ios">
<plugins-plist key="GAPlugin"
string="GAPlugin" />
<!-- Cordova < 2.3 -->
<plugins-plist key="GAPlugin" string="GAPlugin" />

<!-- Cordova >= 2.3 -->
<config-file target="config.xml" parent="/cordova/plugins">
<plugin name="GAPlugin" value="GAPlugin"/>
</config-file>

<source-file src="GANTracker.h" />
<source-file src="GAPlugin.h" />
<source-file src="GAPlugin.m" />
Expand Down

0 comments on commit 8bf93ce

Please sign in to comment.