Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
42 changes: 35 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,40 @@ let package = Package(
.library(name: "CTXMAMNetwork", targets: ["CTXMAMNetwork"]),
],
targets: [
.binaryTarget(name: "CitrixLogger", path: "./Sources/CitrixLogger.xcframework"),
.binaryTarget(name: "CTXMAMAppCore", path: "./Sources/CTXMAMAppCore.xcframework"),
.binaryTarget(name: "CTXMAMCompliance", path: "./Sources/CTXMAMCompliance.xcframework"),
.binaryTarget(name: "CTXMAMContainment", path: "./Sources/CTXMAMContainment.xcframework"),
.binaryTarget(name: "CTXMAMCore", path: "./Sources/CTXMAMCore.xcframework"),
.binaryTarget(name: "CTXMAMLocalAuth", path: "./Sources/CTXMAMLocalAuth.xcframework"),
.binaryTarget(name: "CTXMAMNetwork", path: "./Sources/CTXMAMNetwork.xcframework"),
.binaryTarget(
name: "CitrixLogger",
url: "https://github.com/MFB-Technologies-Inc/citrix-mam-ios-sdk/releases/download/pre-25.5.0/CitrixLogger.xcframework.zip",
checksum: "87d0822403521355115b3dfada5ba3735c270cd0cebb68d337f927884479aadc"
),
.binaryTarget(
name: "CTXMAMAppCore",
url: "https://github.com/MFB-Technologies-Inc/citrix-mam-ios-sdk/releases/download/pre-25.5.0/CTXMAMAppCore.xcframework.zip",
checksum: "5a7922696b28db81417fed4f861ff4c2468cb0602149f9dd80d87ddbb21a2dc7"
),
.binaryTarget(
name: "CTXMAMCompliance",
url: "https://github.com/MFB-Technologies-Inc/citrix-mam-ios-sdk/releases/download/pre-25.5.0/CTXMAMCompliance.xcframework.zip",
checksum: "a08f6e3f0e2d339c4a76e356b320b93a1a8f4a5475e9744893e4fac72a86bd44"
),
.binaryTarget(
name: "CTXMAMContainment",
url: "https://github.com/MFB-Technologies-Inc/citrix-mam-ios-sdk/releases/download/pre-25.5.0/CTXMAMContainment.xcframework.zip",
checksum: "58883d9aaae499cc07c6da85df0f61ff12bea71f00e1229226327f38a716e7ec"
),
.binaryTarget(
name: "CTXMAMCore",
url: "https://github.com/MFB-Technologies-Inc/citrix-mam-ios-sdk/releases/download/pre-25.5.0/CTXMAMCore.xcframework.zip",
checksum: "c3cdcd2dc664e0f8df8f03090f60a09be5a9143c3ed02ea8fbf84cd1db780909"
),
.binaryTarget(
name: "CTXMAMLocalAuth",
url: "https://github.com/MFB-Technologies-Inc/citrix-mam-ios-sdk/releases/download/pre-25.5.0/CTXMAMLocalAuth.xcframework.zip",
checksum: "11b20e5446bb04947f452f094b11c6576590f5b784aa21707b894074700d61d1"
),
.binaryTarget(
name: "CTXMAMNetwork",
url: "https://github.com/MFB-Technologies-Inc/citrix-mam-ios-sdk/releases/download/pre-25.5.0/CTXMAMNetwork.xcframework.zip",
checksum: "a3b1d3432b0bebb635a21e8d09a8b1d89fc43d9e2669b146dd47c32f18b24c83"
),
]
)
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Citrix MAM SDK for iOS

Temporary Swift Package Manager support for https://github.com/citrix/citrix-mam-sdks.
Temporary Swift Package Manager support for https://github.com/citrix/citrix-mam-sdks.

## Updating for new releases

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.

Once the PR is merged, create a new release where the tag is the appropriate version number and should be marked as latest.
43 changes: 0 additions & 43 deletions Sources/CTXMAMAppCore.xcframework/Info.plist

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading