Skip to content

Commit

Permalink
14.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vigavadi committed Sep 3, 2021
1 parent 7d099b3 commit 0e5f839
Show file tree
Hide file tree
Showing 172 changed files with 442 additions and 346 deletions.
Binary file modified IntuneMAMActionExtension.appex/IntuneMAMActionExtension
Binary file not shown.
Binary file modified IntuneMAMConfigurator
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/ActivityAlertViewController.nib
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/AuthViewController_iPad.nib
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/AuthViewController_iPhone.nib
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/Base.lproj/PinViewController.nib
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/BlurViewController_iPad.nib
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/BlurViewController_iPhone.nib
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/DiagnosticAppStatusViewController.nib
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/DiagnosticUploadViewController.nib
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/DiagnosticViewController.nib
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/Info.plist
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/MTDComplianceViewController.nib
Binary file not shown.
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/MessageViewController.nib
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/OpenInExtensionViewController.nib
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/PolicyViewController_iPad.nib
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/PolicyViewController_iPhone.nib
Binary file not shown.
Binary file modified IntuneMAMResources.bundle/SplashViewWithAlertController_iPad.nib
Binary file not shown.
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/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 IntuneMAMSwift.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<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>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
Expand Up @@ -80,7 +80,18 @@ __attribute__((visibility("default")))
// Returns TRUE otherwise, regardless of whether the scheme is listed in the application's
// LSApplicationQueriesSchemes. Applications can check this policy to customize their UI.
// Policy enforcement will be entirely handled by the SDK.
//
// If the URL is for an app that is known to have implemented the SDK, then pass in isKnownManagedAppScheme=TRUE
// In this case the returned value will be TRUE if the URL can be opened and will not be blocked by policy
// Returns FALSE otherwise.
// isKnownManagedAppScheme defaults to FALSE
//
// If you know a scheme is for a managed app and you always call isURLAllowed with isKnownManagedAppScheme=TRUE for that scheme,
// then the app does not need to put "sceheme-intunemam" into its LSApplicationQueriesSchemes.
// However, calling canOpenURL without "scheme-intunemam" in LSApplicationQueriesSchemes will still return false when the url wouldn't be blocked.
// Therefore, use this API instead of canOpenURL() for known managed apps that you don't have "scheme-intunemam: in LSApplicationQueriesSchemes.
- (BOOL) isURLAllowed: (NSURL*_Nonnull) url;
- (BOOL) isURLAllowed: (NSURL*_Nonnull) url isKnownManagedAppScheme:(BOOL)isKnownManagedAppScheme;

// FALSE if the management policy blocks the application from opening the specified URL with the
// UIApplicationOpenURLOptionUniversalLinksOnly option set to @YES. Returns TRUE otherwise.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ __attribute__((visibility("default")))
// Indicate if telemetry is opted-in or not.
@property (class,nonatomic) BOOL telemetryEnabled;

// Specifies a list of keys for their values to be scrubbed from the logs. This property should be set if there are specific
// configuration values in the logs that applications want to be scrubbed in the json response logging and the diagnostic
// logging.
@property (class,nonatomic,strong,nullable) NSArray* valuesToScrubFromLogging;

// Specifies which AAD authority URI the SDK should use. This property should be set if the application
// dynamically determines the AAD authority URI. If the authority URI is static and known at compile-time,
// applications do not need to set this property and developers should instead set the ADALAuthority value
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 0e5f839

Please sign in to comment.