Skip to content

Commit 1b0a8e4

Browse files
update with v0.4.0 xcframework (#4)
1 parent 223be5c commit 1b0a8e4

File tree

22 files changed

+3784
-3563
lines changed

22 files changed

+3784
-3563
lines changed
Binary file not shown.
Binary file not shown.

MixpanelSessionReplay.xcframework/ios-arm64/MixpanelSessionReplay.framework/Modules/MixpanelSessionReplay.swiftmodule/arm64-apple-ios.abi.json

Lines changed: 331 additions & 190 deletions
Large diffs are not rendered by default.

MixpanelSessionReplay.xcframework/ios-arm64/MixpanelSessionReplay.framework/Modules/MixpanelSessionReplay.swiftmodule/arm64-apple-ios.private.swiftinterface

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// swift-interface-format-version: 1.0
2-
// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
3-
// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name MixpanelSessionReplay
2+
// swift-compiler-version: Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
3+
// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name MixpanelSessionReplay
4+
// swift-module-flags-ignorable: -interface-compiler-version 6.1.2
45
import CoreGraphics
56
import Foundation
67
@_exported import MixpanelSessionReplay
@@ -75,23 +76,24 @@ public struct ServerProxyResource {
7576
public func startRecording()
7677
public func captureScreenshot()
7778
public func captureScreenshot(withTouchEvent event: UIKit.UIEvent)
79+
public func identify(distinctId: Swift.String)
7880
public func stopRecording()
7981
public func flush()
8082
public func addSensitiveClass(_ aClass: Swift.AnyClass)
8183
public func removeSensitiveClass(_ aClass: Swift.AnyClass)
8284
@objc deinit
8385
}
8486
extension UIKit.UIView {
85-
@_Concurrency.MainActor(unsafe) public var frameRelativeToWindow: CoreFoundation.CGRect? {
87+
@_Concurrency.MainActor @preconcurrency public var frameRelativeToWindow: CoreFoundation.CGRect? {
8688
get
8789
}
8890
}
89-
extension SwiftUI.View {
90-
public func mpReplaySensitive(_ isSensitive: Swift.Bool) -> some SwiftUI.View
91+
extension SwiftUICore.View {
92+
@_Concurrency.MainActor @preconcurrency public func mpReplaySensitive(_ isSensitive: Swift.Bool) -> some SwiftUICore.View
9193

9294
}
9395
extension UIKit.UIView {
94-
@_Concurrency.MainActor(unsafe) public var mpReplaySensitive: Swift.Bool? {
96+
@_Concurrency.MainActor @preconcurrency public var mpReplaySensitive: Swift.Bool? {
9597
get
9698
set
9799
}

MixpanelSessionReplay.xcframework/ios-arm64/MixpanelSessionReplay.framework/Modules/MixpanelSessionReplay.swiftmodule/arm64-apple-ios.swiftinterface

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// swift-interface-format-version: 1.0
2-
// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
3-
// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name MixpanelSessionReplay
2+
// swift-compiler-version: Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
3+
// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name MixpanelSessionReplay
4+
// swift-module-flags-ignorable: -interface-compiler-version 6.1.2
45
import CoreGraphics
56
import Foundation
67
@_exported import MixpanelSessionReplay
@@ -75,23 +76,24 @@ public struct ServerProxyResource {
7576
public func startRecording()
7677
public func captureScreenshot()
7778
public func captureScreenshot(withTouchEvent event: UIKit.UIEvent)
79+
public func identify(distinctId: Swift.String)
7880
public func stopRecording()
7981
public func flush()
8082
public func addSensitiveClass(_ aClass: Swift.AnyClass)
8183
public func removeSensitiveClass(_ aClass: Swift.AnyClass)
8284
@objc deinit
8385
}
8486
extension UIKit.UIView {
85-
@_Concurrency.MainActor(unsafe) public var frameRelativeToWindow: CoreFoundation.CGRect? {
87+
@_Concurrency.MainActor @preconcurrency public var frameRelativeToWindow: CoreFoundation.CGRect? {
8688
get
8789
}
8890
}
89-
extension SwiftUI.View {
90-
public func mpReplaySensitive(_ isSensitive: Swift.Bool) -> some SwiftUI.View
91+
extension SwiftUICore.View {
92+
@_Concurrency.MainActor @preconcurrency public func mpReplaySensitive(_ isSensitive: Swift.Bool) -> some SwiftUICore.View
9193

9294
}
9395
extension UIKit.UIView {
94-
@_Concurrency.MainActor(unsafe) public var mpReplaySensitive: Swift.Bool? {
96+
@_Concurrency.MainActor @preconcurrency public var mpReplaySensitive: Swift.Bool? {
9597
get
9698
set
9799
}

MixpanelSessionReplay.xcframework/ios-arm64/dSYMs/MixpanelSessionReplay.framework.dSYM/Contents/Resources/Relocations/aarch64/MixpanelSessionReplay.yml

Lines changed: 911 additions & 983 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)