Skip to content

Commit

Permalink
iOS Framework structure fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Jun 1, 2016
1 parent b221ef7 commit b00c7ec
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="5.0.3">
version="5.0.3.1">

<name>Pushwoosh</name>

Expand Down Expand Up @@ -127,8 +127,7 @@

<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"/>
<framework src="src/ios/Pushwoosh.framework" custom="true" />
</platform>

<!-- wp8 -->
Expand Down

0 comments on commit b00c7ec

Please sign in to comment.