Fixed layout constraints bug in InspectorView

Updated more xibs to Xcode 5 format
More stubbing regarding autotype
This commit is contained in:
michael starke
2013-11-04 00:26:19 +01:00
parent 2c8dba441a
commit 52b734239f
17 changed files with 857 additions and 6345 deletions

View File

@@ -10,4 +10,8 @@
@implementation MPDocument (Autotype)
- (NSArray *)findEntriesForWindowTitle:(NSString *)windowTitle {
return nil;
}
@end