Skip to content

Commit

Permalink
#3 Update to the latest and greatest upstream code
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Dec 1, 2015
1 parent a941003 commit 10ee31f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android"
id="com.pushwoosh.plugins.pushwoosh"
version="3.6.16">
version="3.6.16.1">

<name>Pushwoosh</name>

Expand Down Expand Up @@ -136,6 +136,7 @@
<framework src="Security.framework" />
<framework src="Storekit.framework" />
<framework src="CoreLocation.framework" />
<framework src="src/ios/Pushwoosh.framework" custom="true" />
<framework src="libstdc++.dylib"/>
<framework src="libz.dylib"/>
<config-file target="config.xml" parent="/*">
Expand All @@ -150,8 +151,6 @@

<header-file src="src/ios/PushNotification.h" target-dir="ios"/>
<source-file src="src/ios/PushNotification.m" target-dir="ios"/>
<header-file src="src/ios/Pushwoosh.framework/Versions/A/Headers/PushNotificationManager.h" target-dir="ios"/>
<source-file src="src/ios/Pushwoosh.framework/Versions/A/Pushwoosh" framework="true"/>
</platform>

<!-- wp8 -->
Expand Down

0 comments on commit 10ee31f

Please sign in to comment.