Changed copyright notice so it is my actual name. Added a helper script to compile preferences and dependencies. Changed COMPILE instructions.
This commit is contained in:
parent
54f5918487
commit
1912e146d5
51 changed files with 112 additions and 92 deletions
6
COMPILE
6
COMPILE
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
libs=( MAC MPCDec Ogg FLAC Shorten TagLib Vorbis WavPack MAD ID3Tag )
|
||||
|
||||
for lib in "${libs[@]}"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Binary file not shown.
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
10
Preferences/build_prefs.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
prefs=( General )
|
||||
|
||||
for pref in "${prefs[@]}"
|
||||
do
|
||||
cd $pref
|
||||
xcodebuild -alltargets -configuration Release
|
||||
cd ..
|
||||
done
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
8
build_dependencies.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd Libraries
|
||||
./build_libs.sh
|
||||
cd ..
|
||||
cd Preferences
|
||||
./build_prefs.sh
|
||||
cd ..
|
2
main.m
2
main.m
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue