diff --git a/Frameworks/M2Kit.xcframework/Info.plist b/Frameworks/M2Kit.xcframework/Info.plist index d0be149..4125c63 100644 --- a/Frameworks/M2Kit.xcframework/Info.plist +++ b/Frameworks/M2Kit.xcframework/Info.plist @@ -21,20 +21,6 @@ SupportedPlatformVariant maccatalyst - - BinaryPath - M2Kit.framework/M2Kit - LibraryIdentifier - ios-arm64 - LibraryPath - M2Kit.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - ios - BinaryPath M2Kit.framework/M2Kit @@ -52,6 +38,20 @@ SupportedPlatformVariant simulator + + BinaryPath + M2Kit.framework/M2Kit + LibraryIdentifier + ios-arm64 + LibraryPath + M2Kit.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + ios + CFBundlePackageType XFWK diff --git a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Info.plist b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Info.plist index e83c966..e96a783 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Info.plist and b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Info.plist differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/M2Kit b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/M2Kit index 0cc5bd8..f91dffd 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/M2Kit and b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/M2Kit differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.abi.json b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.abi.json index 244a332..c31eadc 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.abi.json +++ b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.abi.json @@ -12727,6 +12727,55 @@ } ] }, + { + "kind": "Var", + "name": "IAPUserCancelActionNotification", + "printedName": "IAPUserCancelActionNotification", + "children": [ + { + "kind": "TypeNominal", + "name": "Name", + "printedName": "Foundation.NSNotification.Name", + "usr": "c:@T@NSNotificationName" + } + ], + "declKind": "Var", + "usr": "s:5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavpZ", + "mangledName": "$s5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavpZ", + "moduleName": "M2Kit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Name", + "printedName": "Foundation.NSNotification.Name", + "usr": "c:@T@NSNotificationName" + } + ], + "declKind": "Accessor", + "usr": "s:5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavgZ", + "mangledName": "$s5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavgZ", + "moduleName": "M2Kit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, { "kind": "Var", "name": "IAPProductStatusUpdatedNotification", @@ -25329,7 +25378,7 @@ "kind": "StringLiteral", "offset": 131, "length": 6, - "value": "\"5.27\"" + "value": "\"5.28\"" }, { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", @@ -25348,14 +25397,21 @@ { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "kind": "StringLiteral", - "offset": 752, + "offset": 707, + "length": 33, + "value": "\"IAPUserCancelActionNotification\"" + }, + { + "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", + "kind": "StringLiteral", + "offset": 917, "length": 37, "value": "\"IAPProductStatusUpdatedNotification\"" }, { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "kind": "StringLiteral", - "offset": 945, + "offset": 1110, "length": 41, "value": "\"IAPProductsAvailableChangedNotification\"" }, diff --git a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.private.swiftinterface b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.private.swiftinterface index 894c7b0..b24ad65 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.private.swiftinterface +++ b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -494,6 +494,7 @@ public let m2Version: Swift.String @_Concurrency.MainActor public struct M2IAP { @_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name + @_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name @_Concurrency.MainActor public static func setup(iapId: Swift.String) diff --git a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.swiftdoc b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.swiftdoc index a05cf80..cbe2514 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.swiftdoc and b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.swiftinterface b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.swiftinterface index 894c7b0..b24ad65 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.swiftinterface +++ b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.swiftinterface @@ -494,6 +494,7 @@ public let m2Version: Swift.String @_Concurrency.MainActor public struct M2IAP { @_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name + @_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name @_Concurrency.MainActor public static func setup(iapId: Swift.String) diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/M2Kit b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/M2Kit index 0efb733..46752a1 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/M2Kit and b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/M2Kit differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.abi.json b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.abi.json index 244a332..c31eadc 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.abi.json +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.abi.json @@ -12727,6 +12727,55 @@ } ] }, + { + "kind": "Var", + "name": "IAPUserCancelActionNotification", + "printedName": "IAPUserCancelActionNotification", + "children": [ + { + "kind": "TypeNominal", + "name": "Name", + "printedName": "Foundation.NSNotification.Name", + "usr": "c:@T@NSNotificationName" + } + ], + "declKind": "Var", + "usr": "s:5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavpZ", + "mangledName": "$s5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavpZ", + "moduleName": "M2Kit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Name", + "printedName": "Foundation.NSNotification.Name", + "usr": "c:@T@NSNotificationName" + } + ], + "declKind": "Accessor", + "usr": "s:5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavgZ", + "mangledName": "$s5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavgZ", + "moduleName": "M2Kit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, { "kind": "Var", "name": "IAPProductStatusUpdatedNotification", @@ -25329,7 +25378,7 @@ "kind": "StringLiteral", "offset": 131, "length": 6, - "value": "\"5.27\"" + "value": "\"5.28\"" }, { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", @@ -25348,14 +25397,21 @@ { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "kind": "StringLiteral", - "offset": 752, + "offset": 707, + "length": 33, + "value": "\"IAPUserCancelActionNotification\"" + }, + { + "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", + "kind": "StringLiteral", + "offset": 917, "length": 37, "value": "\"IAPProductStatusUpdatedNotification\"" }, { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "kind": "StringLiteral", - "offset": 945, + "offset": 1110, "length": 41, "value": "\"IAPProductsAvailableChangedNotification\"" }, diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface index a7338ec..fafb9f8 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface @@ -494,6 +494,7 @@ public let m2Version: Swift.String @_Concurrency.MainActor public struct M2IAP { @_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name + @_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name @_Concurrency.MainActor public static func setup(iapId: Swift.String) diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.swiftdoc b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.swiftdoc index 7892180..4513a1e 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.swiftdoc and b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.swiftdoc differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.swiftinterface b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.swiftinterface index a7338ec..fafb9f8 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.swiftinterface +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.swiftinterface @@ -494,6 +494,7 @@ public let m2Version: Swift.String @_Concurrency.MainActor public struct M2IAP { @_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name + @_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name @_Concurrency.MainActor public static func setup(iapId: Swift.String) diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.abi.json b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.abi.json index 244a332..c31eadc 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.abi.json +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.abi.json @@ -12727,6 +12727,55 @@ } ] }, + { + "kind": "Var", + "name": "IAPUserCancelActionNotification", + "printedName": "IAPUserCancelActionNotification", + "children": [ + { + "kind": "TypeNominal", + "name": "Name", + "printedName": "Foundation.NSNotification.Name", + "usr": "c:@T@NSNotificationName" + } + ], + "declKind": "Var", + "usr": "s:5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavpZ", + "mangledName": "$s5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavpZ", + "moduleName": "M2Kit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Name", + "printedName": "Foundation.NSNotification.Name", + "usr": "c:@T@NSNotificationName" + } + ], + "declKind": "Accessor", + "usr": "s:5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavgZ", + "mangledName": "$s5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavgZ", + "moduleName": "M2Kit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, { "kind": "Var", "name": "IAPProductStatusUpdatedNotification", @@ -25329,7 +25378,7 @@ "kind": "StringLiteral", "offset": 131, "length": 6, - "value": "\"5.27\"" + "value": "\"5.28\"" }, { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", @@ -25348,14 +25397,21 @@ { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "kind": "StringLiteral", - "offset": 752, + "offset": 707, + "length": 33, + "value": "\"IAPUserCancelActionNotification\"" + }, + { + "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", + "kind": "StringLiteral", + "offset": 917, "length": 37, "value": "\"IAPProductStatusUpdatedNotification\"" }, { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "kind": "StringLiteral", - "offset": 945, + "offset": 1110, "length": 41, "value": "\"IAPProductsAvailableChangedNotification\"" }, diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface index 2106d8b..15eec3e 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface @@ -494,6 +494,7 @@ public let m2Version: Swift.String @_Concurrency.MainActor public struct M2IAP { @_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name + @_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name @_Concurrency.MainActor public static func setup(iapId: Swift.String) diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc index 080b547..ce5c2c8 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc and b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface index 2106d8b..15eec3e 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface @@ -494,6 +494,7 @@ public let m2Version: Swift.String @_Concurrency.MainActor public struct M2IAP { @_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name + @_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name @_Concurrency.MainActor public static func setup(iapId: Swift.String) diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Resources/Info.plist b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Resources/Info.plist index 758981a..f275e10 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Resources/Info.plist +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Resources/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.27 + 5.28 CFBundleSupportedPlatforms MacOSX diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Info.plist b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Info.plist index f183f6b..bb37db2 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Info.plist and b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Info.plist differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/M2Kit b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/M2Kit index 702c053..8c2175e 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/M2Kit and b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/M2Kit differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.abi.json b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.abi.json index 244a332..c31eadc 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.abi.json +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -12727,6 +12727,55 @@ } ] }, + { + "kind": "Var", + "name": "IAPUserCancelActionNotification", + "printedName": "IAPUserCancelActionNotification", + "children": [ + { + "kind": "TypeNominal", + "name": "Name", + "printedName": "Foundation.NSNotification.Name", + "usr": "c:@T@NSNotificationName" + } + ], + "declKind": "Var", + "usr": "s:5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavpZ", + "mangledName": "$s5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavpZ", + "moduleName": "M2Kit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Name", + "printedName": "Foundation.NSNotification.Name", + "usr": "c:@T@NSNotificationName" + } + ], + "declKind": "Accessor", + "usr": "s:5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavgZ", + "mangledName": "$s5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavgZ", + "moduleName": "M2Kit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, { "kind": "Var", "name": "IAPProductStatusUpdatedNotification", @@ -25329,7 +25378,7 @@ "kind": "StringLiteral", "offset": 131, "length": 6, - "value": "\"5.27\"" + "value": "\"5.28\"" }, { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", @@ -25348,14 +25397,21 @@ { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "kind": "StringLiteral", - "offset": 752, + "offset": 707, + "length": 33, + "value": "\"IAPUserCancelActionNotification\"" + }, + { + "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", + "kind": "StringLiteral", + "offset": 917, "length": 37, "value": "\"IAPProductStatusUpdatedNotification\"" }, { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "kind": "StringLiteral", - "offset": 945, + "offset": 1110, "length": 41, "value": "\"IAPProductsAvailableChangedNotification\"" }, diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface index 7ac1f92..d1783e0 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -494,6 +494,7 @@ public let m2Version: Swift.String @_Concurrency.MainActor public struct M2IAP { @_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name + @_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name @_Concurrency.MainActor public static func setup(iapId: Swift.String) diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc index 6cf6ae5..45dae0a 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface index 7ac1f92..d1783e0 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -494,6 +494,7 @@ public let m2Version: Swift.String @_Concurrency.MainActor public struct M2IAP { @_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name + @_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name @_Concurrency.MainActor public static func setup(iapId: Swift.String) diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json index 244a332..c31eadc 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -12727,6 +12727,55 @@ } ] }, + { + "kind": "Var", + "name": "IAPUserCancelActionNotification", + "printedName": "IAPUserCancelActionNotification", + "children": [ + { + "kind": "TypeNominal", + "name": "Name", + "printedName": "Foundation.NSNotification.Name", + "usr": "c:@T@NSNotificationName" + } + ], + "declKind": "Var", + "usr": "s:5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavpZ", + "mangledName": "$s5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavpZ", + "moduleName": "M2Kit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Name", + "printedName": "Foundation.NSNotification.Name", + "usr": "c:@T@NSNotificationName" + } + ], + "declKind": "Accessor", + "usr": "s:5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavgZ", + "mangledName": "$s5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavgZ", + "moduleName": "M2Kit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, { "kind": "Var", "name": "IAPProductStatusUpdatedNotification", @@ -25329,7 +25378,7 @@ "kind": "StringLiteral", "offset": 131, "length": 6, - "value": "\"5.27\"" + "value": "\"5.28\"" }, { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", @@ -25348,14 +25397,21 @@ { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "kind": "StringLiteral", - "offset": 752, + "offset": 707, + "length": 33, + "value": "\"IAPUserCancelActionNotification\"" + }, + { + "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", + "kind": "StringLiteral", + "offset": 917, "length": 37, "value": "\"IAPProductStatusUpdatedNotification\"" }, { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "kind": "StringLiteral", - "offset": 945, + "offset": 1110, "length": 41, "value": "\"IAPProductsAvailableChangedNotification\"" }, diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface index 74f10d3..7b911f0 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -494,6 +494,7 @@ public let m2Version: Swift.String @_Concurrency.MainActor public struct M2IAP { @_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name + @_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name @_Concurrency.MainActor public static func setup(iapId: Swift.String) diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index 60dadb5..43fe8c9 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index 74f10d3..7b911f0 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -494,6 +494,7 @@ public let m2Version: Swift.String @_Concurrency.MainActor public struct M2IAP { @_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name + @_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name @_Concurrency.MainActor public static func setup(iapId: Swift.String) diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/_CodeSignature/CodeDirectory b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/_CodeSignature/CodeDirectory index d55163c..5d9f7e4 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/_CodeSignature/CodeDirectory and b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/_CodeSignature/CodeDirectory differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/_CodeSignature/CodeResources b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/_CodeSignature/CodeResources index 2339e45..f31c090 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/_CodeSignature/CodeResources +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/_CodeSignature/CodeResources @@ -10,47 +10,47 @@ Info.plist - ROFrsHNNn41Y160APmlhNtjt+LQ= + m/afbw5/ErnjwjRfl6y1hQeHRoA= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.abi.json - VBvwTuSnDOQ1tB3xxrbFm3JeOXA= + xejTzFoi1YnEWlUz2ilQYK88EOc= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - C3dGfDCkrGKZGrHWH9mhcx+28EQ= + r/aFrW+5pXShVBx8xRLoMqcNQb0= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc - 8CyTIEjgb4RKLYkRyCmmAbs8xYw= + Q0EqfAHskz+49ndkBEJCYT5Xd9g= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface - C3dGfDCkrGKZGrHWH9mhcx+28EQ= + r/aFrW+5pXShVBx8xRLoMqcNQb0= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule - lwHZli6SwJBDqZRK1wA6phBYtrU= + ZW0YgA/QiFzzjoXSa/QQXwCAnAA= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json - VBvwTuSnDOQ1tB3xxrbFm3JeOXA= + xejTzFoi1YnEWlUz2ilQYK88EOc= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - UsfVebNFJWVdmCObsq67QDsaM54= + 2zmZrdBt7LIb4thX0/kqM3Dmw0w= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - jBEe9jyCAD9+xzqFRhYXRVvraxE= + Yl7KbdnBw66I7s6E4HvuxIuJtyc= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - UsfVebNFJWVdmCObsq67QDsaM54= + 2zmZrdBt7LIb4thX0/kqM3Dmw0w= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - A5EX/zE0uqYzA4nb0tXngeeY+ZA= + 3zz6s2uFTExaNEhTiNttb6Fj9Y0= Modules/module.modulemap @@ -70,70 +70,70 @@ hash2 - H2ufbCY9OWpD0FzQ3Pfr73I3ICgjHoCg/kO5Ta+J0SY= + WQIc94ArLJ/2e2QHjexeZlw11Vff7eEAY0ntT20jysc= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface hash2 - bf0MVePd/h7EQqkISv6VhcRJ5SlL9JGrcZWjH4l+e4g= + Qw/LK0aT7Z6RfCYfRNlVv3FK2eLPCDmLM608j7Stmw8= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc hash2 - +KUj5jTWVEXI5LiT6qiel7T5P3fkUl3sPxR/4Bqxnkg= + J15HwsuB9xoCEuifKa5rao/cOJndBd1Py+uX6ZBkqQg= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - bf0MVePd/h7EQqkISv6VhcRJ5SlL9JGrcZWjH4l+e4g= + Qw/LK0aT7Z6RfCYfRNlVv3FK2eLPCDmLM608j7Stmw8= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - vRUsYRCBfim2eYUO/ATpupsB/Unvsu14lxZqVgCgz9E= + PnpMnMoBXAf9No/Q3J7S9+E6n+s58BjJRPau3vaqjgo= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - H2ufbCY9OWpD0FzQ3Pfr73I3ICgjHoCg/kO5Ta+J0SY= + WQIc94ArLJ/2e2QHjexeZlw11Vff7eEAY0ntT20jysc= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash2 - N5/7AiOLP20lfw5PC5YXJay4V61Uv029Me2MWFFh+Gs= + mqMOmR9BeWCTjVgBKlAhFe4XcTMeXhgK7/KUSuoQMiE= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - m/hXa6qs+jBFvfrNRul7RZq9vDOC9C6ZnmJatPAxAsU= + RLEddU8B4Cwp2lLvoTViCZGbVKxy5sHcw0H2liyFsM8= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - N5/7AiOLP20lfw5PC5YXJay4V61Uv029Me2MWFFh+Gs= + mqMOmR9BeWCTjVgBKlAhFe4XcTMeXhgK7/KUSuoQMiE= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - rBCNcmIlhzGKigiGMzLA0gi7cZ+N9HLqXqClqEBv8TA= + v8AQfPMHwu2PzXMyMrxIGcQ6w5JPsCGqkxYrMZFKog4= Modules/module.modulemap diff --git a/README.md b/README.md index ef67803..28dcd33 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ M2Kit ===== -5.27 \ No newline at end of file +5.28 \ No newline at end of file