Skip to content

Commit

Permalink
moved defines for bundle keys to header file, so people see the bundl…
Browse files Browse the repository at this point in the history
…e keys to use without looking at the source
  • Loading branch information
jollyjinx committed Jan 4, 2011
1 parent 1107d1d commit 16a73d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Cocoa/CrashReporter/JNXCrashReporter.h
Expand Up @@ -8,6 +8,8 @@

#import <Cocoa/Cocoa.h>

#define JNX_CRASHREPORTER_SUBJECTKEY @"JNXCrashReporter.subject"
#define JNX_CRASHREPORTER_MAILTOKEY @"JNXCrashReporter.mailto"

@interface JNXCrashReporter : NSObject
{
Expand Down
2 changes: 0 additions & 2 deletions Cocoa/CrashReporter/JNXCrashReporter.m
Expand Up @@ -12,8 +12,6 @@

#define JNX_CRASHREPORTER_DEFAULTS_DATEKEY @"JNXCrashReporter.lastCrashTestDate"
#define JNX_CRASHREPORTER_DEFAULTS_VERSIONKEY @"JNXCrashReporter.lastCrashVersion"
#define JNX_CRASHREPORTER_SUBJECTKEY @"JNXCrashReporter.subject"
#define JNX_CRASHREPORTER_MAILTOKEY @"JNXCrashReporter.mailto"
#define JNX_CRASHREPORTER_BODYTEXT @"Please describe the circumstances leading to the crash and any other relevant information:\n\n\n\n\n\n\nCrashlog follows:\n"

@implementation JNXCrashReporter
Expand Down

0 comments on commit 16a73d9

Please sign in to comment.