Removing the NSStringAdditions.m+h file because we no longer need it
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 28 May 2008 23:05:26 +0000 (19:05 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 28 May 2008 23:05:26 +0000 (19:05 -0400)
* NSStringAdditions.h: Removed
* NSStringAdditions.m: Removed
* Scrabbalize.xcodeproj: Project updates for the removed files

Scrabbalize.xcodeproj/project.pbxproj
Source/NSStringAdditions.h [deleted file]
Source/NSStringAdditions.m [deleted file]

index 5549fe9366d2cdce76f6d7b062f01b136a390ac3..710193a9ae5f04631a24d8310153415de07d1d8d 100644 (file)
@@ -12,7 +12,6 @@
                1E7EDF440DEDFBD9000660B3 /* GradientBackView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E7EDF420DEDFBD9000660B3 /* GradientBackView.m */; };
                1EAAC79B0D16E9CE0058A23D /* AppController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EAAC79A0D16E9CE0058A23D /* AppController.m */; };
                1EAAC8420D16F4A40058A23D /* Word.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EAAC8410D16F4A40058A23D /* Word.m */; };
-               1EAAC93C0D17129D0058A23D /* NSStringAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EAAC93B0D17129D0058A23D /* NSStringAdditions.m */; };
                1EC5B6600D1CDCAA007D1D24 /* Scrabbalize.icns in Resources */ = {isa = PBXBuildFile; fileRef = 1EC5B65F0D1CDCAA007D1D24 /* Scrabbalize.icns */; };
                8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
                8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
@@ -32,8 +31,6 @@
                1EAAC79A0D16E9CE0058A23D /* AppController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppController.m; path = Source/AppController.m; sourceTree = "<group>"; };
                1EAAC8400D16F4A40058A23D /* Word.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Word.h; path = Source/Word.h; sourceTree = "<group>"; };
                1EAAC8410D16F4A40058A23D /* Word.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Word.m; path = Source/Word.m; sourceTree = "<group>"; };
-               1EAAC93A0D17129D0058A23D /* NSStringAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NSStringAdditions.h; path = Source/NSStringAdditions.h; sourceTree = "<group>"; };
-               1EAAC93B0D17129D0058A23D /* NSStringAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NSStringAdditions.m; path = Source/NSStringAdditions.m; sourceTree = "<group>"; };
                1EC5B65F0D1CDCAA007D1D24 /* Scrabbalize.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Scrabbalize.icns; sourceTree = "<group>"; };
                29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
                29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
@@ -63,8 +60,6 @@
                                1EAAC79A0D16E9CE0058A23D /* AppController.m */,
                                1EAAC8400D16F4A40058A23D /* Word.h */,
                                1EAAC8410D16F4A40058A23D /* Word.m */,
-                               1EAAC93A0D17129D0058A23D /* NSStringAdditions.h */,
-                               1EAAC93B0D17129D0058A23D /* NSStringAdditions.m */,
                                1E7EDF430DEDFBD9000660B3 /* GradientBackView.h */,
                                1E7EDF420DEDFBD9000660B3 /* GradientBackView.m */,
                        );
                                8D11072D0486CEB800E47090 /* main.m in Sources */,
                                1EAAC79B0D16E9CE0058A23D /* AppController.m in Sources */,
                                1EAAC8420D16F4A40058A23D /* Word.m in Sources */,
-                               1EAAC93C0D17129D0058A23D /* NSStringAdditions.m in Sources */,
                                1E7EDF440DEDFBD9000660B3 /* GradientBackView.m in Sources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
diff --git a/Source/NSStringAdditions.h b/Source/NSStringAdditions.h
deleted file mode 100644 (file)
index c1485aa..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Scrabbalize
- * Copyright (c) 2007-2008, Blue Static <http://www.bluestatic.org>
- * 
- * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
- * General Public License as published by the Free Software Foundation; either version 2 of the 
- * License, or (at your option) any later version.
- * 
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without 
- * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
- * General Public License for more details.
- * 
- * You should have received a copy of the GNU General Public License along with this program; if not, 
- * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#import <Cocoa/Cocoa.h>
-
-
-@interface NSString (NSStringAdditions)
-
-- (int)occurrenceOfChar:(NSString *)aChar;
-
-@end
diff --git a/Source/NSStringAdditions.m b/Source/NSStringAdditions.m
deleted file mode 100644 (file)
index 2703eaa..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- * Scrabbalize
- * Copyright (c) 2007-2008, Blue Static <http://www.bluestatic.org>
- * 
- * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
- * General Public License as published by the Free Software Foundation; either version 2 of the 
- * License, or (at your option) any later version.
- * 
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without 
- * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
- * General Public License for more details.
- * 
- * You should have received a copy of the GNU General Public License along with this program; if not, 
- * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#import "NSStringAdditions.h"
-
-
-@implementation NSString (NSStringAdditions)
-
-/**
- * Counts the number of times a given character is in the string
- */
-- (int)occurrenceOfChar:(NSString *)aChar
-{
-       int count = 0;
-       
-       for (int i = 0; i < [self length]; i++)
-       {
-               if ([[self substringWithRange:NSMakeRange(i, 1)] isEqualToString:aChar])
-               {
-                       count++;
-               }
-       }
-       
-       return count;
-}
-
-@end