Skip to content

Commit

Permalink
Jenkins autobuild 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikos.tsiougkos committed May 29, 2018
1 parent 66e95fe commit e265e26
Show file tree
Hide file tree
Showing 211 changed files with 34,002 additions and 104 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@
typedef enum {
AVOBannerViewSizeSmall, // (320 x 50)
AVOBannerViewSizeLarge, // (728 x 90)
AVOBannerViewSizeMREC // (300 x 250)
AVOBannerViewSizeMREC, // (300 x 250)
AVOBannerViewSize300x50,
AVOBannerViewSize320x50,
AVOBannerViewSize468x60,
AVOBannerViewSize728x90,
AVOBannerViewSize300x250,
AVOBannerViewSize160x600
} AVOBannerViewSize;


Expand Down
Binary file modified AvocarrotSDK/AvocarrotCore.framework/Versions/A/AvocarrotCore
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ typedef enum {
*/
@property(class, nonatomic, assign) BOOL testMode;

/**
* Inform SDK that the user has given consent
*/
+ (void) hasConsent:(BOOL) consent;

@end


Expand Down
1 change: 0 additions & 1 deletion AvocarrotSDK/AvocarrotInsights.framework/AvocarrotInsights

This file was deleted.

1 change: 0 additions & 1 deletion AvocarrotSDK/AvocarrotInsights.framework/Headers

This file was deleted.

This file was deleted.

Loading

0 comments on commit e265e26

Please sign in to comment.