Update contact address and website.

This commit is contained in:
Steve Nygard 2012-11-11 18:09:49 -07:00
parent af61a238d1
commit 5d1616f067
4 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.codethecode.CDUnitTests</string>
<string>com.stevenygard.CDUnitTests</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>

View File

@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.codethecode.class-dump</string>
<string>com.stevenygard.class-dump</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>

View File

@ -8,7 +8,7 @@ using 'otool -ov', but presented as normal Objective-C declarations.
The latest version and information is available at:
http://www.codethecode.com/projects/class-dump
http://stevenygard.com/projects/class-dump
The source code is also available from my Github repository at:
@ -80,4 +80,4 @@ Contact
-------
You may contact the author by:
e-mail: class-dump at codethecode.com
e-mail: nygard at gmail.com

View File

@ -5,7 +5,7 @@
#import "NSError-CDExtensions.h"
NSString *NSErrorDomain_ClassDump = @"com.codethecode.MachObjC.ErrorDomain";
NSString *NSErrorDomain_ClassDump = @"com.stevenygard.MachObjC.ErrorDomain";
@implementation NSError (CDExtensions)