mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-09 07:28:01 +00:00
feat(core): Add mobile provisioning download for Apple's devices. Fix build issue
This commit is contained in:
@@ -26,6 +26,12 @@
|
||||
@class SOGoMobileProvision;
|
||||
@class NSString;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
ProvisioningTypeCalendar = 0,
|
||||
ProvisioningTypeContact = 1
|
||||
} ProvisioningType;
|
||||
|
||||
@interface SOGoMobileProvision : SOGoObject
|
||||
{
|
||||
|
||||
|
||||
@@ -24,11 +24,6 @@
|
||||
#import "SOGoMobileProvision.h"
|
||||
#import "SOGoUser.h"
|
||||
|
||||
typedef NS_ENUM(NSInteger, ProvisioningType) {
|
||||
ProvisioningTypeCalendar,
|
||||
ProvisioningTypeContact
|
||||
};
|
||||
|
||||
@implementation SOGoMobileProvision
|
||||
|
||||
+ (NSString *)_plistWithContext:(WOContext *)context andPath:(NSString *)path andType:(ProvisioningType) provisioningType
|
||||
|
||||
Reference in New Issue
Block a user