Skip to content

Commit

Permalink
2.2.5 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmaier committed May 23, 2023
1 parent 6458f77 commit dcf1ecf
Show file tree
Hide file tree
Showing 30 changed files with 5,154 additions and 4,387 deletions.
14 changes: 7 additions & 7 deletions GiphyUISDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,34 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>GiphyUISDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>GiphyUISDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>GiphyUISDK.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -44,7 +44,7 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/GiphyUISDK
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1450,37 +1450,40 @@ SWIFT_CLASS("_TtC10GiphyUISDK8GPHTheme")
@interface GPHTheme : NSObject
- (nonnull instancetype)initWithType:(enum GPHThemeType)type;
@property (nonatomic) enum GPHThemeType type;
@property (nonatomic, readonly, strong) UIColor * _Nonnull handleBarColor;
@property (nonatomic, readonly) UIScrollViewIndicatorStyle emojiDrawerScrollIndicatorStyle;
@property (nonatomic, readonly, strong) UIColor * _Nonnull emojiDrawerGradientTopColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull emojiDrawerGradientBottomColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull emojiDrawerSeparatorColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull searchBarActiveBackgroundColor;
@property (nonatomic, readonly, strong) UIImage * _Nullable searchButtonIcon;
@property (nonatomic, readonly, strong) UIColor * _Nonnull searchBackButtonColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull searchPlaceholderTextColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull searchTextColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull searchBarBackgroundColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull suggestionCellBackgroundColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull suggestionCellTextColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull placeholderTextColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull textFieldTextColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull selectButtonColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull selectButtonTextColor;
@property (nonatomic, readonly, strong) UIFont * _Nullable searchTextFont;
@property (nonatomic, readonly) CGFloat searchBarPadding;
@property (nonatomic, readonly) CGFloat searchBarCornerRadius;
@property (nonatomic, readonly) CGFloat cellCornerRadius;
@property (nonatomic, readonly, strong) UIFont * _Nullable textFieldFont;
@property (nonatomic, readonly, strong) UIColor * _Nonnull backgroundColorForLoadingCells;
@property (nonatomic, readonly) BOOL showSuggestionsBar;
@property (nonatomic, readonly, strong) UIImage * _Nullable buttonIcon;
@property (nonatomic, readonly, strong) UIColor * _Nonnull searchButtonColor;
@property (nonatomic, readonly) UIKeyboardAppearance keyboardAppearance;
@property (nonatomic, readonly, strong) UIColor * _Nonnull placeholderColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull backgroundColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull textColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull handleBarColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull gridDimColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull suggestionCellBackgroundColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull suggestionCellTextColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull tabBarSwitchSelectedColor;
@property (nonatomic, readonly, strong) UIColor * _Nullable tabBarSwitchDefaultColor;
@property (nonatomic, readonly) CGFloat tabBarBackgroundAlpha;
@property (nonatomic, readonly, strong) UIColor * _Nonnull confirmationSelectButtonColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull confirmationSelectButtonTextColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull usernameColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull confirmationBackButtonColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull confirmationViewOnGiphyColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull avatarPlaceholderColor;
@property (nonatomic, readonly) CGFloat cellCornerRadius;
@property (nonatomic, readonly, strong) UIColor * _Nonnull stickerBackgroundColor;
@property (nonatomic, readonly) BOOL fixedSizeCells;
@property (nonatomic, readonly, strong) UIColor * _Nonnull backgroundColorForLoadingCells;
@property (nonatomic, readonly) UIKeyboardAppearance keyboardAppearance;
@property (nonatomic, readonly, strong) UIColor * _Nonnull backgroundColor;
@property (nonatomic, readonly, strong) UIColor * _Nonnull defaultTextColor;
@property (nonatomic, readonly) UIBlurEffectStyle blurStyle;
@property (nonatomic, readonly) BOOL isDarkMode;
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end

Expand Down
Binary file modified GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Info.plist
Binary file not shown.
Loading

0 comments on commit dcf1ecf

Please sign in to comment.