Skip to content

Commit 5d1616f

Browse files
committed
Update contact address and website.
1 parent af61a23 commit 5d1616f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CDUnitTests-Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>${EXECUTABLE_NAME}</string>
99
<key>CFBundleIdentifier</key>
10-
<string>com.codethecode.CDUnitTests</string>
10+
<string>com.stevenygard.CDUnitTests</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundlePackageType</key>

Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>English</string>
77
<key>CFBundleIdentifier</key>
8-
<string>com.codethecode.class-dump</string>
8+
<string>com.stevenygard.class-dump</string>
99
<key>CFBundleInfoDictionaryVersion</key>
1010
<string>6.0</string>
1111
<key>CFBundleName</key>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using 'otool -ov', but presented as normal Objective-C declarations.
88

99
The latest version and information is available at:
1010

11-
http://www.codethecode.com/projects/class-dump
11+
http://stevenygard.com/projects/class-dump
1212

1313
The source code is also available from my Github repository at:
1414

@@ -80,4 +80,4 @@ Contact
8080
-------
8181

8282
You may contact the author by:
83-
e-mail: class-dump at codethecode.com
83+
e-mail: nygard at gmail.com

Source/NSError-CDExtensions.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#import "NSError-CDExtensions.h"
77

8-
NSString *NSErrorDomain_ClassDump = @"com.codethecode.MachObjC.ErrorDomain";
8+
NSString *NSErrorDomain_ClassDump = @"com.stevenygard.MachObjC.ErrorDomain";
99

1010
@implementation NSError (CDExtensions)
1111

0 commit comments

Comments
 (0)