-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating Unity plugins for version 2.7.0
- Loading branch information
Showing
40 changed files
with
81 additions
and
229 deletions.
There are no files selected for viewing
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-2 Bytes
(100%)
...ntentCardsStoryboard.storyboardc/ABKContentCardsTableViewController.nib/objects-11.0+.nib
Binary file not shown.
Binary file modified
BIN
-13 Bytes
(100%)
.../ABKContentCardsStoryboard.storyboardc/ABKContentCardsTableViewController.nib/runtime.nib
Binary file not shown.
Binary file modified
BIN
+9 Bytes
(100%)
...ABKContentCardsStoryboard.storyboardc/ABKContentCardsViewController.nib/objects-11.0+.nib
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...ework/ABKContentCardsStoryboard.storyboardc/ABKContentCardsViewController.nib/runtime.nib
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
...rk/ABKContentCardsStoryboard.storyboardc/pNw-1d-kzS-view-QfY-bo-EsO.nib/objects-11.0+.nib
Binary file not shown.
Binary file modified
BIN
+26 Bytes
(100%)
...ramework/ABKContentCardsStoryboard.storyboardc/pNw-1d-kzS-view-QfY-bo-EsO.nib/runtime.nib
Binary file not shown.
Binary file modified
BIN
-7 Bytes
(100%)
...gins/iOS/Appboy_iOS_SDK.framework/ABKInAppMessageFullViewController.nib/objects-11.0+.nib
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
...ts/Plugins/iOS/Appboy_iOS_SDK.framework/ABKInAppMessageFullViewController.nib/runtime.nib
Binary file not shown.
Binary file modified
BIN
+5 Bytes
(100%)
Assets/Plugins/iOS/Appboy_iOS_SDK.framework/ABKInAppMessageModalViewController.nib
Binary file not shown.
Binary file modified
BIN
-2 Bytes
(100%)
Assets/Plugins/iOS/Appboy_iOS_SDK.framework/ABKInAppMessageSlideupViewController.nib
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
...OS_SDK.framework/ABKNewsFeedCardStoryboard.storyboardc/ABKNewsFeedTableViewController.nib
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...boy_iOS_SDK.framework/ABKNewsFeedCardStoryboard.storyboardc/ABKNewsFeedViewController.nib
Binary file not shown.
Binary file modified
BIN
-5 Bytes
(100%)
...oy_iOS_SDK.framework/ABKNewsFeedCardStoryboard.storyboardc/pNw-1d-kzS-view-QfY-bo-EsO.nib
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
Assets/Plugins/iOS/Appboy_iOS_SDK.framework/Appboy.bundle/Info.plist
Binary file not shown.
Binary file modified
BIN
+472 Bytes
(100%)
Assets/Plugins/iOS/Appboy_iOS_SDK.framework/Appboy_iOS_SDK
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
23 changes: 23 additions & 0 deletions
23
Assets/Plugins/iOS/SDWebImage.framework/Headers/SDImageAWebPCoder.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* | ||
* This file is part of the SDWebImage package. | ||
* (c) Olivier Poitrey <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
#import <Foundation/Foundation.h> | ||
#import "SDImageIOAnimatedCoder.h" | ||
|
||
/** | ||
This coder is used for Google WebP and Animated WebP(AWebP) image format. | ||
Image/IO provide the WebP decoding support in iOS 14/macOS 11/tvOS 14/watchOS 7+. | ||
@note Currently Image/IO seems does not supports WebP encoding, if you need WebP encoding, use the custom codec below. | ||
@note If you need to support lower firmware version for WebP, you can have a try at https://github.com/SDWebImage/SDWebImageWebPCoder | ||
*/ | ||
API_AVAILABLE(ios(14.0), tvos(14.0), macos(11.0), watchos(7.0)) | ||
@interface SDImageAWebPCoder : SDImageIOAnimatedCoder <SDProgressiveImageCoder, SDAnimatedImageCoder> | ||
|
||
@property (nonatomic, class, readonly, nonnull) SDImageAWebPCoder *sharedCoder; | ||
|
||
@end |
2 changes: 1 addition & 1 deletion
2
...teHeaders/SDImageHEICCoderInternal.h.meta → ...ramework/Headers/SDImageAWebPCoder.h.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.