Skip to content

Commit

Permalink
Added 14.9 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Deszip authored and Deszip committed Mar 21, 2024
1 parent 853f270 commit 2bfac15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Binary file added AppSpectorSDK.xcframework.zip
Binary file not shown.
Binary file modified AppSpectorSDKE2E.xcframework.zip
Binary file not shown.
9 changes: 7 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,15 @@ let package = Package(
)
],
targets: [
.binaryTarget(
name: "AppSpectorSDK",
url: "https://github.com/appspector/ios-sdk-spm-e2e/releases/download/1.4.9/AppSpectorSDK.xcframework.zip",
checksum: "60ffd8f91bb8fe05a191a17d2494050ab9410dfa01a609b2a739d7f4110fee6a"
),
.binaryTarget(
name: "AppSpectorSDKE2E",
url: "https://github.com/appspector/ios-sdk/releases/download/1.4.8/AppSpectorSDKE2E.xcframework.zip",
checksum: "c1a3a56089e9f2ee15521953f6df9ec932693c8309c30be2467e3f0ea46c2fd7"
url: "https://github.com/appspector/ios-sdk-spm-e2e/releases/download/1.4.9/AppSpectorSDKE2E.xcframework.zip",
checksum: "d79761a26aac500f6c0d59afefd3050ef62a16e6e7142cbddc67ad049a5c61ad"
)
// .target(
// name: "AppSpectorUmbrella",
Expand Down

0 comments on commit 2bfac15

Please sign in to comment.