mirror of
https://github.com/darlinghq/class-dump.git
synced 2024-11-26 22:00:27 +00:00
Update contact address and website.
This commit is contained in:
parent
af61a238d1
commit
5d1616f067
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user