Adding a button that shows if the mail plug-in is active. The button turns red if the plug-in is not active.

Architectural changes discussed with @schmittner: Moving the FindMyController out of the environment and using the AccessoryController as the main entry point, also for downloading reports
The AccessoryController is now passed as an Environment Object again
This commit is contained in:
Alexander Heinrich
2021-03-12 12:23:23 +01:00
parent b56aa1faa7
commit ab1c3eb83a
6 changed files with 82 additions and 45 deletions

View File

@@ -33,7 +33,7 @@ NS_ASSUME_NONNULL_BEGIN
@property(nonatomic, copy) NSLocale *locale;
@property(nonatomic, copy) NSTimeZone *timeZone;
@property(nonatomic, copy) NSData *searchPartyToken;
@property(nonatomic, copy) NSData * _Nullable searchPartyToken;
- (instancetype)initWithMachineID:(NSString *)machineID
oneTimePassword:(NSString *)oneTimePassword