Skip to content

Commit

Permalink
Update contact address and website.
Browse files Browse the repository at this point in the history
  • Loading branch information
nygard committed Nov 12, 2012
1 parent af61a23 commit 5d1616f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CDUnitTests-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -80,4 +80,4 @@ Contact
-------

You may contact the author by:
e-mail: class-dump at codethecode.com
e-mail: nygard at gmail.com
2 changes: 1 addition & 1 deletion Source/NSError-CDExtensions.m
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 5d1616f

Please sign in to comment.