Skip to content

Commit

Permalink
Merge pull request #2 from galexandrov/master
Browse files Browse the repository at this point in the history
Use plugin framework tag to add the custom iOS framework
  • Loading branch information
Georgi Alexandrov committed Jul 29, 2015
2 parents 1e5481c + ba6a6f8 commit c4a3642
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
<framework src="Security.framework" />
<framework src="Storekit.framework" />
<framework src="CoreLocation.framework" />
<framework src="src/ios/Pushwoosh.framework" custom="true" />
<config-file target="config.xml" parent="/*">
<feature name="PushNotification">
<param name="ios-package" value="PushNotification"/>
Expand All @@ -136,8 +137,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
2 changes: 1 addition & 1 deletion src/ios/PushNotification.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#import <Foundation/Foundation.h>
#import <Cordova/CDVPlugin.h>
#import "PushNotificationManager.h"
#import <Pushwoosh/PushNotificationManager.h>

@interface PushNotification : CDVPlugin <PushNotificationDelegate> {

Expand Down
1 change: 0 additions & 1 deletion src/ios/Pushwoosh.framework/Headers

This file was deleted.

1 change: 0 additions & 1 deletion src/ios/Pushwoosh.framework/Pushwoosh

This file was deleted.

Binary file added src/ios/Pushwoosh.framework/Pushwoosh
Binary file not shown.
Binary file removed src/ios/Pushwoosh.framework/Versions/A/Pushwoosh
Binary file not shown.
1 change: 0 additions & 1 deletion src/ios/Pushwoosh.framework/Versions/Current

This file was deleted.

0 comments on commit c4a3642

Please sign in to comment.