diff --git a/Package.swift b/Package.swift index b414af1..fae5842 100644 --- a/Package.swift +++ b/Package.swift @@ -15,18 +15,18 @@ let package = Package( targets: [ .binaryTarget( name: "IntuneMAMSwift", - url: "https://github.com/MFB-Technologies-Inc/intune-ios-sdk/releases/download/pre-20.5.0/IntuneMAMSwift.xcframework.zip", - checksum: "077c47730b2367619b61f3686c0c3fb1f6b6991be2cdd5fa01edd201e10757e4" + url: "https://github.com/MFB-Technologies-Inc/intune-ios-sdk/releases/download/pre-20.6.0/IntuneMAMSwift.xcframework.zip", + checksum: "611a68f9ea492942f11a0b5cf33bda65f1118e660cd7ce0fa67f835295d0f9b8" ), .binaryTarget( name: "IntuneMAMSwiftStub", - url: "https://github.com/MFB-Technologies-Inc/intune-ios-sdk/releases/download/pre-20.5.0/IntuneMAMSwiftStub.xcframework.zip", - checksum: "99dfb7caf45739f9bf31ab8ff04493d4bd2b6daba9c8cc47dbbc22ea4d8d6042" + url: "https://github.com/MFB-Technologies-Inc/intune-ios-sdk/releases/download/pre-20.6.0/IntuneMAMSwiftStub.xcframework.zip", + checksum: "ac34a1e780d9ebb92da9cc69939c4805fd2d642536bc8b494f0a158a70d133d9" ), .binaryTarget( name: "IntuneMAMTelemetry", - url: "https://github.com/MFB-Technologies-Inc/intune-ios-sdk/releases/download/pre-20.5.0/IntuneMAMTelemetry.xcframework.zip", - checksum: "13147bb7f5092de701b4ed8c1663ea7d6ca5cf359b87c2a4deff9cb8cf830059" + url: "https://github.com/MFB-Technologies-Inc/intune-ios-sdk/releases/download/pre-20.6.0/IntuneMAMTelemetry.xcframework.zip", + checksum: "0a989396fc351f2bc449e5fb76553effb70cc05a594f7fca44a99bcd66ca3448" ), ] )