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

Commit b36fb12

Browse files
authored
Merge pull request #18 from MFB-Technologies-Inc/v20.2.1
v20.2.1
2 parents 9aa03cc + 0511fd4 commit b36fb12

File tree

37 files changed

+84
-68
lines changed

37 files changed

+84
-68
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ __attribute__((visibility("default")))
1919

2020
// Creates a new file or truncates an existing file for the specified owner Entra object ID(e.g. 3ec2c00f-b125-4519-acf0-302ac3761822). If encryption is required by policy,
2121
// the file contents will be software encrypted on disk. The flags/mode parameters are the same as the flags passed to POSIX open().
22-
+ (instancetype _Nullable) createFileAtPath:(NSString* _Nonnull)path forAccountId:(NSString* _Nullable)acountId error:(NSError* _Nullable* _Nullable)error;
23-
+ (instancetype _Nullable) createFileAtPath:(NSString* _Nonnull)path flags:(int)flags mode:(mode_t)mode forAccountId:(NSString* _Nullable)acountId error:(NSError* _Nullable* _Nullable)error;
22+
+ (instancetype _Nullable) createFileAtPath:(NSString* _Nonnull)path forAccountId:(NSString* _Nullable)accountId error:(NSError* _Nullable* _Nullable)error;
23+
+ (instancetype _Nullable) createFileAtPath:(NSString* _Nonnull)path flags:(int)flags mode:(mode_t)mode forAccountId:(NSString* _Nullable)accountId error:(NSError* _Nullable* _Nullable)error;
2424

2525
// Protects the file for the specified identity. The file will be software encrypted if required by policy.
2626
// If called on an encrypted file and the policy or Entra object ID (e.g. 3ec2c00f-b125-4519-acf0-302ac3761822) changes to no longer require software
2727
// encryption, the file will be decrypted.
28-
+ (BOOL) protectFileAtPath:(NSString* _Nonnull)path forAccountId:(NSString* _Nullable)acountId error:(NSError* _Nullable* _Nullable)error;
28+
+ (BOOL) protectFileAtPath:(NSString* _Nonnull)path forAccountId:(NSString* _Nullable)accountId error:(NSError* _Nullable* _Nullable)error;
2929

3030
// Decrypts the specified file even if policy requires it to be software encrypted.
3131
// Calling protectFileAtPath:forIdentity: will re-encrypt the file if required.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
687 Bytes
Binary file not shown.
0 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</data>
1111
<key>Assets.car</key>
1212
<data>
13-
VoS77pG6H66bL5fbhxTt6y9LQIc=
13+
YsvA05y3X8Ha3vDJEbiClZybQuc=
1414
</data>
1515
<key>AuthViewController_iPad.nib</key>
1616
<data>
@@ -22,7 +22,7 @@
2222
</data>
2323
<key>Base.lproj/PinViewController.nib</key>
2424
<data>
25-
arS3YygLBl7uFQnI206CGPWyKD8=
25+
JCFv9gtamno25z3eBu0XxjJ+Q4Y=
2626
</data>
2727
<key>BlurViewController_iPad.nib</key>
2828
<data>
@@ -584,11 +584,11 @@
584584
<dict>
585585
<key>hash</key>
586586
<data>
587-
VoS77pG6H66bL5fbhxTt6y9LQIc=
587+
YsvA05y3X8Ha3vDJEbiClZybQuc=
588588
</data>
589589
<key>hash2</key>
590590
<data>
591-
on2CKgYkqa8Lx5wztY5J6V6q/GM+ufQQYz8rHFApUZA=
591+
dPZgaJ0hYwWx9x3tA/GaFv839VzXYywPUwZca1NiAv0=
592592
</data>
593593
</dict>
594594
<key>AuthViewController_iPad.nib</key>
@@ -617,11 +617,11 @@
617617
<dict>
618618
<key>hash</key>
619619
<data>
620-
arS3YygLBl7uFQnI206CGPWyKD8=
620+
JCFv9gtamno25z3eBu0XxjJ+Q4Y=
621621
</data>
622622
<key>hash2</key>
623623
<data>
624-
IG+JOrG+z6aaJrcsB9r4d95ZEl+Gmj35PGKTw5gVbsU=
624+
vYL+d2zYtJoDFkL95anfcxiey/JhhaC/n9rYox68zY8=
625625
</data>
626626
</dict>
627627
<key>BlurViewController_iPad.nib</key>
0 Bytes
Binary file not shown.
16.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)