Skip to content

Commit

Permalink
Updating Unity plugins for version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bucimis committed Sep 17, 2020
1 parent 24f86a4 commit 4d560d7
Show file tree
Hide file tree
Showing 41 changed files with 27 additions and 52 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Assets/Plugins/iOS/Appboy_iOS_SDK.framework/Appboy_iOS_SDK
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ NS_ASSUME_NONNULL_BEGIN
- (NSString *)advertisingIdentifierString;

/*!
* The result from [[ASIdentifierManager sharedManager] isAdvertisingTrackingEnabled].
* With iOS 14, the delegate should first check ATTrackingManager on iOS 14 and then check ASIdentifierManager on
* earlier iOS versions. An example implementation is included with Stopwatch here:
* https://github.com/Appboy/appboy-ios-sdk/blob/master/Example/Stopwatch/Sources/Utils/IDFADelegate.m
*
* @return If advertising tracking is enabled.
* @return YES if advertising tracking is enabled for iOS 14 and earlier or if AppTrackingTransparency (ATT) is authorized with iOS 14+, NO otherwise
*/
- (BOOL)isAdvertisingTrackingEnabled;
- (BOOL)isAdvertisingTrackingEnabledOrATTAuthorized;

@end
NS_ASSUME_NONNULL_END

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#import "ABKContentCardsController.h"
#import "ABKFacebookUser.h"
#import "ABKFeedController.h"
#import "ABKIdentifierForAdvertisingProvider.h"
#import "ABKIDFADelegate.h"
#import "ABKInAppMessage.h"
#import "ABKInAppMessageButton.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#import <UserNotifications/UserNotifications.h>

#ifndef APPBOY_SDK_VERSION
#define APPBOY_SDK_VERSION @"3.26.1"
#define APPBOY_SDK_VERSION @"3.27.0"
#endif

#if !TARGET_OS_TV
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#import "ABKContentCardsController.h"

// IDFA
#import "ABKIdentifierForAdvertisingProvider.h"
#import "ABKIDFADelegate.h"

// SDWebImage
Expand Down
Binary file modified Assets/Plugins/iOS/Appboy_iOS_SDK.framework/Info.plist
Binary file not shown.
2 changes: 1 addition & 1 deletion Assets/Plugins/iOS/Appboy_iOS_SDK.framework/cs.lproj.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/Plugins/iOS/Appboy_iOS_SDK.framework/uk.lproj.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Assets/Plugins/iOS/SDWebImage.framework/Info.plist
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Assets/Plugins/iOS/SDWebImage.framework/SDWebImage
Binary file not shown.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.5.0

##### Breaking
- Updated the native iOS bridge to [Braze iOS SDK 3.27.0](https://github.com/Appboy/appboy-ios-sdk/blob/master/CHANGELOG.md#3270). This release adds support for iOS 14 and requires XCode 12. Please read the Braze iOS SDK changelog for details.

## 2.4.0

##### Changed
Expand Down

0 comments on commit 4d560d7

Please sign in to comment.