Skip to content

Commit

Permalink
added .skeinforge .git repository to the project, also changed copyri…
Browse files Browse the repository at this point in the history
…ght information
  • Loading branch information
Jordan Miller committed Sep 23, 2009
1 parent fb52845 commit 79885e6
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions .skeinforge
Submodule .skeinforge added at ca3ebd
2 changes: 1 addition & 1 deletion Controller.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// NSPopUpButtonBindings
//
// Created by Kevin Wojniak on 1/27/08.
// Copyright 2008 __MyCompanyName__. All rights reserved.
// Copyright 2009 Jordan Miller, Hive76. All rights reserved.
//

#import <Cocoa/Cocoa.h>
Expand Down
2 changes: 1 addition & 1 deletion Controller.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// NSPopUpButtonBindings
//
// Created by Kevin Wojniak on 1/27/08.
// Copyright 2008 __MyCompanyName__. All rights reserved.
// Copyright 2009 Jordan Miller, Hive76. All rights reserved.
//

//Jordan Says:
Expand Down
Binary file modified English.lproj/InfoPlist.strings
Binary file not shown.
4 changes: 4 additions & 0 deletions SkeinFox.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
2DA2BBD9106AB8A80004156F /* skeinforge-0005 in Resources */ = {isa = PBXBuildFile; fileRef = 2DA2BB0D106AB8A80004156F /* skeinforge-0005 */; };
2DA2BCD3106AB95C0004156F /* .skeinforge in Resources */ = {isa = PBXBuildFile; fileRef = 2DA2BBE0106AB95C0004156F /* .skeinforge */; };
2DDC41B01069FD32000BCA31 /* ShellTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DDC41AE1069FD32000BCA31 /* ShellTask.m */; };
8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
Expand All @@ -27,6 +28,7 @@
29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
2D5310221069F71300B4687D /* SkeinFox_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SkeinFox_Prefix.pch; sourceTree = "<group>"; };
2DA2BB0D106AB8A80004156F /* skeinforge-0005 */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "skeinforge-0005"; sourceTree = "<group>"; };
2DA2BBE0106AB95C0004156F /* .skeinforge */ = {isa = PBXFileReference; lastKnownFileType = folder; path = .skeinforge; sourceTree = "<group>"; };
2DDC41AE1069FD32000BCA31 /* ShellTask.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ShellTask.m; sourceTree = "<group>"; };
2DDC41AF1069FD32000BCA31 /* ShellTask.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ShellTask.h; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -114,6 +116,7 @@
children = (
2DA2BB0D106AB8A80004156F /* skeinforge-0005 */,
8D1107310486CEB800E47090 /* Info.plist */,
2DA2BBE0106AB95C0004156F /* .skeinforge */,
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
);
Expand Down Expand Up @@ -175,6 +178,7 @@
8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */,
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
2DA2BBD9106AB8A80004156F /* skeinforge-0005 in Resources */,
2DA2BCD3106AB95C0004156F /* .skeinforge in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
2 changes: 1 addition & 1 deletion gitBranch.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// NSPopUpButtonBindings
//
// Created by Kevin Wojniak on 1/27/08.
// Copyright 2008 __MyCompanyName__. All rights reserved.
// Copyright 2009 Jordan Miller, Hive76. All rights reserved.
//

#import <Cocoa/Cocoa.h>
Expand Down
2 changes: 1 addition & 1 deletion gitBranch.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// NSPopUpButtonBindings
//
// Created by Kevin Wojniak on 1/27/08.
// Copyright 2008 __MyCompanyName__. All rights reserved.
// Copyright 2009 Jordan Miller, Hive76. All rights reserved.
//

#import "gitBranch.h"
Expand Down
2 changes: 1 addition & 1 deletion main.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// NSPopUpButtonBindings
//
// Created by Kevin Wojniak on 1/27/08.
// Copyright __MyCompanyName__ 2008. All rights reserved.
// Copyright Jordan Miller, Hive76 2009. All rights reserved.
//

#import <Cocoa/Cocoa.h>
Expand Down

0 comments on commit 79885e6

Please sign in to comment.