3 Commits

Author SHA1 Message Date
c6664ebf22 5.26 2026-03-20 11:34:26 +07:00
f53ed7d815 update 2026-03-20 11:24:29 +07:00
cd16fd3ce3 5.25 2026-03-20 11:04:19 +07:00
30 changed files with 1779 additions and 124 deletions

View File

@ -4,37 +4,6 @@
<dict> <dict>
<key>AvailableLibraries</key> <key>AvailableLibraries</key>
<array> <array>
<dict>
<key>BinaryPath</key>
<string>M2Kit.framework/Versions/A/M2Kit</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>M2Kit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>M2Kit.framework/M2Kit</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>M2Kit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict> <dict>
<key>BinaryPath</key> <key>BinaryPath</key>
<string>M2Kit.framework/M2Kit</string> <string>M2Kit.framework/M2Kit</string>
@ -52,6 +21,37 @@
<key>SupportedPlatformVariant</key> <key>SupportedPlatformVariant</key>
<string>simulator</string> <string>simulator</string>
</dict> </dict>
<dict>
<key>BinaryPath</key>
<string>M2Kit.framework/M2Kit</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>M2Kit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>M2Kit.framework/Versions/A/M2Kit</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>M2Kit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
</array> </array>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>XFWK</string> <string>XFWK</string>

View File

@ -12650,7 +12650,8 @@
"HasInitialValue", "HasInitialValue",
"HasStorage", "HasStorage",
"Custom", "Custom",
"AccessControl" "AccessControl",
"RawDocComment"
], ],
"isLet": true, "isLet": true,
"hasStorage": true, "hasStorage": true,
@ -12698,7 +12699,8 @@
"HasInitialValue", "HasInitialValue",
"HasStorage", "HasStorage",
"Custom", "Custom",
"AccessControl" "AccessControl",
"RawDocComment"
], ],
"isLet": true, "isLet": true,
"hasStorage": true, "hasStorage": true,
@ -12746,7 +12748,8 @@
"HasInitialValue", "HasInitialValue",
"HasStorage", "HasStorage",
"Custom", "Custom",
"AccessControl" "AccessControl",
"RawDocComment"
], ],
"isLet": true, "isLet": true,
"hasStorage": true, "hasStorage": true,
@ -12794,7 +12797,8 @@
"HasInitialValue", "HasInitialValue",
"HasStorage", "HasStorage",
"Custom", "Custom",
"AccessControl" "AccessControl",
"RawDocComment"
], ],
"isLet": true, "isLet": true,
"hasStorage": true, "hasStorage": true,
@ -12820,6 +12824,208 @@
"accessorKind": "get" "accessorKind": "get"
} }
] ]
},
{
"kind": "Function",
"name": "setup",
"printedName": "setup(iapId:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"declKind": "Func",
"usr": "s:5M2Kit0A3IAPV5setup5iapIdySS_tFZ",
"mangledName": "$s5M2Kit0A3IAPV5setup5iapIdySS_tFZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Var",
"name": "isProVersion",
"printedName": "isProVersion",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Var",
"usr": "s:5M2Kit0A3IAPV12isProVersionSbvpZ",
"mangledName": "$s5M2Kit0A3IAPV12isProVersionSbvpZ",
"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:5M2Kit0A3IAPV12isProVersionSbvgZ",
"mangledName": "$s5M2Kit0A3IAPV12isProVersionSbvgZ",
"moduleName": "M2Kit",
"static": true,
"accessorKind": "get"
}
]
},
{
"kind": "Var",
"name": "priceProVersion",
"printedName": "priceProVersion",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
}
],
"declKind": "Var",
"usr": "s:5M2Kit0A3IAPV15priceProVersionSSSgvpZ",
"mangledName": "$s5M2Kit0A3IAPV15priceProVersionSSSgvpZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"AccessControl",
"RawDocComment"
],
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:5M2Kit0A3IAPV15priceProVersionSSSgvgZ",
"mangledName": "$s5M2Kit0A3IAPV15priceProVersionSSSgvgZ",
"moduleName": "M2Kit",
"static": true,
"accessorKind": "get"
}
]
},
{
"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",
"printedName": "purchaseProVersion()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "s:5M2Kit0A3IAPV18purchaseProVersionyyFZ",
"mangledName": "$s5M2Kit0A3IAPV18purchaseProVersionyyFZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "restorePurchase",
"printedName": "restorePurchase()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "s:5M2Kit0A3IAPV15restorePurchaseyyFZ",
"mangledName": "$s5M2Kit0A3IAPV15restorePurchaseyyFZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
} }
], ],
"declKind": "Struct", "declKind": "Struct",
@ -12828,7 +13034,8 @@
"moduleName": "M2Kit", "moduleName": "M2Kit",
"declAttributes": [ "declAttributes": [
"AccessControl", "AccessControl",
"Custom" "Custom",
"RawDocComment"
], ],
"conformances": [ "conformances": [
{ {
@ -20585,6 +20792,58 @@
], ],
"isFromExtension": true, "isFromExtension": true,
"funcSelfKind": "NonMutating" "funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "weightedRandom",
"printedName": "weightedRandom(from:weights:)",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
},
{
"kind": "TypeNominal",
"name": "Array",
"printedName": "[Swift.String]",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sa"
},
{
"kind": "TypeNominal",
"name": "Array",
"printedName": "[Swift.Int]",
"children": [
{
"kind": "TypeNominal",
"name": "Int",
"printedName": "Swift.Int",
"usr": "s:Si"
}
],
"usr": "s:Sa"
}
],
"declKind": "Func",
"usr": "s:5M2Kit0A5UtilsV14weightedRandom4from7weightsSSSaySSG_SaySiGtFZ",
"mangledName": "$s5M2Kit0A5UtilsV14weightedRandom4from7weightsSSSaySSG_SaySiGtFZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"RawDocComment"
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
} }
], ],
"declKind": "Struct", "declKind": "Struct",
@ -21519,6 +21778,13 @@
"declKind": "Import", "declKind": "Import",
"moduleName": "M2Kit" "moduleName": "M2Kit"
}, },
{
"kind": "Import",
"name": "StoreKit",
"printedName": "StoreKit",
"declKind": "Import",
"moduleName": "M2Kit"
},
{ {
"kind": "Import", "kind": "Import",
"name": "Foundation", "name": "Foundation",
@ -25063,33 +25329,33 @@
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 131, "offset": 131,
"length": 6, "length": 6,
"value": "\"5.24\"" "value": "\"5.26\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 209, "offset": 400,
"length": 33, "length": 33,
"value": "\"IAPPurchasedSuccessNotification\"" "value": "\"IAPPurchasedSuccessNotification\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 315, "offset": 545,
"length": 30, "length": 30,
"value": "\"IAPPurchasedFailNotification\"" "value": "\"IAPPurchasedFailNotification\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 430, "offset": 752,
"length": 37, "length": 37,
"value": "\"IAPProductStatusUpdatedNotification\"" "value": "\"IAPProductStatusUpdatedNotification\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 551, "offset": 945,
"length": 41, "length": 41,
"value": "\"IAPProductsAvailableChangedNotification\"" "value": "\"IAPProductsAvailableChangedNotification\""
}, },
@ -26031,6 +26297,34 @@
"length": 42, "length": 42,
"value": "\"https:\/\/storage.g7software.net\/microblog\"" "value": "\"https:\/\/storage.g7software.net\/microblog\""
}, },
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IAPService.swift",
"kind": "Array",
"offset": 268,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IAPService.swift",
"kind": "Array",
"offset": 309,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IAPService.swift",
"kind": "Array",
"offset": 359,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IAPService.swift",
"kind": "StringLiteral",
"offset": 403,
"length": 30,
"value": "\"M2Kit.IAPService.isPurchased\""
},
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IntCounter.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IntCounter.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
@ -26185,31 +26479,38 @@
"length": 1, "length": 1,
"value": "0" "value": "0"
}, },
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "StringLiteral",
"offset": 946,
"length": 18,
"value": "\"yt51.product.pro\""
},
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "IntegerLiteral", "kind": "IntegerLiteral",
"offset": 1372, "offset": 1420,
"length": 1, "length": 1,
"value": "0" "value": "0"
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 1310, "offset": 1358,
"length": 22, "length": 22,
"value": "\".kSavedCfgVersionKey\"" "value": "\".kSavedCfgVersionKey\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 1409, "offset": 1457,
"length": 15, "length": 15,
"value": "\".kSavedCfgKey\"" "value": "\".kSavedCfgKey\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 8284, "offset": 8452,
"length": 11, "length": 11,
"value": "\"123aA@123\"" "value": "\"123aA@123\""
}, },

View File

@ -600,6 +600,18 @@ public let m2Version: Swift.String
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: 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 let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
get
}
#if compiler(>=5.3) && $NonescapableTypes
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
get
}
#endif
@_Concurrency.MainActor public static func fetch()
@_Concurrency.MainActor public static func purchaseProVersion()
@_Concurrency.MainActor public static func restorePurchase()
} }
@_Concurrency.MainActor public struct M2Image { @_Concurrency.MainActor public struct M2Image {
#if compiler(>=5.3) && $NonescapableTypes #if compiler(>=5.3) && $NonescapableTypes
@ -994,6 +1006,9 @@ extension M2Kit.M2Utils {
@_Concurrency.MainActor public static func randomCode7() -> Swift.String @_Concurrency.MainActor public static func randomCode7() -> Swift.String
@_Concurrency.MainActor public static func randomCode11() -> Swift.String @_Concurrency.MainActor public static func randomCode11() -> Swift.String
} }
extension M2Kit.M2Utils {
@_Concurrency.MainActor public static func weightedRandom(from items: [Swift.String], weights: [Swift.Int]) -> Swift.String
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController { @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad() @_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
#if compiler(>=5.3) && $NonescapableTypes #if compiler(>=5.3) && $NonescapableTypes

View File

@ -600,6 +600,18 @@ public let m2Version: Swift.String
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: 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 let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
get
}
#if compiler(>=5.3) && $NonescapableTypes
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
get
}
#endif
@_Concurrency.MainActor public static func fetch()
@_Concurrency.MainActor public static func purchaseProVersion()
@_Concurrency.MainActor public static func restorePurchase()
} }
@_Concurrency.MainActor public struct M2Image { @_Concurrency.MainActor public struct M2Image {
#if compiler(>=5.3) && $NonescapableTypes #if compiler(>=5.3) && $NonescapableTypes
@ -994,6 +1006,9 @@ extension M2Kit.M2Utils {
@_Concurrency.MainActor public static func randomCode7() -> Swift.String @_Concurrency.MainActor public static func randomCode7() -> Swift.String
@_Concurrency.MainActor public static func randomCode11() -> Swift.String @_Concurrency.MainActor public static func randomCode11() -> Swift.String
} }
extension M2Kit.M2Utils {
@_Concurrency.MainActor public static func weightedRandom(from items: [Swift.String], weights: [Swift.Int]) -> Swift.String
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController { @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad() @_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
#if compiler(>=5.3) && $NonescapableTypes #if compiler(>=5.3) && $NonescapableTypes

View File

@ -12650,7 +12650,8 @@
"HasInitialValue", "HasInitialValue",
"HasStorage", "HasStorage",
"Custom", "Custom",
"AccessControl" "AccessControl",
"RawDocComment"
], ],
"isLet": true, "isLet": true,
"hasStorage": true, "hasStorage": true,
@ -12698,7 +12699,8 @@
"HasInitialValue", "HasInitialValue",
"HasStorage", "HasStorage",
"Custom", "Custom",
"AccessControl" "AccessControl",
"RawDocComment"
], ],
"isLet": true, "isLet": true,
"hasStorage": true, "hasStorage": true,
@ -12746,7 +12748,8 @@
"HasInitialValue", "HasInitialValue",
"HasStorage", "HasStorage",
"Custom", "Custom",
"AccessControl" "AccessControl",
"RawDocComment"
], ],
"isLet": true, "isLet": true,
"hasStorage": true, "hasStorage": true,
@ -12794,7 +12797,8 @@
"HasInitialValue", "HasInitialValue",
"HasStorage", "HasStorage",
"Custom", "Custom",
"AccessControl" "AccessControl",
"RawDocComment"
], ],
"isLet": true, "isLet": true,
"hasStorage": true, "hasStorage": true,
@ -12820,6 +12824,208 @@
"accessorKind": "get" "accessorKind": "get"
} }
] ]
},
{
"kind": "Function",
"name": "setup",
"printedName": "setup(iapId:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"declKind": "Func",
"usr": "s:5M2Kit0A3IAPV5setup5iapIdySS_tFZ",
"mangledName": "$s5M2Kit0A3IAPV5setup5iapIdySS_tFZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Var",
"name": "isProVersion",
"printedName": "isProVersion",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Var",
"usr": "s:5M2Kit0A3IAPV12isProVersionSbvpZ",
"mangledName": "$s5M2Kit0A3IAPV12isProVersionSbvpZ",
"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:5M2Kit0A3IAPV12isProVersionSbvgZ",
"mangledName": "$s5M2Kit0A3IAPV12isProVersionSbvgZ",
"moduleName": "M2Kit",
"static": true,
"accessorKind": "get"
}
]
},
{
"kind": "Var",
"name": "priceProVersion",
"printedName": "priceProVersion",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
}
],
"declKind": "Var",
"usr": "s:5M2Kit0A3IAPV15priceProVersionSSSgvpZ",
"mangledName": "$s5M2Kit0A3IAPV15priceProVersionSSSgvpZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"AccessControl",
"RawDocComment"
],
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:5M2Kit0A3IAPV15priceProVersionSSSgvgZ",
"mangledName": "$s5M2Kit0A3IAPV15priceProVersionSSSgvgZ",
"moduleName": "M2Kit",
"static": true,
"accessorKind": "get"
}
]
},
{
"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",
"printedName": "purchaseProVersion()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "s:5M2Kit0A3IAPV18purchaseProVersionyyFZ",
"mangledName": "$s5M2Kit0A3IAPV18purchaseProVersionyyFZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "restorePurchase",
"printedName": "restorePurchase()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "s:5M2Kit0A3IAPV15restorePurchaseyyFZ",
"mangledName": "$s5M2Kit0A3IAPV15restorePurchaseyyFZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
} }
], ],
"declKind": "Struct", "declKind": "Struct",
@ -12828,7 +13034,8 @@
"moduleName": "M2Kit", "moduleName": "M2Kit",
"declAttributes": [ "declAttributes": [
"AccessControl", "AccessControl",
"Custom" "Custom",
"RawDocComment"
], ],
"conformances": [ "conformances": [
{ {
@ -20585,6 +20792,58 @@
], ],
"isFromExtension": true, "isFromExtension": true,
"funcSelfKind": "NonMutating" "funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "weightedRandom",
"printedName": "weightedRandom(from:weights:)",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
},
{
"kind": "TypeNominal",
"name": "Array",
"printedName": "[Swift.String]",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sa"
},
{
"kind": "TypeNominal",
"name": "Array",
"printedName": "[Swift.Int]",
"children": [
{
"kind": "TypeNominal",
"name": "Int",
"printedName": "Swift.Int",
"usr": "s:Si"
}
],
"usr": "s:Sa"
}
],
"declKind": "Func",
"usr": "s:5M2Kit0A5UtilsV14weightedRandom4from7weightsSSSaySSG_SaySiGtFZ",
"mangledName": "$s5M2Kit0A5UtilsV14weightedRandom4from7weightsSSSaySSG_SaySiGtFZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"RawDocComment"
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
} }
], ],
"declKind": "Struct", "declKind": "Struct",
@ -21519,6 +21778,13 @@
"declKind": "Import", "declKind": "Import",
"moduleName": "M2Kit" "moduleName": "M2Kit"
}, },
{
"kind": "Import",
"name": "StoreKit",
"printedName": "StoreKit",
"declKind": "Import",
"moduleName": "M2Kit"
},
{ {
"kind": "Import", "kind": "Import",
"name": "Foundation", "name": "Foundation",
@ -25063,33 +25329,33 @@
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 131, "offset": 131,
"length": 6, "length": 6,
"value": "\"5.24\"" "value": "\"5.26\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 209, "offset": 400,
"length": 33, "length": 33,
"value": "\"IAPPurchasedSuccessNotification\"" "value": "\"IAPPurchasedSuccessNotification\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 315, "offset": 545,
"length": 30, "length": 30,
"value": "\"IAPPurchasedFailNotification\"" "value": "\"IAPPurchasedFailNotification\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 430, "offset": 752,
"length": 37, "length": 37,
"value": "\"IAPProductStatusUpdatedNotification\"" "value": "\"IAPProductStatusUpdatedNotification\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 551, "offset": 945,
"length": 41, "length": 41,
"value": "\"IAPProductsAvailableChangedNotification\"" "value": "\"IAPProductsAvailableChangedNotification\""
}, },
@ -26031,6 +26297,34 @@
"length": 42, "length": 42,
"value": "\"https:\/\/storage.g7software.net\/microblog\"" "value": "\"https:\/\/storage.g7software.net\/microblog\""
}, },
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IAPService.swift",
"kind": "Array",
"offset": 268,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IAPService.swift",
"kind": "Array",
"offset": 309,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IAPService.swift",
"kind": "Array",
"offset": 359,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IAPService.swift",
"kind": "StringLiteral",
"offset": 403,
"length": 30,
"value": "\"M2Kit.IAPService.isPurchased\""
},
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IntCounter.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IntCounter.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
@ -26185,31 +26479,38 @@
"length": 1, "length": 1,
"value": "0" "value": "0"
}, },
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "StringLiteral",
"offset": 946,
"length": 18,
"value": "\"yt51.product.pro\""
},
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "IntegerLiteral", "kind": "IntegerLiteral",
"offset": 1372, "offset": 1420,
"length": 1, "length": 1,
"value": "0" "value": "0"
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 1310, "offset": 1358,
"length": 22, "length": 22,
"value": "\".kSavedCfgVersionKey\"" "value": "\".kSavedCfgVersionKey\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 1409, "offset": 1457,
"length": 15, "length": 15,
"value": "\".kSavedCfgKey\"" "value": "\".kSavedCfgKey\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 8284, "offset": 8452,
"length": 11, "length": 11,
"value": "\"123aA@123\"" "value": "\"123aA@123\""
}, },

View File

@ -600,6 +600,18 @@ public let m2Version: Swift.String
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: 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 let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
get
}
#if compiler(>=5.3) && $NonescapableTypes
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
get
}
#endif
@_Concurrency.MainActor public static func fetch()
@_Concurrency.MainActor public static func purchaseProVersion()
@_Concurrency.MainActor public static func restorePurchase()
} }
@_Concurrency.MainActor public struct M2Image { @_Concurrency.MainActor public struct M2Image {
#if compiler(>=5.3) && $NonescapableTypes #if compiler(>=5.3) && $NonescapableTypes
@ -994,6 +1006,9 @@ extension M2Kit.M2Utils {
@_Concurrency.MainActor public static func randomCode7() -> Swift.String @_Concurrency.MainActor public static func randomCode7() -> Swift.String
@_Concurrency.MainActor public static func randomCode11() -> Swift.String @_Concurrency.MainActor public static func randomCode11() -> Swift.String
} }
extension M2Kit.M2Utils {
@_Concurrency.MainActor public static func weightedRandom(from items: [Swift.String], weights: [Swift.Int]) -> Swift.String
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController { @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad() @_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
#if compiler(>=5.3) && $NonescapableTypes #if compiler(>=5.3) && $NonescapableTypes

View File

@ -600,6 +600,18 @@ public let m2Version: Swift.String
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: 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 let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
get
}
#if compiler(>=5.3) && $NonescapableTypes
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
get
}
#endif
@_Concurrency.MainActor public static func fetch()
@_Concurrency.MainActor public static func purchaseProVersion()
@_Concurrency.MainActor public static func restorePurchase()
} }
@_Concurrency.MainActor public struct M2Image { @_Concurrency.MainActor public struct M2Image {
#if compiler(>=5.3) && $NonescapableTypes #if compiler(>=5.3) && $NonescapableTypes
@ -994,6 +1006,9 @@ extension M2Kit.M2Utils {
@_Concurrency.MainActor public static func randomCode7() -> Swift.String @_Concurrency.MainActor public static func randomCode7() -> Swift.String
@_Concurrency.MainActor public static func randomCode11() -> Swift.String @_Concurrency.MainActor public static func randomCode11() -> Swift.String
} }
extension M2Kit.M2Utils {
@_Concurrency.MainActor public static func weightedRandom(from items: [Swift.String], weights: [Swift.Int]) -> Swift.String
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController { @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad() @_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
#if compiler(>=5.3) && $NonescapableTypes #if compiler(>=5.3) && $NonescapableTypes

View File

@ -12650,7 +12650,8 @@
"HasInitialValue", "HasInitialValue",
"HasStorage", "HasStorage",
"Custom", "Custom",
"AccessControl" "AccessControl",
"RawDocComment"
], ],
"isLet": true, "isLet": true,
"hasStorage": true, "hasStorage": true,
@ -12698,7 +12699,8 @@
"HasInitialValue", "HasInitialValue",
"HasStorage", "HasStorage",
"Custom", "Custom",
"AccessControl" "AccessControl",
"RawDocComment"
], ],
"isLet": true, "isLet": true,
"hasStorage": true, "hasStorage": true,
@ -12746,7 +12748,8 @@
"HasInitialValue", "HasInitialValue",
"HasStorage", "HasStorage",
"Custom", "Custom",
"AccessControl" "AccessControl",
"RawDocComment"
], ],
"isLet": true, "isLet": true,
"hasStorage": true, "hasStorage": true,
@ -12794,7 +12797,8 @@
"HasInitialValue", "HasInitialValue",
"HasStorage", "HasStorage",
"Custom", "Custom",
"AccessControl" "AccessControl",
"RawDocComment"
], ],
"isLet": true, "isLet": true,
"hasStorage": true, "hasStorage": true,
@ -12820,6 +12824,208 @@
"accessorKind": "get" "accessorKind": "get"
} }
] ]
},
{
"kind": "Function",
"name": "setup",
"printedName": "setup(iapId:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"declKind": "Func",
"usr": "s:5M2Kit0A3IAPV5setup5iapIdySS_tFZ",
"mangledName": "$s5M2Kit0A3IAPV5setup5iapIdySS_tFZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Var",
"name": "isProVersion",
"printedName": "isProVersion",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Var",
"usr": "s:5M2Kit0A3IAPV12isProVersionSbvpZ",
"mangledName": "$s5M2Kit0A3IAPV12isProVersionSbvpZ",
"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:5M2Kit0A3IAPV12isProVersionSbvgZ",
"mangledName": "$s5M2Kit0A3IAPV12isProVersionSbvgZ",
"moduleName": "M2Kit",
"static": true,
"accessorKind": "get"
}
]
},
{
"kind": "Var",
"name": "priceProVersion",
"printedName": "priceProVersion",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
}
],
"declKind": "Var",
"usr": "s:5M2Kit0A3IAPV15priceProVersionSSSgvpZ",
"mangledName": "$s5M2Kit0A3IAPV15priceProVersionSSSgvpZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"AccessControl",
"RawDocComment"
],
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:5M2Kit0A3IAPV15priceProVersionSSSgvgZ",
"mangledName": "$s5M2Kit0A3IAPV15priceProVersionSSSgvgZ",
"moduleName": "M2Kit",
"static": true,
"accessorKind": "get"
}
]
},
{
"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",
"printedName": "purchaseProVersion()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "s:5M2Kit0A3IAPV18purchaseProVersionyyFZ",
"mangledName": "$s5M2Kit0A3IAPV18purchaseProVersionyyFZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "restorePurchase",
"printedName": "restorePurchase()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "s:5M2Kit0A3IAPV15restorePurchaseyyFZ",
"mangledName": "$s5M2Kit0A3IAPV15restorePurchaseyyFZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
} }
], ],
"declKind": "Struct", "declKind": "Struct",
@ -12828,7 +13034,8 @@
"moduleName": "M2Kit", "moduleName": "M2Kit",
"declAttributes": [ "declAttributes": [
"AccessControl", "AccessControl",
"Custom" "Custom",
"RawDocComment"
], ],
"conformances": [ "conformances": [
{ {
@ -20585,6 +20792,58 @@
], ],
"isFromExtension": true, "isFromExtension": true,
"funcSelfKind": "NonMutating" "funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "weightedRandom",
"printedName": "weightedRandom(from:weights:)",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
},
{
"kind": "TypeNominal",
"name": "Array",
"printedName": "[Swift.String]",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sa"
},
{
"kind": "TypeNominal",
"name": "Array",
"printedName": "[Swift.Int]",
"children": [
{
"kind": "TypeNominal",
"name": "Int",
"printedName": "Swift.Int",
"usr": "s:Si"
}
],
"usr": "s:Sa"
}
],
"declKind": "Func",
"usr": "s:5M2Kit0A5UtilsV14weightedRandom4from7weightsSSSaySSG_SaySiGtFZ",
"mangledName": "$s5M2Kit0A5UtilsV14weightedRandom4from7weightsSSSaySSG_SaySiGtFZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"RawDocComment"
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
} }
], ],
"declKind": "Struct", "declKind": "Struct",
@ -21519,6 +21778,13 @@
"declKind": "Import", "declKind": "Import",
"moduleName": "M2Kit" "moduleName": "M2Kit"
}, },
{
"kind": "Import",
"name": "StoreKit",
"printedName": "StoreKit",
"declKind": "Import",
"moduleName": "M2Kit"
},
{ {
"kind": "Import", "kind": "Import",
"name": "Foundation", "name": "Foundation",
@ -25063,33 +25329,33 @@
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 131, "offset": 131,
"length": 6, "length": 6,
"value": "\"5.24\"" "value": "\"5.26\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 209, "offset": 400,
"length": 33, "length": 33,
"value": "\"IAPPurchasedSuccessNotification\"" "value": "\"IAPPurchasedSuccessNotification\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 315, "offset": 545,
"length": 30, "length": 30,
"value": "\"IAPPurchasedFailNotification\"" "value": "\"IAPPurchasedFailNotification\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 430, "offset": 752,
"length": 37, "length": 37,
"value": "\"IAPProductStatusUpdatedNotification\"" "value": "\"IAPProductStatusUpdatedNotification\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 551, "offset": 945,
"length": 41, "length": 41,
"value": "\"IAPProductsAvailableChangedNotification\"" "value": "\"IAPProductsAvailableChangedNotification\""
}, },
@ -26031,6 +26297,34 @@
"length": 42, "length": 42,
"value": "\"https:\/\/storage.g7software.net\/microblog\"" "value": "\"https:\/\/storage.g7software.net\/microblog\""
}, },
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IAPService.swift",
"kind": "Array",
"offset": 268,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IAPService.swift",
"kind": "Array",
"offset": 309,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IAPService.swift",
"kind": "Array",
"offset": 359,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IAPService.swift",
"kind": "StringLiteral",
"offset": 403,
"length": 30,
"value": "\"M2Kit.IAPService.isPurchased\""
},
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IntCounter.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IntCounter.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
@ -26185,31 +26479,38 @@
"length": 1, "length": 1,
"value": "0" "value": "0"
}, },
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "StringLiteral",
"offset": 946,
"length": 18,
"value": "\"yt51.product.pro\""
},
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "IntegerLiteral", "kind": "IntegerLiteral",
"offset": 1372, "offset": 1420,
"length": 1, "length": 1,
"value": "0" "value": "0"
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 1310, "offset": 1358,
"length": 22, "length": 22,
"value": "\".kSavedCfgVersionKey\"" "value": "\".kSavedCfgVersionKey\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 1409, "offset": 1457,
"length": 15, "length": 15,
"value": "\".kSavedCfgKey\"" "value": "\".kSavedCfgKey\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 8284, "offset": 8452,
"length": 11, "length": 11,
"value": "\"123aA@123\"" "value": "\"123aA@123\""
}, },

View File

@ -600,6 +600,18 @@ public let m2Version: Swift.String
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: 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 let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
get
}
#if compiler(>=5.3) && $NonescapableTypes
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
get
}
#endif
@_Concurrency.MainActor public static func fetch()
@_Concurrency.MainActor public static func purchaseProVersion()
@_Concurrency.MainActor public static func restorePurchase()
} }
@_Concurrency.MainActor public struct M2Image { @_Concurrency.MainActor public struct M2Image {
#if compiler(>=5.3) && $NonescapableTypes #if compiler(>=5.3) && $NonescapableTypes
@ -994,6 +1006,9 @@ extension M2Kit.M2Utils {
@_Concurrency.MainActor public static func randomCode7() -> Swift.String @_Concurrency.MainActor public static func randomCode7() -> Swift.String
@_Concurrency.MainActor public static func randomCode11() -> Swift.String @_Concurrency.MainActor public static func randomCode11() -> Swift.String
} }
extension M2Kit.M2Utils {
@_Concurrency.MainActor public static func weightedRandom(from items: [Swift.String], weights: [Swift.Int]) -> Swift.String
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController { @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad() @_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
#if compiler(>=5.3) && $NonescapableTypes #if compiler(>=5.3) && $NonescapableTypes

View File

@ -600,6 +600,18 @@ public let m2Version: Swift.String
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: 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 let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
get
}
#if compiler(>=5.3) && $NonescapableTypes
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
get
}
#endif
@_Concurrency.MainActor public static func fetch()
@_Concurrency.MainActor public static func purchaseProVersion()
@_Concurrency.MainActor public static func restorePurchase()
} }
@_Concurrency.MainActor public struct M2Image { @_Concurrency.MainActor public struct M2Image {
#if compiler(>=5.3) && $NonescapableTypes #if compiler(>=5.3) && $NonescapableTypes
@ -994,6 +1006,9 @@ extension M2Kit.M2Utils {
@_Concurrency.MainActor public static func randomCode7() -> Swift.String @_Concurrency.MainActor public static func randomCode7() -> Swift.String
@_Concurrency.MainActor public static func randomCode11() -> Swift.String @_Concurrency.MainActor public static func randomCode11() -> Swift.String
} }
extension M2Kit.M2Utils {
@_Concurrency.MainActor public static func weightedRandom(from items: [Swift.String], weights: [Swift.Int]) -> Swift.String
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController { @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad() @_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
#if compiler(>=5.3) && $NonescapableTypes #if compiler(>=5.3) && $NonescapableTypes

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>5.24</string> <string>5.26</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
<array> <array>
<string>MacOSX</string> <string>MacOSX</string>

View File

@ -12650,7 +12650,8 @@
"HasInitialValue", "HasInitialValue",
"HasStorage", "HasStorage",
"Custom", "Custom",
"AccessControl" "AccessControl",
"RawDocComment"
], ],
"isLet": true, "isLet": true,
"hasStorage": true, "hasStorage": true,
@ -12698,7 +12699,8 @@
"HasInitialValue", "HasInitialValue",
"HasStorage", "HasStorage",
"Custom", "Custom",
"AccessControl" "AccessControl",
"RawDocComment"
], ],
"isLet": true, "isLet": true,
"hasStorage": true, "hasStorage": true,
@ -12746,7 +12748,8 @@
"HasInitialValue", "HasInitialValue",
"HasStorage", "HasStorage",
"Custom", "Custom",
"AccessControl" "AccessControl",
"RawDocComment"
], ],
"isLet": true, "isLet": true,
"hasStorage": true, "hasStorage": true,
@ -12794,7 +12797,8 @@
"HasInitialValue", "HasInitialValue",
"HasStorage", "HasStorage",
"Custom", "Custom",
"AccessControl" "AccessControl",
"RawDocComment"
], ],
"isLet": true, "isLet": true,
"hasStorage": true, "hasStorage": true,
@ -12820,6 +12824,208 @@
"accessorKind": "get" "accessorKind": "get"
} }
] ]
},
{
"kind": "Function",
"name": "setup",
"printedName": "setup(iapId:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"declKind": "Func",
"usr": "s:5M2Kit0A3IAPV5setup5iapIdySS_tFZ",
"mangledName": "$s5M2Kit0A3IAPV5setup5iapIdySS_tFZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Var",
"name": "isProVersion",
"printedName": "isProVersion",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Var",
"usr": "s:5M2Kit0A3IAPV12isProVersionSbvpZ",
"mangledName": "$s5M2Kit0A3IAPV12isProVersionSbvpZ",
"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:5M2Kit0A3IAPV12isProVersionSbvgZ",
"mangledName": "$s5M2Kit0A3IAPV12isProVersionSbvgZ",
"moduleName": "M2Kit",
"static": true,
"accessorKind": "get"
}
]
},
{
"kind": "Var",
"name": "priceProVersion",
"printedName": "priceProVersion",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
}
],
"declKind": "Var",
"usr": "s:5M2Kit0A3IAPV15priceProVersionSSSgvpZ",
"mangledName": "$s5M2Kit0A3IAPV15priceProVersionSSSgvpZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"AccessControl",
"RawDocComment"
],
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:5M2Kit0A3IAPV15priceProVersionSSSgvgZ",
"mangledName": "$s5M2Kit0A3IAPV15priceProVersionSSSgvgZ",
"moduleName": "M2Kit",
"static": true,
"accessorKind": "get"
}
]
},
{
"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",
"printedName": "purchaseProVersion()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "s:5M2Kit0A3IAPV18purchaseProVersionyyFZ",
"mangledName": "$s5M2Kit0A3IAPV18purchaseProVersionyyFZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "restorePurchase",
"printedName": "restorePurchase()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "s:5M2Kit0A3IAPV15restorePurchaseyyFZ",
"mangledName": "$s5M2Kit0A3IAPV15restorePurchaseyyFZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
} }
], ],
"declKind": "Struct", "declKind": "Struct",
@ -12828,7 +13034,8 @@
"moduleName": "M2Kit", "moduleName": "M2Kit",
"declAttributes": [ "declAttributes": [
"AccessControl", "AccessControl",
"Custom" "Custom",
"RawDocComment"
], ],
"conformances": [ "conformances": [
{ {
@ -20585,6 +20792,58 @@
], ],
"isFromExtension": true, "isFromExtension": true,
"funcSelfKind": "NonMutating" "funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "weightedRandom",
"printedName": "weightedRandom(from:weights:)",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
},
{
"kind": "TypeNominal",
"name": "Array",
"printedName": "[Swift.String]",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sa"
},
{
"kind": "TypeNominal",
"name": "Array",
"printedName": "[Swift.Int]",
"children": [
{
"kind": "TypeNominal",
"name": "Int",
"printedName": "Swift.Int",
"usr": "s:Si"
}
],
"usr": "s:Sa"
}
],
"declKind": "Func",
"usr": "s:5M2Kit0A5UtilsV14weightedRandom4from7weightsSSSaySSG_SaySiGtFZ",
"mangledName": "$s5M2Kit0A5UtilsV14weightedRandom4from7weightsSSSaySSG_SaySiGtFZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"RawDocComment"
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
} }
], ],
"declKind": "Struct", "declKind": "Struct",
@ -21519,6 +21778,13 @@
"declKind": "Import", "declKind": "Import",
"moduleName": "M2Kit" "moduleName": "M2Kit"
}, },
{
"kind": "Import",
"name": "StoreKit",
"printedName": "StoreKit",
"declKind": "Import",
"moduleName": "M2Kit"
},
{ {
"kind": "Import", "kind": "Import",
"name": "Foundation", "name": "Foundation",
@ -25063,33 +25329,33 @@
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 131, "offset": 131,
"length": 6, "length": 6,
"value": "\"5.24\"" "value": "\"5.26\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 209, "offset": 400,
"length": 33, "length": 33,
"value": "\"IAPPurchasedSuccessNotification\"" "value": "\"IAPPurchasedSuccessNotification\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 315, "offset": 545,
"length": 30, "length": 30,
"value": "\"IAPPurchasedFailNotification\"" "value": "\"IAPPurchasedFailNotification\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 430, "offset": 752,
"length": 37, "length": 37,
"value": "\"IAPProductStatusUpdatedNotification\"" "value": "\"IAPProductStatusUpdatedNotification\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 551, "offset": 945,
"length": 41, "length": 41,
"value": "\"IAPProductsAvailableChangedNotification\"" "value": "\"IAPProductsAvailableChangedNotification\""
}, },
@ -26031,6 +26297,34 @@
"length": 42, "length": 42,
"value": "\"https:\/\/storage.g7software.net\/microblog\"" "value": "\"https:\/\/storage.g7software.net\/microblog\""
}, },
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IAPService.swift",
"kind": "Array",
"offset": 268,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IAPService.swift",
"kind": "Array",
"offset": 309,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IAPService.swift",
"kind": "Array",
"offset": 359,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IAPService.swift",
"kind": "StringLiteral",
"offset": 403,
"length": 30,
"value": "\"M2Kit.IAPService.isPurchased\""
},
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IntCounter.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IntCounter.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
@ -26185,31 +26479,38 @@
"length": 1, "length": 1,
"value": "0" "value": "0"
}, },
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "StringLiteral",
"offset": 946,
"length": 18,
"value": "\"yt51.product.pro\""
},
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "IntegerLiteral", "kind": "IntegerLiteral",
"offset": 1372, "offset": 1420,
"length": 1, "length": 1,
"value": "0" "value": "0"
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 1310, "offset": 1358,
"length": 22, "length": 22,
"value": "\".kSavedCfgVersionKey\"" "value": "\".kSavedCfgVersionKey\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 1409, "offset": 1457,
"length": 15, "length": 15,
"value": "\".kSavedCfgKey\"" "value": "\".kSavedCfgKey\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 8284, "offset": 8452,
"length": 11, "length": 11,
"value": "\"123aA@123\"" "value": "\"123aA@123\""
}, },

View File

@ -600,6 +600,18 @@ public let m2Version: Swift.String
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: 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 let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
get
}
#if compiler(>=5.3) && $NonescapableTypes
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
get
}
#endif
@_Concurrency.MainActor public static func fetch()
@_Concurrency.MainActor public static func purchaseProVersion()
@_Concurrency.MainActor public static func restorePurchase()
} }
@_Concurrency.MainActor public struct M2Image { @_Concurrency.MainActor public struct M2Image {
#if compiler(>=5.3) && $NonescapableTypes #if compiler(>=5.3) && $NonescapableTypes
@ -994,6 +1006,9 @@ extension M2Kit.M2Utils {
@_Concurrency.MainActor public static func randomCode7() -> Swift.String @_Concurrency.MainActor public static func randomCode7() -> Swift.String
@_Concurrency.MainActor public static func randomCode11() -> Swift.String @_Concurrency.MainActor public static func randomCode11() -> Swift.String
} }
extension M2Kit.M2Utils {
@_Concurrency.MainActor public static func weightedRandom(from items: [Swift.String], weights: [Swift.Int]) -> Swift.String
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController { @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad() @_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
#if compiler(>=5.3) && $NonescapableTypes #if compiler(>=5.3) && $NonescapableTypes

View File

@ -600,6 +600,18 @@ public let m2Version: Swift.String
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: 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 let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
get
}
#if compiler(>=5.3) && $NonescapableTypes
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
get
}
#endif
@_Concurrency.MainActor public static func fetch()
@_Concurrency.MainActor public static func purchaseProVersion()
@_Concurrency.MainActor public static func restorePurchase()
} }
@_Concurrency.MainActor public struct M2Image { @_Concurrency.MainActor public struct M2Image {
#if compiler(>=5.3) && $NonescapableTypes #if compiler(>=5.3) && $NonescapableTypes
@ -994,6 +1006,9 @@ extension M2Kit.M2Utils {
@_Concurrency.MainActor public static func randomCode7() -> Swift.String @_Concurrency.MainActor public static func randomCode7() -> Swift.String
@_Concurrency.MainActor public static func randomCode11() -> Swift.String @_Concurrency.MainActor public static func randomCode11() -> Swift.String
} }
extension M2Kit.M2Utils {
@_Concurrency.MainActor public static func weightedRandom(from items: [Swift.String], weights: [Swift.Int]) -> Swift.String
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController { @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad() @_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
#if compiler(>=5.3) && $NonescapableTypes #if compiler(>=5.3) && $NonescapableTypes

View File

@ -12650,7 +12650,8 @@
"HasInitialValue", "HasInitialValue",
"HasStorage", "HasStorage",
"Custom", "Custom",
"AccessControl" "AccessControl",
"RawDocComment"
], ],
"isLet": true, "isLet": true,
"hasStorage": true, "hasStorage": true,
@ -12698,7 +12699,8 @@
"HasInitialValue", "HasInitialValue",
"HasStorage", "HasStorage",
"Custom", "Custom",
"AccessControl" "AccessControl",
"RawDocComment"
], ],
"isLet": true, "isLet": true,
"hasStorage": true, "hasStorage": true,
@ -12746,7 +12748,8 @@
"HasInitialValue", "HasInitialValue",
"HasStorage", "HasStorage",
"Custom", "Custom",
"AccessControl" "AccessControl",
"RawDocComment"
], ],
"isLet": true, "isLet": true,
"hasStorage": true, "hasStorage": true,
@ -12794,7 +12797,8 @@
"HasInitialValue", "HasInitialValue",
"HasStorage", "HasStorage",
"Custom", "Custom",
"AccessControl" "AccessControl",
"RawDocComment"
], ],
"isLet": true, "isLet": true,
"hasStorage": true, "hasStorage": true,
@ -12820,6 +12824,208 @@
"accessorKind": "get" "accessorKind": "get"
} }
] ]
},
{
"kind": "Function",
"name": "setup",
"printedName": "setup(iapId:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"declKind": "Func",
"usr": "s:5M2Kit0A3IAPV5setup5iapIdySS_tFZ",
"mangledName": "$s5M2Kit0A3IAPV5setup5iapIdySS_tFZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Var",
"name": "isProVersion",
"printedName": "isProVersion",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Var",
"usr": "s:5M2Kit0A3IAPV12isProVersionSbvpZ",
"mangledName": "$s5M2Kit0A3IAPV12isProVersionSbvpZ",
"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:5M2Kit0A3IAPV12isProVersionSbvgZ",
"mangledName": "$s5M2Kit0A3IAPV12isProVersionSbvgZ",
"moduleName": "M2Kit",
"static": true,
"accessorKind": "get"
}
]
},
{
"kind": "Var",
"name": "priceProVersion",
"printedName": "priceProVersion",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
}
],
"declKind": "Var",
"usr": "s:5M2Kit0A3IAPV15priceProVersionSSSgvpZ",
"mangledName": "$s5M2Kit0A3IAPV15priceProVersionSSSgvpZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"AccessControl",
"RawDocComment"
],
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:5M2Kit0A3IAPV15priceProVersionSSSgvgZ",
"mangledName": "$s5M2Kit0A3IAPV15priceProVersionSSSgvgZ",
"moduleName": "M2Kit",
"static": true,
"accessorKind": "get"
}
]
},
{
"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",
"printedName": "purchaseProVersion()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "s:5M2Kit0A3IAPV18purchaseProVersionyyFZ",
"mangledName": "$s5M2Kit0A3IAPV18purchaseProVersionyyFZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "restorePurchase",
"printedName": "restorePurchase()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "s:5M2Kit0A3IAPV15restorePurchaseyyFZ",
"mangledName": "$s5M2Kit0A3IAPV15restorePurchaseyyFZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
} }
], ],
"declKind": "Struct", "declKind": "Struct",
@ -12828,7 +13034,8 @@
"moduleName": "M2Kit", "moduleName": "M2Kit",
"declAttributes": [ "declAttributes": [
"AccessControl", "AccessControl",
"Custom" "Custom",
"RawDocComment"
], ],
"conformances": [ "conformances": [
{ {
@ -20585,6 +20792,58 @@
], ],
"isFromExtension": true, "isFromExtension": true,
"funcSelfKind": "NonMutating" "funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "weightedRandom",
"printedName": "weightedRandom(from:weights:)",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
},
{
"kind": "TypeNominal",
"name": "Array",
"printedName": "[Swift.String]",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sa"
},
{
"kind": "TypeNominal",
"name": "Array",
"printedName": "[Swift.Int]",
"children": [
{
"kind": "TypeNominal",
"name": "Int",
"printedName": "Swift.Int",
"usr": "s:Si"
}
],
"usr": "s:Sa"
}
],
"declKind": "Func",
"usr": "s:5M2Kit0A5UtilsV14weightedRandom4from7weightsSSSaySSG_SaySiGtFZ",
"mangledName": "$s5M2Kit0A5UtilsV14weightedRandom4from7weightsSSSaySSG_SaySiGtFZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"Custom",
"RawDocComment"
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
} }
], ],
"declKind": "Struct", "declKind": "Struct",
@ -21519,6 +21778,13 @@
"declKind": "Import", "declKind": "Import",
"moduleName": "M2Kit" "moduleName": "M2Kit"
}, },
{
"kind": "Import",
"name": "StoreKit",
"printedName": "StoreKit",
"declKind": "Import",
"moduleName": "M2Kit"
},
{ {
"kind": "Import", "kind": "Import",
"name": "Foundation", "name": "Foundation",
@ -25063,33 +25329,33 @@
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 131, "offset": 131,
"length": 6, "length": 6,
"value": "\"5.24\"" "value": "\"5.26\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 209, "offset": 400,
"length": 33, "length": 33,
"value": "\"IAPPurchasedSuccessNotification\"" "value": "\"IAPPurchasedSuccessNotification\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 315, "offset": 545,
"length": 30, "length": 30,
"value": "\"IAPPurchasedFailNotification\"" "value": "\"IAPPurchasedFailNotification\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 430, "offset": 752,
"length": 37, "length": 37,
"value": "\"IAPProductStatusUpdatedNotification\"" "value": "\"IAPProductStatusUpdatedNotification\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 551, "offset": 945,
"length": 41, "length": 41,
"value": "\"IAPProductsAvailableChangedNotification\"" "value": "\"IAPProductsAvailableChangedNotification\""
}, },
@ -26031,6 +26297,34 @@
"length": 42, "length": 42,
"value": "\"https:\/\/storage.g7software.net\/microblog\"" "value": "\"https:\/\/storage.g7software.net\/microblog\""
}, },
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IAPService.swift",
"kind": "Array",
"offset": 268,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IAPService.swift",
"kind": "Array",
"offset": 309,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IAPService.swift",
"kind": "Array",
"offset": 359,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IAPService.swift",
"kind": "StringLiteral",
"offset": 403,
"length": 30,
"value": "\"M2Kit.IAPService.isPurchased\""
},
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IntCounter.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/IntCounter.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
@ -26185,31 +26479,38 @@
"length": 1, "length": 1,
"value": "0" "value": "0"
}, },
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "StringLiteral",
"offset": 946,
"length": 18,
"value": "\"yt51.product.pro\""
},
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "IntegerLiteral", "kind": "IntegerLiteral",
"offset": 1372, "offset": 1420,
"length": 1, "length": 1,
"value": "0" "value": "0"
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 1310, "offset": 1358,
"length": 22, "length": 22,
"value": "\".kSavedCfgVersionKey\"" "value": "\".kSavedCfgVersionKey\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 1409, "offset": 1457,
"length": 15, "length": 15,
"value": "\".kSavedCfgKey\"" "value": "\".kSavedCfgKey\""
}, },
{ {
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift", "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Utils.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 8284, "offset": 8452,
"length": 11, "length": 11,
"value": "\"123aA@123\"" "value": "\"123aA@123\""
}, },

View File

@ -600,6 +600,18 @@ public let m2Version: Swift.String
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: 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 let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
get
}
#if compiler(>=5.3) && $NonescapableTypes
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
get
}
#endif
@_Concurrency.MainActor public static func fetch()
@_Concurrency.MainActor public static func purchaseProVersion()
@_Concurrency.MainActor public static func restorePurchase()
} }
@_Concurrency.MainActor public struct M2Image { @_Concurrency.MainActor public struct M2Image {
#if compiler(>=5.3) && $NonescapableTypes #if compiler(>=5.3) && $NonescapableTypes
@ -994,6 +1006,9 @@ extension M2Kit.M2Utils {
@_Concurrency.MainActor public static func randomCode7() -> Swift.String @_Concurrency.MainActor public static func randomCode7() -> Swift.String
@_Concurrency.MainActor public static func randomCode11() -> Swift.String @_Concurrency.MainActor public static func randomCode11() -> Swift.String
} }
extension M2Kit.M2Utils {
@_Concurrency.MainActor public static func weightedRandom(from items: [Swift.String], weights: [Swift.Int]) -> Swift.String
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController { @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad() @_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
#if compiler(>=5.3) && $NonescapableTypes #if compiler(>=5.3) && $NonescapableTypes

View File

@ -600,6 +600,18 @@ public let m2Version: Swift.String
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name @_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: 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 let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static func setup(iapId: Swift.String)
@_Concurrency.MainActor public static var isProVersion: Swift.Bool {
get
}
#if compiler(>=5.3) && $NonescapableTypes
@_Concurrency.MainActor public static var priceProVersion: Swift.String? {
get
}
#endif
@_Concurrency.MainActor public static func fetch()
@_Concurrency.MainActor public static func purchaseProVersion()
@_Concurrency.MainActor public static func restorePurchase()
} }
@_Concurrency.MainActor public struct M2Image { @_Concurrency.MainActor public struct M2Image {
#if compiler(>=5.3) && $NonescapableTypes #if compiler(>=5.3) && $NonescapableTypes
@ -994,6 +1006,9 @@ extension M2Kit.M2Utils {
@_Concurrency.MainActor public static func randomCode7() -> Swift.String @_Concurrency.MainActor public static func randomCode7() -> Swift.String
@_Concurrency.MainActor public static func randomCode11() -> Swift.String @_Concurrency.MainActor public static func randomCode11() -> Swift.String
} }
extension M2Kit.M2Utils {
@_Concurrency.MainActor public static func weightedRandom(from items: [Swift.String], weights: [Swift.Int]) -> Swift.String
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController { @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad() @_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
#if compiler(>=5.3) && $NonescapableTypes #if compiler(>=5.3) && $NonescapableTypes

View File

@ -10,47 +10,47 @@
</data> </data>
<key>Info.plist</key> <key>Info.plist</key>
<data> <data>
0Yma+5Fbrxhuw7gEqPNhr7HVzmM= kFB9cAN3sM3WNou2LtWx9JZ8d74=
</data> </data>
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.abi.json</key> <key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
<data> <data>
BEygokct8a+2ZsrKWmWF9jXz13A= I5IXw8qCG3t5R3Y2rczXDtVDao4=
</data> </data>
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key> <key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
<data> <data>
ssjqNB5ubDgX+kuGQKubzZ9tqAY= OcFGPcgxy3roT4fVDIuhjSGcLLY=
</data> </data>
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key> <key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<data> <data>
17iYczc6//gqkiI4G7y9mx0BY8E= rlhF4Sz85tsVwXP20cC7sxNVfdU=
</data> </data>
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key> <key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
<data> <data>
ssjqNB5ubDgX+kuGQKubzZ9tqAY= OcFGPcgxy3roT4fVDIuhjSGcLLY=
</data> </data>
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key> <key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<data> <data>
yRm/7fZf9Smi0D/VDq0Dey4obxE= 3phNx+kqyk1GG5YLpniB8eIKATU=
</data> </data>
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json</key> <key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<data> <data>
BEygokct8a+2ZsrKWmWF9jXz13A= I5IXw8qCG3t5R3Y2rczXDtVDao4=
</data> </data>
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key> <key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
<data> <data>
38Id9RCQFtWcUPZ8vRDdmCjjDj4= XadabFR8pCLxM/8uvKye4N5kTUM=
</data> </data>
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> <key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<data> <data>
DJJl9YP5NTO7X2eb7ZXVeQmQYok= Zzze8UGkFrW7XhH60dG4nj8V5Gg=
</data> </data>
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key> <key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<data> <data>
38Id9RCQFtWcUPZ8vRDdmCjjDj4= XadabFR8pCLxM/8uvKye4N5kTUM=
</data> </data>
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> <key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data> <data>
MDQWgLjS8R00HhVRsrbRA1ZRlE0= n1nbIwO/grQ7HBqIh8k7B3Vx4Rg=
</data> </data>
<key>Modules/module.modulemap</key> <key>Modules/module.modulemap</key>
<data> <data>
@ -70,70 +70,70 @@
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
c+nDf1HNPHaSwSLK0xdUkLuOWwfmqtbNyHng18m4LxE= ZK/hCSA6bSefM2MQljsfwyonKEkUsiTb5uEqOzvmWBw=
</data> </data>
</dict> </dict>
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key> <key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
7zJtE2VwoEi++M2vNzXyQf+TUBplFY/34BqpXHVeIpU= cwfjW3BIFRJiUdxACLBrvrxqDrhsXkIaLPFnyC9xvcM=
</data> </data>
</dict> </dict>
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key> <key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
Kz38xbJ2vJt48NGiENswgg5b1q/t/EOAed8xHFwnO4k= HkOh7YMxbzgmADJSjeS6vE/GEBHJjmNIwp59t2yolt0=
</data> </data>
</dict> </dict>
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key> <key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
7zJtE2VwoEi++M2vNzXyQf+TUBplFY/34BqpXHVeIpU= cwfjW3BIFRJiUdxACLBrvrxqDrhsXkIaLPFnyC9xvcM=
</data> </data>
</dict> </dict>
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key> <key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
uAYR9DWx0PzQjOMq5APAUPmLI2jCzB8+gSR4OtvujmI= PzIaGPe7VKT/PNTCwjt/L3UQ23KEfDJ+kF9I8uRgjvc=
</data> </data>
</dict> </dict>
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json</key> <key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
c+nDf1HNPHaSwSLK0xdUkLuOWwfmqtbNyHng18m4LxE= ZK/hCSA6bSefM2MQljsfwyonKEkUsiTb5uEqOzvmWBw=
</data> </data>
</dict> </dict>
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key> <key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
+5ye82Pu4EJ+dkLRbNuOTIcOcUlYlqZ31ilbnMngTyE= 0YIE1xj3KR075SX8jupikjyqMvQnnpCSEx2iqRNYEaA=
</data> </data>
</dict> </dict>
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> <key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
JReO+mkxQ0W/Id5bQVptHfNb8p0SCjgNlHO/0v/qUaE= XH0bXNW1ZMj5LIOrWPrDm8pg+nh6d78GNxYSnS5wpzY=
</data> </data>
</dict> </dict>
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key> <key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
+5ye82Pu4EJ+dkLRbNuOTIcOcUlYlqZ31ilbnMngTyE= 0YIE1xj3KR075SX8jupikjyqMvQnnpCSEx2iqRNYEaA=
</data> </data>
</dict> </dict>
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> <key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
+ME268vd0/F7e1QGn4dCtBmuPF/lo+5Ky2dnoAXBplw= Qx3WGEfs0C8IWSZQ/ZqJL9X4sWwsyGzsVb0mCtDBpW0=
</data> </data>
</dict> </dict>
<key>Modules/module.modulemap</key> <key>Modules/module.modulemap</key>

View File

@ -1,3 +1,3 @@
M2Kit M2Kit
===== =====
5.24 5.26