Adjust darwin build configuration to new project structure.
This commit is contained in:
16
platform-darwin/Source/Mac/MPMacConfig.h
Normal file
16
platform-darwin/Source/Mac/MPMacConfig.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// MPMacConfig.h
|
||||
// MasterPassword
|
||||
//
|
||||
// Created by Maarten Billemont on 02/01/12.
|
||||
// Copyright (c) 2012 Lyndir. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPConfig.h"
|
||||
|
||||
@interface MPMacConfig : MPConfig
|
||||
|
||||
@property(nonatomic, retain) NSString *usedUserName;
|
||||
@property(nonatomic, retain) NSNumber *fullScreen;
|
||||
|
||||
@end
|
Reference in New Issue
Block a user