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

Commit 00d63b0

Browse files
authored
Merge pull request #21 from MFB-Technologies-Inc/feature/v20.4.0
v20.4.0
2 parents aebf2d6 + dd9c977 commit 00d63b0

File tree

59 files changed

+347
-339
lines changed

Some content is hidden

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

59 files changed

+347
-339
lines changed

Sources/IntuneMAMSwift.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>BinaryPath</key>
99
<string>IntuneMAMSwift.framework/IntuneMAMSwift</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_x86_64-simulator</string>
11+
<string>ios-arm64</string>
1212
<key>LibraryPath</key>
1313
<string>IntuneMAMSwift.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17-
<string>x86_64</string>
1817
</array>
1918
<key>SupportedPlatform</key>
2019
<string>ios</string>
21-
<key>SupportedPlatformVariant</key>
22-
<string>simulator</string>
2320
</dict>
2421
<dict>
2522
<key>BinaryPath</key>
2623
<string>IntuneMAMSwift.framework/IntuneMAMSwift</string>
2724
<key>LibraryIdentifier</key>
28-
<string>ios-arm64</string>
25+
<string>ios-arm64_x86_64-simulator</string>
2926
<key>LibraryPath</key>
3027
<string>IntuneMAMSwift.framework</string>
3128
<key>SupportedArchitectures</key>
3229
<array>
3330
<string>arm64</string>
31+
<string>x86_64</string>
3432
</array>
3533
<key>SupportedPlatform</key>
3634
<string>ios</string>
35+
<key>SupportedPlatformVariant</key>
36+
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>

Sources/IntuneMAMSwift.xcframework/ios-arm64/IntuneMAMSwift.framework/Headers/IntuneMAM-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
3-
// Generated by Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
3+
// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
44
#ifndef INTUNEMAMSWIFT_SWIFT_H
55
#define INTUNEMAMSWIFT_SWIFT_H
66
#pragma clang diagnostic push

Sources/IntuneMAMSwift.xcframework/ios-arm64/IntuneMAMSwift.framework/Headers/IntuneMAMPolicy.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ typedef NS_ENUM(NSInteger, IntuneMAMSaveLocation)
1616
IntuneMAMSaveLocationLocalDrive = 1<<5,
1717
IntuneMAMSaveLocationCameraRoll = 1<<6,
1818
IntuneMAMSaveLocationAccountDocument = 1<<7, // When the location is not listed in this enum but is accessed with a managed account, use this value
19-
19+
IntuneMAMSaveLocationIManage = 1<<8,
20+
IntuneMAMSaveLocationEgnyte = 1<<9
2021
};
2122

2223
typedef NS_ENUM(NSInteger, IntuneMAMOpenLocation)
@@ -28,6 +29,9 @@ typedef NS_ENUM(NSInteger, IntuneMAMOpenLocation)
2829
IntuneMAMOpenLocationLocalStorage = 1<<3,
2930
IntuneMAMOpenLocationPhotos = 1<<4,
3031
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
32+
IntuneMAMOpenLocationBox = 1<<6,
33+
IntuneMAMOpenLocationIManage = 1<<7,
34+
IntuneMAMOpenLocationEgnyte = 1<<8
3135
};
3236

3337
// IntuneMAMNotificationPolicyAllow - All notifications for the managed user should be allowed
4 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Sources/IntuneMAMSwift.xcframework/ios-arm64/IntuneMAMSwift.framework/IntuneMAMResources.bundle/_CodeSignature/CodeResources

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</data>
1111
<key>Assets.car</key>
1212
<data>
13-
lRx02mvEAJbRcjywEKP55/QCZ4o=
13+
ke2T19XrzZKp+2ESafUs6v5WRbo=
1414
</data>
1515
<key>AuthViewController_iPad.nib</key>
1616
<data>
@@ -584,11 +584,11 @@
584584
<dict>
585585
<key>hash</key>
586586
<data>
587-
lRx02mvEAJbRcjywEKP55/QCZ4o=
587+
ke2T19XrzZKp+2ESafUs6v5WRbo=
588588
</data>
589589
<key>hash2</key>
590590
<data>
591-
R9LcXaUKHcH4VqneYI6gVEtzUj+JrNLfjF0KUMGLlgg=
591+
qtTVvsJUjtOIUWNvSEJTTwWInxnoiHSKpUhytoc80oQ=
592592
</data>
593593
</dict>
594594
<key>AuthViewController_iPad.nib</key>
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)