Skip to content

Commit

Permalink
Merge pull request #58 from shazron/cordova-ios-4.x
Browse files Browse the repository at this point in the history
Fixed build error on cordova-ios-4.x (backwards compatible)
  • Loading branch information
dbaq committed Oct 29, 2015
2 parents 3fc6e45 + c768234 commit 1fe3538
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ios/Sms.m
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
#import "Sms.h"
#import <Cordova/NSArray+Comparisons.h>

@implementation Sms
@synthesize callbackID;

- (CDVPlugin *)initWithWebView:(UIWebView *)theWebView {
self = (Sms *)[super initWithWebView:theWebView];
return self;
}

- (void)send:(CDVInvokedUrlCommand*)command {
[self.commandDelegate runInBackground:^{
self.callbackID = command.callbackId;
Expand Down

2 comments on commit 1fe3538

@dipanjanc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi there,
we are building an app with the below mentioned stack and faced an issue wherein the ios build fails for various plugins view issue. This fix handles the impediment for cordova ios 4.0.x.
please release an update as soon as possible.
cheers.

@dbaq
Copy link
Member Author

@dbaq dbaq commented on 1fe3538 Jan 19, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey @dipanjanc,

please see #66.

Please sign in to comment.