Skip to content

Commit d628a12

Browse files
committed
Release 1.2.1
1 parent 697b7ef commit d628a12

File tree

92 files changed

+895
-938
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+895
-938
lines changed

GesturedeckiOS.xcframework/Info.plist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,37 @@
88
<key>DebugSymbolsPath</key>
99
<string>dSYMs</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_arm64e_x86_64-maccatalyst</string>
11+
<string>ios-arm64_i386_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>GesturedeckiOS.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17-
<string>arm64e</string>
17+
<string>i386</string>
1818
<string>x86_64</string>
1919
</array>
2020
<key>SupportedPlatform</key>
2121
<string>ios</string>
2222
<key>SupportedPlatformVariant</key>
23-
<string>maccatalyst</string>
23+
<string>simulator</string>
2424
</dict>
2525
<dict>
2626
<key>DebugSymbolsPath</key>
2727
<string>dSYMs</string>
2828
<key>LibraryIdentifier</key>
29-
<string>ios-arm64_i386_x86_64-simulator</string>
29+
<string>ios-arm64_arm64e_x86_64-maccatalyst</string>
3030
<key>LibraryPath</key>
3131
<string>GesturedeckiOS.framework</string>
3232
<key>SupportedArchitectures</key>
3333
<array>
3434
<string>arm64</string>
35-
<string>i386</string>
35+
<string>arm64e</string>
3636
<string>x86_64</string>
3737
</array>
3838
<key>SupportedPlatform</key>
3939
<string>ios</string>
4040
<key>SupportedPlatformVariant</key>
41-
<string>simulator</string>
41+
<string>maccatalyst</string>
4242
</dict>
4343
<dict>
4444
<key>BitcodeSymbolMapsPath</key>
Lines changed: 149 additions & 186 deletions
Large diffs are not rendered by default.
Lines changed: 149 additions & 186 deletions
Large diffs are not rendered by default.
Lines changed: 149 additions & 186 deletions
Large diffs are not rendered by default.
Lines changed: 150 additions & 184 deletions
Large diffs are not rendered by default.

GesturedeckiOS.xcframework/ios-arm64_arm64e_armv7_armv7s/GesturedeckiOS.framework/Headers/GesturedeckiOS-Swift.h

Lines changed: 56 additions & 20 deletions
Large diffs are not rendered by default.

GesturedeckiOS.xcframework/ios-arm64_arm64e_armv7_armv7s/GesturedeckiOS.framework/Modules/GesturedeckiOS.swiftmodule/arm64-apple-ios.swiftinterface

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,15 @@ extension GesturedeckiOS.Gesturedeck : UIKit.UIGestureRecognizerDelegate {
4040
}
4141
@objc public class GesturedeckMediaOverlay : ObjectiveC.NSObject {
4242
@objc public var tintColor: UIKit.UIColor?
43+
@objc public var overlayBackgroundColor: UIKit.UIColor?
4344
@objc public var topIcon: UIKit.UIImage?
4445
@objc public var iconTap: UIKit.UIImage?
4546
@objc public var iconTapToggled: UIKit.UIImage?
4647
@objc public var iconSwipeLeft: UIKit.UIImage?
4748
@objc public var iconSwipeRight: UIKit.UIImage?
4849
@objc public var reverseHorizontalSwipes: Swift.Bool
4950
@objc public var centerIconShowsOuterRing: Swift.Bool
50-
@objc public init(tintColor: UIKit.UIColor? = nil, topIcon: UIKit.UIImage? = nil, iconTap: UIKit.UIImage? = nil, iconTapToggled: UIKit.UIImage? = nil, iconSwipeLeft: UIKit.UIImage? = nil, iconSwipeRight: UIKit.UIImage? = nil, reverseHorizontalSwipes: Swift.Bool = false, centerIconShowsOuterRing: Swift.Bool = true)
51+
@objc public init(tintColor: UIKit.UIColor? = nil, overlayBackgroundColor: UIKit.UIColor? = nil, topIcon: UIKit.UIImage? = nil, iconTap: UIKit.UIImage? = nil, iconTapToggled: UIKit.UIImage? = nil, iconSwipeLeft: UIKit.UIImage? = nil, iconSwipeRight: UIKit.UIImage? = nil, reverseHorizontalSwipes: Swift.Bool = false, centerIconShowsOuterRing: Swift.Bool = true)
5152
@objc deinit
5253
}
5354
@objc @_Concurrency.MainActor(unsafe) public class GesturedeckMedia : GesturedeckiOS.Gesturedeck {

0 commit comments

Comments
 (0)