diff --git a/Frameworks/M2Kit.xcframework/Info.plist b/Frameworks/M2Kit.xcframework/Info.plist index 4125c63..7570190 100644 --- a/Frameworks/M2Kit.xcframework/Info.plist +++ b/Frameworks/M2Kit.xcframework/Info.plist @@ -4,23 +4,6 @@ AvailableLibraries - - BinaryPath - M2Kit.framework/Versions/A/M2Kit - LibraryIdentifier - ios-arm64_x86_64-maccatalyst - LibraryPath - M2Kit.framework - SupportedArchitectures - - arm64 - x86_64 - - SupportedPlatform - ios - SupportedPlatformVariant - maccatalyst - BinaryPath M2Kit.framework/M2Kit @@ -38,6 +21,23 @@ SupportedPlatformVariant simulator + + BinaryPath + M2Kit.framework/Versions/A/M2Kit + LibraryIdentifier + ios-arm64_x86_64-maccatalyst + LibraryPath + M2Kit.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + ios + SupportedPlatformVariant + maccatalyst + BinaryPath M2Kit.framework/M2Kit diff --git a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Info.plist b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Info.plist index e96a783..66f1e74 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 f91dffd..f567182 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 c31eadc..0f75b1e 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 @@ -12903,6 +12903,50 @@ ], "funcSelfKind": "NonMutating" }, + { + "kind": "Var", + "name": "isEnable", + "printedName": "isEnable", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:5M2Kit0A3IAPV8isEnableSbvpZ", + "mangledName": "$s5M2Kit0A3IAPV8isEnableSbvpZ", + "moduleName": "M2Kit", + "static": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:5M2Kit0A3IAPV8isEnableSbvgZ", + "mangledName": "$s5M2Kit0A3IAPV8isEnableSbvgZ", + "moduleName": "M2Kit", + "static": true, + "accessorKind": "get" + } + ] + }, { "kind": "Var", "name": "isProVersion", @@ -13007,29 +13051,6 @@ } ] }, - { - "kind": "Function", - "name": "fetch", - "printedName": "fetch()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:5M2Kit0A3IAPV5fetchyyFZ", - "mangledName": "$s5M2Kit0A3IAPV5fetchyyFZ", - "moduleName": "M2Kit", - "static": true, - "declAttributes": [ - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, { "kind": "Function", "name": "purchaseProVersion", @@ -25378,7 +25399,7 @@ "kind": "StringLiteral", "offset": 131, "length": 6, - "value": "\"5.28\"" + "value": "\"5.29\"" }, { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", 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 b24ad65..78a6d4a 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 @@ -498,13 +498,15 @@ public let m2Version: Swift.String @_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) + @_Concurrency.MainActor public static var isEnable: Swift.Bool { + get + } @_Concurrency.MainActor public static var isProVersion: Swift.Bool { get } @_Concurrency.MainActor public static var priceProVersion: Swift.String? { get } - @_Concurrency.MainActor public static func fetch() @_Concurrency.MainActor public static func purchaseProVersion() @_Concurrency.MainActor public static func restorePurchase() } 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 cbe2514..a13c763 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 b24ad65..78a6d4a 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 @@ -498,13 +498,15 @@ public let m2Version: Swift.String @_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) + @_Concurrency.MainActor public static var isEnable: Swift.Bool { + get + } @_Concurrency.MainActor public static var isProVersion: Swift.Bool { get } @_Concurrency.MainActor public static var priceProVersion: Swift.String? { get } - @_Concurrency.MainActor public static func fetch() @_Concurrency.MainActor public static func purchaseProVersion() @_Concurrency.MainActor public static func restorePurchase() } 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 46752a1..02ed5eb 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 c31eadc..0f75b1e 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 @@ -12903,6 +12903,50 @@ ], "funcSelfKind": "NonMutating" }, + { + "kind": "Var", + "name": "isEnable", + "printedName": "isEnable", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:5M2Kit0A3IAPV8isEnableSbvpZ", + "mangledName": "$s5M2Kit0A3IAPV8isEnableSbvpZ", + "moduleName": "M2Kit", + "static": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:5M2Kit0A3IAPV8isEnableSbvgZ", + "mangledName": "$s5M2Kit0A3IAPV8isEnableSbvgZ", + "moduleName": "M2Kit", + "static": true, + "accessorKind": "get" + } + ] + }, { "kind": "Var", "name": "isProVersion", @@ -13007,29 +13051,6 @@ } ] }, - { - "kind": "Function", - "name": "fetch", - "printedName": "fetch()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:5M2Kit0A3IAPV5fetchyyFZ", - "mangledName": "$s5M2Kit0A3IAPV5fetchyyFZ", - "moduleName": "M2Kit", - "static": true, - "declAttributes": [ - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, { "kind": "Function", "name": "purchaseProVersion", @@ -25378,7 +25399,7 @@ "kind": "StringLiteral", "offset": 131, "length": 6, - "value": "\"5.28\"" + "value": "\"5.29\"" }, { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", 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 fafb9f8..14391f9 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 @@ -498,13 +498,15 @@ public let m2Version: Swift.String @_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) + @_Concurrency.MainActor public static var isEnable: Swift.Bool { + get + } @_Concurrency.MainActor public static var isProVersion: Swift.Bool { get } @_Concurrency.MainActor public static var priceProVersion: Swift.String? { get } - @_Concurrency.MainActor public static func fetch() @_Concurrency.MainActor public static func purchaseProVersion() @_Concurrency.MainActor public static func restorePurchase() } 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 4513a1e..6bdc1d7 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 fafb9f8..14391f9 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 @@ -498,13 +498,15 @@ public let m2Version: Swift.String @_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) + @_Concurrency.MainActor public static var isEnable: Swift.Bool { + get + } @_Concurrency.MainActor public static var isProVersion: Swift.Bool { get } @_Concurrency.MainActor public static var priceProVersion: Swift.String? { get } - @_Concurrency.MainActor public static func fetch() @_Concurrency.MainActor public static func purchaseProVersion() @_Concurrency.MainActor public static func restorePurchase() } 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 c31eadc..0f75b1e 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 @@ -12903,6 +12903,50 @@ ], "funcSelfKind": "NonMutating" }, + { + "kind": "Var", + "name": "isEnable", + "printedName": "isEnable", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:5M2Kit0A3IAPV8isEnableSbvpZ", + "mangledName": "$s5M2Kit0A3IAPV8isEnableSbvpZ", + "moduleName": "M2Kit", + "static": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:5M2Kit0A3IAPV8isEnableSbvgZ", + "mangledName": "$s5M2Kit0A3IAPV8isEnableSbvgZ", + "moduleName": "M2Kit", + "static": true, + "accessorKind": "get" + } + ] + }, { "kind": "Var", "name": "isProVersion", @@ -13007,29 +13051,6 @@ } ] }, - { - "kind": "Function", - "name": "fetch", - "printedName": "fetch()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:5M2Kit0A3IAPV5fetchyyFZ", - "mangledName": "$s5M2Kit0A3IAPV5fetchyyFZ", - "moduleName": "M2Kit", - "static": true, - "declAttributes": [ - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, { "kind": "Function", "name": "purchaseProVersion", @@ -25378,7 +25399,7 @@ "kind": "StringLiteral", "offset": 131, "length": 6, - "value": "\"5.28\"" + "value": "\"5.29\"" }, { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", 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 15eec3e..d06ae71 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 @@ -498,13 +498,15 @@ public let m2Version: Swift.String @_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) + @_Concurrency.MainActor public static var isEnable: Swift.Bool { + get + } @_Concurrency.MainActor public static var isProVersion: Swift.Bool { get } @_Concurrency.MainActor public static var priceProVersion: Swift.String? { get } - @_Concurrency.MainActor public static func fetch() @_Concurrency.MainActor public static func purchaseProVersion() @_Concurrency.MainActor public static func restorePurchase() } 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 ce5c2c8..499c3d7 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 15eec3e..d06ae71 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 @@ -498,13 +498,15 @@ public let m2Version: Swift.String @_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) + @_Concurrency.MainActor public static var isEnable: Swift.Bool { + get + } @_Concurrency.MainActor public static var isProVersion: Swift.Bool { get } @_Concurrency.MainActor public static var priceProVersion: Swift.String? { get } - @_Concurrency.MainActor public static func fetch() @_Concurrency.MainActor public static func purchaseProVersion() @_Concurrency.MainActor public static func restorePurchase() } 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 f275e10..b21de0a 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.28 + 5.29 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 bb37db2..e242d78 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 8c2175e..1be5ccd 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 c31eadc..0f75b1e 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 @@ -12903,6 +12903,50 @@ ], "funcSelfKind": "NonMutating" }, + { + "kind": "Var", + "name": "isEnable", + "printedName": "isEnable", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:5M2Kit0A3IAPV8isEnableSbvpZ", + "mangledName": "$s5M2Kit0A3IAPV8isEnableSbvpZ", + "moduleName": "M2Kit", + "static": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:5M2Kit0A3IAPV8isEnableSbvgZ", + "mangledName": "$s5M2Kit0A3IAPV8isEnableSbvgZ", + "moduleName": "M2Kit", + "static": true, + "accessorKind": "get" + } + ] + }, { "kind": "Var", "name": "isProVersion", @@ -13007,29 +13051,6 @@ } ] }, - { - "kind": "Function", - "name": "fetch", - "printedName": "fetch()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:5M2Kit0A3IAPV5fetchyyFZ", - "mangledName": "$s5M2Kit0A3IAPV5fetchyyFZ", - "moduleName": "M2Kit", - "static": true, - "declAttributes": [ - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, { "kind": "Function", "name": "purchaseProVersion", @@ -25378,7 +25399,7 @@ "kind": "StringLiteral", "offset": 131, "length": 6, - "value": "\"5.28\"" + "value": "\"5.29\"" }, { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", 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 d1783e0..d4170bd 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 @@ -498,13 +498,15 @@ public let m2Version: Swift.String @_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) + @_Concurrency.MainActor public static var isEnable: Swift.Bool { + get + } @_Concurrency.MainActor public static var isProVersion: Swift.Bool { get } @_Concurrency.MainActor public static var priceProVersion: Swift.String? { get } - @_Concurrency.MainActor public static func fetch() @_Concurrency.MainActor public static func purchaseProVersion() @_Concurrency.MainActor public static func restorePurchase() } 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 45dae0a..f13cbcd 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 d1783e0..d4170bd 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 @@ -498,13 +498,15 @@ public let m2Version: Swift.String @_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) + @_Concurrency.MainActor public static var isEnable: Swift.Bool { + get + } @_Concurrency.MainActor public static var isProVersion: Swift.Bool { get } @_Concurrency.MainActor public static var priceProVersion: Swift.String? { get } - @_Concurrency.MainActor public static func fetch() @_Concurrency.MainActor public static func purchaseProVersion() @_Concurrency.MainActor public static func restorePurchase() } 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 c31eadc..0f75b1e 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 @@ -12903,6 +12903,50 @@ ], "funcSelfKind": "NonMutating" }, + { + "kind": "Var", + "name": "isEnable", + "printedName": "isEnable", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:5M2Kit0A3IAPV8isEnableSbvpZ", + "mangledName": "$s5M2Kit0A3IAPV8isEnableSbvpZ", + "moduleName": "M2Kit", + "static": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:5M2Kit0A3IAPV8isEnableSbvgZ", + "mangledName": "$s5M2Kit0A3IAPV8isEnableSbvgZ", + "moduleName": "M2Kit", + "static": true, + "accessorKind": "get" + } + ] + }, { "kind": "Var", "name": "isProVersion", @@ -13007,29 +13051,6 @@ } ] }, - { - "kind": "Function", - "name": "fetch", - "printedName": "fetch()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:5M2Kit0A3IAPV5fetchyyFZ", - "mangledName": "$s5M2Kit0A3IAPV5fetchyyFZ", - "moduleName": "M2Kit", - "static": true, - "declAttributes": [ - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, { "kind": "Function", "name": "purchaseProVersion", @@ -25378,7 +25399,7 @@ "kind": "StringLiteral", "offset": 131, "length": 6, - "value": "\"5.28\"" + "value": "\"5.29\"" }, { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", 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 7b911f0..2fe5733 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 @@ -498,13 +498,15 @@ public let m2Version: Swift.String @_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) + @_Concurrency.MainActor public static var isEnable: Swift.Bool { + get + } @_Concurrency.MainActor public static var isProVersion: Swift.Bool { get } @_Concurrency.MainActor public static var priceProVersion: Swift.String? { get } - @_Concurrency.MainActor public static func fetch() @_Concurrency.MainActor public static func purchaseProVersion() @_Concurrency.MainActor public static func restorePurchase() } 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 43fe8c9..13aa880 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 7b911f0..2fe5733 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 @@ -498,13 +498,15 @@ public let m2Version: Swift.String @_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) + @_Concurrency.MainActor public static var isEnable: Swift.Bool { + get + } @_Concurrency.MainActor public static var isProVersion: Swift.Bool { get } @_Concurrency.MainActor public static var priceProVersion: Swift.String? { get } - @_Concurrency.MainActor public static func fetch() @_Concurrency.MainActor public static func purchaseProVersion() @_Concurrency.MainActor public static func restorePurchase() } 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 5d9f7e4..52d72e7 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 f31c090..780f428 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 - m/afbw5/ErnjwjRfl6y1hQeHRoA= + ga+5Cz6qLD91uCRyLChT7joUbtA= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.abi.json - xejTzFoi1YnEWlUz2ilQYK88EOc= + u5Rykk2/HYk1qyvVJ2VRjCvPZ/8= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - r/aFrW+5pXShVBx8xRLoMqcNQb0= + rp1bpKGOd5vMfAaHzz2aTTTYyLc= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc - Q0EqfAHskz+49ndkBEJCYT5Xd9g= + c7yMtLVDaUWFnTPRC+ybuE9xLiw= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface - r/aFrW+5pXShVBx8xRLoMqcNQb0= + rp1bpKGOd5vMfAaHzz2aTTTYyLc= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule - ZW0YgA/QiFzzjoXSa/QQXwCAnAA= + 6h51gpNru32GoCsI9JJ0+qLhKdY= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json - xejTzFoi1YnEWlUz2ilQYK88EOc= + u5Rykk2/HYk1qyvVJ2VRjCvPZ/8= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - 2zmZrdBt7LIb4thX0/kqM3Dmw0w= + tu3I1mAKlQPy6QHBzJNlc7JWsEE= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - Yl7KbdnBw66I7s6E4HvuxIuJtyc= + OYiEyGqkmmuiK0RH0mG+kzCXN5c= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - 2zmZrdBt7LIb4thX0/kqM3Dmw0w= + tu3I1mAKlQPy6QHBzJNlc7JWsEE= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - 3zz6s2uFTExaNEhTiNttb6Fj9Y0= + mFEGq+YRyf0rCz2k6KAEBjcQxlA= Modules/module.modulemap @@ -70,70 +70,70 @@ hash2 - WQIc94ArLJ/2e2QHjexeZlw11Vff7eEAY0ntT20jysc= + 8MEdyFcJFLTuFwmsd8xUmX8K+YLEOfztD5A4y9z25qQ= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface hash2 - Qw/LK0aT7Z6RfCYfRNlVv3FK2eLPCDmLM608j7Stmw8= + gOTROSXZMbyqS34CTnnfq7gDZ4ne/gYEhCOC0S5jEAg= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc hash2 - J15HwsuB9xoCEuifKa5rao/cOJndBd1Py+uX6ZBkqQg= + OqOBTiZ3BqFNXpo7cj+dlXO67zMoXORJma6s9wFx6D4= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - Qw/LK0aT7Z6RfCYfRNlVv3FK2eLPCDmLM608j7Stmw8= + gOTROSXZMbyqS34CTnnfq7gDZ4ne/gYEhCOC0S5jEAg= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - PnpMnMoBXAf9No/Q3J7S9+E6n+s58BjJRPau3vaqjgo= + IklLyLpTHzOTjT7Lxn5bAheXKO72gcKkkAsbDcmcIb4= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - WQIc94ArLJ/2e2QHjexeZlw11Vff7eEAY0ntT20jysc= + 8MEdyFcJFLTuFwmsd8xUmX8K+YLEOfztD5A4y9z25qQ= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash2 - mqMOmR9BeWCTjVgBKlAhFe4XcTMeXhgK7/KUSuoQMiE= + JzxkX54fdJ1/WNS0gOiguci6/oCe/+zcbs4sSW2rt6Y= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - RLEddU8B4Cwp2lLvoTViCZGbVKxy5sHcw0H2liyFsM8= + tViJOKP+n2N2uzuuRcnzviC2ZHOv3ginSX5b12h53OA= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - mqMOmR9BeWCTjVgBKlAhFe4XcTMeXhgK7/KUSuoQMiE= + JzxkX54fdJ1/WNS0gOiguci6/oCe/+zcbs4sSW2rt6Y= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - v8AQfPMHwu2PzXMyMrxIGcQ6w5JPsCGqkxYrMZFKog4= + 33g3m7dogP1UsNzZhNTE39VguhnIclu9Y77S854fhbM= Modules/module.modulemap diff --git a/README.md b/README.md index 28dcd33..a6de220 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ M2Kit ===== -5.28 \ No newline at end of file +5.29 \ No newline at end of file