Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
- Fixed 8.x crashes
  • Loading branch information
muthuka committed Mar 31, 2016
1 parent 1174fa9 commit 58737bc
Show file tree
Hide file tree
Showing 20 changed files with 7 additions and 20 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
## Version 3.1 (Mar 28, 2016)
- New formats: Video & Carousel
- Bitcode enabled
- Several bug fixes
- Improvements for Wrapper
- Moved bundle inside framework
## Version 3.0.2 (Mar 31, 2016)
- Fixed a crash on 8.x devices

## Version 3.0.1 (Mar 17, 2016)
- Crash fix
Expand Down
Binary file modified Yieldmo.bundle/YMButtonArrowComponent.nib
Binary file not shown.
Binary file modified Yieldmo.bundle/YMButtonComponent.nib
Binary file not shown.
Binary file removed Yieldmo.bundle/YMCarouselCell.nib
Binary file not shown.
Binary file removed Yieldmo.bundle/YMCarouselCell~ipad.nib
Binary file not shown.
Binary file removed Yieldmo.bundle/YMCarouselView~ipad.nib
Binary file not shown.
Binary file removed Yieldmo.bundle/YMMainstageArrow.nib
Binary file not shown.
Binary file removed Yieldmo.bundle/YMMainstageArrowButton.nib
Binary file not shown.
Binary file removed Yieldmo.bundle/YMMainstageCell.nib
Binary file not shown.
Binary file removed Yieldmo.bundle/YMPlayButton.nib
Binary file not shown.
Binary file modified Yieldmo.bundle/YMProductRibbon.nib
Binary file not shown.
Binary file modified Yieldmo.bundle/YMPromoRibbon.nib
Binary file not shown.
Binary file modified Yieldmo.bundle/YMScrollerComponent.nib
Binary file not shown.
Binary file modified Yieldmo.bundle/YMWebViewController~ipad.nib
Binary file not shown.
Binary file modified Yieldmo.bundle/YMWebViewController~iphone.nib
Binary file not shown.
9 changes: 2 additions & 7 deletions Yieldmo.framework/Versions/A/Headers/YMConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// YMConstants.h
// Yieldmo
//
// Copyright © 2016 Yieldmo. All rights reserved.
// Copyright © 2015 Yieldmo. All rights reserved.
//

// Yieldmo Demo App ID
Expand All @@ -26,9 +26,4 @@ extern NSString * const kDemoPlacement_Window;
extern NSString * const kDemoPlacement_Pull;
extern NSString * const kDemoPlacement_Feature;
extern NSString * const kDemoPlacement_Ticker;
extern NSString * const kDemoPlacement_Wrapper;

extern NSString * const kDemoPlacement_Video;
extern NSString * const kDemoPlacement_Carousel;
extern NSString * const kDemoPlacement_Mainstage;

extern NSString * const kDemoPlacement_Wrapper;
3 changes: 3 additions & 0 deletions Yieldmo.framework/Versions/A/Headers/YMSdk.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,8 @@ typedef NS_OPTIONS(NSUInteger, YMSdkOptions) {
*/
+ (void) addTestDevices:(NSArray<NSString *>*)deviceIdentifiers;

+ (void) switchToStaging;
+ (void) switchToProduction;


@end
1 change: 0 additions & 1 deletion Yieldmo.framework/Versions/A/Headers/YMSdkDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@
* @brief Called when a Yieldmo ad was tapped and resulted in the user leaving your app.
*/
- (void) adDidExitApp;

@end
6 changes: 0 additions & 6 deletions Yieldmo.framework/Versions/A/Headers/YMView.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,4 @@
* @brief The placement format class name
*/
@property (nonatomic,readonly) NSString * format;

/*!
* @brief Purges ad content and its subviews (useful before refreshing a placement on a page)
*/
- (void) purge;

@end
Binary file modified Yieldmo.framework/Versions/A/Yieldmo
Binary file not shown.

0 comments on commit 58737bc

Please sign in to comment.