Skip to content

Commit

Permalink
20.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Reis committed Feb 7, 2025
1 parent 2e1fd4e commit e9b6248
Show file tree
Hide file tree
Showing 219 changed files with 850 additions and 826 deletions.
Binary file modified IntuneMAMConfigurator
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/Assets.car
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/Base.lproj/PinViewController.nib
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/Info.plist
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/_CodeSignature/CodeRequirements-1
Binary file not shown.
180 changes: 90 additions & 90 deletions IntuneMAMResources.bundle/_CodeSignature/CodeResources

Large diffs are not rendered by default.

Binary file modified IntuneMAMResources.bundle/_CodeSignature/CodeSignature
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/cs.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/da.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/de.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/el.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/en.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/es.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/fi.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/fr.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/hr.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/hu.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/id.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/it.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/ja.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/ko.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/mappingTable.plist
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/nb.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/nl.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/pl.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/pt-BR.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/pt-PT.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/ro.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/ru.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/sv.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/th.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/tr.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/vi.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/zh-Hans.lproj/AppRestrictions.strings
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/zh-Hant.lproj/AppRestrictions.strings
Binary file not shown.
10 changes: 5 additions & 5 deletions IntuneMAMStatic.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</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>
<dict>
<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>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ __attribute__((visibility("default")))
// Returns a localized string value for the policy requires restart message.
+ (NSString*_Nullable) getRestartApplicationMessage;

// Generates an image of the specified window regardless of screen capture block policy.
+ (UIImage*_Nullable) captureImageOfWindow:(UIWindow*_Nonnull)window;

@end
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit e9b6248

Please sign in to comment.