Skip to content

Commit 165caf3

Browse files
recompiled framework (#9)
1 parent 47f3e2d commit 165caf3

File tree

16 files changed

+35
-26
lines changed

16 files changed

+35
-26
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,6 +1525,7 @@
15251525
"isOpen": true,
15261526
"declAttributes": [
15271527
"AccessControl",
1528+
"DiscardableResult",
15281529
"RawDocComment"
15291530
],
15301531
"funcSelfKind": "NonMutating"
@@ -3838,14 +3839,14 @@
38383839
{
38393840
"filePath": "\/Users\/runner\/work\/mixpanel-ios-session-replay\/mixpanel-ios-session-replay\/MixpanelSessionReplay\/MixpanelSessionReplay\/MPSessionReplay.swift",
38403841
"kind": "StringLiteral",
3841-
"offset": 3472,
3842+
"offset": 3417,
38423843
"length": 34,
38433844
"value": "\"com.mixpanel.properties.register\""
38443845
},
38453846
{
38463847
"filePath": "\/Users\/runner\/work\/mixpanel-ios-session-replay\/mixpanel-ios-session-replay\/MixpanelSessionReplay\/MixpanelSessionReplay\/MPSessionReplay.swift",
38473848
"kind": "StringLiteral",
3848-
"offset": 3568,
3849+
"offset": 3513,
38493850
"length": 36,
38503851
"value": "\"com.mixpanel.properties.unregister\""
38513852
},

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ extension Foundation.Data {
4949
public func gzipCompressed(level: Swift.Int32 = Z_DEFAULT_COMPRESSION) throws -> Foundation.Data
5050
}
5151
@_hasMissingDesignatedInitializers open class MPSessionReplay {
52+
@discardableResult
5253
open class func initialize(token: Swift.String, distinctId: Swift.String, config: MixpanelSessionReplay.MPSessionReplayConfig = MPSessionReplayConfig()) -> MixpanelSessionReplay.MPSessionReplayInstance?
5354
open class func getInstance() -> MixpanelSessionReplay.MPSessionReplayInstance?
5455
open class func getReplayId() -> Swift.String?

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ extension Foundation.Data {
4949
public func gzipCompressed(level: Swift.Int32 = Z_DEFAULT_COMPRESSION) throws -> Foundation.Data
5050
}
5151
@_hasMissingDesignatedInitializers open class MPSessionReplay {
52+
@discardableResult
5253
open class func initialize(token: Swift.String, distinctId: Swift.String, config: MixpanelSessionReplay.MPSessionReplayConfig = MPSessionReplayConfig()) -> MixpanelSessionReplay.MPSessionReplayInstance?
5354
open class func getInstance() -> MixpanelSessionReplay.MPSessionReplayInstance?
5455
open class func getReplayId() -> Swift.String?

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,6 +1525,7 @@
15251525
"isOpen": true,
15261526
"declAttributes": [
15271527
"AccessControl",
1528+
"DiscardableResult",
15281529
"RawDocComment"
15291530
],
15301531
"funcSelfKind": "NonMutating"
@@ -3838,14 +3839,14 @@
38383839
{
38393840
"filePath": "\/Users\/runner\/work\/mixpanel-ios-session-replay\/mixpanel-ios-session-replay\/MixpanelSessionReplay\/MixpanelSessionReplay\/MPSessionReplay.swift",
38403841
"kind": "StringLiteral",
3841-
"offset": 3472,
3842+
"offset": 3417,
38423843
"length": 34,
38433844
"value": "\"com.mixpanel.properties.register\""
38443845
},
38453846
{
38463847
"filePath": "\/Users\/runner\/work\/mixpanel-ios-session-replay\/mixpanel-ios-session-replay\/MixpanelSessionReplay\/MixpanelSessionReplay\/MPSessionReplay.swift",
38473848
"kind": "StringLiteral",
3848-
"offset": 3568,
3849+
"offset": 3513,
38493850
"length": 36,
38503851
"value": "\"com.mixpanel.properties.unregister\""
38513852
},

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ extension Foundation.Data {
4949
public func gzipCompressed(level: Swift.Int32 = Z_DEFAULT_COMPRESSION) throws -> Foundation.Data
5050
}
5151
@_hasMissingDesignatedInitializers open class MPSessionReplay {
52+
@discardableResult
5253
open class func initialize(token: Swift.String, distinctId: Swift.String, config: MixpanelSessionReplay.MPSessionReplayConfig = MPSessionReplayConfig()) -> MixpanelSessionReplay.MPSessionReplayInstance?
5354
open class func getInstance() -> MixpanelSessionReplay.MPSessionReplayInstance?
5455
open class func getReplayId() -> Swift.String?

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ extension Foundation.Data {
4949
public func gzipCompressed(level: Swift.Int32 = Z_DEFAULT_COMPRESSION) throws -> Foundation.Data
5050
}
5151
@_hasMissingDesignatedInitializers open class MPSessionReplay {
52+
@discardableResult
5253
open class func initialize(token: Swift.String, distinctId: Swift.String, config: MixpanelSessionReplay.MPSessionReplayConfig = MPSessionReplayConfig()) -> MixpanelSessionReplay.MPSessionReplayInstance?
5354
open class func getInstance() -> MixpanelSessionReplay.MPSessionReplayInstance?
5455
open class func getReplayId() -> Swift.String?

0 commit comments

Comments
 (0)