Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit 5630817

Browse files
authored
Merge pull request #22 from MFB-Technologies-Inc/feature/v20.4.1
v20.4.1
2 parents 00d63b0 + e936f93 commit 5630817

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

Package.swift

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,20 @@ let package = Package(
1313
.library(name: "IntuneMAMTelemetry", targets: ["IntuneMAMTelemetry"]),
1414
],
1515
targets: [
16-
.binaryTarget(name: "IntuneMAMSwift", path: "./Sources/IntuneMAMSwift.xcframework"),
17-
.binaryTarget(name: "IntuneMAMSwiftStub", path: "./Sources/IntuneMAMSwiftStub.xcframework"),
18-
.binaryTarget(name: "IntuneMAMTelemetry", path: "./Sources/IntuneMAMTelemetry.xcframework"),
16+
.binaryTarget(
17+
name: "IntuneMAMSwift",
18+
url: "https://github.com/MFB-Technologies-Inc/intune-ios-sdk/releases/download/pre-20.4.1/IntuneMAMSwift.xcframework.zip",
19+
checksum: "f18c19276bed7aa1a1d2c312446f8352e8cae2c718c6864d2a9756bd1275fb69"
20+
),
21+
.binaryTarget(
22+
name: "IntuneMAMSwiftStub",
23+
url: "https://github.com/MFB-Technologies-Inc/intune-ios-sdk/releases/download/pre-20.4.1/IntuneMAMSwiftStub.xcframework.zip",
24+
checksum: "10b9ae31d127d22c48ea8355dba7bc726e8c3da155e94f4d99c403576826980e"
25+
),
26+
.binaryTarget(
27+
name: "IntuneMAMTelemetry",
28+
url: "https://github.com/MFB-Technologies-Inc/intune-ios-sdk/releases/download/pre-20.4.1/IntuneMAMTelemetry.xcframework.zip",
29+
checksum: "d28f2dd35b8fa716f05f8ffa248a03aa39df115037a1e3da263f516c2ee970e0"
30+
),
1931
]
2032
)

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
Swift package of https://github.com/msintuneappsdk/ms-intune-app-sdk-ios
1+
Swift package of https://github.com/msintuneappsdk/ms-intune-app-sdk-ios
2+
3+
## Updating for new releases
4+
5+
Create a new branch named `feature/{{ new version }}. Update the URLs and hashes for each framework. Create a release on this branch where the tag is `pre-{{ new version }}` with the framework zip files attached. The `pre-` part of the tag name is important because it prevents SPM from resolving that tag as the next version. This release should NOT be marked as latest.
6+
7+
Once the PR is merged, create a new release where the tag is the appropriate version number and should be marked as latest.

0 commit comments

Comments
 (0)