TemplateBundle.git
13 years agoUpdated Xcode and Mac OS X target versions in Nib file. master
Shaun Rowland [Tue, 3 May 2011 06:03:14 +0000]
Updated Xcode and Mac OS X target versions in Nib file.

13 years agoUpdated .gitignore file for Xcode 4.
Shaun Rowland [Mon, 2 May 2011 05:08:35 +0000]
Updated .gitignore file for Xcode 4.

13 years agoAdded new Broccoli header file.
Shaun Rowland [Mon, 2 May 2011 04:23:32 +0000]
Added new Broccoli header file.

13 years agoUpdated to build with Xcode 4 and Bro 1.5.3.
Shaun Rowland [Mon, 2 May 2011 04:01:52 +0000]
Updated to build with Xcode 4 and Bro 1.5.3.

14 years agoRemoved [pool release] call after [pool drain].
Shaun Rowland [Sun, 9 May 2010 22:59:34 +0000]
Removed [pool release] call after [pool drain].

This is redundant as [pool drain] will do the same thing and should be
used in code that is designed for both a memory managed and garbage collected
environment.

15 years agoAdding license information to template bundle.
Shaun Rowland [Mon, 27 Apr 2009 02:57:17 +0000]
Adding license information to template bundle.

It is up to the user what to do, but this sets up a good idea for
what to do.

15 years agoAdded multithreading to Growl notifications.
Shaun Rowland [Mon, 22 Dec 2008 04:15:07 +0000]
Added multithreading to Growl notifications.

15 years agoChanged name in comments.
Shaun Rowland [Sun, 21 Dec 2008 09:29:49 +0000]
Changed name in comments.

15 years agoSet the view in the NIB to be File's Owner's view.
Shaun Rowland [Mon, 15 Dec 2008 05:46:39 +0000]
Set the view in the NIB to be File's Owner's view.

I also had a new growler member, so that also messed it up before.

15 years agoMisspelled Connection.
Shaun Rowland [Mon, 15 Dec 2008 05:07:49 +0000]
Misspelled Connection.

15 years agoForgot to add "All" to the first Growler method.
Shaun Rowland [Mon, 15 Dec 2008 03:52:52 +0000]
Forgot to add "All" to the first Growler method.

15 years agoAdded all and default Growl notifications.
Shaun Rowland [Mon, 15 Dec 2008 03:08:05 +0000]
Added all and default Growl notifications.

15 years agoBroke host and port parts out.
Shaun Rowland [Mon, 15 Dec 2008 01:13:59 +0000]
Broke host and port parts out.

Broke host and port parts out while still providing a convenient combination
of both for the display.

15 years agoAdding Growl framework and shared libbroccoli.
Shaun Rowland [Sun, 14 Dec 2008 09:38:54 +0000]
Adding Growl framework and shared libbroccoli.

Bundles are now dynamically linked.

15 years agoRemoving extra comma.
Shaun Rowland [Sun, 14 Dec 2008 09:34:24 +0000]
Removing extra comma.

15 years agoJust making comments match because I am crazy like that.
Shaun Rowland [Sun, 14 Dec 2008 09:31:46 +0000]
Just making comments match because I am crazy like that.

15 years agoAdding Growl notification code.
Shaun Rowland [Sun, 14 Dec 2008 09:19:46 +0000]
Adding Growl notification code.

15 years agoForce removal of Git repository.
Shaun Rowland [Thu, 11 Dec 2008 06:28:57 +0000]
Force removal of Git repository.

15 years agoAdding default Xcode .gitignore.
Shaun Rowland [Thu, 11 Dec 2008 06:26:31 +0000]
Adding default Xcode .gitignore.

Even though I am removing the Git repository in the fix.sh script, I will
leave a .gitignore file that's useful (since I always start a new Git
repository anyway).

15 years agoAdding removal of Git repository in fix.sh script.
Shaun Rowland [Thu, 11 Dec 2008 06:25:44 +0000]
Adding removal of Git repository in fix.sh script.

15 years agoInitial import of BroMonitor tempate bundle files.
Shaun Rowland [Thu, 11 Dec 2008 06:23:57 +0000]
Initial import of BroMonitor tempate bundle files.

These files can be used to start a new BroMonitor bundle.