Skip to content

Commit

Permalink
Pushwoosh iOS SDK 5.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Apr 4, 2019
1 parent 47110b7 commit 32edcc6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,10 @@ typedef PWLoadingView *(^PWRichMediaLoadingViewBlock)(void);
*/
@property (nonatomic) NSNumber *allowsInlineMediaPlayback;

/**
A Boolean value that determines whether HTML5 videos can play automatically or require the user to start playing them.
*/
@property (nonatomic) NSNumber *mediaPlaybackRequiresUserAction;

@end

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#import <UserNotifications/UserNotifications.h>
#endif

#define PUSHWOOSH_VERSION @"5.13.0"
#define PUSHWOOSH_VERSION @"5.13.1"


@class PushNotificationManager;
Expand Down
Binary file modified Framework/Pushwoosh.framework/Versions/A/Pushwoosh
Binary file not shown.
Binary file modified Framework/PushwooshBeacons.framework/Versions/A/PushwooshBeacons
Binary file not shown.
Binary file not shown.

0 comments on commit 32edcc6

Please sign in to comment.