Exclude MXK views/controllers from NSE and Intents

And exclude all MXK authentication from the share extension.
This commit is contained in:
Doug
2022-06-20 11:27:53 +01:00
committed by Doug
parent e32d6893a9
commit 7ea4c156ff
4 changed files with 10 additions and 7 deletions
@@ -16,14 +16,14 @@
#import "NSBundle+MatrixKit.h"
#import "NSBundle+MXKLanguage.h"
#import "MXKViewController.h"
#import "MXKAppSettings.h"
@implementation NSBundle (MatrixKit)
+ (NSBundle*)mxk_assetsBundle
{
// Get the bundle within MatrixKit
NSBundle *bundle = [NSBundle mxk_bundleForClass:[MXKViewController class]];
NSBundle *bundle = [NSBundle mxk_bundleForClass:[MXKAppSettings class]];
NSURL *assetsBundleURL = [bundle URLForResource:@"MatrixKitAssets" withExtension:@"bundle"];
return [NSBundle bundleWithURL:assetsBundleURL];