mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Exclude MXK views/controllers from NSE and Intents
And exclude all MXK authentication from the share extension.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user