Skip to content

Commit e3fe25b

Browse files
committed
Release 2.0.2
1 parent 96138f3 commit e3fe25b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Example/ButterflyImagingKitExample.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
"$(inherited)",
312312
"@executable_path/Frameworks",
313313
);
314-
MARKETING_VERSION = 2.0.1;
314+
MARKETING_VERSION = 2.0.2;
315315
PRODUCT_NAME = "$(TARGET_NAME)";
316316
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
317317
SUPPORTS_MACCATALYST = NO;
@@ -344,7 +344,7 @@
344344
"$(inherited)",
345345
"@executable_path/Frameworks",
346346
);
347-
MARKETING_VERSION = 2.0.1;
347+
MARKETING_VERSION = 2.0.2;
348348
PRODUCT_NAME = "$(TARGET_NAME)";
349349
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
350350
SUPPORTS_MACCATALYST = NO;
@@ -384,7 +384,7 @@
384384
repositoryURL = "https://github.com/ButterflyNetwork/ImagingSDK-iOS";
385385
requirement = {
386386
kind = exactVersion;
387-
version = 2.0.1;
387+
version = 2.0.2;
388388
};
389389
};
390390
/* End XCRemoteSwiftPackageReference section */

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
import PackageDescription
44

5-
// Release: https://github.com/ButterflyNetwork/ButterflySDKIOS/releases/tag/2.0.1
6-
let binaryUrl = "https://sdk.butterflynetwork.com/garden/ButterflyImagingKit/2.0.1/ButterflyImagingKit.xcframework.zip"
7-
let binaryChecksum = "a74b41700b54418528998db6b95598a08a77a0597449db237497dc7ea2843f9e"
5+
// Release: https://github.com/ButterflyNetwork/ButterflySDKIOS/releases/tag/2.0.2
6+
let binaryUrl = "https://sdk.butterflynetwork.com/garden/ButterflyImagingKit/2.0.2/ButterflyImagingKit.xcframework.zip"
7+
let binaryChecksum = "7428b83c858d0cb8b13fefd2bb8b329df1b1100c10a1d4803eed5612530d2d74"
88

99
let package = Package(
1010
name: "Butterfly",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The SDK consists of a few key objects:
1919

2020
## Requirements
2121

22-
* Built and tested using Xcode 16.0 and macOS Sonoma 14.6.
22+
* Built and tested using Xcode 16.2 and macOS Sequoia 15.6.1.
2323
* Available for iOS 17.0 or newer.
2424
* Apps developed using the SDK should only be installed on [Butterfly supported devices](https://support.butterflynetwork.com/hc/en-us/sections/360004521832-Mobile-Devices).
2525
* Not compatible with beta software.

0 commit comments

Comments
 (0)