- Adding a .gitignore to hide the nib backup files
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 1 Aug 2007 16:36:43 +0000 (09:36 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 1 Aug 2007 16:36:43 +0000 (09:36 -0700)
commit0ccae50c0dfc936df5c489230fe698872ed05a2f
tree9575d1963857b9c6c35f3c8ddfc2cc56fa303798
parent9398d5f14873592752e29e37983ba756e7350c46
- Adding a .gitignore to hide the nib backup files
- Moving the window tha was in MainMenu.nib to be in Debugger.nib
- Added AppDelegate.[mh] and set it as the [NSApplication delegate:] in MainMenu.nib
English.lproj/.gitignore [new file with mode: 0644]
English.lproj/Debugger.nib/classes.nib [new file with mode: 0644]
English.lproj/Debugger.nib/info.nib [new file with mode: 0644]
English.lproj/Debugger.nib/keyedobjects.nib [new file with mode: 0644]
English.lproj/MainMenu.nib/classes.nib
English.lproj/MainMenu.nib/info.nib
English.lproj/MainMenu.nib/keyedobjects.nib
MacGDBp.xcodeproj/project.pbxproj
Source/AppDelegate.h [new file with mode: 0644]
Source/AppDelegate.m [new file with mode: 0644]