Changed copyright notice so it is my actual name. Added a helper script to compile preferences and dependencies. Changed COMPILE instructions.

CQTexperiment
vspader 2006-09-04 18:46:18 +00:00
parent 54f5918487
commit 1912e146d5
51 changed files with 112 additions and 92 deletions

View File

@ -1,5 +1,5 @@
To compile Cog, you must first compile all of the projects in the Libraries folder with the Deployment build configuration.
To compile Cog, you must first compile all of the projects in the Libraries and Preferences folders with the Release build configuration.
To make this easier, I have created a bash script named build_libs.sh in the Libraries folder. Just run that in a terminal, and when it is finished, all the libraries should be built.
To make this easier, I have created a bash script named build_dependencies.sh in the main folder. Just run that in a terminal, and when it is finished, all the dependencies should be built.
If you have any problems, email me at vspader@users.sf.net
If you have any problems, email me at vspader@users.sourceforge.net

View File

@ -2,8 +2,8 @@
// ScrollableTextField.h
// Cog
//
// Created by Zaphod Beeblebrox on 4/30/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 4/30/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// ScrollableTextField.m
// Cog
//
// Created by Zaphod Beeblebrox on 4/30/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 4/30/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "DragScrollView.h"

View File

@ -2,8 +2,8 @@
// FileIconTextCell.h
// Cog
//
// Created by Zaphod Beeblebrox on 8/20/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 8/20/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// FileIconTextCell.m
// Cog
//
// Created by Zaphod Beeblebrox on 8/20/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 8/20/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "FileIconCell.h"

View File

@ -2,8 +2,8 @@
// FileOutlineView.h
// Cog
//
// Created by Zaphod Beeblebrox on 8/20/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 8/20/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// FileOutlineView.m
// BindTest
//
// Created by Zaphod Beeblebrox on 8/20/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 8/20/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "FileOutlineView.h"

View File

@ -2,8 +2,8 @@
// FileTreeDelegate.h
// BindTest
//
// Created by Zaphod Beeblebrox on 8/20/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 8/20/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// FileTreeDelegate.m
// BindTest
//
// Created by Zaphod Beeblebrox on 8/20/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 8/20/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "FileTreeWatcher.h"

View File

@ -2,8 +2,8 @@
// FileIcon.h
// Cog
//
// Created by Zaphod Beeblebrox on 8/20/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 8/20/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// FileIcon.m
// Cog
//
// Created by Zaphod Beeblebrox on 8/20/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 8/20/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "PathIcon.h"

View File

@ -1,3 +1,5 @@
#!/bin/sh
libs=( MAC MPCDec Ogg FLAC Shorten TagLib Vorbis WavPack MAD ID3Tag )
for lib in "${libs[@]}"

View File

@ -3,7 +3,7 @@
// Cog
//
// Created by Simon on 06-05-24.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -3,7 +3,7 @@
// Cog
//
// Created by Simon on 06-05-24.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "PlaylistHeaderView.h"

View File

@ -2,8 +2,8 @@
// Shuffle.h
// Cog
//
// Created by Zaphod Beeblebrox on 1/14/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 1/14/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// Shuffle.m
// Cog
//
// Created by Zaphod Beeblebrox on 1/14/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 1/14/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "Shuffle.h"

View File

@ -2,8 +2,8 @@
// FileDrawerPane.h
// Preferences
//
// Created by Zaphod Beeblebrox on 9/4/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// FileDrawerPane.m
// Preferences
//
// Created by Zaphod Beeblebrox on 9/4/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "FileDrawerPane.h"

View File

@ -2,8 +2,8 @@
// HotKeyPane.h
// Preferences
//
// Created by Zaphod Beeblebrox on 9/4/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// HotKeyPane.m
// Preferences
//
// Created by Zaphod Beeblebrox on 9/4/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "HotKeyPane.h"

View File

@ -2,8 +2,8 @@
// PreferencesController.h
// Preferences
//
// Created by Zaphod Beeblebrox on 9/4/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// PreferencesController.m
// Preferences
//
// Created by Zaphod Beeblebrox on 9/4/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "PrefPaneController.h"

View File

@ -2,8 +2,8 @@
// PreferencePane.h
// Preferences
//
// Created by Zaphod Beeblebrox on 9/4/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// PreferencePane.m
// Preferences
//
// Created by Zaphod Beeblebrox on 9/4/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "PreferencePane.h"

View File

@ -2,8 +2,8 @@
// PreferencesController.h
// Cog
//
// Created by Zaphod Beeblebrox on 9/4/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// PreferencesController.m
// Cog
//
// Created by Zaphod Beeblebrox on 9/4/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "PreferencesController.h"

10
Preferences/build_prefs.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
prefs=( General )
for pref in "${prefs[@]}"
do
cd $pref
xcodebuild -alltargets -configuration Release
cd ..
done

View File

@ -2,8 +2,8 @@
// BufferChain.h
// CogNew
//
// Created by Zaphod Beeblebrox on 1/4/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 1/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// BufferChain.m
// CogNew
//
// Created by Zaphod Beeblebrox on 1/4/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 1/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "BufferChain.h"

View File

@ -2,8 +2,8 @@
// ConverterNode.h
// Cog
//
// Created by Zaphod Beeblebrox on 8/2/05.
// Copyright 2005 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 8/2/05.
// Copyright 2005 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// ConverterNode.m
// Cog
//
// Created by Zaphod Beeblebrox on 8/2/05.
// Copyright 2005 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 8/2/05.
// Copyright 2005 Vincent Spader. All rights reserved.
//
#import "ConverterNode.h"

View File

@ -2,8 +2,8 @@
// InputNode.h
// Cog
//
// Created by Zaphod Beeblebrox on 8/2/05.
// Copyright 2005 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 8/2/05.
// Copyright 2005 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// InputNode.m
// Cog
//
// Created by Zaphod Beeblebrox on 8/2/05.
// Copyright 2005 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 8/2/05.
// Copyright 2005 Vincent Spader. All rights reserved.
//
#import "InputNode.h"

View File

@ -2,8 +2,8 @@
// Node.h
// CogNew
//
// Created by Zaphod Beeblebrox on 1/4/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 1/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// Node.m
// CogNew
//
// Created by Zaphod Beeblebrox on 1/4/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 1/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "Node.h"

View File

@ -2,8 +2,8 @@
// OutputCoreAudio.h
// Cog
//
// Created by Zaphod Beeblebrox on 8/2/05.
// Copyright 2005 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 8/2/05.
// Copyright 2005 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// OutputCoreAudio.m
// Cog
//
// Created by Zaphod Beeblebrox on 8/2/05.
// Copyright 2005 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 8/2/05.
// Copyright 2005 Vincent Spader. All rights reserved.
//
#import "OutputCoreAudio.h"

View File

@ -2,8 +2,8 @@
// OutputNode.h
// Cog
//
// Created by Zaphod Beeblebrox on 8/2/05.
// Copyright 2005 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 8/2/05.
// Copyright 2005 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// OutputNode.m
// Cog
//
// Created by Zaphod Beeblebrox on 8/2/05.
// Copyright 2005 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 8/2/05.
// Copyright 2005 Vincent Spader. All rights reserved.
//
#import "OutputNode.h"

View File

@ -2,8 +2,8 @@
// SoundController.h
// Cog
//
// Created by Zaphod Beeblebrox on 8/7/05.
// Copyright 2005 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 8/7/05.
// Copyright 2005 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// SoundController.m
// Cog
//
// Created by Zaphod Beeblebrox on 8/7/05.
// Copyright 2005 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 8/7/05.
// Copyright 2005 Vincent Spader. All rights reserved.
//
#import "SoundController.h"

View File

@ -2,8 +2,8 @@
// GameFile.h
// Cog
//
// Created by Zaphod Beeblebrox on 5/29/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 5/29/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// GameFile.m
// Cog
//
// Created by Zaphod Beeblebrox on 5/29/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 5/29/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "GameFile.h"

View File

@ -2,8 +2,8 @@
// MADFile.h
// Cog
//
// Created by Zaphod Beeblebrox on 6/17/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 6/17/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// MADFile.m
// Cog
//
// Created by Zaphod Beeblebrox on 6/17/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 6/17/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "MADFile.h"

View File

@ -2,8 +2,8 @@
* Status.h
* Cog
*
* Created by Zaphod Beeblebrox on 1/14/06.
* Copyright 2006 __MyCompanyName__. All rights reserved.
* Created by Vincent Spader on 1/14/06.
* Copyright 2006 Vincent Spader. All rights reserved.
*
*/

View File

@ -2,8 +2,8 @@
// Semaphore.h
// Cog
//
// Created by Zaphod Beeblebrox on 8/2/05.
// Copyright 2005 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 8/2/05.
// Copyright 2005 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>

View File

@ -2,8 +2,8 @@
// Semaphore.m
// Cog
//
// Created by Zaphod Beeblebrox on 8/2/05.
// Copyright 2005 __MyCompanyName__. All rights reserved.
// Created by Vincent Spader on 8/2/05.
// Copyright 2005 Vincent Spader. All rights reserved.
//
#import "Semaphore.h"

8
build_dependencies.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
cd Libraries
./build_libs.sh
cd ..
cd Preferences
./build_prefs.sh
cd ..

2
main.m
View File

@ -3,7 +3,7 @@
// Cog
//
// Created by Vincent Spader on 5/7/05.
// Copyright __MyCompanyName__ 2005. All rights reserved.
// Copyright Vincent Spader 2005. All rights reserved.
//
#import <Cocoa/Cocoa.h>