Skip to content

Commit 2f133aa

Browse files
authored
Merge pull request #13 from MFB-Technologies-Inc/feature/v25.5.0
Change to remote frameworks and update to 25.5.0
2 parents cc74af6 + 44979a5 commit 2f133aa

File tree

337 files changed

+42
-13827
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

337 files changed

+42
-13827
lines changed

Package.swift

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,40 @@ let package = Package(
2222
.library(name: "CTXMAMNetwork", targets: ["CTXMAMNetwork"]),
2323
],
2424
targets: [
25-
.binaryTarget(name: "CitrixLogger", path: "./Sources/CitrixLogger.xcframework"),
26-
.binaryTarget(name: "CTXMAMAppCore", path: "./Sources/CTXMAMAppCore.xcframework"),
27-
.binaryTarget(name: "CTXMAMCompliance", path: "./Sources/CTXMAMCompliance.xcframework"),
28-
.binaryTarget(name: "CTXMAMContainment", path: "./Sources/CTXMAMContainment.xcframework"),
29-
.binaryTarget(name: "CTXMAMCore", path: "./Sources/CTXMAMCore.xcframework"),
30-
.binaryTarget(name: "CTXMAMLocalAuth", path: "./Sources/CTXMAMLocalAuth.xcframework"),
31-
.binaryTarget(name: "CTXMAMNetwork", path: "./Sources/CTXMAMNetwork.xcframework"),
25+
.binaryTarget(
26+
name: "CitrixLogger",
27+
url: "https://github.com/MFB-Technologies-Inc/citrix-mam-ios-sdk/releases/download/pre-25.5.0/CitrixLogger.xcframework.zip",
28+
checksum: "87d0822403521355115b3dfada5ba3735c270cd0cebb68d337f927884479aadc"
29+
),
30+
.binaryTarget(
31+
name: "CTXMAMAppCore",
32+
url: "https://github.com/MFB-Technologies-Inc/citrix-mam-ios-sdk/releases/download/pre-25.5.0/CTXMAMAppCore.xcframework.zip",
33+
checksum: "5a7922696b28db81417fed4f861ff4c2468cb0602149f9dd80d87ddbb21a2dc7"
34+
),
35+
.binaryTarget(
36+
name: "CTXMAMCompliance",
37+
url: "https://github.com/MFB-Technologies-Inc/citrix-mam-ios-sdk/releases/download/pre-25.5.0/CTXMAMCompliance.xcframework.zip",
38+
checksum: "a08f6e3f0e2d339c4a76e356b320b93a1a8f4a5475e9744893e4fac72a86bd44"
39+
),
40+
.binaryTarget(
41+
name: "CTXMAMContainment",
42+
url: "https://github.com/MFB-Technologies-Inc/citrix-mam-ios-sdk/releases/download/pre-25.5.0/CTXMAMContainment.xcframework.zip",
43+
checksum: "58883d9aaae499cc07c6da85df0f61ff12bea71f00e1229226327f38a716e7ec"
44+
),
45+
.binaryTarget(
46+
name: "CTXMAMCore",
47+
url: "https://github.com/MFB-Technologies-Inc/citrix-mam-ios-sdk/releases/download/pre-25.5.0/CTXMAMCore.xcframework.zip",
48+
checksum: "c3cdcd2dc664e0f8df8f03090f60a09be5a9143c3ed02ea8fbf84cd1db780909"
49+
),
50+
.binaryTarget(
51+
name: "CTXMAMLocalAuth",
52+
url: "https://github.com/MFB-Technologies-Inc/citrix-mam-ios-sdk/releases/download/pre-25.5.0/CTXMAMLocalAuth.xcframework.zip",
53+
checksum: "11b20e5446bb04947f452f094b11c6576590f5b784aa21707b894074700d61d1"
54+
),
55+
.binaryTarget(
56+
name: "CTXMAMNetwork",
57+
url: "https://github.com/MFB-Technologies-Inc/citrix-mam-ios-sdk/releases/download/pre-25.5.0/CTXMAMNetwork.xcframework.zip",
58+
checksum: "a3b1d3432b0bebb635a21e8d09a8b1d89fc43d9e2669b146dd47c32f18b24c83"
59+
),
3260
]
3361
)

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# Citrix MAM SDK for iOS
22

3-
Temporary Swift Package Manager support for https://github.com/citrix/citrix-mam-sdks.
3+
Temporary Swift Package Manager support for https://github.com/citrix/citrix-mam-sdks.
4+
5+
## Updating for new releases
6+
7+
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.
8+
9+
Once the PR is merged, create a new release where the tag is the appropriate version number and should be marked as latest.

Sources/CTXMAMAppCore.xcframework/Info.plist

Lines changed: 0 additions & 43 deletions
This file was deleted.

Sources/CTXMAMAppCore.xcframework/ios-arm64/CTXMAMAppCore.framework/AMLLocalizationStringBundle.bundle/da.lproj/Localizable.strings

Lines changed: 0 additions & 29 deletions
This file was deleted.

Sources/CTXMAMAppCore.xcframework/ios-arm64/CTXMAMAppCore.framework/AMLLocalizationStringBundle.bundle/de.lproj/Localizable.strings

Lines changed: 0 additions & 29 deletions
This file was deleted.

Sources/CTXMAMAppCore.xcframework/ios-arm64/CTXMAMAppCore.framework/AMLLocalizationStringBundle.bundle/en.lproj/Localizable.strings

Lines changed: 0 additions & 30 deletions
This file was deleted.

Sources/CTXMAMAppCore.xcframework/ios-arm64/CTXMAMAppCore.framework/AMLLocalizationStringBundle.bundle/es.lproj/Localizable.strings

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)