Skip to content

Commit

Permalink
2.2.4 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmaier committed Apr 24, 2023
1 parent 3c77cf7 commit 6458f77
Show file tree
Hide file tree
Showing 32 changed files with 706 additions and 786 deletions.
8 changes: 4 additions & 4 deletions GiphyUISDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<array>
<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 @@ -17,7 +17,7 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
Expand All @@ -33,7 +33,7 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64_x86_64-simulator</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>maccatalyst</string>
<string>simulator</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 @@ -1969,6 +1969,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, copy) NSString * _Nullable noR
+ (NSString * _Nullable)noResultsText SWIFT_WARN_UNUSED_RESULT;
+ (void)setNoResultsText:(NSString * _Nullable)value;
@property (nonatomic) BOOL enableDynamicText;
@property (nonatomic) enum GPHContentType selectedContentType;
@property (nonatomic, copy) NSString * _Nullable showMoreByUser;
@property (nonatomic) enum GPHStickerColumnCount stickerColumnCount;
/// Option to show a secondary confirmation screen when the user taps a GIF, which shows a larger rendition of the asset.
Expand Down
Binary file modified GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Info.plist
Binary file not shown.
Loading

0 comments on commit 6458f77

Please sign in to comment.