Skip to content

Commit

Permalink
2.2.7 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmaier authored Oct 19, 2023
1 parent ba4a17d commit 95c32b8
Show file tree
Hide file tree
Showing 38 changed files with 83,754 additions and 81,135 deletions.
6 changes: 6 additions & 0 deletions GiphyUISDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>GiphyUISDK.framework/Versions/A/GiphyUISDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
Expand All @@ -20,6 +22,8 @@
<string>maccatalyst</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>GiphyUISDK.framework/GiphyUISDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
Expand All @@ -35,6 +39,8 @@
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>GiphyUISDK.framework/GiphyUISDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
#ifndef GIPHYUISDK_SWIFT_H
#define GIPHYUISDK_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -42,12 +42,18 @@
#include <string.h>
#endif
#if defined(__cplusplus)
#if __has_include(<ptrauth.h>)
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
# include <ptrauth.h>
#else
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
# ifndef __ptrauth_swift_value_witness_function_pointer
# define __ptrauth_swift_value_witness_function_pointer(x)
# endif
# ifndef __ptrauth_swift_class_method_pointer
# define __ptrauth_swift_class_method_pointer(x)
# endif
#pragma clang diagnostic pop
#endif
#endif

Expand Down Expand Up @@ -246,6 +252,17 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#else
# define SWIFT_NOEXCEPT
#endif
#if !defined(SWIFT_C_INLINE_THUNK)
# if __has_attribute(always_inline)
# if __has_attribute(nodebug)
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
# else
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
# endif
# else
# define SWIFT_C_INLINE_THUNK inline
# endif
#endif
#if defined(_WIN32)
#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
Expand Down Expand Up @@ -1069,6 +1086,8 @@ SWIFT_CLASS("_TtC10GiphyUISDK8GPHMedia")
@property (nonatomic, readonly) BOOL isIndexable;
@property (nonatomic, readonly) BOOL isSticker;
@property (nonatomic, readonly) BOOL hasAttribution;
/// enables assistive programs to read descriptions of GIFs.
@property (nonatomic, readonly, copy) NSString * _Nullable altText;
@property (nonatomic, readonly, strong) CallToAction * _Nullable callToAction;
@property (nonatomic, copy) NSDictionary<NSString *, id> * _Nullable userDictionary;
/// Convenience Initializer
Expand Down Expand Up @@ -1849,7 +1868,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK19GiphyGridController")




@interface GiphyGridController (SWIFT_EXTENSION(GiphyUISDK)) <GPHTrackingDelegate>
- (GPHMedia * _Nullable)mediaForIndexPath:(NSIndexPath * _Nonnull)item SWIFT_WARN_UNUSED_RESULT;
- (BOOL)mediaIsLoadedAtIndexPath:(NSIndexPath * _Nonnull)item SWIFT_WARN_UNUSED_RESULT;
Expand All @@ -1871,6 +1889,7 @@ SWIFT_CLASS("_TtC10GiphyUISDK19GiphyGridController")
@end



@interface GiphyGridController (SWIFT_EXTENSION(GiphyUISDK)) <GPHGridDelegate>
- (void)didScrollWithOffset:(CGFloat)offset;
- (void)contentDidUpdateWithResultCount:(NSInteger)resultCount error:(NSError * _Nullable)error;
Expand Down Expand Up @@ -1929,13 +1948,13 @@ SWIFT_CLASS("_TtC10GiphyUISDK21GiphySearchController")


@interface GiphySearchController (SWIFT_EXTENSION(GiphyUISDK))
- (void)selectedContentTypeDidChange:(enum GPHContentType)contentType;
- (void)didTapUsername:(NSString * _Nonnull)username;
- (void)didLongPressCell:(GPHMediaCell * _Nullable)cell;
@end


@interface GiphySearchController (SWIFT_EXTENSION(GiphyUISDK))
- (void)didTapUsername:(NSString * _Nonnull)username;
- (void)didLongPressCell:(GPHMediaCell * _Nullable)cell;
- (void)selectedContentTypeDidChange:(enum GPHContentType)contentType;
@end


Expand Down Expand Up @@ -2028,12 +2047,12 @@ SWIFT_CLASS("_TtC10GiphyUISDK23PingbackSubmissionQueue")



#endif
#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
#if defined(__cplusplus)
#endif
#pragma clang diagnostic pop
#endif

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

0 comments on commit 95c32b8

Please sign in to comment.