Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Sources/IntuneMAMSwift.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>IntuneMAMSwift.framework/IntuneMAMSwift</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>IntuneMAMSwift.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>IntuneMAMSwift.framework/IntuneMAMSwift</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>IntuneMAMSwift.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
#ifndef INTUNEMAMSWIFT_SWIFT_H
#define INTUNEMAMSWIFT_SWIFT_H
#pragma clang diagnostic push
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ typedef NS_ENUM(NSInteger, IntuneMAMSaveLocation)
IntuneMAMSaveLocationLocalDrive = 1<<5,
IntuneMAMSaveLocationCameraRoll = 1<<6,
IntuneMAMSaveLocationAccountDocument = 1<<7, // When the location is not listed in this enum but is accessed with a managed account, use this value

IntuneMAMSaveLocationIManage = 1<<8,
IntuneMAMSaveLocationEgnyte = 1<<9
};

typedef NS_ENUM(NSInteger, IntuneMAMOpenLocation)
Expand All @@ -28,6 +29,9 @@ typedef NS_ENUM(NSInteger, IntuneMAMOpenLocation)
IntuneMAMOpenLocationLocalStorage = 1<<3,
IntuneMAMOpenLocationPhotos = 1<<4,
IntuneMAMOpenLocationAccountDocument = 1<<5, // When opening a document that has a managed account identity or the location is not listed in this enum but is accessed with a managed account, use this value
IntuneMAMOpenLocationBox = 1<<6,
IntuneMAMOpenLocationIManage = 1<<7,
IntuneMAMOpenLocationEgnyte = 1<<8
};

// IntuneMAMNotificationPolicyAllow - All notifications for the managed user should be allowed
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</data>
<key>Assets.car</key>
<data>
lRx02mvEAJbRcjywEKP55/QCZ4o=
ke2T19XrzZKp+2ESafUs6v5WRbo=
</data>
<key>AuthViewController_iPad.nib</key>
<data>
Expand Down Expand Up @@ -584,11 +584,11 @@
<dict>
<key>hash</key>
<data>
lRx02mvEAJbRcjywEKP55/QCZ4o=
ke2T19XrzZKp+2ESafUs6v5WRbo=
</data>
<key>hash2</key>
<data>
R9LcXaUKHcH4VqneYI6gVEtzUj+JrNLfjF0KUMGLlgg=
qtTVvsJUjtOIUWNvSEJTTwWInxnoiHSKpUhytoc80oQ=
</data>
</dict>
<key>AuthViewController_iPad.nib</key>
Expand Down
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
// swift-compiler-version: Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
// swift-module-flags: -target arm64-apple-ios15.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name IntuneMAMSwift
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
import AppleArchive
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
// swift-compiler-version: Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
// swift-module-flags: -target arm64-apple-ios15.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name IntuneMAMSwift
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
import AppleArchive
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Headers/IntuneMAM-Swift.h</key>
<data>
kCCKgAe37rRZMf1UI9HSCAOUn8M=
pbRFU3OAWl1XECYazRfKmIRjWdU=
</data>
<key>Headers/IntuneMAM.h</key>
<data>
Expand Down Expand Up @@ -74,7 +74,7 @@
</data>
<key>Headers/IntuneMAMPolicy.h</key>
<data>
axHtmCl0D3gFs9KskP1Uj0ixEA0=
1ZxDODJA5WXojNdCIwZE7XJP1jM=
</data>
<key>Headers/IntuneMAMPolicyDelegate.h</key>
<data>
Expand Down Expand Up @@ -114,15 +114,15 @@
</data>
<key>Info.plist</key>
<data>
OPw3xpVdr9pv3MRgOoENfaBWVP4=
IlkGekr8AAMifN8AoI4Q+W2st+k=
</data>
<key>IntuneMAMResources.bundle/ActivityAlertViewController.nib</key>
<data>
lUIatnrgplk0TY+hLb+8VaI76pA=
</data>
<key>IntuneMAMResources.bundle/Assets.car</key>
<data>
lRx02mvEAJbRcjywEKP55/QCZ4o=
ke2T19XrzZKp+2ESafUs6v5WRbo=
</data>
<key>IntuneMAMResources.bundle/AuthViewController_iPad.nib</key>
<data>
Expand Down Expand Up @@ -163,7 +163,7 @@
</data>
<key>IntuneMAMResources.bundle/Info.plist</key>
<data>
GuwNe3XI6qoK5b2BazW6IbJJ+RE=
B80h8N9foX20J2hmlLuH8twCzXs=
</data>
<key>IntuneMAMResources.bundle/MTDComplianceViewController.nib</key>
<data>
Expand Down Expand Up @@ -199,23 +199,23 @@
</data>
<key>IntuneMAMResources.bundle/_CodeSignature/CodeDirectory</key>
<data>
vYfybEZzrUPal9juwTOWicMl2fE=
MYxdH5hv8r5wcPi9xJKggPU2/ro=
</data>
<key>IntuneMAMResources.bundle/_CodeSignature/CodeRequirements</key>
<data>
yPX9YwuZFYsARZjY5K+IRA6ehTI=
</data>
<key>IntuneMAMResources.bundle/_CodeSignature/CodeRequirements-1</key>
<data>
X7mKTtWywm3IsZCzXkp1c/6uJdc=
YlIgX3vOtoHUCEqG0P5ye2zwsTI=
</data>
<key>IntuneMAMResources.bundle/_CodeSignature/CodeResources</key>
<data>
6fyFS2PcKANhCbWjPrufHUvwufs=
i0F3jNYyZt3D4A69suK15Zcim/w=
</data>
<key>IntuneMAMResources.bundle/_CodeSignature/CodeSignature</key>
<data>
Upuw3YxlL3/W/LlVjuYbpB8wlNg=
AmyUmHkhquRo8nKiMEHWcNQkdhM=
</data>
<key>IntuneMAMResources.bundle/cs.lproj/AppRestrictions.strings</key>
<dict>
Expand Down Expand Up @@ -709,23 +709,23 @@
</dict>
<key>Modules/IntuneMAMSwift.swiftmodule/arm64-apple-ios.abi.json</key>
<data>
cpSxLUeIrvJglmMj1g2Sn0Xq+DE=
wjh3IRgWQsUegJmg7wYkpUkImlI=
</data>
<key>Modules/IntuneMAMSwift.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
<data>
pnATWigK3K87OwlJkAM3JIsuZrA=
9iXBI69HJnxKDANpTYpSDJ+wD8E=
</data>
<key>Modules/IntuneMAMSwift.swiftmodule/arm64-apple-ios.swiftdoc</key>
<data>
iLu/YL9JKKbsCOKRzr98JwA7sUo=
Qf6hFkX40H4C4P19z6vrXmBD5Ik=
</data>
<key>Modules/IntuneMAMSwift.swiftmodule/arm64-apple-ios.swiftinterface</key>
<data>
pnATWigK3K87OwlJkAM3JIsuZrA=
9iXBI69HJnxKDANpTYpSDJ+wD8E=
</data>
<key>Modules/IntuneMAMSwift.swiftmodule/arm64-apple-ios.swiftmodule</key>
<data>
BOhIwrOHqZYGEqZgt15bJa/r4iU=
ajailvdns6/nnVRz1bWGZF7IE4M=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -742,7 +742,7 @@
<dict>
<key>hash2</key>
<data>
YVw50zIia4u+fmmLvRcLpjeEOCMnVonTrquPDL8XIm4=
GqORGCEmQfCbdhb8yN+0Z6D21pMQvxtEGK0LPWNXUj8=
</data>
</dict>
<key>Headers/IntuneMAM.h</key>
Expand Down Expand Up @@ -861,7 +861,7 @@
<dict>
<key>hash2</key>
<data>
uVAfYwRaynpE9YCJ4F6qpemsKcK9bTT+dvKeVV6Q3hg=
hPmELQoOqNx+t4qN2oSJYp0JGVW6IyOV/67805klHP4=
</data>
</dict>
<key>Headers/IntuneMAMPolicyDelegate.h</key>
Expand Down Expand Up @@ -938,7 +938,7 @@
<dict>
<key>hash2</key>
<data>
R9LcXaUKHcH4VqneYI6gVEtzUj+JrNLfjF0KUMGLlgg=
qtTVvsJUjtOIUWNvSEJTTwWInxnoiHSKpUhytoc80oQ=
</data>
</dict>
<key>IntuneMAMResources.bundle/AuthViewController_iPad.nib</key>
Expand Down Expand Up @@ -1003,7 +1003,7 @@
<dict>
<key>hash2</key>
<data>
6OS7bex49eIlsdytaOrJh/jylpMgsetwzEIPKZH2ECY=
8FcoYWG3LtvzPz6a97gHfDuqJBj5//SyIwyOHCHnUpc=
</data>
</dict>
<key>IntuneMAMResources.bundle/MTDComplianceViewController.nib</key>
Expand Down Expand Up @@ -1066,7 +1066,7 @@
<dict>
<key>hash2</key>
<data>
8tJZeadv9w/xv/6hoWqaqFZbhKuv4Rie5O5uACDEJLE=
+tIH4lFeuxYnrX8cDhXkIdQfGBg+823+rvOY3y/lTDY=
</data>
</dict>
<key>IntuneMAMResources.bundle/_CodeSignature/CodeRequirements</key>
Expand All @@ -1080,21 +1080,21 @@
<dict>
<key>hash2</key>
<data>
1j9T+SZbRVdtG99uWkGdmR8eJaROZ80ZVkCpFFmQ4I4=
VsgzLJbUUGHVpK+aiHzIiS3sHbhTZBNQ2ER+HgKTle0=
</data>
</dict>
<key>IntuneMAMResources.bundle/_CodeSignature/CodeResources</key>
<dict>
<key>hash2</key>
<data>
MLdo3EzyX6paecSums0sMT1/8SdxreDyF1OxwbHXpaU=
gTfdBSxJ7TwrRFOdyRdCO/NYsWPpVJOzfSVsnQ/AZtU=
</data>
</dict>
<key>IntuneMAMResources.bundle/_CodeSignature/CodeSignature</key>
<dict>
<key>hash2</key>
<data>
OiyFumErIJf5L39iyaF5UAGbUSg/QoFUxCNREha/nH0=
38pj1fWN5RBskVGPGZw/FpNFJxijr/H0+2YdD+eAM3c=
</data>
</dict>
<key>IntuneMAMResources.bundle/cs.lproj/AppRestrictions.strings</key>
Expand Down Expand Up @@ -1594,35 +1594,35 @@
<dict>
<key>hash2</key>
<data>
8iAzxq9J2uVqYtaZ6K3ZAguQQFUXOrDKgReJSTToBaw=
++A+ffXcD5K+t4MGvdwtfzyFZP+QLeQ6t/Q2vuaWguw=
</data>
</dict>
<key>Modules/IntuneMAMSwift.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
ZNfEByGdUcFX0JNtrVCFlEOaKjoDzOq+cxLlaZN2Llg=
4Wx6VCgRfcPf/zO7eH+JOQ8YKyZem6Zm6KHvlxrhkXA=
</data>
</dict>
<key>Modules/IntuneMAMSwift.swiftmodule/arm64-apple-ios.swiftdoc</key>
<dict>
<key>hash2</key>
<data>
PUXPFoOUbVBQBJnokHRKUxwnELfANnn66UISwpxs0S0=
U5Wr0SEnzVik+9hNjSfLYEpIgDaJ31DLFe9LeaCVFJc=
</data>
</dict>
<key>Modules/IntuneMAMSwift.swiftmodule/arm64-apple-ios.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
ZNfEByGdUcFX0JNtrVCFlEOaKjoDzOq+cxLlaZN2Llg=
4Wx6VCgRfcPf/zO7eH+JOQ8YKyZem6Zm6KHvlxrhkXA=
</data>
</dict>
<key>Modules/IntuneMAMSwift.swiftmodule/arm64-apple-ios.swiftmodule</key>
<dict>
<key>hash2</key>
<data>
7g5EH2PdmVICVN2tV5/Q/tLUSrWZp5WtDIm9pBx5lf8=
GR7eOOWSZfIc+tXAc/iSmspJbDiB29sxixuWluZIR/g=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
#ifndef INTUNEMAMSWIFT_SWIFT_H
#define INTUNEMAMSWIFT_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -317,7 +317,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif

#elif defined(__x86_64__) && __x86_64__
// Generated by Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
#ifndef INTUNEMAMSWIFT_SWIFT_H
#define INTUNEMAMSWIFT_SWIFT_H
#pragma clang diagnostic push
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ typedef NS_ENUM(NSInteger, IntuneMAMSaveLocation)
IntuneMAMSaveLocationLocalDrive = 1<<5,
IntuneMAMSaveLocationCameraRoll = 1<<6,
IntuneMAMSaveLocationAccountDocument = 1<<7, // When the location is not listed in this enum but is accessed with a managed account, use this value

IntuneMAMSaveLocationIManage = 1<<8,
IntuneMAMSaveLocationEgnyte = 1<<9
};

typedef NS_ENUM(NSInteger, IntuneMAMOpenLocation)
Expand All @@ -28,6 +29,9 @@ typedef NS_ENUM(NSInteger, IntuneMAMOpenLocation)
IntuneMAMOpenLocationLocalStorage = 1<<3,
IntuneMAMOpenLocationPhotos = 1<<4,
IntuneMAMOpenLocationAccountDocument = 1<<5, // When opening a document that has a managed account identity or the location is not listed in this enum but is accessed with a managed account, use this value
IntuneMAMOpenLocationBox = 1<<6,
IntuneMAMOpenLocationIManage = 1<<7,
IntuneMAMOpenLocationEgnyte = 1<<8
};

// IntuneMAMNotificationPolicyAllow - All notifications for the managed user should be allowed
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</data>
<key>Assets.car</key>
<data>
wLROtXU+E9tEzPO2M0Xw81flIHg=
1u1dPixijihCkUmJ81gdfO5DSEA=
</data>
<key>AuthViewController_iPad.nib</key>
<data>
Expand Down Expand Up @@ -584,11 +584,11 @@
<dict>
<key>hash</key>
<data>
wLROtXU+E9tEzPO2M0Xw81flIHg=
1u1dPixijihCkUmJ81gdfO5DSEA=
</data>
<key>hash2</key>
<data>
5VV4HeyY8hOtSZYx+K5IZfltyx4APYlR7JdK3TjhM6c=
Nu+keweBkH7AN2qsjUKD0BeMz+2qCNzQwf9poCKvjtA=
</data>
</dict>
<key>AuthViewController_iPad.nib</key>
Expand Down
Binary file not shown.
Loading